@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);





/* Global Color Variable */ 




/* Global Fonts Variable */



/* Header */












/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/* Form Style Variables */





/* Macro Start */
/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


.text-13 { font-size: 13px; }
.flex_wrap { flex-wrap: wrap; }












.d-block {
    display:block;
}

.d-inline-block {
    display:inline-block;
}

.d-flex {
    display:flex;
}

.d-inline-flex {
    display:inline-flex;
}

.d-none {
    display:none;
}



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

.align-flex-start {
    align-items:flex-start;
}

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

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



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

.justify-flex-end {
    justify-content:flex-end;
}

.justify-flex-start {
    justify-content:flex-start;
}

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

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



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

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

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



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

.direction-column-reverse {
    flex-direction:column-reverse;
}

.direction-row {
    flex-direction:row;
}

.direction-row-reverse {
    flex-direction:row-reverse;
}




.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }




.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }




.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }




.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }




.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }




.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }




.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }




.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }




.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }




.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }




.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }




.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }




.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }




.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }




.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }




.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }




.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }




.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }




.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }




.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }




.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }




.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }







.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }







.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }







.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }







.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }







.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }







.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }







.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }







.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }







.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.max-auto { max-width:100%; }

/* div[class*=row-0-padding] > div {padding: 0 !important;} */
div[class*=full-width-section] > div {
    padding: 0 !important;
}

div[class*=full-width-section] > div > div {
    padding: 0 !important;
}


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }

.col-1 { max-width:8.333%; flex:0 0 8.333%; }

.col-2 { max-width:16.666%; flex:0 0 16.666%; }

.col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }

.col-4 { max-width:33.332%; flex:0 0 33.332%; }

.col-5 { max-width:41.665%; flex:0 0 41.665%; }

.col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }

.col-7 { max-width:58.331%; flex:0 0 58.331%; }

.col-8 { max-width:66.664%; flex:0 0 66.664%; }

.col-9 { max-width:74.997%; flex:0 0 74.997%; }

.col-10 { max-width:83.33%; flex:0 0 83.33%; }

.col-11 { max-width:91.663%; flex:0 0 91.663%; }

.col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }


    .max-50 { max-width:50px; }
    .text-2{ font-size:2px; } 

    .max-100 { max-width:100px; }
    .text-4{ font-size:4px; } 

    .max-150 { max-width:150px; }
    .text-6{ font-size:6px; } 

    .max-200 { max-width:200px; }
    .text-8{ font-size:8px; } 

    .max-250 { max-width:250px; }
    .text-10{ font-size:10px; } 

    .max-300 { max-width:300px; }
    .text-12{ font-size:12px; } 

    .max-350 { max-width:350px; }
    .text-14{ font-size:14px; } 

    .max-400 { max-width:400px; }
    .text-16{ font-size:16px; } 

    .max-450 { max-width:450px; }
    .text-18{ font-size:18px; } 

    .max-500 { max-width:500px; }
    .text-20{ font-size:20px; } 

    .max-550 { max-width:550px; }
    .text-22{ font-size:22px; } 

    .max-600 { max-width:600px; }
    .text-24{ font-size:24px; } 

    .max-650 { max-width:650px; }
    .text-26{ font-size:26px; } 

    .max-700 { max-width:700px; }
    .text-28{ font-size:28px; } 

    .max-750 { max-width:750px; }
    .text-30{ font-size:30px; } 

    .max-800 { max-width:800px; }
    .text-32{ font-size:32px; } 

    .max-850 { max-width:850px; }
    .text-34{ font-size:34px; } 

    .max-900 { max-width:900px; }
    .text-36{ font-size:36px; } 

    .max-950 { max-width:950px; }
    .text-38{ font-size:38px; } 

    .max-1000 { max-width:1000px; }
    .text-40{ font-size:40px; } 

    .max-1050 { max-width:1050px; }
    .text-42{ font-size:42px; } 

    .max-1100 { max-width:1100px; }
    .text-44{ font-size:44px; } 

    .max-1150 { max-width:1150px; }
    .text-46{ font-size:46px; } 

    .max-1200 { max-width:1200px; }
    .text-48{ font-size:48px; } 

    .max-1250 { max-width:1250px; }
    .text-50{ font-size:50px; } 

    .max-1300 { max-width:1300px; }
    .text-52{ font-size:52px; } 

    .max-1350 { max-width:1350px; }
    .text-54{ font-size:54px; } 

    .max-1400 { max-width:1400px; }
    .text-56{ font-size:56px; } 

    .max-1450 { max-width:1450px; }
    .text-58{ font-size:58px; } 








@media(min-width:768px){
    
    
    .sm\:d-block {
        display:block;
    }
    
    .sm\:d-inline-block {
        display:inline-block;
    }
    
    .sm\:d-flex {
        display:flex;
    }
    
    .sm\:d-inline-flex {
        display:inline-flex;
    }
    
    .sm\:d-none {
        display:none;
    }
    
    
    
    .sm\:align-center {
        align-items:center;
    }
    
    .sm\:align-flex-start {
        align-items:flex-start;
    }
    
    .sm\:align-flex-end {
        align-items:flex-end;
    }
    
    .sm\:align-normal {
        align-items:normal;
    }
    
    
    
    .sm\:justify-center {
        justify-content:center;
    }
    
    .sm\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .sm\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .sm\:justify-space-around {
        justify-content:space-around;
    }
    
    .sm\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .sm\:text-left {
        text-align:left;
    }
    
    .sm\:text-right {
        text-align:right;
    }
    
    .sm\:text-center {
        text-align:center;
    }
    
    
    
    .sm\:direction-column {
        flex-direction:column;
    }
    
    .sm\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .sm\:direction-row {
        flex-direction:row;
    }
    
    .sm\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .sm\:p--0 { padding:0px !important; }
    .sm\:p-0 { padding:0px; }
    .sm\:pt-0 { padding-top:0px; }
    .sm\:pb-0 { padding-bottom:0px; }
    .sm\:pl-0 { padding-left:0px; }
    .sm\:pr-0 { padding-right:0px; }

    .sm\:m-0 {  margin:0px; }
    .sm\:mt-0 { margin-top:0px; }
    .sm\:mb-0 { margin-bottom:0px; }
    .sm\:ml-0 { margin-left:0px; }
    .sm\:mr-0 { margin-right:0px; }

    .sm\:ml--0 { margin-left:-0px; }
    .sm\:mr--0 { margin-right:-0px; }

    .sm\:mt--0 { margin-top:-0px; }
    .sm\:mb--0 { margin-bottom:-0px; }

    .sm\:max--0 { max-width:0%; }
    .sm\:mt---0 { margin-top:-0%; }
    .sm\:mb---0 { margin-bottom:-0%; }
    
    
    .sm\:p--5 { padding:5px !important; }
    .sm\:p-5 { padding:5px; }
    .sm\:pt-5 { padding-top:5px; }
    .sm\:pb-5 { padding-bottom:5px; }
    .sm\:pl-5 { padding-left:5px; }
    .sm\:pr-5 { padding-right:5px; }

    .sm\:m-5 {  margin:5px; }
    .sm\:mt-5 { margin-top:5px; }
    .sm\:mb-5 { margin-bottom:5px; }
    .sm\:ml-5 { margin-left:5px; }
    .sm\:mr-5 { margin-right:5px; }

    .sm\:ml--5 { margin-left:-5px; }
    .sm\:mr--5 { margin-right:-5px; }

    .sm\:mt--5 { margin-top:-5px; }
    .sm\:mb--5 { margin-bottom:-5px; }

    .sm\:max--5 { max-width:5%; }
    .sm\:mt---5 { margin-top:-5%; }
    .sm\:mb---5 { margin-bottom:-5%; }
    
    
    .sm\:p--10 { padding:10px !important; }
    .sm\:p-10 { padding:10px; }
    .sm\:pt-10 { padding-top:10px; }
    .sm\:pb-10 { padding-bottom:10px; }
    .sm\:pl-10 { padding-left:10px; }
    .sm\:pr-10 { padding-right:10px; }

    .sm\:m-10 {  margin:10px; }
    .sm\:mt-10 { margin-top:10px; }
    .sm\:mb-10 { margin-bottom:10px; }
    .sm\:ml-10 { margin-left:10px; }
    .sm\:mr-10 { margin-right:10px; }

    .sm\:ml--10 { margin-left:-10px; }
    .sm\:mr--10 { margin-right:-10px; }

    .sm\:mt--10 { margin-top:-10px; }
    .sm\:mb--10 { margin-bottom:-10px; }

    .sm\:max--10 { max-width:10%; }
    .sm\:mt---10 { margin-top:-10%; }
    .sm\:mb---10 { margin-bottom:-10%; }
    
    
    .sm\:p--15 { padding:15px !important; }
    .sm\:p-15 { padding:15px; }
    .sm\:pt-15 { padding-top:15px; }
    .sm\:pb-15 { padding-bottom:15px; }
    .sm\:pl-15 { padding-left:15px; }
    .sm\:pr-15 { padding-right:15px; }

    .sm\:m-15 {  margin:15px; }
    .sm\:mt-15 { margin-top:15px; }
    .sm\:mb-15 { margin-bottom:15px; }
    .sm\:ml-15 { margin-left:15px; }
    .sm\:mr-15 { margin-right:15px; }

    .sm\:ml--15 { margin-left:-15px; }
    .sm\:mr--15 { margin-right:-15px; }

    .sm\:mt--15 { margin-top:-15px; }
    .sm\:mb--15 { margin-bottom:-15px; }

    .sm\:max--15 { max-width:15%; }
    .sm\:mt---15 { margin-top:-15%; }
    .sm\:mb---15 { margin-bottom:-15%; }
    
    
    .sm\:p--20 { padding:20px !important; }
    .sm\:p-20 { padding:20px; }
    .sm\:pt-20 { padding-top:20px; }
    .sm\:pb-20 { padding-bottom:20px; }
    .sm\:pl-20 { padding-left:20px; }
    .sm\:pr-20 { padding-right:20px; }

    .sm\:m-20 {  margin:20px; }
    .sm\:mt-20 { margin-top:20px; }
    .sm\:mb-20 { margin-bottom:20px; }
    .sm\:ml-20 { margin-left:20px; }
    .sm\:mr-20 { margin-right:20px; }

    .sm\:ml--20 { margin-left:-20px; }
    .sm\:mr--20 { margin-right:-20px; }

    .sm\:mt--20 { margin-top:-20px; }
    .sm\:mb--20 { margin-bottom:-20px; }

    .sm\:max--20 { max-width:20%; }
    .sm\:mt---20 { margin-top:-20%; }
    .sm\:mb---20 { margin-bottom:-20%; }
    
    
    .sm\:p--25 { padding:25px !important; }
    .sm\:p-25 { padding:25px; }
    .sm\:pt-25 { padding-top:25px; }
    .sm\:pb-25 { padding-bottom:25px; }
    .sm\:pl-25 { padding-left:25px; }
    .sm\:pr-25 { padding-right:25px; }

    .sm\:m-25 {  margin:25px; }
    .sm\:mt-25 { margin-top:25px; }
    .sm\:mb-25 { margin-bottom:25px; }
    .sm\:ml-25 { margin-left:25px; }
    .sm\:mr-25 { margin-right:25px; }

    .sm\:ml--25 { margin-left:-25px; }
    .sm\:mr--25 { margin-right:-25px; }

    .sm\:mt--25 { margin-top:-25px; }
    .sm\:mb--25 { margin-bottom:-25px; }

    .sm\:max--25 { max-width:25%; }
    .sm\:mt---25 { margin-top:-25%; }
    .sm\:mb---25 { margin-bottom:-25%; }
    
    
    .sm\:p--30 { padding:30px !important; }
    .sm\:p-30 { padding:30px; }
    .sm\:pt-30 { padding-top:30px; }
    .sm\:pb-30 { padding-bottom:30px; }
    .sm\:pl-30 { padding-left:30px; }
    .sm\:pr-30 { padding-right:30px; }

    .sm\:m-30 {  margin:30px; }
    .sm\:mt-30 { margin-top:30px; }
    .sm\:mb-30 { margin-bottom:30px; }
    .sm\:ml-30 { margin-left:30px; }
    .sm\:mr-30 { margin-right:30px; }

    .sm\:ml--30 { margin-left:-30px; }
    .sm\:mr--30 { margin-right:-30px; }

    .sm\:mt--30 { margin-top:-30px; }
    .sm\:mb--30 { margin-bottom:-30px; }

    .sm\:max--30 { max-width:30%; }
    .sm\:mt---30 { margin-top:-30%; }
    .sm\:mb---30 { margin-bottom:-30%; }
    
    
    .sm\:p--35 { padding:35px !important; }
    .sm\:p-35 { padding:35px; }
    .sm\:pt-35 { padding-top:35px; }
    .sm\:pb-35 { padding-bottom:35px; }
    .sm\:pl-35 { padding-left:35px; }
    .sm\:pr-35 { padding-right:35px; }

    .sm\:m-35 {  margin:35px; }
    .sm\:mt-35 { margin-top:35px; }
    .sm\:mb-35 { margin-bottom:35px; }
    .sm\:ml-35 { margin-left:35px; }
    .sm\:mr-35 { margin-right:35px; }

    .sm\:ml--35 { margin-left:-35px; }
    .sm\:mr--35 { margin-right:-35px; }

    .sm\:mt--35 { margin-top:-35px; }
    .sm\:mb--35 { margin-bottom:-35px; }

    .sm\:max--35 { max-width:35%; }
    .sm\:mt---35 { margin-top:-35%; }
    .sm\:mb---35 { margin-bottom:-35%; }
    
    
    .sm\:p--40 { padding:40px !important; }
    .sm\:p-40 { padding:40px; }
    .sm\:pt-40 { padding-top:40px; }
    .sm\:pb-40 { padding-bottom:40px; }
    .sm\:pl-40 { padding-left:40px; }
    .sm\:pr-40 { padding-right:40px; }

    .sm\:m-40 {  margin:40px; }
    .sm\:mt-40 { margin-top:40px; }
    .sm\:mb-40 { margin-bottom:40px; }
    .sm\:ml-40 { margin-left:40px; }
    .sm\:mr-40 { margin-right:40px; }

    .sm\:ml--40 { margin-left:-40px; }
    .sm\:mr--40 { margin-right:-40px; }

    .sm\:mt--40 { margin-top:-40px; }
    .sm\:mb--40 { margin-bottom:-40px; }

    .sm\:max--40 { max-width:40%; }
    .sm\:mt---40 { margin-top:-40%; }
    .sm\:mb---40 { margin-bottom:-40%; }
    
    
    .sm\:p--45 { padding:45px !important; }
    .sm\:p-45 { padding:45px; }
    .sm\:pt-45 { padding-top:45px; }
    .sm\:pb-45 { padding-bottom:45px; }
    .sm\:pl-45 { padding-left:45px; }
    .sm\:pr-45 { padding-right:45px; }

    .sm\:m-45 {  margin:45px; }
    .sm\:mt-45 { margin-top:45px; }
    .sm\:mb-45 { margin-bottom:45px; }
    .sm\:ml-45 { margin-left:45px; }
    .sm\:mr-45 { margin-right:45px; }

    .sm\:ml--45 { margin-left:-45px; }
    .sm\:mr--45 { margin-right:-45px; }

    .sm\:mt--45 { margin-top:-45px; }
    .sm\:mb--45 { margin-bottom:-45px; }

    .sm\:max--45 { max-width:45%; }
    .sm\:mt---45 { margin-top:-45%; }
    .sm\:mb---45 { margin-bottom:-45%; }
    
    
    .sm\:p--50 { padding:50px !important; }
    .sm\:p-50 { padding:50px; }
    .sm\:pt-50 { padding-top:50px; }
    .sm\:pb-50 { padding-bottom:50px; }
    .sm\:pl-50 { padding-left:50px; }
    .sm\:pr-50 { padding-right:50px; }

    .sm\:m-50 {  margin:50px; }
    .sm\:mt-50 { margin-top:50px; }
    .sm\:mb-50 { margin-bottom:50px; }
    .sm\:ml-50 { margin-left:50px; }
    .sm\:mr-50 { margin-right:50px; }

    .sm\:ml--50 { margin-left:-50px; }
    .sm\:mr--50 { margin-right:-50px; }

    .sm\:mt--50 { margin-top:-50px; }
    .sm\:mb--50 { margin-bottom:-50px; }

    .sm\:max--50 { max-width:50%; }
    .sm\:mt---50 { margin-top:-50%; }
    .sm\:mb---50 { margin-bottom:-50%; }
    
    
    .sm\:p--55 { padding:55px !important; }
    .sm\:p-55 { padding:55px; }
    .sm\:pt-55 { padding-top:55px; }
    .sm\:pb-55 { padding-bottom:55px; }
    .sm\:pl-55 { padding-left:55px; }
    .sm\:pr-55 { padding-right:55px; }

    .sm\:m-55 {  margin:55px; }
    .sm\:mt-55 { margin-top:55px; }
    .sm\:mb-55 { margin-bottom:55px; }
    .sm\:ml-55 { margin-left:55px; }
    .sm\:mr-55 { margin-right:55px; }

    .sm\:ml--55 { margin-left:-55px; }
    .sm\:mr--55 { margin-right:-55px; }

    .sm\:mt--55 { margin-top:-55px; }
    .sm\:mb--55 { margin-bottom:-55px; }

    .sm\:max--55 { max-width:55%; }
    .sm\:mt---55 { margin-top:-55%; }
    .sm\:mb---55 { margin-bottom:-55%; }
    
    
    .sm\:p--60 { padding:60px !important; }
    .sm\:p-60 { padding:60px; }
    .sm\:pt-60 { padding-top:60px; }
    .sm\:pb-60 { padding-bottom:60px; }
    .sm\:pl-60 { padding-left:60px; }
    .sm\:pr-60 { padding-right:60px; }

    .sm\:m-60 {  margin:60px; }
    .sm\:mt-60 { margin-top:60px; }
    .sm\:mb-60 { margin-bottom:60px; }
    .sm\:ml-60 { margin-left:60px; }
    .sm\:mr-60 { margin-right:60px; }

    .sm\:ml--60 { margin-left:-60px; }
    .sm\:mr--60 { margin-right:-60px; }

    .sm\:mt--60 { margin-top:-60px; }
    .sm\:mb--60 { margin-bottom:-60px; }

    .sm\:max--60 { max-width:60%; }
    .sm\:mt---60 { margin-top:-60%; }
    .sm\:mb---60 { margin-bottom:-60%; }
    
    
    .sm\:p--65 { padding:65px !important; }
    .sm\:p-65 { padding:65px; }
    .sm\:pt-65 { padding-top:65px; }
    .sm\:pb-65 { padding-bottom:65px; }
    .sm\:pl-65 { padding-left:65px; }
    .sm\:pr-65 { padding-right:65px; }

    .sm\:m-65 {  margin:65px; }
    .sm\:mt-65 { margin-top:65px; }
    .sm\:mb-65 { margin-bottom:65px; }
    .sm\:ml-65 { margin-left:65px; }
    .sm\:mr-65 { margin-right:65px; }

    .sm\:ml--65 { margin-left:-65px; }
    .sm\:mr--65 { margin-right:-65px; }

    .sm\:mt--65 { margin-top:-65px; }
    .sm\:mb--65 { margin-bottom:-65px; }

    .sm\:max--65 { max-width:65%; }
    .sm\:mt---65 { margin-top:-65%; }
    .sm\:mb---65 { margin-bottom:-65%; }
    
    
    .sm\:p--70 { padding:70px !important; }
    .sm\:p-70 { padding:70px; }
    .sm\:pt-70 { padding-top:70px; }
    .sm\:pb-70 { padding-bottom:70px; }
    .sm\:pl-70 { padding-left:70px; }
    .sm\:pr-70 { padding-right:70px; }

    .sm\:m-70 {  margin:70px; }
    .sm\:mt-70 { margin-top:70px; }
    .sm\:mb-70 { margin-bottom:70px; }
    .sm\:ml-70 { margin-left:70px; }
    .sm\:mr-70 { margin-right:70px; }

    .sm\:ml--70 { margin-left:-70px; }
    .sm\:mr--70 { margin-right:-70px; }

    .sm\:mt--70 { margin-top:-70px; }
    .sm\:mb--70 { margin-bottom:-70px; }

    .sm\:max--70 { max-width:70%; }
    .sm\:mt---70 { margin-top:-70%; }
    .sm\:mb---70 { margin-bottom:-70%; }
    
    
    .sm\:p--75 { padding:75px !important; }
    .sm\:p-75 { padding:75px; }
    .sm\:pt-75 { padding-top:75px; }
    .sm\:pb-75 { padding-bottom:75px; }
    .sm\:pl-75 { padding-left:75px; }
    .sm\:pr-75 { padding-right:75px; }

    .sm\:m-75 {  margin:75px; }
    .sm\:mt-75 { margin-top:75px; }
    .sm\:mb-75 { margin-bottom:75px; }
    .sm\:ml-75 { margin-left:75px; }
    .sm\:mr-75 { margin-right:75px; }

    .sm\:ml--75 { margin-left:-75px; }
    .sm\:mr--75 { margin-right:-75px; }

    .sm\:mt--75 { margin-top:-75px; }
    .sm\:mb--75 { margin-bottom:-75px; }

    .sm\:max--75 { max-width:75%; }
    .sm\:mt---75 { margin-top:-75%; }
    .sm\:mb---75 { margin-bottom:-75%; }
    
    
    .sm\:p--80 { padding:80px !important; }
    .sm\:p-80 { padding:80px; }
    .sm\:pt-80 { padding-top:80px; }
    .sm\:pb-80 { padding-bottom:80px; }
    .sm\:pl-80 { padding-left:80px; }
    .sm\:pr-80 { padding-right:80px; }

    .sm\:m-80 {  margin:80px; }
    .sm\:mt-80 { margin-top:80px; }
    .sm\:mb-80 { margin-bottom:80px; }
    .sm\:ml-80 { margin-left:80px; }
    .sm\:mr-80 { margin-right:80px; }

    .sm\:ml--80 { margin-left:-80px; }
    .sm\:mr--80 { margin-right:-80px; }

    .sm\:mt--80 { margin-top:-80px; }
    .sm\:mb--80 { margin-bottom:-80px; }

    .sm\:max--80 { max-width:80%; }
    .sm\:mt---80 { margin-top:-80%; }
    .sm\:mb---80 { margin-bottom:-80%; }
    
    
    .sm\:p--85 { padding:85px !important; }
    .sm\:p-85 { padding:85px; }
    .sm\:pt-85 { padding-top:85px; }
    .sm\:pb-85 { padding-bottom:85px; }
    .sm\:pl-85 { padding-left:85px; }
    .sm\:pr-85 { padding-right:85px; }

    .sm\:m-85 {  margin:85px; }
    .sm\:mt-85 { margin-top:85px; }
    .sm\:mb-85 { margin-bottom:85px; }
    .sm\:ml-85 { margin-left:85px; }
    .sm\:mr-85 { margin-right:85px; }

    .sm\:ml--85 { margin-left:-85px; }
    .sm\:mr--85 { margin-right:-85px; }

    .sm\:mt--85 { margin-top:-85px; }
    .sm\:mb--85 { margin-bottom:-85px; }

    .sm\:max--85 { max-width:85%; }
    .sm\:mt---85 { margin-top:-85%; }
    .sm\:mb---85 { margin-bottom:-85%; }
    
    
    .sm\:p--90 { padding:90px !important; }
    .sm\:p-90 { padding:90px; }
    .sm\:pt-90 { padding-top:90px; }
    .sm\:pb-90 { padding-bottom:90px; }
    .sm\:pl-90 { padding-left:90px; }
    .sm\:pr-90 { padding-right:90px; }

    .sm\:m-90 {  margin:90px; }
    .sm\:mt-90 { margin-top:90px; }
    .sm\:mb-90 { margin-bottom:90px; }
    .sm\:ml-90 { margin-left:90px; }
    .sm\:mr-90 { margin-right:90px; }

    .sm\:ml--90 { margin-left:-90px; }
    .sm\:mr--90 { margin-right:-90px; }

    .sm\:mt--90 { margin-top:-90px; }
    .sm\:mb--90 { margin-bottom:-90px; }

    .sm\:max--90 { max-width:90%; }
    .sm\:mt---90 { margin-top:-90%; }
    .sm\:mb---90 { margin-bottom:-90%; }
    
    
    .sm\:p--95 { padding:95px !important; }
    .sm\:p-95 { padding:95px; }
    .sm\:pt-95 { padding-top:95px; }
    .sm\:pb-95 { padding-bottom:95px; }
    .sm\:pl-95 { padding-left:95px; }
    .sm\:pr-95 { padding-right:95px; }

    .sm\:m-95 {  margin:95px; }
    .sm\:mt-95 { margin-top:95px; }
    .sm\:mb-95 { margin-bottom:95px; }
    .sm\:ml-95 { margin-left:95px; }
    .sm\:mr-95 { margin-right:95px; }

    .sm\:ml--95 { margin-left:-95px; }
    .sm\:mr--95 { margin-right:-95px; }

    .sm\:mt--95 { margin-top:-95px; }
    .sm\:mb--95 { margin-bottom:-95px; }

    .sm\:max--95 { max-width:95%; }
    .sm\:mt---95 { margin-top:-95%; }
    .sm\:mb---95 { margin-bottom:-95%; }
    
    
    .sm\:p--100 { padding:100px !important; }
    .sm\:p-100 { padding:100px; }
    .sm\:pt-100 { padding-top:100px; }
    .sm\:pb-100 { padding-bottom:100px; }
    .sm\:pl-100 { padding-left:100px; }
    .sm\:pr-100 { padding-right:100px; }

    .sm\:m-100 {  margin:100px; }
    .sm\:mt-100 { margin-top:100px; }
    .sm\:mb-100 { margin-bottom:100px; }
    .sm\:ml-100 { margin-left:100px; }
    .sm\:mr-100 { margin-right:100px; }

    .sm\:ml--100 { margin-left:-100px; }
    .sm\:mr--100 { margin-right:-100px; }

    .sm\:mt--100 { margin-top:-100px; }
    .sm\:mb--100 { margin-bottom:-100px; }

    .sm\:max--100 { max-width:100%; }
    .sm\:mt---100 { margin-top:-100%; }
    .sm\:mb---100 { margin-bottom:-100%; }
    
    
    .sm\:p--105 { padding:105px !important; }
    .sm\:p-105 { padding:105px; }
    .sm\:pt-105 { padding-top:105px; }
    .sm\:pb-105 { padding-bottom:105px; }
    .sm\:pl-105 { padding-left:105px; }
    .sm\:pr-105 { padding-right:105px; }

    .sm\:m-105 {  margin:105px; }
    .sm\:mt-105 { margin-top:105px; }
    .sm\:mb-105 { margin-bottom:105px; }
    .sm\:ml-105 { margin-left:105px; }
    .sm\:mr-105 { margin-right:105px; }

    .sm\:ml--105 { margin-left:-105px; }
    .sm\:mr--105 { margin-right:-105px; }

    .sm\:mt--105 { margin-top:-105px; }
    .sm\:mb--105 { margin-bottom:-105px; }

    .sm\:max--105 { max-width:105%; }
    .sm\:mt---105 { margin-top:-105%; }
    .sm\:mb---105 { margin-bottom:-105%; }
    
    
    .sm\:p--110 { padding:110px !important; }
    .sm\:p-110 { padding:110px; }
    .sm\:pt-110 { padding-top:110px; }
    .sm\:pb-110 { padding-bottom:110px; }
    .sm\:pl-110 { padding-left:110px; }
    .sm\:pr-110 { padding-right:110px; }

    .sm\:m-110 {  margin:110px; }
    .sm\:mt-110 { margin-top:110px; }
    .sm\:mb-110 { margin-bottom:110px; }
    .sm\:ml-110 { margin-left:110px; }
    .sm\:mr-110 { margin-right:110px; }

    .sm\:ml--110 { margin-left:-110px; }
    .sm\:mr--110 { margin-right:-110px; }

    .sm\:mt--110 { margin-top:-110px; }
    .sm\:mb--110 { margin-bottom:-110px; }

    .sm\:max--110 { max-width:110%; }
    .sm\:mt---110 { margin-top:-110%; }
    .sm\:mb---110 { margin-bottom:-110%; }
    
    
    .sm\:p--115 { padding:115px !important; }
    .sm\:p-115 { padding:115px; }
    .sm\:pt-115 { padding-top:115px; }
    .sm\:pb-115 { padding-bottom:115px; }
    .sm\:pl-115 { padding-left:115px; }
    .sm\:pr-115 { padding-right:115px; }

    .sm\:m-115 {  margin:115px; }
    .sm\:mt-115 { margin-top:115px; }
    .sm\:mb-115 { margin-bottom:115px; }
    .sm\:ml-115 { margin-left:115px; }
    .sm\:mr-115 { margin-right:115px; }

    .sm\:ml--115 { margin-left:-115px; }
    .sm\:mr--115 { margin-right:-115px; }

    .sm\:mt--115 { margin-top:-115px; }
    .sm\:mb--115 { margin-bottom:-115px; }

    .sm\:max--115 { max-width:115%; }
    .sm\:mt---115 { margin-top:-115%; }
    .sm\:mb---115 { margin-bottom:-115%; }
    
    
    .sm\:p--120 { padding:120px !important; }
    .sm\:p-120 { padding:120px; }
    .sm\:pt-120 { padding-top:120px; }
    .sm\:pb-120 { padding-bottom:120px; }
    .sm\:pl-120 { padding-left:120px; }
    .sm\:pr-120 { padding-right:120px; }

    .sm\:m-120 {  margin:120px; }
    .sm\:mt-120 { margin-top:120px; }
    .sm\:mb-120 { margin-bottom:120px; }
    .sm\:ml-120 { margin-left:120px; }
    .sm\:mr-120 { margin-right:120px; }

    .sm\:ml--120 { margin-left:-120px; }
    .sm\:mr--120 { margin-right:-120px; }

    .sm\:mt--120 { margin-top:-120px; }
    .sm\:mb--120 { margin-bottom:-120px; }

    .sm\:max--120 { max-width:120%; }
    .sm\:mt---120 { margin-top:-120%; }
    .sm\:mb---120 { margin-bottom:-120%; }
    
    
    .sm\:p--125 { padding:125px !important; }
    .sm\:p-125 { padding:125px; }
    .sm\:pt-125 { padding-top:125px; }
    .sm\:pb-125 { padding-bottom:125px; }
    .sm\:pl-125 { padding-left:125px; }
    .sm\:pr-125 { padding-right:125px; }

    .sm\:m-125 {  margin:125px; }
    .sm\:mt-125 { margin-top:125px; }
    .sm\:mb-125 { margin-bottom:125px; }
    .sm\:ml-125 { margin-left:125px; }
    .sm\:mr-125 { margin-right:125px; }

    .sm\:ml--125 { margin-left:-125px; }
    .sm\:mr--125 { margin-right:-125px; }

    .sm\:mt--125 { margin-top:-125px; }
    .sm\:mb--125 { margin-bottom:-125px; }

    .sm\:max--125 { max-width:125%; }
    .sm\:mt---125 { margin-top:-125%; }
    .sm\:mb---125 { margin-bottom:-125%; }
    
    
    .sm\:p--130 { padding:130px !important; }
    .sm\:p-130 { padding:130px; }
    .sm\:pt-130 { padding-top:130px; }
    .sm\:pb-130 { padding-bottom:130px; }
    .sm\:pl-130 { padding-left:130px; }
    .sm\:pr-130 { padding-right:130px; }

    .sm\:m-130 {  margin:130px; }
    .sm\:mt-130 { margin-top:130px; }
    .sm\:mb-130 { margin-bottom:130px; }
    .sm\:ml-130 { margin-left:130px; }
    .sm\:mr-130 { margin-right:130px; }

    .sm\:ml--130 { margin-left:-130px; }
    .sm\:mr--130 { margin-right:-130px; }

    .sm\:mt--130 { margin-top:-130px; }
    .sm\:mb--130 { margin-bottom:-130px; }

    .sm\:max--130 { max-width:130%; }
    .sm\:mt---130 { margin-top:-130%; }
    .sm\:mb---130 { margin-bottom:-130%; }
    
    
    .sm\:p--135 { padding:135px !important; }
    .sm\:p-135 { padding:135px; }
    .sm\:pt-135 { padding-top:135px; }
    .sm\:pb-135 { padding-bottom:135px; }
    .sm\:pl-135 { padding-left:135px; }
    .sm\:pr-135 { padding-right:135px; }

    .sm\:m-135 {  margin:135px; }
    .sm\:mt-135 { margin-top:135px; }
    .sm\:mb-135 { margin-bottom:135px; }
    .sm\:ml-135 { margin-left:135px; }
    .sm\:mr-135 { margin-right:135px; }

    .sm\:ml--135 { margin-left:-135px; }
    .sm\:mr--135 { margin-right:-135px; }

    .sm\:mt--135 { margin-top:-135px; }
    .sm\:mb--135 { margin-bottom:-135px; }

    .sm\:max--135 { max-width:135%; }
    .sm\:mt---135 { margin-top:-135%; }
    .sm\:mb---135 { margin-bottom:-135%; }
    
    
    .sm\:p--140 { padding:140px !important; }
    .sm\:p-140 { padding:140px; }
    .sm\:pt-140 { padding-top:140px; }
    .sm\:pb-140 { padding-bottom:140px; }
    .sm\:pl-140 { padding-left:140px; }
    .sm\:pr-140 { padding-right:140px; }

    .sm\:m-140 {  margin:140px; }
    .sm\:mt-140 { margin-top:140px; }
    .sm\:mb-140 { margin-bottom:140px; }
    .sm\:ml-140 { margin-left:140px; }
    .sm\:mr-140 { margin-right:140px; }

    .sm\:ml--140 { margin-left:-140px; }
    .sm\:mr--140 { margin-right:-140px; }

    .sm\:mt--140 { margin-top:-140px; }
    .sm\:mb--140 { margin-bottom:-140px; }

    .sm\:max--140 { max-width:140%; }
    .sm\:mt---140 { margin-top:-140%; }
    .sm\:mb---140 { margin-bottom:-140%; }
    
    
    .sm\:p--145 { padding:145px !important; }
    .sm\:p-145 { padding:145px; }
    .sm\:pt-145 { padding-top:145px; }
    .sm\:pb-145 { padding-bottom:145px; }
    .sm\:pl-145 { padding-left:145px; }
    .sm\:pr-145 { padding-right:145px; }

    .sm\:m-145 {  margin:145px; }
    .sm\:mt-145 { margin-top:145px; }
    .sm\:mb-145 { margin-bottom:145px; }
    .sm\:ml-145 { margin-left:145px; }
    .sm\:mr-145 { margin-right:145px; }

    .sm\:ml--145 { margin-left:-145px; }
    .sm\:mr--145 { margin-right:-145px; }

    .sm\:mt--145 { margin-top:-145px; }
    .sm\:mb--145 { margin-bottom:-145px; }

    .sm\:max--145 { max-width:145%; }
    .sm\:mt---145 { margin-top:-145%; }
    .sm\:mb---145 { margin-bottom:-145%; }
    
    
    .sm\:p--150 { padding:150px !important; }
    .sm\:p-150 { padding:150px; }
    .sm\:pt-150 { padding-top:150px; }
    .sm\:pb-150 { padding-bottom:150px; }
    .sm\:pl-150 { padding-left:150px; }
    .sm\:pr-150 { padding-right:150px; }

    .sm\:m-150 {  margin:150px; }
    .sm\:mt-150 { margin-top:150px; }
    .sm\:mb-150 { margin-bottom:150px; }
    .sm\:ml-150 { margin-left:150px; }
    .sm\:mr-150 { margin-right:150px; }

    .sm\:ml--150 { margin-left:-150px; }
    .sm\:mr--150 { margin-right:-150px; }

    .sm\:mt--150 { margin-top:-150px; }
    .sm\:mb--150 { margin-bottom:-150px; }

    .sm\:max--150 { max-width:150%; }
    .sm\:mt---150 { margin-top:-150%; }
    .sm\:mb---150 { margin-bottom:-150%; }
    
    

    
    .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .sm\:max-50 { max-width:50px; }
    .sm\:text-2{ font-size:2px; } 

    
    .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .sm\:max-100 { max-width:100px; }
    .sm\:text-4{ font-size:4px; } 

    
    .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .sm\:max-150 { max-width:150px; }
    .sm\:text-6{ font-size:6px; } 

    
    .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .sm\:max-200 { max-width:200px; }
    .sm\:text-8{ font-size:8px; } 

    
    .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .sm\:max-250 { max-width:250px; }
    .sm\:text-10{ font-size:10px; } 

    
    .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .sm\:max-300 { max-width:300px; }
    .sm\:text-12{ font-size:12px; } 

    
    .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .sm\:max-350 { max-width:350px; }
    .sm\:text-14{ font-size:14px; } 

    
    .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .sm\:max-400 { max-width:400px; }
    .sm\:text-16{ font-size:16px; } 

    
    .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .sm\:max-450 { max-width:450px; }
    .sm\:text-18{ font-size:18px; } 

    
    .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .sm\:max-500 { max-width:500px; }
    .sm\:text-20{ font-size:20px; } 

    
    .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .sm\:max-550 { max-width:550px; }
    .sm\:text-22{ font-size:22px; } 

    
    .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .sm\:max-600 { max-width:600px; }
    .sm\:text-24{ font-size:24px; } 

    
    .sm\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .sm\:max-650 { max-width:650px; }
    .sm\:text-26{ font-size:26px; } 

    
    .sm\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .sm\:max-700 { max-width:700px; }
    .sm\:text-28{ font-size:28px; } 

    
    .sm\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .sm\:max-750 { max-width:750px; }
    .sm\:text-30{ font-size:30px; } 

    
    .sm\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .sm\:max-800 { max-width:800px; }
    .sm\:text-32{ font-size:32px; } 

    
    .sm\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .sm\:max-850 { max-width:850px; }
    .sm\:text-34{ font-size:34px; } 

    
    .sm\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .sm\:max-900 { max-width:900px; }
    .sm\:text-36{ font-size:36px; } 

    
    .sm\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .sm\:max-950 { max-width:950px; }
    .sm\:text-38{ font-size:38px; } 

    
    .sm\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .sm\:max-1000 { max-width:1000px; }
    .sm\:text-40{ font-size:40px; } 

    
    .sm\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .sm\:max-1050 { max-width:1050px; }
    .sm\:text-42{ font-size:42px; } 

    
    .sm\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .sm\:max-1100 { max-width:1100px; }
    .sm\:text-44{ font-size:44px; } 

    
    .sm\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .sm\:max-1150 { max-width:1150px; }
    .sm\:text-46{ font-size:46px; } 

    
    .sm\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .sm\:max-1200 { max-width:1200px; }
    .sm\:text-48{ font-size:48px; } 

    
    .sm\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .sm\:max-1250 { max-width:1250px; }
    .sm\:text-50{ font-size:50px; } 

    
    .sm\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .sm\:max-1300 { max-width:1300px; }
    .sm\:text-52{ font-size:52px; } 

    
    .sm\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .sm\:max-1350 { max-width:1350px; }
    .sm\:text-54{ font-size:54px; } 

    
    .sm\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .sm\:max-1400 { max-width:1400px; }
    .sm\:text-56{ font-size:56px; } 

    
    .sm\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .sm\:max-1450 { max-width:1450px; }
    .sm\:text-58{ font-size:58px; } 

    

    .sm\:max-full { max-width:100%; }
    .sm\:ml-auto{ margin-left:auto; }
    .sm\:mr-auto{ margin-right:auto; }
    .sm\:vh-100{ height:100vh; }
    .sm\:vh-auto{ height:auto; }
}


@media(min-width:992px){
    
    
    .md\:d-block {
        display:block;
    }
    
    .md\:d-inline-block {
        display:inline-block;
    }
    
    .md\:d-flex {
        display:flex;
    }
    
    .md\:d-inline-flex {
        display:inline-flex;
    }
    
    .md\:d-none {
        display:none;
    }
    
    
    
    .md\:align-center {
        align-items:center;
    }
    
    .md\:align-flex-start {
        align-items:flex-start;
    }
    
    .md\:align-flex-end {
        align-items:flex-end;
    }
    
    .md\:align-normal {
        align-items:normal;
    }
    
    
    
    .md\:justify-center {
        justify-content:center;
    }
    
    .md\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .md\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .md\:justify-space-around {
        justify-content:space-around;
    }
    
    .md\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .md\:text-left {
        text-align:left;
    }
    
    .md\:text-right {
        text-align:right;
    }
    
    .md\:text-center {
        text-align:center;
    }
    
    
    
    .md\:direction-column {
        flex-direction:column;
    }
    
    .md\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .md\:direction-row {
        flex-direction:row;
    }
    
    .md\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .md\:p--0 { padding:0px !important; }
    .md\:p-0 { padding:0px; }
    .md\:pt-0 { padding-top:0px; }
    .md\:pb-0 { padding-bottom:0px; }
    .md\:pl-0 { padding-left:0px; }
    .md\:pr-0 { padding-right:0px; }

    .md\:m-0 {  margin:0px; }
    .md\:mt-0 { margin-top:0px; }
    .md\:mb-0 { margin-bottom:0px; }
    .md\:ml-0 { margin-left:0px; }
    .md\:mr-0 { margin-right:0px; }

    .md\:ml--0 { margin-left:-0px; }
    .md\:mr--0 { margin-right:-0px; }

    .md\:mt--0 { margin-top:-0px; }
    .md\:mb--0 { margin-bottom:-0px; }

    .md\:max--0 { max-width:0%; }
    .md\:mt---0 { margin-top:-0%; }
    .md\:mb---0 { margin-bottom:-0%; }
    
    
    .md\:p--5 { padding:5px !important; }
    .md\:p-5 { padding:5px; }
    .md\:pt-5 { padding-top:5px; }
    .md\:pb-5 { padding-bottom:5px; }
    .md\:pl-5 { padding-left:5px; }
    .md\:pr-5 { padding-right:5px; }

    .md\:m-5 {  margin:5px; }
    .md\:mt-5 { margin-top:5px; }
    .md\:mb-5 { margin-bottom:5px; }
    .md\:ml-5 { margin-left:5px; }
    .md\:mr-5 { margin-right:5px; }

    .md\:ml--5 { margin-left:-5px; }
    .md\:mr--5 { margin-right:-5px; }

    .md\:mt--5 { margin-top:-5px; }
    .md\:mb--5 { margin-bottom:-5px; }

    .md\:max--5 { max-width:5%; }
    .md\:mt---5 { margin-top:-5%; }
    .md\:mb---5 { margin-bottom:-5%; }
    
    
    .md\:p--10 { padding:10px !important; }
    .md\:p-10 { padding:10px; }
    .md\:pt-10 { padding-top:10px; }
    .md\:pb-10 { padding-bottom:10px; }
    .md\:pl-10 { padding-left:10px; }
    .md\:pr-10 { padding-right:10px; }

    .md\:m-10 {  margin:10px; }
    .md\:mt-10 { margin-top:10px; }
    .md\:mb-10 { margin-bottom:10px; }
    .md\:ml-10 { margin-left:10px; }
    .md\:mr-10 { margin-right:10px; }

    .md\:ml--10 { margin-left:-10px; }
    .md\:mr--10 { margin-right:-10px; }

    .md\:mt--10 { margin-top:-10px; }
    .md\:mb--10 { margin-bottom:-10px; }

    .md\:max--10 { max-width:10%; }
    .md\:mt---10 { margin-top:-10%; }
    .md\:mb---10 { margin-bottom:-10%; }
    
    
    .md\:p--15 { padding:15px !important; }
    .md\:p-15 { padding:15px; }
    .md\:pt-15 { padding-top:15px; }
    .md\:pb-15 { padding-bottom:15px; }
    .md\:pl-15 { padding-left:15px; }
    .md\:pr-15 { padding-right:15px; }

    .md\:m-15 {  margin:15px; }
    .md\:mt-15 { margin-top:15px; }
    .md\:mb-15 { margin-bottom:15px; }
    .md\:ml-15 { margin-left:15px; }
    .md\:mr-15 { margin-right:15px; }

    .md\:ml--15 { margin-left:-15px; }
    .md\:mr--15 { margin-right:-15px; }

    .md\:mt--15 { margin-top:-15px; }
    .md\:mb--15 { margin-bottom:-15px; }

    .md\:max--15 { max-width:15%; }
    .md\:mt---15 { margin-top:-15%; }
    .md\:mb---15 { margin-bottom:-15%; }
    
    
    .md\:p--20 { padding:20px !important; }
    .md\:p-20 { padding:20px; }
    .md\:pt-20 { padding-top:20px; }
    .md\:pb-20 { padding-bottom:20px; }
    .md\:pl-20 { padding-left:20px; }
    .md\:pr-20 { padding-right:20px; }

    .md\:m-20 {  margin:20px; }
    .md\:mt-20 { margin-top:20px; }
    .md\:mb-20 { margin-bottom:20px; }
    .md\:ml-20 { margin-left:20px; }
    .md\:mr-20 { margin-right:20px; }

    .md\:ml--20 { margin-left:-20px; }
    .md\:mr--20 { margin-right:-20px; }

    .md\:mt--20 { margin-top:-20px; }
    .md\:mb--20 { margin-bottom:-20px; }

    .md\:max--20 { max-width:20%; }
    .md\:mt---20 { margin-top:-20%; }
    .md\:mb---20 { margin-bottom:-20%; }
    
    
    .md\:p--25 { padding:25px !important; }
    .md\:p-25 { padding:25px; }
    .md\:pt-25 { padding-top:25px; }
    .md\:pb-25 { padding-bottom:25px; }
    .md\:pl-25 { padding-left:25px; }
    .md\:pr-25 { padding-right:25px; }

    .md\:m-25 {  margin:25px; }
    .md\:mt-25 { margin-top:25px; }
    .md\:mb-25 { margin-bottom:25px; }
    .md\:ml-25 { margin-left:25px; }
    .md\:mr-25 { margin-right:25px; }

    .md\:ml--25 { margin-left:-25px; }
    .md\:mr--25 { margin-right:-25px; }

    .md\:mt--25 { margin-top:-25px; }
    .md\:mb--25 { margin-bottom:-25px; }

    .md\:max--25 { max-width:25%; }
    .md\:mt---25 { margin-top:-25%; }
    .md\:mb---25 { margin-bottom:-25%; }
    
    
    .md\:p--30 { padding:30px !important; }
    .md\:p-30 { padding:30px; }
    .md\:pt-30 { padding-top:30px; }
    .md\:pb-30 { padding-bottom:30px; }
    .md\:pl-30 { padding-left:30px; }
    .md\:pr-30 { padding-right:30px; }

    .md\:m-30 {  margin:30px; }
    .md\:mt-30 { margin-top:30px; }
    .md\:mb-30 { margin-bottom:30px; }
    .md\:ml-30 { margin-left:30px; }
    .md\:mr-30 { margin-right:30px; }

    .md\:ml--30 { margin-left:-30px; }
    .md\:mr--30 { margin-right:-30px; }

    .md\:mt--30 { margin-top:-30px; }
    .md\:mb--30 { margin-bottom:-30px; }

    .md\:max--30 { max-width:30%; }
    .md\:mt---30 { margin-top:-30%; }
    .md\:mb---30 { margin-bottom:-30%; }
    
    
    .md\:p--35 { padding:35px !important; }
    .md\:p-35 { padding:35px; }
    .md\:pt-35 { padding-top:35px; }
    .md\:pb-35 { padding-bottom:35px; }
    .md\:pl-35 { padding-left:35px; }
    .md\:pr-35 { padding-right:35px; }

    .md\:m-35 {  margin:35px; }
    .md\:mt-35 { margin-top:35px; }
    .md\:mb-35 { margin-bottom:35px; }
    .md\:ml-35 { margin-left:35px; }
    .md\:mr-35 { margin-right:35px; }

    .md\:ml--35 { margin-left:-35px; }
    .md\:mr--35 { margin-right:-35px; }

    .md\:mt--35 { margin-top:-35px; }
    .md\:mb--35 { margin-bottom:-35px; }

    .md\:max--35 { max-width:35%; }
    .md\:mt---35 { margin-top:-35%; }
    .md\:mb---35 { margin-bottom:-35%; }
    
    
    .md\:p--40 { padding:40px !important; }
    .md\:p-40 { padding:40px; }
    .md\:pt-40 { padding-top:40px; }
    .md\:pb-40 { padding-bottom:40px; }
    .md\:pl-40 { padding-left:40px; }
    .md\:pr-40 { padding-right:40px; }

    .md\:m-40 {  margin:40px; }
    .md\:mt-40 { margin-top:40px; }
    .md\:mb-40 { margin-bottom:40px; }
    .md\:ml-40 { margin-left:40px; }
    .md\:mr-40 { margin-right:40px; }

    .md\:ml--40 { margin-left:-40px; }
    .md\:mr--40 { margin-right:-40px; }

    .md\:mt--40 { margin-top:-40px; }
    .md\:mb--40 { margin-bottom:-40px; }

    .md\:max--40 { max-width:40%; }
    .md\:mt---40 { margin-top:-40%; }
    .md\:mb---40 { margin-bottom:-40%; }
    
    
    .md\:p--45 { padding:45px !important; }
    .md\:p-45 { padding:45px; }
    .md\:pt-45 { padding-top:45px; }
    .md\:pb-45 { padding-bottom:45px; }
    .md\:pl-45 { padding-left:45px; }
    .md\:pr-45 { padding-right:45px; }

    .md\:m-45 {  margin:45px; }
    .md\:mt-45 { margin-top:45px; }
    .md\:mb-45 { margin-bottom:45px; }
    .md\:ml-45 { margin-left:45px; }
    .md\:mr-45 { margin-right:45px; }

    .md\:ml--45 { margin-left:-45px; }
    .md\:mr--45 { margin-right:-45px; }

    .md\:mt--45 { margin-top:-45px; }
    .md\:mb--45 { margin-bottom:-45px; }

    .md\:max--45 { max-width:45%; }
    .md\:mt---45 { margin-top:-45%; }
    .md\:mb---45 { margin-bottom:-45%; }
    
    
    .md\:p--50 { padding:50px !important; }
    .md\:p-50 { padding:50px; }
    .md\:pt-50 { padding-top:50px; }
    .md\:pb-50 { padding-bottom:50px; }
    .md\:pl-50 { padding-left:50px; }
    .md\:pr-50 { padding-right:50px; }

    .md\:m-50 {  margin:50px; }
    .md\:mt-50 { margin-top:50px; }
    .md\:mb-50 { margin-bottom:50px; }
    .md\:ml-50 { margin-left:50px; }
    .md\:mr-50 { margin-right:50px; }

    .md\:ml--50 { margin-left:-50px; }
    .md\:mr--50 { margin-right:-50px; }

    .md\:mt--50 { margin-top:-50px; }
    .md\:mb--50 { margin-bottom:-50px; }

    .md\:max--50 { max-width:50%; }
    .md\:mt---50 { margin-top:-50%; }
    .md\:mb---50 { margin-bottom:-50%; }
    
    
    .md\:p--55 { padding:55px !important; }
    .md\:p-55 { padding:55px; }
    .md\:pt-55 { padding-top:55px; }
    .md\:pb-55 { padding-bottom:55px; }
    .md\:pl-55 { padding-left:55px; }
    .md\:pr-55 { padding-right:55px; }

    .md\:m-55 {  margin:55px; }
    .md\:mt-55 { margin-top:55px; }
    .md\:mb-55 { margin-bottom:55px; }
    .md\:ml-55 { margin-left:55px; }
    .md\:mr-55 { margin-right:55px; }

    .md\:ml--55 { margin-left:-55px; }
    .md\:mr--55 { margin-right:-55px; }

    .md\:mt--55 { margin-top:-55px; }
    .md\:mb--55 { margin-bottom:-55px; }

    .md\:max--55 { max-width:55%; }
    .md\:mt---55 { margin-top:-55%; }
    .md\:mb---55 { margin-bottom:-55%; }
    
    
    .md\:p--60 { padding:60px !important; }
    .md\:p-60 { padding:60px; }
    .md\:pt-60 { padding-top:60px; }
    .md\:pb-60 { padding-bottom:60px; }
    .md\:pl-60 { padding-left:60px; }
    .md\:pr-60 { padding-right:60px; }

    .md\:m-60 {  margin:60px; }
    .md\:mt-60 { margin-top:60px; }
    .md\:mb-60 { margin-bottom:60px; }
    .md\:ml-60 { margin-left:60px; }
    .md\:mr-60 { margin-right:60px; }

    .md\:ml--60 { margin-left:-60px; }
    .md\:mr--60 { margin-right:-60px; }

    .md\:mt--60 { margin-top:-60px; }
    .md\:mb--60 { margin-bottom:-60px; }

    .md\:max--60 { max-width:60%; }
    .md\:mt---60 { margin-top:-60%; }
    .md\:mb---60 { margin-bottom:-60%; }
    
    
    .md\:p--65 { padding:65px !important; }
    .md\:p-65 { padding:65px; }
    .md\:pt-65 { padding-top:65px; }
    .md\:pb-65 { padding-bottom:65px; }
    .md\:pl-65 { padding-left:65px; }
    .md\:pr-65 { padding-right:65px; }

    .md\:m-65 {  margin:65px; }
    .md\:mt-65 { margin-top:65px; }
    .md\:mb-65 { margin-bottom:65px; }
    .md\:ml-65 { margin-left:65px; }
    .md\:mr-65 { margin-right:65px; }

    .md\:ml--65 { margin-left:-65px; }
    .md\:mr--65 { margin-right:-65px; }

    .md\:mt--65 { margin-top:-65px; }
    .md\:mb--65 { margin-bottom:-65px; }

    .md\:max--65 { max-width:65%; }
    .md\:mt---65 { margin-top:-65%; }
    .md\:mb---65 { margin-bottom:-65%; }
    
    
    .md\:p--70 { padding:70px !important; }
    .md\:p-70 { padding:70px; }
    .md\:pt-70 { padding-top:70px; }
    .md\:pb-70 { padding-bottom:70px; }
    .md\:pl-70 { padding-left:70px; }
    .md\:pr-70 { padding-right:70px; }

    .md\:m-70 {  margin:70px; }
    .md\:mt-70 { margin-top:70px; }
    .md\:mb-70 { margin-bottom:70px; }
    .md\:ml-70 { margin-left:70px; }
    .md\:mr-70 { margin-right:70px; }

    .md\:ml--70 { margin-left:-70px; }
    .md\:mr--70 { margin-right:-70px; }

    .md\:mt--70 { margin-top:-70px; }
    .md\:mb--70 { margin-bottom:-70px; }

    .md\:max--70 { max-width:70%; }
    .md\:mt---70 { margin-top:-70%; }
    .md\:mb---70 { margin-bottom:-70%; }
    
    
    .md\:p--75 { padding:75px !important; }
    .md\:p-75 { padding:75px; }
    .md\:pt-75 { padding-top:75px; }
    .md\:pb-75 { padding-bottom:75px; }
    .md\:pl-75 { padding-left:75px; }
    .md\:pr-75 { padding-right:75px; }

    .md\:m-75 {  margin:75px; }
    .md\:mt-75 { margin-top:75px; }
    .md\:mb-75 { margin-bottom:75px; }
    .md\:ml-75 { margin-left:75px; }
    .md\:mr-75 { margin-right:75px; }

    .md\:ml--75 { margin-left:-75px; }
    .md\:mr--75 { margin-right:-75px; }

    .md\:mt--75 { margin-top:-75px; }
    .md\:mb--75 { margin-bottom:-75px; }

    .md\:max--75 { max-width:75%; }
    .md\:mt---75 { margin-top:-75%; }
    .md\:mb---75 { margin-bottom:-75%; }
    
    
    .md\:p--80 { padding:80px !important; }
    .md\:p-80 { padding:80px; }
    .md\:pt-80 { padding-top:80px; }
    .md\:pb-80 { padding-bottom:80px; }
    .md\:pl-80 { padding-left:80px; }
    .md\:pr-80 { padding-right:80px; }

    .md\:m-80 {  margin:80px; }
    .md\:mt-80 { margin-top:80px; }
    .md\:mb-80 { margin-bottom:80px; }
    .md\:ml-80 { margin-left:80px; }
    .md\:mr-80 { margin-right:80px; }

    .md\:ml--80 { margin-left:-80px; }
    .md\:mr--80 { margin-right:-80px; }

    .md\:mt--80 { margin-top:-80px; }
    .md\:mb--80 { margin-bottom:-80px; }

    .md\:max--80 { max-width:80%; }
    .md\:mt---80 { margin-top:-80%; }
    .md\:mb---80 { margin-bottom:-80%; }
    
    
    .md\:p--85 { padding:85px !important; }
    .md\:p-85 { padding:85px; }
    .md\:pt-85 { padding-top:85px; }
    .md\:pb-85 { padding-bottom:85px; }
    .md\:pl-85 { padding-left:85px; }
    .md\:pr-85 { padding-right:85px; }

    .md\:m-85 {  margin:85px; }
    .md\:mt-85 { margin-top:85px; }
    .md\:mb-85 { margin-bottom:85px; }
    .md\:ml-85 { margin-left:85px; }
    .md\:mr-85 { margin-right:85px; }

    .md\:ml--85 { margin-left:-85px; }
    .md\:mr--85 { margin-right:-85px; }

    .md\:mt--85 { margin-top:-85px; }
    .md\:mb--85 { margin-bottom:-85px; }

    .md\:max--85 { max-width:85%; }
    .md\:mt---85 { margin-top:-85%; }
    .md\:mb---85 { margin-bottom:-85%; }
    
    
    .md\:p--90 { padding:90px !important; }
    .md\:p-90 { padding:90px; }
    .md\:pt-90 { padding-top:90px; }
    .md\:pb-90 { padding-bottom:90px; }
    .md\:pl-90 { padding-left:90px; }
    .md\:pr-90 { padding-right:90px; }

    .md\:m-90 {  margin:90px; }
    .md\:mt-90 { margin-top:90px; }
    .md\:mb-90 { margin-bottom:90px; }
    .md\:ml-90 { margin-left:90px; }
    .md\:mr-90 { margin-right:90px; }

    .md\:ml--90 { margin-left:-90px; }
    .md\:mr--90 { margin-right:-90px; }

    .md\:mt--90 { margin-top:-90px; }
    .md\:mb--90 { margin-bottom:-90px; }

    .md\:max--90 { max-width:90%; }
    .md\:mt---90 { margin-top:-90%; }
    .md\:mb---90 { margin-bottom:-90%; }
    
    
    .md\:p--95 { padding:95px !important; }
    .md\:p-95 { padding:95px; }
    .md\:pt-95 { padding-top:95px; }
    .md\:pb-95 { padding-bottom:95px; }
    .md\:pl-95 { padding-left:95px; }
    .md\:pr-95 { padding-right:95px; }

    .md\:m-95 {  margin:95px; }
    .md\:mt-95 { margin-top:95px; }
    .md\:mb-95 { margin-bottom:95px; }
    .md\:ml-95 { margin-left:95px; }
    .md\:mr-95 { margin-right:95px; }

    .md\:ml--95 { margin-left:-95px; }
    .md\:mr--95 { margin-right:-95px; }

    .md\:mt--95 { margin-top:-95px; }
    .md\:mb--95 { margin-bottom:-95px; }

    .md\:max--95 { max-width:95%; }
    .md\:mt---95 { margin-top:-95%; }
    .md\:mb---95 { margin-bottom:-95%; }
    
    
    .md\:p--100 { padding:100px !important; }
    .md\:p-100 { padding:100px; }
    .md\:pt-100 { padding-top:100px; }
    .md\:pb-100 { padding-bottom:100px; }
    .md\:pl-100 { padding-left:100px; }
    .md\:pr-100 { padding-right:100px; }

    .md\:m-100 {  margin:100px; }
    .md\:mt-100 { margin-top:100px; }
    .md\:mb-100 { margin-bottom:100px; }
    .md\:ml-100 { margin-left:100px; }
    .md\:mr-100 { margin-right:100px; }

    .md\:ml--100 { margin-left:-100px; }
    .md\:mr--100 { margin-right:-100px; }

    .md\:mt--100 { margin-top:-100px; }
    .md\:mb--100 { margin-bottom:-100px; }

    .md\:max--100 { max-width:100%; }
    .md\:mt---100 { margin-top:-100%; }
    .md\:mb---100 { margin-bottom:-100%; }
    
    
    .md\:p--105 { padding:105px !important; }
    .md\:p-105 { padding:105px; }
    .md\:pt-105 { padding-top:105px; }
    .md\:pb-105 { padding-bottom:105px; }
    .md\:pl-105 { padding-left:105px; }
    .md\:pr-105 { padding-right:105px; }

    .md\:m-105 {  margin:105px; }
    .md\:mt-105 { margin-top:105px; }
    .md\:mb-105 { margin-bottom:105px; }
    .md\:ml-105 { margin-left:105px; }
    .md\:mr-105 { margin-right:105px; }

    .md\:ml--105 { margin-left:-105px; }
    .md\:mr--105 { margin-right:-105px; }

    .md\:mt--105 { margin-top:-105px; }
    .md\:mb--105 { margin-bottom:-105px; }

    .md\:max--105 { max-width:105%; }
    .md\:mt---105 { margin-top:-105%; }
    .md\:mb---105 { margin-bottom:-105%; }
    
    
    .md\:p--110 { padding:110px !important; }
    .md\:p-110 { padding:110px; }
    .md\:pt-110 { padding-top:110px; }
    .md\:pb-110 { padding-bottom:110px; }
    .md\:pl-110 { padding-left:110px; }
    .md\:pr-110 { padding-right:110px; }

    .md\:m-110 {  margin:110px; }
    .md\:mt-110 { margin-top:110px; }
    .md\:mb-110 { margin-bottom:110px; }
    .md\:ml-110 { margin-left:110px; }
    .md\:mr-110 { margin-right:110px; }

    .md\:ml--110 { margin-left:-110px; }
    .md\:mr--110 { margin-right:-110px; }

    .md\:mt--110 { margin-top:-110px; }
    .md\:mb--110 { margin-bottom:-110px; }

    .md\:max--110 { max-width:110%; }
    .md\:mt---110 { margin-top:-110%; }
    .md\:mb---110 { margin-bottom:-110%; }
    
    
    .md\:p--115 { padding:115px !important; }
    .md\:p-115 { padding:115px; }
    .md\:pt-115 { padding-top:115px; }
    .md\:pb-115 { padding-bottom:115px; }
    .md\:pl-115 { padding-left:115px; }
    .md\:pr-115 { padding-right:115px; }

    .md\:m-115 {  margin:115px; }
    .md\:mt-115 { margin-top:115px; }
    .md\:mb-115 { margin-bottom:115px; }
    .md\:ml-115 { margin-left:115px; }
    .md\:mr-115 { margin-right:115px; }

    .md\:ml--115 { margin-left:-115px; }
    .md\:mr--115 { margin-right:-115px; }

    .md\:mt--115 { margin-top:-115px; }
    .md\:mb--115 { margin-bottom:-115px; }

    .md\:max--115 { max-width:115%; }
    .md\:mt---115 { margin-top:-115%; }
    .md\:mb---115 { margin-bottom:-115%; }
    
    
    .md\:p--120 { padding:120px !important; }
    .md\:p-120 { padding:120px; }
    .md\:pt-120 { padding-top:120px; }
    .md\:pb-120 { padding-bottom:120px; }
    .md\:pl-120 { padding-left:120px; }
    .md\:pr-120 { padding-right:120px; }

    .md\:m-120 {  margin:120px; }
    .md\:mt-120 { margin-top:120px; }
    .md\:mb-120 { margin-bottom:120px; }
    .md\:ml-120 { margin-left:120px; }
    .md\:mr-120 { margin-right:120px; }

    .md\:ml--120 { margin-left:-120px; }
    .md\:mr--120 { margin-right:-120px; }

    .md\:mt--120 { margin-top:-120px; }
    .md\:mb--120 { margin-bottom:-120px; }

    .md\:max--120 { max-width:120%; }
    .md\:mt---120 { margin-top:-120%; }
    .md\:mb---120 { margin-bottom:-120%; }
    
    
    .md\:p--125 { padding:125px !important; }
    .md\:p-125 { padding:125px; }
    .md\:pt-125 { padding-top:125px; }
    .md\:pb-125 { padding-bottom:125px; }
    .md\:pl-125 { padding-left:125px; }
    .md\:pr-125 { padding-right:125px; }

    .md\:m-125 {  margin:125px; }
    .md\:mt-125 { margin-top:125px; }
    .md\:mb-125 { margin-bottom:125px; }
    .md\:ml-125 { margin-left:125px; }
    .md\:mr-125 { margin-right:125px; }

    .md\:ml--125 { margin-left:-125px; }
    .md\:mr--125 { margin-right:-125px; }

    .md\:mt--125 { margin-top:-125px; }
    .md\:mb--125 { margin-bottom:-125px; }

    .md\:max--125 { max-width:125%; }
    .md\:mt---125 { margin-top:-125%; }
    .md\:mb---125 { margin-bottom:-125%; }
    
    
    .md\:p--130 { padding:130px !important; }
    .md\:p-130 { padding:130px; }
    .md\:pt-130 { padding-top:130px; }
    .md\:pb-130 { padding-bottom:130px; }
    .md\:pl-130 { padding-left:130px; }
    .md\:pr-130 { padding-right:130px; }

    .md\:m-130 {  margin:130px; }
    .md\:mt-130 { margin-top:130px; }
    .md\:mb-130 { margin-bottom:130px; }
    .md\:ml-130 { margin-left:130px; }
    .md\:mr-130 { margin-right:130px; }

    .md\:ml--130 { margin-left:-130px; }
    .md\:mr--130 { margin-right:-130px; }

    .md\:mt--130 { margin-top:-130px; }
    .md\:mb--130 { margin-bottom:-130px; }

    .md\:max--130 { max-width:130%; }
    .md\:mt---130 { margin-top:-130%; }
    .md\:mb---130 { margin-bottom:-130%; }
    
    
    .md\:p--135 { padding:135px !important; }
    .md\:p-135 { padding:135px; }
    .md\:pt-135 { padding-top:135px; }
    .md\:pb-135 { padding-bottom:135px; }
    .md\:pl-135 { padding-left:135px; }
    .md\:pr-135 { padding-right:135px; }

    .md\:m-135 {  margin:135px; }
    .md\:mt-135 { margin-top:135px; }
    .md\:mb-135 { margin-bottom:135px; }
    .md\:ml-135 { margin-left:135px; }
    .md\:mr-135 { margin-right:135px; }

    .md\:ml--135 { margin-left:-135px; }
    .md\:mr--135 { margin-right:-135px; }

    .md\:mt--135 { margin-top:-135px; }
    .md\:mb--135 { margin-bottom:-135px; }

    .md\:max--135 { max-width:135%; }
    .md\:mt---135 { margin-top:-135%; }
    .md\:mb---135 { margin-bottom:-135%; }
    
    
    .md\:p--140 { padding:140px !important; }
    .md\:p-140 { padding:140px; }
    .md\:pt-140 { padding-top:140px; }
    .md\:pb-140 { padding-bottom:140px; }
    .md\:pl-140 { padding-left:140px; }
    .md\:pr-140 { padding-right:140px; }

    .md\:m-140 {  margin:140px; }
    .md\:mt-140 { margin-top:140px; }
    .md\:mb-140 { margin-bottom:140px; }
    .md\:ml-140 { margin-left:140px; }
    .md\:mr-140 { margin-right:140px; }

    .md\:ml--140 { margin-left:-140px; }
    .md\:mr--140 { margin-right:-140px; }

    .md\:mt--140 { margin-top:-140px; }
    .md\:mb--140 { margin-bottom:-140px; }

    .md\:max--140 { max-width:140%; }
    .md\:mt---140 { margin-top:-140%; }
    .md\:mb---140 { margin-bottom:-140%; }
    
    
    .md\:p--145 { padding:145px !important; }
    .md\:p-145 { padding:145px; }
    .md\:pt-145 { padding-top:145px; }
    .md\:pb-145 { padding-bottom:145px; }
    .md\:pl-145 { padding-left:145px; }
    .md\:pr-145 { padding-right:145px; }

    .md\:m-145 {  margin:145px; }
    .md\:mt-145 { margin-top:145px; }
    .md\:mb-145 { margin-bottom:145px; }
    .md\:ml-145 { margin-left:145px; }
    .md\:mr-145 { margin-right:145px; }

    .md\:ml--145 { margin-left:-145px; }
    .md\:mr--145 { margin-right:-145px; }

    .md\:mt--145 { margin-top:-145px; }
    .md\:mb--145 { margin-bottom:-145px; }

    .md\:max--145 { max-width:145%; }
    .md\:mt---145 { margin-top:-145%; }
    .md\:mb---145 { margin-bottom:-145%; }
    
    
    .md\:p--150 { padding:150px !important; }
    .md\:p-150 { padding:150px; }
    .md\:pt-150 { padding-top:150px; }
    .md\:pb-150 { padding-bottom:150px; }
    .md\:pl-150 { padding-left:150px; }
    .md\:pr-150 { padding-right:150px; }

    .md\:m-150 {  margin:150px; }
    .md\:mt-150 { margin-top:150px; }
    .md\:mb-150 { margin-bottom:150px; }
    .md\:ml-150 { margin-left:150px; }
    .md\:mr-150 { margin-right:150px; }

    .md\:ml--150 { margin-left:-150px; }
    .md\:mr--150 { margin-right:-150px; }

    .md\:mt--150 { margin-top:-150px; }
    .md\:mb--150 { margin-bottom:-150px; }

    .md\:max--150 { max-width:150%; }
    .md\:mt---150 { margin-top:-150%; }
    .md\:mb---150 { margin-bottom:-150%; }
    
    

    
    .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .md\:max-50 { max-width:50px; }
    .md\:text-2{ font-size:2px; } 

    
    .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .md\:max-100 { max-width:100px; }
    .md\:text-4{ font-size:4px; } 

    
    .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .md\:max-150 { max-width:150px; }
    .md\:text-6{ font-size:6px; } 

    
    .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .md\:max-200 { max-width:200px; }
    .md\:text-8{ font-size:8px; } 

    
    .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .md\:max-250 { max-width:250px; }
    .md\:text-10{ font-size:10px; } 

    
    .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .md\:max-300 { max-width:300px; }
    .md\:text-12{ font-size:12px; } 

    
    .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .md\:max-350 { max-width:350px; }
    .md\:text-14{ font-size:14px; } 

    
    .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .md\:max-400 { max-width:400px; }
    .md\:text-16{ font-size:16px; } 

    
    .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .md\:max-450 { max-width:450px; }
    .md\:text-18{ font-size:18px; } 

    
    .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .md\:max-500 { max-width:500px; }
    .md\:text-20{ font-size:20px; } 

    
    .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .md\:max-550 { max-width:550px; }
    .md\:text-22{ font-size:22px; } 

    
    .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .md\:max-600 { max-width:600px; }
    .md\:text-24{ font-size:24px; } 

    
    .md\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .md\:max-650 { max-width:650px; }
    .md\:text-26{ font-size:26px; } 

    
    .md\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .md\:max-700 { max-width:700px; }
    .md\:text-28{ font-size:28px; } 

    
    .md\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .md\:max-750 { max-width:750px; }
    .md\:text-30{ font-size:30px; } 

    
    .md\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .md\:max-800 { max-width:800px; }
    .md\:text-32{ font-size:32px; } 

    
    .md\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .md\:max-850 { max-width:850px; }
    .md\:text-34{ font-size:34px; } 

    
    .md\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .md\:max-900 { max-width:900px; }
    .md\:text-36{ font-size:36px; } 

    
    .md\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .md\:max-950 { max-width:950px; }
    .md\:text-38{ font-size:38px; } 

    
    .md\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .md\:max-1000 { max-width:1000px; }
    .md\:text-40{ font-size:40px; } 

    
    .md\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .md\:max-1050 { max-width:1050px; }
    .md\:text-42{ font-size:42px; } 

    
    .md\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .md\:max-1100 { max-width:1100px; }
    .md\:text-44{ font-size:44px; } 

    
    .md\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .md\:max-1150 { max-width:1150px; }
    .md\:text-46{ font-size:46px; } 

    
    .md\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .md\:max-1200 { max-width:1200px; }
    .md\:text-48{ font-size:48px; } 

    
    .md\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .md\:max-1250 { max-width:1250px; }
    .md\:text-50{ font-size:50px; } 

    
    .md\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .md\:max-1300 { max-width:1300px; }
    .md\:text-52{ font-size:52px; } 

    
    .md\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .md\:max-1350 { max-width:1350px; }
    .md\:text-54{ font-size:54px; } 

    
    .md\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .md\:max-1400 { max-width:1400px; }
    .md\:text-56{ font-size:56px; } 

    
    .md\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .md\:max-1450 { max-width:1450px; }
    .md\:text-58{ font-size:58px; } 

    

    .md\:max-full { max-width:100%; }
    .md\:ml-auto{ margin-left:auto; }
    .md\:mr-auto{ margin-right:auto; }
    .md\:vh-100{ height:100vh; }
    .md\:vh-auto{ height:auto; }
}


@media(min-width:1200px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .lg\:p--0 { padding:0px !important; }
    .lg\:p-0 { padding:0px; }
    .lg\:pt-0 { padding-top:0px; }
    .lg\:pb-0 { padding-bottom:0px; }
    .lg\:pl-0 { padding-left:0px; }
    .lg\:pr-0 { padding-right:0px; }

    .lg\:m-0 {  margin:0px; }
    .lg\:mt-0 { margin-top:0px; }
    .lg\:mb-0 { margin-bottom:0px; }
    .lg\:ml-0 { margin-left:0px; }
    .lg\:mr-0 { margin-right:0px; }

    .lg\:ml--0 { margin-left:-0px; }
    .lg\:mr--0 { margin-right:-0px; }

    .lg\:mt--0 { margin-top:-0px; }
    .lg\:mb--0 { margin-bottom:-0px; }

    .lg\:max--0 { max-width:0%; }
    .lg\:mt---0 { margin-top:-0%; }
    .lg\:mb---0 { margin-bottom:-0%; }
    
    
    .lg\:p--5 { padding:5px !important; }
    .lg\:p-5 { padding:5px; }
    .lg\:pt-5 { padding-top:5px; }
    .lg\:pb-5 { padding-bottom:5px; }
    .lg\:pl-5 { padding-left:5px; }
    .lg\:pr-5 { padding-right:5px; }

    .lg\:m-5 {  margin:5px; }
    .lg\:mt-5 { margin-top:5px; }
    .lg\:mb-5 { margin-bottom:5px; }
    .lg\:ml-5 { margin-left:5px; }
    .lg\:mr-5 { margin-right:5px; }

    .lg\:ml--5 { margin-left:-5px; }
    .lg\:mr--5 { margin-right:-5px; }

    .lg\:mt--5 { margin-top:-5px; }
    .lg\:mb--5 { margin-bottom:-5px; }

    .lg\:max--5 { max-width:5%; }
    .lg\:mt---5 { margin-top:-5%; }
    .lg\:mb---5 { margin-bottom:-5%; }
    
    
    .lg\:p--10 { padding:10px !important; }
    .lg\:p-10 { padding:10px; }
    .lg\:pt-10 { padding-top:10px; }
    .lg\:pb-10 { padding-bottom:10px; }
    .lg\:pl-10 { padding-left:10px; }
    .lg\:pr-10 { padding-right:10px; }

    .lg\:m-10 {  margin:10px; }
    .lg\:mt-10 { margin-top:10px; }
    .lg\:mb-10 { margin-bottom:10px; }
    .lg\:ml-10 { margin-left:10px; }
    .lg\:mr-10 { margin-right:10px; }

    .lg\:ml--10 { margin-left:-10px; }
    .lg\:mr--10 { margin-right:-10px; }

    .lg\:mt--10 { margin-top:-10px; }
    .lg\:mb--10 { margin-bottom:-10px; }

    .lg\:max--10 { max-width:10%; }
    .lg\:mt---10 { margin-top:-10%; }
    .lg\:mb---10 { margin-bottom:-10%; }
    
    
    .lg\:p--15 { padding:15px !important; }
    .lg\:p-15 { padding:15px; }
    .lg\:pt-15 { padding-top:15px; }
    .lg\:pb-15 { padding-bottom:15px; }
    .lg\:pl-15 { padding-left:15px; }
    .lg\:pr-15 { padding-right:15px; }

    .lg\:m-15 {  margin:15px; }
    .lg\:mt-15 { margin-top:15px; }
    .lg\:mb-15 { margin-bottom:15px; }
    .lg\:ml-15 { margin-left:15px; }
    .lg\:mr-15 { margin-right:15px; }

    .lg\:ml--15 { margin-left:-15px; }
    .lg\:mr--15 { margin-right:-15px; }

    .lg\:mt--15 { margin-top:-15px; }
    .lg\:mb--15 { margin-bottom:-15px; }

    .lg\:max--15 { max-width:15%; }
    .lg\:mt---15 { margin-top:-15%; }
    .lg\:mb---15 { margin-bottom:-15%; }
    
    
    .lg\:p--20 { padding:20px !important; }
    .lg\:p-20 { padding:20px; }
    .lg\:pt-20 { padding-top:20px; }
    .lg\:pb-20 { padding-bottom:20px; }
    .lg\:pl-20 { padding-left:20px; }
    .lg\:pr-20 { padding-right:20px; }

    .lg\:m-20 {  margin:20px; }
    .lg\:mt-20 { margin-top:20px; }
    .lg\:mb-20 { margin-bottom:20px; }
    .lg\:ml-20 { margin-left:20px; }
    .lg\:mr-20 { margin-right:20px; }

    .lg\:ml--20 { margin-left:-20px; }
    .lg\:mr--20 { margin-right:-20px; }

    .lg\:mt--20 { margin-top:-20px; }
    .lg\:mb--20 { margin-bottom:-20px; }

    .lg\:max--20 { max-width:20%; }
    .lg\:mt---20 { margin-top:-20%; }
    .lg\:mb---20 { margin-bottom:-20%; }
    
    
    .lg\:p--25 { padding:25px !important; }
    .lg\:p-25 { padding:25px; }
    .lg\:pt-25 { padding-top:25px; }
    .lg\:pb-25 { padding-bottom:25px; }
    .lg\:pl-25 { padding-left:25px; }
    .lg\:pr-25 { padding-right:25px; }

    .lg\:m-25 {  margin:25px; }
    .lg\:mt-25 { margin-top:25px; }
    .lg\:mb-25 { margin-bottom:25px; }
    .lg\:ml-25 { margin-left:25px; }
    .lg\:mr-25 { margin-right:25px; }

    .lg\:ml--25 { margin-left:-25px; }
    .lg\:mr--25 { margin-right:-25px; }

    .lg\:mt--25 { margin-top:-25px; }
    .lg\:mb--25 { margin-bottom:-25px; }

    .lg\:max--25 { max-width:25%; }
    .lg\:mt---25 { margin-top:-25%; }
    .lg\:mb---25 { margin-bottom:-25%; }
    
    
    .lg\:p--30 { padding:30px !important; }
    .lg\:p-30 { padding:30px; }
    .lg\:pt-30 { padding-top:30px; }
    .lg\:pb-30 { padding-bottom:30px; }
    .lg\:pl-30 { padding-left:30px; }
    .lg\:pr-30 { padding-right:30px; }

    .lg\:m-30 {  margin:30px; }
    .lg\:mt-30 { margin-top:30px; }
    .lg\:mb-30 { margin-bottom:30px; }
    .lg\:ml-30 { margin-left:30px; }
    .lg\:mr-30 { margin-right:30px; }

    .lg\:ml--30 { margin-left:-30px; }
    .lg\:mr--30 { margin-right:-30px; }

    .lg\:mt--30 { margin-top:-30px; }
    .lg\:mb--30 { margin-bottom:-30px; }

    .lg\:max--30 { max-width:30%; }
    .lg\:mt---30 { margin-top:-30%; }
    .lg\:mb---30 { margin-bottom:-30%; }
    
    
    .lg\:p--35 { padding:35px !important; }
    .lg\:p-35 { padding:35px; }
    .lg\:pt-35 { padding-top:35px; }
    .lg\:pb-35 { padding-bottom:35px; }
    .lg\:pl-35 { padding-left:35px; }
    .lg\:pr-35 { padding-right:35px; }

    .lg\:m-35 {  margin:35px; }
    .lg\:mt-35 { margin-top:35px; }
    .lg\:mb-35 { margin-bottom:35px; }
    .lg\:ml-35 { margin-left:35px; }
    .lg\:mr-35 { margin-right:35px; }

    .lg\:ml--35 { margin-left:-35px; }
    .lg\:mr--35 { margin-right:-35px; }

    .lg\:mt--35 { margin-top:-35px; }
    .lg\:mb--35 { margin-bottom:-35px; }

    .lg\:max--35 { max-width:35%; }
    .lg\:mt---35 { margin-top:-35%; }
    .lg\:mb---35 { margin-bottom:-35%; }
    
    
    .lg\:p--40 { padding:40px !important; }
    .lg\:p-40 { padding:40px; }
    .lg\:pt-40 { padding-top:40px; }
    .lg\:pb-40 { padding-bottom:40px; }
    .lg\:pl-40 { padding-left:40px; }
    .lg\:pr-40 { padding-right:40px; }

    .lg\:m-40 {  margin:40px; }
    .lg\:mt-40 { margin-top:40px; }
    .lg\:mb-40 { margin-bottom:40px; }
    .lg\:ml-40 { margin-left:40px; }
    .lg\:mr-40 { margin-right:40px; }

    .lg\:ml--40 { margin-left:-40px; }
    .lg\:mr--40 { margin-right:-40px; }

    .lg\:mt--40 { margin-top:-40px; }
    .lg\:mb--40 { margin-bottom:-40px; }

    .lg\:max--40 { max-width:40%; }
    .lg\:mt---40 { margin-top:-40%; }
    .lg\:mb---40 { margin-bottom:-40%; }
    
    
    .lg\:p--45 { padding:45px !important; }
    .lg\:p-45 { padding:45px; }
    .lg\:pt-45 { padding-top:45px; }
    .lg\:pb-45 { padding-bottom:45px; }
    .lg\:pl-45 { padding-left:45px; }
    .lg\:pr-45 { padding-right:45px; }

    .lg\:m-45 {  margin:45px; }
    .lg\:mt-45 { margin-top:45px; }
    .lg\:mb-45 { margin-bottom:45px; }
    .lg\:ml-45 { margin-left:45px; }
    .lg\:mr-45 { margin-right:45px; }

    .lg\:ml--45 { margin-left:-45px; }
    .lg\:mr--45 { margin-right:-45px; }

    .lg\:mt--45 { margin-top:-45px; }
    .lg\:mb--45 { margin-bottom:-45px; }

    .lg\:max--45 { max-width:45%; }
    .lg\:mt---45 { margin-top:-45%; }
    .lg\:mb---45 { margin-bottom:-45%; }
    
    
    .lg\:p--50 { padding:50px !important; }
    .lg\:p-50 { padding:50px; }
    .lg\:pt-50 { padding-top:50px; }
    .lg\:pb-50 { padding-bottom:50px; }
    .lg\:pl-50 { padding-left:50px; }
    .lg\:pr-50 { padding-right:50px; }

    .lg\:m-50 {  margin:50px; }
    .lg\:mt-50 { margin-top:50px; }
    .lg\:mb-50 { margin-bottom:50px; }
    .lg\:ml-50 { margin-left:50px; }
    .lg\:mr-50 { margin-right:50px; }

    .lg\:ml--50 { margin-left:-50px; }
    .lg\:mr--50 { margin-right:-50px; }

    .lg\:mt--50 { margin-top:-50px; }
    .lg\:mb--50 { margin-bottom:-50px; }

    .lg\:max--50 { max-width:50%; }
    .lg\:mt---50 { margin-top:-50%; }
    .lg\:mb---50 { margin-bottom:-50%; }
    
    
    .lg\:p--55 { padding:55px !important; }
    .lg\:p-55 { padding:55px; }
    .lg\:pt-55 { padding-top:55px; }
    .lg\:pb-55 { padding-bottom:55px; }
    .lg\:pl-55 { padding-left:55px; }
    .lg\:pr-55 { padding-right:55px; }

    .lg\:m-55 {  margin:55px; }
    .lg\:mt-55 { margin-top:55px; }
    .lg\:mb-55 { margin-bottom:55px; }
    .lg\:ml-55 { margin-left:55px; }
    .lg\:mr-55 { margin-right:55px; }

    .lg\:ml--55 { margin-left:-55px; }
    .lg\:mr--55 { margin-right:-55px; }

    .lg\:mt--55 { margin-top:-55px; }
    .lg\:mb--55 { margin-bottom:-55px; }

    .lg\:max--55 { max-width:55%; }
    .lg\:mt---55 { margin-top:-55%; }
    .lg\:mb---55 { margin-bottom:-55%; }
    
    
    .lg\:p--60 { padding:60px !important; }
    .lg\:p-60 { padding:60px; }
    .lg\:pt-60 { padding-top:60px; }
    .lg\:pb-60 { padding-bottom:60px; }
    .lg\:pl-60 { padding-left:60px; }
    .lg\:pr-60 { padding-right:60px; }

    .lg\:m-60 {  margin:60px; }
    .lg\:mt-60 { margin-top:60px; }
    .lg\:mb-60 { margin-bottom:60px; }
    .lg\:ml-60 { margin-left:60px; }
    .lg\:mr-60 { margin-right:60px; }

    .lg\:ml--60 { margin-left:-60px; }
    .lg\:mr--60 { margin-right:-60px; }

    .lg\:mt--60 { margin-top:-60px; }
    .lg\:mb--60 { margin-bottom:-60px; }

    .lg\:max--60 { max-width:60%; }
    .lg\:mt---60 { margin-top:-60%; }
    .lg\:mb---60 { margin-bottom:-60%; }
    
    
    .lg\:p--65 { padding:65px !important; }
    .lg\:p-65 { padding:65px; }
    .lg\:pt-65 { padding-top:65px; }
    .lg\:pb-65 { padding-bottom:65px; }
    .lg\:pl-65 { padding-left:65px; }
    .lg\:pr-65 { padding-right:65px; }

    .lg\:m-65 {  margin:65px; }
    .lg\:mt-65 { margin-top:65px; }
    .lg\:mb-65 { margin-bottom:65px; }
    .lg\:ml-65 { margin-left:65px; }
    .lg\:mr-65 { margin-right:65px; }

    .lg\:ml--65 { margin-left:-65px; }
    .lg\:mr--65 { margin-right:-65px; }

    .lg\:mt--65 { margin-top:-65px; }
    .lg\:mb--65 { margin-bottom:-65px; }

    .lg\:max--65 { max-width:65%; }
    .lg\:mt---65 { margin-top:-65%; }
    .lg\:mb---65 { margin-bottom:-65%; }
    
    
    .lg\:p--70 { padding:70px !important; }
    .lg\:p-70 { padding:70px; }
    .lg\:pt-70 { padding-top:70px; }
    .lg\:pb-70 { padding-bottom:70px; }
    .lg\:pl-70 { padding-left:70px; }
    .lg\:pr-70 { padding-right:70px; }

    .lg\:m-70 {  margin:70px; }
    .lg\:mt-70 { margin-top:70px; }
    .lg\:mb-70 { margin-bottom:70px; }
    .lg\:ml-70 { margin-left:70px; }
    .lg\:mr-70 { margin-right:70px; }

    .lg\:ml--70 { margin-left:-70px; }
    .lg\:mr--70 { margin-right:-70px; }

    .lg\:mt--70 { margin-top:-70px; }
    .lg\:mb--70 { margin-bottom:-70px; }

    .lg\:max--70 { max-width:70%; }
    .lg\:mt---70 { margin-top:-70%; }
    .lg\:mb---70 { margin-bottom:-70%; }
    
    
    .lg\:p--75 { padding:75px !important; }
    .lg\:p-75 { padding:75px; }
    .lg\:pt-75 { padding-top:75px; }
    .lg\:pb-75 { padding-bottom:75px; }
    .lg\:pl-75 { padding-left:75px; }
    .lg\:pr-75 { padding-right:75px; }

    .lg\:m-75 {  margin:75px; }
    .lg\:mt-75 { margin-top:75px; }
    .lg\:mb-75 { margin-bottom:75px; }
    .lg\:ml-75 { margin-left:75px; }
    .lg\:mr-75 { margin-right:75px; }

    .lg\:ml--75 { margin-left:-75px; }
    .lg\:mr--75 { margin-right:-75px; }

    .lg\:mt--75 { margin-top:-75px; }
    .lg\:mb--75 { margin-bottom:-75px; }

    .lg\:max--75 { max-width:75%; }
    .lg\:mt---75 { margin-top:-75%; }
    .lg\:mb---75 { margin-bottom:-75%; }
    
    
    .lg\:p--80 { padding:80px !important; }
    .lg\:p-80 { padding:80px; }
    .lg\:pt-80 { padding-top:80px; }
    .lg\:pb-80 { padding-bottom:80px; }
    .lg\:pl-80 { padding-left:80px; }
    .lg\:pr-80 { padding-right:80px; }

    .lg\:m-80 {  margin:80px; }
    .lg\:mt-80 { margin-top:80px; }
    .lg\:mb-80 { margin-bottom:80px; }
    .lg\:ml-80 { margin-left:80px; }
    .lg\:mr-80 { margin-right:80px; }

    .lg\:ml--80 { margin-left:-80px; }
    .lg\:mr--80 { margin-right:-80px; }

    .lg\:mt--80 { margin-top:-80px; }
    .lg\:mb--80 { margin-bottom:-80px; }

    .lg\:max--80 { max-width:80%; }
    .lg\:mt---80 { margin-top:-80%; }
    .lg\:mb---80 { margin-bottom:-80%; }
    
    
    .lg\:p--85 { padding:85px !important; }
    .lg\:p-85 { padding:85px; }
    .lg\:pt-85 { padding-top:85px; }
    .lg\:pb-85 { padding-bottom:85px; }
    .lg\:pl-85 { padding-left:85px; }
    .lg\:pr-85 { padding-right:85px; }

    .lg\:m-85 {  margin:85px; }
    .lg\:mt-85 { margin-top:85px; }
    .lg\:mb-85 { margin-bottom:85px; }
    .lg\:ml-85 { margin-left:85px; }
    .lg\:mr-85 { margin-right:85px; }

    .lg\:ml--85 { margin-left:-85px; }
    .lg\:mr--85 { margin-right:-85px; }

    .lg\:mt--85 { margin-top:-85px; }
    .lg\:mb--85 { margin-bottom:-85px; }

    .lg\:max--85 { max-width:85%; }
    .lg\:mt---85 { margin-top:-85%; }
    .lg\:mb---85 { margin-bottom:-85%; }
    
    
    .lg\:p--90 { padding:90px !important; }
    .lg\:p-90 { padding:90px; }
    .lg\:pt-90 { padding-top:90px; }
    .lg\:pb-90 { padding-bottom:90px; }
    .lg\:pl-90 { padding-left:90px; }
    .lg\:pr-90 { padding-right:90px; }

    .lg\:m-90 {  margin:90px; }
    .lg\:mt-90 { margin-top:90px; }
    .lg\:mb-90 { margin-bottom:90px; }
    .lg\:ml-90 { margin-left:90px; }
    .lg\:mr-90 { margin-right:90px; }

    .lg\:ml--90 { margin-left:-90px; }
    .lg\:mr--90 { margin-right:-90px; }

    .lg\:mt--90 { margin-top:-90px; }
    .lg\:mb--90 { margin-bottom:-90px; }

    .lg\:max--90 { max-width:90%; }
    .lg\:mt---90 { margin-top:-90%; }
    .lg\:mb---90 { margin-bottom:-90%; }
    
    
    .lg\:p--95 { padding:95px !important; }
    .lg\:p-95 { padding:95px; }
    .lg\:pt-95 { padding-top:95px; }
    .lg\:pb-95 { padding-bottom:95px; }
    .lg\:pl-95 { padding-left:95px; }
    .lg\:pr-95 { padding-right:95px; }

    .lg\:m-95 {  margin:95px; }
    .lg\:mt-95 { margin-top:95px; }
    .lg\:mb-95 { margin-bottom:95px; }
    .lg\:ml-95 { margin-left:95px; }
    .lg\:mr-95 { margin-right:95px; }

    .lg\:ml--95 { margin-left:-95px; }
    .lg\:mr--95 { margin-right:-95px; }

    .lg\:mt--95 { margin-top:-95px; }
    .lg\:mb--95 { margin-bottom:-95px; }

    .lg\:max--95 { max-width:95%; }
    .lg\:mt---95 { margin-top:-95%; }
    .lg\:mb---95 { margin-bottom:-95%; }
    
    
    .lg\:p--100 { padding:100px !important; }
    .lg\:p-100 { padding:100px; }
    .lg\:pt-100 { padding-top:100px; }
    .lg\:pb-100 { padding-bottom:100px; }
    .lg\:pl-100 { padding-left:100px; }
    .lg\:pr-100 { padding-right:100px; }

    .lg\:m-100 {  margin:100px; }
    .lg\:mt-100 { margin-top:100px; }
    .lg\:mb-100 { margin-bottom:100px; }
    .lg\:ml-100 { margin-left:100px; }
    .lg\:mr-100 { margin-right:100px; }

    .lg\:ml--100 { margin-left:-100px; }
    .lg\:mr--100 { margin-right:-100px; }

    .lg\:mt--100 { margin-top:-100px; }
    .lg\:mb--100 { margin-bottom:-100px; }

    .lg\:max--100 { max-width:100%; }
    .lg\:mt---100 { margin-top:-100%; }
    .lg\:mb---100 { margin-bottom:-100%; }
    
    
    .lg\:p--105 { padding:105px !important; }
    .lg\:p-105 { padding:105px; }
    .lg\:pt-105 { padding-top:105px; }
    .lg\:pb-105 { padding-bottom:105px; }
    .lg\:pl-105 { padding-left:105px; }
    .lg\:pr-105 { padding-right:105px; }

    .lg\:m-105 {  margin:105px; }
    .lg\:mt-105 { margin-top:105px; }
    .lg\:mb-105 { margin-bottom:105px; }
    .lg\:ml-105 { margin-left:105px; }
    .lg\:mr-105 { margin-right:105px; }

    .lg\:ml--105 { margin-left:-105px; }
    .lg\:mr--105 { margin-right:-105px; }

    .lg\:mt--105 { margin-top:-105px; }
    .lg\:mb--105 { margin-bottom:-105px; }

    .lg\:max--105 { max-width:105%; }
    .lg\:mt---105 { margin-top:-105%; }
    .lg\:mb---105 { margin-bottom:-105%; }
    
    
    .lg\:p--110 { padding:110px !important; }
    .lg\:p-110 { padding:110px; }
    .lg\:pt-110 { padding-top:110px; }
    .lg\:pb-110 { padding-bottom:110px; }
    .lg\:pl-110 { padding-left:110px; }
    .lg\:pr-110 { padding-right:110px; }

    .lg\:m-110 {  margin:110px; }
    .lg\:mt-110 { margin-top:110px; }
    .lg\:mb-110 { margin-bottom:110px; }
    .lg\:ml-110 { margin-left:110px; }
    .lg\:mr-110 { margin-right:110px; }

    .lg\:ml--110 { margin-left:-110px; }
    .lg\:mr--110 { margin-right:-110px; }

    .lg\:mt--110 { margin-top:-110px; }
    .lg\:mb--110 { margin-bottom:-110px; }

    .lg\:max--110 { max-width:110%; }
    .lg\:mt---110 { margin-top:-110%; }
    .lg\:mb---110 { margin-bottom:-110%; }
    
    
    .lg\:p--115 { padding:115px !important; }
    .lg\:p-115 { padding:115px; }
    .lg\:pt-115 { padding-top:115px; }
    .lg\:pb-115 { padding-bottom:115px; }
    .lg\:pl-115 { padding-left:115px; }
    .lg\:pr-115 { padding-right:115px; }

    .lg\:m-115 {  margin:115px; }
    .lg\:mt-115 { margin-top:115px; }
    .lg\:mb-115 { margin-bottom:115px; }
    .lg\:ml-115 { margin-left:115px; }
    .lg\:mr-115 { margin-right:115px; }

    .lg\:ml--115 { margin-left:-115px; }
    .lg\:mr--115 { margin-right:-115px; }

    .lg\:mt--115 { margin-top:-115px; }
    .lg\:mb--115 { margin-bottom:-115px; }

    .lg\:max--115 { max-width:115%; }
    .lg\:mt---115 { margin-top:-115%; }
    .lg\:mb---115 { margin-bottom:-115%; }
    
    
    .lg\:p--120 { padding:120px !important; }
    .lg\:p-120 { padding:120px; }
    .lg\:pt-120 { padding-top:120px; }
    .lg\:pb-120 { padding-bottom:120px; }
    .lg\:pl-120 { padding-left:120px; }
    .lg\:pr-120 { padding-right:120px; }

    .lg\:m-120 {  margin:120px; }
    .lg\:mt-120 { margin-top:120px; }
    .lg\:mb-120 { margin-bottom:120px; }
    .lg\:ml-120 { margin-left:120px; }
    .lg\:mr-120 { margin-right:120px; }

    .lg\:ml--120 { margin-left:-120px; }
    .lg\:mr--120 { margin-right:-120px; }

    .lg\:mt--120 { margin-top:-120px; }
    .lg\:mb--120 { margin-bottom:-120px; }

    .lg\:max--120 { max-width:120%; }
    .lg\:mt---120 { margin-top:-120%; }
    .lg\:mb---120 { margin-bottom:-120%; }
    
    
    .lg\:p--125 { padding:125px !important; }
    .lg\:p-125 { padding:125px; }
    .lg\:pt-125 { padding-top:125px; }
    .lg\:pb-125 { padding-bottom:125px; }
    .lg\:pl-125 { padding-left:125px; }
    .lg\:pr-125 { padding-right:125px; }

    .lg\:m-125 {  margin:125px; }
    .lg\:mt-125 { margin-top:125px; }
    .lg\:mb-125 { margin-bottom:125px; }
    .lg\:ml-125 { margin-left:125px; }
    .lg\:mr-125 { margin-right:125px; }

    .lg\:ml--125 { margin-left:-125px; }
    .lg\:mr--125 { margin-right:-125px; }

    .lg\:mt--125 { margin-top:-125px; }
    .lg\:mb--125 { margin-bottom:-125px; }

    .lg\:max--125 { max-width:125%; }
    .lg\:mt---125 { margin-top:-125%; }
    .lg\:mb---125 { margin-bottom:-125%; }
    
    
    .lg\:p--130 { padding:130px !important; }
    .lg\:p-130 { padding:130px; }
    .lg\:pt-130 { padding-top:130px; }
    .lg\:pb-130 { padding-bottom:130px; }
    .lg\:pl-130 { padding-left:130px; }
    .lg\:pr-130 { padding-right:130px; }

    .lg\:m-130 {  margin:130px; }
    .lg\:mt-130 { margin-top:130px; }
    .lg\:mb-130 { margin-bottom:130px; }
    .lg\:ml-130 { margin-left:130px; }
    .lg\:mr-130 { margin-right:130px; }

    .lg\:ml--130 { margin-left:-130px; }
    .lg\:mr--130 { margin-right:-130px; }

    .lg\:mt--130 { margin-top:-130px; }
    .lg\:mb--130 { margin-bottom:-130px; }

    .lg\:max--130 { max-width:130%; }
    .lg\:mt---130 { margin-top:-130%; }
    .lg\:mb---130 { margin-bottom:-130%; }
    
    
    .lg\:p--135 { padding:135px !important; }
    .lg\:p-135 { padding:135px; }
    .lg\:pt-135 { padding-top:135px; }
    .lg\:pb-135 { padding-bottom:135px; }
    .lg\:pl-135 { padding-left:135px; }
    .lg\:pr-135 { padding-right:135px; }

    .lg\:m-135 {  margin:135px; }
    .lg\:mt-135 { margin-top:135px; }
    .lg\:mb-135 { margin-bottom:135px; }
    .lg\:ml-135 { margin-left:135px; }
    .lg\:mr-135 { margin-right:135px; }

    .lg\:ml--135 { margin-left:-135px; }
    .lg\:mr--135 { margin-right:-135px; }

    .lg\:mt--135 { margin-top:-135px; }
    .lg\:mb--135 { margin-bottom:-135px; }

    .lg\:max--135 { max-width:135%; }
    .lg\:mt---135 { margin-top:-135%; }
    .lg\:mb---135 { margin-bottom:-135%; }
    
    
    .lg\:p--140 { padding:140px !important; }
    .lg\:p-140 { padding:140px; }
    .lg\:pt-140 { padding-top:140px; }
    .lg\:pb-140 { padding-bottom:140px; }
    .lg\:pl-140 { padding-left:140px; }
    .lg\:pr-140 { padding-right:140px; }

    .lg\:m-140 {  margin:140px; }
    .lg\:mt-140 { margin-top:140px; }
    .lg\:mb-140 { margin-bottom:140px; }
    .lg\:ml-140 { margin-left:140px; }
    .lg\:mr-140 { margin-right:140px; }

    .lg\:ml--140 { margin-left:-140px; }
    .lg\:mr--140 { margin-right:-140px; }

    .lg\:mt--140 { margin-top:-140px; }
    .lg\:mb--140 { margin-bottom:-140px; }

    .lg\:max--140 { max-width:140%; }
    .lg\:mt---140 { margin-top:-140%; }
    .lg\:mb---140 { margin-bottom:-140%; }
    
    
    .lg\:p--145 { padding:145px !important; }
    .lg\:p-145 { padding:145px; }
    .lg\:pt-145 { padding-top:145px; }
    .lg\:pb-145 { padding-bottom:145px; }
    .lg\:pl-145 { padding-left:145px; }
    .lg\:pr-145 { padding-right:145px; }

    .lg\:m-145 {  margin:145px; }
    .lg\:mt-145 { margin-top:145px; }
    .lg\:mb-145 { margin-bottom:145px; }
    .lg\:ml-145 { margin-left:145px; }
    .lg\:mr-145 { margin-right:145px; }

    .lg\:ml--145 { margin-left:-145px; }
    .lg\:mr--145 { margin-right:-145px; }

    .lg\:mt--145 { margin-top:-145px; }
    .lg\:mb--145 { margin-bottom:-145px; }

    .lg\:max--145 { max-width:145%; }
    .lg\:mt---145 { margin-top:-145%; }
    .lg\:mb---145 { margin-bottom:-145%; }
    
    
    .lg\:p--150 { padding:150px !important; }
    .lg\:p-150 { padding:150px; }
    .lg\:pt-150 { padding-top:150px; }
    .lg\:pb-150 { padding-bottom:150px; }
    .lg\:pl-150 { padding-left:150px; }
    .lg\:pr-150 { padding-right:150px; }

    .lg\:m-150 {  margin:150px; }
    .lg\:mt-150 { margin-top:150px; }
    .lg\:mb-150 { margin-bottom:150px; }
    .lg\:ml-150 { margin-left:150px; }
    .lg\:mr-150 { margin-right:150px; }

    .lg\:ml--150 { margin-left:-150px; }
    .lg\:mr--150 { margin-right:-150px; }

    .lg\:mt--150 { margin-top:-150px; }
    .lg\:mb--150 { margin-bottom:-150px; }

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    

    
    .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .lg\:max-50 { max-width:50px; }
    .lg\:text-2{ font-size:2px; } 

    
    .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .lg\:max-100 { max-width:100px; }
    .lg\:text-4{ font-size:4px; } 

    
    .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .lg\:max-150 { max-width:150px; }
    .lg\:text-6{ font-size:6px; } 

    
    .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .lg\:max-200 { max-width:200px; }
    .lg\:text-8{ font-size:8px; } 

    
    .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .lg\:max-250 { max-width:250px; }
    .lg\:text-10{ font-size:10px; } 

    
    .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .lg\:max-300 { max-width:300px; }
    .lg\:text-12{ font-size:12px; } 

    
    .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .lg\:max-350 { max-width:350px; }
    .lg\:text-14{ font-size:14px; } 

    
    .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .lg\:max-400 { max-width:400px; }
    .lg\:text-16{ font-size:16px; } 

    
    .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .lg\:max-450 { max-width:450px; }
    .lg\:text-18{ font-size:18px; } 

    
    .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .lg\:max-500 { max-width:500px; }
    .lg\:text-20{ font-size:20px; } 

    
    .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .lg\:max-550 { max-width:550px; }
    .lg\:text-22{ font-size:22px; } 

    
    .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .lg\:max-600 { max-width:600px; }
    .lg\:text-24{ font-size:24px; } 

    
    .lg\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .lg\:max-650 { max-width:650px; }
    .lg\:text-26{ font-size:26px; } 

    
    .lg\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .lg\:max-700 { max-width:700px; }
    .lg\:text-28{ font-size:28px; } 

    
    .lg\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .lg\:max-750 { max-width:750px; }
    .lg\:text-30{ font-size:30px; } 

    
    .lg\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .lg\:max-800 { max-width:800px; }
    .lg\:text-32{ font-size:32px; } 

    
    .lg\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .lg\:max-850 { max-width:850px; }
    .lg\:text-34{ font-size:34px; } 

    
    .lg\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .lg\:max-900 { max-width:900px; }
    .lg\:text-36{ font-size:36px; } 

    
    .lg\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .lg\:max-950 { max-width:950px; }
    .lg\:text-38{ font-size:38px; } 

    
    .lg\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .lg\:max-1000 { max-width:1000px; }
    .lg\:text-40{ font-size:40px; } 

    
    .lg\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .lg\:max-1050 { max-width:1050px; }
    .lg\:text-42{ font-size:42px; } 

    
    .lg\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .lg\:max-1100 { max-width:1100px; }
    .lg\:text-44{ font-size:44px; } 

    
    .lg\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .lg\:max-1150 { max-width:1150px; }
    .lg\:text-46{ font-size:46px; } 

    
    .lg\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .lg\:max-1200 { max-width:1200px; }
    .lg\:text-48{ font-size:48px; } 

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:primary{ color:#FF003B; }
.bg\:primary{ background-color:#FF003B; }

.color\:secondary{ color:#4F4A4C; }
.bg\:secondary{ background-color:#4F4A4C; }

.color\:tertiary{ color:; }
.bg\:tertiary{ background-color:; }

.color\:light_gray{ color:#F8FAFC; }
.bg\:light_gray{ background-color:#F8FAFC; }

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

@media(min-width:768px){
    
    .hover\:primary:hover{ color:#FF003B; }
    .hoverbg\:primary:hover{ background-color:#FF003B; }
    
    .hover\:secondary:hover{ color:#4F4A4C; }
    .hoverbg\:secondary:hover{ background-color:#4F4A4C; }
    
    .hover\:tertiary:hover{ color:; }
    .hoverbg\:tertiary:hover{ background-color:; }
    
    .hover\:light_gray:hover{ color:#F8FAFC; }
    .hoverbg\:light_gray:hover{ background-color:#F8FAFC; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    
    
}



.font-100{ font-weight:100; }
.line\:_1_1{ line-height:1.1; }

.font-200{ font-weight:200; }
.line\:_1_2{ line-height:1.2; }

.font-300{ font-weight:300; }
.line\:_1_3{ line-height:1.3; }

.font-400{ font-weight:400; }
.line\:_1_4{ line-height:1.4; }

.font-500{ font-weight:500; }
.line\:_1_5{ line-height:1.5; }

.font-600{ font-weight:600; }
.line\:_1_6{ line-height:1.6; }

.font-700{ font-weight:700; }
.line\:_1_7{ line-height:1.7; }

.font-800{ font-weight:800; }
.line\:_1_8{ line-height:1.8; }

.font-900{ font-weight:900; }
.line\:_1_9{ line-height:1.9; }

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
body {
    margin:0;
    padding:0;
    font-family: Sora, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    font-size:16px;
    line-height:1.5;
    color:#4F4A4C;
    background:#fff;
    overflow-x: hidden;
}

p { padding:0; margin:0; }
p + p { padding-top:20px; }

h1, .h1 { color:#191919; font-size:64px; line-height:1.3; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h2, .h2 { color:#191919; font-size:45px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h3, .h3 { color:#191919; font-size:32px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h4, .h4 { color:#191919; font-size:24px; line-height:1.25; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h5, .h5 { color:#191919; font-size:20px; line-height:1.5; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h6, .h6 { color:#000000; font-size:18px; line-height:1; margin:0; padding:0; clear:both; font-family: Taviraj, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }

h1 span { color: var(--tertiary-color); }
h2 span { color: var(--tertiary-color); }
h3 span { color: var(--tertiary-color); }
h4 span { color: var(--tertiary-color); } 
h5 span { color: var(--tertiary-color); }
h6 span { color: var(--tertiary-color); }

a { text-decoration:none; outline:none; color:#FF003B; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; }
a:hover { color:#cc002f; }

/*Text Option*/
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }
.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6 { color:#fff; }
.text-bold , .text-bold h1 , .text-bold h2 , .text-bold h3 , .text-bold h4 , .text-bold h5 , .text-bold h6 { font-weight:bold; }
.text-italic { font-style:italic; }

@media (max-width:1200px){
    h1, .h1 { font-size:32px; }
    h2, .h2 { font-size:30px; }
    h3, .h3 { font-size:28px; }
    h4, .h4 { font-size:22px; }
}

@media (max-width:991px){
    body { font-size:16px; }
}

@media (max-width:767px){
    body { font-size:14px; }
    h1, .h1 { font-size:26px; }
    h2, .h2 { font-size:24px; }
    h3, .h3 { font-size:22px; }
    h4, .h4 { font-size:18px; }
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea{ box-shadow: none; background: ; border:none; padding: 0 15px; width:100%; border-radius: 0; height: 40px;  width:100% !important; color: #191919; font-family: Sora, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; font-size:12px; }
form textarea { height: 128px; resize: none; padding: 15px; }
form select { font-style: italic; }
form .hs-form-field > label { color: #191919; font-family: Sora, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; text-transform: capitalize; font-size:12px; line-height:1;}
form input::placeholder { color: inherit !important; font-size: 14px; font-weight: 300; font-family: Sora; }
form select::placeholder { color: inherit !important; font-size: 14px; font-weight: 300; font-family: Sora; text-transform: uppercase; }
form textarea::placeholder { color: inherit !important; font-size: 14px; font-weight: 300; font-family: Sora; text-transform: uppercase; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Taviraj; margin-top: 0; border: 0; padding: 12px 24px; background: #FF003B; max-width:100%; font-weight:600; cursor:pointer; transition: all .5s ease-in-out; border-radius: 28px; max-width: 100%; font-size: 16px; }
input[type="submit"]:hover { background: #cc002f; color:#fff; }
.hs_submit.hs-submit {width: 100%;}
/* .field.hs-form-field { margin-bottom: 12px; } */
form ul.hs-error-msgs { padding: 0; font-size: 12px; color: #f00; }
form ul.hs-error-msgs li:before { display: none; } 
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }

fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
fieldset.form-columns-2 .input, fieldset.form-columns-3 .input, fieldset.form-columns-1 .input { margin-right: 0 !important; }

.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.inputs-list input[type="checkbox"] , .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#ccc; color:#000; border-color:#000; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
form input[type=text], form input[type=email], form input[type=tel], form select, form input[type=number] { border: 1px solid #CDD5DF; border-radius: 30px; font-family: Sora;outline: none; } 
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; border:1px solid #ECE7E8;  background:#fff; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:before {  border:1px solid #ECE7E8;  background:#7f56d9;}
.inputs-list input[type="radio"]:checked + span:after { position: absolute; left: 3px; top: 7px; content: ''; width: 6px; height: 6px; border-color: #000; background: #fff; border-radius: 100%;}

input:focus-visible { outline: 0; }
form ul.inputs-list { display: flex; flex-wrap: wrap; gap: 32px; }
@media (max-width:767px) {
    form textarea { height: 80px; }    
}
@media (max-width:480px) {
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0;padding-top: 16px; } 
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 12px 24px; border-radius: 30px; font-size: 16px; font-weight: 600; position: relative; font-family: Sora; }
.button-1 a { background-color: #FF003B; color: #FFFFFF; border-color: transparent; }
.button-1:hover a, .button-1.hover a, .button-1:hover::after { background-color: #cc002f; color: #FFFFFF; }
.button-1::after { content: ""; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/arrow-right.svg"); width: 48px; height: 48px; display: inline-block; background-repeat: no-repeat; background-color: #FF003B; border-radius: 50%; background-size: 16px 24px; background-position: center; cursor: pointer; margin-left: -2px; transition: all .5s ease-in-out; }
@media (max-width:374px){
    .button-1 {display: flex;flex-wrap: wrap;align-items: center;}
    .button-1 a {flex: 1;}
}
.hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; }
.hs-menu-wrapper ul { list-style: none; margin: 0; padding-left: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical ul { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul { display: inline-flex; }
.hs-menu-wrapper .hs-item-has-children { position: relative; }
.hs-menu-wrapper .hs-menu-children-wrapper { opacity: 0; position: absolute; }
.hs-menu-wrapper .hs-menu-children-wrapper a { display: block; white-space: nowrap; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; top: 100%; }
.hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 100%; opacity: 1; top: 0; }
.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img { height: auto; max-width: 100%; }

/* Header */
.top_header { background: var(--headertopbg); }
.top_header a { color: var(--headertoplink); }
.top_header a:hover { color: var(--headertoplinkhover); }
.main_header { background-color: var(--headerbottombg); box-shadow: 0 10px 15px rgb(0 0 0 / 8%); }

/* Header Search Design Start */
.top_search_icon { position: relative; display: inline-block; cursor: pointer; width: 15px; height: 15px; border: solid 1px #fff; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.top_search_icon:before { position: absolute; content: ""; background-color: #fff; height: 10px; left: 6px; top: 13px; width: 1px; }
.top_search_form { position: fixed; top: -120%; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; z-index: 1; transition: all ease-in-out .4s; }
.top_search_form > div { width: 500px; max-width: 100%; }
.top_search_form input[type="text"] { border-bottom: 1px solid #fff; background: transparent; color: #fff; padding: 0; }
.top_search_form.active { top: 0; }

.top_search_form .search_close { cursor: pointer; height: 30px; position: absolute; right: 50px; top: 40px; width: 30px; }
.top_search_form .search_close:before, .top_search_form .search_close:after { background: #fff; position: absolute; top: -5px; left: 17px; height: 30px; width: 3px; content: ''; transform: rotate(45deg); }
.top_search_form .search_close:before { transform: rotate(-45deg); }
/* Header Search Design End */

.top_header .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: auto; padding: 0 10px; }

.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 35px 15px; position: relative; font-weight: 600; color: var(--headerbottomlink); }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

/* Landing Page Header */
.header--no-navigation { padding: 15px 0; background-color: 
    
    
        
    
    rgba(255, 255, 255, 1.0)
; border-bottom: 2px solid #1f1d24; }


/* new header css  */
.mainHeaderGroup .top-bar { display: flex; justify-content: flex-end; align-items: center; gap: 30px; padding: 16px 0; background: #ffffff; border-bottom: 1px solid #1a1a1a; } 
.mainHeaderGroup .top-bar a { color: #191919; font-size: 16px; font-weight: 600; text-decoration: none; font-family: Sora; } 
.mainHeaderGroup .top-bar a:hover { color: #ff5c35; } 
.mainHeaderGroup .top-bar .divider { background: #ECE7E8; height: 14px; width: 3px; } 
.mainHeaderGroup .lang-switch { display: flex; align-items: center; gap: 6px; color: #1a1a1a; font-size: 15px; font-weight: 600; cursor: pointer; } 
.mainHeaderGroup .site-header { display: flex; align-items: center; justify-content: space-between; padding: 45px 65px; background-color: #1a1a1a; position: relative; z-index: 50; gap: 24px; } 
.mainHeaderGroup .site-header .logo img { height: 36px; } 
.mainHeaderGroup .site-header nav { display: flex; align-items: center; gap: 30px; } 
.mainHeaderGroup .nav-item { position: relative; } 
.mainHeaderGroup .nav-link { color: #ffffff; font-size: 16px; font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 8px; padding: 8px 0; position: relative; font-family : sora; } 
.mainHeaderGroup .nav-link[href=""] { pointer-events: none; cursor: default; }
.mainHeaderGroup .nav-link.no-menu:hover { color: #ff003b; } 
.mainHeaderGroup .nav-item.open .nav-link { color: #fff; } 
.mainHeaderGroup .nav-item.open .nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #ff003b; border-radius: 3px; width:45px; } 
.mainHeaderGroup .arrow { transition: transform 0.2s ease; height: 9px; } 
.mainHeaderGroup .nav-item.open .arrow { transform: rotate(180deg); } 
.mainHeaderGroup .mega-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 15px; min-width: 360px; max-width: 1100px; background-image: linear-gradient(145.79deg, rgba(42, 42, 42, 0.7) 7.51%, rgba(0, 0, 0, 0.7) 100%); backdrop-filter: blur(10px); border: 1px solid #4f4a4c; border-radius: 30px; padding: 40px; display: none; gap: 60px; z-index: 100; } 
.mainHeaderGroup .nav-item.open .mega-menu { display: flex; } 
.mainHeaderGroup .mega-col { display: flex; flex-direction: column; gap: 40px; min-width: 278px; } 
.mega-colin { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.mainHeaderGroup .mega-col h3 { color: #ffffff; font-size: 20px; font-weight: 600; margin: 0; font-family: Georgia, serif; } 
.mainHeaderGroup .mega-links { display: flex; flex-direction: column; gap: 12px; } 
.mainHeaderGroup .menu-link { display: flex; justify-content: space-between; align-items: center; color: #ece7e8; font-size: 14px; font-weight: 400; text-decoration: none; gap: 10px; font-family:sora; } 
.mainHeaderGroup .menu-link:hover { color: #ffffff; } 
.mainHeaderGroup .menu-link .arrow-icon { color: #ff5c35; font-size: 14px; } 
.mainHeaderGroup .cta-button {font-family: 'Sora';background-color: #FF003B; color: #fff; padding: 12px 24px; border-radius: 30px; font-weight: 600; font-size: 16px; text-decoration: none; white-space: nowrap; } 
.mainHeaderGroup .cta-button:hover { background-color: #cc002f; color:#fff;} 
.mainHeaderGroup .hs-menu-wrapper ul {gap: 32px;} 
.mainHeaderGroup .logoDiv { max-width: 220px; width: 100%; } 
.mainHeaderGroup .mobile-toggle { display: none; } 
.mainHeaderGroup {position: relative;}
.mainHeaderGroup header {position: absolute;top: 0;left: 0;width: 100%;z-index: 2;}
.mega-colin a.in_link h3 { transition: all ease-in-out .4s; }
.mega-colin a.in_link:hover h3 { color: var(--link_hover_color); }


/* new header css  */

/* header v2  */
.headerMain .headerLogo { max-width: 220px; width: 100%; } 
.headerMain {position: absolute;width: 100%;} 
.headerMain .topHeader ul { justify-content: flex-end; gap: 32px; } 
.headerMain .topHeader { padding: 16px 0; } 
.headerMain .topHeader a { color: #191919; font-weight: 600; } 
.headerMain .mainHeader { padding: 35px 0; background-color: #1a1a1a; position: relative; z-index: 50; } 
.headerMain .mainHeader > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 100%; flex-wrap:wrap; } 
.headerMain .mainmenu .hs-menu-depth-1 > a { color: #fff; font-weight: 600; } 
.headerMain .mainmenu ul { display: flex; flex-wrap: wrap; gap: 30px; } 
.headerMain .headerButton::after{display:none;} 
.headerMain .hs-menu-depth-1{position:relative;} 
.headerMain .hs-menu-depth-1 > .hs-menu-children-wrapper { position: absolute !important; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 15px; min-width: 360px;max-width:1100px;background-image: linear-gradient(145.79deg, rgba(42, 42, 42, 0.7) 7.51%, rgba(0, 0, 0, 0.7) 100%); backdrop-filter: blur(10px); border: 1px solid #4f4a4c; border-radius: 30px; padding: 40px; display: flex; gap: 60px; z-index: 100; } 
.headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { position: relative; top: 0; left: 0 !important; opacity: 1; background: transparent; gap: 12px; } 
.headerMain .mainmenu .hs-menu-wrapper > ul > li > ul { left: 0 !important;} 
.headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > a{border-bottom:none;} 
.headerMain .mainmenu .hs-menu-depth-1:hover > a::after { transform: rotate(180deg); } 
.headerMain .mainHeader .container{position:relative;} 
.headerMain .over2Child, 
.headerMain .over2Child>ul { position: static !important; } 
.headerMain .mainmenu .hs-menu-wrapper > ul > li > ul{width:fit-content;} 
.headerMain .hs-menu-depth-1>.hs-menu-children-wrapper{transform:unset;} 
.headerMain .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {flex-direction: row;} 
.headerMain .over2Child .hs-menu-depth-2 > a { color: #ffffff !important; font-size: 20px !important; font-weight: 600 !important; margin: 0 !important; font-family: Taviraj, serif !important; } 
.headerMain .hs-menu-depth-3 > a { display: flex !important; justify-content: space-between; align-items: center; color: #ece7e8 ; font-size: 14px; font-weight: 600; text-decoration: none; gap: 10px; font-family: sora; } 
.headerMain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{white-space:nowrap;} 
.headerMain .hs-menu-depth-2 > .hs-menu-children-wrapper { min-width: 278px; } 
.headerMain .hs-menu-depth-3 > a::after, 
.headerMain .hs-child-1 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a::after, 
.headerMain .hs-child-2 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a::after { content: ''; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/arrow-right-red.svg"); width: 16px; height: 16px; background-repeat: no-repeat; display: inline-block; } 
.headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{border-bottom:none;} 
.headerMain .hs-menu-depth-2 > .hs-menu-children-wrapper { margin-top: 12px; } 
.headerMain .hs-child-1 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a, 
.headerMain .hs-child-2 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a { display: flex; flex-wrap:wrap; justify-content: space-between; align-items: center; color: #ece7e8 ; font-size: 14px !important; font-weight: 600; text-decoration: none; gap: 10px; font-family: sora; } 
.headerMain .hs-menu-depth-3>a:hover, 
.headerMain .hs-child-1 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a:hover, 
.headerMain .hs-child-2 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a:hover {color:#fff;} 
.headerMain .hs-child-2 > .hs-menu-children-wrapper > .hs-menu-depth-2, 
.headerMain .hs-child-1 > .hs-menu-children-wrapper > .hs-menu-depth-2 {width:100%;} 
.headerMain .hs-child-2 > .hs-menu-children-wrapper {gap:12px;} 
.headerMain .hs-item-has-children.hs-menu-depth-2 > a:hover { color: #fff !important; } 
.headerMain .topHeader .hs-menu-item a:hover {color: #ff5c35;}
.headerMain .hs-menu-item > a[href=""], .headerMain .hs-menu-item > a[href="javascript:;"] {pointer-events: none;cursor: default;}
/* header v2  */
/* new footer css  */
.mt-20 { margin-top: 20px; }
.footerMain { padding-top: 80px; padding-bottom: 50px; position: relative; z-index: 1; overflow: hidden; }
.footerMain .footerPattern { z-index: -1; position: absolute; top: 0; right: -4%; max-width: 929px; width: 100%; }
.footerMain .footerPattrenImg { width: 100%; height: 100%; }
.footerMain .newletterTitle > * { font-size: 58px; line-height: 1; }
.footerMain .newletterTitle > * { line-height: 1.2; font-weight: 600; font-family: Taviraj; font-size: 45px; }
.footerMain .newletterDesc > * { font-family: Sora; font-weight: 300; font-size: 18px; line-height: 1.6; }
.footerMain .newsLetterInfo { flex: 1; }
.footerMain .upperFooter { padding-bottom: 80px; border-bottom: 1px solid  #4F4A4C; gap: 24px; }
.footerMain .lowerFooter { padding-top: 64px; padding-bottom: 64px; border-bottom: 1px solid #4F4A4C; }
.footerMain .lowerCol { max-width: 280px; width: 100%; margin-right: 100px; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: column; }
.footerMain .socialItemsWrap { gap: 24px; }
.footerMain .socialItem { position: relative; width: 24px; height: 24px; }
.footerMain .socialItem a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.footerMain .contactCol { max-width: 164px; width: 100%; margin-left: 54px; }
.footerMain .mainMenuWrapper { flex: 1; gap: 24px; }
.footerMain .lowerMostFooter { padding-top: 32px; }
.footerMain .leftMenuItemsWrap { gap: 16px; }
.footerMain .menuItemsWrap, .footerMain .colText { flex-direction: column; margin-top: 16px; display: flex; flex-wrap: wrap; gap: 16px; }
.footerMain .menuTitle, .footerMain .menuItem > * { font-family: Taviraj; font-weight: 600; font-size: 16px; line-height: 1; color: #FFFFFF; }
.footerMain .colText *, .footerMain .lowerMenuItem *, .footerMain .copyrightContent *, .footerMain .menuCol .menuItem * { font-family: Sora; font-weight: 300; font-size: 14px; line-height: 1.4; color: #ECE7E8; }
.footerMain .menuItem > *:hover, .footerMain .colText *:hover, .footerMain .lowerMenuItem *:hover, .footerMain .copyrightContent *:hover { color: #FFFFFF; }
.footerMain .newsletterForm { max-width: 480px; width: 100%; }
.footerMain form input[type=email] { font-size: 16px;height: 48px;border: none; background-color: #FFFFFF33; border-radius: 24px;color: #fff;}
.footerMain form input[type=email]::placeholder { color: #fff; text-transform: none; font-family: Sora; font-weight: 300; font-size: 16px; line-height: 1.5; }
.footerMain .hs-form-field { width: 100%; max-width: 287px; flex: 1; }
.footerMain input.hs-button { text-transform: none; background: #FF003B; margin-top: 0; padding: 12px 24px; font-family: Sora; font-weight: 600; font-size: 16px; line-height: 1.5; width: calc(100% - 46px); min-width: unset; }
.footerMain .hs-submit { max-width: 180px; }
.footerMain .actions::after { content: ""; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/arrow-right.svg"); width: 48px; height: 48px; display: inline-block; background-repeat: no-repeat; background-color: #FF003B; border-radius: 50%; background-size: 16px 24px; background-position: center; cursor: pointer; margin-left: -2px; transition: all .5s ease-in-out; }
.footerMain .actions { display: flex; flex-wrap: wrap; }
.footerMain .actions:hover .hs-button { background-color: #d63027; }
.footerMain .actions:hover::after { background-color: #d63027; }
.footerMain .colText  *+a { margin-top: 12px; display: inline-block; }
.footerMain .footerLogo .footerLogoLink { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.footerMain .footerLogo { position: relative; max-width: 220px; width: 100%; }
.footerMain .hs-richtext * { color: #ece7e8; }
.footer_logo_con { margin: 20px 0 30px; font-size: 14px; line-height: 1.5; color: #ece7e8; }

.newsletterForm form { display: flex; flex-wrap: wrap; gap: 8px; position: relative; padding-bottom: 32px; }
.newsletterForm form .hs-richtext.hs-main-font-element { position: absolute; bottom: 0; left: 0; width: 100%; font-size: 14px; color: #ece7e8; }

button#hs_show_banner_button:hover { color: #fff !important; }
/* new footer css  */

/* Cookie Banner Css */
body div#hs-eu-cookie-confirmation { font-family: var(--sec-font); font-size: 14px; line-height: 1.5; height: 100%; width: 100%; background: rgba(0, 0, 0, .5); padding: 30px 15px; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner { max-width: 750px; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p { margin: 0 0 20px; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area { margin-right: 0; }


/* Footer */
footer.lp_footer { background: #020e18; font-size: 14px; }
footer.lp_footer a { color: #fff; }
footer.lp_footer a:hover { color: var(--tertiary-color); }
footer.lp_footer .hs-menu-wrapper > ul { gap: 25px; }


@media (min-width: 768px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { background-image:linear-gradient(145.79deg, rgba(42, 42, 42, 0.7) 7.51%, rgba(0, 0, 0, 0.7) 100%); visibility: hidden; pointer-events: none; margin-top: 20px;}
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: #ece7e8; padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: #fff; background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }


    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { vertical-align: top !important; width: 100% !important; color: var(--droplinkcolor); border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }
}

@media (max-width:1439px){ 
    .mainHeaderGroup .nav-link, .headerMain .mainHeader .hs-menu-depth-1 > a{ font-size: 14px; gap: 5px; } 
    .mainHeaderGroup .site-header nav, .mainHeaderGroup  .site-header { gap: 16px; } 
    .mainHeaderGroup .cta-button, .headerMain .headerButton a{padding: 12px 15px;font-size: 14px;} 
    .mainHeaderGroup .logoDiv, .headerMain .headerLogo { max-width: 176px; } 
} 
@media (min-width:1024px){ 
    .mainHeaderGroup .mobile-menu.js-mobile-menu { display: none; } 

    .headerMain .arrow { height: 9px; transition: transform .2s ease; display: inline-block; vertical-align: middle; margin-left: 8px; } 
    .headerMain li:hover .arrow { transform: rotate(180deg); } 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > a{padding:0;} 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > a{padding:0;} 
    .headerMain .mainHeader .hs-menu-depth-1 > a{padding-bottom:8px !important;} 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a::before { content: ''; margin: 0; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; border-radius: 3px; width: 45px; } 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a::before { background: #ff003b; } 
    .headerMain .over2Child .hs-menu-depth-3 + .hs-menu-depth-2 a:hover {color: #cc002f !important;}
    .headerMain .over2Child .hs-menu-depth-3 + .hs-menu-depth-2{margin-top:28px;}
    .headerMain .hs-menu-depth-1.hs-item-has-children:hover > a {color: #fff !important;}
    .headerMain .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { transition:all ease 0.2s; position: relative; content: ""; background-image:url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/chevron-down.svg"); background-repeat:no-repeat; right: 0px; margin-left: 5px;width: 13px; display: inline-block; height: 9px;} 
    .headerMain .mainmenu .hs-menu-depth-1:hover > a::after { transform: rotate(180deg); } 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li{padding:20px 0;}
    .headerMain .hs-menu-depth-3 > a, .headerMain .hs-child-1 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a, .headerMain .hs-child-2 > .hs-menu-children-wrapper > .hs-menu-depth-2 > a{font-weight: 400;}
} 

@media (min-width:1024px) and (max-width: 1200px) {
    .mainHeaderGroup .nav-link, .headerMain .mainHeader .hs-menu-depth-1 > a {font-size: 12px;}
    .mainHeaderGroup .logoDiv, .headerMain .headerLogo {max-width: 150px;}
    .mainHeaderGroup .mega-col{min-width: 210px;}
    .headerMain .hs-menu-depth-2 > .hs-menu-children-wrapper{min-width: 250px;}
    .headerMain .hs-menu-depth-1 > .hs-menu-children-wrapper{gap: 30px;}
}
@media (min-width:1201px) and (max-width: 1299px) {
    .headerMain .mainmenu .hs-menu-wrapper > ul > li.hs-child-4 > ul{left:2% !important;}
    .headerMain .mainHeader{padding-left: 65px;padding-right:  65px;}
}
@media (min-width:1201px) and (max-width: 1440px) {
    .mainHeaderGroup .mega-col, .headerMain .hs-menu-depth-2 > .hs-menu-children-wrapper  {min-width: 250px;}
}
@media (min-width:1201px){ 
    .footerMain .mainMenuWrapper { gap: 44px; } 
} 
@media (min-width: 1440px){
    .footerMain .mainMenuWrapper { gap: 54px; } 
    .site-header .container, .mainHeader .container  {width: 1460px;}
    
    .headerMain .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {margin-left: 8px} 
    
}
@media (min-width:1440px) and (max-width: 1500px) {
    .headerMain .mainHeader{padding-left: 65px;padding-right:  65px;}
}
@media (max-width:1440px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: -100% !important; }
}
@media (max-width:1439px){
    .headerMain .mainHeader>div, 
    .headerMain  .mainmenu ul{gap: 16px;} 
}

@media (max-width:1200px){
    header .wrapper { width:1200px; max-width: 100%; padding: 0 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 30px 10px; font-size: 14px; }

    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: auto !important; right: 0; width: 220px; }
    .header--no-navigation { padding: 11px 0; } 

    .mainHeaderGroup .site-header { padding: 45px 25px; } 

    .footerMain .lowerCol { max-width: unset; margin-right: 0; } 
    .footerMain .socialItemsWrap { margin-top: 30px; } 
    .footerMain .mainMenuWrapper, .footerMain .contactCol { margin-top: 48px; } 

    .headerMain .headerLogo { max-width: 175px; } 
}




@media (max-width: 1023px) { 
    .mainHeaderGroup .top-bar{display:none;} 
    .mainHeaderGroup .site-header { padding: 25px 15px; border-bottom: 1px solid #d0cacc; background-color:#fff; } 
    .mainHeaderGroup .site-header .logo img { height: 28px; } 
    .mainHeaderGroup .site-header nav { display: none; } 
    .mainHeaderGroup .mobile-toggle { display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer;  } 
    .mainHeaderGroup .mobile-toggle svg { height: 20px; stroke: #000; width: 18px; } 
    .mainHeaderGroup .cta-button { display: none; } 
    .mainHeaderGroup .mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #1a1a1a; z-index: 999; display: none; flex-direction: column; padding: 25px 15px; overflow-y: auto; box-sizing: border-box; } 
    .mainHeaderGroup .mobile-menu.open { display: flex; } 
    .mainHeaderGroup .mobile-menu-top { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 30px; } 
    .mainHeaderGroup .mobile-lang { display: flex; align-items: center; gap: 10px; color: #ffffff; font-size: 15px; font-weight: 600; list-style: none; padding: 0; margin: 0; } 
    .mainHeaderGroup .mobile-lang a { color: #ffffff; text-decoration: none; } 
    .mainHeaderGroup .mobile-close { background: none; border: none; cursor: pointer; } 
    .mainHeaderGroup .mobile-close svg { width: 24px; height: 24px; stroke: #ffffff; } 
    .mainHeaderGroup .mobile-section { margin-bottom: 30px; } 
    .mainHeaderGroup .mobile-section-title a{font-family:sora;color: #8a8a8a; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; } 
    .mainHeaderGroup .mobile-links { display: flex; flex-direction: column; border-left: 2px solid #4f4a4c; } 
    .mainHeaderGroup .mobile-links a { font-family:sora; color: #ffffff; font-size: 16px; font-weight: 600; text-decoration: none; padding: 14px 16px; } 
    .mainHeaderGroup .mobile-links a:hover { color: #ff5c35; } 
    .mainHeaderGroup .simpleListItem .mobile-links { border-left: 0; } 
    .mainHeaderGroup .simpleListItem .mobile-links a { padding-left: 0; }
    .mainHeaderGroup .mobile-section.simpleListItem {margin-bottom: 0;}
    .mainHeaderGroup .has-menu .mobile-links a:first-child { padding-top: 0; }
    .mainHeaderGroup .has-menu .mobile-links { margin-top: 12px; }


    .headerMain a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top:0; right:35px; width:18px; height:30px; text-align:center; background:transparent; padding:0; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left;z-index: 9999; top:50%; transform:translateY(-50%);} 
    .headerMain a.mobile-trigger:hover { text-decoration:none; } 
    .headerMain a.mobile-trigger span { display:inline; } 
    .headerMain a.mobile-trigger span:before { position:absolute; content:'Menu'; } 
    .headerMain a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; } 
    .headerMain .mobile_menu_toggle .mobile-trigger { top:2px; } 
    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; } 
    .mobile-open a.mobile-trigger span:after { opacity:1; } 
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; } 
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; } 
    .headerMain .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } 
    .headerMain .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } 
    .headerMain a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; } 
    .headerMain a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; } 
    .headerMain a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {border-radius: 10px;width:18px; height:2px; display:inline-block; background: #000; } 
    .headerMain a.mobile-trigger i:before { margin-top:-6px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; } 
    .headerMain a.mobile-trigger i:after { margin-top:6px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; } 
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } 
    .mobile-open a.mobile-trigger i:before {background: #fff;margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } 
    .mobile-open a.mobile-trigger i:after {background: #fff; margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } 
    .headerMain .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top:0; left: 0; width: 100%; max-width:100%; padding:0px;background-color: #1a1a1a; z-index:8888; display: none; padding-top:85px;} /*     hamburger menu  */ 
    .headerMain .mainmenu  .hs-menu-wrapper ul { background: #1a1a1a; } 
    .headerMain .mainmenu  .hs-menu-wrapper ul{ display: block !important; position:static !important; } 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > ul{visibility:visible;opacity:1;background:#1a1a1a !important; border:0; width:100%; padding: 0; margin: 0 3px; border-radius: 0; } 
    .headerMain .mainmenu  .hs-menu-wrapper ul * { position:static !important; } 
    .headerMain .mainmenu .hs-menu-wrapper ul li { width:100%; } 
    .headerMain .mainHeader .mainmenu .hs-menu-wrapper > ul { padding-left: 15px; padding-right: 15px; height: 100vh; overflow: auto; padding-bottom: 100px;} 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul{width:100%;visibility:visible;opacity:1;} 
    .headerMain .hs-menu-wrapper .hs-menu-children-wrapper{opacity:1;} 
    .headerMain .hs-menu-depth-1 > a { font-family: sora; color: #8a8a8a !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; } 
    .headerMain .hs-child-0 > a { color: #fff !important; font-size: 16px !important; text-transform: none; margin:0 !important; } 
    .headerMain .hs-menu-depth-1 > a > span{display:none;} 
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > a { padding: 0; margin-bottom: 12px; } 
    .headerMain .over2Child >ul >.hs-menu-depth-2.hs-item-has-children > a { display: none; } 
    .headerMain .over2Child .hs-menu-depth-2 > .hs-menu-children-wrapper, 
    .headerMain .hs-child-1 > .hs-menu-children-wrapper, 
    .headerMain .hs-child-2 > .hs-menu-children-wrapper { border-left: 2px solid #4f4a4c !important; margin-top: 0; } 
    .headerMain .over2Child .hs-menu-depth-3 > a{ padding: 14px 16px; } 
    .headerMain .hs-menu-depth-2:first-child .hs-menu-depth-3:first-child { padding-top: 0; } 
    .headerMain .hs-menu-depth-2 .hs-menu-children-wrapper { gap: 0 !important; } 
    .headerMain .hs-menu-depth-3 > a, 
    .headerMain .hs-child-1>.hs-menu-children-wrapper>.hs-menu-depth-2>a, 
    .headerMain .hs-child-2>.hs-menu-children-wrapper>.hs-menu-depth-2>a {font-size:16px !important;} 
    .headerMain .topHeader { display: none; } 
    .headerMain .mainHeader .container{position:static;} 
    .headerMain .mainHeader{padding: 25px 0;} 
    .headerMain .mainmenu .hs-menu-flow-horizontal > ul > li{border-bottom:0;} 
    body.mobile-open { overflow: hidden; } 
    .headerMain .mainHeader>div { gap: 0; } 
    .headerMain .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent: 0; } 
    .headerMain .mainmenu  +.headerButton.button-1 { display: none; } 
    .headerMain { display: none; } 
    .headerMain .hs-child-1>.hs-menu-children-wrapper>.hs-menu-depth-2>a:after, 
    .headerMain .hs-child-2>.hs-menu-children-wrapper>.hs-menu-depth-2>a:after, 
    .headerMain .hs-menu-depth-3>a:after{display:none;} 
    .headerMain .over2Child .hs-menu-depth-2:not(.hs-item-has-children) a { font-family: Sora !important; font-size: 16px !important; padding: 14px 16px; }
    .headerMain .hs-menu-depth-2 a:hover, .headerMain .hs-menu-depth-3 a:hover, .headerMain .hs-child-0 a:hover {color: #ff5c35!important;}
    .headerMain .mainmenu .hs-menu-wrapper > ul > li{padding:14px 0;}
    .headerMain .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { padding: 14px 16px; }
    .headerMain .mainHeader {background-color: #fff;}
    
}

@media (max-width:991px){
    .main_header .logo img { width: 140px !important; }

    .footerMain .mainMenuWrapper { flex: unset; width: 100%; } 
    .footerMain .contactCol { margin-left: 0; margin-top: 40px; } 
    .footerMain .rightCopyrightInfo {margin-top: 24px;}
}

@media (max-width:767px){
    header { box-shadow: none; }
    .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding:15px 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color: #FF003B; font-weight: 600; }

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }

    body.mobile-open { overflow: hidden; } 
    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    /*     a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top:39px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; }
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: var(--hamburger); }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); } */

    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height:100% !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); }

    .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top:120px; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; }

    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid var(--secondary-color); }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }

    /* Footer */
    footer.lp_footer { text-align: center; }
    footer.lp_footer .hs-menu-wrapper > ul { flex-direction: row; justify-content: center; gap: 15px; margin-top: 20px; }

    .footerMain .upperFooter { justify-content: center; text-align: center; } 
    .footerMain .newletterTitle > * { font-size: 28px; } 
    .footerMain .newsLetterInfo { flex: unset; } 
    .footerMain .newletterDesc > * { font-size: 14px; } 
    .footerMain form { justify-content: center; } 
    .footerMain .mainMenuWrapper { gap: 40px; } 
    /*     .footerMain .menuCol { width: 100%; }  */
    .footerMain .lowerFooter { padding-bottom: 50px; } 
    .footerMain .lowerMenuItem { width: 100%; } 
    .footerMain .rightCopyrightInfo { margin-top: 24px; } 
    .footerMain .hs-form-field {max-width: unset;flex: unset;}
    .footerMain .newsletterForm {padding: 0 15px;}

    .headerMain a.mobile-trigger { right:15px;} 

}

@media (max-width: 500px){
    .newsletterForm form { padding-bottom: 60px; }
} 
/* Blog Listing Page */
.inner_hero_sc { background: #1a1a1a; padding: 120px 0 270px; position: relative; line-height: 1.65; }
.inner_hero_sc h1 { margin-bottom: 20px; }
.inner_hero_sc .right_pattern { position: absolute; bottom: 0; right: 0; }
.inner_hero_sc .left_pattern { position: absolute; top: 0; left: 0; }
.inner_hero_sc:after { position: absolute; content: ""; height: 78px; width: 78px; bottom: 190px; left: 18%; border-radius: 100%; border: 3px solid #FF003B; }

.blog_listing_area { position: relative; background: #fff; border-radius: 50px; margin-top: -80px; padding: 80px 0; }
.blog_listing_area .container { width: 1250px; max-width: 100%; }
.blog_listing_area .filter-wrap { width: 350px; max-width: 100%; position: relative; z-index: 1; }
.blog_listing_area .filter-wrap .select_tag { border: 1px solid #7A7476; display: flex; gap: 4px; text-transform: capitalize; width: 100%; padding: 10px 25px 10px 15px; border-radius: 40px; font-weight: 300; cursor: pointer; position: relative; z-index: 1; }
.blog_listing_area .filter-wrap .select_tag.open:after { transform: rotate(180deg); }
.blog_listing_area .filter-wrap .select_tag:after { position: absolute; content: ""; height: 16px; width: 16px; top: 0; bottom: 0; right: 10px; background: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/images/chevron-down.svg) no-repeat center / cover; margin: auto 0; }
.blog_listing_area .filter-wrap ul { padding: 40px 0 13px; margin: 0; list-style-type: none; background: #fff; position: absolute; top: 100%; left: 0; width: 100%; border-radius: 0px 0px 10px 10px; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); margin-top: -30px; display: none; }
.blog_listing_area .filter-wrap ul li, .blog_listing_area .filter-wrap ul li a { display: inline-block; vertical-align: top; width: 100%; }
.blog_listing_area .filter-wrap ul li a { padding: 8px 15px; font-size: 14px; color: var(--tertiary-color); font-weight: 500; border-bottom: 1px solid #e9e9e9; }
.blog_listing_area .filter-wrap ul li a:hover { color: var(--main-color); }
.blog_listing_area .filter-wrap ul li:last-child a { border: 0; }

.blog_listing_wrapper { margin-left: -15px; margin-right: -15px; }
.blog_listing_item .feature-img { height: 250px; overflow: hidden; position: relative; margin-bottom: 20px; }
.blog_listing_item .feature-img img { height: 100%; width: 100%; object-fit: cover; border-radius: 40px; }
.blog_listing_item .feature-img .img_data { position: absolute; top: 0; left: 0; width: 100%; padding: 20px 30px 0; }
.blog_listing_item .feature-img .img_data .img_topic a { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 300; color: var(--secondary-color); background: #ECE7E8; border: 1px solid #D0CACC; border-radius: 30px; padding: 2px 10px; }
.blog_listing_item .feature-img .share_btn { height: 40px; width: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid #ECE7E8; border-radius: 50px; background: #fff; cursor: pointer; }
.blog_listing_item .feature-img ul.share_list { margin: 0; list-style-type: none; position: absolute; top: calc(100% + 10px); right: 30px; padding: 5px; display: flex; align-items: center; justify-content: center; gap: 14px; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; } 
.blog_listing_item .feature-img .post_share_btn:hover ul.share_list { right: 32px; opacity: 1; visibility: visible; }
.blog_listing_item .feature-img ul.share_list li { line-height: 0; }
.blog_listing_item .feature-img ul.share_list li a { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #ECE7E8; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05), inset 0 -2px 0 rgba(10, 13, 18, 0.05), 0 0 0 1px rgba(10, 13, 18, 0.18); }
.blog_listing_item .author_date { display: flex; color: #FF003B; font-weight: 600; text-transform: capitalize; gap: 4px; }
.blog_listing_item .post_title a { color: var(--tertiary-color); }
.blog_listing_item .post_title { line-height: 1.25; margin-top: 5px; }
.blog_listing_item .post_content { font-size: 14px; color: var(--secondary-color); margin: 5px 0; word-wrap: break-word; }
.blog_listing_item .post_content a { text-decoration: underline; color: var(--secondary-color); }
.blog_listing_item .post_content a:hover { color: var(--main-color); }
.blog_listing_item .topics { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px; }
.blog_listing_item .topics a { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 300; color: var(--secondary-color); background: #ECE7E8; border: 1px solid #D0CACC; border-radius: 30px; padding: 2px 10px; }
.blog_listing_item .topics a:hover { color: #fff; background-color: var(--main-color); border-color: var(--main-color); }
.post_author_box { border-top: 1px solid #E9EAEB; padding-top: 30px; margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.post_author_box .hs-author-avatar { height: 48px; width: 48px; border-radius: 100%; overflow: hidden; }
.post_author_box a.author-link { font-weight: 600; text-transform: capitalize; color: #181D27; font-family: var(--main-font); }
.post_author_box a.author-link:hover { color: var(--main-color); }

.blog_listing_area .custom-pagination { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 30px; border-top: 1px solid #ECE7E8; }
.custom-pagination__prev, .custom-pagination__next { font-size: 14px; font-weight: 600; color: var(--secondary-color); text-transform: capitalize; display: flex; align-items: center; gap: 6px; line-height: 0; }
.custom-pagination__number { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; color: var(--secondary-color); font-size: 14px; line-height: 20px; font-weight: 300; border-radius: 100%; }
.custom-pagination__numbers { display: flex; align-items: center; justify-content: center; }
.custom-pagination__number.custom-pagination__number--active { background: #FF003B; color: #fff; font-weight: 600; }
.custom-pagination__ellipsis { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; line-height: 0; }
.custom-pagination__prev--disabled, .custom-pagination__next--disabled { opacity: 0.2; pointer-events: none; }

/* Author Page */
.blog-author-main .author-parent { background: #f9f9f9; display: flex; align-items: center; flex-wrap: wrap; padding: 50px 30px; border-radius: 16px; margin-bottom: 50px; }
.blog-author-main .author-parent .hs-author-avatar { height: 100px; width: 100px; border-radius: 100%; overflow: hidden; }
.hs-author-bio-right { width: calc(100% - 100px); padding-left: 20px; }
.hs-author-bio-right h3.blog-author-heading { text-transform: capitalize; }
.hs-author-bio-right .hs-author-bio { margin: 10px 0 20px; }
.hs-author-social-section { display: flex; gap: 8px; }
.hs-author-social-links { gap: 8px; display: flex; }

/* Blog Inner Page */
.blog_inner_main_sc { padding: 100px 0; }
.blog_inner_main_sc .container { width: 1250px; max-width: 100%; }
.blog_inner_post_top { width: 800px; max-width: 100%; margin: 0 auto; text-align: center; padding-bottom: 60px; }
.blog_inner_post_top h1 { font-size: 45px; line-height: 1.2; margin: 15px 0; }
.blog_inner_post_top .author_date { display: flex; color: #FF003B; font-weight: 600; text-transform: capitalize; gap: 4px; justify-content: center; }
.blog_post_tag { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.blog_post_tag a { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 300; color: var(--secondary-color); background: #ECE7E8; border: 1px solid #D0CACC; border-radius: 30px; padding: 2px 10px; }
.blog_post_tag a:hover { background-color: var(--main-color); border-color: var(--main-color); color: #fff; }

.blog_post_inner_img { margin-bottom: 100px; }
.blog_post_inner_img img { width: 100%; border-radius: 40px; }

.blog_post_body { width: 720px; max-width: 100%; margin: 0 auto; font-size: 18px; line-height: 1.67; }
.blog_post_body p { margin: 15px 0; padding: 0; }
.blog_post_body h2, .blog_post_body h3, .blog_post_body h4, .blog_post_body h5, .blog_post_body h6 { margin: 30px 0 15px 0; }
.blog_post_body a { color: var(--secondary-color); text-decoration: underline; }
.blog_post_body a:hover { text-decoration: none; }
.blog_post_body ul { padding-left: 25px; margin: 30px 0; list-style-type: square; }
.blog_post_body div + ul { margin-top: 0; }
.blog_post_body ul li { margin-top: 5px; }
.blog_post_body strong { font-weight: 700; }
.blog_post_body img { border-radius: 40px; }
.blog_post_body small { display: flex; gap: 5px; }

.post_author_box.inner { width: 720px; max-width: 100%; margin: 0 auto; padding-top: 20px; flex-wrap: wrap; }
.post_author_box.inner .wrap { gap: 12px; }
.post_author_box.inner .share-buttons { padding: 0; margin: 0; list-style-type: none; display: flex; align-items: center; gap: 12px; }
.post_author_box.inner .share-buttons li a { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #ECE7E8; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05), inset 0 -2px 0 rgba(10, 13, 18, 0.05), 0 0 0 1px rgba(10, 13, 18, 0.18); }
.post_author_box.inner .share-buttons li a.copy_link { height: auto; width: auto; padding: 9px 14px; font-size: 14px; font-weight: 600; color: var(--tertiary-color); gap: 6px; }

.hs-blog-post .body-container.body-container--blog-post { position: relative; margin: -50px 0; z-index: 2; background: #fff; border-radius: 50px; }
.hs-blog-post .mainHeaderGroup .site-header { padding-bottom: 90px; }
.hs-blog_post_body .mainHeaderGroup .site-header, .hs-blog_post_body .mainHeaderGroup header { z-index: unset; }
.hs-blog_post_body .footerMain { padding-top: 130px; }

/* Case Study Blog Post */
.case_study_inner_post .blog_inner_post_top { padding-bottom: 50px; }
.case_study_inner_post .blog_post_title { margin-bottom: 25px; }
.blog_post_body blockquote { font-size: 24px; line-height: 30px; color: #191919; font-family: var(--main-font); font-weight: 600; border-left: 3px solid #FF003B; margin: 50px 0 0; padding-left: 20px; }
.blog_post_body blockquote p { margin-top: 30px; font-family: var(--sec-font); font-size: 18px; font-style: normal; font-weight: 400; margin-bottom: 50px; }
.blog_post_body ol { margin: 0 0 40px; padding-left: 25px; }
.blog_post_body .grey_con_box { background: #F9F9F9; border-radius: 40px; padding: 60px 40px; margin: 50px 0; }
.blog_post_body .grey_con_box h3 { margin: 0 0 30px; }


/* Media Css */
@media (max-width: 1200px){
    /* Blog Listing Page */
    .blog_listing_area .container, .blog_inner_main_sc .container { width: 950px; }
    .blog_listing_item .feature-img .img_data { padding: 10px 15px 0; }
    .blog_listing_item .feature-img { height: 170px; }
    .blog_listing_item .feature-img img { border-radius: 20px; }
    .inner_hero_sc .left_pattern, .inner_hero_sc .right_pattern, .inner_hero_sc:after { display: none; }
}

@media (max-width: 991px){
    /* Blog Listing Page */
    .blog_listing_area .container, .blog_inner_main_sc .container { width: 750px; }
    .blog_listing_item .feature-img { height: 200px; }
}

@media (max-width: 767px){
    /* Blog Listing Page */
    .inner_hero_sc { padding: 80px 0 170px; }
    .blog_listing_area .container, .blog_inner_main_sc .container { width: 100%; }
    
    /* Blog Inner Page */
    .blog_inner_main_sc { padding: 60px 0; }
    .blog_inner_post_top h1 { font-size: 32px; }
    .blog_post_inner_img { margin-bottom: 40px; }
    .blog_post_body { font-size: 14px; } 
    
    /* Case Study Blog Post */
    .blog_post_body blockquote { font-size: 20px; line-height: 26px; }
    .case_study_inner_post .blog_inner_post_top { padding-bottom: 60px; }
    .blog_post_body .grey_con_box { padding: 40px 15px; border-radius: 24px; }
    .blog_post_body .grey_con_box h3 { margin-bottom: 0; }
}

@media (max-width: 500px){
    /* Blog Listing Page */
    .custom-pagination__prev, .custom-pagination__next { display: none; }
    .custom-pagination__numbers { margin: 0 auto; }
    .custom-pagination__number { height: 30px; width: 30px; }
    
    /* Blog Author Page */
    .hs-author-bio-right { width: 100%; padding: 20px 0 0; }
    .blog-author-main .author-parent { padding: 30px 15px; }
} 
.error_main_section { padding: 290px 0px 180px; }


.error_box { width:100%; margin:0 auto; padding: 50px; background: #fff; max-width: 950px; box-shadow: 0px 60px 80px rgb(0 0 0 / 4%), 0px 38.8889px 46.8519px rgb(0 0 0 / 3%), 0px 23.1111px 25.4815px rgb(0 0 0 / 2%), 0px 12px 13px rgb(0 0 0 / 2%), 0px 4.88889px 6.51852px rgb(0 0 0 / 2%), 0px 1.11111px 3.14815px rgb(0 0 0 / 1%); }
.error_box h1 { color:#4F4A4C; font-size:200px; line-height:150px; }
.error_box h2 { margin:20px 0; font-size: 45px; }
.error_box h3 { margin:0 0 10px; font-size: 30px; line-height: 1.2; }

.systems-page { padding: 0px !important; }
.systems-page .error_box h1 { font-size: 48px; line-height:1.1; }
.systems-page .error_box .introduction { margin:10px 0; }
.systems-page form input { height:50px; margin:0 0 7px !important; padding:10px 25px !important; }
.systems-page form input[type="checkbox"] { height:auto; margin: 0 5px 0 0 !important; width: 15px; height: 15px; position:relative; bottom:0; }
.systems-page form .hs-input { margin:10px 0 15px !important; width: 510px !important; box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; }
.systems-page form .hs_submit { width:100%; margin:10px 0; }
.systems-page .form-container .hs-login-widget-show-password { margin:0; }
.systems-page .password_form.error_box h1 { margin-bottom:6px; }
.systems-page .password_form #hs-pwd-widget-password { margin:15px 0 !important; }
.systems-page .preferences_box .page-header h2 { margin:10px 0 20px; }
.systems-page .preferences_box .page-header br { display:none; }  
.systems-page .preferences_box .item { width:100%; margin-bottom:15px; }
.systems-page .preferences_box .item .checkbox-row + p { padding-left:25px; }
.systems-page .preferences_box .hs-button { margin-top:20px !important; }

.systems-page .confirmation_box .page-header h2 { margin:0 0 10px; }
.systems-page .confirmation_box .page-header br { display:none; }  
.error_box_parent input[type="password"] { box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; padding: 15px 25px !important; }


.system-container { margin: 0 auto; min-height: calc(100vh - 300px); padding-top: 100px; width: 100%; }
.error-page { padding: 0px 0 140px; position: relative; text-align: center; margin-top: -280px; z-index: 5; }
.error-page:before { color: #f3f6f9; content: attr(data-error); font-size: 40vw; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: -1; }
.error-page .btn a { margin-top: 10px; }


@media screen and (min-width:1100px) {
    .error-page:before { font-size: 20rem; }
}
.systems-page { width:100%; }
.systems-page--search-results { max-width: 100%; }
.systems-page .header { background-color: transparent; border-bottom: none; padding: 0; }
.systems-page .success { background-color: #cde3cc; border: 1.5px solid #4f7d24; border-radius: 6px; color: #4f7d24; display: inline-block; margin: 15px 0 0; width: 100%; max-width:100%; padding: 15px; }
.systems-page form input { max-width: 100%; }


.systems-page #hs-pwd-widget-password { width: 100%; }
.systems-page .hs-login-widget-show-password, .systems-page .hs-register-widget-show-password, .systems-page .hs-reset-widget-show-password { display: block; margin-bottom: 0.5rem; }
.systems-page #hs-login-widget-remember, .systems-page #hs-login-widget-remember ~ label { display: inline-block; margin-bottom: 3px; }
form#email-prefs-form .item.disabled { opacity: 0.6; cursor: not-allowed; }
form#email-prefs-form .item.disabled input:disabled { cursor: not-allowed; }
.sub_confirmation h2 { margin:0; }

/* Search */
.hs-search-results { margin-top: 2rem; }
ul.hs-search-results__listing li { margin-bottom: 2rem; }
.hs-search-results__title { font-size: 1.25rem; margin-bottom: 0.25rem; }
.hs-search-results__description { padding-top: 0.5rem; }
.hs-search-highlight { font-weight: bold; }
.hs-search-results__pagination a { color: #051f46; }
.hs_search_box.error-page { margin-top: -240px; }

/* Membership error message */
.form-input-validation-message ul { margin: 0; padding-left: 0; }
.form-input-validation-message ul li { line-height: 1rem; }

/* Password prompt */
.password-prompt input[type='password'] { height: auto !important; }

.error-page { }
.error-page form h3 { font-size: 18px; margin-bottom: 0; text-align: left; display: none; }
.error-page form { margin-top: 25px; }

.error_box_parent.mlogin-main .form-container { text-align: left; }
.error_box_parent.mlogin-main .hs-form-field { margin-bottom: 10px; }
.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password { float: right; }
.error_box_parent.mlogin-main .hs-membership-loader.hs_submit.hs-submit { margin-top: 25px; }

.error_box_parent.mlogin-main .hs-error-msgs label { transform: none;}
.error_box_parent.mlogin-main form .hs-error-msgs { padding-left: 0;  list-style: none;}


.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ float: right; }
.error_box.password-required .hs-button { margin-top: 10px !important; display: inline-block; }
.error_box.password-required form { margin-top: 10px; }
.error_box.password-required h1 { margin-bottom: 15px; }

.search-results-wrapper .hero-main.full-width { padding-bottom: 230px;}
.search-results-wrapper .hero-outer h1 { margin-bottom: 0;}

.error_box .no-list {  list-style: none;}
.error_box.password-required form#email-prefs-form { text-align: left;}
.error_box.password-required { text-align: left;}
.checkbox-row + p { padding-left: 24px; } 
.email-prefs .subscribe-options .header { padding-left: 24px; margin-bottom: 10px; margin-top: 11px; }
form#email-prefs-form p+p { padding: 0; }
.email-prefs p.header { margin-bottom: 25px; }
.error_box.password-required .email-prefs input[type="submit"] { margin-top: 20px !important; }
.email-prefs .item { margin-bottom: 15px; }


.systemPageSection, .error-pg-css {background-color:#fff;border-radius: 50px;width: 100%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 0; } 
.error-pg-css .error-page-mn { width: 100%; position: relative; } 
.error-pg-css .page-not-found-sc { text-align: center; } 
.error-pg-css .error-badge { display: inline-block; font-family: sora; font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #FF003B; background: rgba(229, 25, 46, 0.12); border: 1px solid rgba(229, 25, 46, 0.3); border-radius: 50px; padding: 5px 18px; margin-bottom: 32px; } 
.error-pg-css .page-not-found-sc h1, .systemPageSection h1 { font-family: Taviraj, serif; font-size: 42px; font-weight: 600; color: #191919; line-height: 1.2; margin-bottom: 20px; } 
.systemPageSection h3{color:#4F4A4C; font-size:16px;margin-top:16px;}
.error-pg-css .page-not-found-sc h1 span { color: #191919; } 
.error-pg-css .page-not-found-sc h6 { font-family: sora; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; color: rgba(255, 255, 255, 0.45); text-transform: uppercase; margin-bottom: 24px; line-height: 1.8; } 
.error-pg-css .page-not-found-sc p { font-family: sora; font-size: 14px; color: #4F4A4C; line-height: 1.5; max-width: 500px; margin: 0 auto 30px; } 
.error-pg-css .page-not-found-sc p strong { color: #4F4A4C; } 
.error-pg-css .feel-free-label { font-family: sora; font-size: 14px; font-weight: 600; color: #4F4A4C;  margin-bottom: 30px; } 
.error-pg-css .page-not-found-sc ul { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 40px; } 
.error-pg-css .page-not-found-sc ul li { font-family: sora; font-size: 14px; color: rgba(255, 255, 255, 0.5); } 
.error-pg-css .page-not-found-sc ul li a { color: #FF003B; text-decoration: none; font-weight: 600; } 
.error-pg-css .page-not-found-sc ul li a:hover { text-decoration: underline; } 
.error-pg-css .error-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } 
.error-pg-css .btn-primary { background: #FF003B; color: #fff; border: none; border-radius: 50px; padding: 12px 24px; font-size: 16px; font-weight: 600; font-family: sora; cursor: pointer; display: flex; align-items: center; gap: 8px; text-decoration: none; } 
.error-pg-css .btn-primary:hover { background: #cc002f; } 
.error-pg-css .btn-outline { background: transparent; color: #7A7476; border: 1px solid #D0CACC; border-radius: 50px; padding: 12px 24px; font-size: 16px; font-weight: 600; font-family: sora; cursor: pointer; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.error-pg-css .btn-outline:hover { border-color: #7A7476; } 
.divider-line { border: none; border-top: 1px solid #4f4a4c; margin: 0; }

.error-pg-css .error-page h1 { font-family: Taviraj, serif; font-size: 42px; font-weight: 600; color: #191919; line-height: 1.2; margin-bottom: 20px; } 
.error-pg-css .error-page p { font-family: sora, sans-serif; font-size: 16px; color: #4F4A4C; line-height: 1.5; max-width: 460px; margin: 0 auto; } }
.error-pg-css .error-page::before {font-size: 0 !important;content:'';}
.max650 { max-width: 650px; margin: 0 auto; }
.darkBg{background-color:#191919;}
.systemPageSection form * { color: #fff; }
.systemPageSection .hs-button.primary {font-family: 'Sora';text-transform: none; font-weight: 500; line-height: 1.5;background-color: #FF003B;margin-top: 30px !important;margin-bottom: 0px !important;padding:12px 24px !important;}
.systemPageSection .hs-button.primary:hover {background-color: #cc002f;}
.systemPageSection form input[type="checkbox"] { accent-color: #ff003b; }
.systemPageSection form h1,
.systemPageSection form h2 {color: #191919;}
.systemPageSection form span {color: #4F4A4C;}
.systemPageSection .page-header {color: #4F4A4C !important;}
.systemPageSection .item-inner *, .systemPageSection  .subscribe-options *, .systemPageSection  .email-prefs .header {color: #4F4A4C;}

@media (max-width: 1400px){

    .error_box_parent .hero-main.full-width { padding-bottom: 290px;}

}

@media(max-width:991px){ 

    .error_box {  max-width: 730px;}
    .search-results-wrapper .hero-main.full-width { padding-bottom: 160px;}

}
@media(max-width:767px){ 

    .error_main_section { padding: 80px 0 150px 0; } 
    .systems-page { padding:8rem 20px 4em; }  
    .error_box { padding:20px; }    
    .systems-page .error_box h1 { font-size:30px; }
    .systems-page form input[type='submit'] { white-space: normal; }
    .error-page { margin-top: -155px; padding:0rem 15px 4em; } 
    .error_box h1 { font-size: 110px; line-height: 100px; }
    .error_box h3 { margin: 5px 0 10px; font-size: 20px; }
    .error_box h2 { margin: 5px 0 10px; font-size: 22px; }

    .error_box {  max-width: 100%;}
    .error_box_parent .hero-main.full-width { padding-bottom: 170px;}

    .error_box_parent.mlogin-main .hs-form-field label,.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ font-size: 14px; }

    .search-results-wrapper .hero-main.full-width { padding-bottom: 120px;}

    .email-prefs .item { margin-bottom: 10px; font-size: 12px; }
    .systems-page form input[type="checkbox"] { bottom: -4px; }
    form#email-prefs-form p+p, .email-prefs .subscribe-options .header { font-size: 12px; }

    .hs_search_box.error-page { margin-top: -155px; }
    
    .systemPageSection, .error-pg-css {border-radius: 30px;}
    
    .darkBg{padding:15px}

}
.error-pg-css .error-page::before {font-size: 0 !important;content:'';}  





/* Custom Fonts */
@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Bold.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Bold.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Bold.ttf') format('truetype');
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraBold.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraBold.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraLight.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraLight.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
                font-weight: 200;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Light.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Light.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Light.ttf') format('truetype');
                font-weight: 300;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Medium.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Medium.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Medium.ttf') format('truetype');
                font-weight: 500;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: 'Eudoxus Sans';
    src: url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Regular.woff2') format('woff2'),
        url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Regular.woff') format('woff'),
            url('https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/raw_assets/public/appythings/fonts/EudoxusSans-Regular.ttf') format('truetype');
                font-weight: normal;
                font-style: normal;
                font-display: swap;
                }

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-300-normal-MhjWGw7J.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-300-normal-_JD_50WO.woff)format("woff");
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-300-normal-cp3Vmaam.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-300-normal-CYw8U7ew.woff)format("woff");
    unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-400-normal-Twk1CgKs.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-400-normal-BmhJC382.woff)format("woff");
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-400-normal-CRt88UEn.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-400-normal-OW7qkl5a.woff)format("woff");
    unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-600-normal-Cue1zdhl.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-ext-600-normal-DLOJK0Ta.woff)format("woff");
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Sora;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-600-normal-Cdg4DaK0.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/sora-latin-600-normal-1_7fyUAY.woff)format("woff");
    unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-thai-400-normal-CLcxU3Pu.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-thai-400-normal-CQTLXI0K.woff)format("woff");
    unicode-range: U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-vietnamese-400-normal-BBmBzd-Q.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-vietnamese-400-normal-DN2YHDzz.woff)format("woff");
    unicode-range: U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-ext-400-normal-DHJGzPau.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-ext-400-normal-CC48MiOd.woff)format("woff");
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-400-normal-DNmVkgcI.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-400-normal-B4rYwn1R.woff)format("woff");
    unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-thai-600-normal-C1KkE636.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-thai-600-normal-CvR_BJe_.woff)format("woff");
    unicode-range: U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-vietnamese-600-normal-DNPRxb3R.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-vietnamese-600-normal-D4dDXerC.woff)format("woff");
    unicode-range: U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-ext-600-normal-BubSt5z_.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-ext-600-normal-C9Zdf0o3.woff)format("woff");
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Taviraj;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-600-normal-Bqg8T_QZ.woff2)format("woff2"),url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/fonts/taviraj-latin-600-normal-wLo38mwJ.woff)format("woff");
    unicode-range: U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}


/* Root */
:root {
    --main-color:                         #FF003B;
    --secondary-color:                    #4F4A4C;
    --tertiary-color:                     #191919;

    --main-font:                          Taviraj;
    --sec-font:                           Sora;

    --headertopbg:                        
    
    
        
    
    rgba(255, 255, 255, 1.0)
;
    --headertoplink:                      #191919;
    --headertoplinkhover:                 #ff5c35;
    --headerbottombg:                     
    
    
        
    
    rgba(25, 25, 25, 1.0)
;
    --headerbottomlink:                   #fff;
    --headerbottomlinkhover:              #ff003b;
    --dropcolor:                          #0A0A0A;
    --droplinkcolor:                      #ece7e8;
    --droplinkhovercolor:                 #fff;
    --droplinkhoverbgcolor:               ;  
    --hamburger:                          #fff;

    --body_font:                          Sora;
    --body_font_size:                     16;

    --link_color:                         #FF003B;
    --link_hover_color:                   #cc002f;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#FF003B; clear:both; margin:30px 0; }
.clear { clear:both }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/* Slider */
.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 { outline:none; 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; }
.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; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.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; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#ECECEC; background:#ffffff; width:35px; height:35px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:30px; }
.slick-arrow:hover { background:#ffffff; color:#ECECEC;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #FF003B; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#FF003B; }

.container { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.social_icon ul li a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }

/* Landing Page */
.lp_hero_sc { background: #020e18; }
.lp_hero_wrap .left { width: 50%; padding-right: 0; }
.lp_hero_wrap .subtext { font-size: 14px; letter-spacing: 1px; color: var(--tertiary-color); font-weight: 600; }
.lp_hero_wrap .left h1 { line-height: 1.25; }
.lp_hero_wrap .left .con { margin: 30px 0; width: 500px; max-width: 100%; line-height: 1.7; }
.lp_hero_wrap .left .logo_strip_raw { margin-top: 80px; }
.lp_hero_wrap .left .logo_strip_raw .logo_list_wrapper { margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.lp_hero_wrap .logo_list_item { line-height: 0; }

.lp_hero_wrap .right { width: 40%; padding: 50px 40px; position: relative; z-index: 1; }
.lp_hero_wrap .right:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/form-bg.png) no-repeat center / cover; z-index: -1; background-size: 100% 100%; }
.lp_hero_wrap .right .form_con { margin: 10px 0 35px; font-size: 16px; }
.lp_hero_wrap .right form .hs-input { background: transparent; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; color: #fff; }
.lp_hero_wrap .right form .hs-form-field { margin-bottom: 20px; }
.lp_hero_wrap .right .actions { display: flex; align-items: center; gap: 15px; position: relative; margin: 0; width: 100%; background: var(--tertiary-color); border-radius: 10px; text-transform: none; font-weight: 600; padding: 18px 15px; font-size: 14px; justify-content: center; cursor: pointer; transition: all ease-in-out .4s; }
.lp_hero_wrap .right .actions span.icon { width: 14px; line-height: 0; }
.lp_hero_wrap .right .actions:hover { background: #aa140c; }
.lp_hero_wrap .right form input[type=submit] { margin: 0; width: auto; font-weight: 600; padding: 0; font-size: 14px; text-transform: none; border-radius: 0; background: transparent !important; color: #fff !important;  min-width: 1px; }
.form_bottom_text { padding: 20px 0; font-size: 16px; color: rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; }
.lp_hero_wrap .right .assemble_text { padding: 25px 0 10px; color: rgba(255, 255, 255, 0.5); font-size: 14px; }
.lp_hero_wrap .right .form_assessment_link a { position: relative; padding-right: 18px; }
.lp_hero_wrap .right .form_assessment_link a:after { position: absolute; content: "→"; top: -3px; right: 0; }
.lp_hero_wrap .right .form_assessment_link a:hover { color: #fff; }

.counter_sc { background: #020e18; }
.counter_wrap { padding: 50px 20px; border: 2px solid #292929; border-radius: 24px 24px 0px 0px; border-bottom: 0; display: flex; flex-wrap: wrap; }
.counter_item { width: 33.33%; padding: 0 24px; display: flex; align-items: center; flex-wrap: wrap; border-right: 1px solid #292929; }
.counter_item .icon { height: 100px; width: 100px; border: 2px solid var(--tertiary-color); border-radius: 100%; display: flex; align-items: center; justify-content: center; padding: 25px; }
.counter_item .icon img { filter: brightness(0) invert(1); }
.counter_item .details { width: calc(100% - 100px); padding-left: 30px; line-height: 1.7; }
.counter_item .num { color: var(--tertiary-color); font-size: 60px; line-height: 1; font-weight: 700; margin-bottom: 10px; }
.counter_item:last-child { border: 0; }

.benefit_wrap { display: flex; flex-wrap: wrap; }
.benefit_wrap .left { width: 50%; padding-right: 80px; }
.benefit_wrap .left .sub_title { font-size: 18px; }
.benefit_wrap .right { width: 50%; }
.benefit_wrap .sub_title { margin-bottom: 10px; font-weight: 500; letter-spacing: 1px; font-size: 16px; }
.benefit_box_wrapper { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.benefit_box_item { width: calc(50% - 20px); margin: 10px; border: 1px solid #ccc; padding: 30px 20px 50px; border-radius: 12px; line-height: 1.6; }
.benefit_box_icon { height: 50px; width: 50px; border: 1px solid rgb(214 48 39 / 40%); border-radius: 100%; display: flex; align-items: center; justify-content: center; padding: 5px; margin-bottom: 15px; }
.benefit_wrap .right .con { padding: 30px 0; }
.right_box_wrapper { display: flex; flex-wrap: wrap; position: relative; z-index: 1; padding-bottom: 30px; }
.right_box_item { width: calc(25% - 10px); margin: 5px; background: #000; border-radius: 16px; padding: 50px 15px; text-transform: uppercase; font-size: 14px; position: relative; }
.right_box_item img { filter: grayscale(0) invert(1); }
.right_box_item .right_box_title { min-height: 42px; display: flex; align-items: center; justify-content: center; }
.benefit_wrap .right .right_box_icon { width: 60px; margin: 0 auto 15px; }
.right_box_wrapper:before { position: absolute; content: ""; inset: 0; background: rgba(107, 103, 102); height: calc(100% - 85px); width: calc(100% - 50px); z-index: -1; margin: auto; opacity: 0.9; top: -24px; }
.right_box_item:before { position: absolute; content: ""; height: 7px; width: 7px; bottom: -30px; left: 0; right: 0; margin: 0 auto; background: #ccc; border-radius: 100%; }
.right_box_item:after { position: absolute; content: ""; height: 2px; width: 25px; background: repeating-linear-gradient(to right, #ccc 0 2px, transparent 7px 7px); transform: rotate(90deg); left: 0; bottom: -14px; right: 0; margin: 0 auto; }
.right_box_wrapper:after { content: ""; background: repeating-linear-gradient(90deg, #ccc 0 2px, transparent 7px 7px); bottom: 7px; height: 2px; width: calc(100% - 170px); position: absolute; left: 0; right: 0; margin: 0 auto; z-index: -1; }
.right_box_item:nth-child(2) { background: linear-gradient(45deg, #000000 -20%, #482124 100%); }
.right_box_item:nth-child(3) { background: linear-gradient(135deg, #777777 0%, #000000 100%); }
.right_box_item .box_icon img { filter: none; position: absolute; top: 0; bottom: 0; margin: auto 0; right: -20px; z-index: 1; }
.right_box_item:last-child .box_icon { display: none; }

.what_we_do_wrap { background: #020e18; border-radius: 16px; padding: 50px; }
.what_we_do_wrap .left { padding-right: 80px; width: 55%; }
.what_we_do_wrap .right { width: 45%; }
.what_we_do_wrap .left .sub_title { color: var(--tertiary-color); font-size: 14px; font-weight: 600; letter-spacing: 1px; }
.what_we_do_wrap .left h3 { line-height: 1.1; }
.feature_list_wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.feature_list_item { display: flex; align-items: center; padding: 8px 13px; gap: 10px; border: 1px solid hsla(0, 0%, 100%, .2); border-radius: 10px; font-size: 13px; }
.feature_list_icon { line-height: 0; flex-shrink: 0; }
.what_we_do_wrap .right .card_cover { background: rgba(12, 22, 32, 1); padding: 50px 50px 50px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 30px; border-left-width: 3px; border-left-color: var(--tertiary-color); }
.what_we_do_wrap .right .card_cover .card_con { padding: 30px 0 0 80px; font-style: italic; margin-bottom: 50px; position: relative; line-height: 1.8; }
.what_we_do_wrap .right .card_details { display: flex; align-items: center; flex-wrap: wrap; }
.what_we_do_wrap .right .card_details .img { height: 90px; width: 90px; border-radius: 100%; overflow: hidden; }
.what_we_do_wrap .right .card_details .info { width: calc(100% - 90px); padding-left: 20px; font-size: 14px; }
.what_we_do_wrap .right .card_details .info h4 { font-size: 20px; }
.what_we_do_wrap .right .card_details .info .position { opacity: 0.5; }
.what_we_do_wrap .right .card_cover .card_con:before { position: absolute; content: ""; height: 50px; width: 60px; top: 10px; left: 0; background: url(https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/quote.png) no-repeat center / cover; background-size: 60px; }

.assessment_wrap .left { width: 50%; padding-right: 50px; }
.assessment_wrap .left .sub_title { color: var(--tertiary-color); font-size: 14px; font-weight: 600; letter-spacing: 1px; }

.assessment_wrap .right { width: 50%; padding-left: 50px; }
.icon_text_raw { display: flex; flex-wrap: wrap; align-items: center; padding: 30px; border: 1px solid rgba(0, 0, 0, 0.1); background: rgb(252 252 252 / 50%); border-radius: 12px; }
.icon_text_raw .icon { width: 60px; }
.icon_text_raw .text { width: calc(100% - 60px); padding-left: 30px; }
.icon_text_raw + .icon_text_raw { margin-top: 10px; }
.assessment_wrap .left .button-1 a { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; padding: 15px 40px; }

/* banner  */
.bodyRegular, .bodyRegular * {font-weight: 300; font-size: 16px; line-height: 1.5; }
.bodyLarge, .bodyLarge * {font-weight: 300; font-size: 18px; line-height: 1.6; }

.homeBanner{padding: 55px 0 110px;z-index: 1;background-color: #1a1a1a;position:relative;}
*> code {color: #FF003B;}
.homeBanner .bannerHeading::before { content: ''; background-color: #FF003B; display: inline-block; width: 35px; height: 3px; margin-bottom: 20px; }
.homeBanner .patternLeftUpper,
.homeBanner .patternLeftLower,
.homeBanner .patternRightLower{position:absolute;z-index:-1;}
.homeBanner .patternLeftUpper { top: 0; left: 0; } 
.homeBanner .patternLeftLower { left: 66px; bottom: 124px; width: 78px; height: 78px; } 
.homeBanner .patternRightLower { bottom: 0; right: 0; }
.homeBanner code {font-family: 'Taviraj';}
.homeBanner .bannerForm {max-width: 580px;width: 100%;background-color: #FFFFFF; padding: 40px; border-radius: 40px; } 

.homeBanner form input[type=text]::placeholder, form input[type=email]::placeholder { color:#A6A0A2 !important;line-height:1.4; } 
.homeBanner .form-columns-1 { width: 100%; } 
.homeBanner .form-columns-2 > div { width: 50%; } 
.homeBanner .form-columns-2 { width: 100%; }
.homeBanner .hs-richtext { font-family: Sora; font-weight: 400; font-size: 12px; line-height: 1; }
.homeBanner input[type="submit"]{font-family:Sora;}
.homeBanner .actions::after { content: ""; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/arrow-right.svg"); width: 48px; height: 48px; display: inline-block; background-repeat: no-repeat; background-color: #FF003B; border-radius: 50%; background-size: 16px 24px; background-position: center; cursor: pointer; margin-left: -2px; transition: all .5s ease-in-out; }
.homeBanner .actions {display: inline-flex;}
.homeBanner .actions:hover input, .homeBanner .actions:hover::after {background-color:#cc002f;}
.homeBanner .formBtnExtra::before { content: 'OR'; font-family: Sora; font-weight: 300; font-size: 14px; line-height: 1.4; color: #A6A0A2; margin: 0 12px; display: inline-block; text-align: center; } 
.homeBanner .formBtnExtra a { font-family: 'Sora'; font-weight: 600; font-size: 16px; line-height: 1; color: #7A7476; padding: 16px 19px; border: 1px solid #D0CACC; border-radius: 30px; letter-spacing: 0; display: inline-block; text-align: center; } 
.homeBanner .formBtnExtra a:hover {border: 1px solid #7A7476;} 
.homeBanner .hs_submit.hs-submit { display: flex; align-items: center; flex-wrap: wrap; }
.bannerV2 .formTitle { font-family: Taviraj; font-weight: 600; font-size: 24px; line-height: 1.25; color: #191919; }
.bannerV2 .bannerForm form {margin-top:30px;}
.bannerV2 input[type="submit"] {background-color: #191919;}
.homeBanner.bannerV2 .actions::after {display: none;}
.bannerV2 input[type="submit"] {background-color: #191919;}
.bannerV2 input[type="submit"]:hover {background-color: #000;}
.homeBanner.bannerV2 .actions::after {display: none;}
.homeBanner.bannerV2 {padding: 55px 0 150px;}
.homeBanner.bannerV2 .patternRightLower {bottom: 50px;right: 0;}
.bannerV2 .button-1::after{margin-left: -5px;}
.homeBanner .bannerForm form {display: flex;flex-wrap: wrap;gap: 16px;}
.homeBanner .bannerAddInfo {gap: 16px;}
.homeBanner .bannerForm select { appearance: none; position: relative; } 
.homeBanner .bannerForm .hs-fieldtype-select .input{position: relative;} 
.homeBanner .bannerForm .hs-fieldtype-select .input::after { content: ''; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/chevron-down.svg"); position: absolute; width: 13px; height: 8px; right: 20px; top: 50%; filter: invert(1); background-repeat: no-repeat; }
.homeBanner .bannerForm .submitted-message {color: #1a1a1a;}
/* banner  */
/* two col flexi md  */
/* body{background: linear-gradient(105.91deg, #2A2A2A 7.51%, #000000 100.08%);} */
.darkBg{background-color:#191919;}

.twoColFlexiMd .counterNinfo {width: 100%; background: linear-gradient(105.91deg, #2A2A2A 7.51%, #000000 100.08%); border-radius: 40px; padding: 32px; gap: 30px; } 
.twoColFlexiMd .countNumber span { font-family: Taviraj; font-weight: 600; font-size: 45px; line-height: 1.2; color: #FF003B; } 
.twoColFlexiMd .countInfo * { font-family: Sora; font-weight: 300; font-size: 14px; line-height: 1.4; color: #FFFFFF; } 
.twoColFlexiMd .countInfo { margin-top: 5px; }
.twoColFlexiMd .colDescription li { position:relative;width: 100%;list-style: none;font-weight: 600;font-family: 'Taviraj';} 
.twoColFlexiMd .colDescription li::before, .graphicNinfo .colDescription li::before {position: absolute;left: 0;top: 4px;content: ''; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/arrow-right-red.svg"); display: inline-block; width: 16px; height: 16px; background-repeat: no-repeat;margin-left: -20px;}
.twoColFlexiMd .colDescription ul {padding-left: 20px;}
.twoColFlexiMd .colDescription ul {display: flex;flex-wrap: wrap;gap: 12px;}
.twoColFlexiMd .colImg img {width:100%;}
.twoColFlexiMd .colImg {position: relative;border-radius: 50px;overflow: hidden;width: 100%;}
.twoColFlexiMd .colImg img {width:100%;}
.twoColFlexiMd .textOverImg {position: absolute;bottom: 0;padding: 36px;left: 0;}
.twoColFlexiMd .quoteIc {width: 49px;}
.twoColFlexiMd .quoteText {font-family: Taviraj;font-weight: 600;font-size: 28px;line-height: 1.25;color: #FFFFFF;}
.twoColFlexiMd .quoteAuthor {font-family: Sora;font-weight: 600;font-size: 18px;line-height: 1.6;color: #FF003B;}
.twoColFlexiMd .authorDesignation { font-family: Sora; font-weight: 400; font-size: 18px; line-height: 1.66; color: #fff; }
.bottom_edge_radius, .top_edge_radius {overflow:hidden;}
/* two col flexi md  */
/* single column content module  */
.singleColContent { position: relative; z-index: 1;} 
.pretext { font-family: Sora; font-weight: 400; font-size: 18px; line-height: 1.3; text-transform: uppercase; color: #fff; } 
.pretext::before { content: ''; background-color: #FF003B; width: 35px; height: 3px; display: inline-block; vertical-align: middle; margin-right: 20px; }
.singleColContent .max670 {max-width: 690px;margin: 0 auto;width: 100%;}
.singleColContent .bottomLeftPattern { position: absolute; bottom: 0; left: 0;z-index: -1;} 
.singleColContent .topRightPattern {position: absolute;top: 0;right: 0;z-index: -1;}
/* single column content module  */
/* four col card  */
.max650{max-width:650px;margin:0 auto;}
.mt-35{margin-top:35px;}
.mt-65{margin-top:65px;}
.fourColCardMd .cardTitle { font-family: Taviraj; font-weight: 600; font-size: 20px; line-height: 1.5; color: #191919; }
.fourColCardMd .cardItem { background-color: #F9F9F9; padding: 32px; border-radius: 40px; overflow: hidden;height: 100%;}
.fourColCardMd .cardDesc  * {font-family: Sora;font-weight: 300;font-size: 16px;line-height: 1.5;}
.fourColCardMd .cardIcon {height: 80px;}
.fourColCardMd .cardIcon img {height: 100% !important;}
/* four col card  */
/* two col with graphic  */
.twoColGraphic .mountainParent { width: 100%; background-color: #191919; padding: 74px 40px 36px; border-radius: 40px; min-height: 740px; }
.twoColGraphic .listItemIcon { background-color: #FF003B; width: 50px; height: 50px; display: flex; justify-content: center; border-radius: 50%; } 
.twoColGraphic .listItemContent { flex: 1; } 
.twoColGraphic .listItem { gap: 12px; } 
.twoColGraphic .listItemWrap { display: flex; flex-wrap: wrap; flex-direction: column; gap: 40px; margin-top: 40px; }
.twoColGraphic .pretext{color: #181F27;}
.twoColGraphic .dividerLineMountain {height: 10px;background-color: #FF003B;border-radius: 10px;}
.twoColGraphic .upperMountainText::before { content: ''; background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/images/upperMountain.svg"); width: 100%; height: 128px; display: inline-block; position: absolute; bottom: 0; z-index: -1; background-position: center; background-repeat: no-repeat; }
.twoColGraphic .lowerMountainText::before {content: '';background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/images/lowerMountain.svg");width: 100%;height: 381.5px;position: absolute;top:0;z-index: -1;background-position: center; background-repeat: no-repeat; }
.twoColGraphic .upperMountainText, .twoColGraphic .lowerMountainText {position: relative;z-index: 1;}
.twoColGraphic .inclExclItemInner { gap: 12px; padding: 14px 0;width: 100%; } 
.twoColGraphic .itemText { flex: 1; color: #fff; } 
.twoColGraphic .upperMountainText { padding-bottom: 21px; } 
.twoColGraphic .lowerMountainText { padding-top: 21px; }
.twoColGraphic .inclExclItem::before {content: '';background-image: url("https://6389876.fs1.hubspotusercontent-na1.net/hubfs/6389876/Appythings/images/dashed_border.svg");background-repeat: no-repeat;width: 100%;height: 1px;display: inline-block;background-size: cover;}
.twoColGraphic .inclExclItem:first-child::before {display: none;}
.twoColGraphic .graphicBtn { margin-top: 170px;text-align: center;}
.twoColGraphic .graphicBtn::after {display: none;}
/* two col with graphic  */

.graphicNinfo {position:relative;z-index: 1;}
.graphicNinfo .graphicCircle {width: 100%;position:relative} 
.graphicCircle img { width: 100%; }
.graphicNinfo .listItemContent li, 
.graphicNinfo .cardListItem{position:relative;width: calc(50% - 16px);list-style: none;} 
.graphicNinfo .listItemContent ul { padding-left: 20px;display: flex; flex-wrap: wrap; gap: 24px 32px; } 
.graphicNinfo .insideText { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; } 
.graphicNinfo .insideText p { font-family: Sora; font-weight: 300; font-size: 18px; line-height: 1.6; color: #fff;padding: 0;} 
.graphicNinfo .sectionBigCard { background-color: #252525; border-radius: 40px; padding: 40px; margin-top: 40px; gap: 99px; } 
.graphicNinfo .cardListItem p{color:#A6A0A2;} 
.graphicNinfo .cardListWrap ul { display: flex; flex-wrap: wrap; gap: 36px 32px; padding-left: 20px; } 
.graphicNinfo .cardListWrap {margin-top: 32px;} 
.graphicNinfo .bigCardRight { max-width: 351px; width: 100%;margin: 0 auto; }  
.graphicNinfo .lowerLeftPattern { position: absolute; bottom: 10px; left: 0; z-index: -1; } 
.graphicNinfo .upperRightPattern { position: absolute; top: 0; right: 0; z-index: -1; }
.graphicNinfo  .insideText > *:first-child{font-size: 64px;line-height: 1.3;font-family: Taviraj, sans-serif;font-weight: 600;}

.titleNinfoMd .pretext{color:#181D27;}
.titleNinfoMd .titleNinfoItem {border-bottom: 1px solid #D0CACC;padding: 32px 0;gap: 12px;}
.titleNinfoMd .titleNinfoItem .title {color: #FF003B;}
.titleNinfoMd .ctaCard { background-color: #191919; border-radius: 40px; padding: 32px; box-shadow: 0px 20px 30px 0px #00000026; } 
.titleNinfoMd .cardDesc { color: #F9F9F9; } 
.titleNinfoMd .cardTitle { color: #fff; font-size: 32px; } 
.titleNinfoMd .cardButton::after { margin-left: -5px; }


.mt-80{margin-top:80px;}
.fourColV2 .cardItem {border: 1px solid  #D0CACC;background-color: transparent;position: relative;}
.fourColV2 .cardIcon {width: 55px;height: 55px;position: absolute;top: -25px;left: 15px;border-radius: 50%;background-color: #ECE7E8;display: flex;align-items: center;border: 5px solid  #FFFFFF;justify-content: center;}
.fourColV2 .cardIcon img{height: 20px !important;}
.fourColV2 .cardItem {padding: 60px 32px 32px;overflow: visible;cursor: pointer;transition: all ease 0.3s;}
.fourColV2 .cardSubTitle{color:#FF003B;}
.fourColV2 .cardItem:hover { background-color: #191919; box-shadow: 0px 20px 30px 0px #00000026; } 
.fourColV2 .cardItem:hover .cardTitle, .fourColV2 .cardItem:hover .cardDesc{ color:#fff; } 
.fourColV2 .cardItem:hover .cardIcon { background-color: #FF003B; } 
.fourColV2 .cardItem .cardIcon img { filter: invert(1); }
.fourColV2 .cardItem:hover .cardIcon img { filter: unset; }

/* Responsive Css */
@media (min-width:768px){
    .py-md-120{padding-top:120px;padding-bottom:120px;}
    .py-md-95{padding-top:95px;padding-bottom:95px;}

    .twoColFlexiMd .counterNinfo {margin-left: auto;max-width: 460px;padding: 64px;} 
    .twoColFlexiMd .colImg {margin-left: auto;max-width: 528px;}
    .twoColFlexiMd .direction-row-reverse .colImg {margin-right: auto;margin-left: unset;}

    .bottom_edge_radius {border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;}
    .top_edge_radius {border-top-left-radius: 50px;border-top-right-radius: 50px;}

    .bannerAddInfo {max-width: 496px;width: 100%;}

    .bannerV2 .bannerForm {margin-left: auto;}



    .max535{max-width:536px;width: 100%;}

    .graphicNinfo .headerPart {max-width: 584px;width: 100%;}
    .graphicNinfo .listItemContent { flex: 1; } 
    .graphicNinfo .graphicCircle {max-width: 300px;}
    .graphicNinfo .bigCardImg { margin-top: -60px; }
    .graphicNinfo .graphicNcontentWrap { gap: 20px; }
    .graphicNinfo .sectionBigCard{margin-top: 60px;}

    .titleNinfoMd .titleNinfoItem > div {width: calc(50% - 6px);}
}
@media (min-width:992px){
    .graphicNinfo .bigCardLeft{flex:1;}
    .twoColGraphic .mountainParent {max-width: 460px;}
}
@media (min-width:992px) and (max-width:1200px){
    .graphicNinfo .cardListItem {width: 100%;}
}
@media (min-width:768px) and (max-width:1023px){
    .fourColCardMd  .col-3 {max-width: 50%;flex: none;margin-top: 30px;}
}
@media (min-width:768px) and (max-width:1200px){
    .graphicNinfo .insideText p {font-size: 14px;}
}
@media (min-width: 1201px){
    .homeBanner .bannerHeading h1 {font-size: 45px;line-height: 1.2;}

    .twoColFlexiMd h2, .fourColCardMd h2, .twoColGraphic h2, .sectionCardHeading h2 {font-size: 32px;line-height: 1.25;}
    .bannerV2 .bannerHeadingV2 h1 { font-size: 56px; line-height: 1.4; }
    .graphicNinfo .graphicCircle {max-width: 400px;}
    .graphicNinfo .graphicNcontentWrap { gap: 93px; }
    .graphicNinfo .sectionBigCard{margin-top: 120px;}
    .graphicNinfo .bigCardImg { margin-top: -100px; }

    .homeBanner .formBtnExtra {display: flex;flex: 1;align-items: center;}
}
@media (min-width: 1440px){
    .container { width: 1400px; }

    .twoColFlexiMd  .container, .fourColCardMd .container, .footerMain .container, .titleNinfoMd .container , .graphicNinfo .container, .twoColGraphic  .container {width: 1230px;}
}

@media (max-width: 1700px){
    .homeBanner .container { padding: 0 110px; }
    .homeBanner .patternLeftUpper img { width: 110px; }
    .homeBanner .patternLeftLower { height: 50px; width: 50px; left: 40px; }
}

@media (max-width: 1439px){
    /* LP Page */
    .right_box_wrapper:after { width: calc(100% - 150px); }

    .homeBanner .bannerForm{padding: 30px;}
}

@media (max-width:1200px){
    .container { width:920px; }

    /* LP Page */
    .lp_hero_wrap .left { padding-right: 40px; }
    .lp_hero_wrap .right { width: 50%; }

    .counter_item .details { width: 100%; padding: 20px 0 0; }
    .counter_item { text-align: center; }
    .counter_item .icon { margin: 0 auto; }

    .benefit_wrap .left { width: 100%; padding: 0 0 30px; }
    .benefit_wrap .right { width: 100%; }

    .right_box_wrapper:after { width: calc(100% - 220px); }

    .what_we_do_wrap { padding: 50px 30px; font-size: 16px; }
    .what_we_do_wrap .left { width: 50%; padding-right: 30px; }
    .what_we_do_wrap .right { width: 50%; }
    .what_we_do_wrap .right .card_cover { padding: 50px 30px; }
    .what_we_do_wrap .right .card_details .img { height: 70px; width: 70px; }
    .what_we_do_wrap .right .card_details .info { width: calc(100% - 70px); }

    .assessment_wrap .left { padding-right: 30px; font-size: 16px; }
    .assessment_wrap .right { padding-left: 20px; }
    .icon_text_raw { padding: 30px 20px; }
    .icon_text_raw .text { padding-left: 15px; font-size: 16px; }

    .homeBanner .bannerForm{padding: 30px;}
    .homeBanner input[type="submit"] { width: calc(100% - 46px); } 
    .homeBanner .formBtnExtra { width: 100%; } 
    .homeBanner .formBtnExtra a, .homeBanner .actions { width: 100%; } 
    .homeBanner .formBtnExtra::before { margin: 12px; width: 100%; }

}

@media (max-width:991px){
    .container { width:720px; }

    /* LP Page */
    .lp_hero_wrap .right { padding: 30px 20px; }
    .lp_hero_wrap .left { padding-right: 20px; }

    .counter_wrap { padding: 30px 0; }
    .counter_item .num { font-size: 40px; }
    .counter_item { font-size: 14px; }

    .right_box_wrapper:after { width: calc(100% - 170px); }

    .what_we_do_wrap .left { width: 100%; padding: 0 0 50px; }
    .what_we_do_wrap .right { width: 100%; }

    .assessment_wrap .left { width: 100%; padding: 0 0 40px; }
    .assessment_wrap .right { width: 100%; padding: 0; }

    .fourColCardMd .cardsWrap{margin-top:35px;}
    .twoColFlexiMd .authorDesignation, .twoColFlexiMd .quoteAuthor {font-size: 16px;}
    .twoColFlexiMd .quoteText {font-size: 18px;}

    .bannerV2 .button-1 a{padding:12px 20px;}
    .homeBanner .container { padding: 0 15px; }
    .homeBanner .patternLeftUpper, .homeBanner .patternRightLower, .homeBanner .patternLeftLower { display: none; }
    
    .twoColGraphic .col-6 {max-width: 100%;flex: none;}
    .twoColGraphic .col-6 + .col-6 {margin-top:30px;}
    
    .twoColGraphic .max535 {max-width: 100%;}
}

@media (max-width:767px){
    .text-mobile-center{text-align:center;}
    .container { width:100%; }

    /* LP Page */
    .lp_hero_wrap .left { width: 100%; padding: 0 0 40px; }
    .lp_hero_wrap .right { width: 100%; }
    .lp_hero_wrap .left .logo_strip_raw { margin-top: 30px; }
    .lp_hero_sc { background: #030f1c !important; }

    .counter_item { width: 50%; margin-bottom: 40px; padding: 0 15px; }
    .counter_wrap { justify-content: center; }

    .right_box_item { width: calc(50% - 10px); }
    .right_box_wrapper:before { display: none; }
    .right_box_item:before, .right_box_item:after { display: none; }
    .right_box_item .box_icon { display: none; }
    .right_box_wrapper:after { display: none; }
    .right_box_wrapper { padding-bottom: 0; }

    .what_we_do_wrap { padding: 50px 15px; }
    .what_we_do_wrap .right .card_cover { padding: 30px 15px; }
    .what_we_do_wrap .right .card_cover .card_con:before { width: 40px; background-size: 40px; top: 0; }
    .what_we_do_wrap .right .card_cover .card_con { padding: 0 0 0 60px; margin-bottom: 30px; }

    .icon_text_raw+.icon_text_raw { margin-top: 20px; } 
    .icon_text_raw .text { font-size: 14px; } 

    .py-80{padding-top:80px;padding-bottom:80px;}
    .twoColFlexiMd  .col-6{max-width: 100%;flex: none;}

    .homeBanner .col-6 {max-width: 100%;flex: none;}
    .col-6 + .col-6 {margin-top:30px;}

    .bottom_edge_radius {border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
    .top_edge_radius {border-top-left-radius: 30px;border-top-right-radius: 30px;}

    .singleColContent .bottomLeftPattern,
    .singleColContent .topRightPattern, .patternLeftUpper, .patternLeftLower, .patternRightLower {display:none;}

    .fourColCardMd  .col-3 {max-width: 100%;flex: none;margin-top: 30px;}

    .homeBanner .bannerForm{max-width:unset;}

    .darkBg{padding:0;}

    .graphicNinfo .sectionBigCard {margin-top: 40px;}
    .graphicNinfo .graphicNcontentWrap, .graphicNinfo .sectionBigCard { gap: 40px; }
    .graphicNinfo .sectionBigCard{padding: 30px;}
    .graphicNinfo .upperRightPattern {display: none;}

    .mobile-mt-30{margin-top:30px;}

    .titleNinfoMd  .infoText {width: 100%;}
    .homeBanner.bannerV2 {padding-bottom:80px;}

    .homeBanner input[type="submit"] {font-size: 14px;padding: 12px 16px;}
    .titleNinfoMd .cardButton a {font-size: 14px;padding: 12px 20px;}
    
    .bannerV2 h1{font-size:32px;}
    .bannerV2 .bannerRight {margin-top:60px;}
}

@media (max-width: 500px){
    /* LP Page */
    .counter_wrap { padding: 30px 15px; }
    .counter_item { padding: 30px 15px; width: 100%; background: #161616; border-radius: 16px; margin-bottom: 30px; }

    .benefit_box_wrapper { margin: 0; }
    .benefit_box_item { width: 100%; margin: 10px 0; font-size: 16px; padding: 30px 15px; }

    .graphicNinfo .listItemContent li, .graphicNinfo .cardListItem {width: 100%;}
}

@media (max-width: 400px){
    /* LP Page */
    .right_box_item { width: 100%; margin: 0 0 15px; padding: 30px 15px; }
    .right_box_item:last-child { margin-bottom: 0; }

    .what_we_do_wrap .right .card_cover .card_con { padding-top: 50px; padding-left: 0; }

    .assessment_wrap .left .button-1 a { padding: 15px 20px; }
    
    .graphicNinfo .insideText p {font-size: 14px;}
}