/* Responsive User Interface */
*{box-sizing: border-box;margin:0;}
.row{display: flex;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 
{padding: 10px}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
@media only screen and (max-width: 800px) {
.row{display: block;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11
{width: 100%}}
/* Unresponsive Grid */
.dflex-container {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    }
.dflex-title {
    font-weight: bold;
    margin-bottom: 10px;
    }
.dflexnote {
    font-style: italic;
    margin-bottom: 15px;
}
.drow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    }
.dcol-1, .dcol-2, .dcol-3, .dcol-4, .dcol-5, .dcol-6, .dcol-7, .dcol-8, .dcol-9, .dcol-10, .dcol-11, .dcol-12 {
    padding: 10px;
    }
.dcol-1 {width: 8.33%;}
.dcol-2 {width: 16.66%;}
.dcol-3 {width: 25%;}
.dcol-4 {width: 33.33%;}
.dcol-5 {width: 41.66%;}
.dcol-6 {width: 50%;}
.dcol-7 {width: 58.33%;}
.dcol-8 {width: 66.66%;}
.dcol-9 {width: 75%;}
.dcol-10 {width: 83.33%;}
.dcol-11 {width: 91.66%;}
.dcol-12 {width: 100%;}

/* Containers */
.cont-10 { margin: auto; width: 10%; }
.cont-15 { margin: auto; width: 15%; }
.cont-20 { margin: auto; width: 20%; }
.cont-25 { margin: auto; width: 25%; }
.cont-30 { margin: auto; width: 30%; }
.cont-35 { margin: auto; width: 35%; }
.cont-40 { margin: auto; width: 40%; }
.cont-45 { margin: auto; width: 45%; }
.cont-50 { margin: auto; width: 50%; }
.cont-55 { margin: auto; width: 55%; }
.cont-60 { margin: auto; width: 60%; }
.cont-65 { margin: auto; width: 65%; }
.cont-70 { margin: auto; width: 70%; }
.cont-75 { margin: auto; width: 75%; }
.cont-80 { margin: auto; width: 80%; }
.cont-85 { margin: auto; width: 85%; }
.cont-90 { margin: auto; width: 90%; }
.cont-95 { margin: auto; width: 95%; }
@media screen and (max-width: 800px) {.cont-10,.cont-15,.cont-20,.cont-25,.cont-30,.cont-35,.cont-40,.cont-45,.cont-50,.cont-55,.cont-60,.cont-65,.cont-70,.cont-75,.cont-80,.cont-85,.cont-90,.cont-95 { width: 100%;}}
/* Animation */
.dz{position: relative;transition: transform .5s;}
.dz:hover{transform: scale(1.1);}
.dsl{position: relative;animation: dsl 5s both;}
@keyframes dsl{from {left: -1000px;} to {left: 0px;}}
.dsr{position: relative;animation: dsr 5s both;}
@keyframes dsr{from {right: -1000px;} to {right: 0px;}}
.dsb{position: relative;animation: dsb 5s both;}
@keyframes dsb{from {bottom: -1000px;} to {bottom: 0px;}}
.dst{position: relative;animation: dst 5s both;}
@keyframes dst{from {top: -2000px;} to {top: 0px;}}
.spin-infinite {animation: spin 2s linear infinite;}
.spin {animation: spin 2s linear;}
@keyframes spin {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}
.bounce-1 {animation: bounce 0.8s infinite ease-in-out;}
@keyframes bounce {0%, 100% { transform: translateY(0);} 50% { transform: translateY(-20px);}}
.bounce-2 {animation: realisticBounce 1s infinite;}
@keyframes realisticBounce {0%, 100% {transform: translateY(0) scale(1, 1);} 30% {transform: translateY(-30px) scale(1.1, 0.9);} 50% {transform: translateY(0) scale(0.9, 1.1);} 70% {transform: translateY(-15px) scale(1.05, 0.95);}}
.bounce-3 {animation: bounce 0.8s ease-in-out;}
@keyframes bounce {0%, 100% { transform: translateY(0);} 50% { transform: translateY(-20px);}}
.bounce-4 {animation: realisticBounce 1s;}
@keyframes realisticBounce {0%, 100% {transform: translateY(0) scale(1, 1);} 30% {transform: translateY(-30px) scale(1.1, 0.9);} 50% {transform: translateY(0) scale(0.9, 1.1);} 70% {transform: translateY(-15px) scale(1.05, 0.95);}}
/* Images */
.mainImg{background-image: url("mainImg.png");background-size: cover;}
/* Display Utilities */
.display-none{display: none;}
.display-block{display: block;}
/* Text Color Classes */
.text-white { color: White; }
.text-aliceblue { color: Aliceblue; }
.text-antiquewhite { color: AntiqueWhite; }
.text-aqua { color: Aqua; }
.text-aquamarine { color: Aquamarine; }
.text-azure { color: Azure; }
.text-beige { color: Beige; }
.text-bisque { color: Bisque; }
.text-blanchedalmond { color: BlanchedAlmond; }
.text-blue { color: Blue; }
.text-black { color: Black; }
.text-blueviolet { color: BlueViolet; }
.text-brown { color: Brown; }
.text-burlywood { color: BurlyWood; }
.text-cadetblue { color: CadetBlue; }
.text-chartreuse { color: Chartreuse; }
.text-chocolate { color: Chocolate; }
.text-coral { color: Coral; }
.text-cornflowerblue { color: CornflowerBlue; }
.text-cornsilk { color: Cornsilk; }
.text-crimson { color: Crimson; }
.text-cyan { color: Cyan; }
.text-darkblue { color: DarkBlue; }
.text-darkcyan { color: DarkCyan; }
.text-darkgoldenrod { color: DarkGoldenRod; }
.text-darkgray { color: DarkGray; }
.text-darkgrey { color: DarkGrey; }
.text-darkgreen { color: DarkGreen; }
.text-darkkhaki { color: DarkKhaki; }
.text-darkmagenta { color: DarkMagenta; }
.text-darkolivegreen { color: DarkOliveGreen; }
.text-darkorange { color: DarkOrange; }
.text-darkorchid { color: DarkOrchid; }
.text-darkred { color: DarkRed; }
.text-darksalmon { color: DarkSalmon; }
.text-darkseagreen { color: DarkSeaGreen; }
.text-darkslateblue { color: DarkSlateBlue; }
.text-darkslategray { color: DarkSlateGray; }
.text-darkslategrey { color: DarkSlateGrey; }
.text-darkturquoise { color: DarkTurquoise; }
.text-darkviolet { color: DarkViolet; }
.text-deeppink { color: DeepPink; }
.text-deepskyblue { color: DeepSkyBlue; }
.text-dimgray { color: DimGray; }
.text-dimgrey { color: DimGrey; }
.text-dodgerblue { color: DodgerBlue; }
.text-firebrick { color: FireBrick; }
.text-floralwhite { color: FloralWhite; }
.text-forestgreen { color: ForestGreen; }
.text-fuchsia { color: Fuchsia; }
.text-gainsboro { color: Gainsboro; }
.text-ghostwhite { color: GhostWhite; }
.text-gold { color: Gold; }
.text-goldenrod { color: GoldenRod; }
.text-gray { color: Gray; }
.text-grey { color: Grey; }
.text-green { color: Green; }
.text-greenyellow { color: GreenYellow; }
.text-honeydew { color: HoneyDew; }
.text-hotpink { color: HotPink; }
.text-indianred { color: IndianRed; }
.text-indigo { color: Indigo; }
.text-ivory { color: Ivory; }
.text-khaki { color: Khaki; }
.text-lavender { color: Lavender; }
.text-lavenderblush { color: LavenderBlush; }
.text-lawngreen { color: LawnGreen; }
.text-lemonchiffon { color: LemonChiffon; }
.text-lightblue { color: LightBlue; }
.text-lightcoral { color: LightCoral; }
.text-lightcyan { color: LightCyan; }
.text-lightgoldenrodyellow { color: LightGoldenRodYellow; }
.text-lightgray { color: LightGray; }
.text-lightgreen { color: LightGreen; }
.text-lightpink { color: LightPink; }
.text-lightsalmon { color: LightSalmon; }
.text-lightseagreen { color: LightSeaGreen; }
.text-lightskyblue { color: LightSkyBlue; }
.text-lightslategray { color: LightSlateGray; }
.text-lightslategrey { color: LightSlateGrey; }
.text-lightsteelblue { color: LightSteelBlue; }
.text-lightyellow { color: LightYellow; }
.text-lime { color: Lime; }
.text-limegreen { color: LimeGreen; }
.text-linen { color: Linen; }
.text-magenta { color: Magenta; }
.text-maroon { color: Maroon; }
.text-mediumaquamarine { color: MediumAquaMarine; }
.text-mediumblue { color: MediumBlue; }
.text-mediumorchid { color: MediumOrchid; }
.text-mediumpurple { color: MediumPurple; }
.text-mediumseagreen { color: MediumSeaGreen; }
.text-mediumslateblue { color: MediumSlateBlue; }
.text-mediumspringgreen { color: MediumSpringGreen; }
.text-mediumturquoise { color: MediumTurquoise; }
.text-mediumvioletred { color: MediumVioletRed; }
.text-midnightblue { color: MidnightBlue; }
.text-mintcream { color: MintCream; }
.text-mistyrose { color: MistyRose; }
.text-moccasin { color: Moccasin; }
.text-red { color: red; }
.text-navy { color: Navy; }
.text-navajowhite { color: NavajoWhite; }
.text-buired { color: BuiRed; }
.text-buigreen { color: BuiGreen; }
.text-orange { color: Orange; }
.text-yellow { color: yellow; }
.text-pink { color: Pink; }
/* Text Colors by Name Only */
.silver { color: silver; }
.white { color: White; }
.aliceblue { color: Aliceblue; }
.antiquewhite { color: AntiqueWhite; }
.aqua { color: Aqua; }
.aquamarine { color: Aquamarine; }
.azure { color: Azure; }
.beige { color: Beige; }
.bisque { color: Bisque; }
.blanchedalmond { color: BlanchedAlmond; }
.blue { color: Blue; }
.black { color: Black; }
.blueviolet { color: BlueViolet; }
.brown { color: Brown; }
.burlywood { color: BurlyWood; }
.cadetblue { color: CadetBlue; }
.chartreuse { color: Chartreuse; }
.chocolate { color: Chocolate; }
.coral { color: Coral; }
.cornflowerblue { color: CornflowerBlue; }
.cornsilk { color: Cornsilk; }
.crimson { color: Crimson; }
.cyan { color: Cyan; }
.darkblue { color: DarkBlue; }
.darkcyan { color: DarkCyan; }
.darkgoldenrod { color: DarkGoldenRod; }
.darkgray { color: DarkGray; }
.darkgrey { color: DarkGrey; }
.darkgreen { color: DarkGreen; }
.darkkhaki { color: DarkKhaki; }
.darkmagenta { color: DarkMagenta; }
.darkolivegreen { color: DarkOliveGreen; }
.darkorange { color: DarkOrange; }
.darkorchid { color: DarkOrchid; }
.darkred { color: DarkRed; }
.darksalmon { color: DarkSalmon; }
.darkseagreen { color: DarkSeaGreen; }
.darkslateblue { color: DarkSlateBlue; }
.darkslategray { color: DarkSlateGray; }
.darkslategrey { color: DarkSlateGrey; }
.darkturquoise { color: DarkTurquoise; }
.darkviolet { color: DarkViolet; }
.deeppink { color: DeepPink; }
.deepskyblue { color: DeepSkyBlue; }
.dimgray { color: DimGray; }
.dimgrey { color: DimGrey; }
.dodgerblue { color: DodgerBlue; }
.firebrick { color: FireBrick; }
.floralwhite { color: FloralWhite; }
.forestgreen { color: ForestGreen; }
.fuchsia { color: Fuchsia; }
.gainsboro { color: Gainsboro; }
.ghostwhite { color: GhostWhite; }
.gold { color: Gold; }
.goldenrod { color: GoldenRod; }
.gray { color: Gray; }
.grey { color: Grey; }
.green { color: Green; }
.greenyellow { color: GreenYellow; }
.honeydew { color: HoneyDew; }
.hotpink { color: HotPink; }
.indianred { color: IndianRed; }
.indigo { color: Indigo; }
.ivory { color: Ivory; }
.khaki { color: Khaki; }
.lavender { color: Lavender; }
.lavenderblush { color: LavenderBlush; }
.lawngreen { color: LawnGreen; }
.lemonchiffon { color: LemonChiffon; }
.lightblue { color: LightBlue; }
.lightcoral { color: LightCoral; }
.lightcyan { color: LightCyan; }
.lightgoldenrodyellow { color: LightGoldenRodYellow; }
.lightgray { color: LightGray; }
.lightgreen { color: LightGreen; }
.lightpink { color: LightPink; }
.lightsalmon { color: LightSalmon; }
.lightseagreen { color: LightSeaGreen; }
.lightskyblue { color: LightSkyBlue; }
.lightslategray { color: LightSlateGray; }
.lightslategrey { color: LightSlateGrey; }
.lightsteelblue { color: LightSteelBlue; }
.lightyellow { color: LightYellow; }
.lime { color: Lime; }
.limegreen { color: LimeGreen; }
.linen { color: Linen; }
.magenta { color: Magenta; }
.maroon { color: Maroon; }
.mediumaquamarine { color: MediumAquaMarine; }
.mediumblue { color: MediumBlue; }
.mediumorchid { color: MediumOrchid; }
.mediumpurple { color: MediumPurple; }
.mediumseagreen { color: MediumSeaGreen; }
.mediumslateblue { color: MediumSlateBlue; }
.mediumspringgreen { color: MediumSpringGreen; }
.mediumturquoise { color: MediumTurquoise; }
.mediumvioletred { color: MediumVioletRed; }
.midnightblue { color: MidnightBlue; }
.mintcream { color: MintCream; }
.mistyrose { color: MistyRose; }
.moccasin { color: Moccasin; }
.red { color: red; }
.navy { color: Navy; }
.navajowhite { color: NavajoWhite; }
.buired { color: BuiRed; }
.buigreen { color: BuiGreen; }
.orange { color: Orange; }
.yellow { color: yellow; }
.pink { color: Pink; }
/* Text Color Classes with QuickCSS codes */
.c001 { color: White; }
.c002 { color: Aliceblue; }
.c003 { color: AntiqueWhite; }
.c004 { color: Aqua; }
.c005 { color: Aquamarine; }
.c006 { color: Azure; }
.c007 { color: Beige; }
.c008 { color: Bisque; }
.c009 { color: BlanchedAlmond; }
.c010 { color: Blue; }
.c011 { color: Black; }
.c012 { color: BlueViolet; }
.c013 { color: Brown; }
.c014 { color: BurlyWood; }
.c015 { color: CadetBlue; }
.c016 { color: Chartreuse; }
.c017 { color: Chocolate; }
.c018 { color: Coral; }
.c019 { color: CornflowerBlue; }
.c020 { color: Cornsilk; }
.c021 { color: Crimson; }
.c022 { color: Cyan; }
.c023 { color: DarkBlue; }
.c024 { color: DarkCyan; }
.c025 { color: DarkGoldenRod; }
.c026 { color: DarkGray; }
.c027 { color: DarkGrey; }
.c028 { color: DarkGreen; }
.c029 { color: DarkKhaki; }
.c030 { color: DarkMagenta; }
.c031 { color: DarkOliveGreen; }
.c032 { color: DarkOrange; }
.c033 { color: DarkOrchid; }
.c034 { color: DarkRed; }
.c035 { color: DarkSalmon; }
.c036 { color: DarkSeaGreen; }
.c037 { color: DarkSlateBlue; }
.c038 { color: DarkSlateGray; }
.c039 { color: DarkSlateGrey; }
.c040 { color: DarkTurquoise; }
.c041 { color: DarkViolet; }
.c042 { color: DeepPink; }
.c043 { color: DeepSkyBlue; }
.c044 { color: DimGray; }
.c045 { color: DimGrey; }
.c046 { color: DodgerBlue; }
.c047 { color: FireBrick; }
.c048 { color: FloralWhite; }
.c049 { color: ForestGreen; }
.c050 { color: Fuchsia; }
.c051 { color: Gainsboro; }
.c052 { color: GhostWhite; }
.c053 { color: Gold; }
.c054 { color: GoldenRod; }
.c055 { color: Gray; }
.c056 { color: Grey; }
.c057 { color: Green; }
.c058 { color: GreenYellow; }
.c059 { color: HoneyDew; }
.c060 { color: HotPink; }
.c061 { color: IndianRed; }
.c062 { color: Indigo; }
.c063 { color: Ivory; }
.c064 { color: Khaki; }
.c065 { color: Lavender; }
.c066 { color: LavenderBlush; }
.c067 { color: LawnGreen; }
.c068 { color: LemonChiffon; }
.c069 { color: LightBlue; }
.c070 { color: LightCoral; }
.c071 { color: LightCyan; }
.c072 { color: LightGoldenRodYellow; }
.c073 { color: LightGray; }
.c074 { color: LightGreen; }
.c075 { color: LightPink; }
.c076 { color: LightSalmon; }
.c077 { color: LightSeaGreen; }
.c078 { color: LightSkyBlue; }
.c079 { color: LightSlateGray; }
.c080 { color: LightSlateGrey; }
.c081 { color: LightSteelBlue; }
.c082 { color: LightYellow; }
.c083 { color: Lime; }
.c084 { color: LimeGreen; }
.c085 { color: Linen; }
.c086 { color: Magenta; }
.c087 { color: Maroon; }
.c088 { color: MediumAquaMarine; }
.c089 { color: MediumBlue; }
.c090 { color: MediumOrchid; }
.c091 { color: MediumPurple; }
.c092 { color: MediumSeaGreen; }
.c093 { color: MediumSlateBlue; }
.c094 { color: MediumSpringGreen; }
.c095 { color: MediumTurquoise; }
.c096 { color: MediumVioletRed; }
.c097 { color: MidnightBlue; }
.c098 { color: MintCream; }
.c099 { color: MistyRose; }
.c100 { color: Moccasin; }
.c101 { color: red; }
.c102 { color: Navy; }
.c103 { color: NavajoWhite; }
.c104 { color: BuiRed; }
.c105 { color: BuiGreen; }
.c106 { color: Orange; }
.c107 { color: yellow; }
.c108 { color: Pink; }
/* Text Shadow */
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.text-shadow-sm { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.text-shadow-md { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.text-shadow-lg { text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); }
.text-shadow-xl { text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); }
.text-shadow-2xl { text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
.text-shadow-3xl { text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5); }
.text-shadow-4xl { text-shadow: 7px 7px 14px rgba(0, 0, 0, 0.5); }
.text-shadow-5xl { text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5); }
/* Box Shadow Classes */
.shadow-sm { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.shadow { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.shadow-md { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.shadow-lg { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1); }
.shadow-inner { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); }
.shadow-outline { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
.shadow-none { box-shadow: none; }
.shadow-even {
    box-shadow: 0px 0px 5px black;
}
/* Opacity Classes */
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-100 { opacity: 1; }
/* Hover Opacity Classes */
.hover\:opacity-0:hover { opacity: 0; }
.hover\:opacity-25:hover { opacity: 0.25; }
.hover\:opacity-50:hover { opacity: 0.5; }
.hover\:opacity-75:hover { opacity: 0.75; }
.hover\:opacity-100:hover { opacity: 1; }
/* Background Color Classes using color name */
.bg-transparent { background-color: transparent; }
.bg-white { background-color: White; }
.bg-aliceblue { background-color: Aliceblue; }
.bg-antiquewhite { background-color: AntiqueWhite; }
.bg-aqua { background-color: Aqua; }
.bg-aquamarine { background-color: Aquamarine; }
.bg-azure { background-color: Azure; }
.bg-beige { background-color: Beige; }
.bg-bisque { background-color: Bisque; }
.bg-blanchedalmond { background-color: BlanchedAlmond; }
.bg-blue { background-color: Blue; }
.bg-black { background-color: Black; }
.bg-blueviolet { background-color: BlueViolet; }
.bg-brown { background-color: Brown; }
.bg-burlywood { background-color: BurlyWood; }
.bg-cadetblue { background-color: CadetBlue; }
.bg-chartreuse { background-color: Chartreuse; }
.bg-chocolate { background-color: Chocolate; }
.bg-coral { background-color: Coral; }
.bg-cornflowerblue { background-color: CornflowerBlue; }
.bg-cornsilk { background-color: Cornsilk; }
.bg-crimson { background-color: Crimson; }
.bg-cyan { background-color: Cyan; }
.bg-darkblue { background-color: DarkBlue; }
.bg-darkcyan { background-color: DarkCyan; }
.bg-darkgoldenrod { background-color: DarkGoldenRod; }
.bg-darkgray { background-color: DarkGray; }
.bg-darkgrey { background-color: DarkGrey; }
.bg-darkgreen { background-color: DarkGreen; }
.bg-darkkhaki { background-color: DarkKhaki; }
.bg-darkmagenta { background-color: DarkMagenta; }
.bg-darkolivegreen { background-color: DarkOliveGreen; }
.bg-darkorange { background-color: DarkOrange; }
.bg-darkorchid { background-color: DarkOrchid; }
.bg-darkred { background-color: DarkRed; }
.bg-darksalmon { background-color: DarkSalmon; }
.bg-darkseagreen { background-color: DarkSeaGreen; }
.bg-darkslateblue { background-color: DarkSlateBlue; }
.bg-darkslategray { background-color: DarkSlateGray; }
.bg-darkslategrey { background-color: DarkSlateGrey; }
.bg-darkturquoise { background-color: DarkTurquoise; }
.bg-darkviolet { background-color: DarkViolet; }
.bg-deeppink { background-color: DeepPink; }
.bg-deepskyblue { background-color: DeepSkyBlue; }
.bg-dimgray { background-color: DimGray; }
.bg-dimgrey { background-color: DimGrey; }
.bg-dodgerblue { background-color: DodgerBlue; }
.bg-firebrick { background-color: FireBrick; }
.bg-floralwhite { background-color: FloralWhite; }
.bg-forestgreen { background-color: ForestGreen; }
.bg-fuchsia { background-color: Fuchsia; }
.bg-gainsboro { background-color: Gainsboro; }
.bg-ghostwhite { background-color: GhostWhite; }
.bg-gold { background-color: Gold; }
.bg-goldenrod { background-color: GoldenRod; }
.bg-gray { background-color: Gray; }
.bg-grey { background-color: Grey; }
.bg-green { background-color: Green; }
.bg-greenyellow { background-color: GreenYellow; }
.bg-honeydew { background-color: HoneyDew; }
.bg-hotpink { background-color: HotPink; }
.bg-indianred { background-color: IndianRed; }
.bg-indigo { background-color: Indigo; }
.bg-ivory { background-color: Ivory; }
.bg-khaki { background-color: Khaki; }
.bg-lavender { background-color: Lavender; }
.bg-lavenderblush { background-color: LavenderBlush; }
.bg-lawngreen { background-color: LawnGreen; }
.bg-lemonchiffon { background-color: LemonChiffon; }
.bg-lightblue { background-color: LightBlue; }
.bg-lightcoral { background-color: LightCoral; }
.bg-lightcyan { background-color: LightCyan; }
.bg-lightgoldenrodyellow { background-color: LightGoldenRodYellow; }
.bg-lightgray { background-color: LightGray; }
.bg-lightgreen { background-color: LightGreen; }
.bg-lightpink { background-color: LightPink; }
.bg-lightsalmon { background-color: LightSalmon; }
.bg-lightseagreen { background-color: LightSeaGreen; }
.bg-lightskyblue { background-color: LightSkyBlue; }
.bg-lightslategray { background-color: LightSlateGray; }
.bg-lightslategrey { background-color: LightSlateGrey; }
.bg-lightsteelblue { background-color: LightSteelBlue; }
.bg-lightyellow { background-color: LightYellow; }
.bg-lime { background-color: Lime; }
.bg-limegreen { background-color: LimeGreen; }
.bg-linen { background-color: Linen; }
.bg-magenta { background-color: Magenta; }
.bg-maroon { background-color: Maroon; }
.bg-mediumaquamarine { background-color: MediumAquaMarine; }
.bg-mediumblue { background-color: MediumBlue; }
.bg-mediumorchid { background-color: MediumOrchid; }
.bg-mediumpurple { background-color: MediumPurple; }
.bg-mediumseagreen { background-color: MediumSeaGreen; }
.bg-mediumslateblue { background-color: MediumSlateBlue; }
.bg-mediumspringgreen { background-color: MediumSpringGreen; }
.bg-mediumturquoise { background-color: MediumTurquoise; }
.bg-mediumvioletred { background-color: MediumVioletRed; }
.bg-midnightblue { background-color: MidnightBlue; }
.bg-mintcream { background-color: MintCream; }
.bg-mistyrose { background-color: MistyRose; }
.bg-moccasin { background-color: Moccasin; }
.bg-red { background-color: red; }
.bg-navy { background-color: Navy; }
.bg-navajowhite { background-color: NavajoWhite; }
.bg-buired { background-color: BuiRed; }
.bg-buigreen { background-color: BuiGreen; }
.bg-orange { background-color: Orange; }
.bg-yellow { background-color: yellow; }
.bg-pink { background-color: Pink; }
/* Background Color with using codes */
.bg000 { background-color: transparent; }
.bg001 { background-color: White; }
.bg002 { background-color: Aliceblue; }
.bg003 { background-color: AntiqueWhite; }
.bg004 { background-color: Aqua; }
.bg005 { background-color: Aquamarine; }
.bg006 { background-color: Azure; }
.bg007 { background-color: Beige; }
.bg008 { background-color: Bisque; }
.bg009 { background-color: BlanchedAlmond; }
.bg010 { background-color: Blue; }
.bg011 { background-color: Black; }
.bg012 { background-color: BlueViolet; }
.bg013 { background-color: Brown; }
.bg014 { background-color: BurlyWood; }
.bg015 { background-color: CadetBlue; }
.bg016 { background-color: Chartreuse; }
.bg017 { background-color: Chocolate; }
.bg018 { background-color: Coral; }
.bg019 { background-color: CornflowerBlue; }
.bg020 { background-color: Cornsilk; }
.bg021 { background-color: Crimson; }
.bg022 { background-color: Cyan; }
.bg023 { background-color: DarkBlue; }
.bg024 { background-color: DarkCyan; }
.bg025 { background-color: DarkGoldenRod; }
.bg026 { background-color: DarkGray; }
.bg027 { background-color: DarkGrey; }
.bg028 { background-color: DarkGreen; }
.bg029 { background-color: DarkKhaki; }
.bg030 { background-color: DarkMagenta; }
.bg031 { background-color: DarkOliveGreen; }
.bg032 { background-color: DarkOrange; }
.bg033 { background-color: DarkOrchid; }
.bg034 { background-color: DarkRed; }
.bg035 { background-color: DarkSalmon; }
.bg036 { background-color: DarkSeaGreen; }
.bg037 { background-color: DarkSlateBlue; }
.bg038 { background-color: DarkSlateGray; }
.bg039 { background-color: DarkSlateGrey; }
.bg040 { background-color: DarkTurquoise; }
.bg041 { background-color: DarkViolet; }
.bg042 { background-color: DeepPink; }
.bg043 { background-color: DeepSkyBlue; }
.bg044 { background-color: DimGray; }
.bg045 { background-color: DimGrey; }
.bg046 { background-color: DodgerBlue; }
.bg047 { background-color: FireBrick; }
.bg048 { background-color: FloralWhite; }
.bg049 { background-color: ForestGreen; }
.bg050 { background-color: Fuchsia; }
.bg051 { background-color: Gainsboro; }
.bg052 { background-color: GhostWhite; }
.bg053 { background-color: Gold; }
.bg054 { background-color: GoldenRod; }
.bg055 { background-color: Gray; }
.bg056 { background-color: Grey; }
.bg057 { background-color: Green; }
.bg058 { background-color: GreenYellow; }
.bg059 { background-color: HoneyDew; }
.bg060 { background-color: HotPink; }
.bg061 { background-color: IndianRed; }
.bg062 { background-color: Indigo; }
.bg063 { background-color: Ivory; }
.bg064 { background-color: Khaki; }
.bg065 { background-color: Lavender; }
.bg066 { background-color: LavenderBlush; }
.bg067 { background-color: LawnGreen; }
.bg068 { background-color: LemonChiffon; }
.bg069 { background-color: LightBlue; }
.bg070 { background-color: LightCoral; }
.bg071 { background-color: LightCyan; }
.bg072 { background-color: LightGoldenRodYellow; }
.bg073 { background-color: LightGray; }
.bg074 { background-color: LightGreen; }
.bg075 { background-color: LightPink; }
.bg076 { background-color: LightSalmon; }
.bg077 { background-color: LightSeaGreen; }
.bg078 { background-color: LightSkyBlue; }
.bg079 { background-color: LightSlateGray; }
.bg080 { background-color: LightSlateGrey; }
.bg081 { background-color: LightSteelBlue; }
.bg082 { background-color: LightYellow; }
.bg083 { background-color: Lime; }
.bg084 { background-color: LimeGreen; }
.bg085 { background-color: Linen; }
.bg086 { background-color: Magenta; }
.bg087 { background-color: Maroon; }
.bg088 { background-color: MediumAquaMarine; }
.bg089 { background-color: MediumBlue; }
.bg090 { background-color: MediumOrchid; }
.bg091 { background-color: MediumPurple; }
.bg092 { background-color: MediumSeaGreen; }
.bg093 { background-color: MediumSlateBlue; }
.bg094 { background-color: MediumSpringGreen; }
.bg095 { background-color: MediumTurquoise; }
.bg096 { background-color: MediumVioletRed; }
.bg097 { background-color: MidnightBlue; }
.bg098 { background-color: MintCream; }
.bg099 { background-color: MistyRose; }
.bg100 { background-color: Moccasin; }
.bg101 { background-color: red; }
.bg102 { background-color: Navy; }
.bg103 { background-color: NavajoWhite; }
.bg104 { background-color: #36454f; }
.bg105 { background-color: #313132; }
.bg106 { background-color: Orange; }
.bg107 { background-color: yellow; }
.bg108 { background-color: Pink; }
/* Border Color Classes */
.border-0 { border: 0px solid white; }
.border-transparent { border: 1px solid transparent; }
.border-current { border: 1px solid currentColor; }
.border-black { border: 1px solid #000; }   
.border-white { border: 1px solid white; }
.border-aliceblue { border: 1px solid #f0f8ff; }
.border-antiquewhite { border: 1px solid #faebd7; }
.border-aqua { border: 1px solid #00ffff; }
.border-aquamarine { border: 1px solid #7fffd4; }
.border-azure { border: 1px solid #f0ffff; }
.border-beige { border: 1px solid #f5f5dc; }
.border-bisque { border: 1px solid #ffe4c4; }
.border-blanchedalmond { border: 1px solid #ffebcd; }
.border-blue { border: 1px solid #0000ff;}
.border-blueviolet { border: 1px solid #8a2be2; }
.border-brown { border: 1px solid #a52a2a; }
.border-burlywood { border: 1px solid #deb887; }
.border-cadetblue { border: 1px solid #5f9ea0; }
.border-chartreuse { border: 1px solid #7fff00; }
.border-chocolate { border: 1px solid #d2691e; }
.border-coral { border: 1px solid #ff7f50; }
.border-cornflowerblue { border: 1px solid #6495ed; }
.border-cornsilk { border: 1px solid #fff8dc; }
.border-crimson { border: 1px solid #dc143c; }
.border-cyan { border: 1px solid #00ffff; }
.border-darkblue { border: 1px solid #00008b; }
.border-darkcyan { border: 1px solid #008b8b; }
.border-darkgoldenrod { border: 1px solid #b8860b; }
.border-darkgray { border: 1px solid #a9a9a9; }
.border-darkgrey { border: 1px solid #a9a9a9; }
.border-darkgreen { border: 1px solid #006400; }
.border-darkkhaki { border: 1px solid #bdb76b; }
.border-darkmagenta { border: 1px solid #8b008b; }
.border-darkolivegreen { border: 1px solid #556b2f; }
.border-darkorange { border: 1px solid #ff8c00; }
.border-darkorchid { border: 1px solid #9932cc; }
.border-darkred { border: 1px solid #8b0000; }
.border-darksalmon { border: 1px solid #e9967a; }
.border-darkseagreen { border: 1px solid #8fbc8f; }
.border-darkslateblue { border: 1px solid #483d8b; }
.border-darkslategray { border: 1px solid #2f4f4f; }
.border-darkslategrey { border: 1px solid #2f4f4f; }
.border-darkturquoise { border: 1px solid #00ced1; }
.border-darkviolet { border: 1px solid #9400d3; }
.border-deeppink { border: 1px solid #ff1493; }
.border-deepskyblue { border: 1px solid #00bfff; }
.border-dimgray { border: 1px solid #696969; }
.border-dimgrey { border: 1px solid #696969; }
.border-dodgerblue { border: 1px solid #1e90ff; }
.border-firebrick { border: 1px solid #b22222; }
.border-floralwhite { border: 1px solid #fffaf0; }
.border-forestgreen { border: 1px solid #228b22; }
.border-fuchsia { border: 1px solid #ff00ff; }
.border-gainsboro { border: 1px solid #dcdcdc; }
.border-ghostwhite { border: 1px solid #f8f8ff; }
.border-gold { border: 1px solid #ffd700; }
.border-goldenrod { border: 1px solid #daa520; }
.border-gray { border: 1px solid #808080; }
.border-grey { border: 1px solid #808080; }
.border-green { border: 1px solid #008000; }
.border-greenyellow { border: 1px solid #adff2f; }
.border-honeydew { border: 1px solid #f0fff0; }
.border-hotpink { border: 1px solid #ff69b4; }
.border-indianred { border: 1px solid #cd5c5c; }
.border-indigo { border: 1px solid #4b0082; }
.border-ivory { border: 1px solid #fffff0; }
.border-khaki { border: 1px solid #f0e68c; }
.border-lavender { border: 1px solid #e6e6fa; }
.border-lavenderblush { border: 1px solid #fff0f5; }
.border-lawngreen { border: 1px solid #7cfc00; }
.border-lemonchiffon { border: 1px solid #fffacd; }
.border-lightblue { border: 1px solid #add8e6; }
.border-lightcoral { border: 1px solid #f08080; }
.border-lightcyan { border: 1px solid #e0ffff; }
.border-lightgoldenrodyellow { border: 1px solid #fafad2; }
.border-lightgray { border: 1px solid #d3d3d3; }
.border-lightgreen { border: 1px solid #90ee90; }
.border-lightpink { border: 1px solid #ffb6c1; }
.border-lightsalmon { border: 1px solid #ffa07a; }
.border-lightseagreen { border: 1px solid #20b2aa; }
.border-lightskyblue { border: 1px solid #87cefa; }
.border-lightslategray { border: 1px solid #778899; }
.border-lightslategrey { border: 1px solid #778899; }
.border-lightsteelblue { border: 1px solid #b0c4de; }
.border-lightyellow { border: 1px solid #ffffe0; }
.border-lime { border: 1px solid #00ff00; }
.border-limegreen { border: 1px solid #32cd32; }
.border-linen { border: 1px solid #faf0e6; }
.border-magenta { border: 1px solid #ff00ff; }
.border-maroon { border: 1px solid #800000; }
.border-mediumaquamarine { border: 1px solid #66cdaa; }
.border-mediumblue { border: 1px solid #0000cd; }
.border-mediumorchid { border: 1px solid #ba55d3; }
.border-mediumpurple { border: 1px solid #9370db; }
.border-mediumseagreen { border: 1px solid #3cb371; }
.border-mediumslateblue { border: 1px solid #7b68ee; }
.border-mediumspringgreen { border: 1px solid #00fa9a; }
.border-mediumturquoise { border: 1px solid #48d1cc; }
.border-mediumvioletred { border: 1px solid #c71585; }
.border-midnightblue { border: 1px solid #191970; }
.border-mintcream { border: 1px solid #f5fffa; }
.border-mistyrose { border: 1px solid #ffe4e1; }
.border-moccasin { border: 1px solid #ffe4b5; }
.border-navy { border: 1px solid #000080; }
.border-navajowhite { border: 1px solid #ffdead; }
.border-orange { border: 1px solid #ffa500; }
.border-pink { border: 1px solid #ffc0cb; }
/* Border Color Class 2px */
.border2-transparent { border: 2px solid transparent; }
.border2-current { border: 2px solid currentColor; }
.border2-black { border: 2px solid #000; }   
.border2-white { border: 2px solid white; }
.border2-aliceblue { border: 2px solid #f0f8ff; }
.border2-antiquewhite { border: 2px solid #faebd7; }
.border2-aqua { border: 2px solid #00ffff; }
.border2-aquamarine { border: 2px solid #7fffd4; }
.border2-azure { border: 2px solid #f0ffff; }
.border2-beige { border: 2px solid #f5f5dc; }
.border2-bisque { border: 2px solid #ffe4c4; }
.border2-blanchedalmond { border: 2px solid #ffebcd; }
.border2-blue { border: 2px solid #0000ff;}
.border2-blueviolet { border: 2px solid #8a2be2; }
.border2-brown { border: 2px solid #a52a2a; }
.border2-burlywood { border: 2px solid #deb887; }
.border2-cadetblue { border: 2px solid #5f9ea0; }
.border2-chartreuse { border: 2px solid #7fff00; }
.border2-chocolate { border: 2px solid #d2691e; }
.border2-coral { border: 2px solid #ff7f50; }
.border2-cornflowerblue { border: 2px solid #6495ed; }
.border2-cornsilk { border: 2px solid #fff8dc; }
.border2-crimson { border: 2px solid #dc143c; }
.border2-cyan { border: 2px solid #00ffff; }
.border2-darkblue { border: 2px solid #00008b; }
.border2-darkcyan { border: 2px solid #008b8b; }
.border2-darkgoldenrod { border: 2px solid #b8860b; }
.border2-darkgray { border: 2px solid #a9a9a9; }
.border2-darkgrey { border: 2px solid #a9a9a9; }
.border2-darkgreen { border: 2px solid #006400; }
.border2-darkkhaki { border: 2px solid #bdb76b; }
.border2-darkmagenta { border: 2px solid #8b008b; }
.border2-darkolivegreen { border: 2px solid #556b2f; }
.border2-darkorange { border: 2px solid #ff8c00; }
.border2-darkorchid { border: 2px solid #9932cc; }
.border2-darkred { border: 2px solid #8b0000; }
.border2-darksalmon { border: 2px solid #e9967a; }
.border2-darkseagreen { border: 2px solid #8fbc8f; }
.border2-darkslateblue { border: 2px solid #483d8b; }
.border2-darkslategray { border: 2px solid #2f4f4f; }
.border2-darkslategrey { border: 2px solid #2f4f4f; }
.border2-darkturquoise { border: 2px solid #00ced1; }
.border2-darkviolet { border: 2px solid #9400d3; }
.border2-deeppink { border: 2px solid #ff1493; }
.border2-deepskyblue { border: 2px solid #00bfff; }
.border2-dimgray { border: 2px solid #696969; }
.border2-dimgrey { border: 2px solid #696969; }
.border2-dodgerblue { border: 2px solid #1e90ff; }
.border2-firebrick { border: 2px solid #b22222; }
.border2-floralwhite { border: 2px solid #fffaf0; }
.border2-forestgreen { border: 2px solid #228b22; }
.border2-fuchsia { border: 2px solid #ff00ff; }
.border2-gainsboro { border: 2px solid #dcdcdc; }
.border2-ghostwhite { border: 2px solid #f8f8ff; }
.border2-gold { border: 2px solid #ffd700; }
.border2-goldenrod { border: 2px solid #daa520; }
.border2-gray { border: 2px solid #808080; }
.border2-grey { border: 2px solid #808080; }
.border2-green { border: 2px solid #008000; }
.border2-greenyellow { border: 2px solid #adff2f; }
.border2-honeydew { border: 2px solid #f0fff0; }
.border2-hotpink { border: 2px solid #ff69b4; }
.border2-indianred { border: 2px solid #cd5c5c; }
.border2-indigo { border: 2px solid #4b0082; }
.border2-ivory { border: 2px solid #fffff0; }
.border2-khaki { border: 2px solid #f0e68c; }
.border2-lavender { border: 2px solid #e6e6fa; }
.border2-lavenderblush { border: 2px solid #fff0f5; }
.border2-lawngreen { border: 2px solid #7cfc00; }
.border2-lemonchiffon { border: 2px solid #fffacd; }
.border2-lightblue { border: 2px solid #add8e6; }
.border2-lightcoral { border: 2px solid #f08080; }
.border2-lightcyan { border: 2px solid #e0ffff; }
.border2-lightgoldenrodyellow { border: 2px solid #fafad2; }
.border2-lightgray { border: 2px solid #d3d3d3; }
.border2-lightgreen { border: 2px solid #90ee90; }
.border2-lightpink { border: 2px solid #ffb6c1; }
.border2-lightsalmon { border: 2px solid #ffa07a; }
.border2-lightseagreen { border: 2px solid #20b2aa; }
.border2-lightskyblue { border: 2px solid #87cefa; }
.border2-lightslategray { border: 2px solid #778899; }
.border2-lightslategrey { border: 2px solid #778899; }
.border2-lightsteelblue { border: 2px solid #b0c4de; }
.border2-lightyellow { border: 2px solid #ffffe0; }
.border2-lime { border: 2px solid #00ff00; }
.border2-limegreen { border: 2px solid #32cd32; }
.border2-linen { border: 2px solid #faf0e6; }
.border2-magenta { border: 2px solid #ff00ff; }
.border2-maroon { border: 2px solid #800000; }
.border2-mediumaquamarine { border: 2px solid #66cdaa; }
.border2-mediumblue { border: 2px solid #0000cd; }
.border2-mediumorchid { border: 2px solid #ba55d3; }
.border2-mediumpurple { border: 2px solid #9370db; }
.border2-mediumseagreen { border: 2px solid #3cb371; }
.border2-mediumslateblue { border: 2px solid #7b68ee; }
.border2-mediumspringgreen { border: 2px solid #00fa9a; }
.border2-mediumturquoise { border: 2px solid #48d1cc; }
.border2-mediumvioletred { border: 2px solid #c71585; }
.border2-midnightblue { border: 2px solid #191970; }
.border2-mintcream { border: 2px solid #f5fffa; }
.border2-mistyrose { border: 2px solid #ffe4e1; }
.border2-moccasin { border: 2px solid #ffe4b5; }
.border2-navy { border: 2px solid #000080; }
.border2-navajowhite { border: 2px solid #ffdead; }
.border2-orange { border: 2px solid #ffa500; }
.border2-pink { border: 2px solid #ffc0cb; }
/* Border Color Class 3px */
.border3-transparent { border: 3px solid transparent; }
.border3-current { border: 3px solid currentColor; }
.border3-black { border: 3px solid #000; }   
.border3-white { border: 3px solid white; }
.border3-aliceblue { border: 3px solid #f0f8ff; }
.border3-antiquewhite { border: 3px solid #faebd7; }
.border3-aqua { border: 3px solid #00ffff; }
.border3-aquamarine { border: 3px solid #7fffd4; }
.border3-azure { border: 3px solid #f0ffff; }
.border3-beige { border: 3px solid #f5f5dc; }
.border3-bisque { border: 3px solid #ffe4c4; }
.border3-blanchedalmond { border: 3px solid #ffebcd; }
.border3-blue { border: 3px solid #0000ff;}
.border3-blueviolet { border: 3px solid #8a2be2; }
.border3-brown { border: 3px solid #a52a2a; }
.border3-burlywood { border: 3px solid #deb887; }
.border3-cadetblue { border: 3px solid #5f9ea0; }
.border3-chartreuse { border: 3px solid #7fff00; }
.border3-chocolate { border: 3px solid #d2691e; }
.border3-coral { border: 3px solid #ff7f50; }
.border3-cornflowerblue { border: 3px solid #6495ed; }
.border3-cornsilk { border: 3px solid #fff8dc; }
.border3-crimson { border: 3px solid #dc143c; }
.border3-cyan { border: 3px solid #00ffff; }
.border3-darkblue { border: 3px solid #00008b; }
.border3-darkcyan { border: 3px solid #008b8b; }
.border3-darkgoldenrod { border: 3px solid #b8860b; }
.border3-darkgray { border: 3px solid #a9a9a9; }
.border3-darkgrey { border: 3px solid #a9a9a9; }
.border3-darkgreen { border: 3px solid #006400; }
.border3-darkkhaki { border: 3px solid #bdb76b; }
.border3-darkmagenta { border: 3px solid #8b008b; }
.border3-darkolivegreen { border: 3px solid #556b2f; }
.border3-darkorange { border: 3px solid #ff8c00; }
.border3-darkorchid { border: 3px solid #9932cc; }
.border3-darkred { border: 3px solid #8b0000; }
.border3-darksalmon { border: 3px solid #e9967a; }
.border3-darkseagreen { border: 3px solid #8fbc8f; }
.border3-darkslateblue { border: 3px solid #483d8b; }
.border3-darkslategray { border: 3px solid #2f4f4f; }
.border3-darkslategrey { border: 3px solid #2f4f4f; }
.border3-darkturquoise { border: 3px solid #00ced1; }
.border3-darkviolet { border: 3px solid #9400d3; }
.border3-deeppink { border: 3px solid #ff1493; }
.border3-deepskyblue { border: 3px solid #00bfff; }
.border3-dimgray { border: 3px solid #696969; }
.border3-dimgrey { border: 3px solid #696969; }
.border3-dodgerblue { border: 3px solid #1e90ff; }
.border3-firebrick { border: 3px solid #b22222; }
.border3-floralwhite { border: 3px solid #fffaf0; }
.border3-forestgreen { border: 3px solid #228b22; }
.border3-fuchsia { border: 3px solid #ff00ff; }
.border3-gainsboro { border: 3px solid #dcdcdc; }
.border3-ghostwhite { border: 3px solid #f8f8ff; }
.border3-gold { border: 3px solid #ffd700; }
.border3-goldenrod { border: 3px solid #daa520; }
.border3-gray { border: 3px solid #808080; }
.border3-grey { border: 3px solid #808080; }
.border3-green { border: 3px solid #008000; }
.border3-greenyellow { border: 3px solid #adff2f; }
.border3-honeydew { border: 3px solid #f0fff0; }
.border3-hotpink { border: 3px solid #ff69b4; }
.border3-indianred { border: 3px solid #cd5c5c; }
.border3-indigo { border: 3px solid #4b0082; }
.border3-ivory { border: 3px solid #fffff0; }
.border3-khaki { border: 3px solid #f0e68c; }
.border3-lavender { border: 3px solid #e6e6fa; }
.border3-lavenderblush { border: 3px solid #fff0f5; }
.border3-lawngreen { border: 3px solid #7cfc00; }
.border3-lemonchiffon { border: 3px solid #fffacd; }
.border3-lightblue { border: 3px solid #add8e6; }
.border3-lightcoral { border: 3px solid #f08080; }
.border3-lightcyan { border: 3px solid #e0ffff; }
.border3-lightgoldenrodyellow { border: 3px solid #fafad2; }
.border3-lightgray { border: 3px solid #d3d3d3; }
.border3-lightgreen { border: 3px solid #90ee90; }
.border3-lightpink { border: 3px solid #ffb6c1; }
.border3-lightsalmon { border: 3px solid #ffa07a; }
.border3-lightseagreen { border: 3px solid #20b2aa; }
.border3-lightskyblue { border: 3px solid #87cefa; }
.border3-lightslategray { border: 3px solid #778899; }
.border3-lightslategrey { border: 3px solid #778899; }
.border3-lightsteelblue { border: 3px solid #b0c4de; }
.border3-lightyellow { border: 3px solid #ffffe0; }
.border3-lime { border: 3px solid #00ff00; }
.border3-limegreen { border: 3px solid #32cd32; }
.border3-linen { border: 3px solid #faf0e6; }
.border3-magenta { border: 3px solid #ff00ff; }
.border3-maroon { border: 3px solid #800000; }
.border3-mediumaquamarine { border: 3px solid #66cdaa; }
.border3-mediumblue { border: 3px solid #0000cd; }
.border3-mediumorchid { border: 3px solid #ba55d3; }
.border3-mediumpurple { border: 3px solid #9370db; }
.border3-mediumseagreen { border: 3px solid #3cb371; }
.border3-mediumslateblue { border: 3px solid #7b68ee; }
.border3-mediumspringgreen { border: 3px solid #00fa9a; }
.border3-mediumturquoise { border: 3px solid #48d1cc; }
.border3-mediumvioletred { border: 3px solid #c71585; }
.border3-midnightblue { border: 3px solid #191970; }
.border3-mintcream { border: 3px solid #f5fffa; }
.border3-mistyrose { border: 3px solid #ffe4e1; }
.border3-moccasin { border: 3px solid #ffe4b5; }
.border3-navy { border: 3px solid #000080; }
.border3-navajowhite { border: 3px solid #ffdead; }
.border3-orange { border: 3px solid #ffa500; }
.border3-pink { border: 3px solid #ffc0cb; }
/* Border Color Class 4  */
.border4-transparent { border: 4px solid transparent; }
.border4-current { border: 4px solid currentColor; }
.border4-black { border: 4px solid #000; }   
.border4-white { border: 4px solid white; }
.border4-aliceblue { border: 4px solid #f0f8ff; }
.border4-antiquewhite { border: 4px solid #faebd7; }
.border4-aqua { border: 4px solid #00ffff; }
.border4-aquamarine { border: 4px solid #7fffd4; }
.border4-azure { border: 4px solid #f0ffff; }
.border4-beige { border: 4px solid #f5f5dc; }
.border4-bisque { border: 4px solid #ffe4c4; }
.border4-blanchedalmond { border: 4px solid #ffebcd; }
.border4-blue { border: 4px solid #0000ff;}
.border4-blueviolet { border: 4px solid #8a2be2; }
.border4-brown { border: 4px solid #a52a2a; }
.border4-burlywood { border: 4px solid #deb887; }
.border4-cadetblue { border: 4px solid #5f9ea0; }
.border4-chartreuse { border: 4px solid #7fff00; }
.border4-chocolate { border: 4px solid #d2691e; }
.border4-coral { border: 4px solid #ff7f50; }
.border4-cornflowerblue { border: 4px solid #6495ed; }
.border4-cornsilk { border: 4px solid #fff8dc; }
.border4-crimson { border: 4px solid #dc143c; }
.border4-cyan { border: 4px solid #00ffff; }
.border4-darkblue { border: 4px solid #00008b; }
.border4-darkcyan { border: 4px solid #008b8b; }
.border4-darkgoldenrod { border: 4px solid #b8860b; }
.border4-darkgray { border: 4px solid #a9a9a9; }
.border4-darkgrey { border: 4px solid #a9a9a9; }
.border4-darkgreen { border: 4px solid #006400; }
.border4-darkkhaki { border: 4px solid #bdb76b; }
.border4-darkmagenta { border: 4px solid #8b008b; }
.border4-darkolivegreen { border: 4px solid #556b2f; }
.border4-darkorange { border: 4px solid #ff8c00; }
.border4-darkorchid { border: 4px solid #9932cc; }
.border4-darkred { border: 4px solid #8b0000; }
.border4-darksalmon { border: 4px solid #e9967a; }
.border4-darkseagreen { border: 4px solid #8fbc8f; }
.border4-darkslateblue { border: 4px solid #483d8b; }
.border4-darkslategray { border: 4px solid #2f4f4f; }
.border4-darkslategrey { border: 4px solid #2f4f4f; }
.border4-darkturquoise { border: 4px solid #00ced1; }
.border4-darkviolet { border: 4px solid #9400d3; }
.border4-deeppink { border: 4px solid #ff1493; }
.border4-deepskyblue { border: 4px solid #00bfff; }
.border4-dimgray { border: 4px solid #696969; }
.border4-dimgrey { border: 4px solid #696969; }
.border4-dodgerblue { border: 4px solid #1e90ff; }
.border4-firebrick { border: 4px solid #b22222; }
.border4-floralwhite { border: 4px solid #fffaf0; }
.border4-forestgreen { border: 4px solid #228b22; }
.border4-fuchsia { border: 4px solid #ff00ff; }
.border4-gainsboro { border: 4px solid #dcdcdc; }
.border4-ghostwhite { border: 4px solid #f8f8ff; }
.border4-gold { border: 4px solid #ffd700; }
.border4-goldenrod { border: 4px solid #daa520; }
.border4-gray { border: 4px solid #808080; }
.border4-grey { border: 4px solid #808080; }
.border4-green { border: 4px solid #008000; }
.border4-greenyellow { border: 4px solid #adff2f; }
.border4-honeydew { border: 4px solid #f0fff0; }
.border4-hotpink { border: 4px solid #ff69b4; }
.border4-indianred { border: 4px solid #cd5c5c; }
.border4-indigo { border: 4px solid #4b0082; }
.border4-ivory { border: 4px solid #fffff0; }
.border4-khaki { border: 4px solid #f0e68c; }
.border4-lavender { border: 4px solid #e6e6fa; }
.border4-lavenderblush { border: 4px solid #fff0f5; }
.border4-lawngreen { border: 4px solid #7cfc00; }
.border4-lemonchiffon { border: 4px solid #fffacd; }
.border4-lightblue { border: 4px solid #add8e6; }
.border4-lightcoral { border: 4px solid #f08080; }
.border4-lightcyan { border: 4px solid #e0ffff; }
.border4-lightgoldenrodyellow { border: 4px solid #fafad2; }
.border4-lightgray { border: 4px solid #d3d3d3; }
.border4-lightgreen { border: 4px solid #90ee90; }
.border4-lightpink { border: 4px solid #ffb6c1; }
.border4-lightsalmon { border: 4px solid #ffa07a; }
.border4-lightseagreen { border: 4px solid #20b2aa; }
.border4-lightskyblue { border: 4px solid #87cefa; }
.border4-lightslategray { border: 4px solid #778899; }
.border4-lightslategrey { border: 4px solid #778899; }
.border4-lightsteelblue { border: 4px solid #b0c4de; }
.border4-lightyellow { border: 4px solid #ffffe0; }
.border4-lime { border: 4px solid #00ff00; }
.border4-limegreen { border: 4px solid #32cd32; }
.border4-linen { border: 4px solid #faf0e6; }
.border4-magenta { border: 4px solid #ff00ff; }
.border4-maroon { border: 4px solid #800000; }
.border4-mediumaquamarine { border: 4px solid #66cdaa; }
.border4-mediumblue { border: 4px solid #0000cd; }
.border4-mediumorchid { border: 4px solid #ba55d3; }
.border4-mediumpurple { border: 4px solid #9370db; }
.border4-mediumseagreen { border: 4px solid #3cb371; }
.border4-mediumslateblue { border: 4px solid #7b68ee; }
.border4-mediumspringgreen { border: 4px solid #00fa9a; }
.border4-mediumturquoise { border: 4px solid #48d1cc; }
.border4-mediumvioletred { border: 4px solid #c71585; }
.border4-midnightblue { border: 4px solid #191970; }
.border4-mintcream { border: 4px solid #f5fffa; }
.border4-mistyrose { border: 4px solid #ffe4e1; }
.border4-moccasin { border: 4px solid #ffe4b5; }
.border4-navy { border: 4px solid #000080; }
.border4-navajowhite { border: 4px solid #ffdead; }
.border4-orange { border: 4px solid #ffa500; }
.border4-pink { border: 4px solid #ffc0cb; }
/* Border Color Class 5px */
.border5-transparent { border: 5px solid transparent; }
.border5-current { border: 5px solid currentColor; }
.border5-black { border: 5px solid #000; }   
.border5-white { border: 5px solid white; }
.border5-aliceblue { border: 5px solid #f0f8ff; }
.border5-antiquewhite { border: 5px solid #faebd7; }
.border5-aqua { border: 5px solid #00ffff; }
.border5-aquamarine { border: 5px solid #7fffd4; }
.border5-azure { border: 5px solid #f0ffff; }
.border5-beige { border: 5px solid #f5f5dc; }
.border5-bisque { border: 5px solid #ffe4c4; }
.border5-blanchedalmond { border: 5px solid #ffebcd; }
.border5-blue { border: 5px solid #0000ff;}
.border5-blueviolet { border: 5px solid #8a2be2; }
.border5-brown { border: 5px solid #a52a2a; }
.border5-burlywood { border: 5px solid #deb887; }
.border5-cadetblue { border: 5px solid #5f9ea0; }
.border5-chartreuse { border: 5px solid #7fff00; }
.border5-chocolate { border: 5px solid #d2691e; }
.border5-coral { border: 5px solid #ff7f50; }
.border5-cornflowerblue { border: 5px solid #6495ed; }
.border5-cornsilk { border: 5px solid #fff8dc; }
.border5-crimson { border: 5px solid #dc143c; }
.border5-cyan { border: 5px solid #00ffff; }
.border5-darkblue { border: 5px solid #00008b; }
.border5-darkcyan { border: 5px solid #008b8b; }
.border5-darkgoldenrod { border: 5px solid #b8860b; }
.border5-darkgray { border: 5px solid #a9a9a9; }
.border5-darkgrey { border: 5px solid #a9a9a9; }
.border5-darkgreen { border: 5px solid #006400; }
.border5-darkkhaki { border: 5px solid #bdb76b; }
.border5-darkmagenta { border: 5px solid #8b008b; }
.border5-darkolivegreen { border: 5px solid #556b2f; }
.border5-darkorange { border: 5px solid #ff8c00; }
.border5-darkorchid { border: 5px solid #9932cc; }
.border5-darkred { border: 5px solid #8b0000; }
.border5-darksalmon { border: 5px solid #e9967a; }
.border5-darkseagreen { border: 5px solid #8fbc8f; }
.border5-darkslateblue { border: 5px solid #483d8b; }
.border5-darkslategray { border: 5px solid #2f4f4f; }
.border5-darkslategrey { border: 5px solid #2f4f4f; }
.border5-darkturquoise { border: 5px solid #00ced1; }
.border5-darkviolet { border: 5px solid #9400d3; }
.border5-deeppink { border: 5px solid #ff1493; }
.border5-deepskyblue { border: 5px solid #00bfff; }
.border5-dimgray { border: 5px solid #696969; }
.border5-dimgrey { border: 5px solid #696969; }
.border5-dodgerblue { border: 5px solid #1e90ff; }
.border5-firebrick { border: 5px solid #b22222; }
.border5-floralwhite { border: 5px solid #fffaf0; }
.border5-forestgreen { border: 5px solid #228b22; }
.border5-fuchsia { border: 5px solid #ff00ff; }
.border5-gainsboro { border: 5px solid #dcdcdc; }
.border5-ghostwhite { border: 5px solid #f8f8ff; }
.border5-gold { border: 5px solid #ffd700; }
.border5-goldenrod { border: 5px solid #daa520; }
.border5-gray { border: 5px solid #808080; }
.border5-grey { border: 5px solid #808080; }
.border5-green { border: 5px solid #008000; }
.border5-greenyellow { border: 5px solid #adff2f; }
.border5-honeydew { border: 5px solid #f0fff0; }
.border5-hotpink { border: 5px solid #ff69b4; }
.border5-indianred { border: 5px solid #cd5c5c; }
.border5-indigo { border: 5px solid #4b0082; }
.border5-ivory { border: 5px solid #fffff0; }
.border5-khaki { border: 5px solid #f0e68c; }
.border5-lavender { border: 5px solid #e6e6fa; }
.border5-lavenderblush { border: 5px solid #fff0f5; }
.border5-lawngreen { border: 5px solid #7cfc00; }
.border5-lemonchiffon { border: 5px solid #fffacd; }
.border5-lightblue { border: 5px solid #add8e6; }
.border5-lightcoral { border: 5px solid #f08080; }
.border5-lightcyan { border: 5px solid #e0ffff; }
.border5-lightgoldenrodyellow { border: 5px solid #fafad2; }
.border5-lightgray { border: 5px solid #d3d3d3; }
.border5-lightgreen { border: 5px solid #90ee90; }
.border5-lightpink { border: 5px solid #ffb6c1; }
.border5-lightsalmon { border: 5px solid #ffa07a; }
.border5-lightseagreen { border: 5px solid #20b2aa; }
.border5-lightskyblue { border: 5px solid #87cefa; }
.border5-lightslategray { border: 5px solid #778899; }
.border5-lightslategrey { border: 5px solid #778899; }
.border5-lightsteelblue { border: 5px solid #b0c4de; }
.border5-lightyellow { border: 5px solid #ffffe0; }
.border5-lime { border: 5px solid #00ff00; }
.border5-limegreen { border: 5px solid #32cd32; }
.border5-linen { border: 5px solid #faf0e6; }
.border5-magenta { border: 5px solid #ff00ff; }
.border5-maroon { border: 5px solid #800000; }
.border5-mediumaquamarine { border: 5px solid #66cdaa; }
.border5-mediumblue { border: 5px solid #0000cd; }
.border5-mediumorchid { border: 5px solid #ba55d3; }
.border5-mediumpurple { border: 5px solid #9370db; }
.border5-mediumseagreen { border: 5px solid #3cb371; }
.border5-mediumslateblue { border: 5px solid #7b68ee; }
.border5-mediumspringgreen { border: 5px solid #00fa9a; }
.border5-mediumturquoise { border: 5px solid #48d1cc; }
.border5-mediumvioletred { border: 5px solid #c71585; }
.border5-midnightblue { border: 5px solid #191970; }
.border5-mintcream { border: 5px solid #f5fffa; }
.border5-mistyrose { border: 5px solid #ffe4e1; }
.border5-moccasin { border: 5px solid #ffe4b5; }
.border5-navy { border: 5px solid #000080; }
.border5-navajowhite { border: 5px solid #ffdead; }
.border5-orange { border: 5px solid #ffa500; }
.border5-pink { border: 5px solid #ffc0cb; }
/* Font Size Classes */
.text-xs { font-size: 0.75rem; } /* 12px */
.text-sm { font-size: 0.875rem; } /* 14px */
.text-base { font-size: 1rem; } /* 16px */
.text-lg { font-size: 1.125rem; } /* 18px */
.text-xl { font-size: 1.25rem; } /* 20px */
.text-2xl { font-size: 1.5rem; } /* 24px */
.text-3xl { font-size: 1.875rem; } /* 30px */
.text-4xl { font-size: 2.25rem; } /* 36px */
.text-5xl { font-size: 3rem; } /* 48px */
.text-6xl { font-size: 3.75rem; } /* 60px */
.text-7xl { font-size: 4.5rem; } /* 72px */
.text-8xl { font-size: 6rem; } /* 96px */
/* Font Family */
.font-sans { font-family: Arial, sans-serif; }
.font-serif { font-family: Georgia, serif; }
.font-mono { font-family: 'Courier New', monospace; }
.font-impact { font-family: 'Impact'; }
.font-calib { font-family: calibri; }
/* Font Weight Classes */
.font-thin { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
/* Font Style Classes */
.font-italic { font-style: italic; }
.font-oblique { font-style: oblique; }
.font-normal { font-style: normal; }
/* Text Decoration Classes */   
.text-underline { text-decoration: underline; }
.text-line-through { text-decoration: line-through; }
.text-no-underline { text-decoration: none; }
/* Text Transform Classes */
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }
/* Text Alignment Classes */    
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
/* Text Overflow Classes */
.text-ellipsis { text-overflow: ellipsis; }
.text-clip { text-overflow: clip; }
.text-truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/* Flexbox Classes */
.flex { display: flex; }
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-1 { flex: 1; }
.flex-auto { flex: auto; }
.flex-initial { flex: initial; }
.flex-none { flex: none; }
/* Align Items Classes */
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }
/* Justify Content Classes */
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
/* Align Self Classes */
.self-auto { align-self: auto; }
.self-start { align-self: flex-start; }
.self-end { align-self: flex-end; }
.self-center { align-self: center; }
.self-stretch { align-self: stretch; }
/* Align Content Classes */
.content-start { align-content: flex-start; }   
.content-end { align-content: flex-end; }
.content-center { align-content: center; }
.content-between { align-content: space-between; }
.content-around { align-content: space-around; }
.content-evenly { align-content: space-evenly; }
/* Grid Classes */  
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); }
.grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)); }
.grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)); }
.grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); }
.grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)); }
.grid-rows-7 { grid-template-rows: repeat(7, minmax(0, 1fr)); }
.grid-rows-8 { grid-template-rows: repeat(8, minmax(0, 1fr)); }
.grid-rows-9 { grid-template-rows: repeat(9, minmax(0, 1fr)); }
.grid-rows-10 { grid-template-rows: repeat(10, minmax(0, 1fr)); }
.grid-rows-11 { grid-template-rows: repeat(11, minmax(0, 1fr)); }
.grid-rows-12 { grid-template-rows: repeat(12, minmax(0, 1fr)); }
/* Gap Classes */   
.gap-0 { gap: 0; }
.gap-1 { gap: 0.25rem; } /* 4px */
.gap-2 { gap: 0.5rem; } /* 8px */
.gap-3 { gap: 0.75rem; } /* 12px */
.gap-4 { gap: 1rem; } /* 16px */
.gap-5 { gap: 1.25rem; } /* 20px */
.gap-6 { gap: 1.5rem; } /* 24px */
.gap-7 { gap: 1.75rem; } /* 28px */
.gap-8 { gap: 2rem; } /* 32px */
.gap-9 { gap: 2.25rem; } /* 36px */
.gap-10 { gap: 2.5rem; } /* 40px */
.gap-11 { gap: 2.75rem; } /* 44px */
.gap-12 { gap: 3rem; } /* 48px */
/* All-around padding (padding: Xpx) */
.p-1 { padding: 1px; }
.p-2 { padding: 2px; }
.p-3 { padding: 3px; }
.p-4 { padding: 4px; }
.p-5 { padding: 5px; }
.p-6 { padding: 6px; }
.p-7 { padding: 7px; }
.p-8 { padding: 8px; }
.p-9 { padding: 9px; }
.p-10 { padding: 10px; }
.p-11 { padding: 11px; }
.p-12 { padding: 12px; }
.p-13 { padding: 13px; }
.p-14 { padding: 14px; }
.p-15 { padding: 15px; }
.p-16 { padding: 16px; }
.p-17 { padding: 17px; }
.p-18 { padding: 18px; }
.p-19 { padding: 19px; }
.p-20 { padding: 20px; }
.p-21 { padding: 21px; }
.p-22 { padding: 22px; }
.p-23 { padding: 23px; }
.p-24 { padding: 24px; }
.p-25 { padding: 25px; }
.p-26 { padding: 26px; }
.p-27 { padding: 27px; }
.p-28 { padding: 28px; }
.p-29 { padding: 29px; }
.p-30 { padding: 30px; }
.p-31 { padding: 31px; }
.p-32 { padding: 32px; }
.p-33 { padding: 33px; }
.p-34 { padding: 34px; }
.p-35 { padding: 35px; }
.p-36 { padding: 36px; }
.p-37 { padding: 37px; }
.p-38 { padding: 38px; }
.p-39 { padding: 39px; }
.p-40 { padding: 40px; }
.p-41 { padding: 41px; }
.p-42 { padding: 42px; }
.p-43 { padding: 43px; }
.p-44 { padding: 44px; }
.p-45 { padding: 45px; }
.p-46 { padding: 46px; }
.p-47 { padding: 47px; }
.p-48 { padding: 48px; }
.p-49 { padding: 49px; }
.p-50 { padding: 50px; }
/* Padding Top */
.pt-1 { padding-top: 1px; }
.pt-2 { padding-top: 2px; }
.pt-3 { padding-top: 3px; }
.pt-4 { padding-top: 4px; }
.pt-5 { padding-top: 5px; }
.pt-6 { padding-top: 6px; }
.pt-7 { padding-top: 7px; }
.pt-8 { padding-top: 8px; }
.pt-9 { padding-top: 9px; }
.pt-10 { padding-top: 10px; }
.pt-11 { padding-top: 11px; }
.pt-12 { padding-top: 12px; }
.pt-13 { padding-top: 13px; }
.pt-14 { padding-top: 14px; }
.pt-15 { padding-top: 15px; }
.pt-16 { padding-top: 16px; }
.pt-17 { padding-top: 17px; }
.pt-18 { padding-top: 18px; }
.pt-19 { padding-top: 19px; }
.pt-20 { padding-top: 20px; }
.pt-21 { padding-top: 21px; }
.pt-22 { padding-top: 22px; }
.pt-23 { padding-top: 23px; }
.pt-24 { padding-top: 24px; }
.pt-25 { padding-top: 25px; }
.pt-26 { padding-top: 26px; }
.pt-27 { padding-top: 27px; }
.pt-28 { padding-top: 28px; }
.pt-29 { padding-top: 29px; }
.pt-30 { padding-top: 30px; }
.pt-31 { padding-top: 31px; }
.pt-32 { padding-top: 32px; }
.pt-33 { padding-top: 33px; }
.pt-34 { padding-top: 34px; }
.pt-35 { padding-top: 35px; }
.pt-36 { padding-top: 36px; }
.pt-37 { padding-top: 37px; }
.pt-38 { padding-top: 38px; }
.pt-39 { padding-top: 39px; }
.pt-40 { padding-top: 40px; }
.pt-41 { padding-top: 41px; }
.pt-42 { padding-top: 42px; }
.pt-43 { padding-top: 43px; }
.pt-44 { padding-top: 44px; }
.pt-45 { padding-top: 45px; }
.pt-46 { padding-top: 46px; }
.pt-47 { padding-top: 47px; }
.pt-48 { padding-top: 48px; }
.pt-49 { padding-top: 49px; }
.pt-50 { padding-top: 50px; }
/* Padding Right  */
.pr-1 { padding-right: 1px; }
.pr-2 { padding-right: 2px; }
.pr-3 { padding-right: 3px; }
.pr-4 { padding-right: 4px; }
.pr-5 { padding-right: 5px; }
.pr-6 { padding-right: 6px; }
.pr-7 { padding-right: 7px; }
.pr-8 { padding-right: 8px; }
.pr-9 { padding-right: 9px; }
.pr-10 { padding-right: 10px; }
.pr-11 { padding-right: 11px; }
.pr-12 { padding-right: 12px; }
.pr-13 { padding-right: 13px; }
.pr-14 { padding-right: 14px; }
.pr-15 { padding-right: 15px; }
.pr-16 { padding-right: 16px; }
.pr-17 { padding-right: 17px; }
.pr-18 { padding-right: 18px; }
.pr-19 { padding-right: 19px; }
.pr-20 { padding-right: 20px; }
.pr-21 { padding-right: 21px; }
.pr-22 { padding-right: 22px; }
.pr-23 { padding-right: 23px; }
.pr-24 { padding-right: 24px; }
.pr-25 { padding-right: 25px; }
.pr-26 { padding-right: 26px; }
.pr-27 { padding-right: 27px; }
.pr-28 { padding-right: 28px; }
.pr-29 { padding-right: 29px; }
.pr-30 { padding-right: 30px; }
.pr-31 { padding-right: 31px; }
.pr-32 { padding-right: 32px; }
.pr-33 { padding-right: 33px; }
.pr-34 { padding-right: 34px; }
.pr-35 { padding-right: 35px; }
.pr-36 { padding-right: 36px; }
.pr-37 { padding-right: 37px; }
.pr-38 { padding-right: 38px; }
.pr-39 { padding-right: 39px; }
.pr-40 { padding-right: 40px; }
.pr-41 { padding-right: 41px; }
.pr-42 { padding-right: 42px; }
.pr-43 { padding-right: 43px; }
.pr-44 { padding-right: 44px; }
.pr-45 { padding-right: 45px; }
.pr-46 { padding-right: 46px; }
.pr-47 { padding-right: 47px; }
.pr-48 { padding-right: 48px; }
.pr-49 { padding-right: 49px; }
.pr-50 { padding-right: 50px; }
/* Padding Bottom */
.pb-1 { padding-bottom: 1px; }
.pb-2 { padding-bottom: 2px; }
.pb-3 { padding-bottom: 3px; }
.pb-4 { padding-bottom: 4px; }
.pb-5 { padding-bottom: 5px; }
.pb-6 { padding-bottom: 6px; }
.pb-7 { padding-bottom: 7px; }
.pb-8 { padding-bottom: 8px; }
.pb-9 { padding-bottom: 9px; }
.pb-10 { padding-bottom: 10px; }
.pb-11 { padding-bottom: 11px; }
.pb-12 { padding-bottom: 12px; }
.pb-13 { padding-bottom: 13px; }
.pb-14 { padding-bottom: 14px; }
.pb-15 { padding-bottom: 15px; }
.pb-16 { padding-bottom: 16px; }
.pb-17 { padding-bottom: 17px; }
.pb-18 { padding-bottom: 18px; }
.pb-19 { padding-bottom: 19px; }
.pb-20 { padding-bottom: 20px; }
.pb-21 { padding-bottom: 21px; }
.pb-22 { padding-bottom: 22px; }
.pb-23 { padding-bottom: 23px; }
.pb-24 { padding-bottom: 24px; }
.pb-25 { padding-bottom: 25px; }
.pb-26 { padding-bottom: 26px; }
.pb-27 { padding-bottom: 27px; }
.pb-28 { padding-bottom: 28px; }
.pb-29 { padding-bottom: 29px; }
.pb-30 { padding-bottom: 30px; }
.pb-31 { padding-bottom: 31px; }
.pb-32 { padding-bottom: 32px; }
.pb-33 { padding-bottom: 33px; }
.pb-34 { padding-bottom: 34px; }
.pb-35 { padding-bottom: 35px; }
.pb-36 { padding-bottom: 36px; }
.pb-37 { padding-bottom: 37px; }
.pb-38 { padding-bottom: 38px; }
.pb-39 { padding-bottom: 39px; }
.pb-40 { padding-bottom: 40px; }
.pb-41 { padding-bottom: 41px; }
.pb-42 { padding-bottom: 42px; }
.pb-43 { padding-bottom: 43px; }
.pb-44 { padding-bottom: 44px; }
.pb-45 { padding-bottom: 45px; }
.pb-46 { padding-bottom: 46px; }
.pb-47 { padding-bottom: 47px; }
.pb-48 { padding-bottom: 48px; }
.pb-49 { padding-bottom: 49px; }
.pb-50 { padding-bottom: 50px; }
/* Padding Left */
.pl-1 { padding-left: 1px; }
.pl-2 { padding-left: 2px; }
.pl-3 { padding-left: 3px; }
.pl-4 { padding-left: 4px; }
.pl-5 { padding-left: 5px; }
.pl-6 { padding-left: 6px; }
.pl-7 { padding-left: 7px; }
.pl-8 { padding-left: 8px; }
.pl-9 { padding-left: 9px; }
.pl-10 { padding-left: 10px; }
.pl-11 { padding-left: 11px; }
.pl-12 { padding-left: 12px; }
.pl-13 { padding-left: 13px; }
.pl-14 { padding-left: 14px; }
.pl-15 { padding-left: 15px; }
.pl-16 { padding-left: 16px; }
.pl-17 { padding-left: 17px; }
.pl-18 { padding-left: 18px; }
.pl-19 { padding-left: 19px; }
.pl-20 { padding-left: 20px; }
.pl-21 { padding-left: 21px; }
.pl-22 { padding-left: 22px; }
.pl-23 { padding-left: 23px; }
.pl-24 { padding-left: 24px; }
.pl-25 { padding-left: 25px; }
.pl-26 { padding-left: 26px; }
.pl-27 { padding-left: 27px; }
.pl-28 { padding-left: 28px; }
.pl-29 { padding-left: 29px; }
.pl-30 { padding-left: 30px; }
.pl-31 { padding-left: 31px; }
.pl-32 { padding-left: 32px; }
.pl-33 { padding-left: 33px; }
.pl-34 { padding-left: 34px; }
.pl-35 { padding-left: 35px; }
.pl-36 { padding-left: 36px; }
.pl-37 { padding-left: 37px; }
.pl-38 { padding-left: 38px; }
.pl-39 { padding-left: 39px; }
.pl-40 { padding-left: 40px; }
.pl-41 { padding-left: 41px; }
.pl-42 { padding-left: 42px; }
.pl-43 { padding-left: 43px; }
.pl-44 { padding-left: 44px; }
.pl-45 { padding-left: 45px; }
.pl-46 { padding-left: 46px; }
.pl-47 { padding-left: 47px; }
.pl-48 { padding-left: 48px; }
.pl-49 { padding-left: 49px; }
.pl-50 { padding-left: 50px; }
/* Margin Classes */
/* All-around margin (margin: Xpx) */
.m-1 { margin: 1px; }
.m-2 { margin: 2px; }
.m-3 { margin: 3px; }
.m-4 { margin: 4px; }
.m-5 { margin: 5px; }
.m-6 { margin: 6px; }
.m-7 { margin: 7px; }
.m-8 { margin: 8px; }
.m-9 { margin: 9px; }
.m-10 { margin: 10px; }
.m-11 { margin: 11px; }
.m-12 { margin: 12px; }
.m-13 { margin: 13px; }
.m-14 { margin: 14px; }
.m-15 { margin: 15px; }
.m-16 { margin: 16px; }
.m-17 { margin: 17px; }
.m-18 { margin: 18px; }
.m-19 { margin: 19px; }
.m-20 { margin: 20px; }
.m-21 { margin: 21px; }
.m-22 { margin: 22px; }
.m-23 { margin: 23px; }
.m-24 { margin: 24px; }
.m-25 { margin: 25px; }
.m-26 { margin: 26px; }
.m-27 { margin: 27px; }
.m-28 { margin: 28px; }
.m-29 { margin: 29px; }
.m-30 { margin: 30px; }
.m-31 { margin: 31px; }
.m-32 { margin: 32px; }
.m-33 { margin: 33px; }
.m-34 { margin: 34px; }
.m-35 { margin: 35px; }
.m-36 { margin: 36px; }
.m-37 { margin: 37px; }
.m-38 { margin: 38px; }
.m-39 { margin: 39px; }
.m-40 { margin: 40px; }
.m-41 { margin: 41px; }
.m-42 { margin: 42px; }
.m-43 { margin: 43px; }
.m-44 { margin: 44px; }
.m-45 { margin: 45px; }
.m-46 { margin: 46px; }
.m-47 { margin: 47px; }
.m-48 { margin: 48px; }
.m-49 { margin: 49px; }
.m-50 { margin: 50px; }
/* Margin Top */
.mt-1 { margin-top: 1px; }
.mt-2 { margin-top: 2px; }
.mt-3 { margin-top: 3px; }
.mt-4 { margin-top: 4px; }
.mt-5 { margin-top: 5px; }
.mt-6 { margin-top: 6px; }
.mt-7 { margin-top: 7px; }
.mt-8 { margin-top: 8px; }
.mt-9 { margin-top: 9px; }
.mt-10 { margin-top: 10px; }
.mt-11 { margin-top: 11px; }
.mt-12 { margin-top: 12px; }
.mt-13 { margin-top: 13px; }
.mt-14 { margin-top: 14px; }
.mt-15 { margin-top: 15px; }
.mt-16 { margin-top: 16px; }
.mt-17 { margin-top: 17px; }
.mt-18 { margin-top: 18px; }
.mt-19 { margin-top: 19px; }
.mt-20 { margin-top: 20px; }
.mt-21 { margin-top: 21px; }
.mt-22 { margin-top: 22px; }
.mt-23 { margin-top: 23px; }
.mt-24 { margin-top: 24px; }
.mt-25 { margin-top: 25px; }
.mt-26 { margin-top: 26px; }
.mt-27 { margin-top: 27px; }
.mt-28 { margin-top: 28px; }
.mt-29 { margin-top: 29px; }
.mt-30 { margin-top: 30px; }
.mt-31 { margin-top: 31px; }
.mt-32 { margin-top: 32px; }
.mt-33 { margin-top: 33px; }
.mt-34 { margin-top: 34px; }
.mt-35 { margin-top: 35px; }
.mt-36 { margin-top: 36px; }
.mt-37 { margin-top: 37px; }
.mt-38 { margin-top: 38px; }
.mt-39 { margin-top: 39px; }
.mt-40 { margin-top: 40px; }
.mt-41 { margin-top: 41px; }
.mt-42 { margin-top: 42px; }
.mt-43 { margin-top: 43px; }
.mt-44 { margin-top: 44px; }
.mt-45 { margin-top: 45px; }
.mt-46 { margin-top: 46px; }
.mt-47 { margin-top: 47px; }
.mt-48 { margin-top: 48px; }
.mt-49 { margin-top: 49px; }
.mt-50 { margin-top: 50px; }
/* Margin Right */
.mr-1 { margin-right: 1px; }
.mr-2 { margin-right: 2px; }
.mr-3 { margin-right: 3px; }
.mr-4 { margin-right: 4px; }
.mr-5 { margin-right: 5px; }
.mr-6 { margin-right: 6px; }
.mr-7 { margin-right: 7px; }
.mr-8 { margin-right: 8px; }
.mr-9 { margin-right: 9px; }
.mr-10 { margin-right: 10px; }
.mr-11 { margin-right: 11px; }
.mr-12 { margin-right: 12px; }
.mr-13 { margin-right: 13px; }
.mr-14 { margin-right: 14px; }
.mr-15 { margin-right: 15px; }
.mr-16 { margin-right: 16px; }
.mr-17 { margin-right: 17px; }
.mr-18 { margin-right: 18px; }
.mr-19 { margin-right: 19px; }
.mr-20 { margin-right: 20px; }
.mr-21 { margin-right: 21px; }
.mr-22 { margin-right: 22px; }
.mr-23 { margin-right: 23px; }
.mr-24 { margin-right: 24px; }
.mr-25 { margin-right: 25px; }
.mr-26 { margin-right: 26px; }
.mr-27 { margin-right: 27px; }
.mr-28 { margin-right: 28px; }
.mr-29 { margin-right: 29px; }
.mr-30 { margin-right: 30px; }
.mr-31 { margin-right: 31px; }
.mr-32 { margin-right: 32px; }
.mr-33 { margin-right: 33px; }
.mr-34 { margin-right: 34px; }
.mr-35 { margin-right: 35px; }
.mr-36 { margin-right: 36px; }
.mr-37 { margin-right: 37px; }
.mr-38 { margin-right: 38px; }
.mr-39 { margin-right: 39px; }
.mr-40 { margin-right: 40px; }
.mr-41 { margin-right: 41px; }
.mr-42 { margin-right: 42px; }
.mr-43 { margin-right: 43px; }
.mr-44 { margin-right: 44px; }
.mr-45 { margin-right: 45px; }
.mr-46 { margin-right: 46px; }
.mr-47 { margin-right: 47px; }
.mr-48 { margin-right: 48px; }
.mr-49 { margin-right: 49px; }
.mr-50 { margin-right: 50px; }
/* Margin Bottom */
.mb-1 { margin-bottom: 1px; }
.mb-2 { margin-bottom: 2px; }
.mb-3 { margin-bottom: 3px; }
.mb-4 { margin-bottom: 4px; }
.mb-5 { margin-bottom: 5px; }
.mb-6 { margin-bottom: 6px; }
.mb-7 { margin-bottom: 7px; }
.mb-8 { margin-bottom: 8px; }
.mb-9 { margin-bottom: 9px; }
.mb-10 { margin-bottom: 10px; }
.mb-11 { margin-bottom: 11px; }
.mb-12 { margin-bottom: 12px; }
.mb-13 { margin-bottom: 13px; }
.mb-14 { margin-bottom: 14px; }
.mb-15 { margin-bottom: 15px; }
.mb-16 { margin-bottom: 16px; }
.mb-17 { margin-bottom: 17px; }
.mb-18 { margin-bottom: 18px; }
.mb-19 { margin-bottom: 19px; }
.mb-20 { margin-bottom: 20px; }
.mb-21 { margin-bottom: 21px; }
.mb-22 { margin-bottom: 22px; }
.mb-23 { margin-bottom: 23px; }
.mb-24 { margin-bottom: 24px; }
.mb-25 { margin-bottom: 25px; }
.mb-26 { margin-bottom: 26px; }
.mb-27 { margin-bottom: 27px; }
.mb-28 { margin-bottom: 28px; }
.mb-29 { margin-bottom: 29px; }
.mb-30 { margin-bottom: 30px; }
.mb-31 { margin-bottom: 31px; }
.mb-32 { margin-bottom: 32px; }
.mb-33 { margin-bottom: 33px; }
.mb-34 { margin-bottom: 34px; }
.mb-35 { margin-bottom: 35px; }
.mb-36 { margin-bottom: 36px; }
.mb-37 { margin-bottom: 37px; }
.mb-38 { margin-bottom: 38px; }
.mb-39 { margin-bottom: 39px; }
.mb-40 { margin-bottom: 40px; }
.mb-41 { margin-bottom: 41px; }
.mb-42 { margin-bottom: 42px; }
.mb-43 { margin-bottom: 43px; }
.mb-44 { margin-bottom: 44px; }
.mb-45 { margin-bottom: 45px; }
.mb-46 { margin-bottom: 46px; }
.mb-47 { margin-bottom: 47px; }
.mb-48 { margin-bottom: 48px; }
.mb-49 { margin-bottom: 49px; }
.mb-50 { margin-bottom: 50px; }
/* Margin Left */
.ml-1 { margin-left: 1px; }
.ml-2 { margin-left: 2px; }
.ml-3 { margin-left: 3px; }
.ml-4 { margin-left: 4px; }
.ml-5 { margin-left: 5px; }
.ml-6 { margin-left: 6px; }
.ml-7 { margin-left: 7px; }
.ml-8 { margin-left: 8px; }
.ml-9 { margin-left: 9px; }
.ml-10 { margin-left: 10px; }
.ml-11 { margin-left: 11px; }
.ml-12 { margin-left: 12px; }
.ml-13 { margin-left: 13px; }
.ml-14 { margin-left: 14px; }
.ml-15 { margin-left: 15px; }
.ml-16 { margin-left: 16px; }
.ml-17 { margin-left: 17px; }
.ml-18 { margin-left: 18px; }
.ml-19 { margin-left: 19px; }
.ml-20 { margin-left: 20px; }
.ml-21 { margin-left: 21px; }
.ml-22 { margin-left: 22px; }
.ml-23 { margin-left: 23px; }
.ml-24 { margin-left: 24px; }
.ml-25 { margin-left: 25px; }
.ml-26 { margin-left: 26px; }
.ml-27 { margin-left: 27px; }
.ml-28 { margin-left: 28px; }
.ml-29 { margin-left: 29px; }
.ml-30 { margin-left: 30px; }
.ml-31 { margin-left: 31px; }
.ml-32 { margin-left: 32px; }
.ml-33 { margin-left: 33px; }
.ml-34 { margin-left: 34px; }
.ml-35 { margin-left: 35px; }
.ml-36 { margin-left: 36px; }
.ml-37 { margin-left: 37px; }
.ml-38 { margin-left: 38px; }
.ml-39 { margin-left: 39px; }
.ml-40 { margin-left: 40px; }
.ml-41 { margin-left: 41px; }
.ml-42 { margin-left: 42px; }
.ml-43 { margin-left: 43px; }
.ml-44 { margin-left: 44px; }
.ml-45 { margin-left: 45px; }
.ml-46 { margin-left: 46px; }
.ml-47 { margin-left: 47px; }
.ml-48 { margin-left: 48px; }
.ml-49 { margin-left: 49px; }
.ml-50 { margin-left: 50px; }
/* Margin Left and Right */
.mx-1 { margin-left: 1px; margin-right: 1px; }
.mx-2 { margin-left: 2px; margin-right: 2px; }
.mx-3 { margin-left: 3px; margin-right: 3px; }
.mx-4 { margin-left: 4px; margin-right: 4px; }
.mx-5 { margin-left: 5px; margin-right: 5px; }
.mx-6 { margin-left: 6px; margin-right: 6px; }
.mx-7 { margin-left: 7px; margin-right: 7px; }
.mx-8 { margin-left: 8px; margin-right: 8px; }
.mx-9 { margin-left: 9px; margin-right: 9px; }
.mx-10 { margin-left: 10px; margin-right: 10px; }
.mx-11 { margin-left: 11px; margin-right: 11px; }
.mx-12 { margin-left: 12px; margin-right: 12px; }
.mx-13 { margin-left: 13px; margin-right: 13px; }
.mx-14 { margin-left: 14px; margin-right: 14px; }
.mx-15 { margin-left: 15px; margin-right: 15px; }
.mx-16 { margin-left: 16px; margin-right: 16px; }
.mx-17 { margin-left: 17px; margin-right: 17px; }
.mx-18 { margin-left: 18px; margin-right: 18px; }
.mx-19 { margin-left: 19px; margin-right: 19px; }
.mx-20 { margin-left: 20px; margin-right: 20px; }
.mx-21 { margin-left: 21px; margin-right: 21px; }
.mx-22 { margin-left: 22px; margin-right: 22px; }
.mx-23 { margin-left: 23px; margin-right: 23px; }
.mx-24 { margin-left: 24px; margin-right: 24px; }
.mx-25 { margin-left: 25px; margin-right: 25px; }
.mx-26 { margin-left: 26px; margin-right: 26px; }
.mx-27 { margin-left: 27px; margin-right: 27px; }
.mx-28 { margin-left: 28px; margin-right: 28px; }
.mx-29 { margin-left: 29px; margin-right: 29px; }
.mx-30 { margin-left: 30px; margin-right: 30px; }
.mx-31 { margin-left: 31px; margin-right: 31px; }
.mx-32 { margin-left: 32px; margin-right: 32px; }
.mx-33 { margin-left: 33px; margin-right: 33px; }
.mx-34 { margin-left: 34px; margin-right: 34px; }
.mx-35 { margin-left: 35px; margin-right: 35px; }
.mx-36 { margin-left: 36px; margin-right: 36px; }
.mx-37 { margin-left: 37px; margin-right: 37px; }
.mx-38 { margin-left: 38px; margin-right: 38px; }
.mx-39 { margin-left: 39px; margin-right: 39px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.mx-41 { margin-left: 41px; margin-right: 41px; }
.mx-42 { margin-left: 42px; margin-right: 42px; }
.mx-43 { margin-left: 43px; margin-right: 43px; }
.mx-44 { margin-left: 44px; margin-right: 44px; }
.mx-45 { margin-left: 45px; margin-right: 45px; }
.mx-46 { margin-left: 46px; margin-right: 46px; }
.mx-47 { margin-left: 47px; margin-right: 47px; }
.mx-48 { margin-left: 48px; margin-right: 48px; }
.mx-49 { margin-left: 49px; margin-right: 49px; }
.mx-50 { margin-left: 50px; margin-right: 50px; }
/* Margin Top and Bottom */
.my-1 { margin-top: 1px; margin-bottom: 1px; }
.my-2 { margin-top: 2px; margin-bottom: 2px; }
.my-3 { margin-top: 3px; margin-bottom: 3px; }
.my-4 { margin-top: 4px; margin-bottom: 4px; }
.my-5 { margin-top: 5px; margin-bottom: 5px; }
.my-6 { margin-top: 6px; margin-bottom: 6px; }
.my-7 { margin-top: 7px; margin-bottom: 7px; }
.my-8 { margin-top: 8px; margin-bottom: 8px; }
.my-9 { margin-top: 9px; margin-bottom: 9px; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.my-11 { margin-top: 11px; margin-bottom: 11px; }
.my-12 { margin-top: 12px; margin-bottom: 12px; }
.my-13 { margin-top: 13px; margin-bottom: 13px; }
.my-14 { margin-top: 14px; margin-bottom: 14px; }
.my-15 { margin-top: 15px; margin-bottom: 15px; }
.my-16 { margin-top: 16px; margin-bottom: 16px; }
.my-17 { margin-top: 17px; margin-bottom: 17px; }
.my-18 { margin-top: 18px; margin-bottom: 18px; }
.my-19 { margin-top: 19px; margin-bottom: 19px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.my-21 { margin-top: 21px; margin-bottom: 21px; }
.my-22 { margin-top: 22px; margin-bottom: 22px; }
.my-23 { margin-top: 23px; margin-bottom: 23px; }
.my-24 { margin-top: 24px; margin-bottom: 24px; }
.my-25 { margin-top: 25px; margin-bottom: 25px; }
.my-26 { margin-top: 26px; margin-bottom: 26px; }
.my-27 { margin-top: 27px; margin-bottom: 27px; }
.my-28 { margin-top: 28px; margin-bottom: 28px; }
.my-29 { margin-top: 29px; margin-bottom: 29px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.my-31 { margin-top: 31px; margin-bottom: 31px; }
.my-32 { margin-top: 32px; margin-bottom: 32px; }
.my-33 { margin-top: 33px; margin-bottom: 33px; }
.my-34 { margin-top: 34px; margin-bottom: 34px; }
.my-35 { margin-top: 35px; margin-bottom: 35px; }
.my-36 { margin-top: 36px; margin-bottom: 36px; }
.my-37 { margin-top: 37px; margin-bottom: 37px; }
.my-38 { margin-top: 38px; margin-bottom: 38px; }
.my-39 { margin-top: 39px; margin-bottom: 39px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.my-41 { margin-top: 41px; margin-bottom: 41px; }
.my-42 { margin-top: 42px; margin-bottom: 42px; }
.my-43 { margin-top: 43px; margin-bottom: 43px; }
.my-44 { margin-top: 44px; margin-bottom: 44px; }
.my-45 { margin-top: 45px; margin-bottom: 45px; }
.my-46 { margin-top: 46px; margin-bottom: 46px; }
.my-47 { margin-top: 47px; margin-bottom: 47px; }
.my-48 { margin-top: 48px; margin-bottom: 48px; }
.my-49 { margin-top: 49px; margin-bottom: 49px; }
.my-50 { margin-top: 50px; margin-bottom: 50px; }
/* Border Radius Classes */
.rounded-none { border-radius: 0; }
.rounded-sm { border-radius: 0.125rem; } /* 2px */
.rounded { border-radius: 0.25rem; } /* 4px */
.rounded-md { border-radius: 0.375rem; } /* 6px */
.rounded-lg { border-radius: 0.5rem; } /* 8px */
.rounded-xl { border-radius: 0.75rem; } /* 12px */
.rounded-2xl { border-radius: 1rem; } /* 16px */
.rounded-3xl { border-radius: 1.5rem; } /* 24px */
.rounded-full { border-radius: 9999px; }
/* Width in Pixels */
.w-1 { width: 1px; }
.w-2 { width: 2px; }
.w-3 { width: 3px; }
.w-4 { width: 4px; }
.w-5 { width: 5px; }
.w-6 { width: 6px; }
.w-7 { width: 7px; }
.w-8 { width: 8px; }
.w-9 { width: 9px; }
.w-10 { width: 10px; }
.w-11 { width: 11px; }
.w-12 { width: 12px; }
.w-13 { width: 13px; }
.w-14 { width: 14px; }
.w-15 { width: 15px; }
.w-16 { width: 16px; }
.w-17 { width: 17px; }
.w-18 { width: 18px; }
.w-19 { width: 19px; }
.w-20 { width: 20px; }
.w-21 { width: 21px; }
.w-22 { width: 22px; }
.w-23 { width: 23px; }
.w-24 { width: 24px; }
.w-25 { width: 25px; }
.w-26 { width: 26px; }
.w-27 { width: 27px; }
.w-28 { width: 28px; }
.w-29 { width: 29px; }
.w-30 { width: 30px; }
.w-31 { width: 31px; }
.w-32 { width: 32px; }
.w-33 { width: 33px; }
.w-34 { width: 34px; }
.w-35 { width: 35px; }
.w-36 { width: 36px; }
.w-37 { width: 37px; }
.w-38 { width: 38px; }
.w-39 { width: 39px; }
.w-40 { width: 40px; }
.w-41 { width: 41px; }
.w-42 { width: 42px; }
.w-43 { width: 43px; }
.w-44 { width: 44px; }
.w-45 { width: 45px; }
.w-46 { width: 46px; }
.w-47 { width: 47px; }
.w-48 { width: 48px; }
.w-49 { width: 49px; }
.w-50 { width: 50px; }
.w-51 { width: 51px; }
.w-52 { width: 52px; }
.w-53 { width: 53px; }
.w-54 { width: 54px; }
.w-55 { width: 55px; }
.w-56 { width: 56px; }
.w-57 { width: 57px; }
.w-58 { width: 58px; }
.w-59 { width: 59px; }
.w-60 { width: 60px; }
.w-61 { width: 61px; }
.w-62 { width: 62px; }
.w-63 { width: 63px; }
.w-64 { width: 64px; }
.w-65 { width: 65px; }
.w-66 { width: 66px; }
.w-67 { width: 67px; }
.w-68 { width: 68px; }
.w-69 { width: 69px; }
.w-70 { width: 70px; }
.w-71 { width: 71px; }
.w-72 { width: 72px; }
.w-73 { width: 73px; }
.w-74 { width: 74px; }
.w-75 { width: 75px; }
.w-76 { width: 76px; }
.w-77 { width: 77px; }
.w-78 { width: 78px; }
.w-79 { width: 79px; }
.w-80 { width: 80px; }
.w-81 { width: 81px; }
.w-82 { width: 82px; }
.w-83 { width: 83px; }
.w-84 { width: 84px; }
.w-85 { width: 85px; }
.w-86 { width: 86px; }
.w-87 { width: 87px; }
.w-88 { width: 88px; }
.w-89 { width: 89px; }
.w-90 { width: 90px; }
.w-91 { width: 91px; }
.w-92 { width: 92px; }
.w-93 { width: 93px; }
.w-94 { width: 94px; }
.w-95 { width: 95px; }
.w-96 { width: 96px; }
.w-97 { width: 97px; }
.w-98 { width: 98px; }
.w-99 { width: 99px; }
.w-100 { width: 100px; }
.w-101 { width: 101px; }
.w-102 { width: 102px; }
.w-103 { width: 103px; }
.w-104 { width: 104px; }
.w-105 { width: 105px; }
.w-106 { width: 106px; }
.w-107 { width: 107px; }
.w-108 { width: 108px; }
.w-109 { width: 109px; }
.w-110 { width: 110px; }
.w-111 { width: 111px; }
.w-112 { width: 112px; }
.w-113 { width: 113px; }
.w-114 { width: 114px; }
.w-115 { width: 115px; }
.w-116 { width: 116px; }
.w-117 { width: 117px; }
.w-118 { width: 118px; }
.w-119 { width: 119px; }
.w-120 { width: 120px; }
.w-121 { width: 121px; }
.w-122 { width: 122px; }
.w-123 { width: 123px; }
.w-124 { width: 124px; }
.w-125 { width: 125px; }
.w-126 { width: 126px; }
.w-127 { width: 127px; }
.w-128 { width: 128px; }
.w-129 { width: 129px; }
.w-130 { width: 130px; }
.w-131 { width: 131px; }
.w-132 { width: 132px; }
.w-133 { width: 133px; }
.w-134 { width: 134px; }
.w-135 { width: 135px; }
.w-136 { width: 136px; }
.w-137 { width: 137px; }
.w-138 { width: 138px; }
.w-139 { width: 139px; }
.w-140 { width: 140px; }
.w-141 { width: 141px; }
.w-142 { width: 142px; }
.w-143 { width: 143px; }
.w-144 { width: 144px; }
.w-145 { width: 145px; }
.w-146 { width: 146px; }
.w-147 { width: 147px; }
.w-148 { width: 148px; }
.w-149 { width: 149px; }
.w-150 { width: 150px; }
.w-151 { width: 151px; }
.w-152 { width: 152px; }
.w-153 { width: 153px; }
.w-154 { width: 154px; }
.w-155 { width: 155px; }
.w-156 { width: 156px; }
.w-157 { width: 157px; }
.w-158 { width: 158px; }
.w-159 { width: 159px; }
.w-160 { width: 160px; }
.w-161 { width: 161px; }
.w-162 { width: 162px; }
.w-163 { width: 163px; }
.w-164 { width: 164px; }
.w-165 { width: 165px; }
.w-166 { width: 166px; }
.w-167 { width: 167px; }
.w-168 { width: 168px; }
.w-169 { width: 169px; }
.w-170 { width: 170px; }
.w-171 { width: 171px; }
.w-172 { width: 172px; }
.w-173 { width: 173px; }
.w-174 { width: 174px; }
.w-175 { width: 175px; }
.w-176 { width: 176px; }
.w-177 { width: 177px; }
.w-178 { width: 178px; }
.w-179 { width: 179px; }
.w-180 { width: 180px; }
.w-181 { width: 181px; }
.w-182 { width: 182px; }
.w-183 { width: 183px; }
.w-184 { width: 184px; }
.w-185 { width: 185px; }
.w-186 { width: 186px; }
.w-187 { width: 187px; }
.w-188 { width: 188px; }
.w-189 { width: 189px; }
.w-190 { width: 190px; }
.w-191 { width: 191px; }
.w-192 { width: 192px; }
.w-193 { width: 193px; }
.w-194 { width: 194px; }
.w-195 { width: 195px; }
.w-196 { width: 196px; }
.w-197 { width: 197px; }
.w-198 { width: 198px; }
.w-199 { width: 199px; }
.w-200 { width: 200px; }
.w-201 { width: 201px; }
.w-202 { width: 202px; }
.w-203 { width: 203px; }
.w-204 { width: 204px; }
.w-205 { width: 205px; }
.w-206 { width: 206px; }
.w-207 { width: 207px; }
.w-208 { width: 208px; }
.w-209 { width: 209px; }
.w-210 { width: 210px; }
.w-211 { width: 211px; }
.w-212 { width: 212px; }
.w-213 { width: 213px; }
.w-214 { width: 214px; }
.w-215 { width: 215px; }
.w-216 { width: 216px; }
.w-217 { width: 217px; }
.w-218 { width: 218px; }
.w-219 { width: 219px; }
.w-220 { width: 220px; }
.w-221 { width: 221px; }
.w-222 { width: 222px; }
.w-223 { width: 223px; }
.w-224 { width: 224px; }
.w-225 { width: 225px; }
.w-226 { width: 226px; }
.w-227 { width: 227px; }
.w-228 { width: 228px; }
.w-229 { width: 229px; }
.w-230 { width: 230px; }
.w-231 { width: 231px; }
.w-232 { width: 232px; }
.w-233 { width: 233px; }
.w-234 { width: 234px; }
.w-235 { width: 235px; }
.w-236 { width: 236px; }
.w-237 { width: 237px; }
.w-238 { width: 238px; }
.w-239 { width: 239px; }
.w-240 { width: 240px; }
.w-241 { width: 241px; }
.w-242 { width: 242px; }
.w-243 { width: 243px; }
.w-244 { width: 244px; }
.w-245 { width: 245px; }
.w-246 { width: 246px; }
.w-247 { width: 247px; }
.w-248 { width: 248px; }
.w-249 { width: 249px; }
.w-250 { width: 250px; }
.w-251 { width: 251px; }
.w-252 { width: 252px; }
.w-253 { width: 253px; }
.w-254 { width: 254px; }
.w-255 { width: 255px; }
.w-256 { width: 256px; }
.w-257 { width: 257px; }
.w-258 { width: 258px; }
.w-259 { width: 259px; }
.w-260 { width: 260px; }
.w-261 { width: 261px; }
.w-262 { width: 262px; }
.w-263 { width: 263px; }
.w-264 { width: 264px; }
.w-265 { width: 265px; }
.w-266 { width: 266px; }
.w-267 { width: 267px; }
.w-268 { width: 268px; }
.w-269 { width: 269px; }
.w-270 { width: 270px; }
.w-271 { width: 271px; }
.w-272 { width: 272px; }
.w-273 { width: 273px; }
.w-274 { width: 274px; }
.w-275 { width: 275px; }
.w-276 { width: 276px; }
.w-277 { width: 277px; }
.w-278 { width: 278px; }
.w-279 { width: 279px; }
.w-280 { width: 280px; }
.w-281 { width: 281px; }
.w-282 { width: 282px; }
.w-283 { width: 283px; }
.w-284 { width: 284px; }
.w-285 { width: 285px; }
.w-286 { width: 286px; }
.w-287 { width: 287px; }
.w-288 { width: 288px; }
.w-289 { width: 289px; }
.w-290 { width: 290px; }
.w-291 { width: 291px; }
.w-292 { width: 292px; }
.w-293 { width: 293px; }
.w-294 { width: 294px; }
.w-295 { width: 295px; }
.w-296 { width: 296px; }
.w-297 { width: 297px; }
.w-298 { width: 298px; }
.w-299 { width: 299px; }
.w-300 { width: 300px; }
.w-301 { width: 301px; }
.w-302 { width: 302px; }
.w-303 { width: 303px; }
.w-304 { width: 304px; }
.w-305 { width: 305px; }
.w-306 { width: 306px; }
.w-307 { width: 307px; }
.w-308 { width: 308px; }
.w-309 { width: 309px; }
.w-310 { width: 310px; }
.w-311 { width: 311px; }
.w-312 { width: 312px; }
.w-313 { width: 313px; }
.w-314 { width: 314px; }
.w-315 { width: 315px; }
.w-316 { width: 316px; }
.w-317 { width: 317px; }
.w-318 { width: 318px; }
.w-319 { width: 319px; }
.w-320 { width: 320px; }
.w-321 { width: 321px; }
.w-322 { width: 322px; }
.w-323 { width: 323px; }
.w-324 { width: 324px; }
.w-325 { width: 325px; }
.w-326 { width: 326px; }
.w-327 { width: 327px; }
.w-328 { width: 328px; }
.w-329 { width: 329px; }
.w-330 { width: 330px; }
.w-331 { width: 331px; }
.w-332 { width: 332px; }
.w-333 { width: 333px; }
.w-334 { width: 334px; }
.w-335 { width: 335px; }
.w-336 { width: 336px; }
.w-337 { width: 337px; }
.w-338 { width: 338px; }
.w-339 { width: 339px; }
.w-340 { width: 340px; }
.w-341 { width: 341px; }
.w-342 { width: 342px; }
.w-343 { width: 343px; }
.w-344 { width: 344px; }
.w-345 { width: 345px; }
.w-346 { width: 346px; }
.w-347 { width: 347px; }
.w-348 { width: 348px; }
.w-349 { width: 349px; }
.w-350 { width: 350px; }
.w-351 { width: 351px; }
.w-352 { width: 352px; }
.w-353 { width: 353px; }
.w-354 { width: 354px; }
.w-355 { width: 355px; }
.w-356 { width: 356px; }
.w-357 { width: 357px; }
.w-358 { width: 358px; }
.w-359 { width: 359px; }
.w-360 { width: 360px; }
.w-361 { width: 361px; }
.w-362 { width: 362px; }
.w-363 { width: 363px; }
.w-364 { width: 364px; }
.w-365 { width: 365px; }
.w-366 { width: 366px; }
.w-367 { width: 367px; }
.w-368 { width: 368px; }
.w-369 { width: 369px; }
.w-370 { width: 370px; }
.w-371 { width: 371px; }
.w-372 { width: 372px; }
.w-373 { width: 373px; }
.w-374 { width: 374px; }
.w-375 { width: 375px; }
.w-376 { width: 376px; }
.w-377 { width: 377px; }
.w-378 { width: 378px; }
.w-379 { width: 379px; }
.w-380 { width: 380px; }
.w-381 { width: 381px; }
.w-382 { width: 382px; }
.w-383 { width: 383px; }
.w-384 { width: 384px; }
.w-385 { width: 385px; }
.w-386 { width: 386px; }
.w-387 { width: 387px; }
.w-388 { width: 388px; }
.w-389 { width: 389px; }
.w-390 { width: 390px; }
.w-391 { width: 391px; }
.w-392 { width: 392px; }
.w-393 { width: 393px; }
.w-394 { width: 394px; }
.w-395 { width: 395px; }
.w-396 { width: 396px; }
.w-397 { width: 397px; }
.w-398 { width: 398px; }
.w-399 { width: 399px; }
.w-400 { width: 400px; }
.w-401 { width: 401px; }
.w-402 { width: 402px; }
.w-403 { width: 403px; }
.w-404 { width: 404px; }
.w-405 { width: 405px; }
.w-406 { width: 406px; }
.w-407 { width: 407px; }
.w-408 { width: 408px; }
.w-409 { width: 409px; }
.w-410 { width: 410px; }
.w-411 { width: 411px; }
.w-412 { width: 412px; }
.w-413 { width: 413px; }
.w-414 { width: 414px; }
.w-415 { width: 415px; }
.w-416 { width: 416px; }
.w-417 { width: 417px; }
.w-418 { width: 418px; }
.w-419 { width: 419px; }
.w-420 { width: 420px; }
.w-421 { width: 421px; }
.w-422 { width: 422px; }
.w-423 { width: 423px; }
.w-424 { width: 424px; }
.w-425 { width: 425px; }
.w-426 { width: 426px; }
.w-427 { width: 427px; }
.w-428 { width: 428px; }
.w-429 { width: 429px; }
.w-430 { width: 430px; }
.w-431 { width: 431px; }
.w-432 { width: 432px; }
.w-433 { width: 433px; }
.w-434 { width: 434px; }
.w-435 { width: 435px; }
.w-436 { width: 436px; }
.w-437 { width: 437px; }
.w-438 { width: 438px; }
.w-439 { width: 439px; }
.w-440 { width: 440px; }
.w-441 { width: 441px; }
.w-442 { width: 442px; }
.w-443 { width: 443px; }
.w-444 { width: 444px; }
.w-445 { width: 445px; }
.w-446 { width: 446px; }
.w-447 { width: 447px; }
.w-448 { width: 448px; }
.w-449 { width: 449px; }
.w-450 { width: 450px; }
.w-451 { width: 451px; }
.w-452 { width: 452px; }
.w-453 { width: 453px; }
.w-454 { width: 454px; }
.w-455 { width: 455px; }
.w-456 { width: 456px; }
.w-457 { width: 457px; }
.w-458 { width: 458px; }
.w-459 { width: 459px; }
.w-460 { width: 460px; }
.w-461 { width: 461px; }
.w-462 { width: 462px; }
.w-463 { width: 463px; }
.w-464 { width: 464px; }
.w-465 { width: 465px; }
.w-466 { width: 466px; }
.w-467 { width: 467px; }
.w-468 { width: 468px; }
.w-469 { width: 469px; }
.w-470 { width: 470px; }
.w-471 { width: 471px; }
.w-472 { width: 472px; }
.w-473 { width: 473px; }
.w-474 { width: 474px; }
.w-475 { width: 475px; }
.w-476 { width: 476px; }
.w-477 { width: 477px; }
.w-478 { width: 478px; }
.w-479 { width: 479px; }
.w-480 { width: 480px; }
.w-481 { width: 481px; }
.w-482 { width: 482px; }
.w-483 { width: 483px; }
.w-484 { width: 484px; }
.w-485 { width: 485px; }
.w-486 { width: 486px; }
.w-487 { width: 487px; }
.w-488 { width: 488px; }
.w-489 { width: 489px; }
.w-490 { width: 490px; }
.w-491 { width: 491px; }
.w-492 { width: 492px; }
.w-493 { width: 493px; }
.w-494 { width: 494px; }
.w-495 { width: 495px; }
.w-496 { width: 496px; }
.w-497 { width: 497px; }
.w-498 { width: 498px; }
.w-499 { width: 499px; }
.w-500 { width: 500px; }
.w-501 { width: 501px; }
.w-502 { width: 502px; }
.w-503 { width: 503px; }
.w-504 { width: 504px; }
.w-505 { width: 505px; }
.w-506 { width: 506px; }
.w-507 { width: 507px; }
.w-508 { width: 508px; }
.w-509 { width: 509px; }
.w-510 { width: 510px; }
.w-511 { width: 511px; }
.w-512 { width: 512px; }
.w-513 { width: 513px; }
.w-514 { width: 514px; }
.w-515 { width: 515px; }
.w-516 { width: 516px; }
.w-517 { width: 517px; }
.w-518 { width: 518px; }
.w-519 { width: 519px; }
.w-520 { width: 520px; }
.w-521 { width: 521px; }
.w-522 { width: 522px; }
.w-523 { width: 523px; }
.w-524 { width: 524px; }
.w-525 { width: 525px; }
.w-526 { width: 526px; }
.w-527 { width: 527px; }
.w-528 { width: 528px; }
.w-529 { width: 529px; }
.w-530 { width: 530px; }
.w-531 { width: 531px; }
.w-532 { width: 532px; }
.w-533 { width: 533px; }
.w-534 { width: 534px; }
.w-535 { width: 535px; }
.w-536 { width: 536px; }
.w-537 { width: 537px; }
.w-538 { width: 538px; }
.w-539 { width: 539px; }
.w-540 { width: 540px; }
.w-541 { width: 541px; }
.w-542 { width: 542px; }
.w-543 { width: 543px; }
.w-544 { width: 544px; }
.w-545 { width: 545px; }
.w-546 { width: 546px; }
.w-547 { width: 547px; }
.w-548 { width: 548px; }
.w-549 { width: 549px; }
.w-550 { width: 550px; }
.w-551 { width: 551px; }
.w-552 { width: 552px; }
.w-553 { width: 553px; }
.w-554 { width: 554px; }
.w-555 { width: 555px; }
.w-556 { width: 556px; }
.w-557 { width: 557px; }
.w-558 { width: 558px; }
.w-559 { width: 559px; }
.w-560 { width: 560px; }
.w-561 { width: 561px; }
.w-562 { width: 562px; }
.w-563 { width: 563px; }
.w-564 { width: 564px; }
.w-565 { width: 565px; }
.w-566 { width: 566px; }
.w-567 { width: 567px; }
.w-568 { width: 568px; }
.w-569 { width: 569px; }
.w-570 { width: 570px; }
.w-571 { width: 571px; }
.w-572 { width: 572px; }
.w-573 { width: 573px; }
.w-574 { width: 574px; }
.w-575 { width: 575px; }
.w-576 { width: 576px; }
.w-577 { width: 577px; }
.w-578 { width: 578px; }
.w-579 { width: 579px; }
.w-580 { width: 580px; }
.w-581 { width: 581px; }
.w-582 { width: 582px; }
.w-583 { width: 583px; }
.w-584 { width: 584px; }
.w-585 { width: 585px; }
.w-586 { width: 586px; }
.w-587 { width: 587px; }
.w-588 { width: 588px; }
.w-589 { width: 589px; }
.w-590 { width: 590px; }
.w-591 { width: 591px; }
.w-592 { width: 592px; }
.w-593 { width: 593px; }
.w-594 { width: 594px; }
.w-595 { width: 595px; }
.w-596 { width: 596px; }
.w-597 { width: 597px; }
.w-598 { width: 598px; }
.w-599 { width: 599px; }
.w-600 { width: 600px; }
.w-601 { width: 601px; }
.w-602 { width: 602px; }
.w-603 { width: 603px; }
.w-604 { width: 604px; }
.w-605 { width: 605px; }
.w-606 { width: 606px; }
.w-607 { width: 607px; }
.w-608 { width: 608px; }
.w-609 { width: 609px; }
.w-610 { width: 610px; }
.w-611 { width: 611px; }
.w-612 { width: 612px; }
.w-613 { width: 613px; }
.w-614 { width: 614px; }
.w-615 { width: 615px; }
.w-616 { width: 616px; }
.w-617 { width: 617px; }
.w-618 { width: 618px; }
.w-619 { width: 619px; }
.w-620 { width: 620px; }
.w-621 { width: 621px; }
.w-622 { width: 622px; }
.w-623 { width: 623px; }
.w-624 { width: 624px; }
.w-625 { width: 625px; }
.w-626 { width: 626px; }
.w-627 { width: 627px; }
.w-628 { width: 628px; }
.w-629 { width: 629px; }
.w-630 { width: 630px; }
.w-631 { width: 631px; }
.w-632 { width: 632px; }
.w-633 { width: 633px; }
.w-634 { width: 634px; }
.w-635 { width: 635px; }
.w-636 { width: 636px; }
.w-637 { width: 637px; }
.w-638 { width: 638px; }
.w-639 { width: 639px; }
.w-640 { width: 640px; }
.w-641 { width: 641px; }
.w-642 { width: 642px; }
.w-643 { width: 643px; }
.w-644 { width: 644px; }
.w-645 { width: 645px; }
.w-646 { width: 646px; }
.w-647 { width: 647px; }
.w-648 { width: 648px; }
.w-649 { width: 649px; }
.w-650 { width: 650px; }
.w-651 { width: 651px; }
.w-652 { width: 652px; }
.w-653 { width: 653px; }
.w-654 { width: 654px; }
.w-655 { width: 655px; }
.w-656 { width: 656px; }
.w-657 { width: 657px; }
.w-658 { width: 658px; }
.w-659 { width: 659px; }
.w-660 { width: 660px; }
.w-661 { width: 661px; }
.w-662 { width: 662px; }
.w-663 { width: 663px; }
.w-664 { width: 664px; }
.w-665 { width: 665px; }
.w-666 { width: 666px; }
.w-667 { width: 667px; }
.w-668 { width: 668px; }
.w-669 { width: 669px; }
.w-670 { width: 670px; }
.w-671 { width: 671px; }
.w-672 { width: 672px; }
.w-673 { width: 673px; }
.w-674 { width: 674px; }
.w-675 { width: 675px; }
.w-676 { width: 676px; }
.w-677 { width: 677px; }
.w-678 { width: 678px; }
.w-679 { width: 679px; }
.w-680 { width: 680px; }
.w-681 { width: 681px; }
.w-682 { width: 682px; }
.w-683 { width: 683px; }
.w-684 { width: 684px; }
.w-685 { width: 685px; }
.w-686 { width: 686px; }
.w-687 { width: 687px; }
.w-688 { width: 688px; }
.w-689 { width: 689px; }
.w-690 { width: 690px; }
.w-691 { width: 691px; }
.w-692 { width: 692px; }
.w-693 { width: 693px; }
.w-694 { width: 694px; }
.w-695 { width: 695px; }
.w-696 { width: 696px; }
.w-697 { width: 697px; }
.w-698 { width: 698px; }
.w-699 { width: 699px; }
.w-700 { width: 700px; }
.w-701 { width: 701px; }
.w-702 { width: 702px; }
.w-703 { width: 703px; }
.w-704 { width: 704px; }
.w-705 { width: 705px; }
.w-706 { width: 706px; }
.w-707 { width: 707px; }
.w-708 { width: 708px; }
.w-709 { width: 709px; }
.w-710 { width: 710px; }
.w-711 { width: 711px; }
.w-712 { width: 712px; }
.w-713 { width: 713px; }
.w-714 { width: 714px; }
.w-715 { width: 715px; }
.w-716 { width: 716px; }
.w-717 { width: 717px; }
.w-718 { width: 718px; }
.w-719 { width: 719px; }
.w-720 { width: 720px; }
.w-721 { width: 721px; }
.w-722 { width: 722px; }
.w-723 { width: 723px; }
.w-724 { width: 724px; }
.w-725 { width: 725px; }
.w-726 { width: 726px; }
.w-727 { width: 727px; }
.w-728 { width: 728px; }
.w-729 { width: 729px; }
.w-730 { width: 730px; }
.w-731 { width: 731px; }
.w-732 { width: 732px; }
.w-733 { width: 733px; }
.w-734 { width: 734px; }
.w-735 { width: 735px; }
.w-736 { width: 736px; }
.w-737 { width: 737px; }
.w-738 { width: 738px; }
.w-739 { width: 739px; }
.w-740 { width: 740px; }
.w-741 { width: 741px; }
.w-742 { width: 742px; }
.w-743 { width: 743px; }
.w-744 { width: 744px; }
.w-745 { width: 745px; }
.w-746 { width: 746px; }
.w-747 { width: 747px; }
.w-748 { width: 748px; }
.w-749 { width: 749px; }
.w-750 { width: 750px; }
.w-751 { width: 751px; }
.w-752 { width: 752px; }
.w-753 { width: 753px; }
.w-754 { width: 754px; }
.w-755 { width: 755px; }
.w-756 { width: 756px; }
.w-757 { width: 757px; }
.w-758 { width: 758px; }
.w-759 { width: 759px; }
.w-760 { width: 760px; }
.w-761 { width: 761px; }
.w-762 { width: 762px; }
.w-763 { width: 763px; }
.w-764 { width: 764px; }
.w-765 { width: 765px; }
.w-766 { width: 766px; }
.w-767 { width: 767px; }
.w-768 { width: 768px; }
.w-769 { width: 769px; }
.w-770 { width: 770px; }
.w-771 { width: 771px; }
.w-772 { width: 772px; }
.w-773 { width: 773px; }
.w-774 { width: 774px; }
.w-775 { width: 775px; }
.w-776 { width: 776px; }
.w-777 { width: 777px; }
.w-778 { width: 778px; }
.w-779 { width: 779px; }
.w-780 { width: 780px; }
.w-781 { width: 781px; }
.w-782 { width: 782px; }
.w-783 { width: 783px; }
.w-784 { width: 784px; }
.w-785 { width: 785px; }
.w-786 { width: 786px; }
.w-787 { width: 787px; }
.w-788 { width: 788px; }
.w-789 { width: 789px; }
.w-790 { width: 790px; }
.w-791 { width: 791px; }
.w-792 { width: 792px; }
.w-793 { width: 793px; }
.w-794 { width: 794px; }
.w-795 { width: 795px; }
.w-796 { width: 796px; }
.w-797 { width: 797px; }
.w-798 { width: 798px; }
.w-799 { width: 799px; }
.w-800 { width: 800px; }
.w-801 { width: 801px; }
.w-802 { width: 802px; }
.w-803 { width: 803px; }
.w-804 { width: 804px; }
.w-805 { width: 805px; }
.w-806 { width: 806px; }
.w-807 { width: 807px; }
.w-808 { width: 808px; }
.w-809 { width: 809px; }
.w-810 { width: 810px; }
.w-811 { width: 811px; }
.w-812 { width: 812px; }
.w-813 { width: 813px; }
.w-814 { width: 814px; }
.w-815 { width: 815px; }
.w-816 { width: 816px; }
.w-817 { width: 817px; }
.w-818 { width: 818px; }
.w-819 { width: 819px; }
.w-820 { width: 820px; }
.w-821 { width: 821px; }
.w-822 { width: 822px; }
.w-823 { width: 823px; }
.w-824 { width: 824px; }
.w-825 { width: 825px; }
.w-826 { width: 826px; }
.w-827 { width: 827px; }
.w-828 { width: 828px; }
.w-829 { width: 829px; }
.w-830 { width: 830px; }
.w-831 { width: 831px; }
.w-832 { width: 832px; }
.w-833 { width: 833px; }
.w-834 { width: 834px; }
.w-835 { width: 835px; }
.w-836 { width: 836px; }
.w-837 { width: 837px; }
.w-838 { width: 838px; }
.w-839 { width: 839px; }
.w-840 { width: 840px; }
.w-841 { width: 841px; }
.w-842 { width: 842px; }
.w-843 { width: 843px; }
.w-844 { width: 844px; }
.w-845 { width: 845px; }
.w-846 { width: 846px; }
.w-847 { width: 847px; }
.w-848 { width: 848px; }
.w-849 { width: 849px; }
.w-850 { width: 850px; }
.w-851 { width: 851px; }
.w-852 { width: 852px; }
.w-853 { width: 853px; }
.w-854 { width: 854px; }
.w-855 { width: 855px; }
.w-856 { width: 856px; }
.w-857 { width: 857px; }
.w-858 { width: 858px; }
.w-859 { width: 859px; }
.w-860 { width: 860px; }
.w-861 { width: 861px; }
.w-862 { width: 862px; }
.w-863 { width: 863px; }
.w-864 { width: 864px; }
.w-865 { width: 865px; }
.w-866 { width: 866px; }
.w-867 { width: 867px; }
.w-868 { width: 868px; }
.w-869 { width: 869px; }
.w-870 { width: 870px; }
.w-871 { width: 871px; }
.w-872 { width: 872px; }
.w-873 { width: 873px; }
.w-874 { width: 874px; }
.w-875 { width: 875px; }
.w-876 { width: 876px; }
.w-877 { width: 877px; }
.w-878 { width: 878px; }
.w-879 { width: 879px; }
.w-880 { width: 880px; }
.w-881 { width: 881px; }
.w-882 { width: 882px; }
.w-883 { width: 883px; }
.w-884 { width: 884px; }
.w-885 { width: 885px; }
.w-886 { width: 886px; }
.w-887 { width: 887px; }
.w-888 { width: 888px; }
.w-889 { width: 889px; }
.w-890 { width: 890px; }
.w-891 { width: 891px; }
.w-892 { width: 892px; }
.w-893 { width: 893px; }
.w-894 { width: 894px; }
.w-895 { width: 895px; }
.w-896 { width: 896px; }
.w-897 { width: 897px; }
.w-898 { width: 898px; }
.w-899 { width: 899px; }
.w-900 { width: 900px; }
.w-901 { width: 901px; }
.w-902 { width: 902px; }
.w-903 { width: 903px; }
.w-904 { width: 904px; }
.w-905 { width: 905px; }
.w-906 { width: 906px; }
.w-907 { width: 907px; }
.w-908 { width: 908px; }
.w-909 { width: 909px; }
.w-910 { width: 910px; }
.w-911 { width: 911px; }
.w-912 { width: 912px; }
.w-913 { width: 913px; }
.w-914 { width: 914px; }
.w-915 { width: 915px; }
.w-916 { width: 916px; }
.w-917 { width: 917px; }
.w-918 { width: 918px; }
.w-919 { width: 919px; }
.w-920 { width: 920px; }
.w-921 { width: 921px; }
.w-922 { width: 922px; }
.w-923 { width: 923px; }
.w-924 { width: 924px; }
.w-925 { width: 925px; }
.w-926 { width: 926px; }
.w-927 { width: 927px; }
.w-928 { width: 928px; }
.w-929 { width: 929px; }
.w-930 { width: 930px; }
.w-931 { width: 931px; }
.w-932 { width: 932px; }
.w-933 { width: 933px; }
.w-934 { width: 934px; }
.w-935 { width: 935px; }
.w-936 { width: 936px; }
.w-937 { width: 937px; }
.w-938 { width: 938px; }
.w-939 { width: 939px; }
.w-940 { width: 940px; }
.w-941 { width: 941px; }
.w-942 { width: 942px; }
.w-943 { width: 943px; }
.w-944 { width: 944px; }
.w-945 { width: 945px; }
.w-946 { width: 946px; }
.w-947 { width: 947px; }
.w-948 { width: 948px; }
.w-949 { width: 949px; }
.w-950 { width: 950px; }
.w-951 { width: 951px; }
.w-952 { width: 952px; }
.w-953 { width: 953px; }
.w-954 { width: 954px; }
.w-955 { width: 955px; }
.w-956 { width: 956px; }
.w-957 { width: 957px; }
.w-958 { width: 958px; }
.w-959 { width: 959px; }
.w-960 { width: 960px; }
.w-961 { width: 961px; }
.w-962 { width: 962px; }
.w-963 { width: 963px; }
.w-964 { width: 964px; }
.w-965 { width: 965px; }
.w-966 { width: 966px; }
.w-967 { width: 967px; }
.w-968 { width: 968px; }
.w-969 { width: 969px; }
.w-970 { width: 970px; }
.w-971 { width: 971px; }
.w-972 { width: 972px; }
.w-973 { width: 973px; }
.w-974 { width: 974px; }
.w-975 { width: 975px; }
.w-976 { width: 976px; }
.w-977 { width: 977px; }
.w-978 { width: 978px; }
.w-979 { width: 979px; }
.w-980 { width: 980px; }
.w-981 { width: 981px; }
.w-982 { width: 982px; }
.w-983 { width: 983px; }
.w-984 { width: 984px; }
.w-985 { width: 985px; }
.w-986 { width: 986px; }
.w-987 { width: 987px; }
.w-988 { width: 988px; }
.w-989 { width: 989px; }
.w-990 { width: 990px; }
.w-991 { width: 991px; }
.w-992 { width: 992px; }
.w-993 { width: 993px; }
.w-994 { width: 994px; }
.w-995 { width: 995px; }
.w-996 { width: 996px; }
.w-997 { width: 997px; }
.w-998 { width: 998px; }
.w-999 { width: 999px; }
.w-1000 { width: 1000px; }
.w-1001 { width: 1001px; }
.w-1002 { width: 1002px; }
.w-1003 { width: 1003px; }
.w-1004 { width: 1004px; }
.w-1005 { width: 1005px; }
.w-1006 { width: 1006px; }
.w-1007 { width: 1007px; }
.w-1008 { width: 1008px; }
.w-1009 { width: 1009px; }
.w-1010 { width: 1010px; }
.w-1011 { width: 1011px; }                  
.w-1012 { width: 1012px; }
.w-1013 { width: 1013px; }
.w-1014 { width: 1014px; }
.w-1015 { width: 1015px; }
.w-1016 { width: 1016px; }
.w-1017 { width: 1017px; }
.w-1018 { width: 1018px; }
.w-1019 { width: 1019px; }
.w-1020 { width: 1020px; }
.w-1021 { width: 1021px; }
.w-1022 { width: 1022px; }
.w-1023 { width: 1023px; }
.w-1024 { width: 1024px; }
.w-1025 { width: 1025px; }
.w-1026 { width: 1026px; }
.w-1027 { width: 1027px; }
.w-1028 { width: 1028px; }
.w-1029 { width: 1029px; }
.w-1030 { width: 1030px; }
.w-1031 { width: 1031px; }
.w-1032 { width: 1032px; }
.w-1033 { width: 1033px; }
.w-1034 { width: 1034px; }
.w-1035 { width: 1035px; }
.w-1036 { width: 1036px; }
.w-1037 { width: 1037px; }
.w-1038 { width: 1038px; }
.w-1039 { width: 1039px; }
.w-1040 { width: 1040px; }
.w-1041 { width: 1041px; }
.w-1042 { width: 1042px; }
.w-1043 { width: 1043px; }
.w-1044 { width: 1044px; }
.w-1045 { width: 1045px; }
.w-1046 { width: 1046px; }
.w-1047 { width: 1047px; }
.w-1048 { width: 1048px; }
.w-1049 { width: 1049px; }
.w-1050 { width: 1050px; }
.w-1051 { width: 1051px; }
.w-1052 { width: 1052px; }
.w-1053 { width: 1053px; }
.w-1054 { width: 1054px; }
.w-1055 { width: 1055px; }
.w-1056 { width: 1056px; }
.w-1057 { width: 1057px; }
.w-1058 { width: 1058px; }
.w-1059 { width: 1059px; }
.w-1060 { width: 1060px; }
.w-1061 { width: 1061px; }
.w-1062 { width: 1062px; }
.w-1063 { width: 1063px; }
.w-1064 { width: 1064px; }
.w-1065 { width: 1065px; }
.w-1066 { width: 1066px; }
.w-1067 { width: 1067px; }
.w-1068 { width: 1068px; }
.w-1069 { width: 1069px; }
.w-1070 { width: 1070px; }
.w-1071 { width: 1071px; }
.w-1072 { width: 1072px; }
.w-1073 { width: 1073px; }
.w-1074 { width: 1074px; }
.w-1075 { width: 1075px; }
.w-1076 { width: 1076px; }
.w-1077 { width: 1077px; }
.w-1078 { width: 1078px; }
.w-1079 { width: 1079px; }
.w-1080 { width: 1080px; }
.w-1081 { width: 1081px; }
.w-1082 { width: 1082px; }
.w-1083 { width: 1083px; }
.w-1084 { width: 1084px; }
.w-1085 { width: 1085px; }
.w-1086 { width: 1086px; }
.w-1087 { width: 1087px; }
.w-1088 { width: 1088px; }
.w-1089 { width: 1089px; }
.w-1090 { width: 1090px; }
.w-1091 { width: 1091px; }
.w-1092 { width: 1092px; }
.w-1093 { width: 1093px; }
.w-1094 { width: 1094px; }
.w-1095 { width: 1095px; }
.w-1096 { width: 1096px; }
.w-1097 { width: 1097px; }
.w-1098 { width: 1098px; }
.w-1099 { width: 1099px; }
.w-1100 { width: 1100px; }
.w-1101 { width: 1101px; }
.w-1102 { width: 1102px; }
.w-1103 { width: 1103px; }
.w-1104 { width: 1104px; }
.w-1105 { width: 1105px; }
.w-1106 { width: 1106px; }
.w-1107 { width: 1107px; }
.w-1108 { width: 1108px; }
.w-1109 { width: 1109px; }
.w-1110 { width: 1110px; }
.w-1111 { width: 1111px; }
.w-1112 { width: 1112px; }
.w-1113 { width: 1113px; }
.w-1114 { width: 1114px; }
.w-1115 { width: 1115px; }
.w-1116 { width: 1116px; }
.w-1117 { width: 1117px; }
.w-1118 { width: 1118px; }
.w-1119 { width: 1119px; }
.w-1120 { width: 1120px; }
.w-1121 { width: 1121px; }
.w-1122 { width: 1122px; }
.w-1123 { width: 1123px; }
.w-1124 { width: 1124px; }
.w-1125 { width: 1125px; }
.w-1126 { width: 1126px; }
.w-1127 { width: 1127px; }
.w-1128 { width: 1128px; }
.w-1129 { width: 1129px; }
.w-1130 { width: 1130px; }
.w-1131 { width: 1131px; }
.w-1132 { width: 1132px; }
.w-1133 { width: 1133px; }
.w-1134 { width: 1134px; }
.w-1135 { width: 1135px; }
.w-1136 { width: 1136px; }
.w-1137 { width: 1137px; }
.w-1138 { width: 1138px; }
.w-1139 { width: 1139px; }
.w-1140 { width: 1140px; }
.w-1141 { width: 1141px; }
.w-1142 { width: 1142px; }
.w-1143 { width: 1143px; }
.w-1144 { width: 1144px; }
.w-1145 { width: 1145px; }
.w-1146 { width: 1146px; }
.w-1147 { width: 1147px; }
.w-1148 { width: 1148px; }
.w-1149 { width: 1149px; }
.w-1150 { width: 1150px; }
.w-1151 { width: 1151px; }
.w-1152 { width: 1152px; }
.w-1153 { width: 1153px; }
.w-1154 { width: 1154px; }
.w-1155 { width: 1155px; }
.w-1156 { width: 1156px; }
.w-1157 { width: 1157px; }
.w-1158 { width: 1158px; }
.w-1159 { width: 1159px; }
.w-1160 { width: 1160px; }
.w-1161 { width: 1161px; }
.w-1162 { width: 1162px; }
.w-1163 { width: 1163px; }
.w-1164 { width: 1164px; }
.w-1165 { width: 1165px; }
.w-1166 { width: 1166px; }
.w-1167 { width: 1167px; }
.w-1168 { width: 1168px; }
.w-1169 { width: 1169px; }
.w-1170 { width: 1170px; }
.w-1171 { width: 1171px; }
.w-1172 { width: 1172px; }
.w-1173 { width: 1173px; }
.w-1174 { width: 1174px; }
.w-1175 { width: 1175px; }
.w-1176 { width: 1176px; }
.w-1177 { width: 1177px; }
.w-1178 { width: 1178px; }
.w-1179 { width: 1179px; }
.w-1180 { width: 1180px; }
.w-1181 { width: 1181px; }
.w-1182 { width: 1182px; }
.w-1183 { width: 1183px; }
.w-1184 { width: 1184px; }
.w-1185 { width: 1185px; }
.w-1186 { width: 1186px; }
.w-1187 { width: 1187px; }
.w-1188 { width: 1188px; }
.w-1189 { width: 1189px; }
.w-1190 { width: 1190px; }
.w-1191 { width: 1191px; }
.w-1192 { width: 1192px; }
.w-1193 { width: 1193px; }
.w-1194 { width: 1194px; }
.w-1195 { width: 1195px; }
.w-1196 { width: 1196px; }
.w-1197 { width: 1197px; }
.w-1198 { width: 1198px; }
.w-1199 { width: 1199px; }
.w-1200 { width: 1200px; }
/* Width Other Sizes */
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-max { width: max-content; }
.w-min { width: min-content; }
.w-full { width: 100%; }
/* Screen Width in vw */
.w-screen { width: 100vw; }
.w-screen-sm { width: 100vw; }
.w-screen-md { width: 100vw; }
.w-screen-lg { width: 100vw; }
.w-screen-xl { width: 100vw; }
.w-screen-2xl { width: 100vw; }
.w-screen-3xl { width: 100vw; }
.w-screen-4xl { width: 100vw; }
.w-screen-5xl { width: 100vw; }
.w-screen-6xl { width: 100vw; }
.w-screen-7xl { width: 100vw; }
.w-screen-8xl { width: 100vw; }
.w-screen-9xl { width: 100vw; }
.w-screen-10xl { width: 100vw; }
/* Screen Width in Percentage */
.w-screen .screen-visual::after { width: 100%; }
.w-screen-sm .screen-visual::after { width: 100%; }
.w-screen-md .screen-visual::after { width: 100%; }
.w-screen-lg .screen-visual::after { width: 100%; }
.w-screen-xl .screen-visual::after { width: 100%; }
.w-screen-2xl .screen-visual::after { width: 100%; }
.w-screen-3xl .screen-visual::after { width: 100%; }
.w-screen-4xl .screen-visual::after { width: 100%; }
.w-screen-5xl .screen-visual::after { width: 100%; }
.w-screen-6xl .screen-visual::after { width: 100%; }
.w-screen-7xl .screen-visual::after { width: 100%; }
.w-screen-8xl .screen-visual::after { width: 100%; }
.w-screen-9xl .screen-visual::after { width: 100%; }
.w-screen-10xl .screen-visual::after { width: 100%; }
/* Width in Percentage */
.wp-1 { width: 1%; }
.wp-2 { width: 2%; }
.wp-3 { width: 3%; }
.wp-4 { width: 4%; }
.wp-5 { width: 5%; }
.wp-6 { width: 6%; }
.wp-7 { width: 7%; }
.wp-8 { width: 8%; }
.wp-9 { width: 9%; }
.wp-10 { width: 10%; }
.wp-11 { width: 11%; }
.wp-12 { width: 12%; }
.wp-13 { width: 13%; }
.wp-14 { width: 14%; }
.wp-15 { width: 15%; }
.wp-16 { width: 16%; }
.wp-17 { width: 17%; }
.wp-18 { width: 18%; }
.wp-19 { width: 19%; }
.wp-20 { width: 20%; }
.wp-21 { width: 21%; }
.wp-22 { width: 22%; }
.wp-23 { width: 23%; }
.wp-24 { width: 24%; }
.wp-25 { width: 25%; }
.wp-26 { width: 26%; }
.wp-27 { width: 27%; }
.wp-28 { width: 28%; }
.wp-29 { width: 29%; }
.wp-30 { width: 30%; }
.wp-31 { width: 31%; }
.wp-32 { width: 32%; }
.wp-33 { width: 33%; }
.wp-34 { width: 34%; }
.wp-35 { width: 35%; }
.wp-36 { width: 36%; }
.wp-37 { width: 37%; }
.wp-38 { width: 38%; }
.wp-39 { width: 39%; }
.wp-40 { width: 40%; }
.wp-41 { width: 41%; }
.wp-42 { width: 42%; }
.wp-43 { width: 43%; }
.wp-44 { width: 44%; }
.wp-45 { width: 45%; }
.wp-46 { width: 46%; }
.wp-47 { width: 47%; }
.wp-48 { width: 48%; }
.wp-49 { width: 49%; }
.wp-50 { width: 50%; }
.wp-51 { width: 51%; }
.wp-52 { width: 52%; }
.wp-53 { width: 53%; }
.wp-54 { width: 54%; }
.wp-55 { width: 55%; }
.wp-56 { width: 56%; }
.wp-57 { width: 57%; }
.wp-58 { width: 58%; }
.wp-59 { width: 59%; }
.wp-60 { width: 60%; }
.wp-61 { width: 61%; }
.wp-62 { width: 62%; }
.wp-63 { width: 63%; }
.wp-64 { width: 64%; }
.wp-65 { width: 65%; }
.wp-66 { width: 66%; }
.wp-67 { width: 67%; }
.wp-68 { width: 68%; }
.wp-69 { width: 69%; }
.wp-70 { width: 70%; }
.wp-71 { width: 71%; }
.wp-72 { width: 72%; }
.wp-73 { width: 73%; }
.wp-74 { width: 74%; }
.wp-75 { width: 75%; }
.wp-76 { width: 76%; }
.wp-77 { width: 77%; }
.wp-78 { width: 78%; }
.wp-79 { width: 79%; }
.wp-80 { width: 80%; }
.wp-81 { width: 81%; }
.wp-82 { width: 82%; }
.wp-83 { width: 83%; }
.wp-84 { width: 84%; }
.wp-85 { width: 85%; }
.wp-86 { width: 86%; }
.wp-87 { width: 87%; }
.wp-88 { width: 88%; }
.wp-89 { width: 89%; }
.wp-90 { width: 90%; }
.wp-91 { width: 91%; }
.wp-92 { width: 92%; }
.wp-93 { width: 93%; }
.wp-94 { width: 94%; }
.wp-95 { width: 95%; }
.wp-96 { width: 96%; }
.wp-97 { width: 97%; }
.wp-98 { width: 98%; }
.wp-99 { width: 99%; }
.wp-100 { width: 100%; }
/* Hieght */
.h-1 { height: 1px; }
.h-2 { height: 2px; }
.h-3 { height: 3px; }
.h-4 { height: 4px; }
.h-5 { height: 5px; }
.h-6 { height: 6px; }
.h-7 { height: 7px; }
.h-8 { height: 8px; }
.h-9 { height: 9px; }
.h-10 { height: 10px; }
.h-11 { height: 11px; }
.h-12 { height: 12px; }
.h-13 { height: 13px; }
.h-14 { height: 14px; }
.h-15 { height: 15px; }
.h-16 { height: 16px; }
.h-17 { height: 17px; }
.h-18 { height: 18px; }
.h-19 { height: 19px; }
.h-20 { height: 20px; }
.h-21 { height: 21px; }
.h-22 { height: 22px; }
.h-23 { height: 23px; }
.h-24 { height: 24px; }
.h-25 { height: 25px; }
.h-26 { height: 26px; }
.h-27 { height: 27px; }
.h-28 { height: 28px; }
.h-29 { height: 29px; }
.h-30 { height: 30px; }
.h-31 { height: 31px; }
.h-32 { height: 32px; }
.h-33 { height: 33px; }
.h-34 { height: 34px; }
.h-35 { height: 35px; }
.h-36 { height: 36px; }
.h-37 { height: 37px; }
.h-38 { height: 38px; }
.h-39 { height: 39px; }
.h-40 { height: 40px; }
.h-41 { height: 41px; }
.h-42 { height: 42px; }
.h-43 { height: 43px; }
.h-44 { height: 44px; }
.h-45 { height: 45px; }
.h-46 { height: 46px; }
.h-47 { height: 47px; }
.h-48 { height: 48px; }
.h-49 { height: 49px; }
.h-50 { height: 50px; }
.h-51 { height: 51px; }
.h-52 { height: 52px; }
.h-53 { height: 53px; }
.h-54 { height: 54px; }
.h-55 { height: 55px; }
.h-56 { height: 56px; }
.h-57 { height: 57px; }
.h-58 { height: 58px; }
.h-59 { height: 59px; }
.h-60 { height: 60px; }
.h-61 { height: 61px; }
.h-62 { height: 62px; }
.h-63 { height: 63px; }
.h-64 { height: 64px; }
.h-65 { height: 65px; }
.h-66 { height: 66px; }
.h-67 { height: 67px; }
.h-68 { height: 68px; }
.h-69 { height: 69px; }
.h-70 { height: 70px; }
.h-71 { height: 71px; }
.h-72 { height: 72px; }
.h-73 { height: 73px; }
.h-74 { height: 74px; }
.h-75 { height: 75px; }
.h-76 { height: 76px; }
.h-77 { height: 77px; }
.h-78 { height: 78px; }
.h-79 { height: 79px; }
.h-80 { height: 80px; }
.h-81 { height: 81px; }
.h-82 { height: 82px; }
.h-83 { height: 83px; }
.h-84 { height: 84px; }
.h-85 { height: 85px; }
.h-86 { height: 86px; }
.h-87 { height: 87px; }
.h-88 { height: 88px; }
.h-89 { height: 89px; }
.h-90 { height: 90px; }
.h-91 { height: 91px; }
.h-92 { height: 92px; }
.h-93 { height: 93px; }
.h-94 { height: 94px; }
.h-95 { height: 95px; }
.h-96 { height: 96px; }
.h-97 { height: 97px; }
.h-98 { height: 98px; }
.h-99 { height: 99px; }
.h-100 { height: 100px; }
.h-101 { height: 101px; }
.h-102 { height: 102px; }
.h-103 { height: 103px; }
.h-104 { height: 104px; }
.h-105 { height: 105px; }
.h-106 { height: 106px; }
.h-107 { height: 107px; }
.h-108 { height: 108px; }
.h-109 { height: 109px; }
.h-110 { height: 110px; }
.h-111 { height: 111px; }
.h-112 { height: 112px; }
.h-113 { height: 113px; }
.h-114 { height: 114px; }
.h-115 { height: 115px; }
.h-116 { height: 116px; }
.h-117 { height: 117px; }
.h-118 { height: 118px; }
.h-119 { height: 119px; }
.h-120 { height: 120px; }
.h-121 { height: 121px; }
.h-122 { height: 122px; }
.h-123 { height: 123px; }
.h-124 { height: 124px; }
.h-125 { height: 125px; }
.h-126 { height: 126px; }
.h-127 { height: 127px; }
.h-128 { height: 128px; }
.h-129 { height: 129px; }
.h-130 { height: 130px; }
.h-131 { height: 131px; }
.h-132 { height: 132px; }
.h-133 { height: 133px; }
.h-134 { height: 134px; }
.h-135 { height: 135px; }
.h-136 { height: 136px; }
.h-137 { height: 137px; }
.h-138 { height: 138px; }
.h-139 { height: 139px; }
.h-140 { height: 140px; }
.h-141 { height: 141px; }
.h-142 { height: 142px; }
.h-143 { height: 143px; }
.h-144 { height: 144px; }
.h-145 { height: 145px; }
.h-146 { height: 146px; }
.h-147 { height: 147px; }
.h-148 { height: 148px; }
.h-149 { height: 149px; }
.h-150 { height: 150px; }
.h-151 { height: 151px; }
.h-152 { height: 152px; }
.h-153 { height: 153px; }
.h-154 { height: 154px; }
.h-155 { height: 155px; }
.h-156 { height: 156px; }
.h-157 { height: 157px; }
.h-158 { height: 158px; }
.h-159 { height: 159px; }
.h-160 { height: 160px; }
.h-161 { height: 161px; }
.h-162 { height: 162px; }
.h-163 { height: 163px; }
.h-164 { height: 164px; }
.h-165 { height: 165px; }
.h-166 { height: 166px; }
.h-167 { height: 167px; }
.h-168 { height: 168px; }
.h-169 { height: 169px; }
.h-170 { height: 170px; }
.h-171 { height: 171px; }
.h-172 { height: 172px; }
.h-173 { height: 173px; }
.h-174 { height: 174px; }
.h-175 { height: 175px; }
.h-176 { height: 176px; }
.h-177 { height: 177px; }
.h-178 { height: 178px; }
.h-179 { height: 179px; }
.h-180 { height: 180px; }
.h-181 { height: 181px; }
.h-182 { height: 182px; }
.h-183 { height: 183px; }
.h-184 { height: 184px; }
.h-185 { height: 185px; }
.h-186 { height: 186px; }
.h-187 { height: 187px; }
.h-188 { height: 188px; }
.h-189 { height: 189px; }
.h-190 { height: 190px; }
.h-191 { height: 191px; }
.h-192 { height: 192px; }
.h-193 { height: 193px; }
.h-194 { height: 194px; }
.h-195 { height: 195px; }
.h-196 { height: 196px; }
.h-197 { height: 197px; }
.h-198 { height: 198px; }
.h-199 { height: 199px; }
.h-200 { height: 200px; }
.h-201 { height: 201px; }
.h-202 { height: 202px; }
.h-203 { height: 203px; }
.h-204 { height: 204px; }
.h-205 { height: 205px; }
.h-206 { height: 206px; }
.h-207 { height: 207px; }
.h-208 { height: 208px; }
.h-209 { height: 209px; }
.h-210 { height: 210px; }
.h-211 { height: 211px; }
.h-212 { height: 212px; }
.h-213 { height: 213px; }
.h-214 { height: 214px; }
.h-215 { height: 215px; }
.h-216 { height: 216px; }
.h-217 { height: 217px; }
.h-218 { height: 218px; }
.h-219 { height: 219px; }
.h-220 { height: 220px; }
.h-221 { height: 221px; }
.h-222 { height: 222px; }
.h-223 { height: 223px; }
.h-224 { height: 224px; }
.h-225 { height: 225px; }
.h-226 { height: 226px; }
.h-227 { height: 227px; }
.h-228 { height: 228px; }
.h-229 { height: 229px; }
.h-230 { height: 230px; }
.h-231 { height: 231px; }
.h-232 { height: 232px; }
.h-233 { height: 233px; }
.h-234 { height: 234px; }
.h-235 { height: 235px; }
.h-236 { height: 236px; }
.h-237 { height: 237px; }
.h-238 { height: 238px; }
.h-239 { height: 239px; }
.h-240 { height: 240px; }
.h-241 { height: 241px; }
.h-242 { height: 242px; }
.h-243 { height: 243px; }
.h-244 { height: 244px; }
.h-245 { height: 245px; }
.h-246 { height: 246px; }
.h-247 { height: 247px; }
.h-248 { height: 248px; }
.h-249 { height: 249px; }
.h-250 { height: 250px; }
.h-251 { height: 251px; }
.h-252 { height: 252px; }
.h-253 { height: 253px; }
.h-254 { height: 254px; }
.h-255 { height: 255px; }
.h-256 { height: 256px; }
.h-257 { height: 257px; }
.h-258 { height: 258px; }
.h-259 { height: 259px; }
.h-260 { height: 260px; }
.h-261 { height: 261px; }
.h-262 { height: 262px; }
.h-263 { height: 263px; }
.h-264 { height: 264px; }
.h-265 { height: 265px; }
.h-266 { height: 266px; }
.h-267 { height: 267px; }
.h-268 { height: 268px; }
.h-269 { height: 269px; }
.h-270 { height: 270px; }
.h-271 { height: 271px; }
.h-272 { height: 272px; }
.h-273 { height: 273px; }
.h-274 { height: 274px; }
.h-275 { height: 275px; }
.h-276 { height: 276px; }
.h-277 { height: 277px; }
.h-278 { height: 278px; }
.h-279 { height: 279px; }
.h-280 { height: 280px; }
.h-281 { height: 281px; }
.h-282 { height: 282px; }
.h-283 { height: 283px; }
.h-284 { height: 284px; }
.h-285 { height: 285px; }
.h-286 { height: 286px; }
.h-287 { height: 287px; }
.h-288 { height: 288px; }
.h-289 { height: 289px; }
.h-290 { height: 290px; }
.h-291 { height: 291px; }
.h-292 { height: 292px; }
.h-293 { height: 293px; }
.h-294 { height: 294px; }
.h-295 { height: 295px; }
.h-296 { height: 296px; }
.h-297 { height: 297px; }
.h-298 { height: 298px; }
.h-299 { height: 299px; }
.h-300 { height: 300px; }
.h-301 { height: 301px; }
.h-302 { height: 302px; }
.h-303 { height: 303px; }
.h-304 { height: 304px; }
.h-305 { height: 305px; }
.h-306 { height: 306px; }
.h-307 { height: 307px; }
.h-308 { height: 308px; }
.h-309 { height: 309px; }
.h-310 { height: 310px; }
.h-311 { height: 311px; }
.h-312 { height: 312px; }
.h-313 { height: 313px; }
.h-314 { height: 314px; }
.h-315 { height: 315px; }
.h-316 { height: 316px; }
.h-317 { height: 317px; }
.h-318 { height: 318px; }
.h-319 { height: 319px; }
.h-320 { height: 320px; }
.h-321 { height: 321px; }
.h-322 { height: 322px; }
.h-323 { height: 323px; }
.h-324 { height: 324px; }
.h-325 { height: 325px; }
.h-326 { height: 326px; }
.h-327 { height: 327px; }
.h-328 { height: 328px; }
.h-329 { height: 329px; }
.h-330 { height: 330px; }
.h-331 { height: 331px; }
.h-332 { height: 332px; }
.h-333 { height: 333px; }
.h-334 { height: 334px; }
.h-335 { height: 335px; }
.h-336 { height: 336px; }
.h-337 { height: 337px; }
.h-338 { height: 338px; }
.h-339 { height: 339px; }
.h-340 { height: 340px; }
.h-341 { height: 341px; }
.h-342 { height: 342px; }
.h-343 { height: 343px; }
.h-344 { height: 344px; }
.h-345 { height: 345px; }
.h-346 { height: 346px; }
.h-347 { height: 347px; }
.h-348 { height: 348px; }
.h-349 { height: 349px; }
.h-350 { height: 350px; }
.h-351 { height: 351px; }
.h-352 { height: 352px; }
.h-353 { height: 353px; }
.h-354 { height: 354px; }
.h-355 { height: 355px; }
.h-356 { height: 356px; }
.h-357 { height: 357px; }
.h-358 { height: 358px; }
.h-359 { height: 359px; }
.h-360 { height: 360px; }
.h-361 { height: 361px; }
.h-362 { height: 362px; }
.h-363 { height: 363px; }
.h-364 { height: 364px; }
.h-365 { height: 365px; }
.h-366 { height: 366px; }
.h-367 { height: 367px; }
.h-368 { height: 368px; }
.h-369 { height: 369px; }
.h-370 { height: 370px; }
.h-371 { height: 371px; }
.h-372 { height: 372px; }
.h-373 { height: 373px; }
.h-374 { height: 374px; }
.h-375 { height: 375px; }
.h-376 { height: 376px; }
.h-377 { height: 377px; }
.h-378 { height: 378px; }
.h-379 { height: 379px; }
.h-380 { height: 380px; }
.h-381 { height: 381px; }
.h-382 { height: 382px; }
.h-383 { height: 383px; }
.h-384 { height: 384px; }
.h-385 { height: 385px; }
.h-386 { height: 386px; }
.h-387 { height: 387px; }
.h-388 { height: 388px; }
.h-389 { height: 389px; }
.h-390 { height: 390px; }
.h-391 { height: 391px; }
.h-392 { height: 392px; }
.h-393 { height: 393px; }
.h-394 { height: 394px; }
.h-395 { height: 395px; }
.h-396 { height: 396px; }
.h-397 { height: 397px; }
.h-398 { height: 398px; }
.h-399 { height: 399px; }
.h-400 { height: 400px; }
.h-401 { height: 401px; }
.h-402 { height: 402px; }
.h-403 { height: 403px; }
.h-404 { height: 404px; }
.h-405 { height: 405px; }
.h-406 { height: 406px; }
.h-407 { height: 407px; }
.h-408 { height: 408px; }
.h-409 { height: 409px; }
.h-410 { height: 410px; }
.h-411 { height: 411px; }
.h-412 { height: 412px; }
.h-413 { height: 413px; }
.h-414 { height: 414px; }
.h-415 { height: 415px; }
.h-416 { height: 416px; }
.h-417 { height: 417px; }
.h-418 { height: 418px; }
.h-419 { height: 419px; }
.h-420 { height: 420px; }
.h-421 { height: 421px; }
.h-422 { height: 422px; }
.h-423 { height: 423px; }
.h-424 { height: 424px; }
.h-425 { height: 425px; }
.h-426 { height: 426px; }
.h-427 { height: 427px; }
.h-428 { height: 428px; }
.h-429 { height: 429px; }
.h-430 { height: 430px; }
.h-431 { height: 431px; }
.h-432 { height: 432px; }
.h-433 { height: 433px; }
.h-434 { height: 434px; }
.h-435 { height: 435px; }
.h-436 { height: 436px; }
.h-437 { height: 437px; }
.h-438 { height: 438px; }
.h-439 { height: 439px; }
.h-440 { height: 440px; }
.h-441 { height: 441px; }
.h-442 { height: 442px; }
.h-443 { height: 443px; }
.h-444 { height: 444px; }
.h-445 { height: 445px; }
.h-446 { height: 446px; }
.h-447 { height: 447px; }
.h-448 { height: 448px; }
.h-449 { height: 449px; }
.h-450 { height: 450px; }
.h-451 { height: 451px; }
.h-452 { height: 452px; }
.h-453 { height: 453px; }
.h-454 { height: 454px; }
.h-455 { height: 455px; }
.h-456 { height: 456px; }
.h-457 { height: 457px; }
.h-458 { height: 458px; }
.h-459 { height: 459px; }
.h-460 { height: 460px; }
.h-461 { height: 461px; }
.h-462 { height: 462px; }
.h-463 { height: 463px; }
.h-464 { height: 464px; }
.h-465 { height: 465px; }
.h-466 { height: 466px; }
.h-467 { height: 467px; }
.h-468 { height: 468px; }
.h-469 { height: 469px; }
.h-470 { height: 470px; }
.h-471 { height: 471px; }
.h-472 { height: 472px; }
.h-473 { height: 473px; }
.h-474 { height: 474px; }
.h-475 { height: 475px; }
.h-476 { height: 476px; }
.h-477 { height: 477px; }
.h-478 { height: 478px; }
.h-479 { height: 479px; }
.h-480 { height: 480px; }
.h-481 { height: 481px; }
.h-482 { height: 482px; }
.h-483 { height: 483px; }
.h-484 { height: 484px; }
.h-485 { height: 485px; }
.h-486 { height: 486px; }
.h-487 { height: 487px; }
.h-488 { height: 488px; }
.h-489 { height: 489px; }
.h-490 { height: 490px; }
.h-491 { height: 491px; }
.h-492 { height: 492px; }
.h-493 { height: 493px; }
.h-494 { height: 494px; }
.h-495 { height: 495px; }
.h-496 { height: 496px; }
.h-497 { height: 497px; }
.h-498 { height: 498px; }
.h-499 { height: 499px; }
.h-500 { height: 500px; }
.h-501 { height: 501px; }
.h-502 { height: 502px; }
.h-503 { height: 503px; }
.h-504 { height: 504px; }
.h-505 { height: 505px; }
.h-506 { height: 506px; }
.h-507 { height: 507px; }
.h-508 { height: 508px; }
.h-509 { height: 509px; }
.h-510 { height: 510px; }
.h-511 { height: 511px; }
.h-512 { height: 512px; }
.h-513 { height: 513px; }
.h-514 { height: 514px; }
.h-515 { height: 515px; }
.h-516 { height: 516px; }
.h-517 { height: 517px; }
.h-518 { height: 518px; }
.h-519 { height: 519px; }
.h-520 { height: 520px; }
.h-521 { height: 521px; }
.h-522 { height: 522px; }
.h-523 { height: 523px; }
.h-524 { height: 524px; }
.h-525 { height: 525px; }
.h-526 { height: 526px; }
.h-527 { height: 527px; }
.h-528 { height: 528px; }
.h-529 { height: 529px; }
.h-530 { height: 530px; }
.h-531 { height: 531px; }
.h-532 { height: 532px; }
.h-533 { height: 533px; }
.h-534 { height: 534px; }
.h-535 { height: 535px; }
.h-536 { height: 536px; }
.h-537 { height: 537px; }
.h-538 { height: 538px; }
.h-539 { height: 539px; }
.h-540 { height: 540px; }
.h-541 { height: 541px; }
.h-542 { height: 542px; }
.h-543 { height: 543px; }
.h-544 { height: 544px; }
.h-545 { height: 545px; }
.h-546 { height: 546px; }
.h-547 { height: 547px; }
.h-548 { height: 548px; }
.h-549 { height: 549px; }
.h-550 { height: 550px; }
.h-551 { height: 551px; }
.h-552 { height: 552px; }
.h-553 { height: 553px; }
.h-554 { height: 554px; }
.h-555 { height: 555px; }
.h-556 { height: 556px; }
.h-557 { height: 557px; }
.h-558 { height: 558px; }
.h-559 { height: 559px; }
.h-560 { height: 560px; }
.h-561 { height: 561px; }
.h-562 { height: 562px; }
.h-563 { height: 563px; }
.h-564 { height: 564px; }
.h-565 { height: 565px; }
.h-566 { height: 566px; }
.h-567 { height: 567px; }
.h-568 { height: 568px; }
.h-569 { height: 569px; }
.h-570 { height: 570px; }
.h-571 { height: 571px; }
.h-572 { height: 572px; }
.h-573 { height: 573px; }
.h-574 { height: 574px; }
.h-575 { height: 575px; }
.h-576 { height: 576px; }
.h-577 { height: 577px; }
.h-578 { height: 578px; }
.h-579 { height: 579px; }
.h-580 { height: 580px; }
.h-581 { height: 581px; }
.h-582 { height: 582px; }
.h-583 { height: 583px; }
.h-584 { height: 584px; }
.h-585 { height: 585px; }
.h-586 { height: 586px; }
.h-587 { height: 587px; }
.h-588 { height: 588px; }
.h-589 { height: 589px; }
.h-590 { height: 590px; }
.h-591 { height: 591px; }
.h-592 { height: 592px; }
.h-593 { height: 593px; }
.h-594 { height: 594px; }
.h-595 { height: 595px; }
.h-596 { height: 596px; }
.h-597 { height: 597px; }
.h-598 { height: 598px; }
.h-599 { height: 599px; }
.h-600 { height: 600px; }
.h-601 { height: 601px; }
.h-602 { height: 602px; }
.h-603 { height: 603px; }
.h-604 { height: 604px; }
.h-605 { height: 605px; }
.h-606 { height: 606px; }
.h-607 { height: 607px; }
.h-608 { height: 608px; }
.h-609 { height: 609px; }
.h-610 { height: 610px; }
.h-611 { height: 611px; }
.h-612 { height: 612px; }
.h-613 { height: 613px; }
.h-614 { height: 614px; }
.h-615 { height: 615px; }
.h-616 { height: 616px; }
.h-617 { height: 617px; }
.h-618 { height: 618px; }
.h-619 { height: 619px; }
.h-620 { height: 620px; }
.h-621 { height: 621px; }
.h-622 { height: 622px; }
.h-623 { height: 623px; }
.h-624 { height: 624px; }
.h-625 { height: 625px; }
.h-626 { height: 626px; }
.h-627 { height: 627px; }
.h-628 { height: 628px; }
.h-629 { height: 629px; }
.h-630 { height: 630px; }
.h-631 { height: 631px; }
.h-632 { height: 632px; }
.h-633 { height: 633px; }
.h-634 { height: 634px; }
.h-635 { height: 635px; }
.h-636 { height: 636px; }
.h-637 { height: 637px; }
.h-638 { height: 638px; }
.h-639 { height: 639px; }
.h-640 { height: 640px; }
.h-641 { height: 641px; }
.h-642 { height: 642px; }
.h-643 { height: 643px; }
.h-644 { height: 644px; }
.h-645 { height: 645px; }
.h-646 { height: 646px; }
.h-647 { height: 647px; }
.h-648 { height: 648px; }
.h-649 { height: 649px; }
.h-650 { height: 650px; }
.h-651 { height: 651px; }
.h-652 { height: 652px; }
.h-653 { height: 653px; }
.h-654 { height: 654px; }
.h-655 { height: 655px; }
.h-656 { height: 656px; }
.h-657 { height: 657px; }
.h-658 { height: 658px; }
.h-659 { height: 659px; }
.h-660 { height: 660px; }
.h-661 { height: 661px; }
.h-662 { height: 662px; }
.h-663 { height: 663px; }
.h-664 { height: 664px; }
.h-665 { height: 665px; }
.h-666 { height: 666px; }
.h-667 { height: 667px; }
.h-668 { height: 668px; }
.h-669 { height: 669px; }
.h-670 { height: 670px; }
.h-671 { height: 671px; }
.h-672 { height: 672px; }
.h-673 { height: 673px; }
.h-674 { height: 674px; }
.h-675 { height: 675px; }
.h-676 { height: 676px; }
.h-677 { height: 677px; }
.h-678 { height: 678px; }
.h-679 { height: 679px; }
.h-680 { height: 680px; }
.h-681 { height: 681px; }
.h-682 { height: 682px; }
.h-683 { height: 683px; }
.h-684 { height: 684px; }
.h-685 { height: 685px; }
.h-686 { height: 686px; }
.h-687 { height: 687px; }
.h-688 { height: 688px; }
.h-689 { height: 689px; }
.h-690 { height: 690px; }
.h-691 { height: 691px; }
.h-692 { height: 692px; }
.h-693 { height: 693px; }
.h-694 { height: 694px; }
.h-695 { height: 695px; }
.h-696 { height: 696px; }
.h-697 { height: 697px; }
.h-698 { height: 698px; }
.h-699 { height: 699px; }
.h-700 { height: 700px; }
.h-701 { height: 701px; }
.h-702 { height: 702px; }
.h-703 { height: 703px; }
.h-704 { height: 704px; }
.h-705 { height: 705px; }
.h-706 { height: 706px; }
.h-707 { height: 707px; }
.h-708 { height: 708px; }
.h-709 { height: 709px; }
.h-710 { height: 710px; }
.h-711 { height: 711px; }
.h-712 { height: 712px; }
.h-713 { height: 713px; }
.h-714 { height: 714px; }
.h-715 { height: 715px; }
.h-716 { height: 716px; }
.h-717 { height: 717px; }
.h-718 { height: 718px; }
.h-719 { height: 719px; }
.h-720 { height: 720px; }
.h-721 { height: 721px; }
.h-722 { height: 722px; }
.h-723 { height: 723px; }
.h-724 { height: 724px; }
.h-725 { height: 725px; }
.h-726 { height: 726px; }
.h-727 { height: 727px; }
.h-728 { height: 728px; }
.h-729 { height: 729px; }
.h-730 { height: 730px; }
.h-731 { height: 731px; }
.h-732 { height: 732px; }
.h-733 { height: 733px; }
.h-734 { height: 734px; }
.h-735 { height: 735px; }
.h-736 { height: 736px; }
.h-737 { height: 737px; }
.h-738 { height: 738px; }
.h-739 { height: 739px; }
.h-740 { height: 740px; }
.h-741 { height: 741px; }
.h-742 { height: 742px; }
.h-743 { height: 743px; }
.h-744 { height: 744px; }
.h-745 { height: 745px; }
.h-746 { height: 746px; }
.h-747 { height: 747px; }
.h-748 { height: 748px; }
.h-749 { height: 749px; }
.h-750 { height: 750px; }
.h-751 { height: 751px; }
.h-752 { height: 752px; }
.h-753 { height: 753px; }
.h-754 { height: 754px; }
.h-755 { height: 755px; }
.h-756 { height: 756px; }
.h-757 { height: 757px; }
.h-758 { height: 758px; }
.h-759 { height: 759px; }
.h-760 { height: 760px; }
.h-761 { height: 761px; }
.h-762 { height: 762px; }
.h-763 { height: 763px; }
.h-764 { height: 764px; }
.h-765 { height: 765px; }
.h-766 { height: 766px; }
.h-767 { height: 767px; }
.h-768 { height: 768px; }
.h-769 { height: 769px; }
.h-770 { height: 770px; }
.h-771 { height: 771px; }
.h-772 { height: 772px; }
.h-773 { height: 773px; }
.h-774 { height: 774px; }
.h-775 { height: 775px; }
.h-776 { height: 776px; }
.h-777 { height: 777px; }
.h-778 { height: 778px; }
.h-779 { height: 779px; }
.h-780 { height: 780px; }
.h-781 { height: 781px; }
.h-782 { height: 782px; }
.h-783 { height: 783px; }
.h-784 { height: 784px; }
.h-785 { height: 785px; }
.h-786 { height: 786px; }
.h-787 { height: 787px; }
.h-788 { height: 788px; }
.h-789 { height: 789px; }
.h-790 { height: 790px; }
.h-791 { height: 791px; }
.h-792 { height: 792px; }
.h-793 { height: 793px; }
.h-794 { height: 794px; }
.h-795 { height: 795px; }
.h-796 { height: 796px; }
.h-797 { height: 797px; }
.h-798 { height: 798px; }
.h-799 { height: 799px; }
.h-800 { height: 800px; }
.h-801 { height: 801px; }
.h-802 { height: 802px; }
.h-803 { height: 803px; }
.h-804 { height: 804px; }
.h-805 { height: 805px; }
.h-806 { height: 806px; }
.h-807 { height: 807px; }
.h-808 { height: 808px; }
.h-809 { height: 809px; }
.h-810 { height: 810px; }
.h-811 { height: 811px; }
.h-812 { height: 812px; }
.h-813 { height: 813px; }
.h-814 { height: 814px; }
.h-815 { height: 815px; }
.h-816 { height: 816px; }
.h-817 { height: 817px; }
.h-818 { height: 818px; }
.h-819 { height: 819px; }
.h-820 { height: 820px; }
.h-821 { height: 821px; }
.h-822 { height: 822px; }
.h-823 { height: 823px; }
.h-824 { height: 824px; }
.h-825 { height: 825px; }
.h-826 { height: 826px; }
.h-827 { height: 827px; }
.h-828 { height: 828px; }
.h-829 { height: 829px; }
.h-830 { height: 830px; }
.h-831 { height: 831px; }
.h-832 { height: 832px; }
.h-833 { height: 833px; }
.h-834 { height: 834px; }
.h-835 { height: 835px; }
.h-836 { height: 836px; }
.h-837 { height: 837px; }
.h-838 { height: 838px; }
.h-839 { height: 839px; }
.h-840 { height: 840px; }
.h-841 { height: 841px; }
.h-842 { height: 842px; }
.h-843 { height: 843px; }
.h-844 { height: 844px; }
.h-845 { height: 845px; }
.h-846 { height: 846px; }
.h-847 { height: 847px; }
.h-848 { height: 848px; }
.h-849 { height: 849px; }
.h-850 { height: 850px; }
.h-851 { height: 851px; }
.h-852 { height: 852px; }
.h-853 { height: 853px; }
.h-854 { height: 854px; }
.h-855 { height: 855px; }
.h-856 { height: 856px; }
.h-857 { height: 857px; }
.h-858 { height: 858px; }
.h-859 { height: 859px; }
.h-860 { height: 860px; }
.h-861 { height: 861px; }
.h-862 { height: 862px; }
.h-863 { height: 863px; }
.h-864 { height: 864px; }
.h-865 { height: 865px; }
.h-866 { height: 866px; }
.h-867 { height: 867px; }
.h-868 { height: 868px; }
.h-869 { height: 869px; }
.h-870 { height: 870px; }
.h-871 { height: 871px; }
.h-872 { height: 872px; }
.h-873 { height: 873px; }
.h-874 { height: 874px; }
.h-875 { height: 875px; }
.h-876 { height: 876px; }
.h-877 { height: 877px; }
.h-878 { height: 878px; }
.h-879 { height: 879px; }
.h-880 { height: 880px; }
.h-881 { height: 881px; }
.h-882 { height: 882px; }
.h-883 { height: 883px; }
.h-884 { height: 884px; }
.h-885 { height: 885px; }
.h-886 { height: 886px; }
.h-887 { height: 887px; }
.h-888 { height: 888px; }
.h-889 { height: 889px; }
.h-890 { height: 890px; }
.h-891 { height: 891px; }
.h-892 { height: 892px; }
.h-893 { height: 893px; }
.h-894 { height: 894px; }
.h-895 { height: 895px; }
.h-896 { height: 896px; }
.h-897 { height: 897px; }
.h-898 { height: 898px; }
.h-899 { height: 899px; }
.h-900 { height: 900px; }
.h-901 { height: 901px; }
.h-902 { height: 902px; }
.h-903 { height: 903px; }
.h-904 { height: 904px; }
.h-905 { height: 905px; }
.h-906 { height: 906px; }
.h-907 { height: 907px; }
.h-908 { height: 908px; }
.h-909 { height: 909px; }
.h-910 { height: 910px; }
.h-911 { height: 911px; }
.h-912 { height: 912px; }
.h-913 { height: 913px; }
.h-914 { height: 914px; }
.h-915 { height: 915px; }
.h-916 { height: 916px; }
.h-917 { height: 917px; }
.h-918 { height: 918px; }
.h-919 { height: 919px; }
.h-920 { height: 920px; }
.h-921 { height: 921px; }
.h-922 { height: 922px; }
.h-923 { height: 923px; }
.h-924 { height: 924px; }
.h-925 { height: 925px; }
.h-926 { height: 926px; }
.h-927 { height: 927px; }
.h-928 { height: 928px; }
.h-929 { height: 929px; }
.h-930 { height: 930px; }
.h-931 { height: 931px; }
.h-932 { height: 932px; }
.h-933 { height: 933px; }
.h-934 { height: 934px; }
.h-935 { height: 935px; }
.h-936 { height: 936px; }
.h-937 { height: 937px; }
.h-938 { height: 938px; }
.h-939 { height: 939px; }
.h-940 { height: 940px; }
.h-941 { height: 941px; }
.h-942 { height: 942px; }
.h-943 { height: 943px; }
.h-944 { height: 944px; }
.h-945 { height: 945px; }
.h-946 { height: 946px; }
.h-947 { height: 947px; }
.h-948 { height: 948px; }
.h-949 { height: 949px; }
.h-950 { height: 950px; }
.h-951 { height: 951px; }
.h-952 { height: 952px; }
.h-953 { height: 953px; }
.h-954 { height: 954px; }
.h-955 { height: 955px; }
.h-956 { height: 956px; }
.h-957 { height: 957px; }
.h-958 { height: 958px; }
.h-959 { height: 959px; }
.h-960 { height: 960px; }
.h-961 { height: 961px; }
.h-962 { height: 962px; }
.h-963 { height: 963px; }
.h-964 { height: 964px; }
.h-965 { height: 965px; }
.h-966 { height: 966px; }
.h-967 { height: 967px; }
.h-968 { height: 968px; }
.h-969 { height: 969px; }
.h-970 { height: 970px; }
.h-971 { height: 971px; }
.h-972 { height: 972px; }
.h-973 { height: 973px; }
.h-974 { height: 974px; }
.h-975 { height: 975px; }
.h-976 { height: 976px; }
.h-977 { height: 977px; }
.h-978 { height: 978px; }
.h-979 { height: 979px; }
.h-980 { height: 980px; }
.h-981 { height: 981px; }
.h-982 { height: 982px; }
.h-983 { height: 983px; }
.h-984 { height: 984px; }
.h-985 { height: 985px; }
.h-986 { height: 986px; }
.h-987 { height: 987px; }
.h-988 { height: 988px; }
.h-989 { height: 989px; }
.h-990 { height: 990px; }
.h-991 { height: 991px; }
.h-992 { height: 992px; }
.h-993 { height: 993px; }
.h-994 { height: 994px; }
.h-995 { height: 995px; }
.h-996 { height: 996px; }
.h-997 { height: 997px; }
.h-998 { height: 998px; }
.h-999 { height: 999px; }
.h-1000 { height: 1000px; }
.h-1001 { height: 1001px; }
.h-1002 { height: 1002px; }
.h-1003 { height: 1003px; }
.h-1004 { height: 1004px; }
.h-1005 { height: 1005px; }
.h-1006 { height: 1006px; }
.h-1007 { height: 1007px; }
.h-1008 { height: 1008px; }
.h-1009 { height: 1009px; }
.h-1010 { height: 1010px; }
.h-1011 { height: 1011px; }
.h-1012 { height: 1012px; }
.h-1013 { height: 1013px; }
.h-1014 { height: 1014px; }
.h-1015 { height: 1015px; }
.h-1016 { height: 1016px; }
.h-1017 { height: 1017px; }
.h-1018 { height: 1018px; }
.h-1019 { height: 1019px; }
.h-1020 { height: 1020px; }
.h-1021 { height: 1021px; }
.h-1022 { height: 1022px; }
.h-1023 { height: 1023px; }
.h-1024 { height: 1024px; }
.h-1025 { height: 1025px; }
.h-1026 { height: 1026px; }
.h-1027 { height: 1027px; }
.h-1028 { height: 1028px; }
.h-1029 { height: 1029px; }
.h-1030 { height: 1030px; }
.h-1031 { height: 1031px; }
.h-1032 { height: 1032px; }
.h-1033 { height: 1033px; }
.h-1034 { height: 1034px; }
.h-1035 { height: 1035px; }
.h-1036 { height: 1036px; }
.h-1037 { height: 1037px; }
.h-1038 { height: 1038px; }
.h-1039 { height: 1039px; }
.h-1040 { height: 1040px; }
.h-1041 { height: 1041px; }
.h-1042 { height: 1042px; }
.h-1043 { height: 1043px; }
.h-1044 { height: 1044px; }
.h-1045 { height: 1045px; }
.h-1046 { height: 1046px; }
.h-1047 { height: 1047px; }
.h-1048 { height: 1048px; }
.h-1049 { height: 1049px; }
.h-1050 { height: 1050px; }
.h-1051 { height: 1051px; }
.h-1052 { height: 1052px; }
.h-1053 { height: 1053px; }
.h-1054 { height: 1054px; }
.h-1055 { height: 1055px; }
.h-1056 { height: 1056px; }
.h-1057 { height: 1057px; }
.h-1058 { height: 1058px; }
.h-1059 { height: 1059px; }
.h-1060 { height: 1060px; }
.h-1061 { height: 1061px; }
.h-1062 { height: 1062px; }
.h-1063 { height: 1063px; }
.h-1064 { height: 1064px; }
.h-1065 { height: 1065px; }
.h-1066 { height: 1066px; }
.h-1067 { height: 1067px; }
.h-1068 { height: 1068px; }
.h-1069 { height: 1069px; }
.h-1070 { height: 1070px; }
.h-1071 { height: 1071px; }
.h-1072 { height: 1072px; }
.h-1073 { height: 1073px; }
.h-1074 { height: 1074px; }
.h-1075 { height: 1075px; }
.h-1076 { height: 1076px; }
.h-1077 { height: 1077px; }
.h-1078 { height: 1078px; }
.h-1079 { height: 1079px; }
.h-1080 { height: 1080px; }
.h-1081 { height: 1081px; }
.h-1082 { height: 1082px; }
.h-1083 { height: 1083px; }
.h-1084 { height: 1084px; }
.h-1085 { height: 1085px; }
.h-1086 { height: 1086px; }
.h-1087 { height: 1087px; }
.h-1088 { height: 1088px; }
.h-1089 { height: 1089px; }
.h-1090 { height: 1090px; }
.h-1091 { height: 1091px; }
.h-1092 { height: 1092px; }
.h-1093 { height: 1093px; }
.h-1094 { height: 1094px; }
.h-1095 { height: 1095px; }
.h-1096 { height: 1096px; }
.h-1097 { height: 1097px; }
.h-1098 { height: 1098px; }
.h-1099 { height: 1099px; }
.h-1100 { height: 1100px; }
.h-1101 { height: 1101px; }
.h-1102 { height: 1102px; }
.h-1103 { height: 1103px; }
.h-1104 { height: 1104px; }
.h-1105 { height: 1105px; }
.h-1106 { height: 1106px; }
.h-1107 { height: 1107px; }
.h-1108 { height: 1108px; }
.h-1109 { height: 1109px; }
.h-1110 { height: 1110px; }
.h-1111 { height: 1111px; }
.h-1112 { height: 1112px; }
.h-1113 { height: 1113px; }
.h-1114 { height: 1114px; }
.h-1115 { height: 1115px; }
.h-1116 { height: 1116px; }
.h-1117 { height: 1117px; }
.h-1118 { height: 1118px; }
.h-1119 { height: 1119px; }
.h-1120 { height: 1120px; }
.h-1121 { height: 1121px; }
.h-1122 { height: 1122px; }
.h-1123 { height: 1123px; }
.h-1124 { height: 1124px; }
.h-1125 { height: 1125px; }
.h-1126 { height: 1126px; }
.h-1127 { height: 1127px; }
.h-1128 { height: 1128px; }
.h-1129 { height: 1129px; }
.h-1130 { height: 1130px; }
.h-1131 { height: 1131px; }
.h-1132 { height: 1132px; }
.h-1133 { height: 1133px; }
.h-1134 { height: 1134px; }
.h-1135 { height: 1135px; }
.h-1136 { height: 1136px; }
.h-1137 { height: 1137px; }
.h-1138 { height: 1138px; }
.h-1139 { height: 1139px; }
.h-1140 { height: 1140px; }
.h-1141 { height: 1141px; }
.h-1142 { height: 1142px; }
.h-1143 { height: 1143px; }
.h-1144 { height: 1144px; }
.h-1145 { height: 1145px; }
.h-1146 { height: 1146px; }
.h-1147 { height: 1147px; }
.h-1148 { height: 1148px; }
.h-1149 { height: 1149px; }
.h-1150 { height: 1150px; }
.h-1151 { height: 1151px; }
.h-1152 { height: 1152px; }
.h-1153 { height: 1153px; }
.h-1154 { height: 1154px; }
.h-1155 { height: 1155px; }
.h-1156 { height: 1156px; }
.h-1157 { height: 1157px; }
.h-1158 { height: 1158px; }
.h-1159 { height: 1159px; }
.h-1160 { height: 1160px; }
.h-1161 { height: 1161px; }
.h-1162 { height: 1162px; }
.h-1163 { height: 1163px; }
.h-1164 { height: 1164px; }
.h-1165 { height: 1165px; }
.h-1166 { height: 1166px; }
.h-1167 { height: 1167px; }
.h-1168 { height: 1168px; }
.h-1169 { height: 1169px; }
.h-1170 { height: 1170px; }
.h-1171 { height: 1171px; }
.h-1172 { height: 1172px; }
.h-1173 { height: 1173px; }
.h-1174 { height: 1174px; }
.h-1175 { height: 1175px; }
.h-1176 { height: 1176px; }
.h-1177 { height: 1177px; }
.h-1178 { height: 1178px; }
.h-1179 { height: 1179px; }
.h-1180 { height: 1180px; }
.h-1181 { height: 1181px; }
.h-1182 { height: 1182px; }
.h-1183 { height: 1183px; }
.h-1184 { height: 1184px; }
.h-1185 { height: 1185px; }
.h-1186 { height: 1186px; }
.h-1187 { height: 1187px; }
.h-1188 { height: 1188px; }
.h-1189 { height: 1189px; }
.h-1190 { height: 1190px; }
.h-1191 { height: 1191px; }
.h-1192 { height: 1192px; }
.h-1193 { height: 1193px; }
.h-1194 { height: 1194px; }
.h-1195 { height: 1195px; }
.h-1196 { height: 1196px; }
.h-1197 { height: 1197px; }
.h-1198 { height: 1198px; }
.h-1199 { height: 1199px; }
.h-1200 { height: 1200px; }
/* Height Percentage */
.hp-1 { height: 1%; }
.hp-2 { height: 2%; }
.hp-3 { height: 3%; }
.hp-4 { height: 4%; }
.hp-5 { height: 5%; }
.hp-6 { height: 6%; }
.hp-7 { height: 7%; }
.hp-8 { height: 8%; }
.hp-9 { height: 9%; }
.hp-10 { height: 10%; }
.hp-11 { height: 11%; }
.hp-12 { height: 12%; }
.hp-13 { height: 13%; }
.hp-14 { height: 14%; }
.hp-15 { height: 15%; }
.hp-16 { height: 16%; }
.hp-17 { height: 17%; }
.hp-18 { height: 18%; }
.hp-19 { height: 19%; }
.hp-20 { height: 20%; }
.hp-21 { height: 21%; }
.hp-22 { height: 22%; }
.hp-23 { height: 23%; }
.hp-24 { height: 24%; }
.hp-25 { height: 25%; }
.hp-26 { height: 26%; }
.hp-27 { height: 27%; }
.hp-28 { height: 28%; }
.hp-29 { height: 29%; }
.hp-30 { height: 30%; }
.hp-31 { height: 31%; }
.hp-32 { height: 32%; }
.hp-33 { height: 33%; }
.hp-34 { height: 34%; }
.hp-35 { height: 35%; }
.hp-36 { height: 36%; }
.hp-37 { height: 37%; }
.hp-38 { height: 38%; }
.hp-39 { height: 39%; }
.hp-40 { height: 40%; }
.hp-41 { height: 41%; }
.hp-42 { height: 42%; }
.hp-43 { height: 43%; }
.hp-44 { height: 44%; }
.hp-45 { height: 45%; }
.hp-46 { height: 46%; }
.hp-47 { height: 47%; }
.hp-48 { height: 48%; }
.hp-49 { height: 49%; }
.hp-50 { height: 50%; }
.hp-51 { height: 51%; }
.hp-52 { height: 52%; }
.hp-53 { height: 53%; }
.hp-54 { height: 54%; }
.hp-55 { height: 55%; }
.hp-56 { height: 56%; }
.hp-57 { height: 57%; }
.hp-58 { height: 58%; }
.hp-59 { height: 59%; }
.hp-60 { height: 60%; }
.hp-61 { height: 61%; }
.hp-62 { height: 62%; }
.hp-63 { height: 63%; }
.hp-64 { height: 64%; }
.hp-65 { height: 65%; }
.hp-66 { height: 66%; }
.hp-67 { height: 67%; }
.hp-68 { height: 68%; }
.hp-69 { height: 69%; }
.hp-70 { height: 70%; }
.hp-71 { height: 71%; }
.hp-72 { height: 72%; }
.hp-73 { height: 73%; }
.hp-74 { height: 74%; }
.hp-75 { height: 75%; }
.hp-76 { height: 76%; }
.hp-77 { height: 77%; }
.hp-78 { height: 78%; }
.hp-79 { height: 79%; }
.hp-80 { height: 80%; }
.hp-81 { height: 81%; }
.hp-82 { height: 82%; }
.hp-83 { height: 83%; }
.hp-84 { height: 84%; }
.hp-85 { height: 85%; }
.hp-86 { height: 86%; }
.hp-87 { height: 87%; }
.hp-88 { height: 88%; }
.hp-89 { height: 89%; }
.hp-90 { height: 90%; }
.hp-91 { height: 91%; }
.hp-92 { height: 92%; }
.hp-93 { height: 93%; }
.hp-94 { height: 94%; }
.hp-95 { height: 95%; }
.hp-96 { height: 96%; }
.hp-97 { height: 97%; }
.hp-98 { height: 98%; }
.hp-99 { height: 99%; }
.hp-100 { height: 100%; }
/* Height Auto */
.h-auto { height: auto; }
/* Height Initial */
.h-initial { height: initial; }
/* Height Inherit */
.h-inherit { height: inherit; }
/* Height Unset */
.h-unset { height: unset; }
/* Height Revert */
.h-revert { height: revert; }
/* Height Revert Layer */
.h-revert-layer { height: revert-layer; }

/* Positioning */
.relative{
    position: relative;
}

.absolute{
    position:absolute;
}

.fixed{
    position: fixed;
}
.top-1{
    top: 1px;
}
.top-2{
    top: 2px;
}
.top-3{
    top: 3px;
}
.top-4{
    top: 4px;
}
.top-5{
    top: 5px;
}
.top-6{
    top: 6px;
}
.top-7{
    top: 7px;
}
.top-8{
    top: 8px;
}
.top-9{
    top: 9px;
}
.top-10{
    top: 10px;
}
.top-11{
    top: 11px;
}
.top-12{
    top: 12px;
}
.top-13{
    top: 13px;
}
.top-14{
    top: 14px;
}
.top-15{
    top: 15px;
}
.top-16{
    top: 16px;
}
.top-17{
    top: 17px;
}
.top-18{
    top: 18px;
}
.top-19{
    top: 19px;
}
.top-20{
    top: 20px;
}
.top-21{
    top: 21px;
}
.top-22{
    top: 22px;
}
.top-23{
    top: 23px;
}
.top-24{
    top: 24px;
}
.top-25{
    top: 25px;
}
.top-26{
    top: 26px;
}
.top-27{
    top: 27px;
}
.top-28{
    top: 28px;
}
.top-29{
    top: 29px;
}
.top-30{
    top: 30px;
}
.top-31{
    top: 31px;
}
.top-32{
    top: 32px;
}
.top-33{
    top: 33px;
}
.top-34{
    top: 34px;
}
.top-35{
    top: 35px;
}
.top-36{
    top: 36px;
}
.top-37{
    top: 37px;
}
.top-38{
    top: 38px;
}
.top-39{
    top: 39px;
}
.top-40{
    top: 40px;
}
.top-41{
    top: 41px;
}
.top-42{
    top: 42px;
}
.top-43{
    top: 43px;
}
.top-44{
    top: 44px;
}
.top-45{
    top: 45px;
}
.top-46{
    top: 46px;
}
.top-47{
    top: 47px;
}
.top-48{
    top: 48px;
}
.top-49{
    top: 49px;
}
.top-50{
    top: 50px;
}
.top-51{
    top: 51px;
}
.top-52{
    top: 52px;
}
.top-53{
    top: 53px;
}
.top-54{
    top: 54px;
}
.top-55{
    top: 55px;
}
.top-56{
    top: 56px;
}
.top-57{
    top: 57px;
}
.top-58{
    top: 58px;
}
.top-59{
    top: 59px;
}
.top-60{
    top: 60px;
}
.top-61{
    top: 61px;
}
.top-62{
    top: 62px;
}
.top-63{
    top: 63px;
}
.top-64{
    top: 64px;
}
.top-65{
    top: 65px;
}
.top-66{
    top: 66px;
}
.top-67{
    top: 67px;
}
.top-68{
    top: 68px;
}
.top-69{
    top: 69px;
}
.top-70{
    top: 70px;
}
.top-71{
    top: 71px;
}
.top-72{
    top: 72px;
}
.top-73{
    top: 73px;
}
.top-74{
    top: 74px;
}
.top-75{
    top: 75px;
}
.top-76{
    top: 76px;
}
.top-77{
    top: 77px;
}
.top-78{
    top: 78px;
}
.top-79{
    top: 79px;
}
.top-80{
    top: 80px;
}
.top-81{
    top: 81px;
}
.top-82{
    top: 82px;
}
.top-83{
    top: 83px;
}
.top-84{
    top: 84px;
}
.top-85{
    top: 85px;
}
.top-86{
    top: 86px;
}
.top-87{
    top: 87px;
}
.top-88{
    top: 88px;
}
.top-89{
    top: 89px;
}
.top-90{
    top: 90px;
}
.top-91{
    top: 91px;
}
.top-92{
    top: 92px;
}
.top-93{
    top: 93px;
}
.top-94{
    top: 94px;
}
.top-95{
    top: 95px;
}
.top-96{
    top: 96px;
}
.top-97{
    top: 97px;
}
.top-98{
    top: 98px;
}
.top-99{
    top: 99px;
}
.top-100{
    top: 100px;
}
.top-101{
    top: 101px;
}
.top-102{
    top: 102px;
}
.top-103{
    top: 103px;
}
.top-104{
    top: 104px;
}
.top-105{
    top: 105px;
}
.top-106{
    top: 106px;
}
.top-107{
    top: 107px;
}
.top-108{
    top: 108px;
}
.top-109{
    top: 109px;
}
.top-110{
    top: 110px;
}
.top-111{
    top: 111px;
}
.top-112{
    top: 112px;
}
.top-113{
    top: 113px;
}
.top-114{
    top: 114px;
}
.top-115{
    top: 115px;
}
.top-116{
    top: 116px;
}
.top-117{
    top: 117px;
}
.top-118{
    top: 118px;
}
.top-119{
    top: 119px;
}
.top-120{
    top: 120px;
}
.top-121{
    top: 121px;
}
.top-122{
    top: 122px;
}
.top-123{
    top: 123px;
}
.top-124{
    top: 124px;
}
.top-125{
    top: 125px;
}
.top-126{
    top: 126px;
}
.top-127{
    top: 127px;
}
.top-128{
    top: 128px;
}
.top-129{
    top: 129px;
}
.top-130{
    top: 130px;
}
.top-131{
    top: 131px;
}
.top-132{
    top: 132px;
}
.top-133{
    top: 133px;
}
.top-134{
    top: 134px;
}
.top-135{
    top: 135px;
}
.top-136{
    top: 136px;
}
.top-137{
    top: 137px;
}
.top-138{
    top: 138px;
}
.top-139{
    top: 139px;
}
.top-140{
    top: 140px;
}
.top-141{
    top: 141px;
}
.top-142{
    top: 142px;
}
.top-143{
    top: 143px;
}
.top-144{
    top: 144px;
}
.top-145{
    top: 145px;
}
.top-146{
    top: 146px;
}
.top-147{
    top: 147px;
}
.top-148{
    top: 148px;
}
.top-149{
    top: 149px;
}
.top-150{
    top: 150px;
}
.top-151{
    top: 151px;
}
.top-152{
    top: 152px;
}
.top-153{
    top: 153px;
}
.top-154{
    top: 154px;
}
.top-155{
    top: 155px;
}
.top-156{
    top: 156px;
}
.top-157{
    top: 157px;
}
.top-158{
    top: 158px;
}
.top-159{
    top: 159px;
}
.top-160{
    top: 160px;
}
.top-161{
    top: 161px;
}
.top-162{
    top: 162px;
}
.top-163{
    top: 163px;
}
.top-164{
    top: 164px;
}
.top-165{
    top: 165px;
}
.top-166{
    top: 166px;
}
.top-167{
    top: 167px;
}
.top-168{
    top: 168px;
}
.top-169{
    top: 169px;
}
.top-170{
    top: 170px;
}
.top-171{
    top: 171px;
}
.top-172{
    top: 172px;
}
.top-173{
    top: 173px;
}
.top-174{
    top: 174px;
}
.top-175{
    top: 175px;
}
.top-176{
    top: 176px;
}
.top-177{
    top: 177px;
}
.top-178{
    top: 178px;
}
.top-179{
    top: 179px;
}
.top-180{
    top: 180px;
}
.top-181{
    top: 181px;
}
.top-182{
    top: 182px;
}
.top-183{
    top: 183px;
}
.top-184{
    top: 184px;
}
.top-185{
    top: 185px;
}
.top-186{
    top: 186px;
}
.top-187{
    top: 187px;
}
.top-188{
    top: 188px;
}
.top-189{
    top: 189px;
}
.top-190{
    top: 190px;
}
.top-191{
    top: 191px;
}
.top-192{
    top: 192px;
}
.top-193{
    top: 193px;
}
.top-194{
    top: 194px;
}
.top-195{
    top: 195px;
}
.top-196{
    top: 196px;
}
.top-197{
    top: 197px;
}
.top-198{
    top: 198px;
}
.top-199{
    top: 199px;
}
.top-200{
    top: 200px;
}
.top-201{
    top: 201px;
}
.top-202{
    top: 202px;
}
.top-203{
    top: 203px;
}
.top-204{
    top: 204px;
}
.top-205{
    top: 205px;
}
.top-206{
    top: 206px;
}
.top-207{
    top: 207px;
}
.top-208{
    top: 208px;
}
.top-209{
    top: 209px;
}
.top-210{
    top: 210px;
}
.top-211{
    top: 211px;
}
.top-212{
    top: 212px;
}
.top-213{
    top: 213px;
}
.top-214{
    top: 214px;
}
.top-215{
    top: 215px;
}
.top-216{
    top: 216px;
}
.top-217{
    top: 217px;
}
.top-218{
    top: 218px;
}
.top-219{
    top: 219px;
}
.top-220{
    top: 220px;
}
.top-221{
    top: 221px;
}
.top-222{
    top: 222px;
}
.top-223{
    top: 223px;
}
.top-224{
    top: 224px;
}
.top-225{
    top: 225px;
}
.top-226{
    top: 226px;
}
.top-227{
    top: 227px;
}
.top-228{
    top: 228px;
}
.top-229{
    top: 229px;
}
.top-230{
    top: 230px;
}
.top-231{
    top: 231px;
}
.top-232{
    top: 232px;
}
.top-233{
    top: 233px;
}
.top-234{
    top: 234px;
}
.top-235{
    top: 235px;
}
.top-236{
    top: 236px;
}
.top-237{
    top: 237px;
}
.top-238{
    top: 238px;
}
.top-239{
    top: 239px;
}
.top-240{
    top: 240px;
}
.top-241{
    top: 241px;
}
.top-242{
    top: 242px;
}
.top-243{
    top: 243px;
}
.top-244{
    top: 244px;
}
.top-245{
    top: 245px;
}
.top-246{
    top: 246px;
}
.top-247{
    top: 247px;
}
.top-248{
    top: 248px;
}
.top-249{
    top: 249px;
}
.top-250{
    top: 250px;
}
.top-251{
    top: 251px;
}
.top-252{
    top: 252px;
}
.top-253{
    top: 253px;
}
.top-254{
    top: 254px;
}
.top-255{
    top: 255px;
}
.top-256{
    top: 256px;
}
.top-257{
    top: 257px;
}
.top-258{
    top: 258px;
}
.top-259{
    top: 259px;
}
.top-260{
    top: 260px;
}
.top-261{
    top: 261px;
}
.top-262{
    top: 262px;
}
.top-263{
    top: 263px;
}
.top-264{
    top: 264px;
}
.top-265{
    top: 265px;
}
.top-266{
    top: 266px;
}
.top-267{
    top: 267px;
}
.top-268{
    top: 268px;
}
.top-269{
    top: 269px;
}
.top-270{
    top: 270px;
}
.top-271{
    top: 271px;
}
.top-272{
    top: 272px;
}
.top-273{
    top: 273px;
}
.top-274{
    top: 274px;
}
.top-275{
    top: 275px;
}
.top-276{
    top: 276px;
}
.top-277{
    top: 277px;
}
.top-278{
    top: 278px;
}
.top-279{
    top: 279px;
}
.top-280{
    top: 280px;
}
.top-281{
    top: 281px;
}
.top-282{
    top: 282px;
}
.top-283{
    top: 283px;
}
.top-284{
    top: 284px;
}
.top-285{
    top: 285px;
}
.top-286{
    top: 286px;
}
.top-287{
    top: 287px;
}
.top-288{
    top: 288px;
}
.top-289{
    top: 289px;
}
.top-290{
    top: 290px;
}
.top-291{
    top: 291px;
}
.top-292{
    top: 292px;
}
.top-293{
    top: 293px;
}
.top-294{
    top: 294px;
}
.top-295{
    top: 295px;
}
.top-296{
    top: 296px;
}
.top-297{
    top: 297px;
}
.top-298{
    top: 298px;
}
.top-299{
    top: 299px;
}
.top-300{
    top: 300px;
}
.top-301{
    top: 301px;
}
.top-302{
    top: 302px;
}
.top-303{
    top: 303px;
}
.top-304{
    top: 304px;
}
.top-305{
    top: 305px;
}
.top-306{
    top: 306px;
}
.top-307{
    top: 307px;
}
.top-308{
    top: 308px;
}
.top-309{
    top: 309px;
}
.top-310{
    top: 310px;
}
.top-311{
    top: 311px;
}
.top-312{
    top: 312px;
}
.top-313{
    top: 313px;
}
.top-314{
    top: 314px;
}
.top-315{
    top: 315px;
}
.top-316{
    top: 316px;
}
.top-317{
    top: 317px;
}
.top-318{
    top: 318px;
}
.top-319{
    top: 319px;
}
.top-320{
    top: 320px;
}
.top-321{
    top: 321px;
}
.top-322{
    top: 322px;
}
.top-323{
    top: 323px;
}
.top-324{
    top: 324px;
}
.top-325{
    top: 325px;
}
.top-326{
    top: 326px;
}
.top-327{
    top: 327px;
}
.top-328{
    top: 328px;
}
.top-329{
    top: 329px;
}
.top-330{
    top: 330px;
}
.top-331{
    top: 331px;
}
.top-332{
    top: 332px;
}
.top-333{
    top: 333px;
}
.top-334{
    top: 334px;
}
.top-335{
    top: 335px;
}
.top-336{
    top: 336px;
}
.top-337{
    top: 337px;
}
.top-338{
    top: 338px;
}
.top-339{
    top: 339px;
}
.top-340{
    top: 340px;
}
.top-341{
    top: 341px;
}
.top-342{
    top: 342px;
}
.top-343{
    top: 343px;
}
.top-344{
    top: 344px;
}
.top-345{
    top: 345px;
}
.top-346{
    top: 346px;
}
.top-347{
    top: 347px;
}
.top-348{
    top: 348px;
}
.top-349{
    top: 349px;
}
.top-350{
    top: 350px;
}
.top-351{
    top: 351px;
}
.top-352{
    top: 352px;
}
.top-353{
    top: 353px;
}
.top-354{
    top: 354px;
}
.top-355{
    top: 355px;
}
.top-356{
    top: 356px;
}
.top-357{
    top: 357px;
}
.top-358{
    top: 358px;
}
.top-359{
    top: 359px;
}
.top-360{
    top: 360px;
}
.top-361{
    top: 361px;
}
.top-362{
    top: 362px;
}
.top-363{
    top: 363px;
}
.top-364{
    top: 364px;
}
.top-365{
    top: 365px;
}
.top-366{
    top: 366px;
}
.top-367{
    top: 367px;
}
.top-368{
    top: 368px;
}
.top-369{
    top: 369px;
}
.top-370{
    top: 370px;
}
.top-371{
    top: 371px;
}
.top-372{
    top: 372px;
}
.top-373{
    top: 373px;
}
.top-374{
    top: 374px;
}
.top-375{
    top: 375px;
}
.top-376{
    top: 376px;
}
.top-377{
    top: 377px;
}
.top-378{
    top: 378px;
}
.top-379{
    top: 379px;
}
.top-380{
    top: 380px;
}
.top-381{
    top: 381px;
}
.top-382{
    top: 382px;
}
.top-383{
    top: 383px;
}
.top-384{
    top: 384px;
}
.top-385{
    top: 385px;
}
.top-386{
    top: 386px;
}
.top-387{
    top: 387px;
}
.top-388{
    top: 388px;
}
.top-389{
    top: 389px;
}
.top-390{
    top: 390px;
}
.top-391{
    top: 391px;
}
.top-392{
    top: 392px;
}
.top-393{
    top: 393px;
}
.top-394{
    top: 394px;
}
.top-395{
    top: 395px;
}
.top-396{
    top: 396px;
}
.top-397{
    top: 397px;
}
.top-398{
    top: 398px;
}
.top-399{
    top: 399px;
}
.top-400{
    top: 400px;
}
.top-401{
    top: 401px;
}
.top-402{
    top: 402px;
}
.top-403{
    top: 403px;
}
.top-404{
    top: 404px;
}
.top-405{
    top: 405px;
}
.top-406{
    top: 406px;
}
.top-407{
    top: 407px;
}
.top-408{
    top: 408px;
}
.top-409{
    top: 409px;
}
.top-410{
    top: 410px;
}
.top-411{
    top: 411px;
}
.top-412{
    top: 412px;
}
.top-413{
    top: 413px;
}
.top-414{
    top: 414px;
}
.top-415{
    top: 415px;
}
.top-416{
    top: 416px;
}
.top-417{
    top: 417px;
}
.top-418{
    top: 418px;
}
.top-419{
    top: 419px;
}
.top-420{
    top: 420px;
}
.top-421{
    top: 421px;
}
.top-422{
    top: 422px;
}
.top-423{
    top: 423px;
}
.top-424{
    top: 424px;
}
.top-425{
    top: 425px;
}
.top-426{
    top: 426px;
}
.top-427{
    top: 427px;
}
.top-428{
    top: 428px;
}
.top-429{
    top: 429px;
}
.top-430{
    top: 430px;
}
.top-431{
    top: 431px;
}
.top-432{
    top: 432px;
}
.top-433{
    top: 433px;
}
.top-434{
    top: 434px;
}
.top-435{
    top: 435px;
}
.top-436{
    top: 436px;
}
.top-437{
    top: 437px;
}
.top-438{
    top: 438px;
}
.top-439{
    top: 439px;
}
.top-440{
    top: 440px;
}
.top-441{
    top: 441px;
}
.top-442{
    top: 442px;
}
.top-443{
    top: 443px;
}
.top-444{
    top: 444px;
}
.top-445{
    top: 445px;
}
.top-446{
    top: 446px;
}
.top-447{
    top: 447px;
}
.top-448{
    top: 448px;
}
.top-449{
    top: 449px;
}
.top-450{
    top: 450px;
}
.top-451{
    top: 451px;
}
.top-452{
    top: 452px;
}
.top-453{
    top: 453px;
}
.top-454{
    top: 454px;
}
.top-455{
    top: 455px;
}
.top-456{
    top: 456px;
}
.top-457{
    top: 457px;
}
.top-458{
    top: 458px;
}
.top-459{
    top: 459px;
}
.top-460{
    top: 460px;
}
.top-461{
    top: 461px;
}
.top-462{
    top: 462px;
}
.top-463{
    top: 463px;
}
.top-464{
    top: 464px;
}
.top-465{
    top: 465px;
}
.top-466{
    top: 466px;
}
.top-467{
    top: 467px;
}
.top-468{
    top: 468px;
}
.top-469{
    top: 469px;
}
.top-470{
    top: 470px;
}
.top-471{
    top: 471px;
}
.top-472{
    top: 472px;
}
.top-473{
    top: 473px;
}
.top-474{
    top: 474px;
}
.top-475{
    top: 475px;
}
.top-476{
    top: 476px;
}
.top-477{
    top: 477px;
}
.top-478{
    top: 478px;
}
.top-479{
    top: 479px;
}
.top-480{
    top: 480px;
}
.top-481{
    top: 481px;
}
.top-482{
    top: 482px;
}
.top-483{
    top: 483px;
}
.top-484{
    top: 484px;
}
.top-485{
    top: 485px;
}
.top-486{
    top: 486px;
}
.top-487{
    top: 487px;
}
.top-488{
    top: 488px;
}
.top-489{
    top: 489px;
}
.top-490{
    top: 490px;
}
.top-491{
    top: 491px;
}
.top-492{
    top: 492px;
}
.top-493{
    top: 493px;
}
.top-494{
    top: 494px;
}
.top-495{
    top: 495px;
}
.top-496{
    top: 496px;
}
.top-497{
    top: 497px;
}
.top-498{
    top: 498px;
}
.top-499{
    top: 499px;
}
.top-500{
    top: 500px;
}


.left-1{
    left: 1px;
}
.left-2{
    left: 2px;
}
.left-3{
    left: 3px;
}
.left-4{
    left: 4px;
}
.left-5{
    left: 5px;
}
.left-6{
    left: 6px;
}
.left-7{
    left: 7px;
}
.left-8{
    left: 8px;
}
.left-9{
    left: 9px;
}
.left-10{
    left: 10px;
}
.left-11{
    left: 11px;
}
.left-12{
    left: 12px;
}
.left-13{
    left: 13px;
}
.left-14{
    left: 14px;
}
.left-15{
    left: 15px;
}
.left-16{
    left: 16px;
}
.left-17{
    left: 17px;
}
.left-18{
    left: 18px;
}
.left-19{
    left: 19px;
}
.left-20{
    left: 20px;
}
.left-21{
    left: 21px;
}
.left-22{
    left: 22px;
}
.left-23{
    left: 23px;
}
.left-24{
    left: 24px;
}
.left-25{
    left: 25px;
}
.left-26{
    left: 26px;
}
.left-27{
    left: 27px;
}
.left-28{
    left: 28px;
}
.left-29{
    left: 29px;
}
.left-30{
    left: 30px;
}
.left-31{
    left: 31px;
}
.left-32{
    left: 32px;
}
.left-33{
    left: 33px;
}
.left-34{
    left: 34px;
}
.left-35{
    left: 35px;
}
.left-36{
    left: 36px;
}
.left-37{
    left: 37px;
}
.left-38{
    left: 38px;
}
.left-39{
    left: 39px;
}
.left-40{
    left: 40px;
}
.left-41{
    left: 41px;
}
.left-42{
    left: 42px;
}
.left-43{
    left: 43px;
}
.left-44{
    left: 44px;
}
.left-45{
    left: 45px;
}
.left-46{
    left: 46px;
}
.left-47{
    left: 47px;
}
.left-48{
    left: 48px;
}
.left-49{
    left: 49px;
}
.left-50{
    left: 50px;
}
.left-51{
    left: 51px;
}
.left-52{
    left: 52px;
}
.left-53{
    left: 53px;
}
.left-54{
    left: 54px;
}
.left-55{
    left: 55px;
}
.left-56{
    left: 56px;
}
.left-57{
    left: 57px;
}
.left-58{
    left: 58px;
}
.left-59{
    left: 59px;
}
.left-60{
    left: 60px;
}
.left-61{
    left: 61px;
}
.left-62{
    left: 62px;
}
.left-63{
    left: 63px;
}
.left-64{
    left: 64px;
}
.left-65{
    left: 65px;
}
.left-66{
    left: 66px;
}
.left-67{
    left: 67px;
}
.left-68{
    left: 68px;
}
.left-69{
    left: 69px;
}
.left-70{
    left: 70px;
}
.left-71{
    left: 71px;
}
.left-72{
    left: 72px;
}
.left-73{
    left: 73px;
}
.left-74{
    left: 74px;
}
.left-75{
    left: 75px;
}
.left-76{
    left: 76px;
}
.left-77{
    left: 77px;
}
.left-78{
    left: 78px;
}
.left-79{
    left: 79px;
}
.left-80{
    left: 80px;
}
.left-81{
    left: 81px;
}
.left-82{
    left: 82px;
}
.left-83{
    left: 83px;
}
.left-84{
    left: 84px;
}
.left-85{
    left: 85px;
}
.left-86{
    left: 86px;
}
.left-87{
    left: 87px;
}
.left-88{
    left: 88px;
}
.left-89{
    left: 89px;
}
.left-90{
    left: 90px;
}
.left-91{
    left: 91px;
}
.left-92{
    left: 92px;
}
.left-93{
    left: 93px;
}
.left-94{
    left: 94px;
}
.left-95{
    left: 95px;
}
.left-96{
    left: 96px;
}
.left-97{
    left: 97px;
}
.left-98{
    left: 98px;
}
.left-99{
    left: 99px;
}
.left-100{
    left: 100px;
}
.left-101{
    left: 101px;
}
.left-102{
    left: 102px;
}
.left-103{
    left: 103px;
}
.left-104{
    left: 104px;
}
.left-105{
    left: 105px;
}
.left-106{
    left: 106px;
}
.left-107{
    left: 107px;
}
.left-108{
    left: 108px;
}
.left-109{
    left: 109px;
}
.left-110{
    left: 110px;
}
.left-111{
    left: 111px;
}
.left-112{
    left: 112px;
}
.left-113{
    left: 113px;
}
.left-114{
    left: 114px;
}
.left-115{
    left: 115px;
}
.left-116{
    left: 116px;
}
.left-117{
    left: 117px;
}
.left-118{
    left: 118px;
}
.left-119{
    left: 119px;
}
.left-120{
    left: 120px;
}
.left-121{
    left: 121px;
}
.left-122{
    left: 122px;
}
.left-123{
    left: 123px;
}
.left-124{
    left: 124px;
}
.left-125{
    left: 125px;
}
.left-126{
    left: 126px;
}
.left-127{
    left: 127px;
}
.left-128{
    left: 128px;
}
.left-129{
    left: 129px;
}
.left-130{
    left: 130px;
}
.left-131{
    left: 131px;
}
.left-132{
    left: 132px;
}
.left-133{
    left: 133px;
}
.left-134{
    left: 134px;
}
.left-135{
    left: 135px;
}
.left-136{
    left: 136px;
}
.left-137{
    left: 137px;
}
.left-138{
    left: 138px;
}
.left-139{
    left: 139px;
}
.left-140{
    left: 140px;
}
.left-141{
    left: 141px;
}
.left-142{
    left: 142px;
}
.left-143{
    left: 143px;
}
.left-144{
    left: 144px;
}
.left-145{
    left: 145px;
}
.left-146{
    left: 146px;
}
.left-147{
    left: 147px;
}
.left-148{
    left: 148px;
}
.left-149{
    left: 149px;
}
.left-150{
    left: 150px;
}
.left-151{
    left: 151px;
}
.left-152{
    left: 152px;
}
.left-153{
    left: 153px;
}
.left-154{
    left: 154px;
}
.left-155{
    left: 155px;
}
.left-156{
    left: 156px;
}
.left-157{
    left: 157px;
}
.left-158{
    left: 158px;
}
.left-159{
    left: 159px;
}
.left-160{
    left: 160px;
}
.left-161{
    left: 161px;
}
.left-162{
    left: 162px;
}
.left-163{
    left: 163px;
}
.left-164{
    left: 164px;
}
.left-165{
    left: 165px;
}
.left-166{
    left: 166px;
}
.left-167{
    left: 167px;
}
.left-168{
    left: 168px;
}
.left-169{
    left: 169px;
}
.left-170{
    left: 170px;
}
.left-171{
    left: 171px;
}
.left-172{
    left: 172px;
}
.left-173{
    left: 173px;
}
.left-174{
    left: 174px;
}
.left-175{
    left: 175px;
}
.left-176{
    left: 176px;
}
.left-177{
    left: 177px;
}
.left-178{
    left: 178px;
}
.left-179{
    left: 179px;
}
.left-180{
    left: 180px;
}
.left-181{
    left: 181px;
}
.left-182{
    left: 182px;
}
.left-183{
    left: 183px;
}
.left-184{
    left: 184px;
}
.left-185{
    left: 185px;
}
.left-186{
    left: 186px;
}
.left-187{
    left: 187px;
}
.left-188{
    left: 188px;
}
.left-189{
    left: 189px;
}
.left-190{
    left: 190px;
}
.left-191{
    left: 191px;
}
.left-192{
    left: 192px;
}
.left-193{
    left: 193px;
}
.left-194{
    left: 194px;
}
.left-195{
    left: 195px;
}
.left-196{
    left: 196px;
}
.left-197{
    left: 197px;
}
.left-198{
    left: 198px;
}
.left-199{
    left: 199px;
}
.left-200{
    left: 200px;
}
.left-201{
    left: 201px;
}
.left-202{
    left: 202px;
}
.left-203{
    left: 203px;
}
.left-204{
    left: 204px;
}
.left-205{
    left: 205px;
}
.left-206{
    left: 206px;
}
.left-207{
    left: 207px;
}
.left-208{
    left: 208px;
}
.left-209{
    left: 209px;
}
.left-210{
    left: 210px;
}
.left-211{
    left: 211px;
}
.left-212{
    left: 212px;
}
.left-213{
    left: 213px;
}
.left-214{
    left: 214px;
}
.left-215{
    left: 215px;
}
.left-216{
    left: 216px;
}
.left-217{
    left: 217px;
}
.left-218{
    left: 218px;
}
.left-219{
    left: 219px;
}
.left-220{
    left: 220px;
}
.left-221{
    left: 221px;
}
.left-222{
    left: 222px;
}
.left-223{
    left: 223px;
}
.left-224{
    left: 224px;
}
.left-225{
    left: 225px;
}
.left-226{
    left: 226px;
}
.left-227{
    left: 227px;
}
.left-228{
    left: 228px;
}
.left-229{
    left: 229px;
}
.left-230{
    left: 230px;
}
.left-231{
    left: 231px;
}
.left-232{
    left: 232px;
}
.left-233{
    left: 233px;
}
.left-234{
    left: 234px;
}
.left-235{
    left: 235px;
}
.left-236{
    left: 236px;
}
.left-237{
    left: 237px;
}
.left-238{
    left: 238px;
}
.left-239{
    left: 239px;
}
.left-240{
    left: 240px;
}
.left-241{
    left: 241px;
}
.left-242{
    left: 242px;
}
.left-243{
    left: 243px;
}
.left-244{
    left: 244px;
}
.left-245{
    left: 245px;
}
.left-246{
    left: 246px;
}
.left-247{
    left: 247px;
}
.left-248{
    left: 248px;
}
.left-249{
    left: 249px;
}
.left-250{
    left: 250px;
}
.left-251{
    left: 251px;
}
.left-252{
    left: 252px;
}
.left-253{
    left: 253px;
}
.left-254{
    left: 254px;
}
.left-255{
    left: 255px;
}
.left-256{
    left: 256px;
}
.left-257{
    left: 257px;
}
.left-258{
    left: 258px;
}
.left-259{
    left: 259px;
}
.left-260{
    left: 260px;
}
.left-261{
    left: 261px;
}
.left-262{
    left: 262px;
}
.left-263{
    left: 263px;
}
.left-264{
    left: 264px;
}
.left-265{
    left: 265px;
}
.left-266{
    left: 266px;
}
.left-267{
    left: 267px;
}
.left-268{
    left: 268px;
}
.left-269{
    left: 269px;
}
.left-270{
    left: 270px;
}
.left-271{
    left: 271px;
}
.left-272{
    left: 272px;
}
.left-273{
    left: 273px;
}
.left-274{
    left: 274px;
}
.left-275{
    left: 275px;
}
.left-276{
    left: 276px;
}
.left-277{
    left: 277px;
}
.left-278{
    left: 278px;
}
.left-279{
    left: 279px;
}
.left-280{
    left: 280px;
}
.left-281{
    left: 281px;
}
.left-282{
    left: 282px;
}
.left-283{
    left: 283px;
}
.left-284{
    left: 284px;
}
.left-285{
    left: 285px;
}
.left-286{
    left: 286px;
}
.left-287{
    left: 287px;
}
.left-288{
    left: 288px;
}
.left-289{
    left: 289px;
}
.left-290{
    left: 290px;
}
.left-291{
    left: 291px;
}
.left-292{
    left: 292px;
}
.left-293{
    left: 293px;
}
.left-294{
    left: 294px;
}
.left-295{
    left: 295px;
}
.left-296{
    left: 296px;
}
.left-297{
    left: 297px;
}
.left-298{
    left: 298px;
}
.left-299{
    left: 299px;
}
.left-300{
    left: 300px;
}
.left-301{
    left: 301px;
}
.left-302{
    left: 302px;
}
.left-303{
    left: 303px;
}
.left-304{
    left: 304px;
}
.left-305{
    left: 305px;
}
.left-306{
    left: 306px;
}
.left-307{
    left: 307px;
}
.left-308{
    left: 308px;
}
.left-309{
    left: 309px;
}
.left-310{
    left: 310px;
}
.left-311{
    left: 311px;
}
.left-312{
    left: 312px;
}
.left-313{
    left: 313px;
}
.left-314{
    left: 314px;
}
.left-315{
    left: 315px;
}
.left-316{
    left: 316px;
}
.left-317{
    left: 317px;
}
.left-318{
    left: 318px;
}
.left-319{
    left: 319px;
}
.left-320{
    left: 320px;
}
.left-321{
    left: 321px;
}
.left-322{
    left: 322px;
}
.left-323{
    left: 323px;
}
.left-324{
    left: 324px;
}
.left-325{
    left: 325px;
}
.left-326{
    left: 326px;
}
.left-327{
    left: 327px;
}
.left-328{
    left: 328px;
}
.left-329{
    left: 329px;
}
.left-330{
    left: 330px;
}
.left-331{
    left: 331px;
}
.left-332{
    left: 332px;
}
.left-333{
    left: 333px;
}
.left-334{
    left: 334px;
}
.left-335{
    left: 335px;
}
.left-336{
    left: 336px;
}
.left-337{
    left: 337px;
}
.left-338{
    left: 338px;
}
.left-339{
    left: 339px;
}
.left-340{
    left: 340px;
}
.left-341{
    left: 341px;
}
.left-342{
    left: 342px;
}
.left-343{
    left: 343px;
}
.left-344{
    left: 344px;
}
.left-345{
    left: 345px;
}
.left-346{
    left: 346px;
}
.left-347{
    left: 347px;
}
.left-348{
    left: 348px;
}
.left-349{
    left: 349px;
}
.left-350{
    left: 350px;
}
.left-351{
    left: 351px;
}
.left-352{
    left: 352px;
}
.left-353{
    left: 353px;
}
.left-354{
    left: 354px;
}
.left-355{
    left: 355px;
}
.left-356{
    left: 356px;
}
.left-357{
    left: 357px;
}
.left-358{
    left: 358px;
}
.left-359{
    left: 359px;
}
.left-360{
    left: 360px;
}
.left-361{
    left: 361px;
}
.left-362{
    left: 362px;
}
.left-363{
    left: 363px;
}
.left-364{
    left: 364px;
}
.left-365{
    left: 365px;
}
.left-366{
    left: 366px;
}
.left-367{
    left: 367px;
}
.left-368{
    left: 368px;
}
.left-369{
    left: 369px;
}
.left-370{
    left: 370px;
}
.left-371{
    left: 371px;
}
.left-372{
    left: 372px;
}
.left-373{
    left: 373px;
}
.left-374{
    left: 374px;
}
.left-375{
    left: 375px;
}
.left-376{
    left: 376px;
}
.left-377{
    left: 377px;
}
.left-378{
    left: 378px;
}
.left-379{
    left: 379px;
}
.left-380{
    left: 380px;
}
.left-381{
    left: 381px;
}
.left-382{
    left: 382px;
}
.left-383{
    left: 383px;
}
.left-384{
    left: 384px;
}
.left-385{
    left: 385px;
}
.left-386{
    left: 386px;
}
.left-387{
    left: 387px;
}
.left-388{
    left: 388px;
}
.left-389{
    left: 389px;
}
.left-390{
    left: 390px;
}
.left-391{
    left: 391px;
}
.left-392{
    left: 392px;
}
.left-393{
    left: 393px;
}
.left-394{
    left: 394px;
}
.left-395{
    left: 395px;
}
.left-396{
    left: 396px;
}
.left-397{
    left: 397px;
}
.left-398{
    left: 398px;
}
.left-399{
    left: 399px;
}
.left-400{
    left: 400px;
}
.left-401{
    left: 401px;
}
.left-402{
    left: 402px;
}
.left-403{
    left: 403px;
}
.left-404{
    left: 404px;
}
.left-405{
    left: 405px;
}
.left-406{
    left: 406px;
}
.left-407{
    left: 407px;
}
.left-408{
    left: 408px;
}
.left-409{
    left: 409px;
}
.left-410{
    left: 410px;
}
.left-411{
    left: 411px;
}
.left-412{
    left: 412px;
}
.left-413{
    left: 413px;
}
.left-414{
    left: 414px;
}
.left-415{
    left: 415px;
}
.left-416{
    left: 416px;
}
.left-417{
    left: 417px;
}
.left-418{
    left: 418px;
}
.left-419{
    left: 419px;
}
.left-420{
    left: 420px;
}
.left-421{
    left: 421px;
}
.left-422{
    left: 422px;
}
.left-423{
    left: 423px;
}
.left-424{
    left: 424px;
}
.left-425{
    left: 425px;
}
.left-426{
    left: 426px;
}
.left-427{
    left: 427px;
}
.left-428{
    left: 428px;
}
.left-429{
    left: 429px;
}
.left-430{
    left: 430px;
}
.left-431{
    left: 431px;
}
.left-432{
    left: 432px;
}
.left-433{
    left: 433px;
}
.left-434{
    left: 434px;
}
.left-435{
    left: 435px;
}
.left-436{
    left: 436px;
}
.left-437{
    left: 437px;
}
.left-438{
    left: 438px;
}
.left-439{
    left: 439px;
}
.left-440{
    left: 440px;
}
.left-441{
    left: 441px;
}
.left-442{
    left: 442px;
}
.left-443{
    left: 443px;
}
.left-444{
    left: 444px;
}
.left-445{
    left: 445px;
}
.left-446{
    left: 446px;
}
.left-447{
    left: 447px;
}
.left-448{
    left: 448px;
}
.left-449{
    left: 449px;
}
.left-450{
    left: 450px;
}
.left-451{
    left: 451px;
}
.left-452{
    left: 452px;
}
.left-453{
    left: 453px;
}
.left-454{
    left: 454px;
}
.left-455{
    left: 455px;
}
.left-456{
    left: 456px;
}
.left-457{
    left: 457px;
}
.left-458{
    left: 458px;
}
.left-459{
    left: 459px;
}
.left-460{
    left: 460px;
}
.left-461{
    left: 461px;
}
.left-462{
    left: 462px;
}
.left-463{
    left: 463px;
}
.left-464{
    left: 464px;
}
.left-465{
    left: 465px;
}
.left-466{
    left: 466px;
}
.left-467{
    left: 467px;
}
.left-468{
    left: 468px;
}
.left-469{
    left: 469px;
}
.left-470{
    left: 470px;
}
.left-471{
    left: 471px;
}
.left-472{
    left: 472px;
}
.left-473{
    left: 473px;
}
.left-474{
    left: 474px;
}
.left-475{
    left: 475px;
}
.left-476{
    left: 476px;
}
.left-477{
    left: 477px;
}
.left-478{
    left: 478px;
}
.left-479{
    left: 479px;
}
.left-480{
    left: 480px;
}
.left-481{
    left: 481px;
}
.left-482{
    left: 482px;
}
.left-483{
    left: 483px;
}
.left-484{
    left: 484px;
}
.left-485{
    left: 485px;
}
.left-486{
    left: 486px;
}
.left-487{
    left: 487px;
}
.left-488{
    left: 488px;
}
.left-489{
    left: 489px;
}
.left-490{
    left: 490px;
}
.left-491{
    left: 491px;
}
.left-492{
    left: 492px;
}
.left-493{
    left: 493px;
}
.left-494{
    left: 494px;
}
.left-495{
    left: 495px;
}
.left-496{
    left: 496px;
}
.left-497{
    left: 497px;
}
.left-498{
    left: 498px;
}
.left-499{
    left: 499px;
}
.left-500{
    left: 500px;
}

.zi-1{
    z-index: 1;
}

.zi-1{
    z-index: 1;
}
.zi-2{
    z-index: 2;
}
.zi-3{
    z-index: 3;
}
.zi-4{
    z-index: 4;
}
.zi-5{
    z-index: 5;
}
.zi-6{
    z-index: 6;
}
.zi-7{
    z-index: 7;
}
.zi-8{
    z-index: 8;
}
.zi-9{
    z-index: 9;
}
.zi-10{
    z-index: 10;
}

/* Fontface */

@font-face {
    font-family: 'f001';
    src: url('fonts/f001.ttf');
}

.f001 {
    font-family: 'f001';
}

@font-face {
    font-family: 'f002';
    src: url('fonts/f002.ttf');
}

.f002 {
    font-family: 'f002';
}

@font-face {
    font-family: 'f003';
    src: url('fonts/f003.ttf');
}

.f003 {
    font-family: 'f003';
}

@font-face {
    font-family: 'f004';
    src: url('fonts/f004.ttf');
}

.f004 {
    font-family: 'f004';
}

@font-face {
    font-family: 'f005';
    src: url('fonts/f005.ttf');
}

.f005 {
    font-family: 'f005';
}

@font-face {
    font-family: 'f006';
    src: url('fonts/f006.ttf');
}

.f006 {
    font-family: 'f006';
}

@font-face {
    font-family: 'f007';
    src: url('fonts/f007.ttf');
}

.f007 {
    font-family: 'f007';
}

@font-face {
    font-family: 'f008';
    src: url('fonts/f008.ttf');
}

.f008 {
    font-family: 'f008';
}

@font-face {
    font-family: 'f009';
    src: url('fonts/f009.ttf');
}

.f009 {
    font-family: 'f009';
}

@font-face {
    font-family: 'f010';
    src: url('fonts/f010.ttf');
}

.f010 {
    font-family: 'f010';
}

@font-face {
    font-family: 'f011';
    src: url('fonts/f011.ttf');
}

.f011 {
    font-family: 'f011';
}

@font-face {
    font-family: 'f012';
    src: url('fonts/f012.ttf');
}

.f012 {
    font-family: 'f012';
}

@font-face {
    font-family: 'f013';
    src: url('fonts/f013.ttf');
}

.f013 {
    font-family: 'f013';
}

@font-face {
    font-family: 'f014';
    src: url('fonts/f014.ttf');
}

.f014 {
    font-family: 'f014';
}

@font-face {
    font-family: 'f015';
    src: url('fonts/f015.ttf');
}

.f015 {
    font-family: 'f015';
}

@font-face {
    font-family: 'f016';
    src: url('fonts/f016.ttf');
}

.f016 {
    font-family: 'f016';
}

@font-face {
    font-family: 'f017';
    src: url('fonts/f017.ttf');
}

.f017 {
    font-family: 'f017';
}

@font-face {
    font-family: 'f018';
    src: url('fonts/f018.ttf');
}

.f018 {
    font-family: 'f018';
}

@font-face {
    font-family: 'f019';
    src: url('fonts/f019.ttf');
}

.f019 {
    font-family: 'f019';
}

@font-face {
    font-family: 'f020';
    src: url('fonts/f020.ttf');
}

.f020 {
    font-family: 'f020';
}

@font-face {
    font-family: 'f021';
    src: url('fonts/f021.ttf');
}

.f021 {
    font-family: 'f021';
}

@font-face {
    font-family: 'f022';
    src: url('fonts/f022.ttf');
}

.f022 {
    font-family: 'f022';
}

@font-face {
    font-family: 'f023';
    src: url('fonts/f023.ttf');
}

.f023 {
    font-family: 'f023';
}

@font-face {
    font-family: 'f024';
    src: url('fonts/f024.ttf');
}

.f024 {
    font-family: 'f024';
}

@font-face {
    font-family: 'f025';
    src: url('fonts/f025.ttf');
}

.f025 {
    font-family: 'f025';
}

@font-face {
    font-family: 'f026';
    src: url('fonts/f026.ttf');
}

.f026 {
    font-family: 'f026';
}

@font-face {
    font-family: 'f027';
    src: url('fonts/f027.ttf');
}

.f027 {
    font-family: 'f027';
}

@font-face {
    font-family: 'f028';
    src: url('fonts/f028.ttf');
}

.f028 {
    font-family: 'f028';
}

@font-face {
    font-family: 'f029';
    src: url('fonts/f029.ttf');
}

.f029 {
    font-family: 'f029';
}

@font-face {
    font-family: 'f030';
    src: url('fonts/f030.ttf');
}

.f030 {
    font-family: 'f030';
}

@font-face {
    font-family: 'f031';
    src: url('fonts/f031.ttf');
}

.f031 {
    font-family: 'f031';
}

@font-face {
    font-family: 'f032';
    src: url('fonts/f032.ttf');
}

.f032 {
    font-family: 'f032';
}

@font-face {
    font-family: 'f033';
    src: url('fonts/f033.ttf');
}

.f033 {
    font-family: 'f033';
}

@font-face {
    font-family: 'f034';
    src: url('fonts/f034.ttf');
}

.f034 {
    font-family: 'f034';
}

@font-face {
    font-family: 'f035';
    src: url('fonts/f035.ttf');
}

.f035 {
    font-family: 'f035';
}

@font-face {
    font-family: 'f036';
    src: url('fonts/f036.ttf');
}

.f036 {
    font-family: 'f036';
}

@font-face {
    font-family: 'f037';
    src: url('fonts/f037.ttf');
}

.f037 {
    font-family: 'f037';
}

@font-face {
    font-family: 'f038';
    src: url('fonts/f038.ttf');
}

.f038 {
    font-family: 'f038';
}

@font-face {
    font-family: 'f039';
    src: url('fonts/f039.ttf');
}

.f039 {
    font-family: 'f039';
}

@font-face {
    font-family: 'f040';
    src: url('fonts/f040.ttf');
}

.f040 {
    font-family: 'f040';
}

@font-face {
    font-family: 'f041';
    src: url('fonts/f041.ttf');
}

.f041 {
    font-family: 'f041';
}

@font-face {
    font-family: 'f042';
    src: url('fonts/f042.ttf');
}

.f042 {
    font-family: 'f042';
}

@font-face {
    font-family: 'f043';
    src: url('fonts/f043.ttf');
}

.f043 {
    font-family: 'f043';
}

@font-face {
    font-family: 'f044';
    src: url('fonts/f044.ttf');
}

.f044 {
    font-family: 'f044';
}

@font-face {
    font-family: 'f045';
    src: url('fonts/f045.ttf');
}

.f045 {
    font-family: 'f045';
}

@font-face {
    font-family: 'f046';
    src: url('fonts/f046.ttf');
}

.f046 {
    font-family: 'f046';
}

@font-face {
    font-family: 'f047';
    src: url('fonts/f047.ttf');
}

.f047 {
    font-family: 'f047';
}

@font-face {
    font-family: 'f048';
    src: url('fonts/f048.ttf');
}

.f048 {
    font-family: 'f048';
}

@font-face {
    font-family: 'f049';
    src: url('fonts/f049.ttf');
}

.f049 {
    font-family: 'f049';
}

@font-face {
    font-family: 'f050';
    src: url('fonts/f050.ttf');
}

.f050 {
    font-family: 'f050';
}

@font-face {
    font-family: 'f051';
    src: url('fonts/f051.ttf');
}

.f051 {
    font-family: 'f051';
}

@font-face {
    font-family: 'f052';
    src: url('fonts/f052.ttf');
}

.f052 {
    font-family: 'f052';
}

@font-face {
    font-family: 'f053';
    src: url('fonts/f053.ttf');
}

.f053 {
    font-family: 'f053';
}

@font-face {
    font-family: 'f054';
    src: url('fonts/f054.ttf');
}

.f054 {
    font-family: 'f054';
}

@font-face {
    font-family: 'f055';
    src: url('fonts/f055.ttf');
}

.f055 {
    font-family: 'f055';
}

@font-face {
    font-family: 'f056';
    src: url('fonts/f056.ttf');
}

.f056 {
    font-family: 'f056';
}

@font-face {
    font-family: 'f057';
    src: url('fonts/f057.ttf');
}

.f057 {
    font-family: 'f057';
}

@font-face {
    font-family: 'f058';
    src: url('fonts/f058.ttf');
}

.f058 {
    font-family: 'f058';
}

@font-face {
    font-family: 'f059';
    src: url('fonts/f059.ttf');
}

.f059 {
    font-family: 'f059';
}

@font-face {
    font-family: 'f060';
    src: url('fonts/f060.ttf');
}

.f060 {
    font-family: 'f060';
}

@font-face {
    font-family: 'f061';
    src: url('fonts/f061.ttf');
}

.f061 {
    font-family: 'f061';
}

@font-face {
    font-family: 'f062';
    src: url('fonts/f062.ttf');
}

.f062 {
    font-family: 'f062';
}

@font-face {
    font-family: 'f063';
    src: url('fonts/f063.ttf');
}

.f063 {
    font-family: 'f063';
}

@font-face {
    font-family: 'f064';
    src: url('fonts/f064.ttf');
}

.f064 {
    font-family: 'f064';
}

@font-face {
    font-family: 'f065';
    src: url('fonts/f065.ttf');
}

.f065 {
    font-family: 'f065';
}

@font-face {
    font-family: 'f066';
    src: url('fonts/f066.ttf');
}

.f066 {
    font-family: 'f066';
}

@font-face {
    font-family: 'f067';
    src: url('fonts/f067.ttf');
}

.f067 {
    font-family: 'f067';
}

@font-face {
    font-family: 'f068';
    src: url('fonts/f068.ttf');
}

.f068 {
    font-family: 'f068';
}

@font-face {
    font-family: 'f069';
    src: url('fonts/f069.ttf');
}

.f069 {
    font-family: 'f069';
}

@font-face {
    font-family: 'f070';
    src: url('fonts/f070.ttf');
}

.f070 {
    font-family: 'f070';
}

@font-face {
    font-family: 'f071';
    src: url('fonts/f071.ttf');
}

.f071 {
    font-family: 'f071';
}

@font-face {
    font-family: 'f072';
    src: url('fonts/f072.ttf');
}

.f072 {
    font-family: 'f072';
}

@font-face {
    font-family: 'f073';
    src: url('fonts/f073.ttf');
}

.f073 {
    font-family: 'f073';
}

@font-face {
    font-family: 'f074';
    src: url('fonts/f074.ttf');
}

.f074 {
    font-family: 'f074';
}

@font-face {
    font-family: 'f075';
    src: url('fonts/f075.ttf');
}

.f075 {
    font-family: 'f075';
}

@font-face {
    font-family: 'f076';
    src: url('fonts/f076.ttf');
}

.f076 {
    font-family: 'f076';
}

@font-face {
    font-family: 'f077';
    src: url('fonts/f077.ttf');
}

.f077 {
    font-family: 'f077';
}

@font-face {
    font-family: 'f078';
    src: url('fonts/f078.ttf');
}

.f078 {
    font-family: 'f078';
}

@font-face {
    font-family: 'f079';
    src: url('fonts/f079.ttf');
}

.f079 {
    font-family: 'f079';
}

@font-face {
    font-family: 'f080';
    src: url('fonts/f080.ttf');
}

.f080 {
    font-family: 'f080';
}

@font-face {
    font-family: 'f081';
    src: url('fonts/f081.ttf');
}

.f081 {
    font-family: 'f081';
}

@font-face {
    font-family: 'f082';
    src: url('fonts/f082.ttf');
}

.f082 {
    font-family: 'f082';
}

@font-face {
    font-family: 'f083';
    src: url('fonts/f083.ttf');
}

.f083 {
    font-family: 'f083';
}

@font-face {
    font-family: 'f084';
    src: url('fonts/f084.ttf');
}

.f084 {
    font-family: 'f084';
}

@font-face {
    font-family: 'f085';
    src: url('fonts/f085.ttf');
}

.f085 {
    font-family: 'f085';
}

@font-face {
    font-family: 'f086';
    src: url('fonts/f086.ttf');
}

.f086 {
    font-family: 'f086';
}

@font-face {
    font-family: 'f087';
    src: url('fonts/f087.ttf');
}

.f087 {
    font-family: 'f087';
}

@font-face {
    font-family: 'f088';
    src: url('fonts/f088.ttf');
}

.f088 {
    font-family: 'f088';
}

@font-face {
    font-family: 'f089';
    src: url('fonts/f089.ttf');
}

.f089 {
    font-family: 'f089';
}

@font-face {
    font-family: 'f090';
    src: url('fonts/f090.ttf');
}

.f090 {
    font-family: 'f090';
}

@font-face {
    font-family: 'f091';
    src: url('fonts/f091.ttf');
}

.f091 {
    font-family: 'f091';
}

@font-face {
    font-family: 'f092';
    src: url('fonts/f092.ttf');
}

.f092 {
    font-family: 'f092';
}

@font-face {
    font-family: 'f093';
    src: url('fonts/f093.ttf');
}

.f093 {
    font-family: 'f093';
}

@font-face {
    font-family: 'f094';
    src: url('fonts/f094.ttf');
}

.f094 {
    font-family: 'f094';
}

@font-face {
    font-family: 'f095';
    src: url('fonts/f095.ttf');
}

.f095 {
    font-family: 'f095';
}

@font-face {
    font-family: 'f096';
    src: url('fonts/f096.ttf');
}

.f096 {
    font-family: 'f096';
}

@font-face {
    font-family: 'f097';
    src: url('fonts/f097.ttf');
}

.f097 {
    font-family: 'f097';
}

@font-face {
    font-family: 'f098';
    src: url('fonts/f098.ttf');
}

.f098 {
    font-family: 'f098';
}

@font-face {
    font-family: 'f099';
    src: url('fonts/f099.ttf');
}

.f099 {
    font-family: 'f099';
}

@font-face {
    font-family: 'f100';
    src: url('fonts/f100.ttf');
}

.f100 {
    font-family: 'f100';
}

@font-face {
    font-family: 'f101';
    src: url('fonts/f101.ttf');
}

.f101 {
    font-family: 'f101';
}

@font-face {
    font-family: 'f102';
    src: url('fonts/f102.ttf');
}

.f102 {
    font-family: 'f102';
}

@font-face {
    font-family: 'f103';
    src: url('fonts/f103.ttf');
}

.f103 {
    font-family: 'f103';
}

@font-face {
    font-family: 'f104';
    src: url('fonts/f104.ttf');
}

.f104 {
    font-family: 'f104';
}

@font-face {
    font-family: 'f105';
    src: url('fonts/f105.ttf');
}

.f105 {
    font-family: 'f105';
}

@font-face {
    font-family: 'f106';
    src: url('fonts/f106.ttf');
}

.f106 {
    font-family: 'f106';
}

@font-face {
    font-family: 'f107';
    src: url('fonts/f107.ttf');
}

.f107 {
    font-family: 'f107';
}

@font-face {
    font-family: 'f108';
    src: url('fonts/f108.ttf');
}

.f108 {
    font-family: 'f108';
}

@font-face {
    font-family: 'f109';
    src: url('fonts/f109.ttf');
}

.f109 {
    font-family: 'f109';
}

@font-face {
    font-family: 'f110';
    src: url('fonts/f110.ttf');
}

.f110 {
    font-family: 'f110';
}

@font-face {
    font-family: 'f111';
    src: url('fonts/f111.ttf');
}

.f111 {
    font-family: 'f111';
}

@font-face {
    font-family: 'f112';
    src: url('fonts/f112.ttf');
}

.f112 {
    font-family: 'f112';
}

@font-face {
    font-family: 'f113';
    src: url('fonts/f113.ttf');
}

.f113 {
    font-family: 'f113';
}

@font-face {
    font-family: 'f114';
    src: url('fonts/f114.ttf');
}

.f114 {
    font-family: 'f114';
}

@font-face {
    font-family: 'f115';
    src: url('fonts/f115.ttf');
}

.f115 {
    font-family: 'f115';
}

@font-face {
    font-family: 'f116';
    src: url('fonts/f116.ttf');
}

.f116 {
    font-family: 'f116';
}

@font-face {
    font-family: 'f117';
    src: url('fonts/f117.ttf');
}

.f117 {
    font-family: 'f117';
}

@font-face {
    font-family: 'f118';
    src: url('fonts/f118.ttf');
}

.f118 {
    font-family: 'f118';
}

@font-face {
    font-family: 'f119';
    src: url('fonts/f119.ttf');
}

.f119 {
    font-family: 'f119';
}

@font-face {
    font-family: 'f120';
    src: url('fonts/f120.ttf');
}

.f120 {
    font-family: 'f120';
}

@font-face {
    font-family: 'f121';
    src: url('fonts/f121.ttf');
}

.f121 {
    font-family: 'f121';
}

@font-face {
    font-family: 'f122';
    src: url('fonts/f122.ttf');
}

.f122 {
    font-family: 'f122';
}

@font-face {
    font-family: 'f123';
    src: url('fonts/f123.ttf');
}

.f123 {
    font-family: 'f123';
}

@font-face {
    font-family: 'f124';
    src: url('fonts/f124.ttf');
}

.f124 {
    font-family: 'f124';
}

@font-face {
    font-family: 'f125';
    src: url('fonts/f125.ttf');
}

.f125 {
    font-family: 'f125';
}

@font-face {
    font-family: 'f126';
    src: url('fonts/f126.ttf');
}

.f126 {
    font-family: 'f126';
}

@font-face {
    font-family: 'f127';
    src: url('fonts/f127.ttf');
}

.f127 {
    font-family: 'f127';
}

@font-face {
    font-family: 'f128';
    src: url('fonts/f128.ttf');
}

.f128 {
    font-family: 'f128';
}

@font-face {
    font-family: 'f129';
    src: url('fonts/f129.ttf');
}

.f129 {
    font-family: 'f129';
}

@font-face {
    font-family: 'f130';
    src: url('fonts/f130.ttf');
}

.f130 {
    font-family: 'f130';
}

@font-face {
    font-family: 'f131';
    src: url('fonts/f131.ttf');
}

.f131 {
    font-family: 'f131';
}

@font-face {
    font-family: 'f132';
    src: url('fonts/f132.ttf');
}

.f132 {
    font-family: 'f132';
}

@font-face {
    font-family: 'f133';
    src: url('fonts/f133.ttf');
}

.f133 {
    font-family: 'f133';
}

@font-face {
    font-family: 'f134';
    src: url('fonts/f134.ttf');
}

.f134 {
    font-family: 'f134';
}

@font-face {
    font-family: 'f135';
    src: url('fonts/f135.ttf');
}

.f135 {
    font-family: 'f135';
}

@font-face {
    font-family: 'f136';
    src: url('fonts/f136.ttf');
}

.f136 {
    font-family: 'f136';
}

@font-face {
    font-family: 'f137';
    src: url('fonts/f137.ttf');
}

.f137 {
    font-family: 'f137';
}

@font-face {
    font-family: 'f138';
    src: url('fonts/f138.ttf');
}

.f138 {
    font-family: 'f138';
}

@font-face {
    font-family: 'f139';
    src: url('fonts/f139.ttf');
}

.f139 {
    font-family: 'f139';
}

@font-face {
    font-family: 'f140';
    src: url('fonts/f140.ttf');
}

.f140 {
    font-family: 'f140';
}

@font-face {
    font-family: 'f141';
    src: url('fonts/f141.ttf');
}

.f141 {
    font-family: 'f141';
}

@font-face {
    font-family: 'f142';
    src: url('fonts/f142.ttf');
}

.f142 {
    font-family: 'f142';
}

@font-face {
    font-family: 'f143';
    src: url('fonts/f143.ttf');
}

.f143 {
    font-family: 'f143';
}

@font-face {
    font-family: 'f144';
    src: url('fonts/f144.ttf');
}

.f144 {
    font-family: 'f144';
}

@font-face {
    font-family: 'f145';
    src: url('fonts/f145.ttf');
}

.f145 {
    font-family: 'f145';
}

@font-face {
    font-family: 'f146';
    src: url('fonts/f146.ttf');
}

.f146 {
    font-family: 'f146';
}

@font-face {
    font-family: 'f147';
    src: url('fonts/f147.ttf');
}

.f147 {
    font-family: 'f147';
}

@font-face {
    font-family: 'f148';
    src: url('fonts/f148.ttf');
}

.f148 {
    font-family: 'f148';
}

@font-face {
    font-family: 'f149';
    src: url('fonts/f149.ttf');
}

.f149 {
    font-family: 'f149';
}

@font-face {
    font-family: 'f150';
    src: url('fonts/f150.ttf');
}

.f150 {
    font-family: 'f150';
}

@font-face {
    font-family: 'f151';
    src: url('fonts/f151.ttf');
}

.f151 {
    font-family: 'f151';
}

@font-face {
    font-family: 'f152';
    src: url('fonts/f152.ttf');
}

.f152 {
    font-family: 'f152';
}

@font-face {
    font-family: 'f153';
    src: url('fonts/f153.ttf');
}

.f153 {
    font-family: 'f153';
}

@font-face {
    font-family: 'f154';
    src: url('fonts/f154.ttf');
}

.f154 {
    font-family: 'f154';
}

@font-face {
    font-family: 'f155';
    src: url('fonts/f155.ttf');
}

.f155 {
    font-family: 'f155';
}

@font-face {
    font-family: 'f156';
    src: url('fonts/f156.ttf');
}

.f156 {
    font-family: 'f156';
}

@font-face {
    font-family: 'f157';
    src: url('fonts/f157.ttf');
}

.f157 {
    font-family: 'f157';
}

@font-face {
    font-family: 'f158';
    src: url('fonts/f158.ttf');
}

.f158 {
    font-family: 'f158';
}

@font-face {
    font-family: 'f159';
    src: url('fonts/f159.ttf');
}

.f159 {
    font-family: 'f159';
}

@font-face {
    font-family: 'f160';
    src: url('fonts/f160.ttf');
}

.f160 {
    font-family: 'f160';
}

@font-face {
    font-family: 'f161';
    src: url('fonts/f161.ttf');
}

.f161 {
    font-family: 'f161';
}

@font-face {
    font-family: 'f162';
    src: url('fonts/f162.ttf');
}

.f162 {
    font-family: 'f162';
}

@font-face {
    font-family: 'f163';
    src: url('fonts/f163.ttf');
}

.f163 {
    font-family: 'f163';
}

@font-face {
    font-family: 'f164';
    src: url('fonts/f164.ttf');
}

.f164 {
    font-family: 'f164';
}

@font-face {
    font-family: 'f165';
    src: url('fonts/f165.ttf');
}

.f165 {
    font-family: 'f165';
}

@font-face {
    font-family: 'f166';
    src: url('fonts/f166.ttf');
}

.f166 {
    font-family: 'f166';
}

@font-face {
    font-family: 'f167';
    src: url('fonts/f167.ttf');
}

.f167 {
    font-family: 'f167';
}

@font-face {
    font-family: 'f168';
    src: url('fonts/f168.ttf');
}

.f168 {
    font-family: 'f168';
}

@font-face {
    font-family: 'f169';
    src: url('fonts/f169.ttf');
}

.f169 {
    font-family: 'f169';
}

@font-face {
    font-family: 'f170';
    src: url('fonts/f170.ttf');
}

.f170 {
    font-family: 'f170';
}

@font-face {
    font-family: 'f171';
    src: url('fonts/f171.ttf');
}

.f171 {
    font-family: 'f171';
}

@font-face {
    font-family: 'f172';
    src: url('fonts/f172.ttf');
}

.f172 {
    font-family: 'f172';
}

@font-face {
    font-family: 'f173';
    src: url('fonts/f173.ttf');
}

.f173 {
    font-family: 'f173';
}

@font-face {
    font-family: 'f174';
    src: url('fonts/f174.ttf');
}

.f174 {
    font-family: 'f174';
}

@font-face {
    font-family: 'f175';
    src: url('fonts/f175.ttf');
}

.f175 {
    font-family: 'f175';
}

@font-face {
    font-family: 'f176';
    src: url('fonts/f176.ttf');
}

.f176 {
    font-family: 'f176';
}

@font-face {
    font-family: 'f177';
    src: url('fonts/f177.ttf');
}

.f177 {
    font-family: 'f177';
}

@font-face {
    font-family: 'f178';
    src: url('fonts/f178.ttf');
}

.f178 {
    font-family: 'f178';
}

@font-face {
    font-family: 'f179';
    src: url('fonts/f179.ttf');
}

.f179 {
    font-family: 'f179';
}

@font-face {
    font-family: 'f180';
    src: url('fonts/f180.ttf');
}

.f180 {
    font-family: 'f180';
}

@font-face {
    font-family: 'f181';
    src: url('fonts/f181.ttf');
}

.f181 {
    font-family: 'f181';
}

@font-face {
    font-family: 'f182';
    src: url('fonts/f182.ttf');
}

.f182 {
    font-family: 'f182';
}

@font-face {
    font-family: 'f183';
    src: url('fonts/f183.ttf');
}

.f183 {
    font-family: 'f183';
}

@font-face {
    font-family: 'f184';
    src: url('fonts/f184.ttf');
}

.f184 {
    font-family: 'f184';
}

@font-face {
    font-family: 'f185';
    src: url('fonts/f185.ttf');
}

.f185 {
    font-family: 'f185';
}

@font-face {
    font-family: 'f186';
    src: url('fonts/f186.ttf');
}

.f186 {
    font-family: 'f186';
}

@font-face {
    font-family: 'f187';
    src: url('fonts/f187.ttf');
}

.f187 {
    font-family: 'f187';
}

@font-face {
    font-family: 'f188';
    src: url('fonts/f188.ttf');
}

.f188 {
    font-family: 'f188';
}

@font-face {
    font-family: 'f189';
    src: url('fonts/f189.ttf');
}

.f189 {
    font-family: 'f189';
}

@font-face {
    font-family: 'f190';
    src: url('fonts/f190.ttf');
}

.f190 {
    font-family: 'f190';
}

@font-face {
    font-family: 'f191';
    src: url('fonts/f191.ttf');
}

.f191 {
    font-family: 'f191';
}

@font-face {
    font-family: 'f192';
    src: url('fonts/f192.ttf');
}

.f192 {
    font-family: 'f192';
}

@font-face {
    font-family: 'f193';
    src: url('fonts/f193.ttf');
}

.f193 {
    font-family: 'f193';
}

@font-face {
    font-family: 'f194';
    src: url('fonts/f194.ttf');
}

.f194 {
    font-family: 'f194';
}

@font-face {
    font-family: 'f195';
    src: url('fonts/f195.ttf');
}

.f195 {
    font-family: 'f195';
}

@font-face {
    font-family: 'f196';
    src: url('fonts/f196.ttf');
}

.f196 {
    font-family: 'f196';
}

@font-face {
    font-family: 'f197';
    src: url('fonts/f197.ttf');
}

.f197 {
    font-family: 'f197';
}

@font-face {
    font-family: 'f198';
    src: url('fonts/f198.ttf');
}

.f198 {
    font-family: 'f198';
}

@font-face {
    font-family: 'f199';
    src: url('fonts/f199.ttf');
}

.f199 {
    font-family: 'f199';
}

@font-face {
    font-family: 'f200';
    src: url('fonts/f200.ttf');
}

.f200 {
    font-family: 'f200';
}

@font-face {
    font-family: 'f201';
    src: url('fonts/f201.ttf');
}

.f201 {
    font-family: 'f201';
}

@font-face {
    font-family: 'f202';
    src: url('fonts/f202.ttf');
}

.f202 {
    font-family: 'f202';
}

@font-face {
    font-family: 'f203';
    src: url('fonts/f203.ttf');
}

.f203 {
    font-family: 'f203';
}

@font-face {
    font-family: 'f204';
    src: url('fonts/f204.ttf');
}

.f204 {
    font-family: 'f204';
}

@font-face {
    font-family: 'f205';
    src: url('fonts/f205.ttf');
}

.f205 {
    font-family: 'f205';
}

@font-face {
    font-family: 'f206';
    src: url('fonts/f206.ttf');
}

.f206 {
    font-family: 'f206';
}

@font-face {
    font-family: 'f207';
    src: url('fonts/f207.ttf');
}

.f207 {
    font-family: 'f207';
}

@font-face {
    font-family: 'f208';
    src: url('fonts/f208.ttf');
}

.f208 {
    font-family: 'f208';
}

@font-face {
    font-family: 'f209';
    src: url('fonts/f209.ttf');
}

.f209 {
    font-family: 'f209';
}

@font-face {
    font-family: 'f210';
    src: url('fonts/f210.ttf');
}

.f210 {
    font-family: 'f210';
}

@font-face {
    font-family: 'f211';
    src: url('fonts/f211.ttf');
}

.f211 {
    font-family: 'f211';
}

@font-face {
    font-family: 'f212';
    src: url('fonts/f212.ttf');
}

.f212 {
    font-family: 'f212';
}

@font-face {
    font-family: 'f213';
    src: url('fonts/f213.ttf');
}

.f213 {
    font-family: 'f213';
}

@font-face {
    font-family: 'f214';
    src: url('fonts/f214.ttf');
}

.f214 {
    font-family: 'f214';
}

@font-face {
    font-family: 'f215';
    src: url('fonts/f215.ttf');
}

.f215 {
    font-family: 'f215';
}

@font-face {
    font-family: 'f216';
    src: url('fonts/f216.ttf');
}

.f216 {
    font-family: 'f216';
}

@font-face {
    font-family: 'f217';
    src: url('fonts/f217.ttf');
}

.f217 {
    font-family: 'f217';
}

@font-face {
    font-family: 'f218';
    src: url('fonts/f218.ttf');
}

.f218 {
    font-family: 'f218';
}

@font-face {
    font-family: 'f219';
    src: url('fonts/f219.ttf');
}

.f219 {
    font-family: 'f219';
}

@font-face {
    font-family: 'f220';
    src: url('fonts/f220.ttf');
}

.f220 {
    font-family: 'f220';
}

@font-face {
    font-family: 'f221';
    src: url('fonts/f221.ttf');
}

.f221 {
    font-family: 'f221';
}

@font-face {
    font-family: 'f222';
    src: url('fonts/f222.ttf');
}

.f222 {
    font-family: 'f222';
}

@font-face {
    font-family: 'f223';
    src: url('fonts/f223.ttf');
}

.f223 {
    font-family: 'f223';
}

@font-face {
    font-family: 'f224';
    src: url('fonts/f224.ttf');
}

.f224 {
    font-family: 'f224';
}

@font-face {
    font-family: 'f225';
    src: url('fonts/f225.ttf');
}

.f225 {
    font-family: 'f225';
}

@font-face {
    font-family: 'f226';
    src: url('fonts/f226.ttf');
}

.f226 {
    font-family: 'f226';
}

@font-face {
    font-family: 'f227';
    src: url('fonts/f227.ttf');
}

.f227 {
    font-family: 'f227';
}

@font-face {
    font-family: 'f228';
    src: url('fonts/f228.ttf');
}

.f228 {
    font-family: 'f228';
}

@font-face {
    font-family: 'f229';
    src: url('fonts/f229.ttf');
}

.f229 {
    font-family: 'f229';
}

@font-face {
    font-family: 'f230';
    src: url('fonts/f230.ttf');
}

.f230 {
    font-family: 'f230';
}

@font-face {
    font-family: 'f231';
    src: url('fonts/f231.ttf');
}

.f231 {
    font-family: 'f231';
}

@font-face {
    font-family: 'f232';
    src: url('fonts/f232.ttf');
}

.f232 {
    font-family: 'f232';
}

@font-face {
    font-family: 'f233';
    src: url('fonts/f233.ttf');
}

.f233 {
    font-family: 'f233';
}

@font-face {
    font-family: 'f234';
    src: url('fonts/f234.ttf');
}

.f234 {
    font-family: 'f234';
}

@font-face {
    font-family: 'f235';
    src: url('fonts/f235.ttf');
}

.f235 {
    font-family: 'f235';
}

@font-face {
    font-family: 'f236';
    src: url('fonts/f236.ttf');
}

.f236 {
    font-family: 'f236';
}

@font-face {
    font-family: 'f237';
    src: url('fonts/f237.ttf');
}

.f237 {
    font-family: 'f237';
}

@font-face {
    font-family: 'f238';
    src: url('fonts/f238.ttf');
}

.f238 {
    font-family: 'f238';
}

@font-face {
    font-family: 'f239';
    src: url('fonts/f239.ttf');
}

.f239 {
    font-family: 'f239';
}

@font-face {
    font-family: 'f240';
    src: url('fonts/f240.ttf');
}

.f240 {
    font-family: 'f240';
}

@font-face {
    font-family: 'f241';
    src: url('fonts/f241.ttf');
}

.f241 {
    font-family: 'f241';
}

@font-face {
    font-family: 'f242';
    src: url('fonts/f242.ttf');
}

.f242 {
    font-family: 'f242';
}

@font-face {
    font-family: 'f243';
    src: url('fonts/f243.ttf');
}

.f243 {
    font-family: 'f243';
}

@font-face {
    font-family: 'f244';
    src: url('fonts/f244.ttf');
}

.f244 {
    font-family: 'f244';
}

@font-face {
    font-family: 'f245';
    src: url('fonts/f245.ttf');
}

.f245 {
    font-family: 'f245';
}

@font-face {
    font-family: 'f246';
    src: url('fonts/f246.ttf');
}

.f246 {
    font-family: 'f246';
}

@font-face {
    font-family: 'f247';
    src: url('fonts/f247.ttf');
}

.f247 {
    font-family: 'f247';
}

@font-face {
    font-family: 'f248';
    src: url('fonts/f248.ttf');
}

.f248 {
    font-family: 'f248';
}

@font-face {
    font-family: 'f249';
    src: url('fonts/f249.ttf');
}

.f249 {
    font-family: 'f249';
}

@font-face {
    font-family: 'f250';
    src: url('fonts/f250.ttf');
}

.f250 {
    font-family: 'f250';
}

@font-face {
    font-family: 'f251';
    src: url('fonts/f251.ttf');
}

.f251 {
    font-family: 'f251';
}

@font-face {
    font-family: 'f252';
    src: url('fonts/f252.ttf');
}

.f252 {
    font-family: 'f252';
}

@font-face {
    font-family: 'f253';
    src: url('fonts/f253.ttf');
}

.f253 {
    font-family: 'f253';
}

@font-face {
    font-family: 'f254';
    src: url('fonts/f254.ttf');
}

.f254 {
    font-family: 'f254';
}

@font-face {
    font-family: 'f255';
    src: url('fonts/f255.ttf');
}

.f255 {
    font-family: 'f255';
}

@font-face {
    font-family: 'f256';
    src: url('fonts/f256.ttf');
}

.f256 {
    font-family: 'f256';
}

@font-face {
    font-family: 'f257';
    src: url('fonts/f257.ttf');
}

.f257 {
    font-family: 'f257';
}

@font-face {
    font-family: 'f258';
    src: url('fonts/f258.ttf');
}

.f258 {
    font-family: 'f258';
}

@font-face {
    font-family: 'f259';
    src: url('fonts/f259.ttf');
}

.f259 {
    font-family: 'f259';
}

@font-face {
    font-family: 'f260';
    src: url('fonts/f260.ttf');
}

.f260 {
    font-family: 'f260';
}

@font-face {
    font-family: 'f261';
    src: url('fonts/f261.ttf');
}

.f261 {
    font-family: 'f261';
}

@font-face {
    font-family: 'f262';
    src: url('fonts/f262.ttf');
}

.f262 {
    font-family: 'f262';
}

@font-face {
    font-family: 'f263';
    src: url('fonts/f263.ttf');
}

.f263 {
    font-family: 'f263';
}

@font-face {
    font-family: 'f264';
    src: url('fonts/f264.ttf');
}

.f264 {
    font-family: 'f264';
}

@font-face {
    font-family: 'f265';
    src: url('fonts/f265.ttf');
}

.f265 {
    font-family: 'f265';
}

@font-face {
    font-family: 'f266';
    src: url('fonts/f266.ttf');
}

.f266 {
    font-family: 'f266';
}

@font-face {
    font-family: 'f267';
    src: url('fonts/f267.ttf');
}

.f267 {
    font-family: 'f267';
}

@font-face {
    font-family: 'f268';
    src: url('fonts/f268.ttf');
}

.f268 {
    font-family: 'f268';
}

@font-face {
    font-family: 'f269';
    src: url('fonts/f269.ttf');
}

.f269 {
    font-family: 'f269';
}

@font-face {
    font-family: 'f270';
    src: url('fonts/f270.ttf');
}

.f270 {
    font-family: 'f270';
}

@font-face {
    font-family: 'f271';
    src: url('fonts/f271.ttf');
}

.f271 {
    font-family: 'f271';
}

@font-face {
    font-family: 'f272';
    src: url('fonts/f272.ttf');
}

.f272 {
    font-family: 'f272';
}

@font-face {
    font-family: 'f273';
    src: url('fonts/f273.ttf');
}

.f273 {
    font-family: 'f273';
}

@font-face {
    font-family: 'f274';
    src: url('fonts/f274.ttf');
}

.f274 {
    font-family: 'f274';
}

@font-face {
    font-family: 'f275';
    src: url('fonts/f275.ttf');
}

.f275 {
    font-family: 'f275';
}

@font-face {
    font-family: 'f276';
    src: url('fonts/f276.ttf');
}

.f276 {
    font-family: 'f276';
}

@font-face {
    font-family: 'f277';
    src: url('fonts/f277.ttf');
}

.f277 {
    font-family: 'f277';
}

@font-face {
    font-family: 'f278';
    src: url('fonts/f278.ttf');
}

.f278 {
    font-family: 'f278';
}

@font-face {
    font-family: 'f279';
    src: url('fonts/f279.ttf');
}

.f279 {
    font-family: 'f279';
}

@font-face {
    font-family: 'f280';
    src: url('fonts/f280.ttf');
}

.f280 {
    font-family: 'f280';
}

@font-face {
    font-family: 'f281';
    src: url('fonts/f281.ttf');
}

.f281 {
    font-family: 'f281';
}

@font-face {
    font-family: 'f282';
    src: url('fonts/f282.ttf');
}

.f282 {
    font-family: 'f282';
}

@font-face {
    font-family: 'f283';
    src: url('fonts/f283.ttf');
}

.f283 {
    font-family: 'f283';
}

@font-face {
    font-family: 'f284';
    src: url('fonts/f284.ttf');
}

.f284 {
    font-family: 'f284';
}

@font-face {
    font-family: 'f285';
    src: url('fonts/f285.ttf');
}

.f285 {
    font-family: 'f285';
}

@font-face {
    font-family: 'f286';
    src: url('fonts/f286.ttf');
}

.f286 {
    font-family: 'f286';
}

@font-face {
    font-family: 'f287';
    src: url('fonts/f287.ttf');
}

.f287 {
    font-family: 'f287';
}

@font-face {
    font-family: 'f288';
    src: url('fonts/f288.ttf');
}

.f288 {
    font-family: 'f288';
}

@font-face {
    font-family: 'f289';
    src: url('fonts/f289.ttf');
}

.f289 {
    font-family: 'f289';
}

@font-face {
    font-family: 'f290';
    src: url('fonts/f290.ttf');
}

.f290 {
    font-family: 'f290';
}

@font-face {
    font-family: 'f291';
    src: url('fonts/f291.ttf');
}

.f291 {
    font-family: 'f291';
}

@font-face {
    font-family: 'f292';
    src: url('fonts/f292.ttf');
}

.f292 {
    font-family: 'f292';
}

@font-face {
    font-family: 'f293';
    src: url('fonts/f293.ttf');
}

.f293 {
    font-family: 'f293';
}

@font-face {
    font-family: 'f294';
    src: url('fonts/f294.ttf');
}

.f294 {
    font-family: 'f294';
}

@font-face {
    font-family: 'f295';
    src: url('fonts/f295.ttf');
}

.f295 {
    font-family: 'f295';
}

@font-face {
    font-family: 'f296';
    src: url('fonts/f296.ttf');
}

.f296 {
    font-family: 'f296';
}

@font-face {
    font-family: 'f297';
    src: url('fonts/f297.ttf');
}

.f297 {
    font-family: 'f297';
}

@font-face {
    font-family: 'f298';
    src: url('fonts/f298.ttf');
}

.f298 {
    font-family: 'f298';
}

@font-face {
    font-family: 'f299';
    src: url('fonts/f299.ttf');
}

.f299 {
    font-family: 'f299';
}

@font-face {
    font-family: 'f300';
    src: url('fonts/f300.ttf');
}

.f300 {
    font-family: 'f300';
}


@font-face {
    font-family: 'f301';
    src: url('fonts/f301.ttf');
}

.f301 {
    font-family: 'f301';
}

@font-face {
    font-family: 'f302';
    src: url('fonts/f302.ttf');
}

.f302 {
    font-family: 'f302';
}

@font-face {
    font-family: 'f303';
    src: url('fonts/f303.ttf');
}

.f303 {
    font-family: 'f303';
}

@font-face {
    font-family: 'f304';
    src: url('fonts/f304.ttf');
}

.f304 {
    font-family: 'f304';
}

@font-face {
    font-family: 'f305';
    src: url('fonts/f305.ttf');
}

.f305 {
    font-family: 'f305';
}

@font-face {
    font-family: 'f306';
    src: url('fonts/f306.ttf');
}

.f306 {
    font-family: 'f306';
}

@font-face {
    font-family: 'f307';
    src: url('fonts/f307.ttf');
}

.f307 {
    font-family: 'f307';
}

@font-face {
    font-family: 'f308';
    src: url('fonts/f308.ttf');
}

.f308 {
    font-family: 'f308';
}

@font-face {
    font-family: 'f309';
    src: url('fonts/f309.ttf');
}

.f309 {
    font-family: 'f309';
}

@font-face {
    font-family: 'f310';
    src: url('fonts/f310.ttf');
}

.f310 {
    font-family: 'f310';
}

@font-face {
    font-family: 'f311';
    src: url('fonts/f311.ttf');
}

.f311 {
    font-family: 'f311';
}

@font-face {
    font-family: 'f312';
    src: url('fonts/f312.ttf');
}

.f312 {
    font-family: 'f312';
}

@font-face {
    font-family: 'f313';
    src: url('fonts/f313.ttf');
}

.f313 {
    font-family: 'f313';
}

@font-face {
    font-family: 'f314';
    src: url('fonts/f314.ttf');
}

.f314 {
    font-family: 'f314';
}

@font-face {
    font-family: 'f315';
    src: url('fonts/f315.ttf');
}

.f315 {
    font-family: 'f315';
}

@font-face {
    font-family: 'f316';
    src: url('fonts/f316.ttf');
}

.f316 {
    font-family: 'f316';
}

@font-face {
    font-family: 'f317';
    src: url('fonts/f317.ttf');
}

.f317 {
    font-family: 'f317';
}

@font-face {
    font-family: 'f318';
    src: url('fonts/f318.ttf');
}

.f318 {
    font-family: 'f318';
}

@font-face {
    font-family: 'f319';
    src: url('fonts/f319.ttf');
}

.f319 {
    font-family: 'f319';
}

@font-face {
    font-family: 'f320';
    src: url('fonts/f320.ttf');
}

.f320 {
    font-family: 'f320';
}

@font-face {
    font-family: 'f321';
    src: url('fonts/f321.ttf');
}

.f321 {
    font-family: 'f321';
}

@font-face {
    font-family: 'f322';
    src: url('fonts/f322.ttf');
}

.f322 {
    font-family: 'f322';
}

@font-face {
    font-family: 'f323';
    src: url('fonts/f323.ttf');
}

.f323 {
    font-family: 'f323';
}

@font-face {
    font-family: 'f324';
    src: url('fonts/f324.ttf');
}

.f324 {
    font-family: 'f324';
}

@font-face {
    font-family: 'f325';
    src: url('fonts/f325.ttf');
}

.f325 {
    font-family: 'f325';
}

@font-face {
    font-family: 'f326';
    src: url('fonts/f326.ttf');
}

.f326 {
    font-family: 'f326';
}

@font-face {
    font-family: 'f327';
    src: url('fonts/f327.ttf');
}

.f327 {
    font-family: 'f327';
}

@font-face {
    font-family: 'f328';
    src: url('fonts/f328.ttf');
}

.f328 {
    font-family: 'f328';
}

@font-face {
    font-family: 'f329';
    src: url('fonts/f329.ttf');
}

.f329 {
    font-family: 'f329';
}

@font-face {
    font-family: 'f330';
    src: url('fonts/f330.ttf');
}

.f330 {
    font-family: 'f330';
}

@font-face {
    font-family: 'f331';
    src: url('fonts/f331.ttf');
}

.f331 {
    font-family: 'f331';
}

@font-face {
    font-family: 'f332';
    src: url('fonts/f332.ttf');
}

.f332 {
    font-family: 'f332';
}

@font-face {
    font-family: 'f333';
    src: url('fonts/f333.ttf');
}

.f333 {
    font-family: 'f333';
}

@font-face {
    font-family: 'f334';
    src: url('fonts/f334.ttf');
}

.f334 {
    font-family: 'f334';
}

@font-face {
    font-family: 'f335';
    src: url('fonts/f335.ttf');
}

.f335 {
    font-family: 'f335';
}

/* Javascript Requiring CSS */

.accord {
  transition: 0.4s;
}

.active, .accord:hover {
  opacity: 0.5;
}

.accord-content {
  display: none;
  overflow: hidden;
}

.pointer{
    cursor:pointer;
}