/* Minification failed. Returning unminified contents.
(11845,1034): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(11845,1062): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(11845,1139): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(11845,1169): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(11845,1246): run-time error CSS1039: Token not allowed after unary operator: '-success'
(11845,1274): run-time error CSS1039: Token not allowed after unary operator: '-success'
(11845,1348): run-time error CSS1039: Token not allowed after unary operator: '-danger'
(11845,1375): run-time error CSS1039: Token not allowed after unary operator: '-danger'
(11845,1449): run-time error CSS1039: Token not allowed after unary operator: '-warning'
(11845,1477): run-time error CSS1039: Token not allowed after unary operator: '-warning'
(11845,1549): run-time error CSS1039: Token not allowed after unary operator: '-info'
(11845,1574): run-time error CSS1039: Token not allowed after unary operator: '-info'
(11845,1644): run-time error CSS1039: Token not allowed after unary operator: '-light'
(11845,1670): run-time error CSS1039: Token not allowed after unary operator: '-light'
(11845,1740): run-time error CSS1039: Token not allowed after unary operator: '-dark'
(11845,1765): run-time error CSS1039: Token not allowed after unary operator: '-dark'
(11845,1843): run-time error CSS1039: Token not allowed after unary operator: '-light'
 */
/* ***** BEGIN GENERAL ***** */
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.no-resize {resize: none!important; }
/* ***** END GENERAL ***** */


/* ********** BEGIN CUSTOM ********** */
.cursor-pointer { cursor: pointer!important; }
.cursor-default { cursor: default!important; }
.cursor-n-resize { cursor: n-resize!important; }

.clear { clear: both; }
.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


/* ***** BEGIN IMAGES ***** */
.img-radius { border-radius: 50% !important; }
.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.bg-cover-top {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/* ***** END IMAGES ***** */



/* ***** BEGIN MEASURES ***** */

/* ** 2px ** */
.min-h-p2 { min-height: 2px !important; }
.min-w-p2 { min-width: 2px !important; }

.max-h-p2 { max-height: 2px !important; }
.max-w-p2 { max-width: 2px !important; }

.h-p2 { height: 2px !important; }
.w-p2 { width: 2px !important; }


/* ** 4px ** */
.min-h-p4 { min-height: 4px !important; }
.min-w-p4 { min-width: 4px !important; }

.max-h-p4 { max-height: 4px !important; }
.max-w-p4 { max-width: 4px !important; }

.h-p4 { height: 4px !important; }
.w-p4 { width: 4px !important; }


/* ** 5px ** */
.min-h-p5 { min-height: 5px !important; }
.min-w-p5 { min-width: 5px !important; }

.max-h-p5 { max-height: 5px !important; }
.max-w-p5 { max-width: 5px !important; }

.h-p5 { height: 5px !important; }
.w-p5 { width: 5px !important; }


/* ** 6px ** */
.min-h-p6 { min-height: 6px !important; }
.min-w-p6 { min-width: 6px !important; }

.max-h-p6 { max-height: 6px !important; }
.max-w-p6 { max-width: 6px !important; }

.h-p6 { height: 6px !important; }
.w-p6 { width: 6px !important; }


/* ** 8px ** */
.min-h-p8 { min-height: 8px !important; }
.min-w-p8 { min-width: 8px !important; }

.max-h-p8 { max-height: 8px !important; }
.max-w-p8 { max-width: 8px !important; }

.h-p8 { height: 8px !important; }
.w-p8 { width: 8px !important; }


/* ** 10px ** */
.min-h-p10 { min-height: 10px !important; }
.min-w-p10 { min-width: 10px !important; }

.max-h-p10 { max-height: 10px !important; }
.max-w-p10 { max-width: 10px !important; }

.h-p10 { height: 10px !important; }
.w-p10 { width: 10px !important; }


/* ** 12px ** */
.min-h-p12 { min-height: 12px !important; }
.min-w-p12 { min-width: 12px !important; }

.max-h-p12 { max-height: 12px !important; }
.max-w-p12 { max-width: 12px !important; }

.h-p12 { height: 12px !important; }
.w-p12 { width: 12px !important; }


/* ** 14px ** */
.min-h-p14 { min-height: 14px !important; }
.min-w-p14 { min-width: 14px !important; }

.max-h-p14 { max-height: 14px !important; }
.max-w-p14 { max-width: 14px !important; }

.h-p14 { height: 14px !important; }
.w-p14 { width: 14px !important; }


/* ** 15px ** */
.min-h-p15 { min-height: 15px !important; }
.min-w-p15 { min-width: 15px !important; }

.max-h-p15 { max-height: 15px !important; }
.max-w-p15 { max-width: 15px !important; }

.h-p15 { height: 15px !important; }
.w-p15 { width: 15px !important; }


/* ** 16px ** */
.min-h-p16 { min-height: 16px !important; }
.min-w-p16 { min-width: 16px !important; }

.max-h-p16 { max-height: 16px !important; }
.max-w-p16 { max-width: 16px !important; }

.h-p16 { height: 16px !important; }
.w-p16 { width: 16px !important; }


/* ** 18px ** */
.min-h-p18 { min-height: 18px !important; }
.min-w-p18 { min-width: 18px !important; }

.max-h-p18 { max-height: 18px !important; }
.max-w-p18 { max-width: 18px !important; }

.h-p18 { height: 18px !important; }
.w-p18 { width: 18px !important; }


/* ** 20px ** */
.min-h-p20 { min-height: 20px !important; }
.min-w-p20 { min-width: 20px !important; }

.max-h-p20 { max-height: 20px !important; }
.max-w-p20 { max-width: 20px !important; }

.h-p20 { height: 20px !important; }
.w-p20 { width: 20px !important; }


/* ** 22px ** */
.min-h-p22 { min-height: 22px !important; }
.min-w-p22 { min-width: 22px !important; }

.max-h-p22 { max-height: 22px !important; }
.max-w-p22 { max-width: 22px !important; }

.h-p22 { height: 22px !important; }
.w-p22 { width: 22px !important; }


/* ** 24px ** */
.min-h-p24 { min-height: 24px !important; }
.min-w-p24 { min-width: 24px !important; }

.max-h-p24 { max-height: 24px !important; }
.max-w-p24 { max-width: 24px !important; }

.h-p24 { height: 24px !important; }
.w-p24 { width: 24px !important; }


/* ** 25px ** */
.min-h-p25 { min-height: 25px !important; }
.min-w-p25 { min-width: 25px !important; }

.max-h-p25 { max-height: 25px !important; }
.max-w-p25 { max-width: 25px !important; }

.h-p25 { height: 25px !important; }
.w-p25 { width: 25px !important; }


/* ** 26px ** */
.min-h-p26 { min-height: 26px !important; }
.min-w-p26 { min-width: 26px !important; }

.max-h-p26 { max-height: 26px !important; }
.max-w-p26 { max-width: 26px !important; }

.h-p26 { height: 26px !important; }
.w-p26 { width: 26px !important; }


/* ** 28px ** */
.min-h-p28 { min-height: 28px !important; }
.min-w-p28 { min-width: 28px !important; }

.max-h-p28 { max-height: 28px !important; }
.max-w-p28 { max-width: 28px !important; }

.h-p28 { height: 28px !important; }
.w-p28 { width: 28px !important; }


/* ** 30px ** */
.min-h-p30 { min-height: 30px !important; }
.min-w-p30 { min-width: 30px !important; }

.max-h-p30 { max-height: 30px !important; }
.max-w-p30 { max-width: 30px !important; }

.h-p30 { height: 30px !important; }
.w-p30 { width: 30px !important; }


/* ** 32px ** */
.min-h-p32 { min-height: 32px !important; }
.min-w-p32 { min-width: 32px !important; }

.max-h-p32 { max-height: 32px !important; }
.max-w-p32 { max-width: 32px !important; }

.h-p32 { height: 32px !important; }
.w-p32 { width: 32px !important; }


/* ** 35px ** */
.min-h-p35 { min-height: 35px !important; }
.min-w-p35 { min-width: 35px !important; }

.max-h-p35 { max-height: 35px !important; }
.max-w-p35 { max-width: 35px !important; }

.h-p35 { height: 35px !important; }
.w-p35 { width: 35px !important; }


/* ** 42px ** */
.min-h-p42 { min-height: 42px !important; }
.min-w-p42 { min-width: 42px !important; }

.max-h-p42 { max-height: 42px !important; }
.max-w-p42 { max-width: 42px !important; }

.h-p42 { height: 42px !important; }
.w-p42 { width: 42px !important; }


/* ** 40px ** */
.min-h-p40 { min-height: 40px !important; }
.min-w-p40 { min-width: 40px !important; }

.max-h-p40 { max-height: 40px !important; }
.max-w-p40 { max-width: 40px !important; }

.h-p40 { height: 40px !important; }
.w-p40 { width: 40px !important; }


/* ** 45px ** */
.min-h-p45 { min-height: 45px !important; }
.min-w-p45 { min-width: 45px !important; }

.max-h-p45 { max-height: 45px !important; }
.max-w-p45 { max-width: 45px !important; }

.h-p45 { height: 45px !important; }
.w-p45 { width: 45px !important; }


/* ** 50px ** */
.min-h-p50 { min-height: 50px !important; }
.min-w-p50 { min-width: 50px !important; }

.max-h-p50 { max-height: 50px !important; }
.max-w-p50 { max-width: 50px !important; }

.h-p50 { height: 50px !important; }
.w-p50 { width: 50px !important; }


/* ** 52px ** */
.min-h-p52 { min-height: 52px !important; }
.min-w-p52 { min-width: 52px !important; }

.max-h-p52 { max-height: 52px !important; }
.max-w-p52 { max-width: 52px !important; }

.h-p52 { height: 52px !important; }
.w-p52 { width: 52px !important; }


/* ** 55px ** */
.min-h-p55 { min-height: 55px !important; }
.min-w-p55 { min-width: 55px !important; }

.max-h-p55 { max-height: 55px !important; }
.max-w-p55 { max-width: 55px !important; }

.h-p55 { height: 55px !important; }
.w-p55 { width: 55px !important; }


/* ** 60px ** */
.min-h-p60 { min-height: 60px !important; }
.min-w-p60 { min-width: 60px !important; }

.max-h-p60 { max-height: 60px !important; }
.max-w-p60 { max-width: 60px !important; }

.h-p60 { height: 60px !important; }
.w-p60 { width: 60px !important; }


/* ** 62px ** */
.min-h-p62 { min-height: 62px !important; }
.min-w-p62 { min-width: 62px !important; }

.max-h-p62 { max-height: 62px !important; }
.max-w-p62 { max-width: 62px !important; }

.h-p62 { height: 62px !important; }
.w-p62 { width: 62px !important; }


/* ** 65px ** */
.min-h-p65 { min-height: 65px !important; }
.min-w-p65 { min-width: 65px !important; }

.max-h-p65 { max-height: 65px !important; }
.max-w-p65 { max-width: 65px !important; }

.h-p65 { height: 65px !important; }
.w-p65 { width: 65px !important; }


/* ** 70px ** */
.min-h-p70 { min-height: 70px !important; }
.min-w-p70 { min-width: 70px !important; }

.max-h-p70 { max-height: 70px !important; }
.max-w-p70 { max-width: 70px !important; }

.h-p70 { height: 70px !important; }
.w-p70 { width: 70px !important; }

/* ** 72px ** */
.min-h-p72 { min-height: 72px !important; }
.min-w-p72 { min-width: 72px !important; }

.max-h-p72 { max-height: 72px !important; }
.max-w-p72 { max-width: 72px !important; }

.h-p72 { height: 72px !important; }
.w-p72 { width: 72px !important; }

/* ** 75px ** */
.min-h-p75 { min-height: 75px !important; }
.min-w-p75 { min-width: 75px !important; }

.max-h-p75 { max-height: 75px !important; }
.max-w-p75 { max-width: 75px !important; }

.h-p75 { height: 75px !important; }
.w-p75 { width: 75px !important; }


/* ** 80px ** */
.min-h-p80 { min-height: 80px !important; }
.min-w-p80 { min-width: 80px !important; }

.max-h-p80 { max-height: 80px !important; }
.max-w-p80 { max-width: 80px !important; }

.h-p80 { height: 80px !important; }
.w-p80 { width: 80px !important; }


/* ** 82px ** */
.min-h-p82 { min-height: 82px !important; }
.min-w-p82 { min-width: 82px !important; }

.max-h-p82 { max-height: 82px !important; }
.max-w-p82 { max-width: 82px !important; }

.h-p82 { height: 82px !important; }
.w-p82 { width: 82px !important; }


/* ** 85px ** */
.min-h-p85 { min-height: 85px !important; }
.min-w-p85 { min-width: 85px !important; }

.max-h-p85 { max-height: 85px !important; }
.max-w-p85 { max-width: 85px !important; }

.h-p85 { height: 85px !important; }
.w-p85 { width: 85px !important; }


/* ** 90px ** */
.min-h-p90 { min-height: 90px !important; }
.min-w-p90 { min-width: 90px !important; }

.max-h-p90 { max-height: 90px !important; }
.max-w-p90 { max-width: 90px !important; }

.h-p90 { height: 90px !important; }
.w-p90 { width: 90px !important; }


/* ** 92px ** */
.min-h-p92 { min-height: 92px !important; }
.min-w-p92 { min-width: 92px !important; }

.max-h-p92 { max-height: 92px !important; }
.max-w-p92 { max-width: 92px !important; }

.h-p92 { height: 92px !important; }
.w-p92 { width: 92px !important; }


/* ** 95px ** */
.min-h-p95 { min-height: 95px !important; }
.min-w-p95 { min-width: 95px !important; }

.max-h-p95 { max-height: 95px !important; }
.max-w-p95 { max-width: 95px !important; }

.h-p95 { height: 95px !important; }
.w-p95 { width: 95px !important; }


/* ** 100px ** */
.min-h-p100 { min-height: 100px !important; }
.min-w-p100 { min-width: 100px !important; }

.max-h-p100 { max-height: 100px !important; }
.max-w-p100 { max-width: 100px !important; }

.h-p100 { height: 100px !important; }
.w-p100 { width: 100px !important; }


/* ** 105px ** */
.min-h-p105 { min-height: 105px !important; }
.min-w-p105 { min-width: 105px !important; }

.max-h-p105 { max-height: 105px !important; }
.max-w-p105 { max-width: 105px !important; }

.h-p105 { height: 105px !important; }
.w-p105 { width: 105px !important; }


/* ** 110px ** */
.min-h-p110 { min-height: 110px !important; }
.min-w-p110 { min-width: 110px !important; }

.max-h-p110 { max-height: 110px !important; }
.max-w-p110 { max-width: 110px !important; }

.h-p110 { height: 110px !important; }
.w-p110 { width: 110px !important; }


/* ** 115px ** */
.min-h-p115 { min-height: 115px !important; }
.min-w-p115 { min-width: 115px !important; }

.max-h-p115 { max-height: 115px !important; }
.max-w-p115 { max-width: 115px !important; }

.h-p115 { height: 115px !important; }
.w-p115 { width: 115px !important; }


/* ** 120px ** */
.min-h-p120 { min-height: 120px !important; }
.min-w-p120 { min-width: 120px !important; }

.max-h-p120 { max-height: 120px !important; }
.max-w-p120 { max-width: 120px !important; }

.h-p120 { height: 120px !important; }
.w-p120 { width: 120px !important; }


/* ** 125px ** */
.min-h-p125 { min-height: 125px !important; }
.min-w-p125 { min-width: 125px !important; }

.max-h-p125 { max-height: 125px !important; }
.max-w-p125 { max-width: 125px !important; }

.h-p125 { height: 125px !important; }
.w-p125 { width: 125px !important; }


/* ** 130px ** */
.min-h-p130 { min-height: 130px !important; }
.min-w-p130 { min-width: 130px !important; }

.max-h-p130 { max-height: 130px !important; }
.max-w-p130 { max-width: 130px !important; }

.h-p130 { height: 130px !important; }
.w-p130 { width: 130px !important; }


/* ** 135px ** */
.min-h-p135 { min-height: 135px !important; }
.min-w-p135 { min-width: 135px !important; }

.max-h-p135 { max-height: 135px !important; }
.max-w-p135 { max-width: 135px !important; }

.h-p135 { height: 135px !important; }
.w-p135 { width: 135px !important; }


/* ** 140px ** */
.min-h-p140 { min-height: 140px !important; }
.min-w-p140 { min-width: 140px !important; }

.max-h-p140 { max-height: 140px !important; }
.max-w-p140 { max-width: 140px !important; }

.h-p140 { height: 140px !important; }
.w-p140 { width: 140px !important; }


/* ** 145px ** */
.min-h-p145 { min-height: 145px !important; }
.min-w-p145 { min-width: 145px !important; }

.max-h-p145 { max-height: 145px !important; }
.max-w-p145 { max-width: 145px !important; }

.h-p145 { height: 145px !important; }
.w-p145 { width: 145px !important; }


/* ** 150px ** */
.min-h-p150 { min-height: 150px !important; }
.min-w-p150 { min-width: 150px !important; }

.max-h-p150 { max-height: 150px !important; }
.max-w-p150 { max-width: 150px !important; }

.h-p150 { height: 150px !important; }
.w-p150 { width: 150px !important; }


/* ** 155px ** */
.min-h-p155 { min-height: 155px !important; }
.min-w-p155 { min-width: 155px !important; }

.max-h-p155 { max-height: 155px !important; }
.max-w-p155 { max-width: 155px !important; }

.h-p155 { height: 155px !important; }
.w-p155 { width: 155px !important; }


/* ** 160px ** */
.min-h-p160 { min-height: 160px !important; }
.min-w-p160 { min-width: 160px !important; }

.max-h-p160 { max-height: 160px !important; }
.max-w-p160 { max-width: 160px !important; }

.h-p160 { height: 160px !important; }
.w-p160 { width: 160px !important; }


/* ** 165px ** */
.min-h-p165 { min-height: 165px !important; }
.min-w-p165 { min-width: 165px !important; }

.max-h-p165 { max-height: 165px !important; }
.max-w-p165 { max-width: 165px !important; }

.h-p165 { height: 165px !important; }
.w-p165 { width: 165px !important; }


/* ** 170px ** */
.min-h-p170 { min-height: 170px !important; }
.min-w-p170 { min-width: 170px !important; }

.max-h-p170 { max-height: 170px !important; }
.max-w-p170 { max-width: 170px !important; }

.h-p170 { height: 170px !important; }
.w-p170 { width: 170px !important; }


/* ** 175px ** */
.min-h-p175 { min-height: 175px !important; }
.min-w-p175 { min-width: 175px !important; }

.max-h-p175 { max-height: 175px !important; }
.max-w-p175 { max-width: 175px !important; }

.h-p175 { height: 175px !important; }
.w-p175 { width: 175px !important; }


/* ** 180px ** */
.min-h-p180 { min-height: 180px !important; }
.min-w-p180 { min-width: 180px !important; }

.max-h-p180 { max-height: 180px !important; }
.max-w-p180 { max-width: 180px !important; }

.h-p180 { height: 180px !important; }
.w-p180 { width: 180px !important; }


/* ** 185px ** */
.min-h-p185 { min-height: 185px !important; }
.min-w-p185 { min-width: 185px !important; }

.max-h-p185 { max-height: 185px !important; }
.max-w-p185 { max-width: 185px !important; }

.h-p185 { height: 185px !important; }
.w-p185 { width: 185px !important; }


/* ** 190px ** */
.min-h-p190 { min-height: 190px !important; }
.min-w-p190 { min-width: 190px !important; }

.max-h-p190 { max-height: 190px !important; }
.max-w-p190 { max-width: 190px !important; }

.h-p190 { height: 190px !important; }
.w-p190 { width: 190px !important; }


/* ** 195px ** */
.min-h-p195 { min-height: 195px !important; }
.min-w-p195 { min-width: 195px !important; }

.max-h-p195 { max-height: 195px !important; }
.max-w-p195 { max-width: 195px !important; }

.h-p195 { height: 195px !important; }
.w-p195 { width: 195px !important; }


/* ** 200px ** */
.min-h-p200 { min-height: 200px !important; }
.min-w-p200 { min-width: 200px !important; }

.max-h-p200 { max-height: 200px !important; }
.max-w-p200 { max-width: 200px !important; }

.h-p200 { height: 200px !important; }
.w-p200 { width: 200px !important; }

/* ** 205px ** */
.min-h-p205 { min-height: 205px !important; }
.min-w-p205 { min-width: 205px !important; }

.max-h-p205 { max-height: 205px !important; }
.max-w-p205 { max-width: 205px !important; }

.h-p205 { height: 205px !important; }
.w-p205 { width: 205px !important; }


/* ** 210px ** */
.min-h-p210 { min-height: 210px !important; }
.min-w-p210 { min-width: 210px !important; }

.max-h-p210 { max-height: 210px !important; }
.max-w-p210 { max-width: 210px !important; }

.h-p210 { height: 210px !important; }
.w-p210 { width: 210px !important; }


/* ** 215px ** */
.min-h-p215 { min-height: 215px !important; }
.min-w-p215 { min-width: 215px !important; }

.max-h-p215 { max-height: 215px !important; }
.max-w-p215 { max-width: 215px !important; }

.h-p215 { height: 215px !important; }
.w-p215 { width: 215px !important; }


/* ** 220px ** */
.min-h-p220 { min-height: 220px !important; }
.min-w-p220 { min-width: 220px !important; }

.max-h-p220 { max-height: 220px !important; }
.max-w-p220 { max-width: 220px !important; }

.h-p220 { height: 220px !important; }
.w-p220 { width: 220px !important; }


/* ** 225px ** */
.min-h-p225 { min-height: 225px !important; }
.min-w-p225 { min-width: 225px !important; }

.max-h-p225 { max-height: 225px !important; }
.max-w-p225 { max-width: 225px !important; }

.h-p225 { height: 225px !important; }
.w-p225 { width: 225px !important; }


/* ** 230px ** */
.min-h-p230 { min-height: 230px !important; }
.min-w-p230 { min-width: 230px !important; }

.max-h-p230 { max-height: 230px !important; }
.max-w-p230 { max-width: 230px !important; }

.h-p230 { height: 230px !important; }
.w-p230 { width: 230px !important; }


/* ** 235px ** */
.min-h-p235 { min-height: 235px !important; }
.min-w-p235 { min-width: 235px !important; }

.max-h-p235 { max-height: 235px !important; }
.max-w-p235 { max-width: 235px !important; }

.h-p235 { height: 235px !important; }
.w-p235 { width: 235px !important; }


/* ** 240px ** */
.min-h-p240 { min-height: 240px !important; }
.min-w-p240 { min-width: 240px !important; }

.max-h-p240 { max-height: 240px !important; }
.max-w-p240 { max-width: 240px !important; }

.h-p240 { height: 240px !important; }
.w-p240 { width: 240px !important; }


/* ** 245px ** */
.min-h-p245 { min-height: 245px !important; }
.min-w-p245 { min-width: 245px !important; }

.max-h-p245 { max-height: 245px !important; }
.max-w-p245 { max-width: 245px !important; }

.h-p245 { height: 245px !important; }
.w-p245 { width: 245px !important; }


/* ** 250px ** */
.min-h-p250 { min-height: 250px !important; }
.min-w-p250 { min-width: 250px !important; }

.max-h-p250 { max-height: 250px !important; }
.max-w-p250 { max-width: 250px !important; }

.h-p250 { height: 250px !important; }
.w-p250 { width: 250px !important; }


/* ** 255px ** */
.min-h-p255 { min-height: 255px !important; }
.min-w-p255 { min-width: 255px !important; }

.max-h-p255 { max-height: 255px !important; }
.max-w-p255 { max-width: 255px !important; }

.h-p255 { height: 255px !important; }
.w-p255 { width: 255px !important; }


/* ** 260px ** */
.min-h-p260 { min-height: 260px !important; }
.min-w-p260 { min-width: 260px !important; }

.max-h-p260 { max-height: 260px !important; }
.max-w-p260 { max-width: 260px !important; }

.h-p260 { height: 260px !important; }
.w-p260 { width: 260px !important; }


/* ** 265px ** */
.min-h-p265 { min-height: 265px !important; }
.min-w-p265 { min-width: 265px !important; }

.max-h-p265 { max-height: 265px !important; }
.max-w-p265 { max-width: 265px !important; }

.h-p265 { height: 265px !important; }
.w-p265 { width: 265px !important; }


/* ** 270px ** */
.min-h-p270 { min-height: 270px !important; }
.min-w-p270 { min-width: 270px !important; }

.max-h-p270 { max-height: 270px !important; }
.max-w-p270 { max-width: 270px !important; }

.h-p270 { height: 270px !important; }
.w-p270 { width: 270px !important; }


/* ** 275px ** */
.min-h-p275 { min-height: 275px !important; }
.min-w-p275 { min-width: 275px !important; }

.max-h-p275 { max-height: 275px !important; }
.max-w-p275 { max-width: 275px !important; }

.h-p275 { height: 275px !important; }
.w-p275 { width: 275px !important; }


/* ** 280px ** */
.min-h-p280 { min-height: 280px !important; }
.min-w-p280 { min-width: 280px !important; }

.max-h-p280 { max-height: 280px !important; }
.max-w-p280 { max-width: 280px !important; }

.h-p280 { height: 280px !important; }
.w-p280 { width: 280px !important; }


/* ** 285px ** */
.min-h-p285 { min-height: 285px !important; }
.min-w-p285 { min-width: 285px !important; }

.max-h-p285 { max-height: 285px !important; }
.max-w-p285 { max-width: 285px !important; }

.h-p285 { height: 285px !important; }
.w-p285 { width: 285px !important; }


/* ** 290px ** */
.min-h-p290 { min-height: 290px !important; }
.min-w-p290 { min-width: 290px !important; }

.max-h-p290 { max-height: 290px !important; }
.max-w-p290 { max-width: 290px !important; }

.h-p290 { height: 290px !important; }
.w-p290 { width: 290px !important; }


/* ** 295px ** */
.min-h-p295 { min-height: 295px !important; }
.min-w-p295 { min-width: 295px !important; }

.max-h-p295 { max-height: 295px !important; }
.max-w-p295 { max-width: 295px !important; }

.h-p295 { height: 295px !important; }
.w-p295 { width: 295px !important; }


/* ** 300px ** */
.min-h-p300 { min-height: 300px !important; }
.min-w-p300 { min-width: 300px !important; }

.max-h-p300 { max-height: 300px !important; }
.max-w-p300 { max-width: 300px !important; }

.h-p300 { height: 300px !important; }
.w-p300 { width: 300px !important; }

/* ** 305px ** */
.min-h-p305 { min-height: 305px !important; }
.min-w-p305 { min-width: 305px !important; }

.max-h-p305 { max-height: 305px !important; }
.max-w-p305 { max-width: 305px !important; }

.h-p305 { height: 305px !important; }
.w-p305 { width: 305px !important; }


/* ** 310px ** */
.min-h-p310 { min-height: 310px !important; }
.min-w-p310 { min-width: 310px !important; }

.max-h-p310 { max-height: 310px !important; }
.max-w-p310 { max-width: 310px !important; }

.h-p310 { height: 310px !important; }
.w-p310 { width: 310px !important; }


/* ** 315px ** */
.min-h-p315 { min-height: 315px !important; }
.min-w-p315 { min-width: 315px !important; }

.max-h-p315 { max-height: 315px !important; }
.max-w-p315 { max-width: 315px !important; }

.h-p315 { height: 315px !important; }
.w-p315 { width: 315px !important; }


/* ** 320px ** */
.min-h-p320 { min-height: 320px !important; }
.min-w-p320 { min-width: 320px !important; }

.max-h-p320 { max-height: 320px !important; }
.max-w-p320 { max-width: 320px !important; }

.h-p320 { height: 320px !important; }
.w-p320 { width: 320px !important; }


/* ** 325px ** */
.min-h-p325 { min-height: 325px !important; }
.min-w-p325 { min-width: 325px !important; }

.max-h-p325 { max-height: 325px !important; }
.max-w-p325 { max-width: 325px !important; }

.h-p325 { height: 325px !important; }
.w-p325 { width: 325px !important; }


/* ** 330px ** */
.min-h-p330 { min-height: 330px !important; }
.min-w-p330 { min-width: 330px !important; }

.max-h-p330 { max-height: 330px !important; }
.max-w-p330 { max-width: 330px !important; }

.h-p330 { height: 330px !important; }
.w-p330 { width: 330px !important; }


/* ** 335px ** */
.min-h-p335 { min-height: 335px !important; }
.min-w-p335 { min-width: 335px !important; }

.max-h-p335 { max-height: 335px !important; }
.max-w-p335 { max-width: 335px !important; }

.h-p335 { height: 335px !important; }
.w-p335 { width: 335px !important; }


/* ** 340px ** */
.min-h-p340 { min-height: 340px !important; }
.min-w-p340 { min-width: 340px !important; }

.max-h-p340 { max-height: 340px !important; }
.max-w-p340 { max-width: 340px !important; }

.h-p340 { height: 340px !important; }
.w-p340 { width: 340px !important; }


/* ** 345px ** */
.min-h-p345 { min-height: 345px !important; }
.min-w-p345 { min-width: 345px !important; }

.max-h-p345 { max-height: 345px !important; }
.max-w-p345 { max-width: 345px !important; }

.h-p345 { height: 345px !important; }
.w-p345 { width: 345px !important; }


/* ** 350px ** */
.min-h-p350 { min-height: 350px !important; }
.min-w-p350 { min-width: 350px !important; }

.max-h-p350 { max-height: 350px !important; }
.max-w-p350 { max-width: 350px !important; }

.h-p350 { height: 350px !important; }
.w-p350 { width: 350px !important; }


/* ** 355px ** */
.min-h-p355 { min-height: 355px !important; }
.min-w-p355 { min-width: 355px !important; }

.max-h-p355 { max-height: 355px !important; }
.max-w-p355 { max-width: 355px !important; }

.h-p355 { height: 355px !important; }
.w-p355 { width: 355px !important; }


/* ** 360px ** */
.min-h-p360 { min-height: 360px !important; }
.min-w-p360 { min-width: 360px !important; }

.max-h-p360 { max-height: 360px !important; }
.max-w-p360 { max-width: 360px !important; }

.h-p360 { height: 360px !important; }
.w-p360 { width: 360px !important; }


/* ** 365px ** */
.min-h-p365 { min-height: 365px !important; }
.min-w-p365 { min-width: 365px !important; }

.max-h-p365 { max-height: 365px !important; }
.max-w-p365 { max-width: 365px !important; }

.h-p365 { height: 365px !important; }
.w-p365 { width: 365px !important; }


/* ** 370px ** */
.min-h-p370 { min-height: 370px !important; }
.min-w-p370 { min-width: 370px !important; }

.max-h-p370 { max-height: 370px !important; }
.max-w-p370 { max-width: 370px !important; }

.h-p370 { height: 370px !important; }
.w-p370 { width: 370px !important; }


/* ** 375px ** */
.min-h-p375 { min-height: 375px !important; }
.min-w-p375 { min-width: 375px !important; }

.max-h-p375 { max-height: 375px !important; }
.max-w-p375 { max-width: 375px !important; }

.h-p375 { height: 375px !important; }
.w-p375 { width: 375px !important; }


/* ** 380px ** */
.min-h-p380 { min-height: 380px !important; }
.min-w-p380 { min-width: 380px !important; }

.max-h-p380 { max-height: 380px !important; }
.max-w-p380 { max-width: 380px !important; }

.h-p380 { height: 380px !important; }
.w-p380 { width: 380px !important; }


/* ** 385px ** */
.min-h-p385 { min-height: 385px !important; }
.min-w-p385 { min-width: 385px !important; }

.max-h-p385 { max-height: 385px !important; }
.max-w-p385 { max-width: 385px !important; }

.h-p385 { height: 385px !important; }
.w-p385 { width: 385px !important; }


/* ** 390px ** */
.min-h-p390 { min-height: 390px !important; }
.min-w-p390 { min-width: 390px !important; }

.max-h-p390 { max-height: 390px !important; }
.max-w-p390 { max-width: 390px !important; }

.h-p390 { height: 390px !important; }
.w-p390 { width: 390px !important; }


/* ** 395px ** */
.min-h-p395 { min-height: 395px !important; }
.min-w-p395 { min-width: 395px !important; }

.max-h-p395 { max-height: 395px !important; }
.max-w-p395 { max-width: 395px !important; }

.h-p395 { height: 395px !important; }
.w-p395 { width: 395px !important; }


/* ** 400px ** */
.min-h-p400 { min-height: 400px !important; }
.min-w-p400 { min-width: 400px !important; }

.max-h-p400 { max-height: 400px !important; }
.max-w-p400 { max-width: 400px !important; }

.h-p400 { height: 400px !important; }
.w-p400 { width: 400px !important; }

/* ** 405px ** */
.min-h-p405 { min-height: 405px !important; }
.min-w-p405 { min-width: 405px !important; }

.max-h-p405 { max-height: 405px !important; }
.max-w-p405 { max-width: 405px !important; }

.h-p405 { height: 405px !important; }
.w-p405 { width: 405px !important; }


/* ** 410px ** */
.min-h-p410 { min-height: 410px !important; }
.min-w-p410 { min-width: 410px !important; }

.max-h-p410 { max-height: 410px !important; }
.max-w-p410 { max-width: 410px !important; }

.h-p410 { height: 410px !important; }
.w-p410 { width: 410px !important; }


/* ** 415px ** */
.min-h-p415 { min-height: 415px !important; }
.min-w-p415 { min-width: 415px !important; }

.max-h-p415 { max-height: 415px !important; }
.max-w-p415 { max-width: 415px !important; }

.h-p415 { height: 415px !important; }
.w-p415 { width: 415px !important; }


/* ** 420px ** */
.min-h-p420 { min-height: 420px !important; }
.min-w-p420 { min-width: 420px !important; }

.max-h-p420 { max-height: 420px !important; }
.max-w-p420 { max-width: 420px !important; }

.h-p420 { height: 420px !important; }
.w-p420 { width: 420px !important; }


/* ** 425px ** */
.min-h-p425 { min-height: 425px !important; }
.min-w-p425 { min-width: 425px !important; }

.max-h-p425 { max-height: 425px !important; }
.max-w-p425 { max-width: 425px !important; }

.h-p425 { height: 425px !important; }
.w-p425 { width: 425px !important; }


/* ** 430px ** */
.min-h-p430 { min-height: 430px !important; }
.min-w-p430 { min-width: 430px !important; }

.max-h-p430 { max-height: 430px !important; }
.max-w-p430 { max-width: 430px !important; }

.h-p430 { height: 430px !important; }
.w-p430 { width: 430px !important; }


/* ** 435px ** */
.min-h-p435 { min-height: 435px !important; }
.min-w-p435 { min-width: 435px !important; }

.max-h-p435 { max-height: 435px !important; }
.max-w-p435 { max-width: 435px !important; }

.h-p435 { height: 435px !important; }
.w-p435 { width: 435px !important; }


/* ** 440px ** */
.min-h-p440 { min-height: 440px !important; }
.min-w-p440 { min-width: 440px !important; }

.max-h-p440 { max-height: 440px !important; }
.max-w-p440 { max-width: 440px !important; }

.h-p440 { height: 440px !important; }
.w-p440 { width: 440px !important; }


/* ** 445px ** */
.min-h-p445 { min-height: 445px !important; }
.min-w-p445 { min-width: 445px !important; }

.max-h-p445 { max-height: 445px !important; }
.max-w-p445 { max-width: 445px !important; }

.h-p445 { height: 445px !important; }
.w-p445 { width: 445px !important; }


/* ** 450px ** */
.min-h-p450 { min-height: 450px !important; }
.min-w-p450 { min-width: 450px !important; }

.max-h-p450 { max-height: 450px !important; }
.max-w-p450 { max-width: 450px !important; }

.h-p450 { height: 450px !important; }
.w-p450 { width: 450px !important; }


/* ** 455px ** */
.min-h-p455 { min-height: 455px !important; }
.min-w-p455 { min-width: 455px !important; }

.max-h-p455 { max-height: 455px !important; }
.max-w-p455 { max-width: 455px !important; }

.h-p455 { height: 455px !important; }
.w-p455 { width: 455px !important; }


/* ** 460px ** */
.min-h-p460 { min-height: 460px !important; }
.min-w-p460 { min-width: 460px !important; }

.max-h-p460 { max-height: 460px !important; }
.max-w-p460 { max-width: 460px !important; }

.h-p460 { height: 460px !important; }
.w-p460 { width: 460px !important; }


/* ** 465px ** */
.min-h-p465 { min-height: 465px !important; }
.min-w-p465 { min-width: 465px !important; }

.max-h-p465 { max-height: 465px !important; }
.max-w-p465 { max-width: 465px !important; }

.h-p465 { height: 465px !important; }
.w-p465 { width: 465px !important; }


/* ** 470px ** */
.min-h-p470 { min-height: 470px !important; }
.min-w-p470 { min-width: 470px !important; }

.max-h-p470 { max-height: 470px !important; }
.max-w-p470 { max-width: 470px !important; }

.h-p470 { height: 470px !important; }
.w-p470 { width: 470px !important; }


/* ** 475px ** */
.min-h-p475 { min-height: 475px !important; }
.min-w-p475 { min-width: 475px !important; }

.max-h-p475 { max-height: 475px !important; }
.max-w-p475 { max-width: 475px !important; }

.h-p475 { height: 475px !important; }
.w-p475 { width: 475px !important; }


/* ** 480px ** */
.min-h-p480 { min-height: 480px !important; }
.min-w-p480 { min-width: 480px !important; }

.max-h-p480 { max-height: 480px !important; }
.max-w-p480 { max-width: 480px !important; }

.h-p480 { height: 480px !important; }
.w-p480 { width: 480px !important; }


/* ** 485px ** */
.min-h-p485 { min-height: 485px !important; }
.min-w-p485 { min-width: 485px !important; }

.max-h-p485 { max-height: 485px !important; }
.max-w-p485 { max-width: 485px !important; }

.h-p485 { height: 485px !important; }
.w-p485 { width: 485px !important; }


/* ** 490px ** */
.min-h-p490 { min-height: 490px !important; }
.min-w-p490 { min-width: 490px !important; }

.max-h-p490 { max-height: 490px !important; }
.max-w-p490 { max-width: 490px !important; }

.h-p490 { height: 490px !important; }
.w-p490 { width: 490px !important; }


/* ** 495px ** */
.min-h-p495 { min-height: 495px !important; }
.min-w-p495 { min-width: 495px !important; }

.max-h-p495 { max-height: 495px !important; }
.max-w-p495 { max-width: 495px !important; }

.h-p495 { height: 495px !important; }
.w-p495 { width: 495px !important; }


/* ** 500px ** */
.min-h-p500 { min-height: 500px !important; }
.min-w-p500 { min-width: 500px !important; }

.max-h-p500 { max-height: 500px !important; }
.max-w-p500 { max-width: 500px !important; }

.h-p500 { height: 500px !important; }
.w-p500 { width: 500px !important; }

/* ** 505px ** */
.min-h-p505 { min-height: 505px !important; }
.min-w-p505 { min-width: 505px !important; }

.max-h-p505 { max-height: 505px !important; }
.max-w-p505 { max-width: 505px !important; }

.h-p505 { height: 505px !important; }
.w-p505 { width: 505px !important; }


/* ** 510px ** */
.min-h-p510 { min-height: 510px !important; }
.min-w-p510 { min-width: 510px !important; }

.max-h-p510 { max-height: 510px !important; }
.max-w-p510 { max-width: 510px !important; }

.h-p510 { height: 510px !important; }
.w-p510 { width: 510px !important; }


/* ** 515px ** */
.min-h-p515 { min-height: 515px !important; }
.min-w-p515 { min-width: 515px !important; }

.max-h-p515 { max-height: 515px !important; }
.max-w-p515 { max-width: 515px !important; }

.h-p515 { height: 515px !important; }
.w-p515 { width: 515px !important; }


/* ** 520px ** */
.min-h-p520 { min-height: 520px !important; }
.min-w-p520 { min-width: 520px !important; }

.max-h-p520 { max-height: 520px !important; }
.max-w-p520 { max-width: 520px !important; }

.h-p520 { height: 520px !important; }
.w-p520 { width: 520px !important; }


/* ** 525px ** */
.min-h-p525 { min-height: 525px !important; }
.min-w-p525 { min-width: 525px !important; }

.max-h-p525 { max-height: 525px !important; }
.max-w-p525 { max-width: 525px !important; }

.h-p525 { height: 525px !important; }
.w-p525 { width: 525px !important; }


/* ** 530px ** */
.min-h-p530 { min-height: 530px !important; }
.min-w-p530 { min-width: 530px !important; }

.max-h-p530 { max-height: 530px !important; }
.max-w-p530 { max-width: 530px !important; }

.h-p530 { height: 530px !important; }
.w-p530 { width: 530px !important; }


/* ** 535px ** */
.min-h-p535 { min-height: 535px !important; }
.min-w-p535 { min-width: 535px !important; }

.max-h-p535 { max-height: 535px !important; }
.max-w-p535 { max-width: 535px !important; }

.h-p535 { height: 535px !important; }
.w-p535 { width: 535px !important; }


/* ** 540px ** */
.min-h-p540 { min-height: 540px !important; }
.min-w-p540 { min-width: 540px !important; }

.max-h-p540 { max-height: 540px !important; }
.max-w-p540 { max-width: 540px !important; }

.h-p540 { height: 540px !important; }
.w-p540 { width: 540px !important; }


/* ** 545px ** */
.min-h-p545 { min-height: 545px !important; }
.min-w-p545 { min-width: 545px !important; }

.max-h-p545 { max-height: 545px !important; }
.max-w-p545 { max-width: 545px !important; }

.h-p545 { height: 545px !important; }
.w-p545 { width: 545px !important; }


/* ** 550px ** */
.min-h-p550 { min-height: 550px !important; }
.min-w-p550 { min-width: 550px !important; }

.max-h-p550 { max-height: 550px !important; }
.max-w-p550 { max-width: 550px !important; }

.h-p550 { height: 550px !important; }
.w-p550 { width: 550px !important; }


/* ** 555px ** */
.min-h-p555 { min-height: 555px !important; }
.min-w-p555 { min-width: 555px !important; }

.max-h-p555 { max-height: 555px !important; }
.max-w-p555 { max-width: 555px !important; }

.h-p555 { height: 555px !important; }
.w-p555 { width: 555px !important; }


/* ** 560px ** */
.min-h-p560 { min-height: 560px !important; }
.min-w-p560 { min-width: 560px !important; }

.max-h-p560 { max-height: 560px !important; }
.max-w-p560 { max-width: 560px !important; }

.h-p560 { height: 560px !important; }
.w-p560 { width: 560px !important; }


/* ** 565px ** */
.min-h-p565 { min-height: 565px !important; }
.min-w-p565 { min-width: 565px !important; }

.max-h-p565 { max-height: 565px !important; }
.max-w-p565 { max-width: 565px !important; }

.h-p565 { height: 565px !important; }
.w-p565 { width: 565px !important; }


/* ** 570px ** */
.min-h-p570 { min-height: 570px !important; }
.min-w-p570 { min-width: 570px !important; }

.max-h-p570 { max-height: 570px !important; }
.max-w-p570 { max-width: 570px !important; }

.h-p570 { height: 570px !important; }
.w-p570 { width: 570px !important; }


/* ** 575px ** */
.min-h-p575 { min-height: 575px !important; }
.min-w-p575 { min-width: 575px !important; }

.max-h-p575 { max-height: 575px !important; }
.max-w-p575 { max-width: 575px !important; }

.h-p575 { height: 575px !important; }
.w-p575 { width: 575px !important; }


/* ** 580px ** */
.min-h-p580 { min-height: 580px !important; }
.min-w-p580 { min-width: 580px !important; }

.max-h-p580 { max-height: 580px !important; }
.max-w-p580 { max-width: 580px !important; }

.h-p580 { height: 580px !important; }
.w-p580 { width: 580px !important; }


/* ** 585px ** */
.min-h-p585 { min-height: 585px !important; }
.min-w-p585 { min-width: 585px !important; }

.max-h-p585 { max-height: 585px !important; }
.max-w-p585 { max-width: 585px !important; }

.h-p585 { height: 585px !important; }
.w-p585 { width: 585px !important; }


/* ** 590px ** */
.min-h-p590 { min-height: 590px !important; }
.min-w-p590 { min-width: 590px !important; }

.max-h-p590 { max-height: 590px !important; }
.max-w-p590 { max-width: 590px !important; }

.h-p590 { height: 590px !important; }
.w-p590 { width: 590px !important; }


/* ** 595px ** */
.min-h-p595 { min-height: 595px !important; }
.min-w-p595 { min-width: 595px !important; }

.max-h-p595 { max-height: 595px !important; }
.max-w-p595 { max-width: 595px !important; }

.h-p595 { height: 595px !important; }
.w-p595 { width: 595px !important; }


/* ** 600px ** */
.min-h-p600 { min-height: 600px !important; }
.min-w-p600 { min-width: 600px !important; }

.max-h-p600 { max-height: 600px !important; }
.max-w-p600 { max-width: 600px !important; }

.h-p600 { height: 600px !important; }
.w-p600 { width: 600px !important; }

/* ** 605px ** */
.min-h-p605 { min-height: 605px !important; }
.min-w-p605 { min-width: 605px !important; }

.max-h-p605 { max-height: 605px !important; }
.max-w-p605 { max-width: 605px !important; }

.h-p605 { height: 605px !important; }
.w-p605 { width: 605px !important; }


/* ** 610px ** */
.min-h-p610 { min-height: 610px !important; }
.min-w-p610 { min-width: 610px !important; }

.max-h-p610 { max-height: 610px !important; }
.max-w-p610 { max-width: 610px !important; }

.h-p610 { height: 610px !important; }
.w-p610 { width: 610px !important; }


/* ** 615px ** */
.min-h-p615 { min-height: 615px !important; }
.min-w-p615 { min-width: 615px !important; }

.max-h-p615 { max-height: 615px !important; }
.max-w-p615 { max-width: 615px !important; }

.h-p615 { height: 615px !important; }
.w-p615 { width: 615px !important; }


/* ** 620px ** */
.min-h-p620 { min-height: 620px !important; }
.min-w-p620 { min-width: 620px !important; }

.max-h-p620 { max-height: 620px !important; }
.max-w-p620 { max-width: 620px !important; }

.h-p620 { height: 620px !important; }
.w-p620 { width: 620px !important; }


/* ** 625px ** */
.min-h-p625 { min-height: 625px !important; }
.min-w-p625 { min-width: 625px !important; }

.max-h-p625 { max-height: 625px !important; }
.max-w-p625 { max-width: 625px !important; }

.h-p625 { height: 625px !important; }
.w-p625 { width: 625px !important; }


/* ** 630px ** */
.min-h-p630 { min-height: 630px !important; }
.min-w-p630 { min-width: 630px !important; }

.max-h-p630 { max-height: 630px !important; }
.max-w-p630 { max-width: 630px !important; }

.h-p630 { height: 630px !important; }
.w-p630 { width: 630px !important; }


/* ** 635px ** */
.min-h-p635 { min-height: 635px !important; }
.min-w-p635 { min-width: 635px !important; }

.max-h-p635 { max-height: 635px !important; }
.max-w-p635 { max-width: 635px !important; }

.h-p635 { height: 635px !important; }
.w-p635 { width: 635px !important; }


/* ** 640px ** */
.min-h-p640 { min-height: 640px !important; }
.min-w-p640 { min-width: 640px !important; }

.max-h-p640 { max-height: 640px !important; }
.max-w-p640 { max-width: 640px !important; }

.h-p640 { height: 640px !important; }
.w-p640 { width: 640px !important; }


/* ** 645px ** */
.min-h-p645 { min-height: 645px !important; }
.min-w-p645 { min-width: 645px !important; }

.max-h-p645 { max-height: 645px !important; }
.max-w-p645 { max-width: 645px !important; }

.h-p645 { height: 645px !important; }
.w-p645 { width: 645px !important; }


/* ** 650px ** */
.min-h-p650 { min-height: 650px !important; }
.min-w-p650 { min-width: 650px !important; }

.max-h-p650 { max-height: 650px !important; }
.max-w-p650 { max-width: 650px !important; }

.h-p650 { height: 650px !important; }
.w-p650 { width: 650px !important; }


/* ** 655px ** */
.min-h-p655 { min-height: 655px !important; }
.min-w-p655 { min-width: 655px !important; }

.max-h-p655 { max-height: 655px !important; }
.max-w-p655 { max-width: 655px !important; }

.h-p655 { height: 655px !important; }
.w-p655 { width: 655px !important; }


/* ** 660px ** */
.min-h-p660 { min-height: 660px !important; }
.min-w-p660 { min-width: 660px !important; }

.max-h-p660 { max-height: 660px !important; }
.max-w-p660 { max-width: 660px !important; }

.h-p660 { height: 660px !important; }
.w-p660 { width: 660px !important; }


/* ** 665px ** */
.min-h-p665 { min-height: 665px !important; }
.min-w-p665 { min-width: 665px !important; }

.max-h-p665 { max-height: 665px !important; }
.max-w-p665 { max-width: 665px !important; }

.h-p665 { height: 665px !important; }
.w-p665 { width: 665px !important; }


/* ** 670px ** */
.min-h-p670 { min-height: 670px !important; }
.min-w-p670 { min-width: 670px !important; }

.max-h-p670 { max-height: 670px !important; }
.max-w-p670 { max-width: 670px !important; }

.h-p670 { height: 670px !important; }
.w-p670 { width: 670px !important; }


/* ** 675px ** */
.min-h-p675 { min-height: 675px !important; }
.min-w-p675 { min-width: 675px !important; }

.max-h-p675 { max-height: 675px !important; }
.max-w-p675 { max-width: 675px !important; }

.h-p675 { height: 675px !important; }
.w-p675 { width: 675px !important; }


/* ** 680px ** */
.min-h-p680 { min-height: 680px !important; }
.min-w-p680 { min-width: 680px !important; }

.max-h-p680 { max-height: 680px !important; }
.max-w-p680 { max-width: 680px !important; }

.h-p680 { height: 680px !important; }
.w-p680 { width: 680px !important; }


/* ** 685px ** */
.min-h-p685 { min-height: 685px !important; }
.min-w-p685 { min-width: 685px !important; }

.max-h-p685 { max-height: 685px !important; }
.max-w-p685 { max-width: 685px !important; }

.h-p685 { height: 685px !important; }
.w-p685 { width: 685px !important; }


/* ** 690px ** */
.min-h-p690 { min-height: 690px !important; }
.min-w-p690 { min-width: 690px !important; }

.max-h-p690 { max-height: 690px !important; }
.max-w-p690 { max-width: 690px !important; }

.h-p690 { height: 690px !important; }
.w-p690 { width: 690px !important; }


/* ** 695px ** */
.min-h-p695 { min-height: 695px !important; }
.min-w-p695 { min-width: 695px !important; }

.max-h-p695 { max-height: 695px !important; }
.max-w-p695 { max-width: 695px !important; }

.h-p695 { height: 695px !important; }
.w-p695 { width: 695px !important; }


/* ** 700px ** */
.min-h-p700 { min-height: 700px !important; }
.min-w-p700 { min-width: 700px !important; }

.max-h-p700 { max-height: 700px !important; }
.max-w-p700 { max-width: 700px !important; }

.h-p700 { height: 700px !important; }
.w-p700 { width: 700px !important; }


/* ** 705px ** */
.min-h-p705 { min-height: 705px !important; }
.min-w-p705 { min-width: 705px !important; }

.max-h-p705 { max-height: 705px !important; }
.max-w-p705 { max-width: 705px !important; }

.h-p705 { height: 705px !important; }
.w-p705 { width: 705px !important; }


/* ** 710px ** */
.min-h-p710 { min-height: 710px !important; }
.min-w-p710 { min-width: 710px !important; }

.max-h-p710 { max-height: 710px !important; }
.max-w-p710 { max-width: 710px !important; }

.h-p710 { height: 710px !important; }
.w-p710 { width: 710px !important; }


/* ** 715px ** */
.min-h-p715 { min-height: 715px !important; }
.min-w-p715 { min-width: 715px !important; }

.max-h-p715 { max-height: 715px !important; }
.max-w-p715 { max-width: 715px !important; }

.h-p715 { height: 715px !important; }
.w-p715 { width: 715px !important; }


/* ** 720px ** */
.min-h-p720 { min-height: 720px !important; }
.min-w-p720 { min-width: 720px !important; }

.max-h-p720 { max-height: 720px !important; }
.max-w-p720 { max-width: 720px !important; }

.h-p720 { height: 720px !important; }
.w-p720 { width: 720px !important; }


/* ** 725px ** */
.min-h-p725 { min-height: 725px !important; }
.min-w-p725 { min-width: 725px !important; }

.max-h-p725 { max-height: 725px !important; }
.max-w-p725 { max-width: 725px !important; }

.h-p725 { height: 725px !important; }
.w-p725 { width: 725px !important; }


/* ** 730px ** */
.min-h-p730 { min-height: 730px !important; }
.min-w-p730 { min-width: 730px !important; }

.max-h-p730 { max-height: 730px !important; }
.max-w-p730 { max-width: 730px !important; }

.h-p730 { height: 730px !important; }
.w-p730 { width: 730px !important; }


/* ** 735px ** */
.min-h-p735 { min-height: 735px !important; }
.min-w-p735 { min-width: 735px !important; }

.max-h-p735 { max-height: 735px !important; }
.max-w-p735 { max-width: 735px !important; }

.h-p735 { height: 735px !important; }
.w-p735 { width: 735px !important; }


/* ** 740px ** */
.min-h-p740 { min-height: 740px !important; }
.min-w-p740 { min-width: 740px !important; }

.max-h-p740 { max-height: 740px !important; }
.max-w-p740 { max-width: 740px !important; }

.h-p740 { height: 740px !important; }
.w-p740 { width: 740px !important; }


/* ** 745px ** */
.min-h-p745 { min-height: 745px !important; }
.min-w-p745 { min-width: 745px !important; }

.max-h-p745 { max-height: 745px !important; }
.max-w-p745 { max-width: 745px !important; }

.h-p745 { height: 745px !important; }
.w-p745 { width: 745px !important; }


/* ** 750px ** */
.min-h-p750 { min-height: 750px !important; }
.min-w-p750 { min-width: 750px !important; }

.max-h-p750 { max-height: 750px !important; }
.max-w-p750 { max-width: 750px !important; }

.h-p750 { height: 750px !important; }
.w-p750 { width: 750px !important; }


/* ** 755px ** */
.min-h-p755 { min-height: 755px !important; }
.min-w-p755 { min-width: 755px !important; }

.max-h-p755 { max-height: 755px !important; }
.max-w-p755 { max-width: 755px !important; }

.h-p755 { height: 755px !important; }
.w-p755 { width: 755px !important; }


/* ** 760px ** */
.min-h-p760 { min-height: 760px !important; }
.min-w-p760 { min-width: 760px !important; }

.max-h-p760 { max-height: 760px !important; }
.max-w-p760 { max-width: 760px !important; }

.h-p760 { height: 760px !important; }
.w-p760 { width: 760px !important; }


/* ** 765px ** */
.min-h-p765 { min-height: 765px !important; }
.min-w-p765 { min-width: 765px !important; }

.max-h-p765 { max-height: 765px !important; }
.max-w-p765 { max-width: 765px !important; }

.h-p765 { height: 765px !important; }
.w-p765 { width: 765px !important; }


/* ** 770px ** */
.min-h-p770 { min-height: 770px !important; }
.min-w-p770 { min-width: 770px !important; }

.max-h-p770 { max-height: 770px !important; }
.max-w-p770 { max-width: 770px !important; }

.h-p770 { height: 770px !important; }
.w-p770 { width: 770px !important; }


/* ** 775px ** */
.min-h-p775 { min-height: 775px !important; }
.min-w-p775 { min-width: 775px !important; }

.max-h-p775 { max-height: 775px !important; }
.max-w-p775 { max-width: 775px !important; }

.h-p775 { height: 775px !important; }
.w-p775 { width: 775px !important; }


/* ** 780px ** */
.min-h-p780 { min-height: 780px !important; }
.min-w-p780 { min-width: 780px !important; }

.max-h-p780 { max-height: 780px !important; }
.max-w-p780 { max-width: 780px !important; }

.h-p780 { height: 780px !important; }
.w-p780 { width: 780px !important; }


/* ** 785px ** */
.min-h-p785 { min-height: 785px !important; }
.min-w-p785 { min-width: 785px !important; }

.max-h-p785 { max-height: 785px !important; }
.max-w-p785 { max-width: 785px !important; }

.h-p785 { height: 785px !important; }
.w-p785 { width: 785px !important; }


/* ** 790px ** */
.min-h-p790 { min-height: 790px !important; }
.min-w-p790 { min-width: 790px !important; }

.max-h-p790 { max-height: 790px !important; }
.max-w-p790 { max-width: 790px !important; }

.h-p790 { height: 790px !important; }
.w-p790 { width: 790px !important; }


/* ** 795px ** */
.min-h-p795 { min-height: 795px !important; }
.min-w-p795 { min-width: 795px !important; }

.max-h-p795 { max-height: 795px !important; }
.max-w-p795 { max-width: 795px !important; }

.h-p795 { height: 795px !important; }
.w-p795 { width: 795px !important; }


/* ** 800px ** */
.min-h-p800 { min-height: 800px !important; }
.min-w-p800 { min-width: 800px !important; }

.max-h-p800 { max-height: 800px !important; }
.max-w-p800 { max-width: 800px !important; }

.h-p800 { height: 800px !important; }
.w-p800 { width: 800px !important; }


/* ** 805px ** */
.min-h-p805 { min-height: 805px !important; }
.min-w-p805 { min-width: 805px !important; }

.max-h-p805 { max-height: 805px !important; }
.max-w-p805 { max-width: 805px !important; }

.h-p805 { height: 805px !important; }
.w-p805 { width: 805px !important; }


/* ** 810px ** */
.min-h-p810 { min-height: 810px !important; }
.min-w-p810 { min-width: 810px !important; }

.max-h-p810 { max-height: 810px !important; }
.max-w-p810 { max-width: 810px !important; }

.h-p810 { height: 810px !important; }
.w-p810 { width: 810px !important; }


/* ** 815px ** */
.min-h-p815 { min-height: 815px !important; }
.min-w-p815 { min-width: 815px !important; }

.max-h-p815 { max-height: 815px !important; }
.max-w-p815 { max-width: 815px !important; }

.h-p815 { height: 815px !important; }
.w-p815 { width: 815px !important; }


/* ** 820px ** */
.min-h-p820 { min-height: 820px !important; }
.min-w-p820 { min-width: 820px !important; }

.max-h-p820 { max-height: 820px !important; }
.max-w-p820 { max-width: 820px !important; }

.h-p820 { height: 820px !important; }
.w-p820 { width: 820px !important; }


/* ** 825px ** */
.min-h-p825 { min-height: 825px !important; }
.min-w-p825 { min-width: 825px !important; }

.max-h-p825 { max-height: 825px !important; }
.max-w-p825 { max-width: 825px !important; }

.h-p825 { height: 825px !important; }
.w-p825 { width: 825px !important; }


/* ** 830px ** */
.min-h-p830 { min-height: 830px !important; }
.min-w-p830 { min-width: 830px !important; }

.max-h-p830 { max-height: 830px !important; }
.max-w-p830 { max-width: 830px !important; }

.h-p830 { height: 830px !important; }
.w-p830 { width: 830px !important; }


/* ** 835px ** */
.min-h-p835 { min-height: 835px !important; }
.min-w-p835 { min-width: 835px !important; }

.max-h-p835 { max-height: 835px !important; }
.max-w-p835 { max-width: 835px !important; }

.h-p835 { height: 835px !important; }
.w-p835 { width: 835px !important; }


/* ** 840px ** */
.min-h-p840 { min-height: 840px !important; }
.min-w-p840 { min-width: 840px !important; }

.max-h-p840 { max-height: 840px !important; }
.max-w-p840 { max-width: 840px !important; }

.h-p840 { height: 840px !important; }
.w-p840 { width: 840px !important; }


/* ** 845px ** */
.min-h-p845 { min-height: 845px !important; }
.min-w-p845 { min-width: 845px !important; }

.max-h-p845 { max-height: 845px !important; }
.max-w-p845 { max-width: 845px !important; }

.h-p845 { height: 845px !important; }
.w-p845 { width: 845px !important; }


/* ** 850px ** */
.min-h-p850 { min-height: 850px !important; }
.min-w-p850 { min-width: 850px !important; }

.max-h-p850 { max-height: 850px !important; }
.max-w-p850 { max-width: 850px !important; }

.h-p850 { height: 850px !important; }
.w-p850 { width: 850px !important; }


/* ** 855px ** */
.min-h-p855 { min-height: 855px !important; }
.min-w-p855 { min-width: 855px !important; }

.max-h-p855 { max-height: 855px !important; }
.max-w-p855 { max-width: 855px !important; }

.h-p855 { height: 855px !important; }
.w-p855 { width: 855px !important; }


/* ** 860px ** */
.min-h-p860 { min-height: 860px !important; }
.min-w-p860 { min-width: 860px !important; }

.max-h-p860 { max-height: 860px !important; }
.max-w-p860 { max-width: 860px !important; }

.h-p860 { height: 860px !important; }
.w-p860 { width: 860px !important; }


/* ** 865px ** */
.min-h-p865 { min-height: 865px !important; }
.min-w-p865 { min-width: 865px !important; }

.max-h-p865 { max-height: 865px !important; }
.max-w-p865 { max-width: 865px !important; }

.h-p865 { height: 865px !important; }
.w-p865 { width: 865px !important; }


/* ** 870px ** */
.min-h-p870 { min-height: 870px !important; }
.min-w-p870 { min-width: 870px !important; }

.max-h-p870 { max-height: 870px !important; }
.max-w-p870 { max-width: 870px !important; }

.h-p870 { height: 870px !important; }
.w-p870 { width: 870px !important; }


/* ** 875px ** */
.min-h-p875 { min-height: 875px !important; }
.min-w-p875 { min-width: 875px !important; }

.max-h-p875 { max-height: 875px !important; }
.max-w-p875 { max-width: 875px !important; }

.h-p875 { height: 875px !important; }
.w-p875 { width: 875px !important; }


/* ** 880px ** */
.min-h-p880 { min-height: 880px !important; }
.min-w-p880 { min-width: 880px !important; }

.max-h-p880 { max-height: 880px !important; }
.max-w-p880 { max-width: 880px !important; }

.h-p880 { height: 880px !important; }
.w-p880 { width: 880px !important; }


/* ** 885px ** */
.min-h-p885 { min-height: 885px !important; }
.min-w-p885 { min-width: 885px !important; }

.max-h-p885 { max-height: 885px !important; }
.max-w-p885 { max-width: 885px !important; }

.h-p885 { height: 885px !important; }
.w-p885 { width: 885px !important; }


/* ** 890px ** */
.min-h-p890 { min-height: 890px !important; }
.min-w-p890 { min-width: 890px !important; }

.max-h-p890 { max-height: 890px !important; }
.max-w-p890 { max-width: 890px !important; }

.h-p890 { height: 890px !important; }
.w-p890 { width: 890px !important; }


/* ** 895px ** */
.min-h-p895 { min-height: 895px !important; }
.min-w-p895 { min-width: 895px !important; }

.max-h-p895 { max-height: 895px !important; }
.max-w-p895 { max-width: 895px !important; }

.h-p895 { height: 895px !important; }
.w-p895 { width: 895px !important; }


/* ** 900px ** */
.min-h-p900 { min-height: 900px !important; }
.min-w-p900 { min-width: 900px !important; }

.max-h-p900 { max-height: 900px !important; }
.max-w-p900 { max-width: 900px !important; }

.h-p900 { height: 900px !important; }
.w-p900 { width: 900px !important; }



/* ** 905px ** */
.min-h-p905 { min-height: 905px !important; }
.min-w-p905 { min-width: 905px !important; }

.max-h-p905 { max-height: 905px !important; }
.max-w-p905 { max-width: 905px !important; }

.h-p905 { height: 905px !important; }
.w-p905 { width: 905px !important; }


/* ** 910px ** */
.min-h-p910 { min-height: 910px !important; }
.min-w-p910 { min-width: 910px !important; }

.max-h-p910 { max-height: 910px !important; }
.max-w-p910 { max-width: 910px !important; }

.h-p910 { height: 910px !important; }
.w-p910 { width: 910px !important; }


/* ** 915px ** */
.min-h-p915 { min-height: 915px !important; }
.min-w-p915 { min-width: 915px !important; }

.max-h-p915 { max-height: 915px !important; }
.max-w-p915 { max-width: 915px !important; }

.h-p915 { height: 915px !important; }
.w-p915 { width: 915px !important; }


/* ** 920px ** */
.min-h-p920 { min-height: 920px !important; }
.min-w-p920 { min-width: 920px !important; }

.max-h-p920 { max-height: 920px !important; }
.max-w-p920 { max-width: 920px !important; }

.h-p920 { height: 920px !important; }
.w-p920 { width: 920px !important; }


/* ** 925px ** */
.min-h-p925 { min-height: 925px !important; }
.min-w-p925 { min-width: 925px !important; }

.max-h-p925 { max-height: 925px !important; }
.max-w-p925 { max-width: 925px !important; }

.h-p925 { height: 925px !important; }
.w-p925 { width: 925px !important; }


/* ** 930px ** */
.min-h-p930 { min-height: 930px !important; }
.min-w-p930 { min-width: 930px !important; }

.max-h-p930 { max-height: 930px !important; }
.max-w-p930 { max-width: 930px !important; }

.h-p930 { height: 930px !important; }
.w-p930 { width: 930px !important; }


/* ** 935px ** */
.min-h-p935 { min-height: 935px !important; }
.min-w-p935 { min-width: 935px !important; }

.max-h-p935 { max-height: 935px !important; }
.max-w-p935 { max-width: 935px !important; }

.h-p935 { height: 935px !important; }
.w-p935 { width: 935px !important; }


/* ** 940px ** */
.min-h-p940 { min-height: 940px !important; }
.min-w-p940 { min-width: 940px !important; }

.max-h-p940 { max-height: 940px !important; }
.max-w-p940 { max-width: 940px !important; }

.h-p940 { height: 940px !important; }
.w-p940 { width: 940px !important; }


/* ** 945px ** */
.min-h-p945 { min-height: 945px !important; }
.min-w-p945 { min-width: 945px !important; }

.max-h-p945 { max-height: 945px !important; }
.max-w-p945 { max-width: 945px !important; }

.h-p945 { height: 945px !important; }
.w-p945 { width: 945px !important; }


/* ** 950px ** */
.min-h-p950 { min-height: 950px !important; }
.min-w-p950 { min-width: 950px !important; }

.max-h-p950 { max-height: 950px !important; }
.max-w-p950 { max-width: 950px !important; }

.h-p950 { height: 950px !important; }
.w-p950 { width: 950px !important; }


/* ** 955px ** */
.min-h-p955 { min-height: 955px !important; }
.min-w-p955 { min-width: 955px !important; }

.max-h-p955 { max-height: 955px !important; }
.max-w-p955 { max-width: 955px !important; }

.h-p955 { height: 955px !important; }
.w-p955 { width: 955px !important; }


/* ** 960px ** */
.min-h-p960 { min-height: 960px !important; }
.min-w-p960 { min-width: 960px !important; }

.max-h-p960 { max-height: 960px !important; }
.max-w-p960 { max-width: 960px !important; }

.h-p960 { height: 960px !important; }
.w-p960 { width: 960px !important; }


/* ** 965px ** */
.min-h-p965 { min-height: 965px !important; }
.min-w-p965 { min-width: 965px !important; }

.max-h-p965 { max-height: 965px !important; }
.max-w-p965 { max-width: 965px !important; }

.h-p965 { height: 965px !important; }
.w-p965 { width: 965px !important; }


/* ** 970px ** */
.min-h-p970 { min-height: 970px !important; }
.min-w-p970 { min-width: 970px !important; }

.max-h-p970 { max-height: 970px !important; }
.max-w-p970 { max-width: 970px !important; }

.h-p970 { height: 970px !important; }
.w-p970 { width: 970px !important; }


/* ** 975px ** */
.min-h-p975 { min-height: 975px !important; }
.min-w-p975 { min-width: 975px !important; }

.max-h-p975 { max-height: 975px !important; }
.max-w-p975 { max-width: 975px !important; }

.h-p975 { height: 975px !important; }
.w-p975 { width: 975px !important; }


/* ** 980px ** */
.min-h-p980 { min-height: 980px !important; }
.min-w-p980 { min-width: 980px !important; }

.max-h-p980 { max-height: 980px !important; }
.max-w-p980 { max-width: 980px !important; }

.h-p980 { height: 980px !important; }
.w-p980 { width: 980px !important; }


/* ** 985px ** */
.min-h-p985 { min-height: 985px !important; }
.min-w-p985 { min-width: 985px !important; }

.max-h-p985 { max-height: 985px !important; }
.max-w-p985 { max-width: 985px !important; }

.h-p985 { height: 985px !important; }
.w-p985 { width: 985px !important; }


/* ** 990px ** */
.min-h-p990 { min-height: 990px !important; }
.min-w-p990 { min-width: 990px !important; }

.max-h-p990 { max-height: 990px !important; }
.max-w-p990 { max-width: 990px !important; }

.h-p990 { height: 990px !important; }
.w-p990 { width: 990px !important; }


/* ** 995px ** */
.min-h-p995 { min-height: 995px !important; }
.min-w-p995 { min-width: 995px !important; }

.max-h-p995 { max-height: 995px !important; }
.max-w-p995 { max-width: 995px !important; }

.h-p995 { height: 995px !important; }
.w-p995 { width: 995px !important; }


/* ** 1000px ** */
.min-h-p1000 { min-height: 1000px !important; }
.min-w-p1000 { min-width: 1000px !important; }

.max-h-p1000 { max-height: 1000px !important; }
.max-w-p1000 { max-width: 1000px !important; }

.h-p1000 { height: 1000px !important; }
.w-p1000 { width: 1000px !important; }
/* ***** END MEASURES ***** */



/* ***** BEGIN BORDER ***** */
/* ** RADIUS ** */
.b-radius-0  { border-radius: 0px !important; }
.b-radius-5  { border-radius: 5px !important; }
.b-radius-10 { border-radius: 10px !important; }
/* ***** END BORDER ***** */

/* ***** BEGIN FONT ***** */
/* ** BEGIN FONT-SIZE ** */
.f-5  { font-size: 5px !important; }
.f-6  { font-size: 6px !important; }
.f-7  { font-size: 7px !important; }
.f-8  { font-size: 8px !important; }
.f-9  { font-size: 9px !important; }
.f-10 { font-size: 10px !important; }
.f-11 { font-size: 11px !important; }
.f-12 { font-size: 12px !important; }
.f-13 { font-size: 13px !important; }
.f-14 { font-size: 14px !important; }
.f-15 { font-size: 15px !important; }
.f-16 { font-size: 16px !important; }
.f-17 { font-size: 17px !important; }
.f-18 { font-size: 18px !important; }
.f-19 { font-size: 19px !important; }
.f-20 { font-size: 20px !important; }
.f-22 { font-size: 22px !important; }
.f-24 { font-size: 24px !important; }
.f-26 { font-size: 26px !important; }
.f-28 { font-size: 28px !important; }
.f-30 { font-size: 30px !important; }
.f-32 { font-size: 32px !important; }
.f-34 { font-size: 34px !important; }
.f-36 { font-size: 36px !important; }
.f-38 { font-size: 38px !important; }
.f-40 { font-size: 40px !important; }
.f-42 { font-size: 42px !important; }
.f-44 { font-size: 44px !important; }
.f-46 { font-size: 46px !important; }
.f-48 { font-size: 48px !important; }
.f-50 { font-size: 50px !important; }
.f-52 { font-size: 52px !important; }
.f-54 { font-size: 54px !important; }
.f-56 { font-size: 56px !important; }
.f-58 { font-size: 58px !important; }
.f-60 { font-size: 60px !important; }
.f-62 { font-size: 62px !important; }
.f-64 { font-size: 64px !important; }
.f-66 { font-size: 66px !important; }
.f-68 { font-size: 68px !important; }
.f-70 { font-size: 70px !important; }
.f-72 { font-size: 72px !important; }
.f-74 { font-size: 74px !important; }
.f-76 { font-size: 76px !important; }
.f-78 { font-size: 78px !important; }
.f-80 { font-size: 80px !important; }
.f-82 { font-size: 82px !important; }
.f-84 { font-size: 84px !important; }
.f-86 { font-size: 86px !important; }
.f-88 { font-size: 88px !important; }
.f-90 { font-size: 90px !important; }
.f-92 { font-size: 92px !important; }
.f-94 { font-size: 94px !important; }
.f-96 { font-size: 96px !important; }
.f-98 { font-size: 98px !important; }
.f-100 { font-size: 100px !important; }

@media (min-width: 576px) { /* sm */
    .f-sm-5  { font-size: 5px !important; }
    .f-sm-6  { font-size: 6px !important; }
    .f-sm-7  { font-size: 7px !important; }
    .f-sm-8  { font-size: 8px !important; }
    .f-sm-9  { font-size: 9px !important; }
    .f-sm-10 { font-size: 10px !important; }
    .f-sm-11 { font-size: 11px !important; }
    .f-sm-12 { font-size: 12px !important; }
    .f-sm-13 { font-size: 13px !important; }
    .f-sm-14 { font-size: 14px !important; }
    .f-sm-15 { font-size: 15px !important; }
    .f-sm-16 { font-size: 16px !important; }
    .f-sm-17 { font-size: 17px !important; }
    .f-sm-18 { font-size: 18px !important; }
    .f-sm-19 { font-size: 19px !important; }
    .f-sm-20 { font-size: 20px !important; }
    .f-sm-22 { font-size: 22px !important; }
    .f-sm-24 { font-size: 24px !important; }
    .f-sm-26 { font-size: 26px !important; }
    .f-sm-28 { font-size: 28px !important; }
    .f-sm-30 { font-size: 30px !important; }
    .f-sm-32 { font-size: 32px !important; }
    .f-sm-34 { font-size: 34px !important; }
    .f-sm-36 { font-size: 36px !important; }
    .f-sm-38 { font-size: 38px !important; }
    .f-sm-40 { font-size: 40px !important; }
    .f-sm-42 { font-size: 42px !important; }
    .f-sm-44 { font-size: 44px !important; }
    .f-sm-46 { font-size: 46px !important; }
    .f-sm-48 { font-size: 48px !important; }
    .f-sm-50 { font-size: 50px !important; }
    .f-sm-52 { font-size: 52px !important; }
    .f-sm-54 { font-size: 54px !important; }
    .f-sm-56 { font-size: 56px !important; }
    .f-sm-58 { font-size: 58px !important; }
    .f-sm-60 { font-size: 60px !important; }
    .f-sm-62 { font-size: 62px !important; }
    .f-sm-64 { font-size: 64px !important; }
    .f-sm-66 { font-size: 66px !important; }
    .f-sm-68 { font-size: 68px !important; }
    .f-sm-70 { font-size: 70px !important; }
    .f-sm-72 { font-size: 72px !important; }
    .f-sm-74 { font-size: 74px !important; }
    .f-sm-76 { font-size: 76px !important; }
    .f-sm-78 { font-size: 78px !important; }
    .f-sm-80 { font-size: 80px !important; }
    .f-sm-82 { font-size: 82px !important; }
    .f-sm-84 { font-size: 84px !important; }
    .f-sm-86 { font-size: 86px !important; }
    .f-sm-88 { font-size: 88px !important; }
    .f-sm-90 { font-size: 90px !important; }
    .f-sm-92 { font-size: 92px !important; }
    .f-sm-94 { font-size: 94px !important; }
    .f-sm-96 { font-size: 96px !important; }
    .f-sm-98 { font-size: 98px !important; }
    .f-sm-100 { font-size: 100px !important; }
}

@media (min-width: 768px) { /* md */
    .f-md-5  { font-size: 5px !important; }
    .f-md-6  { font-size: 6px !important; }
    .f-md-7  { font-size: 7px !important; }
    .f-md-8  { font-size: 8px !important; }
    .f-md-9  { font-size: 9px !important; }
    .f-md-10 { font-size: 10px !important; }
    .f-md-11 { font-size: 11px !important; }
    .f-md-12 { font-size: 12px !important; }
    .f-md-13 { font-size: 13px !important; }
    .f-md-14 { font-size: 14px !important; }
    .f-md-15 { font-size: 15px !important; }
    .f-md-16 { font-size: 16px !important; }
    .f-md-17 { font-size: 17px !important; }
    .f-md-18 { font-size: 18px !important; }
    .f-md-19 { font-size: 19px !important; }
    .f-md-20 { font-size: 20px !important; }
    .f-md-22 { font-size: 22px !important; }
    .f-md-24 { font-size: 24px !important; }
    .f-md-26 { font-size: 26px !important; }
    .f-md-28 { font-size: 28px !important; }
    .f-md-30 { font-size: 30px !important; }
    .f-md-32 { font-size: 32px !important; }
    .f-md-34 { font-size: 34px !important; }
    .f-md-36 { font-size: 36px !important; }
    .f-md-38 { font-size: 38px !important; }
    .f-md-40 { font-size: 40px !important; }
    .f-md-42 { font-size: 42px !important; }
    .f-md-44 { font-size: 44px !important; }
    .f-md-46 { font-size: 46px !important; }
    .f-md-48 { font-size: 48px !important; }
    .f-md-50 { font-size: 50px !important; }
    .f-md-52 { font-size: 52px !important; }
    .f-md-54 { font-size: 54px !important; }
    .f-md-56 { font-size: 56px !important; }
    .f-md-58 { font-size: 58px !important; }
    .f-md-60 { font-size: 60px !important; }
    .f-md-62 { font-size: 62px !important; }
    .f-md-64 { font-size: 64px !important; }
    .f-md-66 { font-size: 66px !important; }
    .f-md-68 { font-size: 68px !important; }
    .f-md-70 { font-size: 70px !important; }
    .f-md-72 { font-size: 72px !important; }
    .f-md-74 { font-size: 74px !important; }
    .f-md-76 { font-size: 76px !important; }
    .f-md-78 { font-size: 78px !important; }
    .f-md-80 { font-size: 80px !important; }
    .f-md-82 { font-size: 82px !important; }
    .f-md-84 { font-size: 84px !important; }
    .f-md-86 { font-size: 86px !important; }
    .f-md-88 { font-size: 88px !important; }
    .f-md-90 { font-size: 90px !important; }
    .f-md-92 { font-size: 92px !important; }
    .f-md-94 { font-size: 94px !important; }
    .f-md-96 { font-size: 96px !important; }
    .f-md-98 { font-size: 98px !important; }
    .f-md-100 { font-size: 100px !important; }
}

@media (min-width: 992px) { /* lg */
    .f-lg-5  { font-size: 5px !important; }
    .f-lg-6  { font-size: 6px !important; }
    .f-lg-7  { font-size: 7px !important; }
    .f-lg-8  { font-size: 8px !important; }
    .f-lg-9  { font-size: 9px !important; }
    .f-lg-10 { font-size: 10px !important; }
    .f-lg-11 { font-size: 11px !important; }
    .f-lg-12 { font-size: 12px !important; }
    .f-lg-13 { font-size: 13px !important; }
    .f-lg-14 { font-size: 14px !important; }
    .f-lg-15 { font-size: 15px !important; }
    .f-lg-16 { font-size: 16px !important; }
    .f-lg-17 { font-size: 17px !important; }
    .f-lg-18 { font-size: 18px !important; }
    .f-lg-19 { font-size: 19px !important; }
    .f-lg-20 { font-size: 20px !important; }
    .f-lg-22 { font-size: 22px !important; }
    .f-lg-24 { font-size: 24px !important; }
    .f-lg-26 { font-size: 26px !important; }
    .f-lg-28 { font-size: 28px !important; }
    .f-lg-30 { font-size: 30px !important; }
    .f-lg-32 { font-size: 32px !important; }
    .f-lg-34 { font-size: 34px !important; }
    .f-lg-36 { font-size: 36px !important; }
    .f-lg-38 { font-size: 38px !important; }
    .f-lg-40 { font-size: 40px !important; }
    .f-lg-42 { font-size: 42px !important; }
    .f-lg-44 { font-size: 44px !important; }
    .f-lg-46 { font-size: 46px !important; }
    .f-lg-48 { font-size: 48px !important; }
    .f-lg-50 { font-size: 50px !important; }
    .f-lg-52 { font-size: 52px !important; }
    .f-lg-54 { font-size: 54px !important; }
    .f-lg-56 { font-size: 56px !important; }
    .f-lg-58 { font-size: 58px !important; }
    .f-lg-60 { font-size: 60px !important; }
    .f-lg-62 { font-size: 62px !important; }
    .f-lg-64 { font-size: 64px !important; }
    .f-lg-66 { font-size: 66px !important; }
    .f-lg-68 { font-size: 68px !important; }
    .f-lg-70 { font-size: 70px !important; }
    .f-lg-72 { font-size: 72px !important; }
    .f-lg-74 { font-size: 74px !important; }
    .f-lg-76 { font-size: 76px !important; }
    .f-lg-78 { font-size: 78px !important; }
    .f-lg-80 { font-size: 80px !important; }
    .f-lg-82 { font-size: 82px !important; }
    .f-lg-84 { font-size: 84px !important; }
    .f-lg-86 { font-size: 86px !important; }
    .f-lg-88 { font-size: 88px !important; }
    .f-lg-90 { font-size: 90px !important; }
    .f-lg-92 { font-size: 92px !important; }
    .f-lg-94 { font-size: 94px !important; }
    .f-lg-96 { font-size: 96px !important; }
    .f-lg-98 { font-size: 98px !important; }
    .f-lg-100 { font-size: 100px !important; }
}

@media (min-width: 1200px) { /* xl */
    .f-xl-5  { font-size: 5px !important; }
    .f-xl-6  { font-size: 6px !important; }
    .f-xl-7  { font-size: 7px !important; }
    .f-xl-8  { font-size: 8px !important; }
    .f-xl-9  { font-size: 9px !important; }
    .f-xl-10 { font-size: 10px !important; }
    .f-xl-11 { font-size: 11px !important; }
    .f-xl-12 { font-size: 12px !important; }
    .f-xl-13 { font-size: 13px !important; }
    .f-xl-14 { font-size: 14px !important; }
    .f-xl-15 { font-size: 15px !important; }
    .f-xl-16 { font-size: 16px !important; }
    .f-xl-17 { font-size: 17px !important; }
    .f-xl-18 { font-size: 18px !important; }
    .f-xl-19 { font-size: 19px !important; }
    .f-xl-20 { font-size: 20px !important; }
    .f-xl-22 { font-size: 22px !important; }
    .f-xl-24 { font-size: 24px !important; }
    .f-xl-26 { font-size: 26px !important; }
    .f-xl-28 { font-size: 28px !important; }
    .f-xl-30 { font-size: 30px !important; }
    .f-xl-32 { font-size: 32px !important; }
    .f-xl-34 { font-size: 34px !important; }
    .f-xl-36 { font-size: 36px !important; }
    .f-xl-38 { font-size: 38px !important; }
    .f-xl-40 { font-size: 40px !important; }
    .f-xl-42 { font-size: 42px !important; }
    .f-xl-44 { font-size: 44px !important; }
    .f-xl-46 { font-size: 46px !important; }
    .f-xl-48 { font-size: 48px !important; }
    .f-xl-50 { font-size: 50px !important; }
    .f-xl-52 { font-size: 52px !important; }
    .f-xl-54 { font-size: 54px !important; }
    .f-xl-56 { font-size: 56px !important; }
    .f-xl-58 { font-size: 58px !important; }
    .f-xl-60 { font-size: 60px !important; }
    .f-xl-62 { font-size: 62px !important; }
    .f-xl-64 { font-size: 64px !important; }
    .f-xl-66 { font-size: 66px !important; }
    .f-xl-68 { font-size: 68px !important; }
    .f-xl-70 { font-size: 70px !important; }
    .f-xl-72 { font-size: 72px !important; }
    .f-xl-74 { font-size: 74px !important; }
    .f-xl-76 { font-size: 76px !important; }
    .f-xl-78 { font-size: 78px !important; }
    .f-xl-80 { font-size: 80px !important; }
    .f-xl-82 { font-size: 82px !important; }
    .f-xl-84 { font-size: 84px !important; }
    .f-xl-86 { font-size: 86px !important; }
    .f-xl-88 { font-size: 88px !important; }
    .f-xl-90 { font-size: 90px !important; }
    .f-xl-92 { font-size: 92px !important; }
    .f-xl-94 { font-size: 94px !important; }
    .f-xl-96 { font-size: 96px !important; }
    .f-xl-98 { font-size: 98px !important; }
    .f-xl-100 { font-size: 100px !important; }
}
/* ** END FONT-SIZE ** */
/* ** WEIGHT ** */
.f-w-100 { font-weight: 100; }
.f-w-200 { font-weight: 200; }
.f-w-300 { font-weight: 300; }
.f-w-400 { font-weight: 400; }
.f-w-500 { font-weight: 500; }
.f-w-600 { font-weight: 600; }
.f-w-700 { font-weight: 700; }
.f-w-800 { font-weight: 800; }
.f-w-900 { font-weight: 900; }
/* ** STYLE ** */
.f-s-normal  { font-style: normal; }
.f-s-italic  { font-style: italic; }
.f-s-oblique { font-style: oblique; }
.f-s-initial { font-style: initial; }
.f-s-inherit { font-style: inherit; }
/* ** TEXT ** */
.text-capitalize   { text-transform: capitalize; }
.text-uppercase    { text-transform: uppercase; }
.text-lowercase    { text-transform: lowercase;}
.text-overline     { text-decoration: overline; }
.text-line-through { text-decoration: line-through; }
.text-underline    { text-decoration: underline; }
.text-top          { vertical-align: text-top; }
.text-bottom       { vertical-align: text-bottom; }
/* ***** END FONT ***** */

/* ***** BEGIN POSITION ***** */

/* ** VERTICAL ALIGN ** */
.baseline     { vertical-align: baseline; }
.sub          { vertical-align: sub; }
.super        { vertical-align: super; }
.top          { vertical-align: top; }
.middle       { vertical-align: middle; }
.bottom       { vertical-align: bottom; }
.initial      { vertical-align: initial; }
.inherit      { vertical-align: inherit; }
/* ** POSITION ** */
.pos-static   { position: static; }
.pos-absolute { position: absolute; }
.pos-fixed    { position: fixed; }
.pos-relative { position: relative; }
.pos-initial  { position: initial; }
.pos-inherit  { position: inherit; }
/* ** OVERFLOW ** */
.o-hidden     { overflow: hidden; }
.o-visible    { overflow: visible; }
.o-auto       { overflow: auto; }
/* ***** END POSITION ***** */

/* ***** BEGIN IMAGE ***** */
.img-20  { width: 20px; }
.img-30  { width: 30px; }
.img-40  { width: 40px; }
.img-50  { width: 50px; }
.img-60  { width: 60px; }
.img-70  { width: 70px; }
.img-80  { width: 80px; }
.img-90  { width: 90px; }
.img-100 { width: 100px; }
/* ***** END IMAGE ***** */

/* ********** END CUSTOM ********* */


/* ********** BEGIN SOCIAL NETWORKS ***** */
.btn-facebook { background-color: #3b5998; }
.bg-facebook  { background: #3B5998; }
.text-facebook { color: #3B5998; }

.btn-twitter { background-color: #42C0FB; }
.bg-twitter { background: #42C0FB; }
.text-twitter { color: #42C0FB; }

.btn-linkedin { background-color: #007BB6; }
.bg-linkedin { background: #007BB6; }
.text-linkedin { color: #007BB6; }

.btn-dribbble { background-color: #EC4A89; }
.bg-dribbble { background: #EC4A89; }
.text-dribbble { color: #EC4A89; }

.btn-pinterest { background-color: #BF2131; }
.bg-pinterest { background: #BF2131; }
.text-pinterest { color: #BF2131; }

.btn-youtube { background-color: #E0291D; }
.bg-youtube { background: #E0291D; }
.text-youtube { color: #E0291D; }

.btn-google-plus { background-color: #C73E2E; }
.bg-googleplus { background: #C73E2E; }
.text-googleplus { color: #C73E2E; }

.btn-instagram { background-color: #AA7C62; }
.bg-instagram { background: #AA7C62; }
.text-instagram { color: #AA7C62; }

.btn-viber { background-color: #7B519D; }
.bg-viber { background: #7B519D; }
.text-viber { color: #7B519D; }

.btn-amazon { background-color: #000; }
.bg-amazon { background: #000; }
.text-amazon { color: #000; }

.btn-behance { background-color: #0057ff; }
.bg-behance { background: #0057ff; }
.text-behance { color: #0057ff; }

.btn-dropbox { background-color: #3380FF; }
.bg-dropbox { background: #3380FF; }
.text-dropbox { color: #3380FF; }

.btn-tumblr { background-color: #00ACED; }
.bg-dropbox { background: #00ACED; }
.text-dropbox { color: #00ACED; }

.btn-facebook,
.btn-dribbble,
.btn-dropbox,
.btn-flickr,
.btn-github,
.btn-google-plus,
.btn-instagram,
.btn-linkedin,
.btn-pinterest,
.btn-skype,
.btn-tumblr,
.btn-twitter,
.btn-youtube {
    color: #fff;
}

    .btn-dribbble:focus,
    .btn-dribbble:hover,
    .btn-dropbox:focus,
    .btn-dropbox:hover,
    .btn-facebook:focus,
    .btn-facebook:hover,
    .btn-flickr:focus,
    .btn-flickr:hover,
    .btn-github:focus,
    .btn-github:hover,
    .btn-google-plus:focus,
    .btn-google-plus:hover,
    .btn-instagram:focus,
    .btn-instagram:hover,
    .btn-linkedin:focus,
    .btn-linkedin:hover,
    .btn-pinterest:focus,
    .btn-pinterest:hover,
    .btn-skype:focus,
    .btn-skype:hover,
    .btn-tumblr:focus,
    .btn-tumblr:hover,
    .btn-twitter:focus,
    .btn-twitter:hover,
    .btn-youtube:focus,
    .btn-youtube:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* ********** END SOCIAL NETWORKS ***** */


/* ********** BEGIN OVERLAY ***** */

[data-overlay] {
    position: relative;
}

    [data-overlay]::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

[data-overlay="1"]::before {
    opacity: 0.1;
}
[data-overlay="2"]::before {
    opacity: 0.2;
}
[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}
/* ********** END OVERLAY ***** */

.align-vertical-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (min-width: 576px) { /* sm */
    /* ***** BEGIN MARGIN ***** */

    /* ** 1 ** */
    .m-sm-p1  { margin: 1px !important; }
    .mt-sm-p1 { margin-top: 1px !important; }
    .mb-sm-p1 { margin-bottom: 1px !important; }
    .ml-sm-p1 { margin-left: 1px !important; }
    .mr-sm-p1 { margin-right: 1px !important; }

    .mx-sm-p1 { margin-left: 1px !important; margin-right: 1px !important; }
    .my-sm-p1 { margin-top: 1px !important; margin-bottom: 1px !important; }

    /* ** 2 ** */
    .m-sm-p2  { margin: 2px !important; }
    .mt-sm-p2 { margin-top: 2px !important; }
    .mb-sm-p2 { margin-bottom: 2px !important; }
    .ml-sm-p2 { margin-left: 2px !important; }
    .mr-sm-p2 { margin-right: 2px !important; }

    .mx-sm-p2 { margin-left: 2px !important; margin-right: 2px !important; }
    .my-sm-p2 { margin-top: 2px !important; margin-bottom: 2px !important; }

    /* ** 3 ** */
    .m-sm-p3  { margin: 3px !important; }
    .mt-sm-p3 { margin-top: 3px !important; }
    .mb-sm-p3 { margin-bottom: 3px !important; }
    .ml-sm-p3 { margin-left: 3px !important; }
    .mr-sm-p3 { margin-right: 3px !important; }

    .mx-sm-p3 { margin-left: 3px !important; margin-right: 3px !important; }
    .my-sm-p3 { margin-top: 3px !important; margin-bottom: 3px !important; }

    /* ** 4 ** */
    .m-sm-p4  { margin: 4px !important; }
    .mt-sm-p4 { margin-top: 4px !important; }
    .mb-sm-p4 { margin-bottom: 4px !important; }
    .ml-sm-p4 { margin-left: 4px !important; }
    .mr-sm-p4 { margin-right: 4px !important; }

    .mx-sm-p4 { margin-left: 4px !important; margin-right: 4px !important; }
    .my-sm-p4 { margin-top: 4px !important; margin-bottom: 4px !important; }

    /* ** 5 ** */
    .m-sm-p5  { margin: 5px !important; }
    .mt-sm-p5 { margin-top: 5px !important; }
    .mb-sm-p5 { margin-bottom: 5px !important; }
    .ml-sm-p5 { margin-left: 5px !important; }
    .mr-sm-p5 { margin-right: 5px !important; }

    .mx-sm-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-sm-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 6 ** */
    .m-sm-p6  { margin: 6px !important; }
    .mt-sm-p6 { margin-top: 6px !important; }
    .mb-sm-p6 { margin-bottom: 6px !important; }
    .ml-sm-p6 { margin-left: 6px !important; }
    .mr-sm-p6 { margin-right: 6px !important; }

    .mx-sm-p6 { margin-left: 6px !important; margin-right: 6px !important; }
    .my-sm-p6 { margin-top: 6px !important; margin-bottom: 6px !important; }

    /* ** 7 ** */
    .m-sm-p7  { margin: 7px !important; }
    .mt-sm-p7 { margin-top: 7px !important; }
    .mb-sm-p7 { margin-bottom: 7px !important; }
    .ml-sm-p7 { margin-left: 7px !important; }
    .mr-sm-p7 { margin-right: 7px !important; }

    .mx-sm-p7 { margin-left: 7px !important; margin-right: 7px !important; }
    .my-sm-p7 { margin-top: 7px !important; margin-bottom: 7px !important; }

    /* ** 8 ** */
    .m-sm-p8  { margin: 8px !important; }
    .mt-sm-p8 { margin-top: 8px !important; }
    .mb-sm-p8 { margin-bottom: 8px !important; }
    .ml-sm-p8 { margin-left: 8px !important; }
    .mr-sm-p8 { margin-right: 8px !important; }

    .mx-sm-p8 { margin-left: 8px !important; margin-right: 8px !important; }
    .my-sm-p8 { margin-top: 8px !important; margin-bottom: 8px !important; }

    /* ** 9 ** */
    .m-sm-p9  { margin: 9px !important; }
    .mt-sm-p9 { margin-top: 9px !important; }
    .mb-sm-p9 { margin-bottom: 9px !important; }
    .ml-sm-p9 { margin-left: 9px !important; }
    .mr-sm-p9 { margin-right: 9px !important; }

    .mx-sm-p9 { margin-left: 9px !important; margin-right: 9px !important; }
    .my-sm-p9 { margin-top: 9px !important; margin-bottom: 9px !important; }

    /* ** 10 ** */
    .m-sm-p10  { margin: 10px !important; }
    .mt-sm-p10 { margin-top: 10px !important; }
    .mb-sm-p10 { margin-bottom: 10px !important; }
    .ml-sm-p10 { margin-left: 10px !important; }
    .mr-sm-p10 { margin-right: 10px !important; }

    .mx-sm-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-sm-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 12 ** */
    .m-sm-p12  { margin: 12px !important; }
    .mt-sm-p12 { margin-top: 12px !important; }
    .mb-sm-p12 { margin-bottom: 12px !important; }
    .ml-sm-p12 { margin-left: 12px !important; }
    .mr-sm-p12 { margin-right: 12px !important; }

    .mx-sm-p12 { margin-left: 12px !important; margin-right: 12px !important; }
    .my-sm-p12 { margin-top: 12px !important; margin-bottom: 12px !important; }

    /* ** 14 ** */
    .m-sm-p14  { margin: 14px !important; }
    .mt-sm-p14 { margin-top: 14px !important; }
    .mb-sm-p14 { margin-bottom: 14px !important; }
    .ml-sm-p14 { margin-left: 14px !important; }
    .mr-sm-p14 { margin-right: 14px !important; }

    .mx-sm-p14 { margin-left: 14px !important; margin-right: 14px !important; }
    .my-sm-p14 { margin-top: 14px !important; margin-bottom: 14px !important; }

    /* ** 15 ** */
    .m-sm-p15  { margin: 15px !important; }
    .mt-sm-p15 { margin-top: 15px !important; }
    .mb-sm-p15 { margin-bottom: 15px !important; }
    .ml-sm-p15 { margin-left: 15px !important; }
    .mr-sm-p15 { margin-right: 15px !important; }

    .mx-sm-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-sm-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 16 ** */
    .m-sm-p16  { margin: 16px !important; }
    .mt-sm-p16 { margin-top: 16px !important; }
    .mb-sm-p16 { margin-bottom: 16px !important; }
    .ml-sm-p16 { margin-left: 16px !important; }
    .mr-sm-p16 { margin-right: 16px !important; }

    .mx-sm-p16 { margin-left: 16px !important; margin-right: 16px !important; }
    .my-sm-p16 { margin-top: 16px !important; margin-bottom: 16px !important; }

    /* ** 20 ** */
    .m-sm-p20  { margin: 20px !important; }
    .mt-sm-p20 { margin-top: 20px !important; }
    .mb-sm-p20 { margin-bottom: 20px !important; }
    .ml-sm-p20 { margin-left: 20px !important; }
    .mr-sm-p20 { margin-right: 20px !important; }

    .mx-sm-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-sm-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 18 ** */
    .m-sm-p18  { margin: 18px !important; }
    .mt-sm-p18 { margin-top: 18px !important; }
    .mb-sm-p18 { margin-bottom: 18px !important; }
    .ml-sm-p18 { margin-left: 18px !important; }
    .mr-sm-p18 { margin-right: 18px !important; }

    .mx-sm-p18 { margin-left: 18px !important; margin-right: 18px !important; }
    .my-sm-p18 { margin-top: 18px !important; margin-bottom: 18px !important; }

    /* ** 22 ** */
    .m-sm-p22  { margin: 22px !important; }
    .mt-sm-p22 { margin-top: 22px !important; }
    .mb-sm-p22 { margin-bottom: 22px !important; }
    .ml-sm-p22 { margin-left: 22px !important; }
    .mr-sm-p22 { margin-right: 22px !important; }

    .mx-sm-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-sm-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 24 ** */
    .m-sm-p24  { margin: 24px !important; }
    .mt-sm-p24 { margin-top: 24px !important; }
    .mb-sm-p24 { margin-bottom: 24px !important; }
    .ml-sm-p24 { margin-left: 24px !important; }
    .mr-sm-p24 { margin-right: 24px !important; }

    .mx-sm-p24 { margin-left: 24px !important; margin-right: 24px !important; }
    .my-sm-p24 { margin-top: 24px !important; margin-bottom: 24px !important; }

    /* ** 25 ** */
    .m-sm-p25  { margin: 25px !important; }
    .mt-sm-p25 { margin-top: 25px !important; }
    .mb-sm-p25 { margin-bottom: 25px !important; }
    .ml-sm-p25 { margin-left: 25px !important; }
    .mr-sm-p25 { margin-right: 25px !important; }

    .mx-sm-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-sm-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 26 ** */
    .m-sm-p26  { margin: 26px !important; }
    .mt-sm-p26 { margin-top: 26px !important; }
    .mb-sm-p26 { margin-bottom: 26px !important; }
    .ml-sm-p26 { margin-left: 26px !important; }
    .mr-sm-p26 { margin-right: 26px !important; }

    .mx-sm-p26 { margin-left: 26px !important; margin-right: 26px !important; }
    .my-sm-p26 { margin-top: 26px !important; margin-bottom: 26px !important; }

    /* ** 28 ** */
    .m-sm-p28  { margin: 28px !important; }
    .mt-sm-p28 { margin-top: 28px !important; }
    .mb-sm-p28 { margin-bottom: 28px !important; }
    .ml-sm-p28 { margin-left: 28px !important; }
    .mr-sm-p28 { margin-right: 28px !important; }

    .mx-sm-p28 { margin-left: 28px !important; margin-right: 28px !important; }
    .my-sm-p28 { margin-top: 28px !important; margin-bottom: 28px !important; }

    /* ** 30 ** */
    .m-sm-p30  { margin: 30px !important; }
    .mt-sm-p30 { margin-top: 30px !important; }
    .mb-sm-p30 { margin-bottom: 30px !important; }
    .ml-sm-p30 { margin-left: 30px !important; }
    .mr-sm-p30 { margin-right: 30px !important; }

    .mx-sm-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-sm-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-sm-p35  { margin: 35px !important; }
    .mt-sm-p35 { margin-top: 35px !important; }
    .mb-sm-p35 { margin-bottom: 35px !important; }
    .ml-sm-p35 { margin-left: 35px !important; }
    .mr-sm-p35 { margin-right: 35px !important; }

    .mx-sm-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-sm-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-sm-p40  { margin: 40px !important; }
    .mt-sm-p40 { margin-top: 40px !important; }
    .mb-sm-p40 { margin-bottom: 40px !important; }
    .ml-sm-p40 { margin-left: 40px !important; }
    .mr-sm-p40 { margin-right: 40px !important; }

    .mx-sm-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-sm-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-sm-p45  { margin: 45px !important; }
    .mt-sm-p45 { margin-top: 45px !important; }
    .mb-sm-p45 { margin-bottom: 45px !important; }
    .ml-sm-p45 { margin-left: 45px !important; }
    .mr-sm-p45 { margin-right: 45px !important; }

    .mx-sm-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-sm-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-sm-p50  { margin: 50px !important; }
    .mt-sm-p50 { margin-top: 50px !important; }
    .mb-sm-p50 { margin-bottom: 50px !important; }
    .ml-sm-p50 { margin-left: 50px !important; }
    .mr-sm-p50 { margin-right: 50px !important; }

    .mx-sm-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-sm-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-sm-p55  { margin: 55px !important; }
    .mt-sm-p55 { margin-top: 55px !important; }
    .mb-sm-p55 { margin-bottom: 55px !important; }
    .ml-sm-p55 { margin-left: 55px !important; }
    .mr-sm-p55 { margin-right: 55px !important; }

    .mx-sm-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-sm-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-sm-p60  { margin: 60px !important; }
    .mt-sm-p60 { margin-top: 60px !important; }
    .mb-sm-p60 { margin-bottom: 60px !important; }
    .ml-sm-p60 { margin-left: 60px !important; }
    .mr-sm-p60 { margin-right: 60px !important; }

    .mx-sm-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-sm-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-sm-p65  { margin: 65px !important; }
    .mt-sm-p65 { margin-top: 65px !important; }
    .mb-sm-p65 { margin-bottom: 65px !important; }
    .ml-sm-p65 { margin-left: 65px !important; }
    .mr-sm-p65 { margin-right: 65px !important; }

    .mx-sm-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-sm-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-sm-p70  { margin: 70px !important; }
    .mt-sm-p70 { margin-top: 70px !important; }
    .mb-sm-p70 { margin-bottom: 70px !important; }
    .ml-sm-p70 { margin-left: 70px !important; }
    .mr-sm-p70 { margin-right: 70px !important; }

    .mx-sm-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-sm-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-sm-p75  { margin: 75px !important; }
    .mt-sm-p75 { margin-top: 75px !important; }
    .mb-sm-p75 { margin-bottom: 75px !important; }
    .ml-sm-p75 { margin-left: 75px !important; }
    .mr-sm-p75 { margin-right: 75px !important; }

    .mx-sm-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-sm-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-sm-p80  { margin: 80px !important; }
    .mt-sm-p80 { margin-top: 80px !important; }
    .mb-sm-p80 { margin-bottom: 80px !important; }
    .ml-sm-p80 { margin-left: 80px !important; }
    .mr-sm-p80 { margin-right: 80px !important; }

    .mx-sm-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-sm-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-sm-p85  { margin: 85px !important; }
    .mt-sm-p85 { margin-top: 85px !important; }
    .mb-sm-p85 { margin-bottom: 85px !important; }
    .ml-sm-p85 { margin-left: 85px !important; }
    .mr-sm-p85 { margin-right: 85px !important; }

    .mx-sm-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-sm-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-sm-p90  { margin: 90px !important; }
    .mt-sm-p90 { margin-top: 90px !important; }
    .mb-sm-p90 { margin-bottom: 90px !important; }
    .ml-sm-p90 { margin-left: 90px !important; }
    .mr-sm-p90 { margin-right: 90px !important; }

    .mx-sm-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-sm-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-sm-p95  { margin: 95px !important; }
    .mt-sm-p95 { margin-top: 95px !important; }
    .mb-sm-p95 { margin-bottom: 95px !important; }
    .ml-sm-p95 { margin-left: 95px !important; }
    .mr-sm-p95 { margin-right: 95px !important; }

    .mx-sm-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-sm-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-sm-p100  { margin: 100px !important; }
    .mt-sm-p100 { margin-top: 100px !important; }
    .mb-sm-p100 { margin-bottom: 100px !important; }
    .ml-sm-p100 { margin-left: 100px !important; }
    .mr-sm-p100 { margin-right: 100px !important; }

    .mx-sm-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-sm-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-sm-p5  { padding: 5px !important; }
    .pt-sm-p5 { padding-top: 5px !important; }
    .pb-sm-p5 { padding-bottom: 5px !important; }
    .pl-sm-p5 { padding-left: 5px !important; }
    .pr-sm-p5 { padding-right: 5px !important; }

    .px-sm-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-sm-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-sm-p10   { padding: 10px !important; }
    .pt-sm-p10 { padding-top: 10px !important; }
    .pb-sm-p10 { padding-bottom: 10px !important; }
    .pl-sm-p10 { padding-left: 10px !important; }
    .pr-sm-p10 { padding-right: 10px !important; }

    .px-sm-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-sm-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-sm-p15  { padding: 15px !important; }
    .pt-sm-p15 { padding-top: 15px !important; }
    .pb-sm-p15 { padding-bottom: 15px !important; }
    .pl-sm-p15 { padding-left: 15px !important; }
    .pr-sm-p15 { padding-right: 15px !important; }

    .px-sm-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-sm-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-sm-p20  { padding: 20px !important; }
    .pt-sm-p20 { padding-top: 20px !important; }
    .pb-sm-p20 { padding-bottom: 20px !important; }
    .pl-sm-p20 { padding-left: 20px !important; }
    .pr-sm-p20 { padding-right: 20px !important; }

    .px-sm-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-sm-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-sm-p25  { padding: 25px !important; }
    .pt-sm-p25 { padding-top: 25px !important; }
    .pb-sm-p25 { padding-bottom: 25px !important; }
    .pl-sm-p25 { padding-left: 25px !important; }
    .pr-sm-p25 { padding-right: 25px !important; }

    .px-sm-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-sm-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-sm-p30   { padding: 30px !important; }
    .pt-sm-p30 { padding-top: 30px !important; }
    .pb-sm-p30 { padding-bottom: 30px !important; }
    .pl-sm-p30 { padding-left: 30px !important; }
    .pr-sm-p30 { padding-right: 30px !important; }

    .px-sm-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-sm-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-sm-p35  { padding: 35px !important; }
    .pt-sm-p35 { padding-top: 35px !important; }
    .pb-sm-p35 { padding-bottom: 35px !important; }
    .pl-sm-p35 { padding-left: 35px !important; }
    .pr-sm-p35 { padding-right: 35px !important; }

    .px-sm-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-sm-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-sm-p40  { padding: 40px !important; }
    .pt-sm-p40 { padding-top: 40px !important; }
    .pb-sm-p40 { padding-bottom: 40px !important; }
    .pl-sm-p40 { padding-left: 40px !important; }
    .pr-sm-p40 { padding-right: 40px !important; }

    .px-sm-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-sm-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-sm-p45  { padding: 45px !important; }
    .pt-sm-p45 { padding-top: 45px !important; }
    .pb-sm-p45 { padding-bottom: 45px !important; }
    .pl-sm-p45 { padding-left: 45px !important; }
    .pr-sm-p45 { padding-right: 45px !important; }

    .px-sm-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-sm-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-sm-p50  { padding: 50px !important; }
    .pt-sm-p50 { padding-top: 50px !important; }
    .pb-sm-p50 { padding-bottom: 50px !important; }
    .pl-sm-p50 { padding-left: 50px !important; }
    .pr-sm-p50 { padding-right: 50px !important; }

    .px-sm-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-sm-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-sm-p55  { padding: 55px !important; }
    .pt-sm-p55 { padding-top: 55px !important; }
    .pb-sm-p55 { padding-bottom: 55px !important; }
    .pl-sm-p55 { padding-left: 55px !important; }
    .pr-sm-p55 { padding-right: 55px !important; }

    .px-sm-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-sm-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-sm-p60  { padding: 60px !important; }
    .pt-sm-p60 { padding-top: 60px !important; }
    .pb-sm-p60 { padding-bottom: 60px !important; }
    .pl-sm-p60 { padding-left: 60px !important; }
    .pr-sm-p60 { padding-right: 60px !important; }

    .px-sm-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-sm-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-sm-p65  { padding: 65px !important; }
    .pt-sm-p65 { padding-top: 65px !important; }
    .pb-sm-p65 { padding-bottom: 65px !important; }
    .pl-sm-p65 { padding-left: 65px !important; }
    .pr-sm-p65 { padding-right: 65px !important; }

    .px-sm-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-sm-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-sm-p70  { padding: 70px !important; }
    .pt-sm-p70 { padding-top: 70px !important; }
    .pb-sm-p70 { padding-bottom: 70px !important; }
    .pl-sm-p70 { padding-left: 70px !important; }
    .pr-sm-p70 { padding-right: 70px !important; }

    .px-sm-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-sm-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-sm-p75  { padding: 75px !important; }
    .pt-sm-p75 { padding-top: 75px !important; }
    .pb-sm-p75 { padding-bottom: 75px !important; }
    .pl-sm-p75 { padding-left: 75px !important; }
    .pr-sm-p75 { padding-right: 75px !important; }

    .px-sm-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-sm-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-sm-p80  { padding: 80px !important; }
    .pt-sm-p80 { padding-top: 80px !important; }
    .pb-sm-p80 { padding-bottom: 80px !important; }
    .pl-sm-p80 { padding-left: 80px !important; }
    .pr-sm-p80 { padding-right: 80px !important; }

    .px-sm-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-sm-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-sm-p85  { padding: 85px !important; }
    .pt-sm-p85 { padding-top: 85px !important; }
    .pb-sm-p85 { padding-bottom: 85px !important; }
    .pl-sm-p85 { padding-left: 85px !important; }
    .pr-sm-p85 { padding-right: 85px !important; }

    .px-sm-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-sm-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-sm-p90  { padding: 90px !important; }
    .pt-sm-p90 { padding-top: 90px !important; }
    .pb-sm-p90 { padding-bottom: 90px !important; }
    .pl-sm-p90 { padding-left: 90px !important; }
    .pr-sm-p90 { padding-right: 90px !important; }

    .px-sm-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-sm-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-sm-p95  { padding: 95px !important; }
    .pt-sm-p95 { padding-top: 95px !important; }
    .pb-sm-p95 { padding-bottom: 95px !important; }
    .pl-sm-p95 { padding-left: 95px !important; }
    .pr-sm-p95 { padding-right: 95px !important; }

    .px-sm-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-sm-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-sm-p100  { padding: 100px !important; }
    .pt-sm-p100 { padding-top: 100px !important; }
    .pb-sm-p100 { padding-bottom: 100px !important; }
    .pl-sm-p100 { padding-left: 100px !important; }
    .pr-sm-p100 { padding-right: 100px !important; }

    .px-sm-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-sm-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 768px) { /* md */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-md-p5  { margin: 5px !important; }
    .mt-md-p5 { margin-top: 5px !important; }
    .mb-md-p5 { margin-bottom: 5px !important; }
    .ml-md-p5 { margin-left: 5px !important; }
    .mr-md-p5 { margin-right: 5px !important; }

    .mx-md-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-md-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-md-p10  { margin: 10px !important; }
    .mt-md-p10 { margin-top: 10px !important; }
    .mb-md-p10 { margin-bottom: 10px !important; }
    .ml-md-p10 { margin-left: 10px !important; }
    .mr-md-p10 { margin-right: 10px !important; }

    .mx-md-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-md-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-md-p15  { margin: 15px !important; }
    .mt-md-p15 { margin-top: 15px !important; }
    .mb-md-p15 { margin-bottom: 15px !important; }
    .ml-md-p15 { margin-left: 15px !important; }
    .mr-md-p15 { margin-right: 15px !important; }

    .mx-md-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-md-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-md-p20  { margin: 20px !important; }
    .mt-md-p20 { margin-top: 20px !important; }
    .mb-md-p20 { margin-bottom: 20px !important; }
    .ml-md-p20 { margin-left: 20px !important; }
    .mr-md-p20 { margin-right: 20px !important; }

    .mx-md-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-md-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-md-p22  { margin: 22px !important; }
    .mt-md-p22 { margin-top: 22px !important; }
    .mb-md-p22 { margin-bottom: 22px !important; }
    .ml-md-p22 { margin-left: 22px !important; }
    .mr-md-p22 { margin-right: 22px !important; }

    .mx-md-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-md-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-md-p25  { margin: 25px !important; }
    .mt-md-p25 { margin-top: 25px !important; }
    .mb-md-p25 { margin-bottom: 25px !important; }
    .ml-md-p25 { margin-left: 25px !important; }
    .mr-md-p25 { margin-right: 25px !important; }

    .mx-md-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-md-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-md-p30  { margin: 30px !important; }
    .mt-md-p30 { margin-top: 30px !important; }
    .mb-md-p30 { margin-bottom: 30px !important; }
    .ml-md-p30 { margin-left: 30px !important; }
    .mr-md-p30 { margin-right: 30px !important; }

    .mx-md-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-md-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-md-p35  { margin: 35px !important; }
    .mt-md-p35 { margin-top: 35px !important; }
    .mb-md-p35 { margin-bottom: 35px !important; }
    .ml-md-p35 { margin-left: 35px !important; }
    .mr-md-p35 { margin-right: 35px !important; }

    .mx-md-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-md-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-md-p40  { margin: 40px !important; }
    .mt-md-p40 { margin-top: 40px !important; }
    .mb-md-p40 { margin-bottom: 40px !important; }
    .ml-md-p40 { margin-left: 40px !important; }
    .mr-md-p40 { margin-right: 40px !important; }

    .mx-md-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-md-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-md-p45  { margin: 45px !important; }
    .mt-md-p45 { margin-top: 45px !important; }
    .mb-md-p45 { margin-bottom: 45px !important; }
    .ml-md-p45 { margin-left: 45px !important; }
    .mr-md-p45 { margin-right: 45px !important; }

    .mx-md-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-md-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-md-p50  { margin: 50px !important; }
    .mt-md-p50 { margin-top: 50px !important; }
    .mb-md-p50 { margin-bottom: 50px !important; }
    .ml-md-p50 { margin-left: 50px !important; }
    .mr-md-p50 { margin-right: 50px !important; }

    .mx-md-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-md-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-md-p55  { margin: 55px !important; }
    .mt-md-p55 { margin-top: 55px !important; }
    .mb-md-p55 { margin-bottom: 55px !important; }
    .ml-md-p55 { margin-left: 55px !important; }
    .mr-md-p55 { margin-right: 55px !important; }

    .mx-md-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-md-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-md-p60  { margin: 60px !important; }
    .mt-md-p60 { margin-top: 60px !important; }
    .mb-md-p60 { margin-bottom: 60px !important; }
    .ml-md-p60 { margin-left: 60px !important; }
    .mr-md-p60 { margin-right: 60px !important; }

    .mx-md-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-md-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-md-p65  { margin: 65px !important; }
    .mt-md-p65 { margin-top: 65px !important; }
    .mb-md-p65 { margin-bottom: 65px !important; }
    .ml-md-p65 { margin-left: 65px !important; }
    .mr-md-p65 { margin-right: 65px !important; }

    .mx-md-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-md-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-md-p70  { margin: 70px !important; }
    .mt-md-p70 { margin-top: 70px !important; }
    .mb-md-p70 { margin-bottom: 70px !important; }
    .ml-md-p70 { margin-left: 70px !important; }
    .mr-md-p70 { margin-right: 70px !important; }

    .mx-md-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-md-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-md-p75  { margin: 75px !important; }
    .mt-md-p75 { margin-top: 75px !important; }
    .mb-md-p75 { margin-bottom: 75px !important; }
    .ml-md-p75 { margin-left: 75px !important; }
    .mr-md-p75 { margin-right: 75px !important; }

    .mx-md-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-md-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-md-p80  { margin: 80px !important; }
    .mt-md-p80 { margin-top: 80px !important; }
    .mb-md-p80 { margin-bottom: 80px !important; }
    .ml-md-p80 { margin-left: 80px !important; }
    .mr-md-p80 { margin-right: 80px !important; }

    .mx-md-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-md-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-md-p85  { margin: 85px !important; }
    .mt-md-p85 { margin-top: 85px !important; }
    .mb-md-p85 { margin-bottom: 85px !important; }
    .ml-md-p85 { margin-left: 85px !important; }
    .mr-md-p85 { margin-right: 85px !important; }

    .mx-md-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-md-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-md-p90  { margin: 90px !important; }
    .mt-md-p90 { margin-top: 90px !important; }
    .mb-md-p90 { margin-bottom: 90px !important; }
    .ml-md-p90 { margin-left: 90px !important; }
    .mr-md-p90 { margin-right: 90px !important; }

    .mx-md-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-md-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-md-p95  { margin: 95px !important; }
    .mt-md-p95 { margin-top: 95px !important; }
    .mb-md-p95 { margin-bottom: 95px !important; }
    .ml-md-p95 { margin-left: 95px !important; }
    .mr-md-p95 { margin-right: 95px !important; }

    .mx-md-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-md-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-md-p100  { margin: 100px !important; }
    .mt-md-p100 { margin-top: 100px !important; }
    .mb-md-p100 { margin-bottom: 100px !important; }
    .ml-md-p100 { margin-left: 100px !important; }
    .mr-md-p100 { margin-right: 100px !important; }

    .mx-md-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-md-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-md-p5  { padding: 5px !important; }
    .pt-md-p5 { padding-top: 5px !important; }
    .pb-md-p5 { padding-bottom: 5px !important; }
    .pl-md-p5 { padding-left: 5px !important; }
    .pr-md-p5 { padding-right: 5px !important; }

    .px-md-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-md-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-md-p10   { padding: 10px !important; }
    .pt-md-p10 { padding-top: 10px !important; }
    .pb-md-p10 { padding-bottom: 10px !important; }
    .pl-md-p10 { padding-left: 10px !important; }
    .pr-md-p10 { padding-right: 10px !important; }

    .px-md-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-md-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-md-p15  { padding: 15px !important; }
    .pt-md-p15 { padding-top: 15px !important; }
    .pb-md-p15 { padding-bottom: 15px !important; }
    .pl-md-p15 { padding-left: 15px !important; }
    .pr-md-p15 { padding-right: 15px !important; }

    .px-md-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-md-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-md-p20  { padding: 20px !important; }
    .pt-md-p20 { padding-top: 20px !important; }
    .pb-md-p20 { padding-bottom: 20px !important; }
    .pl-md-p20 { padding-left: 20px !important; }
    .pr-md-p20 { padding-right: 20px !important; }

    .px-md-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-md-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-md-p25  { padding: 25px !important; }
    .pt-md-p25 { padding-top: 25px !important; }
    .pb-md-p25 { padding-bottom: 25px !important; }
    .pl-md-p25 { padding-left: 25px !important; }
    .pr-md-p25 { padding-right: 25px !important; }

    .px-md-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-md-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-md-p30   { padding: 30px !important; }
    .pt-md-p30 { padding-top: 30px !important; }
    .pb-md-p30 { padding-bottom: 30px !important; }
    .pl-md-p30 { padding-left: 30px !important; }
    .pr-md-p30 { padding-right: 30px !important; }

    .px-md-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-md-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-md-p35  { padding: 35px !important; }
    .pt-md-p35 { padding-top: 35px !important; }
    .pb-md-p35 { padding-bottom: 35px !important; }
    .pl-md-p35 { padding-left: 35px !important; }
    .pr-md-p35 { padding-right: 35px !important; }

    .px-md-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-md-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-md-p40  { padding: 40px !important; }
    .pt-md-p40 { padding-top: 40px !important; }
    .pb-md-p40 { padding-bottom: 40px !important; }
    .pl-md-p40 { padding-left: 40px !important; }
    .pr-md-p40 { padding-right: 40px !important; }

    .px-md-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-md-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-md-p45  { padding: 45px !important; }
    .pt-md-p45 { padding-top: 45px !important; }
    .pb-md-p45 { padding-bottom: 45px !important; }
    .pl-md-p45 { padding-left: 45px !important; }
    .pr-md-p45 { padding-right: 45px !important; }

    .px-md-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-md-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-md-p50  { padding: 50px !important; }
    .pt-md-p50 { padding-top: 50px !important; }
    .pb-md-p50 { padding-bottom: 50px !important; }
    .pl-md-p50 { padding-left: 50px !important; }
    .pr-md-p50 { padding-right: 50px !important; }

    .px-md-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-md-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-md-p55  { padding: 55px !important; }
    .pt-md-p55 { padding-top: 55px !important; }
    .pb-md-p55 { padding-bottom: 55px !important; }
    .pl-md-p55 { padding-left: 55px !important; }
    .pr-md-p55 { padding-right: 55px !important; }

    .px-md-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-md-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-md-p60  { padding: 60px !important; }
    .pt-md-p60 { padding-top: 60px !important; }
    .pb-md-p60 { padding-bottom: 60px !important; }
    .pl-md-p60 { padding-left: 60px !important; }
    .pr-md-p60 { padding-right: 60px !important; }

    .px-md-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-md-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-md-p65  { padding: 65px !important; }
    .pt-md-p65 { padding-top: 65px !important; }
    .pb-md-p65 { padding-bottom: 65px !important; }
    .pl-md-p65 { padding-left: 65px !important; }
    .pr-md-p65 { padding-right: 65px !important; }

    .px-md-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-md-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-md-p70  { padding: 70px !important; }
    .pt-md-p70 { padding-top: 70px !important; }
    .pb-md-p70 { padding-bottom: 70px !important; }
    .pl-md-p70 { padding-left: 70px !important; }
    .pr-md-p70 { padding-right: 70px !important; }

    .px-md-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-md-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-md-p75  { padding: 75px !important; }
    .pt-md-p75 { padding-top: 75px !important; }
    .pb-md-p75 { padding-bottom: 75px !important; }
    .pl-md-p75 { padding-left: 75px !important; }
    .pr-md-p75 { padding-right: 75px !important; }

    .px-md-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-md-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-md-p80  { padding: 80px !important; }
    .pt-md-p80 { padding-top: 80px !important; }
    .pb-md-p80 { padding-bottom: 80px !important; }
    .pl-md-p80 { padding-left: 80px !important; }
    .pr-md-p80 { padding-right: 80px !important; }

    .px-md-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-md-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-md-p85  { padding: 85px !important; }
    .pt-md-p85 { padding-top: 85px !important; }
    .pb-md-p85 { padding-bottom: 85px !important; }
    .pl-md-p85 { padding-left: 85px !important; }
    .pr-md-p85 { padding-right: 85px !important; }

    .px-md-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-md-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-md-p90  { padding: 90px !important; }
    .pt-md-p90 { padding-top: 90px !important; }
    .pb-md-p90 { padding-bottom: 90px !important; }
    .pl-md-p90 { padding-left: 90px !important; }
    .pr-md-p90 { padding-right: 90px !important; }

    .px-md-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-md-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-md-p95  { padding: 95px !important; }
    .pt-md-p95 { padding-top: 95px !important; }
    .pb-md-p95 { padding-bottom: 95px !important; }
    .pl-md-p95 { padding-left: 95px !important; }
    .pr-md-p95 { padding-right: 95px !important; }

    .px-md-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-md-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-md-p100  { padding: 100px !important; }
    .pt-md-p100 { padding-top: 100px !important; }
    .pb-md-p100 { padding-bottom: 100px !important; }
    .pl-md-p100 { padding-left: 100px !important; }
    .pr-md-p100 { padding-right: 100px !important; }

    .px-md-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-md-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 992px) { /* lg */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-lg-p5  { margin: 5px !important; }
    .mt-lg-p5 { margin-top: 5px !important; }
    .mb-lg-p5 { margin-bottom: 5px !important; }
    .ml-lg-p5 { margin-left: 5px !important; }
    .mr-lg-p5 { margin-right: 5px !important; }

    .mx-lg-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-lg-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-lg-p10  { margin: 10px !important; }
    .mt-lg-p10 { margin-top: 10px !important; }
    .mb-lg-p10 { margin-bottom: 10px !important; }
    .ml-lg-p10 { margin-left: 10px !important; }
    .mr-lg-p10 { margin-right: 10px !important; }

    .mx-lg-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-lg-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-lg-p15  { margin: 15px !important; }
    .mt-lg-p15 { margin-top: 15px !important; }
    .mb-lg-p15 { margin-bottom: 15px !important; }
    .ml-lg-p15 { margin-left: 15px !important; }
    .mr-lg-p15 { margin-right: 15px !important; }

    .mx-lg-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-lg-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-lg-p20  { margin: 20px !important; }
    .mt-lg-p20 { margin-top: 20px !important; }
    .mb-lg-p20 { margin-bottom: 20px !important; }
    .ml-lg-p20 { margin-left: 20px !important; }
    .mr-lg-p20 { margin-right: 20px !important; }

    .mx-lg-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-lg-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-lg-p22  { margin: 22px !important; }
    .mt-lg-p22 { margin-top: 22px !important; }
    .mb-lg-p22 { margin-bottom: 22px !important; }
    .ml-lg-p22 { margin-left: 22px !important; }
    .mr-lg-p22 { margin-right: 22px !important; }

    .mx-lg-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-lg-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-lg-p25  { margin: 25px !important; }
    .mt-lg-p25 { margin-top: 25px !important; }
    .mb-lg-p25 { margin-bottom: 25px !important; }
    .ml-lg-p25 { margin-left: 25px !important; }
    .mr-lg-p25 { margin-right: 25px !important; }

    .mx-lg-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-lg-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-lg-p30  { margin: 30px !important; }
    .mt-lg-p30 { margin-top: 30px !important; }
    .mb-lg-p30 { margin-bottom: 30px !important; }
    .ml-lg-p30 { margin-left: 30px !important; }
    .mr-lg-p30 { margin-right: 30px !important; }

    .mx-lg-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-lg-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-lg-p35  { margin: 35px !important; }
    .mt-lg-p35 { margin-top: 35px !important; }
    .mb-lg-p35 { margin-bottom: 35px !important; }
    .ml-lg-p35 { margin-left: 35px !important; }
    .mr-lg-p35 { margin-right: 35px !important; }

    .mx-lg-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-lg-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-lg-p40  { margin: 40px !important; }
    .mt-lg-p40 { margin-top: 40px !important; }
    .mb-lg-p40 { margin-bottom: 40px !important; }
    .ml-lg-p40 { margin-left: 40px !important; }
    .mr-lg-p40 { margin-right: 40px !important; }

    .mx-lg-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-lg-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-lg-p45  { margin: 45px !important; }
    .mt-lg-p45 { margin-top: 45px !important; }
    .mb-lg-p45 { margin-bottom: 45px !important; }
    .ml-lg-p45 { margin-left: 45px !important; }
    .mr-lg-p45 { margin-right: 45px !important; }

    .mx-lg-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-lg-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-lg-p50  { margin: 50px !important; }
    .mt-lg-p50 { margin-top: 50px !important; }
    .mb-lg-p50 { margin-bottom: 50px !important; }
    .ml-lg-p50 { margin-left: 50px !important; }
    .mr-lg-p50 { margin-right: 50px !important; }

    .mx-lg-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-lg-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-lg-p55  { margin: 55px !important; }
    .mt-lg-p55 { margin-top: 55px !important; }
    .mb-lg-p55 { margin-bottom: 55px !important; }
    .ml-lg-p55 { margin-left: 55px !important; }
    .mr-lg-p55 { margin-right: 55px !important; }

    .mx-lg-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-lg-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-lg-p60  { margin: 60px !important; }
    .mt-lg-p60 { margin-top: 60px !important; }
    .mb-lg-p60 { margin-bottom: 60px !important; }
    .ml-lg-p60 { margin-left: 60px !important; }
    .mr-lg-p60 { margin-right: 60px !important; }

    .mx-lg-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-lg-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-lg-p65  { margin: 65px !important; }
    .mt-lg-p65 { margin-top: 65px !important; }
    .mb-lg-p65 { margin-bottom: 65px !important; }
    .ml-lg-p65 { margin-left: 65px !important; }
    .mr-lg-p65 { margin-right: 65px !important; }

    .mx-lg-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-lg-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-lg-p70  { margin: 70px !important; }
    .mt-lg-p70 { margin-top: 70px !important; }
    .mb-lg-p70 { margin-bottom: 70px !important; }
    .ml-lg-p70 { margin-left: 70px !important; }
    .mr-lg-p70 { margin-right: 70px !important; }

    .mx-lg-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-lg-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-lg-p75  { margin: 75px !important; }
    .mt-lg-p75 { margin-top: 75px !important; }
    .mb-lg-p75 { margin-bottom: 75px !important; }
    .ml-lg-p75 { margin-left: 75px !important; }
    .mr-lg-p75 { margin-right: 75px !important; }

    .mx-lg-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-lg-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-lg-p80  { margin: 80px !important; }
    .mt-lg-p80 { margin-top: 80px !important; }
    .mb-lg-p80 { margin-bottom: 80px !important; }
    .ml-lg-p80 { margin-left: 80px !important; }
    .mr-lg-p80 { margin-right: 80px !important; }

    .mx-lg-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-lg-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-lg-p85  { margin: 85px !important; }
    .mt-lg-p85 { margin-top: 85px !important; }
    .mb-lg-p85 { margin-bottom: 85px !important; }
    .ml-lg-p85 { margin-left: 85px !important; }
    .mr-lg-p85 { margin-right: 85px !important; }

    .mx-lg-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-lg-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-lg-p90  { margin: 90px !important; }
    .mt-lg-p90 { margin-top: 90px !important; }
    .mb-lg-p90 { margin-bottom: 90px !important; }
    .ml-lg-p90 { margin-left: 90px !important; }
    .mr-lg-p90 { margin-right: 90px !important; }

    .mx-lg-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-lg-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-lg-p95  { margin: 95px !important; }
    .mt-lg-p95 { margin-top: 95px !important; }
    .mb-lg-p95 { margin-bottom: 95px !important; }
    .ml-lg-p95 { margin-left: 95px !important; }
    .mr-lg-p95 { margin-right: 95px !important; }

    .mx-lg-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-lg-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-lg-p100  { margin: 100px !important; }
    .mt-lg-p100 { margin-top: 100px !important; }
    .mb-lg-p100 { margin-bottom: 100px !important; }
    .ml-lg-p100 { margin-left: 100px !important; }
    .mr-lg-p100 { margin-right: 100px !important; }

    .mx-lg-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-lg-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-lg-p5  { padding: 5px !important; }
    .pt-lg-p5 { padding-top: 5px !important; }
    .pb-lg-p5 { padding-bottom: 5px !important; }
    .pl-lg-p5 { padding-left: 5px !important; }
    .pr-lg-p5 { padding-right: 5px !important; }

    .px-lg-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-lg-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-lg-p10   { padding: 10px !important; }
    .pt-lg-p10 { padding-top: 10px !important; }
    .pb-lg-p10 { padding-bottom: 10px !important; }
    .pl-lg-p10 { padding-left: 10px !important; }
    .pr-lg-p10 { padding-right: 10px !important; }

    .px-lg-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-lg-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-lg-p15  { padding: 15px !important; }
    .pt-lg-p15 { padding-top: 15px !important; }
    .pb-lg-p15 { padding-bottom: 15px !important; }
    .pl-lg-p15 { padding-left: 15px !important; }
    .pr-lg-p15 { padding-right: 15px !important; }

    .px-lg-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-lg-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-lg-p20  { padding: 20px !important; }
    .pt-lg-p20 { padding-top: 20px !important; }
    .pb-lg-p20 { padding-bottom: 20px !important; }
    .pl-lg-p20 { padding-left: 20px !important; }
    .pr-lg-p20 { padding-right: 20px !important; }

    .px-lg-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-lg-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-lg-p25  { padding: 25px !important; }
    .pt-lg-p25 { padding-top: 25px !important; }
    .pb-lg-p25 { padding-bottom: 25px !important; }
    .pl-lg-p25 { padding-left: 25px !important; }
    .pr-lg-p25 { padding-right: 25px !important; }

    .px-lg-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-lg-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-lg-p30   { padding: 30px !important; }
    .pt-lg-p30 { padding-top: 30px !important; }
    .pb-lg-p30 { padding-bottom: 30px !important; }
    .pl-lg-p30 { padding-left: 30px !important; }
    .pr-lg-p30 { padding-right: 30px !important; }

    .px-lg-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-lg-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-lg-p35  { padding: 35px !important; }
    .pt-lg-p35 { padding-top: 35px !important; }
    .pb-lg-p35 { padding-bottom: 35px !important; }
    .pl-lg-p35 { padding-left: 35px !important; }
    .pr-lg-p35 { padding-right: 35px !important; }

    .px-lg-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-lg-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-lg-p40  { padding: 40px !important; }
    .pt-lg-p40 { padding-top: 40px !important; }
    .pb-lg-p40 { padding-bottom: 40px !important; }
    .pl-lg-p40 { padding-left: 40px !important; }
    .pr-lg-p40 { padding-right: 40px !important; }

    .px-lg-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-lg-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-lg-p45  { padding: 45px !important; }
    .pt-lg-p45 { padding-top: 45px !important; }
    .pb-lg-p45 { padding-bottom: 45px !important; }
    .pl-lg-p45 { padding-left: 45px !important; }
    .pr-lg-p45 { padding-right: 45px !important; }

    .px-lg-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-lg-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-lg-p50  { padding: 50px !important; }
    .pt-lg-p50 { padding-top: 50px !important; }
    .pb-lg-p50 { padding-bottom: 50px !important; }
    .pl-lg-p50 { padding-left: 50px !important; }
    .pr-lg-p50 { padding-right: 50px !important; }

    .px-lg-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-lg-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-lg-p55  { padding: 55px !important; }
    .pt-lg-p55 { padding-top: 55px !important; }
    .pb-lg-p55 { padding-bottom: 55px !important; }
    .pl-lg-p55 { padding-left: 55px !important; }
    .pr-lg-p55 { padding-right: 55px !important; }

    .px-lg-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-lg-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-lg-p60  { padding: 60px !important; }
    .pt-lg-p60 { padding-top: 60px !important; }
    .pb-lg-p60 { padding-bottom: 60px !important; }
    .pl-lg-p60 { padding-left: 60px !important; }
    .pr-lg-p60 { padding-right: 60px !important; }

    .px-lg-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-lg-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-lg-p65  { padding: 65px !important; }
    .pt-lg-p65 { padding-top: 65px !important; }
    .pb-lg-p65 { padding-bottom: 65px !important; }
    .pl-lg-p65 { padding-left: 65px !important; }
    .pr-lg-p65 { padding-right: 65px !important; }

    .px-lg-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-lg-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-lg-p70  { padding: 70px !important; }
    .pt-lg-p70 { padding-top: 70px !important; }
    .pb-lg-p70 { padding-bottom: 70px !important; }
    .pl-lg-p70 { padding-left: 70px !important; }
    .pr-lg-p70 { padding-right: 70px !important; }

    .px-lg-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-lg-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-lg-p75  { padding: 75px !important; }
    .pt-lg-p75 { padding-top: 75px !important; }
    .pb-lg-p75 { padding-bottom: 75px !important; }
    .pl-lg-p75 { padding-left: 75px !important; }
    .pr-lg-p75 { padding-right: 75px !important; }

    .px-lg-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-lg-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-lg-p80  { padding: 80px !important; }
    .pt-lg-p80 { padding-top: 80px !important; }
    .pb-lg-p80 { padding-bottom: 80px !important; }
    .pl-lg-p80 { padding-left: 80px !important; }
    .pr-lg-p80 { padding-right: 80px !important; }

    .px-lg-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-lg-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-lg-p85  { padding: 85px !important; }
    .pt-lg-p85 { padding-top: 85px !important; }
    .pb-lg-p85 { padding-bottom: 85px !important; }
    .pl-lg-p85 { padding-left: 85px !important; }
    .pr-lg-p85 { padding-right: 85px !important; }

    .px-lg-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-lg-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-lg-p90  { padding: 90px !important; }
    .pt-lg-p90 { padding-top: 90px !important; }
    .pb-lg-p90 { padding-bottom: 90px !important; }
    .pl-lg-p90 { padding-left: 90px !important; }
    .pr-lg-p90 { padding-right: 90px !important; }

    .px-lg-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-lg-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-lg-p95  { padding: 95px !important; }
    .pt-lg-p95 { padding-top: 95px !important; }
    .pb-lg-p95 { padding-bottom: 95px !important; }
    .pl-lg-p95 { padding-left: 95px !important; }
    .pr-lg-p95 { padding-right: 95px !important; }

    .px-lg-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-lg-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-lg-p100  { padding: 100px !important; }
    .pt-lg-p100 { padding-top: 100px !important; }
    .pb-lg-p100 { padding-bottom: 100px !important; }
    .pl-lg-p100 { padding-left: 100px !important; }
    .pr-lg-p100 { padding-right: 100px !important; }

    .px-lg-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-lg-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 1200px) { /* xl */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-xl-p5  { margin: 5px !important; }
    .mt-xl-p5 { margin-top: 5px !important; }
    .mb-xl-p5 { margin-bottom: 5px !important; }
    .ml-xl-p5 { margin-left: 5px !important; }
    .mr-xl-p5 { margin-right: 5px !important; }

    .mx-xl-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-xl-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-xl-p10  { margin: 10px !important; }
    .mt-xl-p10 { margin-top: 10px !important; }
    .mb-xl-p10 { margin-bottom: 10px !important; }
    .ml-xl-p10 { margin-left: 10px !important; }
    .mr-xl-p10 { margin-right: 10px !important; }

    .mx-xl-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-xl-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-xl-p15  { margin: 15px !important; }
    .mt-xl-p15 { margin-top: 15px !important; }
    .mb-xl-p15 { margin-bottom: 15px !important; }
    .ml-xl-p15 { margin-left: 15px !important; }
    .mr-xl-p15 { margin-right: 15px !important; }

    .mx-xl-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-xl-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-xl-p20  { margin: 20px !important; }
    .mt-xl-p20 { margin-top: 20px !important; }
    .mb-xl-p20 { margin-bottom: 20px !important; }
    .ml-xl-p20 { margin-left: 20px !important; }
    .mr-xl-p20 { margin-right: 20px !important; }

    .mx-xl-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-xl-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-xl-p22  { margin: 22px !important; }
    .mt-xl-p22 { margin-top: 22px !important; }
    .mb-xl-p22 { margin-bottom: 22px !important; }
    .ml-xl-p22 { margin-left: 22px !important; }
    .mr-xl-p22 { margin-right: 22px !important; }

    .mx-xl-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-xl-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-xl-p25  { margin: 25px !important; }
    .mt-xl-p25 { margin-top: 25px !important; }
    .mb-xl-p25 { margin-bottom: 25px !important; }
    .ml-xl-p25 { margin-left: 25px !important; }
    .mr-xl-p25 { margin-right: 25px !important; }

    .mx-xl-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-xl-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-xl-p30  { margin: 30px !important; }
    .mt-xl-p30 { margin-top: 30px !important; }
    .mb-xl-p30 { margin-bottom: 30px !important; }
    .ml-xl-p30 { margin-left: 30px !important; }
    .mr-xl-p30 { margin-right: 30px !important; }

    .mx-xl-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-xl-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-xl-p35  { margin: 35px !important; }
    .mt-xl-p35 { margin-top: 35px !important; }
    .mb-xl-p35 { margin-bottom: 35px !important; }
    .ml-xl-p35 { margin-left: 35px !important; }
    .mr-xl-p35 { margin-right: 35px !important; }

    .mx-xl-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-xl-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-xl-p40  { margin: 40px !important; }
    .mt-xl-p40 { margin-top: 40px !important; }
    .mb-xl-p40 { margin-bottom: 40px !important; }
    .ml-xl-p40 { margin-left: 40px !important; }
    .mr-xl-p40 { margin-right: 40px !important; }

    .mx-xl-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-xl-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-xl-p45  { margin: 45px !important; }
    .mt-xl-p45 { margin-top: 45px !important; }
    .mb-xl-p45 { margin-bottom: 45px !important; }
    .ml-xl-p45 { margin-left: 45px !important; }
    .mr-xl-p45 { margin-right: 45px !important; }

    .mx-xl-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-xl-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-xl-p50  { margin: 50px !important; }
    .mt-xl-p50 { margin-top: 50px !important; }
    .mb-xl-p50 { margin-bottom: 50px !important; }
    .ml-xl-p50 { margin-left: 50px !important; }
    .mr-xl-p50 { margin-right: 50px !important; }

    .mx-xl-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-xl-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-xl-p55  { margin: 55px !important; }
    .mt-xl-p55 { margin-top: 55px !important; }
    .mb-xl-p55 { margin-bottom: 55px !important; }
    .ml-xl-p55 { margin-left: 55px !important; }
    .mr-xl-p55 { margin-right: 55px !important; }

    .mx-xl-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-xl-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-xl-p60  { margin: 60px !important; }
    .mt-xl-p60 { margin-top: 60px !important; }
    .mb-xl-p60 { margin-bottom: 60px !important; }
    .ml-xl-p60 { margin-left: 60px !important; }
    .mr-xl-p60 { margin-right: 60px !important; }

    .mx-xl-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-xl-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-xl-p65  { margin: 65px !important; }
    .mt-xl-p65 { margin-top: 65px !important; }
    .mb-xl-p65 { margin-bottom: 65px !important; }
    .ml-xl-p65 { margin-left: 65px !important; }
    .mr-xl-p65 { margin-right: 65px !important; }

    .mx-xl-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-xl-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-xl-p70  { margin: 70px !important; }
    .mt-xl-p70 { margin-top: 70px !important; }
    .mb-xl-p70 { margin-bottom: 70px !important; }
    .ml-xl-p70 { margin-left: 70px !important; }
    .mr-xl-p70 { margin-right: 70px !important; }

    .mx-xl-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-xl-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-xl-p75  { margin: 75px !important; }
    .mt-xl-p75 { margin-top: 75px !important; }
    .mb-xl-p75 { margin-bottom: 75px !important; }
    .ml-xl-p75 { margin-left: 75px !important; }
    .mr-xl-p75 { margin-right: 75px !important; }

    .mx-xl-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-xl-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-xl-p80  { margin: 80px !important; }
    .mt-xl-p80 { margin-top: 80px !important; }
    .mb-xl-p80 { margin-bottom: 80px !important; }
    .ml-xl-p80 { margin-left: 80px !important; }
    .mr-xl-p80 { margin-right: 80px !important; }

    .mx-xl-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-xl-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-xl-p85  { margin: 85px !important; }
    .mt-xl-p85 { margin-top: 85px !important; }
    .mb-xl-p85 { margin-bottom: 85px !important; }
    .ml-xl-p85 { margin-left: 85px !important; }
    .mr-xl-p85 { margin-right: 85px !important; }

    .mx-xl-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-xl-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-xl-p90  { margin: 90px !important; }
    .mt-xl-p90 { margin-top: 90px !important; }
    .mb-xl-p90 { margin-bottom: 90px !important; }
    .ml-xl-p90 { margin-left: 90px !important; }
    .mr-xl-p90 { margin-right: 90px !important; }

    .mx-xl-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-xl-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-xl-p95  { margin: 95px !important; }
    .mt-xl-p95 { margin-top: 95px !important; }
    .mb-xl-p95 { margin-bottom: 95px !important; }
    .ml-xl-p95 { margin-left: 95px !important; }
    .mr-xl-p95 { margin-right: 95px !important; }

    .mx-xl-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-xl-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-xl-p100  { margin: 100px !important; }
    .mt-xl-p100 { margin-top: 100px !important; }
    .mb-xl-p100 { margin-bottom: 100px !important; }
    .ml-xl-p100 { margin-left: 100px !important; }
    .mr-xl-p100 { margin-right: 100px !important; }

    .mx-xl-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-xl-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-xl-p5  { padding: 5px !important; }
    .pt-xl-p5 { padding-top: 5px !important; }
    .pb-xl-p5 { padding-bottom: 5px !important; }
    .pl-xl-p5 { padding-left: 5px !important; }
    .pr-xl-p5 { padding-right: 5px !important; }

    .px-xl-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-xl-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-xl-p10   { padding: 10px !important; }
    .pt-xl-p10 { padding-top: 10px !important; }
    .pb-xl-p10 { padding-bottom: 10px !important; }
    .pl-xl-p10 { padding-left: 10px !important; }
    .pr-xl-p10 { padding-right: 10px !important; }

    .px-xl-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-xl-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-xl-p15  { padding: 15px !important; }
    .pt-xl-p15 { padding-top: 15px !important; }
    .pb-xl-p15 { padding-bottom: 15px !important; }
    .pl-xl-p15 { padding-left: 15px !important; }
    .pr-xl-p15 { padding-right: 15px !important; }

    .px-xl-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-xl-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-xl-p20  { padding: 20px !important; }
    .pt-xl-p20 { padding-top: 20px !important; }
    .pb-xl-p20 { padding-bottom: 20px !important; }
    .pl-xl-p20 { padding-left: 20px !important; }
    .pr-xl-p20 { padding-right: 20px !important; }

    .px-xl-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-xl-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-xl-p25  { padding: 25px !important; }
    .pt-xl-p25 { padding-top: 25px !important; }
    .pb-xl-p25 { padding-bottom: 25px !important; }
    .pl-xl-p25 { padding-left: 25px !important; }
    .pr-xl-p25 { padding-right: 25px !important; }

    .px-xl-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-xl-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-xl-p30   { padding: 30px !important; }
    .pt-xl-p30 { padding-top: 30px !important; }
    .pb-xl-p30 { padding-bottom: 30px !important; }
    .pl-xl-p30 { padding-left: 30px !important; }
    .pr-xl-p30 { padding-right: 30px !important; }

    .px-xl-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-xl-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-xl-p35  { padding: 35px !important; }
    .pt-xl-p35 { padding-top: 35px !important; }
    .pb-xl-p35 { padding-bottom: 35px !important; }
    .pl-xl-p35 { padding-left: 35px !important; }
    .pr-xl-p35 { padding-right: 35px !important; }

    .px-xl-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-xl-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-xl-p40  { padding: 40px !important; }
    .pt-xl-p40 { padding-top: 40px !important; }
    .pb-xl-p40 { padding-bottom: 40px !important; }
    .pl-xl-p40 { padding-left: 40px !important; }
    .pr-xl-p40 { padding-right: 40px !important; }

    .px-xl-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-xl-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-xl-p45  { padding: 45px !important; }
    .pt-xl-p45 { padding-top: 45px !important; }
    .pb-xl-p45 { padding-bottom: 45px !important; }
    .pl-xl-p45 { padding-left: 45px !important; }
    .pr-xl-p45 { padding-right: 45px !important; }

    .px-xl-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-xl-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-xl-p50  { padding: 50px !important; }
    .pt-xl-p50 { padding-top: 50px !important; }
    .pb-xl-p50 { padding-bottom: 50px !important; }
    .pl-xl-p50 { padding-left: 50px !important; }
    .pr-xl-p50 { padding-right: 50px !important; }

    .px-xl-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-xl-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-xl-p55  { padding: 55px !important; }
    .pt-xl-p55 { padding-top: 55px !important; }
    .pb-xl-p55 { padding-bottom: 55px !important; }
    .pl-xl-p55 { padding-left: 55px !important; }
    .pr-xl-p55 { padding-right: 55px !important; }

    .px-xl-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-xl-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-xl-p60  { padding: 60px !important; }
    .pt-xl-p60 { padding-top: 60px !important; }
    .pb-xl-p60 { padding-bottom: 60px !important; }
    .pl-xl-p60 { padding-left: 60px !important; }
    .pr-xl-p60 { padding-right: 60px !important; }

    .px-xl-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-xl-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-xl-p65  { padding: 65px !important; }
    .pt-xl-p65 { padding-top: 65px !important; }
    .pb-xl-p65 { padding-bottom: 65px !important; }
    .pl-xl-p65 { padding-left: 65px !important; }
    .pr-xl-p65 { padding-right: 65px !important; }

    .px-xl-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-xl-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-xl-p70  { padding: 70px !important; }
    .pt-xl-p70 { padding-top: 70px !important; }
    .pb-xl-p70 { padding-bottom: 70px !important; }
    .pl-xl-p70 { padding-left: 70px !important; }
    .pr-xl-p70 { padding-right: 70px !important; }

    .px-xl-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-xl-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-xl-p75  { padding: 75px !important; }
    .pt-xl-p75 { padding-top: 75px !important; }
    .pb-xl-p75 { padding-bottom: 75px !important; }
    .pl-xl-p75 { padding-left: 75px !important; }
    .pr-xl-p75 { padding-right: 75px !important; }

    .px-xl-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-xl-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-xl-p80  { padding: 80px !important; }
    .pt-xl-p80 { padding-top: 80px !important; }
    .pb-xl-p80 { padding-bottom: 80px !important; }
    .pl-xl-p80 { padding-left: 80px !important; }
    .pr-xl-p80 { padding-right: 80px !important; }

    .px-xl-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-xl-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-xl-p85  { padding: 85px !important; }
    .pt-xl-p85 { padding-top: 85px !important; }
    .pb-xl-p85 { padding-bottom: 85px !important; }
    .pl-xl-p85 { padding-left: 85px !important; }
    .pr-xl-p85 { padding-right: 85px !important; }

    .px-xl-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-xl-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-xl-p90  { padding: 90px !important; }
    .pt-xl-p90 { padding-top: 90px !important; }
    .pb-xl-p90 { padding-bottom: 90px !important; }
    .pl-xl-p90 { padding-left: 90px !important; }
    .pr-xl-p90 { padding-right: 90px !important; }

    .px-xl-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-xl-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-xl-p95  { padding: 95px !important; }
    .pt-xl-p95 { padding-top: 95px !important; }
    .pb-xl-p95 { padding-bottom: 95px !important; }
    .pl-xl-p95 { padding-left: 95px !important; }
    .pr-xl-p95 { padding-right: 95px !important; }

    .px-xl-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-xl-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-xl-p100  { padding: 100px !important; }
    .pt-xl-p100 { padding-top: 100px !important; }
    .pb-xl-p100 { padding-bottom: 100px !important; }
    .pl-xl-p100 { padding-left: 100px !important; }
    .pr-xl-p100 { padding-right: 100px !important; }

    .px-xl-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-xl-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}
/* ***** LOGO FONT ***** */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Light.woff2') format('woff2'),
         url('../fonts/Gotham-Light.woff') format('woff'),
         url('../fonts/Gotham-Light.ttf') format('truetype'),
         url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* ***** MONTSERRAT FONT ***** */

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ***** ROBOTO FONT ***** */

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\f907";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\f913";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\f91a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\f91e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\f941";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*
    Developer: Nelson Nobre, Tânia Lourenço, José Carlos Reis
    Update: 2014/11/10
    Version: 1.4
*/
.flag-medium {
    display: inline-block;
    padding: 0 !important;
    width: 25px;
    height: 15px;
    background: url(../Images/Flags/flags-medium.png) no-repeat
}

.flag-medium.flag-ad{background-position:-25px 0}
.flag-medium.flag-ae, .flag-medium.flag-currency-aed{background-position:-50px 0}
.flag-medium.flag-af, .flag-medium.flag-currency-afn{background-position:-75px 0}
.flag-medium.flag-ag{background-position:-100px 0}
.flag-medium.flag-ai, .flag-medium.flag-currency-xcd{background-position:-125px 0}
.flag-medium.flag-al, .flag-medium.flag-currency-all{background-position:-150px 0}
.flag-medium.flag-am, .flag-medium.flag-currency-amd{background-position:-175px 0}
.flag-medium.flag-an, .flag-medium.flag-currency-ang{background-position:-200px 0}
.flag-medium.flag-ao, .flag-medium.flag-currency-aoa{background-position:-225px 0}
.flag-medium.flag-ar, .flag-medium.flag-currency-ars{background-position:-250px 0}
.flag-medium.flag-as{background-position:-275px 0}
.flag-medium.flag-at{background-position:-300px 0}
.flag-medium.flag-au, .flag-medium.flag-currency-aud{background-position:-325px 0}
.flag-medium.flag-aw, .flag-medium.flag-currency-awg{background-position:-350px 0}
.flag-medium.flag-ax{background-position:0 -225px}
.flag-medium.flag-az, .flag-medium.flag-currency-azn{background-position:-375px 0}
.flag-medium.flag-ba, .flag-medium.flag-currency-bam{background-position:0 -15px}
.flag-medium.flag-bb, .flag-medium.flag-currency-bbd{background-position:-25px -15px}
.flag-medium.flag-bd, .flag-medium.flag-currency-bdt{background-position:-50px -15px}
.flag-medium.flag-be{background-position:-75px -15px}
.flag-medium.flag-bf{background-position:-100px -15px}
.flag-medium.flag-bg, .flag-medium.flag-currency-bgn{background-position:-125px -15px}
.flag-medium.flag-bh, .flag-medium.flag-currency-bhd{background-position:-150px -15px}
.flag-medium.flag-bi, .flag-medium.flag-currency-bif{background-position:-175px -15px}
.flag-medium.flag-bj, .flag-medium.flag-currency-xof{background-position:-200px -15px}
.flag-medium.flag-bm, .flag-medium.flag-currency-bmd{background-position:-225px -15px}
.flag-medium.flag-bn, .flag-medium.flag-currency-bnd{background-position:-250px -15px}
.flag-medium.flag-bo, .flag-medium.flag-currency-bob, .flag-medium.flag-currency-bov{background-position:-275px -15px}
.flag-medium.flag-br, .flag-medium.flag-currency-brl{background-position:-300px -15px}
.flag-medium.flag-bs, .flag-medium.flag-currency-bsd{background-position:-325px -15px}
.flag-medium.flag-bt, .flag-medium.flag-currency-btn{background-position:-350px -15px}
.flag-medium.flag-bv{background-position:-375px -15px}
.flag-medium.flag-bw, .flag-medium.flag-currency-bwp{background-position:0 -30px}
.flag-medium.flag-by, .flag-medium.flag-currency-byr{background-position:-25px -30px}
.flag-medium.flag-bz, .flag-medium.flag-currency-bzd{background-position:-50px -30px}
.flag-medium.flag-ca, .flag-medium.flag-currency-cad{background-position:-75px -30px}
.flag-medium.flag-cd, .flag-medium.flag-currency-cdf{background-position:-100px -30px}
.flag-medium.flag-cf{background-position:-125px -30px}
.flag-medium.flag-cc{background-position:-225px -225px} /* Cocos (Keeling) Islands */
.flag-medium.flag-cg{background-position:-150px -30px}
.flag-medium.flag-ch, .flag-medium.flag-currency-che, .flag-medium.flag-currency-chf, .flag-medium.flag-currency-chw{background-position:-175px -30px}
.flag-medium.flag-ci{background-position:-200px -30px}
.flag-medium.flag-ck{background-position:-225px -30px}
.flag-medium.flag-cl, .flag-medium.flag-currency-clf, .flag-medium.flag-currency-clp{background-position:-250px -30px}
.flag-medium.flag-cm, .flag-medium.flag-currency-xaf{background-position:-275px -30px}
.flag-medium.flag-cn, .flag-medium.flag-currency-cny{background-position:-300px -30px}
.flag-medium.flag-co, .flag-medium.flag-currency-cop, .flag-medium.flag-currency-cou{background-position:-325px -30px}
.flag-medium.flag-cr, .flag-medium.flag-currency-crc{background-position:-350px -30px}
.flag-medium.flag-cu, .flag-medium.flag-currency-cuc, .flag-medium.flag-currency-cup{background-position:-375px -30px}
.flag-medium.flag-cv, .flag-medium.flag-currency-cve{background-position:0 -45px}
.flag-medium.flag-cy{background-position:-25px -45px}
.flag-medium.flag-cz, .flag-medium.flag-currency-czk{background-position:-50px -45px}
.flag-medium.flag-de{background-position:-75px -45px}
.flag-medium.flag-dj, .flag-medium.flag-currency-djf{background-position:-100px -45px}
.flag-medium.flag-dk, .flag-medium.flag-currency-dkk{background-position:-125px -45px}
.flag-medium.flag-dm{background-position:-150px -45px}
.flag-medium.flag-do, .flag-medium.flag-currency-dop{background-position:-175px -45px}
.flag-medium.flag-dz, .flag-medium.flag-currency-dzd{background-position:-200px -45px}
.flag-medium.flag-ec{background-position:-225px -45px}
.flag-medium.flag-ee{background-position:-250px -45px}
.flag-medium.flag-eg, .flag-medium.flag-currency-egp{background-position:-275px -45px}
.flag-medium.flag-eh{background-position:-300px -45px}
.flag-medium.flag-er, .flag-medium.flag-currency-ern{background-position:-325px -45px}
.flag-medium.flag-es{background-position:-350px -45px}
.flag-medium.flag-et, .flag-medium.flag-currency-etb{background-position:-375px -45px}
.flag-medium.flag-eu, .flag-medium.flag-currency-eur{background-position:0 -60px}
.flag-medium.flag-fi{background-position:-25px -60px}
.flag-medium.flag-fj, .flag-medium.flag-currency-fjd{background-position:-50px -60px}
.flag-medium.flag-fk, .flag-medium.flag-currency-fkp{background-position:-75px -60px}
.flag-medium.flag-fm{background-position:-100px -60px}
.flag-medium.flag-fo{background-position:-125px -60px}
.flag-medium.flag-fr{background-position:-150px -60px}
.flag-medium.flag-ga{background-position:-175px -60px}
.flag-medium.flag-gb, .flag-medium.flag-currency-gbp{background-position:-200px -60px}
.flag-medium.flag-gd{background-position:-225px -60px}
.flag-medium.flag-ge, .flag-medium.flag-currency-gel{background-position:-250px -60px}
.flag-medium.flag-gf{background-position:-275px -60px}
.flag-medium.flag-gg, .flag-medium.flag-currency-ggp{background-position:-300px -60px}
.flag-medium.flag-gh, .flag-medium.flag-currency-ghs{background-position:-325px -60px}
.flag-medium.flag-gi, .flag-medium.flag-currency-gip{background-position:-350px -60px}
.flag-medium.flag-gl{background-position:-375px -60px}
.flag-medium.flag-gm, .flag-medium.flag-currency-gmd{background-position:0 -75px}
.flag-medium.flag-gn, .flag-medium.flag-currency-gnf{background-position:-25px -75px}
.flag-medium.flag-gp{background-position:-50px -75px}
.flag-medium.flag-gq{background-position:-75px -75px}
.flag-medium.flag-gr{background-position:-100px -75px}
.flag-medium.flag-gs{background-position:-125px -75px}
.flag-medium.flag-gt, .flag-medium.flag-currency-gtq{background-position:-150px -75px}
.flag-medium.flag-gu{background-position:-175px -75px}
.flag-medium.flag-gw{background-position:-200px -75px}
.flag-medium.flag-gy, .flag-medium.flag-currency-gyd{background-position:-225px -75px}
.flag-medium.flag-hk, .flag-medium.flag-currency-hkd{background-position:-250px -75px}
.flag-medium.flag-hm{background-position:-275px -75px}
.flag-medium.flag-hn, .flag-medium.flag-currency-hnl{background-position:-300px -75px}
.flag-medium.flag-hr, .flag-medium.flag-currency-hrk{background-position:-325px -75px}
.flag-medium.flag-ht, .flag-medium.flag-currency-htg{background-position:-350px -75px}
.flag-medium.flag-hu, .flag-medium.flag-currency-huf{background-position:-375px -75px}
.flag-medium.flag-id, .flag-medium.flag-currency-idr{background-position:0 -90px}
.flag-medium.flag-ie{background-position:-25px -90px}
.flag-medium.flag-il, .flag-medium.flag-currency-ils{background-position:-50px -90px}
.flag-medium.flag-in, .flag-medium.flag-currency-inr{background-position:-75px -90px}
.flag-medium.flag-io{background-position:-100px -90px}
.flag-medium.flag-iq, .flag-medium.flag-currency-iqd{background-position:-125px -90px}
.flag-medium.flag-ir, .flag-medium.flag-currency-irr{background-position:-150px -90px}
.flag-medium.flag-is, .flag-medium.flag-currency-isk{background-position:-175px -90px}
.flag-medium.flag-it{background-position:-200px -90px}
.flag-medium.flag-je, .flag-medium.flag-currency-jep{background-position:-225px -90px}
.flag-medium.flag-jm, .flag-medium.flag-currency-jmd{background-position:-250px -90px}
.flag-medium.flag-jo, .flag-medium.flag-currency-jod{background-position:-275px -90px}
.flag-medium.flag-jp, .flag-medium.flag-currency-jpy{background-position:-300px -90px}
.flag-medium.flag-ke, .flag-medium.flag-currency-kes{background-position:-325px -90px}
.flag-medium.flag-kg, .flag-medium.flag-currency-kgs{background-position:-350px -90px}
.flag-medium.flag-kh, .flag-medium.flag-currency-khr{background-position:-375px -90px}
.flag-medium.flag-ki{background-position:0 -105px}
.flag-medium.flag-km, .flag-medium.flag-currency-kmf{background-position:-25px -105px}
.flag-medium.flag-kn{background-position:-50px -105px}
.flag-medium.flag-kp, .flag-medium.flag-currency-kpw{background-position:-75px -105px}
.flag-medium.flag-kr, .flag-medium.flag-currency-krw{background-position:-100px -105px}
.flag-medium.flag-kw, .flag-medium.flag-currency-kwd{background-position:-125px -105px}
.flag-medium.flag-ky, .flag-medium.flag-currency-kyd{background-position:-150px -105px}
.flag-medium.flag-kz, .flag-medium.flag-currency-kzt{background-position:-175px -105px}
.flag-medium.flag-la, .flag-medium.flag-currency-lak{background-position:-200px -105px}
.flag-medium.flag-lb, .flag-medium.flag-currency-lbp{background-position:-225px -105px}
.flag-medium.flag-lc{background-position:-250px -105px}
.flag-medium.flag-li{background-position:-275px -105px}
.flag-medium.flag-lk, .flag-medium.flag-currency-lkr{background-position:-300px -105px}
.flag-medium.flag-lr, .flag-medium.flag-currency-lrd{background-position:-325px -105px}
.flag-medium.flag-ls, .flag-medium.flag-currency-lsl{background-position:-350px -105px}
.flag-medium.flag-lt, .flag-medium.flag-currency-ltl{background-position:-375px -105px}
.flag-medium.flag-lu{background-position:0 -120px}
.flag-medium.flag-lv, .flag-medium.flag-currency-lvl{background-position:-25px -120px}
.flag-medium.flag-ly, .flag-medium.flag-currency-lyd{background-position:-50px -120px}
.flag-medium.flag-ma, .flag-medium.flag-currency-mad{background-position:-75px -120px}
.flag-medium.flag-mc{background-position:-100px -120px}
.flag-medium.flag-md, .flag-medium.flag-currency-mdl{background-position:-125px -120px}
.flag-medium.flag-me{background-position:-150px -120px}
.flag-medium.flag-mg, .flag-medium.flag-currency-mga{background-position:-175px -120px}
.flag-medium.flag-mh{background-position:-200px -120px}
.flag-medium.flag-mk, .flag-medium.flag-currency-mkd{background-position:-225px -120px}
.flag-medium.flag-ml{background-position:-250px -120px}
.flag-medium.flag-mm, .flag-medium.flag-currency-mmk{background-position:-275px -120px}
.flag-medium.flag-mn, .flag-medium.flag-currency-mnt{background-position:-300px -120px}
.flag-medium.flag-mo, .flag-medium.flag-currency-mop{background-position:-325px -120px}
.flag-medium.flag-mp{background-position:-350px -120px}
.flag-medium.flag-mq{background-position:-375px -120px}
.flag-medium.flag-mr, .flag-medium.flag-currency-mro{background-position:0 -135px}
.flag-medium.flag-ms{background-position:-25px -135px}
.flag-medium.flag-mt{background-position:-50px -135px}
.flag-medium.flag-mu, .flag-medium.flag-currency-mur{background-position:-75px -135px}
.flag-medium.flag-mv, .flag-medium.flag-currency-mvr{background-position:-100px -135px}
.flag-medium.flag-mw, .flag-medium.flag-currency-mwk{background-position:-125px -135px}
.flag-medium.flag-mx, .flag-medium.flag-currency-mxn, .flag-medium.flag-currency-mxv{background-position:-150px -135px}
.flag-medium.flag-my, .flag-medium.flag-currency-myr{background-position:-175px -135px}
.flag-medium.flag-mz, .flag-medium.flag-currency-mzn{background-position:-200px -135px}
.flag-medium.flag-na, .flag-medium.flag-currency-nad{background-position:-225px -135px}
.flag-medium.flag-nc{background-position:-250px -135px}
.flag-medium.flag-ne{background-position:-275px -135px}
.flag-medium.flag-nf{background-position:-300px -135px}
.flag-medium.flag-ng, .flag-medium.flag-currency-ngn{background-position:-325px -135px}
.flag-medium.flag-ni, .flag-medium.flag-currency-nio{background-position:-350px -135px}
.flag-medium.flag-nl{background-position:-375px -135px}
.flag-medium.flag-no, .flag-medium.flag-currency-nok{background-position:0 -150px}
.flag-medium.flag-np, .flag-medium.flag-currency-npr{background-position:-25px -150px}
.flag-medium.flag-nr{background-position:-50px -150px}
.flag-medium.flag-nu{background-position:-75px -150px}
.flag-medium.flag-nz, .flag-medium.flag-currency-nzd{background-position:-100px -150px}
.flag-medium.flag-om, .flag-medium.flag-currency-omr{background-position:-125px -150px}
.flag-medium.flag-pa, .flag-medium.flag-currency-pab{background-position:-150px -150px}
.flag-medium.flag-pe, .flag-medium.flag-currency-pen{background-position:-175px -150px}
.flag-medium.flag-pf{background-position:-200px -150px}
.flag-medium.flag-pg, .flag-medium.flag-currency-pgk{background-position:-225px -150px}
.flag-medium.flag-ph, .flag-medium.flag-currency-php{background-position:-250px -150px}
.flag-medium.flag-pk, .flag-medium.flag-currency-pkr{background-position:-275px -150px}
.flag-medium.flag-pl, .flag-medium.flag-currency-pln{background-position:-300px -150px}
.flag-medium.flag-pm{background-position:-325px -150px}
.flag-medium.flag-pn{background-position:-350px -150px}
.flag-medium.flag-pr{background-position:-375px -150px}
.flag-medium.flag-ps{background-position:0 -165px}
.flag-medium.flag-pt{background-position:-25px -165px}
.flag-medium.flag-pw{background-position:-50px -165px}
.flag-medium.flag-py, .flag-medium.flag-currency-pyg{background-position:-75px -165px}
.flag-medium.flag-qa, .flag-medium.flag-currency-qar{background-position:-100px -165px}
.flag-medium.flag-re{background-position:-125px -165px}
.flag-medium.flag-ro, .flag-medium.flag-currency-ron{background-position:-150px -165px}
.flag-medium.flag-rs, .flag-medium.flag-currency-rsd{background-position:-175px -165px}
.flag-medium.flag-ru, .flag-medium.flag-currency-rub{background-position:-200px -165px}
.flag-medium.flag-rw, .flag-medium.flag-currency-rwf{background-position:-225px -165px}
.flag-medium.flag-sa, .flag-medium.flag-currency-sar{background-position:-250px -165px}
.flag-medium.flag-sb, .flag-medium.flag-currency-sbd{background-position:-275px -165px}
.flag-medium.flag-sc, .flag-medium.flag-currency-scr{background-position:-300px -165px}
.flag-medium.flag-sd, .flag-medium.flag-currency-sdg{background-position:-325px -165px}
.flag-medium.flag-se, .flag-medium.flag-currency-sek{background-position:-350px -165px}
.flag-medium.flag-sg, .flag-medium.flag-currency-sgd{background-position:-375px -165px}
.flag-medium.flag-sh, .flag-medium.flag-currency-shp{background-position:0 -180px}
.flag-medium.flag-si{background-position:-25px -180px}
.flag-medium.flag-sk, .flag-medium.flag-currency-skk{background-position:-50px -180px}
.flag-medium.flag-sl, .flag-medium.flag-currency-sll{background-position:-75px -180px}
.flag-medium.flag-sm{background-position:-100px -180px}
.flag-medium.flag-sn{background-position:-125px -180px}
.flag-medium.flag-so, .flag-medium.flag-currency-sos{background-position:-150px -180px}
.flag-medium.flag-sr, .flag-medium.flag-currency-srd{background-position:-175px -180px}
.flag-medium.flag-st, .flag-medium.flag-currency-std{background-position:-200px -180px}
.flag-medium.flag-sv, .flag-medium.flag-currency-svc{background-position:-225px -180px}
.flag-medium.flag-sy, .flag-medium.flag-currency-syp{background-position:-250px -180px}
.flag-medium.flag-sz, .flag-medium.flag-currency-szl{background-position:-275px -180px}
.flag-medium.flag-tc{background-position:-300px -180px}
.flag-medium.flag-td{background-position:-325px -180px}
.flag-medium.flag-tf{background-position:-350px -180px}
.flag-medium.flag-tg{background-position:-375px -180px}
.flag-medium.flag-th, .flag-medium.flag-currency-thb{background-position:0 -195px}
.flag-medium.flag-tj, .flag-medium.flag-currency-tjs{background-position:-25px -195px}
.flag-medium.flag-tk{background-position:-50px -195px}
.flag-medium.flag-tl{background-position:-75px -195px}
.flag-medium.flag-tp{background-position:-75px -195px}
.flag-medium.flag-tm, .flag-medium.flag-currency-tmt{background-position:-100px -195px}
.flag-medium.flag-tn, .flag-medium.flag-currency-tnd{background-position:-125px -195px}
.flag-medium.flag-to, .flag-medium.flag-currency-top{background-position:-150px -195px}
.flag-medium.flag-tr, .flag-medium.flag-currency-try{background-position:-175px -195px}
.flag-medium.flag-tt, .flag-medium.flag-currency-ttd{background-position:-200px -195px}
.flag-medium.flag-tv, .flag-medium.flag-currency-tvd{background-position:-225px -195px}
.flag-medium.flag-tw, .flag-medium.flag-currency-twd{background-position:-250px -195px}
.flag-medium.flag-tz, .flag-medium.flag-currency-tzs{background-position:-275px -195px}
.flag-medium.flag-ua, .flag-medium.flag-currency-uah{background-position:-300px -195px}
.flag-medium.flag-ug, .flag-medium.flag-currency-ugx{background-position:-325px -195px}
.flag-medium.flag-um{background-position:-350px -195px}
.flag-medium.flag-us, .flag-medium.flag-currency-usd, .flag-medium.flag-currency-usn, .flag-medium.flag-currency-uss{background-position:-375px -195px}
.flag-medium.flag-uy, .flag-medium.flag-currency-uyi, .flag-medium.flag-currency-uyu{background-position:0 -210px}
.flag-medium.flag-uz, .flag-medium.flag-currency-uzs{background-position:-25px -210px}
.flag-medium.flag-va{background-position:-50px -210px}
.flag-medium.flag-vc{background-position:-75px -210px}
.flag-medium.flag-ve, .flag-medium.flag-currency-vef{background-position:-100px -210px}
.flag-medium.flag-vg{background-position:-125px -210px}
.flag-medium.flag-vi{background-position:-150px -210px}
.flag-medium.flag-vn, .flag-medium.flag-currency-vnd{background-position:-175px -210px}
.flag-medium.flag-vu, .flag-medium.flag-currency-vuv{background-position:-200px -210px}
.flag-medium.flag-wf{background-position:-225px -210px}
.flag-medium.flag-ws, .flag-medium.flag-currency-wst{background-position:-250px -210px}
.flag-medium.flag-ye, .flag-medium.flag-currency-yer{background-position:-275px -210px}
.flag-medium.flag-yt{background-position:-300px -210px}
.flag-medium.flag-za, .flag-medium.flag-currency-zar{background-position:-325px -210px}
.flag-medium.flag-zm, .flag-medium.flag-currency-zmw{background-position:-350px -210px}
.flag-medium.flag-zw, .flag-medium.flag-currency-zwd{background-position:-375px -210px}
.flag-medium.flag-sj{background-position:-25px -225px}
.flag-medium.flag-im{background-position:-50px -225px} /* Isle of Man */
.flag-medium.flag-aq{background-position:-75px -225px} /* Antarctica */
.flag-medium.flag-mf{background-position:-100px -225px} /* Saint Martin */
.flag-medium.flag-ct{background-position:-200px -225px} /* Catalonia */
.flag-medium.flag-un{background-position:-125px -225px} /* United Nations */
.flag-medium.flag-nato{background-position:-150px -225px} /* Nato */
.flag-medium.flag-ioc{background-position:-175px -225px} /* International Olympic Committee */
/*
    Developer: Nelson Nobre, Tânia Lourenço, José Carlos Reis
    Update: 2014/11/10
    Version: 1.4
*/
.flag-small {
    display:inline-block;
    padding:0!important;
    width:16px;
    height:11px;
    background:url(../Images/Flags/flags-small.png) no-repeat
}

.flag-small.flag-ad{background-position:-64px -407px}
.flag-small.flag-ae, .flag-small.flag-currency-aed{background-position:0 -11px}
.flag-small.flag-af, .flag-small.flag-currency-afn{background-position:0 -22px}
.flag-small.flag-ag{background-position:0 -33px}
.flag-small.flag-ai, .flag-small.flag-currency-xcd{background-position:0 -44px}
.flag-small.flag-al, .flag-small.flag-currency-all{background-position:0 -55px}
.flag-small.flag-am, .flag-small.flag-currency-amd{background-position:0 -66px}
.flag-small.flag-an, .flag-small.flag-currency-ang{background-position:0 -77px}
.flag-small.flag-ao, .flag-small.flag-currency-aoa{background-position:0 -88px}
.flag-small.flag-ar, .flag-small.flag-currency-ars{background-position:0 -99px}
.flag-small.flag-as{background-position:0 -110px}
.flag-small.flag-at{background-position:0 -121px}
.flag-small.flag-au, .flag-small.flag-currency-aud{background-position:0 -132px}
.flag-small.flag-aw, .flag-small.flag-currency-awg{background-position:0 -143px}
.flag-small.flag-ax{background-position:0 -154px}
.flag-small.flag-az, .flag-small.flag-currency-azn{background-position:0 -165px}
.flag-small.flag-ba, .flag-small.flag-currency-bam{background-position:0 -176px}
.flag-small.flag-bb, .flag-small.flag-currency-bbd{background-position:0 -187px}
.flag-small.flag-bd, .flag-small.flag-currency-bdt{background-position:0 -198px}
.flag-small.flag-be{background-position:0 -209px}
.flag-small.flag-bf{background-position:0 -220px}
.flag-small.flag-bg, .flag-small.flag-currency-bgn{background-position:0 -231px}
.flag-small.flag-bh, .flag-small.flag-currency-bhd{background-position:0 -242px}
.flag-small.flag-bi, .flag-small.flag-currency-bif{background-position:0 -253px}
.flag-small.flag-bj, .flag-small.flag-currency-xof{background-position:0 -264px}
.flag-small.flag-bm, .flag-small.flag-currency-bmd{background-position:0 -275px}
.flag-small.flag-bn, .flag-small.flag-currency-bnd{background-position:0 -286px}
.flag-small.flag-bo, .flag-small.flag-currency-bob, .flag-small.flag-currency-bov{background-position:0 -297px}
.flag-small.flag-br, .flag-small.flag-currency-brl{background-position:0 -308px}
.flag-small.flag-bs, .flag-small.flag-currency-bsd{background-position:0 -319px}
.flag-small.flag-bt, .flag-small.flag-currency-btn{background-position:0 -330px}
.flag-small.flag-bv{background-position:0 -341px}
.flag-small.flag-bw, .flag-small.flag-currency-bwp{background-position:0 -352px}
.flag-small.flag-by, .flag-small.flag-currency-byr{background-position:0 -363px}
.flag-small.flag-bz, .flag-small.flag-currency-bzd{background-position:0 -374px}
.flag-small.flag-ca, .flag-small.flag-currency-cad{background-position:0 -385px}
.flag-small.flag-cd, .flag-small.flag-currency-cdf{background-position:0 -418px}
.flag-small.flag-cf{background-position:0 -429px}
.flag-small.flag-cc{background-position:0 -407px} /* Cocos (Keeling) Islands */
.flag-small.flag-cg{background-position:0 -440px}
.flag-small.flag-ch, .flag-small.flag-currency-che, .flag-small.flag-currency-chf, .flag-small.flag-currency-chw{background-position:0 -451px}
.flag-small.flag-ci{background-position:0 -462px}
.flag-small.flag-ck{background-position:0 -473px}
.flag-small.flag-cl, .flag-small.flag-currency-clf, .flag-small.flag-currency-clp{background-position:0 -484px}
.flag-small.flag-cm, .flag-small.flag-currency-xaf{background-position:0 -495px}
.flag-small.flag-cn, .flag-small.flag-currency-cny{background-position:0 -506px}
.flag-small.flag-co, .flag-small.flag-currency-cop, .flag-small.flag-currency-cou{background-position:0 -517px}
.flag-small.flag-cu, .flag-small.flag-currency-cuc, .flag-small.flag-currency-cup{background-position:0 -528px}
.flag-small.flag-cr, .flag-small.flag-currency-crc{background-position:0 -539px}
.flag-small.flag-cs{background-position:0 -550px}
.flag-small.flag-cv, .flag-small.flag-currency-cve{background-position:0 -561px}
.flag-small.flag-cx{background-position:0 -572px}
.flag-small.flag-cy{background-position:-16px 0}
.flag-small.flag-cz, .flag-small.flag-currency-czk{background-position:-16px -11px}
.flag-small.flag-de{background-position:-16px -22px}
.flag-small.flag-dj, .flag-small.flag-currency-djf{background-position:-16px -33px}
.flag-small.flag-dk, .flag-small.flag-currency-dkk{background-position:-16px -44px}
.flag-small.flag-dm{background-position:-16px -55px}
.flag-small.flag-do, .flag-small.flag-currency-dop{background-position:-16px -66px}
.flag-small.flag-dz, .flag-small.flag-currency-dzd{background-position:-16px -77px}
.flag-small.flag-ec{background-position:-16px -88px}
.flag-small.flag-ee{background-position:-16px -99px}
.flag-small.flag-eg, .flag-small.flag-currency-egp{background-position:-16px -110px}
.flag-small.flag-eh{background-position:-16px -121px}
.flag-small.flag-england{background-position:-16px -132px}
.flag-small.flag-er, .flag-small.flag-currency-ern{background-position:-16px -143px}
.flag-small.flag-es{background-position:-16px -154px}
.flag-small.flag-et, .flag-small.flag-currency-etb{background-position:-16px -165px}
.flag-small.flag-eu, .flag-small.flag-currency-eur{background-position:-16px -176px}
.flag-small.flag-fam{background-position:-16px -187px}
.flag-small.flag-fi{background-position:-16px -198px}
.flag-small.flag-fj, .flag-small.flag-currency-fjd{background-position:-16px -209px}
.flag-small.flag-fk, .flag-small.flag-currency-fkp{background-position:-16px -220px}
.flag-small.flag-fm{background-position:-16px -231px}
.flag-small.flag-fo{background-position:-16px -242px}
.flag-small.flag-fr{background-position:-16px -253px}
.flag-small.flag-ga{background-position:-16px -264px}
.flag-small.flag-gb, .flag-small.flag-currency-gbp{background-position:-16px -275px}
.flag-small.flag-gd{background-position:-16px -286px}
.flag-small.flag-ge, .flag-small.flag-currency-gel{background-position:-16px -297px}
.flag-small.flag-gf{background-position:-16px -308px}
.flag-small.flag-gh, .flag-small.flag-currency-ghs{background-position:-16px -319px}
.flag-small.flag-gi, .flag-small.flag-currency-gip{background-position:-16px -330px}
.flag-small.flag-gl{background-position:-16px -341px}
.flag-small.flag-gm, .flag-small.flag-currency-gmd{background-position:-16px -352px}
.flag-small.flag-gn, .flag-small.flag-currency-gnf{background-position:-16px -363px}
.flag-small.flag-gp{background-position:-16px -374px}
.flag-small.flag-gq{background-position:-16px -385px}
.flag-small.flag-gr{background-position:-16px -396px}
.flag-small.flag-gs{background-position:-16px -407px}
.flag-small.flag-gt, .flag-small.flag-currency-gtq{background-position:-16px -418px}
.flag-small.flag-gu{background-position:-16px -429px}
.flag-small.flag-gw{background-position:-16px -440px}
.flag-small.flag-gy, .flag-small.flag-currency-gyd{background-position:-16px -451px}
.flag-small.flag-hk, .flag-small.flag-currency-hkd{background-position:-16px -462px}
.flag-small.flag-hm{background-position:-16px -473px}
.flag-small.flag-hn, .flag-small.flag-currency-hnl{background-position:-16px -484px}
.flag-small.flag-hr, .flag-small.flag-currency-hrk{background-position:-16px -495px}
.flag-small.flag-ht, .flag-small.flag-currency-htg{background-position:-16px -506px}
.flag-small.flag-hu, .flag-small.flag-currency-huf{background-position:-16px -517px}
.flag-small.flag-id, .flag-small.flag-currency-idr{background-position:-16px -528px}
.flag-small.flag-ie{background-position:-16px -539px}
.flag-small.flag-il, .flag-small.flag-currency-ils{background-position:-16px -550px}
.flag-small.flag-in, .flag-small.flag-currency-inr{background-position:-16px -561px}
.flag-small.flag-io{background-position:-16px -572px}
.flag-small.flag-iq, .flag-small.flag-currency-iqd{background-position:-32px 0}
.flag-small.flag-ir, .flag-small.flag-currency-irr{background-position:-32px -11px}
.flag-small.flag-is, .flag-small.flag-currency-isk{background-position:-32px -22px}
.flag-small.flag-it{background-position:-32px -33px}
.flag-small.flag-jm, .flag-small.flag-currency-jmd{background-position:-32px -44px}
.flag-small.flag-jo, .flag-small.flag-currency-jod{background-position:-32px -55px}
.flag-small.flag-jp, .flag-small.flag-currency-jpy{background-position:-32px -66px}
.flag-small.flag-ke, .flag-small.flag-currency-kes{background-position:-32px -77px}
.flag-small.flag-kg, .flag-small.flag-currency-kgs{background-position:-32px -88px}
.flag-small.flag-kh, .flag-small.flag-currency-khr{background-position:-32px -99px}
.flag-small.flag-ki{background-position:-32px -110px}
.flag-small.flag-km, .flag-small.flag-currency-kmf{background-position:-32px -121px}
.flag-small.flag-kn{background-position:-32px -132px}
.flag-small.flag-kp, .flag-small.flag-currency-kpw{background-position:-32px -143px}
.flag-small.flag-kr, .flag-small.flag-currency-krw{background-position:-32px -154px}
.flag-small.flag-kw, .flag-small.flag-currency-kwd{background-position:-32px -165px}
.flag-small.flag-ky, .flag-small.flag-currency-kyd{background-position:-32px -176px}
.flag-small.flag-kz, .flag-small.flag-currency-kzt{background-position:-32px -187px}
.flag-small.flag-la, .flag-small.flag-currency-lak{background-position:-32px -198px}
.flag-small.flag-lb, .flag-small.flag-currency-lbp{background-position:-32px -209px}
.flag-small.flag-lc{background-position:-32px -220px}
.flag-small.flag-li{background-position:-32px -231px}
.flag-small.flag-lr, .flag-small.flag-currency-lrd{background-position:-32px -242px}
.flag-small.flag-lk, .flag-small.flag-currency-lkr{background-position:-32px -253px}
.flag-small.flag-ls, .flag-small.flag-currency-lsl{background-position:-32px -264px}
.flag-small.flag-lt, .flag-small.flag-currency-ltl{background-position:-32px -275px}
.flag-small.flag-lu{background-position:-32px -286px}
.flag-small.flag-lv, .flag-small.flag-currency-lvl{background-position:-32px -297px}
.flag-small.flag-ly, .flag-small.flag-currency-lyd{background-position:-32px -308px}
.flag-small.flag-ma, .flag-small.flag-currency-mad{background-position:-32px -319px}
.flag-small.flag-mc{background-position:-32px -330px}
.flag-small.flag-md, .flag-small.flag-currency-mdl{background-position:-32px -341px}
.flag-small.flag-me{background-position:-32px -352px}
.flag-small.flag-mg, .flag-small.flag-currency-mga{background-position:-32px -363px}
.flag-small.flag-mh{background-position:-32px -374px}
.flag-small.flag-mk, .flag-small.flag-currency-mkd{background-position:-32px -385px}
.flag-small.flag-ml{background-position:-32px -396px}
.flag-small.flag-mm, .flag-small.flag-currency-mmk{background-position:-32px -407px}
.flag-small.flag-mn, .flag-small.flag-currency-mnt{background-position:-32px -418px}
.flag-small.flag-mo, .flag-small.flag-currency-mop{background-position:-32px -429px}
.flag-small.flag-mp{background-position:-32px -440px}
.flag-small.flag-mq{background-position:-32px -451px}
.flag-small.flag-mr, .flag-small.flag-currency-mro{background-position:-32px -462px}
.flag-small.flag-ms{background-position:-32px -473px}
.flag-small.flag-mt{background-position:-32px -484px}
.flag-small.flag-mu, .flag-small.flag-currency-mur{background-position:-32px -495px}
.flag-small.flag-mv, .flag-small.flag-currency-mvr{background-position:-32px -506px}
.flag-small.flag-mw, .flag-small.flag-currency-mwk{background-position:-32px -517px}
.flag-small.flag-mx, .flag-small.flag-currency-mxn, .flag-small.flag-currency-mxv{background-position:-32px -528px}
.flag-small.flag-my, .flag-small.flag-currency-myr{background-position:-32px -539px}
.flag-small.flag-mz, .flag-small.flag-currency-mzn{background-position:-32px -550px}
.flag-small.flag-na, .flag-small.flag-currency-nad{background-position:-32px -561px}
.flag-small.flag-nc{background-position:-32px -572px}
.flag-small.flag-ne{background-position:-48px 0}
.flag-small.flag-nf{background-position:-48px -11px}
.flag-small.flag-ng, .flag-small.flag-currency-ngn{background-position:-48px -22px}
.flag-small.flag-ni, .flag-small.flag-currency-nio{background-position:-48px -33px}
.flag-small.flag-nl{background-position:-48px -44px}
.flag-small.flag-no, .flag-small.flag-currency-nok{background-position:-48px -55px}
.flag-small.flag-np, .flag-small.flag-currency-npr{background-position:-48px -66px}
.flag-small.flag-nr{background-position:-48px -77px}
.flag-small.flag-nu{background-position:-48px -88px}
.flag-small.flag-nz, .flag-small.flag-currency-nzd{background-position:-48px -99px}
.flag-small.flag-om, .flag-small.flag-currency-omr{background-position:-48px -110px}
.flag-small.flag-pa, .flag-small.flag-currency-pab{background-position:-48px -121px}
.flag-small.flag-pe, .flag-small.flag-currency-pen{background-position:-48px -132px}
.flag-small.flag-pf{background-position:-48px -143px}
.flag-small.flag-pg, .flag-small.flag-currency-pgk{background-position:-48px -154px}
.flag-small.flag-ph, .flag-small.flag-currency-php{background-position:-48px -165px}
.flag-small.flag-pk, .flag-small.flag-currency-pkr{background-position:-48px -176px}
.flag-small.flag-pl, .flag-small.flag-currency-pln{background-position:-48px -187px}
.flag-small.flag-pm{background-position:-48px -198px}
.flag-small.flag-pn{background-position:-48px -209px}
.flag-small.flag-pr{background-position:-48px -220px}
.flag-small.flag-ps{background-position:-48px -231px}
.flag-small.flag-pt{background-position:-48px -242px}
.flag-small.flag-pw{background-position:-48px -253px}
.flag-small.flag-py, .flag-small.flag-currency-pyg{background-position:-48px -264px}
.flag-small.flag-qa, .flag-small.flag-currency-qar{background-position:-48px -275px}
.flag-small.flag-re{background-position:-48px -286px}
.flag-small.flag-ro, .flag-small.flag-currency-ron{background-position:-48px -297px}
.flag-small.flag-rs, .flag-small.flag-currency-rsd{background-position:-48px -308px}
.flag-small.flag-ru, .flag-small.flag-currency-rub{background-position:-48px -319px}
.flag-small.flag-rw, .flag-small.flag-currency-rwf{background-position:-48px -330px}
.flag-small.flag-sa, .flag-small.flag-currency-sar{background-position:-48px -341px}
.flag-small.flag-sb, .flag-small.flag-currency-sbd{background-position:-48px -352px}
.flag-small.flag-sc, .flag-small.flag-currency-scr{background-position:-48px -363px}
.flag-small.flag-scotland{background-position:-48px -374px}
.flag-small.flag-sd, .flag-small.flag-currency-sdg{background-position:-48px -385px}
.flag-small.flag-se, .flag-small.flag-currency-sek{background-position:-48px -396px}
.flag-small.flag-sg, .flag-small.flag-currency-sgd{background-position:-48px -407px}
.flag-small.flag-sh, .flag-small.flag-currency-shp{background-position:-48px -418px}
.flag-small.flag-si{background-position:-48px -429px}
.flag-small.flag-sj{background-position:-48px -440px}
.flag-small.flag-sk, .flag-small.flag-currency-skk{background-position:-48px -451px}
.flag-small.flag-sl, .flag-small.flag-currency-sll{background-position:-48px -462px}
.flag-small.flag-sm{background-position:-48px -473px}
.flag-small.flag-sn{background-position:-48px -484px}
.flag-small.flag-so, .flag-small.flag-currency-sos{background-position:-48px -495px}
.flag-small.flag-sr, .flag-small.flag-currency-srd{background-position:-48px -506px}
.flag-small.flag-st, .flag-small.flag-currency-std{background-position:-48px -517px}
.flag-small.flag-sv, .flag-small.flag-currency-svc{background-position:-48px -528px}
.flag-small.flag-sy, .flag-small.flag-currency-syp{background-position:-48px -539px}
.flag-small.flag-sz, .flag-small.flag-currency-szl{background-position:-48px -550px}
.flag-small.flag-tc{background-position:-48px -561px}
.flag-small.flag-td{background-position:-48px -572px}
.flag-small.flag-tf{background-position:-64px 0}
.flag-small.flag-tg{background-position:-64px -11px}
.flag-small.flag-th, .flag-small.flag-currency-thb{background-position:-64px -22px}
.flag-small.flag-tj, .flag-small.flag-currency-tjs{background-position:-64px -33px}
.flag-small.flag-tk{background-position:-64px -44px}
.flag-small.flag-tl{background-position:-64px -55px}
.flag-small.flag-tp{background-position:-64px -55px}
.flag-small.flag-tm, .flag-small.flag-currency-tmt{background-position:-64px -66px}
.flag-small.flag-tn, .flag-small.flag-currency-tnd{background-position:-64px -77px}
.flag-small.flag-to, .flag-small.flag-currency-top{background-position:-64px -88px}
.flag-small.flag-tr, .flag-small.flag-currency-try{background-position:-64px -99px}
.flag-small.flag-tt, .flag-small.flag-currency-ttd{background-position:-64px -110px}
.flag-small.flag-tv, .flag-small.flag-currency-tvd{background-position:-64px -121px}
.flag-small.flag-tw, .flag-small.flag-currency-twd{background-position:-64px -132px}
.flag-small.flag-tz, .flag-small.flag-currency-tzs{background-position:-64px -143px}
.flag-small.flag-ua, .flag-small.flag-currency-uah{background-position:-64px -154px}
.flag-small.flag-ug, .flag-small.flag-currency-ugx{background-position:-64px -165px}
.flag-small.flag-um{background-position:-64px -176px}
.flag-small.flag-us, .flag-small.flag-currency-usd, .flag-small.flag-currency-usn, .flag-small.flag-currency-uss{background-position:-64px -187px}
.flag-small.flag-uy, .flag-small.flag-currency-uyi, .flag-small.flag-currency-uyu{background-position:-64px -198px}
.flag-small.flag-uz, .flag-small.flag-currency-uzs{background-position:-64px -209px}
.flag-small.flag-va{background-position:-64px -220px}
.flag-small.flag-vc{background-position:-64px -231px}
.flag-small.flag-ve, .flag-small.flag-currency-vef{background-position:-64px -242px}
.flag-small.flag-vg{background-position:-64px -253px}
.flag-small.flag-vi{background-position:-64px -264px}
.flag-small.flag-vn, .flag-small.flag-currency-vnd{background-position:-64px -275px}
.flag-small.flag-vu, .flag-small.flag-currency-vuv{background-position:-64px -286px}
.flag-small.flag-wales{background-position:-64px -297px}
.flag-small.flag-wf{background-position:-64px -308px}
.flag-small.flag-ws, .flag-small.flag-currency-wst{background-position:-64px -319px}
.flag-small.flag-ye, .flag-small.flag-currency-yer{background-position:-64px -330px}
.flag-small.flag-yt{background-position:-64px -341px}
.flag-small.flag-za, .flag-small.flag-currency-zar{background-position:-64px -352px}
.flag-small.flag-zm, .flag-small.flag-currency-zmw{background-position:-64px -363px}
.flag-small.flag-zw, .flag-small.flag-currency-zwd{background-position:-64px -374px}
.flag-small.flag-je, .flag-small.flag-currency-jep{background-position:-64px -385px}
.flag-small.flag-gg, .flag-small.flag-currency-ggp{background-position:-64px -396px}
.flag-small.flag-im{background-position:-64px -418px} /* Isle of Man */
.flag-small.flag-aq{background-position:-64px -429px} /* Antarctica */
.flag-small.flag-mf{background-position:-64px -440px} /* Saint Martin */
.flag-small.flag-ct{background-position:0 -396px} /* Catalonia */
.flag-small.flag-un{background-position:-64px -451px} /* United Nations */
.flag-small.flag-nato{background-position:-64px -462px} /* Nato */
.flag-small.flag-ioc{background-position:-64px -473px} /* International Olympic Committee */
@charset "UTF-8";@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-popup .swal2-actions{z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:'';display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.swal2-popup .swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-popup .swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;word-wrap:break-word}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);font-size:1.125em}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range{margin:1em auto;background:inherit}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{background:inherit;font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{align-items:center;justify-content:center;background:inherit}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.swal2-popup .swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-popup .swal2-validation-message::before{content:'!';display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:'!'}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:'i'}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:'?'}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:'؟'}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*\
|*| ========================================================================
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.6.1
|*| https://gitbrent.github.io/bootstrap4-toggle/
|*| ========================================================================
|*| Copyright 2018-2019 Brent Ely
|*| Licensed under MIT
|*| ========================================================================
\*/
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem .4rem;font-size:.875rem;line-height:.5;border-radius:.2rem}.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}.toggle{position:relative;overflow:hidden}.toggle.btn.btn-light,.toggle.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}.toggle input[type=checkbox]{display:none}.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.toggle-group label,.toggle-group span{cursor:pointer}.toggle.off .toggle-group{left:-100%}.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}.toggle.btn-outline-primary .toggle-handle{background-color:var(--primary);border-color:var(--primary)}.toggle.btn-outline-secondary .toggle-handle{background-color:var(--secondary);border-color:var(--secondary)}.toggle.btn-outline-success .toggle-handle{background-color:var(--success);border-color:var(--success)}.toggle.btn-outline-danger .toggle-handle{background-color:var(--danger);border-color:var(--danger)}.toggle.btn-outline-warning .toggle-handle{background-color:var(--warning);border-color:var(--warning)}.toggle.btn-outline-info .toggle-handle{background-color:var(--info);border-color:var(--info)}.toggle.btn-outline-light .toggle-handle{background-color:var(--light);border-color:var(--light)}.toggle.btn-outline-dark .toggle-handle{background-color:var(--dark);border-color:var(--dark)}.toggle[class*=btn-outline]:hover .toggle-handle{background-color:var(--light);opacity:.5}.toggle.btn{min-width:3.7rem;min-height:2.15rem}.toggle-on.btn{padding-right:1.5rem}.toggle-off.btn{padding-left:1.5rem}.toggle.btn-lg{min-width:5rem;min-height:2.815rem}.toggle-on.btn-lg{padding-right:2rem}.toggle-off.btn-lg{padding-left:2rem}.toggle-handle.btn-lg{width:2.5rem}.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}.toggle-on.btn-sm{padding-right:1rem}.toggle-off.btn-sm{padding-left:1rem}.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}.toggle-on.btn-xs{padding-right:.8rem}.toggle-off.btn-xs{padding-left:.8rem}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*========================
    Default CSS Style
=========================*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

:focus,
button:focus {
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
}

i, span, a {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.border {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
/* ****** BEGIN COLORS ****** */
.b-g-gray { /* Background gray */
    background-color: #edf0f2 !important;
}
.b-g-yallow { /* Background yallow */
    background-color: #ffc600 !important;
}
.b-g-white { /* Background white */
    background-color: #fff!important;
}
/* ****** END COLORS ****** */


/* ****** BEGIN LANGUAGES ****** */
ul.languages > li {
    display: inline-block;
}
        ul.languages > li > a {
            font-size: 16px;
            font-weight: 500;
            color: #000;

/*            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;*/
        }
    ul.languages > li:not(:last-child) {
        margin-right: 5px!important;
    }

    ul.languages > li:not(:first-child)::before {
        content: '/';
        color: #000;
        font-size: 16px;
        margin-right: 5px;
    }
        ul.languages > li > a:hover,
        ul.languages > li > a.active { /* Active language */
            color: #ffc600!important; /* Main hightlight color */
        }
/* ****** END LANGUAGES ****** */


/* ***** BEGIN MAIN LOGO ***** */
.main-logo {
    position: relative;
    white-space: nowrap;
}

    .main-logo > img { /* Size for logo */
        height: 62px;
    }

    .main-logo > .text {
        font-family: 'Gotham';
        font-weight: bold;
        position: absolute;
        font-size: 15px;
        left: calc(100% + 7px);
        /*left: 72px;*/ /* VIEW PNG */
        top: calc(50% - 19px);
        letter-spacing: -0.5px;
        line-height: 130%;
        text-transform: uppercase;
    }

        .main-logo > .text > span { /* All text with linebreak */
            display: block;
        }
/* ***** END MAIN LOGO ***** */


/* ***** BEGIN OVER LAY ***** */
[data-overlay]::before {
    background-color: #77d0d4; /* Base blue template */
}
/* ***** END OVER LAY ***** */


/* ***** BEGIN MAIN CONTENT ***** */
main#view-content {
    width: 100%;
    display: table;
}

/* Just desktop view */
@media (min-width: 992px) {
    main#view-content {
        min-height: calc(100vh - 54px - 87px - 56px - 261px); /* Header, NavBar, Breadcrumb, Footer */
    }
        main#view-content.withoutBreadcrumb {
            min-height: calc(100vh - 54px - 87px - 261px); /* Header, NavBar, Footer */
        }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    main#view-content {
        min-height: calc(100vh - 71px - 56px - 261px); /* NavBar, Breadcrumb, Footer */
    }

        main#view-content.withoutBreadcrumb {
            min-height: calc(100vh - 71px - 261px); /* NavBar, Footer */
        }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    main#view-content {
        min-height: calc(100vh - 71px - 56px - 339px); /* NavBar, Breadcrumb, Footer */
    }

        main#view-content.withoutBreadcrumb {
            min-height: calc(100vh - 71px - 339px); /* NavBar, Footer */
        }
}
@media (max-width: 575.98px) {
    main#view-content {
        min-height: calc(100vh - 71px - 44px - 269px); /* NavBar, Breadcrumb, Footer */
    }

        main#view-content.withoutBreadcrumb {
            min-height: calc(100vh - 71px - 269px); /* NavBar, Footer */
        }
}
/* ***** END MAIN CONTENT ***** */
.icon-success-animate .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .icon-success-animate .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .icon-success-animate .sa-icon.sa-success::before, .icon-success-animate .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .icon-success-animate .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .icon-success-animate .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .icon-success-animate .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .icon-success-animate .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .icon-success-animate .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .icon-success-animate .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .icon-success-animate .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.icon-success-animate .animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.icon-success-animate .animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.icon-success-animate .sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
.text-main-color {
    color:#000;
}
.text-second-color {
    color: #ffc600;
}
.text-extra-color {
    color: #77d0d4;
}
.text-discreet-color {
    color: #505050;
}

.section-title {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}

.section-title2-underline {
    color: #000;
    position: relative;
    padding-bottom: 12px;
}

    .section-title2-underline::before {
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #ffc600;
        bottom: 0;
        left: 0;
    }

.text-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
    text-align: justify;
}

/* ***** BEGIN LISTS 1 ***** */
.text-content ul.text-list1 {
    list-style: disc;
    padding-left: 50px;
}
    .text-content ul.text-list1 li {
        padding: 6px 0;
    }
/* ***** END LISTS 1 ***** */

/* ***** BEGIN LISTS 2 ***** */
.text-content ul.text-list2 {
    list-style: none;
    padding-left: 0;
}
    .text-content ul.text-list2 li {
        padding: 6px 0;
    }
    .text-content ul.text-list2 li a {
        font-weight: normal;
    }
/* ***** END LISTS 1 ***** */

.text-content a {
    color: #07294d;
    font-weight: bold;
}

    .text-content a,
    .text-content a:hover {
/*        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;*/
    }

    .text-content a:hover {
        color: #ffc600;
    }
.btn {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

    .btn:focus,
    .btn.focus {
        outline: 0;
        box-shadow: none;
    }

.btn-main {
    border: 1px solid #ffc600;
    color: #000;
    background-color: #ffc600;
}

    .btn-main:hover {
        border: 1px solid #000;
        color: #ffc600;
        background-color: #000;
    }

.btn-main-outline {
    border: 1px solid #82888C;
    color: #82888c;
    background-color: transparent;
}

    .btn-main-outline:hover {
        border-color: #ffc600;
        color: #fff!important;
        background-color: #ffc600;
    }

.btn-main-outline-2 {
    border: 1px solid #82888C;
    color: #82888c;
    background-color: transparent;
}

    .btn-main-outline-2:hover {
/*        border-color: #ffc600;*/
        color: #fff !important;
        background-color: #ffc600;
    }

.btn-main-opacity {
    border: 1px solid #82888c;
    color: #fff;
    background-color: #ffc600;
    opacity: 0.4;
}

    .btn-main-opacity:hover {
        color: #fff;
        opacity: 1;
    }

.btn-outline-secondary:hover {
}
.btn-outline-secondary {
}
/* ***** BUTTON SIZE ***** */
.btn-lg {
    padding: 10px 35px;
}
/* ***** BUTTON SIZE ***** */


/* ***** BEGIN BUTTON TOGGLE ***** */
.btn-switch {
    border-color: #77d0d4;
}
/*.btn-switch,*/
.btn-switch .btn-switch-on {
    color: #fff;
    background-color: #77d0d4;
    border-color: #77d0d4;
}
    .btn-switch,
    .btn-switch .toggle-on,
    .btn-switch .toggle-off {
        padding-top: 6px;
        font-weight: normal;
        -webkit-transition: none;
        transition: none;
        -moz-transition: none;
        -o-transition: none;
    }
/* ***** END BUTTON TOGGLE ***** */
.card {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

    .card a {
        color: #000;
/*        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;*/
    }
    .card a:hover {
        color: #ffc600;
    }

    .card .underline {
        border-bottom: 2px solid #edf0f2;
    }


    /* ***** BEGIN NAV LIST ***** */
    .card.card-nav-list {
        padding: 15px;
    }

        .card.card-nav-list .list-group a {
            padding: 0.75rem 1.25rem;
            color: #868686;
            width: 100%;
        }

    .card.card-nav-list .list-group .list-group-item {
        padding: 0;
        cursor: pointer;
    }

        .card.card-nav-list .list-group .list-group-item.active {
            border: 1px solid #ffc600;
            background-color: #ffc600;
        }

            .card.card-nav-list .list-group .list-group-item.active a {
                color: #000;
                font-weight: bold;
            }
/* ***** END NAV LIST ***** */

@media (max-width: 575.98px) {
    .card {
        padding: 35px 20px;
    }
}
.form-base .form-group,
.form-base .input-group {
    margin: 0;
    margin-top: 20px;
    overflow: hidden;
}

.form-base .form-control:focus {
    color: #495057;
    border: 1px solid #a1a1a1;
    outline: 0;
    box-shadow: none
}

.form-base input,
.form-base textarea,
.form-base select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #868686;
    font-size: 15px;
}

.form-base textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
    .form-base textarea + .field-validation-error,
    .form-base textarea + .field-validation-valid {
        margin-top: 0;
    }

/* ***** BEGIN ERRORS STYLE ***** */
    .field-validation-error,
    .field-validation-valid { /* Generic */
        color: #dc3545;
        font-weight: 500;
        font-size: 13px;
        margin-left: 2px;
        min-height: 20px;
        float: left;
        width: 100%;
        margin-top: 5px;
    }

.input-validation-error,
.form-control.input-validation-error {
    border-color: #dc3545!important;
}
/* ***** END ERRORS STYLE ***** */

.form-base .cpcd {
    text-align: center;
}
    .form-base .cpcd img.img-cpcd {
        max-height: 50px;
        display: inline-block;
    }
.form-base .cpcd a.link-cpcd {
    text-decoration: underline;
    font-size: 12px;
    display: block;
    cursor: pointer;
}


.form-base .input-group .input-group-append button.btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-base .input-group button.btn {
    border-color: #82888C;
}
.checkbox-control { /* MAIN element checkbox */
    position: relative;
    text-align: left;
    color: #333;
    line-height: 1.8;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

    .checkbox-control + .checkbox-control { /* Space between input checkbox */
        margin-left: 20px;
    }

    .checkbox-control input[type=checkbox] { /* Hidden checkbox input */
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
    }

    .checkbox-control i { /* Draw checkbox border */
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        top: 4px;
        border-radius: 0;
        border: 2px solid #77d0d4;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        position: relative;
        width: 20px;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
    }

    .checkbox-control i ~ * { /* Margin between icon and text */
        margin-left: 5px;
    }

    .checkbox-control input[type=checkbox]:checked ~ i { /* Draw checkedbox backgound when checked */
        background-color: #77d0d4;
    }

    .checkbox-control input[type=checkbox] ~ i::after { /* Draw checkedbox content */
        content: '\2713';
        -webkit-transform: scale(0);
        transform: scale(0);
        top: -6px;
        left: -1px;
        position: absolute;
        color: #fff;
        font-weight: bold;
    }
    .checkbox-control input[type=checkbox]:checked ~ i::after { /* Draw checkedbox content when checked */
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation: ripple 0.3s linear forwards;
        animation: ripple 0.3s linear forwards;
    }
    .checkbox-control input[type=checkbox]:disabled,
    .checkbox-control input[type=checkbox]:disabled ~ * { /* Disabled checkbox input */
        cursor: not-allowed;
    }
        .checkbox-control input[type=checkbox]:disabled ~ * { /* Disabled checkbox input */
            opacity: 0.7;
        }
.radios-control {
    display: flex;
    align-items: center;
}
    .radios-control input[type=radio] {
        display: flex;
        align-items: center;
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

/*https://codepen.io/faaezahmd/pen/dJeRex*/
.table-simple li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.table-simple li.table-header {
    background-color: #77d0d4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
}

    .table-simple li.table-row {
        font-size: 12px;
        background-color: transparent;
    }

.table-simple.table-col-4 .table-col { /* All column */
    overflow: hidden;
    flex-basis: 25%;
    width: 25%;
    padding: 0 5px;

    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* TODO: to remove */
    /*.table-simple.table-col-4 .table-col:nth-child(1) {
        background: red;
    }
    .table-simple.table-col-4 .table-col:nth-child(2) {
        background: green;
    }
    .table-simple.table-col-4 .table-col:nth-child(3) {
        background: yellow
    }
    .table-simple.table-col-4 .table-col:nth-child(4) {
        background: blue;
    }*/



@media all and (max-width: 767px) {
    .table-simple .table-header {
        display: none;
    }

    .table-simple.table-col-4 .table-col { /* All column */
        text-align: center;
        flex-basis: 100%;
        width: 100%;
    }

    .table-simple.table-col-4 li .table-col:not(:last-child) {
        padding-bottom: 5px;
    }
    .table-simple .table-col [data-label] {
        display: inline-block;
        margin: 0 auto;
    }

    .table-simple .table-col [data-label]:before {
        color: #000000;
        padding-right: 5px;
        content: attr(data-label) ':';
        flex-basis: 50%;
        text-align: right;
        font-weight: bold;
    }
}
.notify > .default-icon > .fa { /* Default hiden all icons */
    display: none;
}

.notify.alert-success > [data-notify="icon"]:not([class]) + .default-icon > .fa.fa-check { /* Show icon check when the nofications is alter type info and is not set icon */
    display: inline-block;
}

.accordion .card { /* Used */
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
    padding:0;
}
    .accordion .card:last-child { /* Used */
        border-bottom: 0 !important;
    }

    .accordion .card .card-header { /* Used */
        padding: 0;
        border-bottom: 0;
    }

        .accordion .card .card-header a { /* Used */
            overflow: hidden;
            padding: 17px 25px;
            background-color: #77d0d4;
            cursor: pointer;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .accordion .card .card-header a.collapsed { /* Used */
                background-color: #fff;
                border: none;
            }

                .accordion .card .card-header a::after,
                .accordion .card .card-header a.collapsed::after { /* Used */
                    font-weight: 900;
                    content: "\f107";
                    font-family: 'Font Awesome 5 Free';
                    font-size: 22px;
                    color: #fff;
                    margin-left: 20px;
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                }

                .accordion .card .card-header a.collapsed:after { /* Used */
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                    color: #868686;
                }

            .accordion .card .card-header a i { /* Used */
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                color: #fff;
                font-size: 17px;
                float: left;
                width: 20px;
                margin-right: 20px;
            }
            .accordion .card .card-header a.collapsed i {
                color: #ffc600;
            }
            .accordion .card .card-header a span { /* Used */
                font-size: 15px;
                float: left;
                font-weight: 600;
                width: calc(100% - 40px);
                margin-block-end: 0;
                color: #fff;
            }
            .accordion .card .card-header a.collapsed span { /* Used */
                color: #000;
            }

    /* ****** ACCORDION BODY ****** */
        .accordion .card .card-body { /* Used */
            padding: 30px;
        }
            .accordion .card .card-body > *:not(:last-child) { /* Used */
                margin-bottom: 15px;
            }
            .accordion .card .card-body p { /* Used */
                margin: 0;
                line-height: 28px;
                text-align: justify;
            }

            .accordion .card .card-body ul,
            .accordion .card .card-body ol { /* Used */
                padding-left: 50px;
            }

            .accordion .card .card-body ul { /* Used */
                list-style: disc;
            }

            .accordion .card .card-body ol { /* Used */
                list-style: decimal;
            }
                .accordion .card .card-body ul > li,
                .accordion .card .card-body ol > li { /* Used */
                    padding: 6px 0;
                }
/* ***** BEGIN PEOPLE BOARD 1 ***** */
.people-board-1 .people-card {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

    .people-board-1 .people-card .people-photo {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

        .people-board-1 .people-card .people-photo img {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            width: 100%;
        }

    .people-board-1 .people-card:hover .people-photo img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .people-board-1 .people-card .people-description {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        width: 80%;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto;
        padding: 15px;
    }

        .people-board-1 .people-card .people-description .people-title {
            color: #000;
            font-size: 15px;
        }

        .people-board-1 .people-card .people-description .people-info {
            font-size: 14px;
            color: #868686;
        }
/* ***** END PEOPLE BOARD 1 ***** */


/* ***** BEGIN PEOPLE BOARD 2 ***** */
.people-board-2 .people-card {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

        .people-board-2 .people-card .people-photo {
            width: 38%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            border: 1px solid #000;
        }

            .people-board-2 .people-card .people-photo img {
                width: 100%;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }
.people-board-2 .people-card:hover .people-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

        .people-board-2 .people-card .people-description {
            width: 62%;
            padding-left: 30px;
        }

            .people-board-2 .people-card .people-description i {
                color: #ffc600;
                margin-right: 15px;
            }

            .people-board-2 .people-card .people-description .people-title {
                color: #000;
                font-size: 20px;
                margin-bottom: 20px;
            }
            .people-board-2 .people-card .people-description .people-subtitle {
                color: #000;
                font-size: 16px;
                margin-bottom: 30px;
            }

            .people-board-2 .people-card .people-description .people-info {
                font-size: 14px;
                color: #868686;
                margin: 0;
                margin-bottom: 10px;
            }

/* ***** SMALL PHONE ***** */
@media (max-width: 575.98px) {
    .people-board-2 .people-card .people-description .people-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .people-board-2 .people-card .people-description .people-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .people-board-2 .people-card .people-description .people-info {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
/* ***** END PEOPLE BOARD 2 ***** */
/* ***** BEGIN MAIN CONTENT ***** */
.datepicker-highlights { /* First wrapper */
/*    background-color: #fff;*/
/*    padding: 25px 15px;*/
}

    .datepicker-highlights .datepicker { /* Main content calendar */
        border-radius: 5px;
        padding: 0;
        overflow: hidden;
        width: 100%;
/*        background-color: #eaeaea;*/
    }
/* ***** END MAIN CONTENT ***** */


        /* ***** BEGIN COMMUN ***** */
        .datepicker-highlights .datepicker table.table-condensed { /* ALL tables */
            width: 100%;
        }

        .datepicker-highlights .datepicker table thead,
        .datepicker-highlights .datepicker table tbody,
        .datepicker-highlights .datepicker table tfoot { /* Fix ALL wrapper tables */
            display: list-item;
        }

            .datepicker-highlights .datepicker table thead tr,
            .datepicker-highlights .datepicker table tbody tr,
            .datepicker-highlights .datepicker table tfoot tr { /* Fix ALL rows tables */
                width: 100%;
                display: table;
            }

                /* Header */
                .datepicker-highlights .datepicker .datepicker-switch,
                .datepicker-highlights .datepicker .prev,
                .datepicker-highlights .datepicker .next,
                /* Body */
                .datepicker-highlights .datepicker .day,
                .datepicker-highlights .datepicker .month,
                .datepicker-highlights .datepicker .year,
                .datepicker-highlights .datepicker .decade,
                .datepicker-highlights .datepicker .century { /* Cell clickeble */
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    border-radius: 5px; 
                }
        /* ***** END COMMUN ***** */

        /* ***** BEGIN HEADER ***** */
        .datepicker-highlights .datepicker .datepicker-days table thead,
        .datepicker-highlights .datepicker .datepicker-months table thead,
        .datepicker-highlights .datepicker .datepicker-years table thead,
        .datepicker-highlights .datepicker .datepicker-decades table thead,
        .datepicker-highlights .datepicker .datepicker-centuries table thead { /* Calendar header */
            color: #ffffff;
            border-radius: 0;
            background-color: #77d0d4;
        }

        .datepicker-highlights .datepicker table > thead > tr:nth-child(1),
        .datepicker-highlights .datepicker table > thead > tr:first-child { /* Remove real row title from table view days */
            display: none;
        }

        .datepicker-highlights .datepicker .table-condensed > thead > tr > td,
        .datepicker-highlights .datepicker .table-condensed > thead > tr > th { /* Header space */
            padding: 10px;
        }

        .datepicker-highlights .datepicker table thead > tr > th.prev,
        .datepicker-highlights .datepicker table thead > tr > td.prev,
        .datepicker-highlights .datepicker table thead > tr > th.next,
        .datepicker-highlights .datepicker table thead > tr > td.next { /* Header arrows */
            padding-left: 20px;
            padding-right: 20px;
            font-size: 20px;
        }

        .datepicker-highlights .datepicker table thead .datepicker-switch { /* Header main title */
            font-size: 20px;
            font-weight: bold;
            padding: 10px;
        }

        .datepicker-highlights .datepicker .datepicker-days table thead tr:last-child { /* Row days of the week */
            background-color: #fff;
        }

        .datepicker-highlights .datepicker .datepicker-days table thead td.dow,
        .datepicker-highlights .datepicker .datepicker-days table thead th.dow { /* Names of the days of the week */
            font-size: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #000;
            font-weight: bold;
        }

            .datepicker-highlights .datepicker .datepicker-switch:hover,
            .datepicker-highlights .datepicker .prev:hover,
            .datepicker-highlights .datepicker .next:hover { /* Header clickeble hovers */
                background-color: rgba(255,255,255,0.3);
            }

        .datepicker-highlights .datepicker .datepicker-days table thead td,
        .datepicker-highlights .datepicker .datepicker-days table thead th,
        .datepicker-highlights .datepicker .datepicker-months table thead td,
        .datepicker-highlights .datepicker .datepicker-months table thead th,
        .datepicker-highlights .datepicker .datepicker-years table thead td,
        .datepicker-highlights .datepicker .datepicker-years table thead th,
        .datepicker-highlights .datepicker .datepicker-decades table thead td,
        .datepicker-highlights .datepicker .datepicker-decades table thead th,
        .datepicker-highlights .datepicker .datepicker-centuries table thead td,
        .datepicker-highlights .datepicker .datepicker-centuries table thead th { /* Calendar header cells */
            border-radius: 5px;
        }

        .datepicker-highlights .datepicker table.table-condensed thead td.prev,
        .datepicker-highlights .datepicker table.table-condensed thead th.prev { /* Fixed arrows radius prev */
            border-bottom-left-radius: 0;
        }

        .datepicker-highlights .datepicker table.table-condensed thead td.next,
        .datepicker-highlights .datepicker table.table-condensed thead th.next { /* Fixed arrows radius next */
            border-bottom-right-radius: 0;
        }
/* ***** END HEADER ***** */


/* ***** BEGIN BODY ***** */
        .datepicker-highlights .datepicker .datepicker-days table tbody,
        .datepicker-highlights .datepicker .datepicker-months table tbody,
        .datepicker-highlights .datepicker .datepicker-years table tbody,
        .datepicker-highlights .datepicker .datepicker-decades table tbody,
        .datepicker-highlights .datepicker .datepicker-centuries table tbody { /* Calendar body */
            /*            background-color: #eaeaea;*/
            background-color: #fff;
        }

        .datepicker-highlights .datepicker table tbody tr td.today { /* TODAY */
            color: #000;
            background-color: #ffdb99;
            border-color: #ffdb99;
        }
        .datepicker-highlights .datepicker table tbody tr .day.focused,
        .datepicker-highlights .datepicker table tbody tr .month.focused,
        .datepicker-highlights .datepicker table tbody tr .year.focused,
        .datepicker-highlights .datepicker table tbody tr .decade.focused,
        .datepicker-highlights .datepicker table tbody tr .century.focused { /* Elements focused */
            background-color: transparent;
        }


        .datepicker-highlights .datepicker table tbody tr .day:not(.disabled):hover,
        .datepicker-highlights .datepicker table tbody tr .month:not(.disabled):hover,
        .datepicker-highlights .datepicker table tbody tr .year:not(.disabled):hover,
        .datepicker-highlights .datepicker table tbody tr .decade:not(.disabled):hover,
        .datepicker-highlights .datepicker table tbody tr .century:not(.disabled):hover { /* Hover body cells */
            color: #000;
            background-color: #ffc600;
            border-color: #ffc600;
        }

        .datepicker-highlights .datepicker table tbody tr .active { /* ACTIVE body cells */
            color: #ffc600 !important;
            background-color: #000 !important;
            font-weight: bold !important;
        }

            .datepicker-highlights .datepicker table tbody tr .day.highlight { /* highlight day */
                font-weight: bold;
            }

        .datepicker-highlights .datepicker table tbody tr .disabled,
        .datepicker-highlights .datepicker table tbody tr .disabled:hover { /* Disabled cells*/
            color: #d2d2d2d2 !important;
        }
/* ***** END BODY ***** */


/* ***** BEGIN FOOTER ***** */
.datepicker-highlights .datepicker .datepicker-days table tfoot,
.datepicker-highlights .datepicker .datepicker-months table tfoot,
.datepicker-highlights .datepicker .datepicker-years table tfoot,
.datepicker-highlights .datepicker .datepicker-decades table tfoot,
.datepicker-highlights .datepicker .datepicker-centuries table tfoot { /* Calendar body */
    display:none;
}
/* ***** END FOOTER ***** */
.timeline {
    width: 100%;
    position: relative;
    padding: 15px 0;
    list-style-type: none;
}
    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 4px;
        height: 100%;
        margin-left: -2px; /* Half width */
        background: #cdc9c6;
        z-index: 5;
    }

    .timeline .timeline-event {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        padding: 15px 0;
    }

        .timeline .timeline-event .timeline-point {
            position: absolute;
            top: calc(50% - 10px);
            left: calc(50% - 10px);
            content: ' ';
            display: block;
            width: 20px;
            height: 20px;
            background: #edf0f2;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.125);
            z-index: 10;
        }

        .timeline .timeline-event .timeline-date {
            opacity: 0.5;
            position: absolute;
            top: 50%;
            margin-top: -12px; /* Half font size */
            display: inline-block;
            color: #505050;
            font-weight: bold;
            font-size: 16px;
        }

        .timeline .timeline-event .timeline-label {
            opacity: 0.5;
            padding: 15px;
            position: relative;
            max-width: 40%;
            border: 1px solid rgba(0, 0, 0, 0.125);
        }

            .timeline .timeline-event .timeline-label:before { /* Arrow */
                position: absolute;
                content: "";
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 50%;
                margin-top: -8px; /* Half height */
                width: 16px;
                height: 16px;
            }

            .timeline .timeline-event .timeline-label .timeline-title {
                margin-bottom: 15px;
            }

            .timeline .timeline-event .timeline-label .timeline-description {
                color: #505050;
                font-style: italic;
            }

        /* LEFT */
        .timeline .timeline-event.timeline-event-left .timeline-date {
            left: 50%;
            margin-left: 35px;
        }
        .timeline .timeline-event.timeline-event-left .timeline-label {
            /* right: calc(50% + 35px);*/
            right: calc(-10% + 35px); /* I don't know but is current */
        }
            .timeline .timeline-event.timeline-event-left .timeline-label:before { /* Arrow */
                left: 100%;
                margin-left: -8px;
                border-top: 1px solid rgba(0, 0, 0, 0.125);
                border-right: 1px solid rgba(0, 0, 0, 0.125);
            }

            .timeline .timeline-event.timeline-event-left .timeline-label .timeline-title,
            .timeline .timeline-event.timeline-event-left .timeline-label .timeline-description {
                text-align: right;
            }

        /* RIGHT */
        .timeline .timeline-event.timeline-event-right .timeline-date {
            right: 50%;
            margin-right: 35px;
        }
        .timeline .timeline-event.timeline-event-right .timeline-label {
            left: 50%;
            margin-left: 35px;
        }
            .timeline .timeline-event.timeline-event-right .timeline-label:before { /* Arrow */
                border-bottom: 1px solid rgba(0, 0, 0, 0.125);
                border-left: 1px solid rgba(0, 0, 0, 0.125);
                left: -8px; /* Half width */
            }
            .timeline .timeline-event.timeline-event-right .timeline-label .timeline-title,
            .timeline .timeline-event.timeline-event-right .timeline-label .timeline-description {
                text-align: left;
            }

        .timeline .timeline-event .timeline-point,
        .timeline .timeline-event .timeline-date,
        .timeline .timeline-event .timeline-label,
        .timeline .timeline-event .timeline-label:before { /* Cursor */
            cursor: pointer;
        }

        /* Background labels */
    .timeline.timeline-label-gray .timeline-event .timeline-label,
    .timeline.timeline-label-gray .timeline-event .timeline-label:before {
        background-color: #edf0f2;
    }

    .timeline.timeline-label-white .timeline-event .timeline-label,
    .timeline.timeline-label-white .timeline-event .timeline-label:before {
        background-color: #fff;
    }


    /* ACTIVE OR HOVER */
    .timeline .timeline-event.hover .timeline-date,
    .timeline .timeline-event.active .timeline-date,
    .timeline .timeline-event.hover .timeline-label,
    .timeline .timeline-event.active .timeline-label {
        opacity: 1;
    }

    .timeline .timeline-event.hover .timeline-point,
    .timeline .timeline-event.active .timeline-point {
        background-color: #ffc600;
    }

    /* Effect */
    .timeline .timeline-event .timeline-date,
    .timeline .timeline-event .timeline-label,
    .timeline .timeline-event .timeline-point {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


@media (max-width: 767.98px) { /* MD */
    .timeline {
        padding: 10px 0;
    }
        .timeline .timeline-event {
            padding: 10px 0;
        }
    .timeline .timeline-event .timeline-date {
        font-size: 14px;
    }
    .timeline .timeline-event .timeline-label {
        padding: 10px;
    }
        .timeline .timeline-event .timeline-label .timeline-title {
            margin-bottom: 10px;
            font-size: 14px;
            text-align: center !important;
        }
        .timeline .timeline-event .timeline-label .timeline-description {
            font-size: 12px;
            text-align: center!important;
        }

    .timeline .timeline-event.timeline-event-left .timeline-date {
        margin-left: 20px;
    }
    .timeline .timeline-event.timeline-event-right .timeline-date {
        margin-right: 20px;
    }
    .timeline .timeline-event .timeline-label {
        max-width: 45%;
    }
    .timeline .timeline-event.timeline-event-left .timeline-label {
        right: calc(-7% + 35px);
    }
    .timeline .timeline-event.timeline-event-right .timeline-label {
        margin-left: 27px;
    }
}
.area-highlights .card {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

    .area-highlights .card .highlight-img {
        margin-bottom: 30px;
    }
    .area-highlights .card .card-body {
        padding: 0;
    }

        .area-highlights .card .card-body .highlight-title {
            padding-bottom: 10px;
            font-size: 20px;
        }
        .area-highlights .card .card-body i {
            color: #ffc600;
            margin-right: 3px;
        }
        .area-highlights .card .card-body .highlight-date,
        .area-highlights .card .card-body .highlight-publisher {
            font-size: 14px;
            color: #8a8a8a;
        }
        .area-highlights .card .card-body .highlight-publisher
        {
            float:right
        }
        .area-highlights .card .card-body p {
            margin-bottom: 0;
            font-size: 16px;
            color: #505050;
        }
        .area-highlights .card .card-body a:hover .highlight-title {
            color: #ffc600;
        }
#view-header {
    background-color: #77d0d4; /* Base blue template */
    padding-top: 15px;
    padding-bottom: 15px;
}

    #view-header ul > li,
    #view-header ul > li a { /* Style for font in header */
        color: #fff;
        font-size: 16px;
        font-weight: 500;

 /*       -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;*/
    }

        #view-header ul > li a:hover { /* Hightlight in hove */
            color: #ffc600; /* Main hightlight color */
        }

    #view-header ul > li { /* Space between elements */
        display: inline-block;
        margin-right: 20px;
    }

        #view-header ul > li i { /* Space between icon and text */
            margin-right: 10px;
        }

        #view-header ul > li:last-child { /* Remove space after last element */
            margin-right: 0;
        }

    /* ***** BEGIN LANGUAGES IN HEADER ***** */
    #view-header ul.languages > li:not(:first-child)::before {
        color: #fff;
    }
    #view-header ul.languages > li a { /* Active language */
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }
        #view-header ul.languages > li a.active { /* Active/selected language */
            text-decoration: underline;
            color: #fff!important;
            font-size: 16px;
            font-weight: 500;
        }
            #view-header ul.languages > li a.active:hover { /* Active/selected language - Hightlight in hove */
                color: #ffc600 !important; /* Main hightlight color */
            }
/* ***** END LANGUAGES IN HEADER ***** */
#view-slider .carousel-control-prev > *,
#view-slider .carousel-control-next > * {
    position: absolute;
}
    #view-slider .carousel-control-prev > * {
        left: 30px;
    }

    #view-slider .carousel-control-next > * {
        right: 30px;
    }

#view-slider .carousel-item > a {
    display: inline;
    cursor: pointer;
}

#view-slider .carousel-item::before > a {
    cursor: pointer!important;
}


@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    #view-slider .carousel-control-prev > * {
        left: 15px;
    }

    #view-slider .carousel-control-next > * {
        right: 15px;
    }
}
@media (max-width: 575.98px) {
    #view-slider .carousel-control-prev > * {
        left: 10px;
    }

    #view-slider .carousel-control-next > * {
        right: 10px;
    }
}
/* Style for transation menu effect */
#btnBurger, /* Burger button for navbar */
#view-navbar ul.navbar-nav li a, /* Option text */
#view-navbar ul.navbar-nav > li.navbar-hasMenu > a:before, /* Icon submenu */
#view-navbar ul.navbar-nav > li.navbar-hasMenu > ul, /* Sub-menu */
#view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li > a, /* Options of submenu */
#view-navbar #btnBurger.navbar-toggler > span /* Bars of burger button */
{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


/* ***** BEGIN BURGER BUTTON FOR NAVBAR ***** */
#view-navbar #btnBurger { /* Burger button */
    padding: 3px 8px;
    margin: 18px 0;
}
    #view-navbar #btnBurger.navbar-toggler > span { /* Bars of burger button */
        width: 30px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 5px 0;
        position: relative;
    }
    #view-navbar #btnBurger.navbar-toggler.active > span:nth-of-type(1) {
        transform: rotate(46deg);
        top: 7px;
    }
    #view-navbar #btnBurger.navbar-toggler.active > span:nth-of-type(2) {
        opacity: 0;
    }
    #view-navbar #btnBurger.navbar-toggler.active > span:nth-of-type(3) {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
        top: -7px;
    }
/* ***** END BURGER BUTTON FOR NAVBAR ***** */


/* ***** BEGIN EFFECT TO FIXED NAVBAR ON TOP ***** */
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
#view-navbar.sticky { /* Fix navbar on top when the window has the scroll to down  */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}
/* ***** END EFFECT TO FIXED NAVBAR ON TOP ***** */
#view-navbar { /* Add botton board in navbar */
    border-bottom: 1px solid #cecece;
}

    #view-navbar .navbar { /* Remove default bootstrap from navbar */
        padding: 0;
    }

    #view-navbar ul.navbar-nav > li { /* To agroup sub-menu with parent option */
        position: relative;
    }

    #view-navbar ul.navbar-nav li a { /* All text options in menu */
        font-size: 15px;
        font-weight: 500;
        color: #000;
        padding: 10px 15px;
        display: block;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul { /* Style for sub-menu */
        position: absolute;
        top: 110%;
        right: 0; /* NEW FIXED for responsive when in big resolutions */
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        background-color: #fff;
        border: 1px solid #cecece;
        width: 225px;
    }

    #view-navbar ul.navbar-nav > li > a { /* Upcase just text in first option in destop view */
        text-transform: uppercase;
    }

        #view-navbar ul.navbar-nav > li.navbar-hasMenu:hover > ul { /* Show sub-menu when parent option is hover */
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

    #view-navbar ul.navbar-nav > li.active > a, /* First option */
    #view-navbar ul.navbar-nav > li:hover > a { /* Hover option */
        color: #ffc600;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li > a { /* Botton border in each of the sub option */
        border-bottom: 1px solid #edeff2;
    }
    #view-navbar ul.navbar-nav > li.navbar-hasMenu:last-child > ul > li:last-child > a {
        border-bottom-width: 0;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li:hover > a { /* Effect hover in sub-option */
        padding-left: 20px;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li.active > a { /* Hightlight sub-options */
        color: #ffc600;
    }

    #view-navbar #navbarContent a { /* Course of option */
        cursor: pointer;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li.disabled > a,
    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li.disabled:hover > a {
        color: #868686;
        padding-left: 15px !important;
    }

/* Just desktop view */
@media (min-width: 992px) {
    #view-navbar .languages2, #view-navbar .languages3 {
        display: none !important;
    }

    #view-navbar ul.navbar-nav > li > a { /* Upcase just text in first option in destop view */
        padding: 32px 15px 32px 15px;
    }
}

/* To view no desktop */
@media (max-width: 991.98px) {
    #view-navbar .main-logo > img { /* Size for logo */
        height: 55px;
    }

    #view-navbar #navbarContent { /* Menu for views no desktop */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 101;
        background-color: #fff;
        padding: 5px 10px;
        border: 1px solid #cecece;
        border-top-width:0;
    }

    #view-navbar ul.navbar-nav > li:hover > a { /* Hover option for views no desktop */
        padding-left: 20px;
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > a:before { /* Icon to submenu */
        float: right;
        font-style: normal;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        margin-right: 5px;
        color: #000;
    }
    #view-navbar ul.navbar-nav > li.navbar-hasMenu:not(.disabled).open > a:before { /* Icon to submenu is open */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul { /* Stype for submenu in views no desktop */
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;

        border-width: 0;

        -webkit-transition: none; /* Remove transition effect because will be used javascript effect */
        transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

        #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li:first-child > a { /* Top border in first option of the submenu */
            border-top: 1px solid #edeff2;
        }

        #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li > a { /* Highlight option of the submenu in views no desktop */
            padding-left: 30px;
        }

        #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li:hover > a { /* Effect hover in sub-option in views no desktop */
            padding-left: 35px;
        }

        #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li.disabled > a,
        #view-navbar ul.navbar-nav > li.navbar-hasMenu > ul > li.disabled:hover > a {
            padding-left: 30px !important;
        }
    /* ****** BEGIN LANGUAGES ****** */
    #view-navbar .languages2 {
        position: absolute;
        top: 5px;
        right: 70px;
    }

        #view-navbar .languages2 .languages > li {
            padding: 19px 0;
        }
            #view-navbar .languages3 .languages > li a {
                -webkit-transition: none !important;
                transition: none !important;
                -moz-transition: none !important;
                -o-transition: none !important;
            }
    /* ****** END LANGUAGES ****** */
}


@media (min-width: 576px) and (max-width: 991.98px) {
    #view-navbar .languages3 {
        display: none !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #view-navbar .languages2 {
        display: none !important;
    }
    #view-navbar .languages3 > ul.languages {
        padding: 10px 15px;
        text-align: center;
    }
    #view-navbar .languages3 > ul.languages > li > a {
        display: inline-block;
        padding: 0;
    }
}
#view-breadcrumb > .container { /* Hightlight content */
    position: relative;
    z-index: 5;
}

#view-breadcrumb .breadcrumb .breadcrumb-item,
#view-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child) a {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

#view-breadcrumb .breadcrumb-title,
#view-breadcrumb .breadcrumb .breadcrumb-item a,
#view-breadcrumb .breadcrumb .breadcrumb-item:before { /* Text colors */
    color: #fff;
}

#view-breadcrumb .breadcrumb .breadcrumb-item:last-child:before,
#view-breadcrumb .breadcrumb-title {
    font-size: 24px;
}

    #view-breadcrumb .breadcrumb-title {
        display: inline-block;
    }


#view-breadcrumb .breadcrumb { /* Remove default css of the bootstrep */
    margin: 0;
    background: none;
    padding: 0;
}

#view-breadcrumb .breadcrumb .breadcrumb-item:last-child a {
    font-weight: 700;
}

    #view-breadcrumb .breadcrumb .breadcrumb-item a {
        font-size: 14px;
        cursor: default;
    }

#view-breadcrumb .breadcrumb .breadcrumb-item a[href] {
    cursor: pointer;
}

    #view-breadcrumb .breadcrumb .breadcrumb-item a .breadcrumb-item-name {
        display: inline-block;
    }
    #view-breadcrumb .breadcrumb .breadcrumb-item a .breadcrumb-item-auxName {
        display:none;
    }

@media (max-width: 767.98px) {

    #view-breadcrumb .breadcrumb .breadcrumb-item a .breadcrumb-item-name {
        display: none;
    }

    #view-breadcrumb .breadcrumb .breadcrumb-item a .breadcrumb-item-auxName {
        display: inline-block;
    }

    #view-breadcrumb .breadcrumb .breadcrumb-item:last-child:before,
    #view-breadcrumb .breadcrumb-title {
        font-size: 20px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #view-breadcrumb .breadcrumb .breadcrumb-item:before,
    #view-breadcrumb .breadcrumb .breadcrumb-item a {
        font-size: 11px;
    }

    #view-breadcrumb .breadcrumb .breadcrumb-item:last-child:before,
    #view-breadcrumb .breadcrumb-title {
        font-size: 12px;
    }

    #view-breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 5px;
    }
        #view-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            padding-right: 5px;
        }
}
#view-footer {
    background-color: #868686;
}
    #view-footer > .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #view-footer .main-logo > img { /* Size for logo */
        height: initial;
        max-width: 315px;
    }

    #view-footer,
    #view-footer a,
    #view-footer h6 { /* Footer text color */
        color: #fff;
    }

        #view-footer .footer-title {
            padding-bottom: 25px;
        }

        #view-footer ul.list-animation li a,
        #view-footer ul.list-animation li a i /*,
        #view-footer ul li a,
        #view-footer ul li a i*/ { /* Animation effect*/
            font-size: 15px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        #view-footer ul li { /* Lists bottom space*/
            position: relative;
            margin-bottom: 10px;
        }

        #view-footer ul.list li i { /* Icons color */
            margin-right: 8px;
            color: #ffc600;
        }

            #view-footer ul li a:hover { /* Hightlight links */
                color: #ffc600;
            }
        #view-footer ul.list li a:hover i { /* Hightlight icons */
            margin-right: 15px;
        }

        #view-footer ul li i.icon { /* Address icons */
            font-size: 17px;
            float: left;
            width: 20px;
            margin-top: 3px;
        }

        #view-footer ul li .cont { /* Address text */
            font-size: 15px;
            float: left;
            width: calc(100% - 30px);
            margin-block-end: 0;
        }

        #view-footer .social-networks {
            margin-top: 5px;
        }
        #view-footer .social-networks ul { /* social-networks icons  */
            display: inline-block;
        }
        #view-footer .social-networks ul li { /* social-networks icons  */
            font-size: 16px;
            margin-left: 15px;
            display: inline-block;
        }

@media (max-width: 575.98px) {
    #view-footer > .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #view-footer .footer-title {
        padding-bottom: 10px;
    }
}

/* ***** BEGIN PERFECT SCROLLBAR ***** */
#buttonUpPages {
    display: none;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    
}
    #buttonUpPages:hover {
        bottom: 25px;
    }

    #buttonUpPages > i {
        font-size: 28px;
    }
/* ***** END PERFECT SCROLLBAR ***** */
/* ***** BEGIN EFFECT TO REMOVE COOKIES BAR ***** */
@-webkit-keyframes cookiesBarRemove {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes cookiesBarRemove {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

#view-cookiesBar.removeBar { /* Remove cookies bar when click in its button  */
    -webkit-animation: cookiesBarRemove 2s;
    animation: cookiesBarRemove 2s;
}
/* ***** END EFFECT TO REMOVE COOKIES BAR ***** */


#view-cookiesBar { /* Main syte for cookies bar */
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 900;
    background: #fff;
    border-top: 1px solid #cecece;
    -webkit-box-shadow: 0 -1px 15px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -1px 15px 5px rgba(0, 0, 0, 0.06);
    padding: 15px 25px;
}

    #view-cookiesBar .cookies-text { /* Color text in cookiesbar */
        color: #82888c;
    }

    #view-cookiesBar .cookies-text,
    #view-cookiesBar button { /* All text size of the cookiesbar */
        font-weight: bold;
        font-size: 12px;
    }

    #view-cookiesBar a,
    #view-cookiesBar a.cookies-text { /* Style links */
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
        color: #77d0d4;
    }

    #view-cookiesBar .cookies-textArea { /* Text style in cookiesbar */
        text-align: left;
        justify-content: left;
        display: flex;
        align-items: center;
    }

    #view-cookiesBar .cookies-buttonsArea { /* Area for buttons */
        text-align: right;
        justify-content: right;
        display: flex;
        align-items: center;
    }
    #view-cookiesBar .btn-cookies {
        width: 100%;
    }
/* SMALL VIEWA */
@media (max-width: 767.98px) {
    #view-cookiesBar .cookies-textArea { /* Area for text */
        justify-content: center;
        text-align: center;
    }
    #view-cookiesBar .cookies-text {
        text-align: center;
    }
    #view-cookiesBar .cookies-buttonsArea { /* Area for buttons */
        margin-top: 15px;
        text-align: center;
    }
}

#view-home-calendar .agenda-list .agenda-content ul.agenda-time li {
    font-size: 14px;
}

#view-home-calendar .agenda-list .agenda-content ul.agenda-time li {
    display: inline-block;
    margin-right: 25px;
}

    #view-home-calendar .agenda-list .agenda-content ul.agenda-time li:last-child {
        margin-right: 0;
    }

    #view-home-calendar .agenda-list .agenda-content ul.agenda-time li i {
        color: #ffc600;
        margin-right: 8px;
    }

#view-home-calendar .agenda-list .agenda-content .agenda-thumbnail img {
    width: 100%;
    border-radius: 5px;
}

#view-home-calendar .agenda-list .agenda-content:not(:last-child) {
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

#view-home-calendar .agenda-list .agenda-content a:hover,
#view-home-calendar .agenda-list .agenda-content a:hover * {
    color: #ffc600;
}

#view-home-calendar .agenda-list .agenda-content .agenda-title {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
}

#view-home-calendar .agenda-list .agenda-content .agenda-description {
    font-size: 16px;
    color: #868686;
}


#view-home-calendar .agenda-list {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.card-press
{
    padding: 0;
}

.card-press .press-img
{
}
    .card-press .press-img > img {
        width: 100%;
    }

    .card-press .press-content {
        padding: 25px;
    }
        .card-press .press-content a .press-title {
            font-size: 14px;
        }
        .card-press .press-content a:hover .press-title {
            color: #ffc600;
        }

        .card-press .press-content .press-marks {
            padding: 20px 0;
        }
        .card-press .press-content ul.press-marks > li {
            display: inline-block;
            margin-right: 30px;
            font-size: 15px;
            color: #8a8a8a;
        }
            .card-press .press-content ul.press-marks > li i {
                color: #ffc600;
                margin-right: 5px;
            }

        .card-press .press-content .press-article {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            color: #505050;
            margin: 0px;
        }

        .card-press .press-content .press-text {
            margin-top: 20px;
        }
#view-agenda-event .photo-card,
#view-agenda-event .description-card .tab-content {
    padding: 30px;
}

    #view-agenda-event .photo-card .event-photo {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

    #view-agenda-event .photo-card .event-photo img {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        width: 100%;
    }

    #view-agenda-event .photo-card .event-photo:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #view-agenda-event .photo-card .event-description {
    }
        #view-agenda-event .photo-card .event-description .event-title {
            color: #000;
            font-size: 18px;
        }

        #view-agenda-event .photo-card .event-description .event-subtitle {
            margin-top: 10px;
            font-size: 14px;
            color: #868686;
            font-weight: normal;
        }

        #view-agenda-event .photo-card .event-description i {
            color: #ffc600;
            margin-right: 15px;
        }

    #view-agenda-event .description-card {
        padding: 0;
    }

        #view-agenda-event .description-card .nav .nav-item a {
            padding: 20px 0;
            background-color: #77d0d4;
            color: #fff;
            display: block;
            font-weight: 600;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }
            #view-agenda-event .description-card .nav .nav-item a:hover {
                background-color: #868686;
                color: #fff;
            }
            #view-agenda-event .description-card .nav .nav-item a.active {
                background-color: #fff;
                color: #000;
            }

@media (max-width: 767.98px) {
    #view-agenda-event .description-card .nav .nav-item a {
        padding: 10px 0;
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    #view-agenda-event .photo-card,
    #view-agenda-event .description-card .tab-content {
        padding: 20px 10px;
    }
}
#view-contactUs .contact-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 24px;
    text-align: center;
}

#view-contactUs .contact-address .group-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #view-contactUs .contact-address .group-icon .cont {
        padding-left: 20px;
    }

    #view-contactUs .contact-address .group-icon p {
        margin-bottom: 0;
    }
#view-errorPage
{
    padding: 80px;
}

#view-errorPage .center-content { /* Center content in columns */
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

    #view-errorPage .error-mainTitle,
    #view-errorPage .error-secondTitle,
    #view-errorPage .error-text {
        width: 100%;
        display: block;
    }

    #view-errorPage .error-mainTitle {
        color: #ffc600;
        font-size: 100px;
        margin-bottom: 40px;
    }
    #view-errorPage .error-secondTitle {
        margin-bottom: 20px;
    }
    #view-errorPage .error-text {
        font-size: 14px;
    }

@media (min-width: 768px) and (max-width: 991.98px)
{
    #view-errorPage .error-mainTitle {
        font-size: 70px;
    }
}
@media (max-width: 767.98px) {
    #view-errorPage {
        padding: 40px;
    }

        #view-errorPage .error-img {
            max-height: 200px;
        }

        #view-errorPage .error-mainTitle {
            font-size: 50px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        #view-errorPage .error-secondTitle {
            font-size: 25px;
        }
}
