* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.back-bk {
    background-color: #000;
}

.back-grey {
    background-color: #ddd;
}

.back-grey-2 {
    background-color: #f0f0f0;
}

.back-grey-3 {
    background-color: #f8f8f8;
}

.back-white {
    background-color: #fff;
}

.back-red {
    background-color: #ffdcdc;
}

.back-transparent {
    background-color: transparent;
}

.back-grey-hover:hover {
    background-color: rgba(0, 0, 0, 0.116);
}

.back-bk-hover:hover {
    background-color: rgb(51, 51, 51);
}



.black {
    color: #000;
}

.white {
    color: #fff;
}

.grey {
    color: #ddd;
}



.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.white-space-now {
    white-space: nowrap;
}

.txt-over-clip {
    text-overflow: clip;
}

.over-hidden {
    overflow: hidden;
}

.resize-none {
    resize: none;
}

.txt-ali-left {
    text-align: left;
}

.txt-ali-center {
    text-align: center;
}

.txt-ali-right {
    text-align: right;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.over-y-scroll {
    overflow-y: scroll;
}



/* Bordas */
.bd-bk-1 {
    border: 1px solid #000;
}

.bd-bk-top-1 {
    border-top: 1px solid #000;
}

.bd-bk-bottom-1 {
    border-bottom: 1px solid #000;
}

.bd-bk-left-1 {
    border-left: 1px solid #000;
}

.bd-bk-right-1 {
    border-right: 1px solid #000;
}

.bd-bk-2 {
    border: 2px solid #000;
}

.bd-bk-top-2 {
    border-top: 2px solid #000;
}

.bd-bk-bottom-2 {
    border-bottom: 2px solid #000;
}

.bd-bk-left-2 {
    border-left: 2px solid #000;
}

.bd-bk-right-2 {
    border-right: 2px solid #000;
}

.bd-none {
    border: none;
}

.bd-top-none {
    border-top: none;
}

.bd-left-none {
    border-left: none;
}

.bd-right-none {
    border-right: none;
}

.bd-bottom-none {
    border-bottom: none;
}


.bd-grey-1 {
    border: 1px solid #ddd;
}

.bd-grey-top-1 {
    border-top: 1px solid #ddd;
}

.bd-grey-bottom-1 {
    border-bottom: 1px solid #ddd;
}

.bd-grey-left-1 {
    border-left: 1px solid #ddd;
}

.bd-grey-right-1 {
    border-right: 1px solid #ddd;
}

.bd-grey-2 {
    border: 2px solid #ddd;
}

.bd-grey-top-2 {
    border-top: 2px solid #ddd;
}

.bd-grey-bottom-2 {
    border-bottom: 2px solid #ddd;
}

.bd-grey-left-2 {
    border-left: 2px solid #ddd;
}

.bd-grey-right-2 {
    border-right: 2px solid #ddd;
}

/* Bordas */



/* Display Flex */
.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-right {
    justify-content: right;
}

.align-center {
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.align-end {
    align-items: end;
}

.align-f-end {
    align-items: flex-end;
}

.align-f-staright {
    align-items: flex-staright;
}

.flex-dir-col {
    flex-direction: column;
}

.flex-wrap-row {
    flex-flow: wrap row;
}

.flex-wrap-col {
    flex-flow: wrap column;
}

/* Display Flex */




/* Margin */
.mg-top-3 {
    margin-top: 3px;
}

.mg-top-4 {
    margin-top: 4px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-25 {
    margin-top: 25px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-35 {
    margin-top: 35px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-45 {
    margin-top: 45px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-55 {
    margin-top: 55px;
}

.mg-top-60 {
    margin-top: 60px;
}

.mg-top-70 {
    margin-top: 70px;
}

.mg-top-75 {
    margin-top: 75px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-top-85 {
    margin-top: 85px;
}

.mg-top-90 {
    margin-top: 90px;
}

.mg-top-95 {
    margin-top: 95px;
}

.mg-top-100 {
    margin-top: 100px;
}



.mg-bottom-3 {
    margin-bottom: 3px;
}

.mg-bottom-5 {
    margin-bottom: 5px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-25 {
    margin-bottom: 25px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-35 {
    margin-bottom: 35px;
}




.mg-left-5 {
    margin-left: 5px;
}

.mg-left-10 {
    margin-left: 10px;
}

.mg-left-15 {
    margin-left: 15px;
}

.mg-left-20 {
    margin-left: 20px;
}

.mg-left-25 {
    margin-left: 25px;
}

.mg-left-30 {
    margin-left: 30px;
}

.mg-left-35 {
    margin-left: 35px;
}

.mg-left-40 {
    margin-left: 40px;
}

.mg-left-45 {
    margin-left: 45px;
}

.mg-left-50 {
    margin-left: 50px;
}



.mg-right-5 {
    margin-right: 5px;
}

.mg-right-10 {
    margin-right: 10px;
}

.mg-right-15 {
    margin-right: 15px;
}

.mg-right-20 {
    margin-right: 20px;
}

.mg-right-25 {
    margin-right: 25px;
}

.mg-right-30 {
    margin-right: 30px;
}

.mg-right-35 {
    margin-right: 35px;
}

.mg-right-40 {
    margin-right: 40px;
}

.mg-right-45 {
    margin-right: 45px;
}

.mg-right-50 {
    margin-right: 50px;
}

.mg-right-55 {
    margin-right: 55px;
}

.mg-right-60 {
    margin-right: 60px;
}

.mg-right-65 {
    margin-right: 65px;
}

.mg-right-70 {
    margin-right: 70px;
}

.mg-right-75 {
    margin-right: 75px;
}

.mg-right-80 {
    margin-right: 80px;
}

.mg-right-85 {
    margin-right: 85px;
}

.mg-right-90 {
    margin-right: 90px;
}

.mg-right-95 {
    margin-right: 95px;
}

.mg-right-100 {
    margin-right: 100px;
}

.mg-right-110 {
    margin-right: 110px;
}

.mg-right-120 {
    margin-right: 120px;
}

.mg-right-123 {
    margin-right: 123px;
}

.mg-right-124 {
    margin-right: 124px;
}

.mg-right-125 {
    margin-right: 125px;
}

.mg-right-126 {
    margin-right: 126px;
}

.mg-right-127 {
    margin-right: 127px;
}

.mg-right-128 {
    margin-right: 128px;
}

.mg-right-130 {
    margin-right: 130px;
}

.mg-right-140 {
    margin-right: 140px;
}

.mg-right-150 {
    margin-right: 150px;
}

.mg-right-160 {
    margin-right: 160px;
}

.mg-right-161 {
    margin-right: 161px;
}

.mg-right-162 {
    margin-right: 162px;
}

.mg-right-163 {
    margin-right: 163px;
}

.mg-right-164 {
    margin-right: 164px;
}

.mg-right-165 {
    margin-right: 165px;
}

.mg-right-170 {
    margin-right: 170px;
}

.mg-right-180 {
    margin-right: 180px;
}


.mg-0 {
    margin: 0;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-15 {
    margin: 15px;
}

.mg-20 {
    margin: 20px;
}

.mg-25 {
    margin: 25px;
}

.mg-30 {
    margin: 30px;
}

.mg-35 {
    margin: 35px;
}

/* Margin */


/* Pading */
.pd-top-5 {
    padding-top: 5px;
}

.pd-top-6 {
    padding-top: 6px;
}

.pd-top-7 {
    padding-top: 7px;
}

.pd-top-8 {
    padding-top: 8px;
}

.pd-top-9 {
    padding-top: 9px;
}

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-15 {
    padding-top: 15px;
}

.pd-top-20 {
    padding-top: 20px;
}

.pd-top-25 {
    padding-top: 25px;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-top-35 {
    padding-top: 35px;
}



.pd-bottom-5 {
    padding-bottom: 5px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-bottom-15 {
    padding-bottom: 15px;
}

.pd-bottom-20 {
    padding-bottom: 20px;
}

.pd-bottom-25 {
    padding-bottom: 25px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-bottom-35 {
    padding-bottom: 35px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}




.pd-left-5 {
    padding-left: 5px;
}

.pd-left-10 {
    padding-left: 10px;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-left-20 {
    padding-left: 20px;
}

.pd-left-25 {
    padding-left: 25px;
}

.pd-left-30 {
    padding-left: 30px;
}

.pd-left-35 {
    padding-left: 35px;
}

.pd-left-40 {
    padding-left: 40px;
}

.pd-left-45 {
    padding-left: 45px;
}

.pd-left-50 {
    padding-left: 50px;
}




.pd-right-5 {
    padding-right: 5px;
}

.pd-right-10 {
    padding-right: 10px;
}

.pd-right-15 {
    padding-right: 15px;
}

.pd-right-20 {
    padding-right: 20px;
}

.pd-right-25 {
    padding-right: 25px;
}

.pd-right-30 {
    padding-right: 30px;
}

.pd-right-35 {
    padding-right: 35px;
}

.pd-right-40 {
    padding-right: 40px;
}

.pd-right-45 {
    padding-right: 45px;
}

.pd-right-50 {
    padding-right: 50px;
}



.pd-0 {
    padding: 0;
}

.pd-5 {
    padding: 5px;
}

.pd-6 {
    padding: 6px;
}

.pd-7 {
    padding: 7px;
}

.pd-8 {
    padding: 8px;
}

.pd-9 {
    padding: 9px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-35 {
    padding: 35px;
}

.pd-40 {
    padding: 40;
}

/* Padding */


/* Fonte Size */
.ft-10 {
    font-size: 10px;
}

.ft-11 {
    font-size: 11px;
}

.ft-12 {
    font-size: 12px;
}

.ft-13 {
    font-size: 13px;
}

.ft-14 {
    font-size: 14px;
}

.ft-15 {
    font-size: 15px;
}

.ft-16 {
    font-size: 16px;
}

.ft-17 {
    font-size: 17px;
}

.ft-18 {
    font-size: 18px;
}

.ft-19 {
    font-size: 19px;
}

.ft-20 {
    font-size: 20px;
}

.ft-21 {
    font-size: 21px;
}

.ft-22 {
    font-size: 22px;
}

.ft-23 {
    font-size: 23px;
}

.ft-24 {
    font-size: 24px;
}

.ft-25 {
    font-size: 25px;
}

.ft-26 {
    font-size: 26px;
}

.ft-27 {
    font-size: 27px;
}

.ft-28 {
    font-size: 28px;
}

.ft-29 {
    font-size: 29px;
}

.ft-30 {
    font-size: 30px;
}

.ft-31 {
    font-size: 31px;
}

.ft-32 {
    font-size: 32px;
}

.ft-33 {
    font-size: 33px;
}

.ft-34 {
    font-size: 34px;
}

.ft-35 {
    font-size: 35px;
}

.ft-36 {
    font-size: 36px;
}

.ft-37 {
    font-size: 37px;
}

.ft-38 {
    font-size: 38px;
}

.ft-39 {
    font-size: 39px;
}

.ft-40 {
    font-size: 40px;
}

.ft-41 {
    font-size: 41px;
}

/* Fonte Size */



/* Fonte Weight */
.ft-w-100 {
    font-weight: 100;
}

.ft-w-200 {
    font-weight: 200;
}

.ft-w-300 {
    font-weight: 300;
}

.ft-w-400 {
    font-weight: 400;
}

.ft-w-500 {
    font-weight: 500;
}

.ft-w-600 {
    font-weight: 600;
}

.ft-w-700 {
    font-weight: 700;
}

.ft-w-800 {
    font-weight: 800;
}

.ft-w-900 {
    font-weight: 900;
}

.ft-w-bold {
    font-weight: bold;
}

/* Fonte Weight */



/* Border Radius */
.bd-r-5 {
    border-radius: 5px;
}

.bd-r-10 {
    border-radius: 10px;
}

.bd-r-15 {
    border-radius: 15px;
}

.bd-r-20 {
    border-radius: 20px;
}

.bd-r-25 {
    border-radius: 25px;
}

.bd-r-30 {
    border-radius: 30px;
}

.bd-r-35 {
    border-radius: 35px;
}

.bd-r-50-per {
    border-radius: 50%;
}


.bd-r-top-left-5 {
    border-top-left-radius: 5px;
}

.bd-r-top-left-10 {
    border-top-left-radius: 10px;
}

.bd-r-top-left-15 {
    border-top-left-radius: 15px;
}

.bd-r-top-left-20 {
    border-top-left-radius: 20px;
}

.bd-r-top-left-25 {
    border-top-left-radius: 25px;
}

.bd-r-top-left-30 {
    border-top-left-radius: 30px;
}

.bd-r-top-left-35 {
    border-top-left-radius: 35px;
}


.bd-r-top-right-5 {
    border-top-right-radius: 5px;
}

.bd-r-top-right-10 {
    border-top-right-radius: 10px;
}

.bd-r-top-right-15 {
    border-top-right-radius: 15px;
}

.bd-r-top-right-20 {
    border-top-right-radius: 20px;
}

.bd-r-top-right-25 {
    border-top-right-radius: 25px;
}

.bd-r-top-right-30 {
    border-top-right-radius: 30px;
}

.bd-r-top-right-35 {
    border-top-right-radius: 35px;
}


.bd-r-bottom-right-5 {
    border-bottom-right-radius: 5px;
}

.bd-r-bottom-right-10 {
    border-bottom-right-radius: 10px;
}

.bd-r-bottom-right-15 {
    border-bottom-right-radius: 15px;
}

.bd-r-bottom-right-20 {
    border-bottom-right-radius: 20px;
}

.bd-r-bottom-right-25 {
    border-bottom-right-radius: 25px;
}

.bd-r-bottom-right-30 {
    border-bottom-right-radius: 30px;
}

.bd-r-bottom-right-35 {
    border-bottom-right-radius: 35px;
}


.bd-r-bottom-left-5 {
    border-bottom-left-radius: 5px;
}

.bd-r-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.bd-r-bottom-left-15 {
    border-bottom-left-radius: 15px;
}

.bd-r-bottom-left-20 {
    border-bottom-left-radius: 20px;
}

.bd-r-bottom-left-25 {
    border-bottom-left-radius: 25px;
}

.bd-r-bottom-left-30 {
    border-bottom-left-radius: 30px;
}

.bd-r-bottom-left-35 {
    border-bottom-left-radius: 35px;
}

/* Border Radius */



/* Width */
.wd-100-per {
    width: 100%;
}

.wd-1 {
    width: 1px;
}

.wd-2 {
    width: 2px;
}

.wd-3 {
    width: 3px;
}

.wd-4 {
    width: 4px;
}

.wd-5 {
    width: 5px;
}

.wd-10 {
    width: 10px;
}

.wd-15 {
    width: 15px;
}

.wd-20 {
    width: 20px;
}

.wd-21 {
    width: 21px;
}

.wd-22 {
    width: 22px;
}

.wd-23 {
    width: 23px;
}

.wd-24 {
    width: 24px;
}

.wd-25 {
    width: 25px;
}

.wd-30 {
    width: 30px;
}

.wd-35 {
    width: 35px;
}

.wd-40 {
    width: 40px;
}

.wd-45 {
    width: 45px;
}

.wd-50 {
    width: 50px;
}

.wd-55 {
    width: 55px;
}

.wd-60 {
    width: 60px;
}

.wd-65 {
    width: 65px;
}

.wd-70 {
    width: 70px;
}

.wd-75 {
    width: 75px;
}

.wd-80 {
    width: 80px;
}

.wd-85 {
    width: 85px;
}

.wd-90 {
    width: 90px;
}

.wd-95 {
    width: 95px;
}

.wd-100 {
    width: 100px;
}

.wd-110 {
    width: 110px;
}

.wd-115 {
    width: 115px;
}

.wd-116 {
    width: 116px;
}

.wd-117 {
    width: 117px;
}

.wd-118 {
    width: 118px;
}

.wd-119 {
    width: 119px;
}

.wd-120 {
    width: 120px;
}

.wd-130 {
    width: 130px;
}

.wd-131 {
    width: 131px;
}

.wd-132 {
    width: 132px;
}

.wd-133 {
    width: 133px;
}

.wd-134 {
    width: 134px;
}

.wd-135 {
    width: 135px;
}

.wd-136 {
    width: 136px;
}

.wd-137 {
    width: 137px;
}

.wd-138 {
    width: 138px;
}

.wd-139 {
    width: 139px;
}

.wd-140 {
    width: 140px;
}

.wd-150 {
    width: 150px;
}

.wd-151 {
    width: 151px;
}

.wd-152 {
    width: 152px;
}

.wd-153 {
    width: 153px;
}

.wd-160 {
    width: 160px;
}

.wd-161 {
    width: 161px;
}

.wd-162 {
    width: 162px;
}

.wd-163 {
    width: 163px;
}

.wd-164 {
    width: 164px;
}

.wd-165 {
    width: 165px;
}

.wd-170 {
    width: 170px;
}

.wd-180 {
    width: 180px;
}

.wd-190 {
    width: 190px;
}

.wd-200 {
    width: 200px;
}

.wd-205 {
    width: 205px;
}

.wd-206 {
    width: 206px;
}

.wd-207 {
    width: 207px;
}

.wd-208 {
    width: 208px;
}

.wd-209 {
    width: 209px;
}

.wd-210 {
    width: 210px;
}

.wd-220 {
    width: 220px;
}

.wd-225 {
    width: 225px;
}

.wd-230 {
    width: 230px;
}

.wd-240 {
    width: 240px;
}

.wd-241 {
    width: 241px;
}

.wd-242 {
    width: 242px;
}

.wd-243 {
    width: 243px;
}

.wd-244 {
    width: 244px;
}

.wd-245 {
    width: 245px;
}

.wd-250 {
    width: 250px;
}

.wd-251 {
    width: 251px;
}

.wd-260 {
    width: 260px;
}

.wd-270 {
    width: 270px;
}

.wd-280 {
    width: 280px;
}

.wd-285 {
    width: 285px;
}

.wd-290 {
    width: 290px;
}

.wd-291 {
    width: 291px;
}

.wd-292 {
    width: 292px;
}

.wd-300 {
    width: 300px;
}

.wd-305 {
    width: 305px;
}

.wd-310 {
    width: 310px;
}

.wd-320 {
    width: 320px;
}

.wd-330 {
    width: 330px;
}

.wd-340 {
    width: 340px;
}

.wd-345 {
    width: 345px;
}

.wd-350 {
    width: 350px;
}

.wd-355 {
    width: 355px;
}

.wd-360 {
    width: 360px;
}

.wd-370 {
    width: 370px;
}

.wd-375 {
    width: 375px;
}

.wd-380 {
    width: 380px;
}

.wd-390 {
    width: 390px;
}

.wd-400 {
    width: 400px;
}

.wd-401 {
    width: 401px;
}

.wd-402 {
    width: 402px;
}

.wd-403 {
    width: 403px;
}

.wd-404 {
    width: 404px;
}

.wd-405 {
    width: 405px;
}

.wd-410 {
    width: 410px;
}

.wd-420 {
    width: 420px;
}

.wd-430 {
    width: 430px;
}

.wd-440 {
    width: 440px;
}

.wd-450 {
    width: 450px;
}

.wd-455 {
    width: 455px;
}

.wd-460 {
    width: 460px;
}

.wd-465 {
    width: 465px;
}

.wd-470 {
    width: 470px;
}

.wd-475 {
    width: 475px;
}

.wd-480 {
    width: 480px;
}

.wd-490 {
    width: 490px;
}

.wd-500 {
    width: 500px;
}

.wd-510 {
    width: 510px;
}

.wd-520 {
    width: 520px;
}

.wd-530 {
    width: 530px;
}

.wd-540 {
    width: 540px;
}

.wd-550 {
    width: 550px;
}

.wd-560 {
    width: 560px;
}

.wd-570 {
    width: 570px;
}

.wd-580 {
    width: 580px;
}

.wd-590 {
    width: 590px;
}

.wd-600 {
    width: 600px;
}

.wd-617 {
    width: 617px;
}

.wd-618 {
    width: 618px;
}

.wd-619 {
    width: 619px;
}

.wd-620 {
    width: 620px;
}

.wd-630 {
    width: 630px;
}

.wd-640 {
    width: 640px;
}

.wd-650 {
    width: 650px;
}

.wd-660 {
    width: 660px;
}

.wd-665 {
    width: 665px;
}

.wd-670 {
    width: 670px;
}

.wd-680 {
    width: 680px;
}

.wd-690 {
    width: 690px;
}

.wd-700 {
    width: 700px;
}

.wd-710 {
    width: 710px;
}

.wd-720 {
    width: 720px;
}

.wd-730 {
    width: 730px;
}

.wd-740 {
    width: 740px;
}

.wd-750 {
    width: 750px;
}

.wd-760 {
    width: 760px;
}

.wd-800 {
    width: 800px;
}

.wd-810 {
    width: 810px;
}

.wd-820 {
    width: 820px;
}

.wd-830 {
    width: 830px;
}

.wd-840 {
    width: 840px;
}

.wd-850 {
    width: 850px;
}

.wd-860 {
    width: 860px;
}

.wd-880 {
    width: 880px;
}

.wd-900 {
    width: 900px;
}

.wd-910 {
    width: 910px;
}

.wd-920 {
    width: 920px;
}

.wd-930 {
    width: 930px;
}

.wd-940 {
    width: 940px;
}

.wd-950 {
    width: 950px;
}

.wd-1000 {
    width: 1000px;
}

.wd-1010 {
    width: 1010px;
}

.wd-1020 {
    width: 1020px;
}

.wd-1030 {
    width: 1030px;
}

.wd-1040 {
    width: 1040px;
}

.wd-1050 {
    width: 1050px;
}

.wd-1100 {
    width: 1100px;
}

.wd-1200 {
    width: 1200px;
}

.wd-1300 {
    width: 1300px;
}

.wd-1400 {
    width: 1400px;
}

.wd-1500 {
    width: 1500px;
}

.wd-1600 {
    width: 1600px;
}

.wd-1700 {
    width: 1700px;
}

.wd-1800 {
    width: 1800px;
}

/* Width */




/* Height */
.hg-100-per {
    height: 100%;
}

.hg-1 {
    height: 1px;
}

.hg-2 {
    height: 2px;
}

.hg-3 {
    height: 3px;
}

.hg-4 {
    height: 4px;
}

.hg-5 {
    height: 5px;
}

.hg-6 {
    height: 6px;
}

.hg-7 {
    height: 7px;
}

.hg-8 {
    height: 8px;
}

.hg-9 {
    height: 9px;
}

.hg-10 {
    height: 10px;
}

.hg-15 {
    height: 15px;
}

.hg-16 {
    height: 16px;
}

.hg-17 {
    height: 17px;
}

.hg-18 {
    height: 18px;
}

.hg-19 {
    height: 19px;
}

.hg-20 {
    height: 20px;
}

.hg-21 {
    height: 21px;
}

.hg-22 {
    height: 22px;
}

.hg-23 {
    height: 23px;
}

.hg-24 {
    height: 24px;
}

.hg-25 {
    height: 25px;
}

.hg-30 {
    height: 30px;
}

.hg-35 {
    height: 35px;
}

.hg-40 {
    height: 40px;
}

.hg-45 {
    height: 45px;
}

.hg-50 {
    height: 50px;
}

.hg-55 {
    height: 55px;
}

.hg-60 {
    height: 60px;
}

.hg-65 {
    height: 65px;
}

.hg-66 {
    height: 66px;
}

.hg-67 {
    height: 67px;
}

.hg-68 {
    height: 68px;
}

.hg-69 {
    height: 69px;
}

.hg-70 {
    height: 70px;
}

.hg-75 {
    height: 75px;
}

.hg-80 {
    height: 80px;
}

.hg-85 {
    height: 85px;
}

.hg-90 {
    height: 90px;
}

.hg-95 {
    height: 95px;
}

.hg-100 {
    height: 100px;
}

.hg-110 {
    height: 110px;
}

.hg-120 {
    height: 120px;
}

.hg-130 {
    height: 130px;
}

.hg-140 {
    height: 140px;
}

.hg-150 {
    height: 150px;
}

.hg-180 {
    height: 180px;
}

.hg-200 {
    height: 200px;
}

.hg-250 {
    height: 250px;
}

.hg-300 {
    height: 300px;
}

.hg-350 {
    height: 350px;
}

.hg-360 {
    height: 360px;
}

.hg-370 {
    height: 370px;
}

.hg-380 {
    height: 380px;
}

.hg-390 {
    height: 390px;
}

.hg-400 {
    height: 400px;
}

.hg-410 {
    height: 410px;
}

.hg-420 {
    height: 420px;
}

.hg-430 {
    height: 430px;
}

.hg-440 {
    height: 440px;
}

.hg-450 {
    height: 450px;
}

.hg-460 {
    height: 460px;
}

.hg-470 {
    height: 470px;
}

.hg-480 {
    height: 480px;
}

.hg-490 {
    height: 490px;
}

.hg-500 {
    height: 500px;
}

.hg-550 {
    height: 550px;
}

.hg-600 {
    height: 600px;
}

.hg-650 {
    height: 650px;
}

.hg-660 {
    height: 660px;
}

.hg-670 {
    height: 670px;
}

.hg-680 {
    height: 680px;
}

.hg-690 {
    height: 690px;
}

.hg-700 {
    height: 700px;
}

.hg-750 {
    height: 750px;
}

.hg-800 {
    height: 800px;
}

.hg-850 {
    height: 850px;
}

.hg-900 {
    height: 900px;
}

.hg-910 {
    height: 910px;
}

.hg-920 {
    height: 920px;
}

.hg-930 {
    height: 930px;
}

.hg-940 {
    height: 940px;
}

.hg-950 {
    height: 950px;
}

.hg-1000 {
    width: 1000px;
}

.hg-1100 {
    width: 1100px;
}

.hg-1200 {
    width: 1200px;
}

/* Height */