




/* Global Color Variable */ 








/* Global Fonts Variable */



/* Header */




/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/









/* 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\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:green{ color:#0D0E10; }
.bg\:green{ background-color:#0D0E10; }

.color\:pink{ color:#4A46F3; }
.bg\:pink{ background-color:#4A46F3; }

.color\:dark_gray{ color:#7E848D; }
.bg\:dark_gray{ background-color:#7E848D; }

.color\:gray{ color:#F1F1F1; }
.bg\:gray{ background-color:#F1F1F1; }

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

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

@media(min-width:768px){
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:green:hover{ color:#0D0E10; }
    .hoverbg\:green:hover{ background-color:#0D0E10; }
    
    .hover\:pink:hover{ color:#4A46F3; }
    .hoverbg\:pink:hover{ background-color:#4A46F3; }
    
    .hover\:dark_gray:hover{ color:#7E848D; }
    .hoverbg\:dark_gray:hover{ background-color:#7E848D; }
    
    .hover\:gray:hover{ color:#F1F1F1; }
    .hoverbg\:gray:hover{ background-color:#F1F1F1; }
    
    .hover\:light_gray:hover{ color:#E9EAEE; }
    .hoverbg\:light_gray:hover{ background-color:#E9EAEE; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    
    
}



.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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size:14px;
    line-height:1.7;
    color:#0D0E10;
    background:#fffcfc;
}

body.loded { background: #fff; }

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

h1 { color:#0D0E10; font-size:46px; line-height:1.18; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 800; text-decoration: none; }
h2 { color:#0D0E10; font-size:32px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 800; text-decoration: none; }
h3 { color:#0D0E10; font-size:26px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h4 { color:#0D0E10; font-size:24px; line-height:1.5; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h5 { color:#0D0E10; font-size:20px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h6 { color:#0D0E10; font-size:18px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

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

a { text-decoration:none; outline:none; color:#4A46F3; 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:#FEB132; }

/*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 { font-size: 36px; }
    h2 { font-size:30px; }
    h3 { font-size:28px; }
    h4 { font-size:22px; }
}

@media (max-width:991px){
    h1 { font-size: 36px; }
    h2 { font-size:28px; }
    h3 { font-size:24px; }
    h4 { font-size:22px; }
}

@media (max-width:767px){
  h1 { font-size:28px; }
  h2 { font-size:24px; }
  h3 { font-size:22px; }
  h4 { font-size:18px; }
  h5 { font-size:16px; }
}
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: #FFFFFF; border: 1px solid #DDD; padding: 0 15px; width:100%; border-radius: 10px; height: 50px;  width:100% !important; color: #0D0E10; font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:14px;  }
form textarea { height: 200px; resize: none; padding: 15px; }
form select { appearance: none; background-image: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/down.png); background-repeat: no-repeat; background-position: 97%; }
form .hs-form-field > label { display:inline-block; color: #0D0E10; font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:14px; font-weight:500; margin-bottom:10px; }
form input::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Inter; }
form select::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Inter; }
form textarea::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Inter; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Inter; margin-top: 10px; border: 0; padding: 22px 40px 22px 20px; background: #4A46F3; min-width:170px; max-width:100%; font-weight:600; cursor:pointer; transition: all .5s ease-in-out; border-radius: 18px; width: 267px; max-width: 100%; font-size: 16px; line-height:1; }
input[type="submit"]:hover { background: #110ed8; color:#fff; }
.hs_submit.hs-submit .actions { display: inline-block; position: relative; }
.hs_submit.hs-submit .actions:before { position: absolute; content: ""; height: 16px; width: 19px; top: 33px; right: 30px; z-index: 1; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/right-arrow-white.svg)no-repeat center/cover; }

.field.hs-form-field { margin-bottom: 20px; }
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; background-color: #d4edda; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }
.hs-form-required { color: red; }
fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 15px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 15px; } 
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; }

.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

input:focus-visible { outline: 0; }

@media (max-width:991px){
  .hs_submit.hs-submit .actions:before { top: 33px; width:17px; height:14px; }
}

@media (max-width:767px) {
  fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
  fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
    form textarea { height: 200px; }
  
  form .hs-form-field>label { font-size: 13px; } 
  .field.hs-form-field { margin-bottom: 30px; }
  
  input[type=submit] { padding: 18px 50px 18px 25px; font-size: 14px; border-radius: 12px; width: 100%; }
  .hs_submit.hs-submit .actions:before { top: 27px; right: 20px; }
}

@media (max-width:500px){
  fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
  fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
  .hs-form-field { width: 100% !important; padding-right: 0 !important; }
  
  form .hs-form-field>label { font-size: 14px; } 
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 15px 30px; background: #4A46F3; color: #FFFFFF; border-radius: 18px; font-weight: 600; font-size: 16px; min-width: 205px; text-align: center; position: relative; overflow: hidden; border: 1px solid transparent; }
.button-1 a { background-color: #4A46F3; color: #FFFFFF; border-color: transparent; }
.button-1 a:hover { background-color: #110ed8; color: #FFFFFF; }

.button-2 a { background-color: #0D0E10; color: #FFFFFF; border-color: ; }
.button-2 a:hover { background-color: #4A46F3; border-color: #4A46F3; color: #FFFFFF; }
.button-2.no-border a { border: none; }

.arrow a:after, a.arrow:after { position: relative; content: ""; height: 16px; width: 19px; top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E"); display: inline-block; vertical-align: middle; margin-left: 15px; }

.simple_link a, a.simple_link {  color : var(--main-color);  position:relative; font-weight: 600; border-bottom: 2px solid rgb(74 70 243 / 30%); }
.simple_link a:hover, a.simple_link:hover { color: #4A46F3; }

.link_style a, a.link_style { display:inline-block; vertical-align:top; width:auto; position:relative; padding-right:22px; }
.link_style a:after, a.link_style:after { position:absolute; content:""; height:17px; width:17px; top:0; right:0; bottom:0; margin:auto 0; background: url('https://f.hubspotusercontent40.net/hubfs/2959741/proarch_2021/images/circle_next_green.png') no-repeat center / cover; transition: all ease-in-out .4s; }
.link_style a:hover:after, a.link_style:hover:after { right:-5px; }

.white-button a, a.white-button { background: #fff; color: var(--link_color); }
.white-button.arrow a:after, a.white-button.arrow:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='%234A46F3' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); }
.white-button.arrow a:hover:after, a.white-button.arrow:hover:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E"); }    

@media (max-width:767px){

}
.hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; }
.hs-menu-wrapper ul { list-style: none; margin: 0; padding-left: 0; transition:all ease-in-out .4s; }
.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: 65px; }
.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 */
.mainmenu .hs-menu-wrapper > ul > li { margin: 10px 5px; }
.mainmenu .hs-menu-wrapper > ul > li > a { font-size: 14px; line-height: 20px; display: inline-block; width: auto; padding: 8px 16px; position: relative; font-weight: 400; color: var(--headerbottomlink); border-radius: 10px; }
.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 { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }

header.header { padding: 10px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; }
body.fixed header.header { background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
header.header [class*=button-] a { margin-left: 5px; min-width: 109px; padding: 7px 15px; border-radius: 10px; font-size: 14px; line-height: 20px; background: transparent; color: var(--link_color); }
body.fixed header.header [class*=button-] a , header.header [class*=button-] a:hover { background: var(--headerbottomlinkhover); color: #fff; }
header.header .menu ul li { margin: 0 5px; }
header.header .menu ul li a { padding: 8px 16px; display: inline-block; color: var(--headerbottomlink); border-radius: 10px; }
header.header .menu ul li a:hover { background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.1); }

header.header .logo { width: 137px; }
header.header .right-part { padding: 0 0 0 30px; width: calc(100% - 137px); justify-content: space-between; }

header.header .main_header_inner { position: relative; }

.menumega { position: absolute; top: 70px; left: 0; width: 100%; filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.10)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10)); background: #fff; border-radius: 30px; overflow: hidden; visibility: hidden; }
.menumega h4 { font-size: 12px; line-height: 20px; margin: 0 0 12px; padding: 0 15px; font-weight: 400; }
.menumega .left { width: calc(100% - 417px); padding: 20px 20px 120px; }
.resource_menu.menumega .left { padding-bottom: 20px; }
.menumega .right { width: 417px; padding: 20px 25px;background: linear-gradient(90deg, rgba(254, 177, 50, 0.10) 49.88%, rgba(254, 177, 50, 0.00) 100%), #FFF; }
.menumega .right .box { width: 100%; }
.menumega .right .box a { background: transparent; }
.menumega .right .box .icon { background: #fff; }

.menumega .box { width: 50%; }
.menumega .box a { padding: 15px; border-radius: 15px; background: #FFF; display: flex; flex-flow: wrap; color: var(--main-color); position: relative; z-index: 1; overflow: hidden; word-break: break-word; white-space: normal; }
.menumega .box .icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 10px; transition: 400ms; }
.menumega .box .text { width: calc(100% - 50px); padding: 0 0 0 20px; }
.menumega .box .text h5 { font-size: 16px; line-height: 26px; }
.menumega .box .text h5 sup { font-size: 10px; color: #2CB77E; letter-spacing: 0.5px; position: relative; left: 2px; top: -2px; }
.menumega .box .hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0; transition: 400ms; }
.menumega .box a:hover .hover { opacity: 1; }
.menumega .left .box a:hover .icon { background: #fff !important; }

.menumega .button { border-top: 1px solid #ddd; margin: 0; padding: 10px 0; width: calc(100% - 457px); position: absolute; bottom: 0; left: 20px; background: #fff; z-index: 1; }
.menumega .button a { padding: 15px; border-radius: 15px; background: #FFF; display: flex; flex-flow: wrap; color: var(--main-color); position: relative; z-index: 1; overflow: hidden; word-break: break-word; white-space: normal; align-items: center; }
.menumega .button .icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 10px; transition: 400ms; }
.menumega .button .text { width: calc(100% - 50px); padding: 0 0 0 20px; font-size: 16px; line-height: 26px; font-weight: 600; }
.menumega .button .text:after { position: relative; content: ""; height: 14px; width: 17px; top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%234A46F3' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); display: inline-block; vertical-align: middle; margin-left: 15px; }
.menumega .button .hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0; transition: 400ms; }
.menumega .button a:hover .hover { opacity: 1; }
.menumega .button a:hover .icon { background: #fff !important; }

.recent-blog .box-post a { display: flex; flex-wrap: wrap; align-items: center; color: var(--main-color); word-break: break-word; white-space: normal; padding: 10px 15px; border-radius: 15px; }
.recent-blog .box-post .image { width: 100px; min-height: 70px; border-radius: 10px; }
.recent-blog .box-post .text { width: calc(100% - 100px); padding: 0 0 0 20px; font-size: 14px; line-height: 22px; font-weight: 600; }
.recent-blog .box-post a:hover { background: #fff; }

.recent-blog .main-title { display: flex; justify-content: space-between; }
.recent-blog .main-title a { color: var(--link_hover_color); font-weight: 500; }
.recent-blog .main-title a:after { margin-left: 8px; left: 0; height: 14px; width: 17px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%23FEB132' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%23FEB132' stroke-width='2'/%3E%3C/svg%3E"); transition: 400ms; }
.recent-blog .main-title a:hover:after { left: 3px; }

.mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) .menumega.solutions .left { width: 100%; padding: 15px; }

/*** ***/
.main_footer .left { width: 16%; }
.main_footer .right { width: 84%; }
.main_footer .right > div { width: 20%; padding: 0 5px; }
.main_footer .title h5 { font-size: 18px; line-height: 24px; font-weight: 700; }
.main_footer .right > div ul { margin: 0; padding: 0; list-style-type: none; }
.main_footer .right > div ul li { margin: 5px 0; display: inline-block; width: 100%; }
.main_footer .right > div ul li a { color: var(--main-color); opacity: 0.5; }
.main_footer .right > div ul li a:hover { opacity: 1; }

.bottom_footer .main { border-top: 1px solid #DDDDDD; }
.bottom_footer .left .widget-type-rich_text { opacity: 0.5; padding: 4px 2px 4px 0; }
.bottom_footer .left > div { margin-right: 10px; }
.bottom_footer .left ul { margin: 0; padding: 0; list-style-type: none; }
.bottom_footer .left ul li { margin: 0 6px; }
.bottom_footer .left ul li a { color: var(--main-color); margin: 0; padding: 4px; opacity: 0.5; display: inline-block; }
.bottom_footer .left ul li a:hover { opacity: 1; }
.footer_social ul { margin: 0; padding: 0; list-style-type: none; }
.footer_social ul li { margin: 4px 0 4px 20px; padding: 0; display: inline-block; line-height: 0; }
.footer_social ul li a { margin: 0; padding: 0; }
.footer_social ul li a:hover { opacity: 0.5; }
.footer_social ul li:last-child svg { width: 21px; position: relative; top: 2px; }

/**/
.sub_cooki_section { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 2; padding: 15px 0; background: linear-gradient(180deg, rgba(241, 241, 241, 0.00) 0%, #F1F1F1 100%); }
.sub_cooki_wrap { display: flex; flex-wrap: wrap; }
.cookie_strip { /*width: calc(41% - 30px);*/ width: 100%; background: #fff; border-radius: 10px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); display: flex; align-items: center; padding: 20px; flex-wrap: wrap; position: relative; /*margin-right: 30px;*/ margin: 0; }
.hs-blog-listing .cookie_strip  { width: calc(41% - 30px); margin-right: 30px; }
.subscribe_strip { width: 59%; border-radius: 10px; background: #fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); display: flex; align-items: center; flex-wrap: wrap; padding: 15px 25px; position: relative; display: none; }
.hs-blog-listing .subscribe_strip { display: flex; }
.cookie_strip .icon { line-height: 0; width: 30px; }
.cookie_strip .text { width: calc(100% - 30px); padding-left: 20px; font-size: 13px; line-height: 20px; }
.subscribe_strip .left_icon { line-height: 0; width: 70px; }
.subscribe_strip .title { width: 270px; padding: 0 20px; font-weight: 500; line-height: 22px; }
.subscribe_strip .form { width: calc(100% - 340px); border-radius: 10px; background: var(--Primary-Light, linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF); position: relative; color: rgb(13 14 16 / 50%); font-weight: 400; }
.subscribe_strip .form .hs-input { border: 0; background: transparent; padding-right: 110px; height: 55px; }
.subscribe_strip .form .actions { position: absolute; top: 0; right: 7px; margin: auto 0; bottom: 0; display: flex; align-items: center; }
.subscribe_strip .form .actions input[type="submit"] { margin: 0; width: auto; padding: 13px 15px; min-width: 1px; font-size: 14px; font-weight: 600; border-radius: 6px; }
.subscribe_strip .form .actions:before { display: none; }
.subscribe_strip .form form { position: relative; }
.subscribe_strip .form .field.hs-form-field { margin: 0; }
.subscribe_strip .form form .hs-form-field label { display: none; }
.cookie_close, .subscribe_close { position: absolute; top: -9px; right: -7px; line-height: 0; }

.subscribe_strip ::-webkit-input-placeholder { color: rgb(13 14 16 / 50%) !important; font-weight: 400 !important; }
.subscribe_strip ::-moz-placeholder { color: rgb(13 14 16 / 50%) !important; font-weight: 400 !important; }
.subscribe_strip :-ms-input-placeholder { color: rgb(13 14 16 / 50%) !important; font-weight: 400 !important; }
.subscribe_strip :-moz-placeholder { color: rgb(13 14 16 / 50%) !important; font-weight: 400 !important; }

/**/
@media (min-width: 992px){

    .mainmenu .hs-menu-flow-horizontal { display: block !important; }

    a.mobile-trigger { display: none; }

    .header .hs-menu-wrapper .button_wrap { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li.mega_menu { position: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li > a:after { content: ''; width: 100%; height: 30px; position: absolute; top: 100%; left: 0; }

    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 200px; background: var(--dropcolor); box-shadow: 0px 10px 10px rgb(0 0 0 / 20%); visibility: hidden; pointer-events: none; margin-top: 20px; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.1); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul , .mainmenu .hs-menu-wrapper > ul > li:hover > .menumega { 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: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
    /* .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; }  */

    .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 { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; 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%; }

    .mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) { position: relative; }
    .mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) .menumega.solutions { width: 350px; top: 56px; }
    .mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) .menumega.solutions .left .box { width: 100%; }

    .left_menu_wrap { width: 50%; }
    .right_menu_wrap { width: 50%; }
    .left_menu_wrap .box, .right_menu_wrap .box { width: 100%; }
    .menumega { pointer-events: none; } 
}

@media (max-width:1440px){

    .mainmenu .hs-menu-wrapper > ul > li > ul { left: -100% !important; }

}

@media (max-width:1200px){

    header .wrapper { width:1200px; max-width: 100%; padding: 0 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 8px 10px; font-size: 14px; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { display: none; }
    .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; } 

    .bottom_footer .left ul li { margin: 0 3px; }

    .sub_cooki_section { display: none; }

}

@media(max-width: 991px) {

    .bottom_footer .main { padding: 20px 15px 70px 16%; }
    .main_footer .right > div { width: 33.33%; margin: 0 0 30px; }
    .menumega .right .see-all.arrow { padding-right: 15px; }

    .mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) .menumega.solutions .left { padding: 0 0 15px; }
    .mainmenu .hs-menu-wrapper > ul > li.mega_menu:nth-child(2) .menumega.solutions { padding-top: 0; }

    .bottom_footer .left .widget-type-rich_text { width: 100%; padding: 0 0 15px; }
    .bottom_footer .left > div { width: 100%; margin: 0; }
    .bottom_footer .left .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: inherit; }
    .bottom_footer .left ul li { margin: 0 15px 0 0; }
    .bottom_footer .left ul li a { padding: 5px 0; }

    .footer_social { margin: 50px 0 0; }
    .footer_social ul li { margin: 5px 12px 5px 0; }

}

@media (max-width: 991px){

    header.header { padding: 20px 0; }
    header .wrapper { width: 720px; }
    .header .hs-menu-wrapper .button_wrap { margin: 30px 0; display: flex; justify-content: flex-end; }
    .header .button_wrap { display: none; }
    header.header [class*=button-] a { background: var(--headerbottomlinkhover); color: #fff; }
    .mainmenu .hs-menu-flow-horizontal > ul > li.submenu-open span.child-triggerm { transform: rotate(180deg); justify-content: flex-start; }

    .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li { margin: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 20px 0; font-size: 14px; }

    .mainmenu.js-enabled .menu .hs-menu-flow-horizontal { display: block; position: relative; top: 0; left: 0; border-top: none; height: auto; }
    .mainmenu .menu .hs-menu-flow-horizontal ul { margin: 0; display: flex; flex-direction: initial; }
    .mainmenu .menu .hs-menu-flow-horizontal ul li { margin: 0; width: auto; border-bottom: none; display: inline-block; }
    .mainmenu .menu .hs-menu-flow-horizontal ul li a { width: auto; padding: 10px; }

    .mainmenu.js-enabled .menu .hs-menu-flow-horizontal ul { flex-direction: inherit; display: flex; }
    .mainmenu.js-enabled .menu .hs-menu-flow-horizontal { padding: 0; }

    .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: 7px; right:calc((100% - 705px)/2); width:51px; 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 { position: absolute; right: 50px; top: 14px; font-size: 14px; text-transform: none; color: #0D0E10; opacity: 0.5; display: inline-block; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    header.header .main_header_inner { position: inherit; }

    .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(--main-color); }
    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 { position: absolute; top: 0; right: 0; height: 60px; width: 100%; display: flex; align-items: center; justify-content: end; }
    span.child-triggerm:after { content: "\f107"; font-family: 'fontAwesome'; font-size: 28px; opacity: 0.5; }

    /*   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:calc(100vh - 76px); top:76px; left: 0; width: 100%; max-width:100%; padding:0 calc((100% - 705px) / 2); background-color:#fff; z-index:8888; display: none; border-top: 1px solid #DDDDDD; overflow: auto !important; }

    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #DDDDDD; }

    .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; }

    .mainmenu .hs-menu-children-wrapper.menumega { opacity: 1; visibility: visible; overflow: visible !important; }
    .menumega { border-radius: 0; filter: none; padding: 20px 0 0; }
    .menumega .left { width: calc(100% - 335px); padding: 0 15px 15px 0; margin-left: -15px; }
    .menumega .right { width: 350px; padding: 20px 0; border-radius: 20px 0 0 0; }
    .menumega .box .text { line-height: 20px; }
    .menumega .box { width: 100%; }

    .menumega .button { position: relative; width: calc(100% + 30px); left: 0; bottom: auto; margin: 0 -15px; border-top: none; }
    .menumega .button:before { content: ''; position: absolute; top: 0; left: 15px; right: 15px; height: 1px; background: #DDDDDD; }

    .left_menu_wrap, .right_menu_wrap { width: 100%; } 


}

@media (max-width: 767px){

    header.header { display: none; }
    body.loded header.header { display: block; }
    header .wrapper { width: 100%; }
    a.mobile-trigger { right: 0; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { padding: 0 15px; }

    .main_footer .left { width: 100%; margin: 0 0 20px; }
    .main_footer .right>div { margin: 0; width: 50%; padding: 15px 10px 15px 0; }
    .bottom_footer .main { padding: 20px 0 50px; }
    .footer_social { margin: 30px 0 0; }

    .menumega .left { width: 100%; }
    .menumega .right { width: 100%; }

    .mainmenu .hs-menu-children-wrapper.menumega { margin: 0 -15px; padding: 0; width: calc(100% + 30px); }
    .mainmenu .hs-menu-children-wrapper.menumega .cover { padding: 0; width: 100%; }
    .menumega .left { padding: 0; margin: 0; }
    .menumega .right { border-radius: 0; }

    .menumega .button { margin: 0; border-top: none; width: 100%; }
    .menumega .button:before { display: none; }

} 
/************************ Solutions Page **************************/

/* solutions-banner */
.solution_section.disable .hero_right:after { display: none; }
.hero_section.solution_section .hero_left .watch_btn a { color: #fff; justify-content: center; }
.hero_section.solution_section .hero_left .pre_title { color: var(--link_color); font-weight: 700; }
.hero_section.solution_section .hero_right:after { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/simana-gradiant.png) no-repeat 50%/cover; border-radius: 0; width: calc(100% + 130px); background-position: 0; top: -80px; }
.hero_section.solution_section .hero_right>div { box-shadow: none; }
.hero_section.solution_section .hero_left { position: relative; z-index: 2; }


/* zig-zag */
.zigzagsc_wrap { padding: 50px 0 75px; }
.zigzagsc_wrap .bgimg { width: 100%; height: 100%; border-radius: 0 20px 20px 0; }
.zigzagsc_wrap .content_sc { padding-right: calc(50% - 635px); padding-left: 139px; }
.zigzagsc_wrap .content_sc .pre_title { color: var(--link_color); font-weight: bold; text-transform: uppercase; }
.zigzagsc_wrap .content_sc .listcontent_wrap { display: inline-block; margin-bottom: 20px; padding-left: 45px; position: relative; vertical-align: top; width: 100%; }
.zigzagsc_wrap .content_sc .listcontent_wrap:before { background: rgba(74, 70, 243, 0.08); border-radius: 100%; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
.zigzagsc_wrap .content_sc .listcontent_wrap h6 { color: var(--link_color); }
.zigzagsc_wrap .content_sc .listcontent_wrap .content { font-size: 16px; }
.zigzagsc_wrap .content_sc .listcontent_wrap:after { background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51472 6.48528L5.75736 10.7279L14.2426 2.24264' stroke='%235E51F5' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: ""; height: 14px; left: 6px; position: absolute; top: 8px; width: 16px; }
.zigzagsc_wrap:nth-child(even) { flex-direction: row-reverse; }
.zigzagsc_wrap:nth-child(even) .bgimg { border-radius: 20px 0 0 20px; }
.zigzagsc_wrap:nth-child(even) .content_sc { padding-left: calc(50% - 635px); padding-right: 139px; }


/* testimonials */
.testimonials_sc { background: linear-gradient(180deg, #F1F1F1 0%, rgba(241, 241, 241, 0.00) 100%); padding: 120px 0 90px; }
.testimonials_sc .details_box { width: 33.33%; padding: 15px; position: relative; }
.testimonials_sc .details_box:before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4096 10.1961V20H0V10.7563L5.09289 0H10.4096L6.43607 10.1961H10.4096ZM23.2258 10.1961V20H12.8162V10.7563L17.9091 0H23.2258L19.2522 10.1961H23.2258Z' fill='%234A46F3'/%3E%3C/svg%3E%0A"); content: ""; height: 20px; left: 40px; position: absolute; top: 4px; width: 23px; }
.testimonials_sc .detailsbox_wrap { padding: 30px; background: #fff; border-radius: 20px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); }
.testimonials_sc .detailsbox_wrap .person_bio { font-size: 16px; font-weight: 500; line-height: 1.4; margin-bottom: 30px; position: relative; }
.testimonials_sc .detailsbox_wrap .person_data { flex-wrap: wrap; width: 100%; }
.testimonials_sc .detailsbox_wrap .person_data .img { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; object-fit: cover; }
.testimonials_sc .detailsbox_wrap .person_data .person_name { padding-left: 20px; width: calc(100% - 60px); font-size: 13px; }


/************************ Workflows Page **************************/

/* image-content-zig-zag */
.imgcontentsc_wrap { padding: 45px 0; }
.imgcontent_sc .bgimg { height: 348px; width: 100%; border-radius: 20px; }
.imgcontent_sc .content_sc { max-width: 407px; margin: 0 auto; }
.imgcontentsc_wrap:nth-child(even) { flex-direction: row-reverse; }
.imgcontentsc_wrap:nth-child(even) .imgcontent_sc .content_sc { margin-right: auto; }


/************************ Tools Page **************************/

/* improvement-tools-slider-v2 */
.improvetool_sc .toolvid_box { border-radius: 20px; line-height: 0; margin: 0 auto; max-width: 100%; overflow: hidden; width: 1070px; }
.improvetool_sc .toolvid_box .img { height: 500px; }
.improvetool_sc .toolvid_box .video { position: relative; } 
.improvetool_sc .toolvid_box .video video { width: 100%; }
.improvetool_sc .toolvid_box.toolvid_border { border-radius: 20px; }

.improvetool_sc.gradient_bx { position: relative; }
.improvetool_sc.gradient_bx:after { content: ''; background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); position: absolute; bottom: 30px; width: 100%; height: 234px; z-index: 9; transform: rotate(180deg); }


/* tools-services */
.toolservice_sc { padding: 30px 0 60px; }
.toolservice_sc .tools_boxs .contents_box { width: 33.33%; padding: 15px; position: relative; }
.toolservice_sc .tools_boxs .contents_box .boxlink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.toolservice_sc .tools_boxs .contentsbox_wrap:hover { margin-top: -10px; }
.toolservice_sc .tools_boxs .contentsbox_wrap { height: 100%; border-radius: 20px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); background: #fff; padding: 40px 30px; transition: all 0.4s ease-in-out; }
.toolservice_sc .contentsbox_wrap .icon { background: rgba(74, 70, 243, .08); border-radius: 20px; height: 80px; width: 80px; }
/* .toolservice_sc .contentsbox_wrap .icon img { height: 40px; width: 40px; object-fit: contain; } */
.toolservice_sc .contentsbox_wrap .content { opacity: 0.5; }
.toolservice_sc .contentsbox_wrap h6 { width: calc(100% - 100px); word-break: break-word; }

.toolservice_sc.style2 { padding: 60px 0; }
.toolservice_sc.style2 .iconcon_line { flex-flow: row wrap; flex-direction: column; text-align: center; padding-bottom: 10px; }
.toolservice_sc.style2 .iconcon_line .icon { margin: 0 0 20px; }

/* zig-zag-with-services */
.servicezigzag_sc { padding: 60px 0; }
.servicezigzag_sc .zigzag_rep .img_sc { width: 813px; border-radius: 20px; }
.servicezigzag_sc .zigzag_rep .boxes_sc { width: calc(100% - 874px); }
.servicezigzag_sc .boxes_sc .icon_details { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 20px; padding: 30px 40px; }
.servicezigzag_sc .boxes_sc .icon_details:not(:last-child) { margin-bottom: 30px; }
.servicezigzag_sc .zigzag_rep:not(:last-child) { margin-bottom: 120px; }
.servicezigzag_sc .zigzag_rep .row_reverse { flex-direction: row-reverse; }
.servicezigzag_sc .icon_details .icon { background: rgba(74, 70, 243, .08); border-radius: 20px; height: 80px; width: 80px; }
.servicezigzag_sc .icon_details .icon img { height: 40px; width: 40px; object-fit: contain; }
.servicezigzag_sc .icon_details h6 { width: calc(100% - 90px); word-break: break-word; }
.servicezigzag_sc .icon_details .content { opacity: 0.5; }


/************************ Improvement tools **************************/

/* content-with-button */
.contentbtn_sc { padding: 116px 0 60px; }
.contentbtn_sc .contentbtnsc_wrap { max-width: 844px; margin: 0 auto; }
.contentbtn_sc .contentbtnsc_wrap .pre_title { color: var(--link_color); font-weight: 700; }
.contentbtn_sc .contentbtnsc_wrap .content { opacity: 0.7; }

/* image-with-content-zigzag */
.imgcontzigzag_sc { padding: 0; }
.imgcontzigzag_sc .left_part { width: 58%; }
.imgcontzigzag_sc .right_part { width: 48%; max-width: 407px; }
.imgcontzigzag_sc .left_part .img_sc { height: 400px; width: 100%; border-radius: 20px; }
.imgcontzigzag_sc .row_reverse { flex-direction: row-reverse; }
.imgcontzigzag_sc .zigzag_lists .link a { color: var(--secondary-color); font-weight: 600; }
.imgcontzigzag_sc .zigzag_lists .content ul { margin: 0; padding: 0; list-style: none; }
.imgcontzigzag_sc .zigzag_lists .content ul li { position: relative; padding-left: 50px; margin-bottom: 25px; font-weight: 500; }
.imgcontzigzag_sc .zigzag_lists .content ul li:before { background: #fff; border-radius: 100%; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
.imgcontzigzag_sc .zigzag_lists .content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.51472 6.48528L6.75736 10.7279L15.2426 2.24264' stroke='%232CB77E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: ""; height: 14px; left: 6px; position: absolute; top: 8px; width: 18px; }


/************************ Charting **************************/

/* chart-list */
.chartlist_sc { padding: 60px 0; }
.chartlist_sc .charlist_head { max-width: 840px; margin: 0 auto; }
.chartlist_sc .chart_details { width: calc(20% - 30px); padding: 40px 20px; background: #ffffff; border-radius: 20px; word-break: break-word; }
.chartlist_sc .icon img { width: 90px; }
.chartlist_sc .chart_field { justify-content: space-evenly; }

/* image-content-with-box */
.imgcontbox_field {max-width: 800px; margin: auto;}
.imgcontbox_box { width: 50%; }
.imgcontbox_sc .imgcontbox_cont { padding: 0px; background: #FFF; border-radius: 0px; margin: 15px; }
.imgcontbox_sc .left_content { padding-left: 20px; flex: 1 }
.imgcontbox_sc .right_img { width: 30px; height: 30px; }
.imgcontbox_sc .right_img .image_box { width: 100%; border-radius: 0px; height: 100%; }
.imgcontbox_sc .imgcontbox_cont h5 { color: var(--secondary-color); }


/************************ Pricing **************************/

/* pricing-section */
.pricing_sc { padding: 70px 0 60px; position: relative; }
.pricing_sc:after { content:''; display: flex; position: absolute; height: 974px; right: 0; z-index: -1; background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/simana-gradiant.png) no-repeat top/cover; top: -80px; width: 1440px; }
.pricingsc_wrap .left_part { width: 35%; max-width: 407px; }
.pricingsc_wrap .right_part { width: 65%; }
.pricingsc_wrap .left_part .content { opacity: 0.7; }
.pricingsc_wrap .right_part .currancy_list li { line-height: normal; }
.pricingsc_wrap .right_part .currancy_list { padding: 4px; margin: 0; list-style: none; border-radius: 6px; background: rgba(0, 0, 0, 0.10); display: flex; align-items: center; }
.pricingsc_wrap .right_part .currancy_list li a { cursor: pointer; color: var(--secondary-color); opacity: 0.5; font-weight: 500; min-width: 30px; min-height: 30px; display: flex; align-items: center; justify-content: center; }
.pricingsc_wrap .right_part .currancy_list li.current a,
.pricingsc_wrap .right_part .currancy_list li a:hover { opacity: 1; background: #fff; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 6px; }
.pricingsc_wrap .right_part .currancy_list li.current a { opacity: 1; font-weight: 700; }
.pricingsc_wrap .plan_content .plan_field { width: calc(50% - 15px); background: #fff; padding: 30px; border-radius: 20px; }
.pricingsc_wrap .plan_content .left_data { width: calc(100% - 50px); }
.pricingsc_wrap .plan_content .plan_text { opacity: 0.7; max-width: 287px; margin-top: -15px; }
.pricingsc_wrap .plan_content .plan_details .icon { width: 50px; height: 50px; background: #F1F1F1; border-radius: 6px; }
.pricingsc_wrap .plan_details .price_text { font-size: 46px; font-weight: 700; }
.pricingsc_wrap .plan_details .price_text span { font-size: 14px; font-weight: 400; opacity: 0.5; padding-left: 5px; }
.pricingsc_wrap .plan_details .blank_line { height: 1px; margin: 40px 0; width: 100%; display: inline-block; background: #DDD; }
.pricingsc_wrap .plan_details .button-1 a { width: 100%; background-color: var(--six-color); color: var(--main-color); }
.pricingsc_wrap .plan_details .button-1 a:after { background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 8H18.25' stroke='%230D0E10' stroke-width='2'/%3E%3Cpath d='M11.25 1L18.25 8L11.25 15' stroke='%230D0E10' stroke-width='2'/%3E%3C/svg%3E%0A"); }
.pricingsc_wrap .plan_details .button-1 a:hover { background-color: #000000; color: #fff; }
.pricingsc_wrap .plan_details .button-1.hover a { background-color: #4A46F3; color: #fff; }
.pricingsc_wrap .plan_details .button-1 a:hover:after, .pricingsc_wrap .plan_details .button-1.hover a:after { filter: brightness(100); }
.pricingsc_wrap .plan_details .pro_btn a { background: var(--six-color); color: var(--secondary-color); }
.pricingsc_wrap .plan_details .button-1.pro_btn a:after { filter: brightness(0); }
.pricingsc_wrap .plan_details .list_content ul { padding: 0; margin: 0; list-style: none; }
.pricingsc_wrap .plan_details .list_content ul li { padding: 0 20px 0 40px; margin-bottom: 20px; font-weight: 500; position: relative; }
.pricingsc_wrap .plan_details .list_content ul li:before { background: #f1f1f1; border-radius: 100%; content: ""; height: 25px; left: 0; position: absolute; top: 0; width: 25px; }
.pricingsc_wrap .plan_details .list_content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67713 4.6569L4.50556 7.48533L10.1624 1.82847' stroke='%230D0E10' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: ""; height: 10px; left: 6px; position: absolute; top: 8px; width: 13px; }
.pricingsc_wrap .plan_field.professional_plan .plan_details .list_content ul li:before,
.pricingsc_wrap .plan_field.professional_plan .plan_details .icon { background: #4A46F314; }
.pricingsc_wrap .plan_field.professional_plan .plan_details .list_content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67713 4.6569L4.50556 7.48533L10.1624 1.82847' stroke='%235E51F5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.pricingsc_wrap input[type="range"] { width: 100%; border-radius: 0; border: 0; background-color: #DDD; height: 2px; }
.pricingsc_wrap input[type="range"]:focus { outline: none; }
.pricingsc_wrap .range-slider { width: 100%; position: relative; margin: 25px 0 38px; }
.pricingsc_wrap #range { -webkit-appearance: none; width: 100%; }
.pricingsc_wrap #range:focus { outline: none; }
.pricingsc_wrap #range::-webkit-slider-runnable-track { width: 100%; height: 2px; cursor: pointer; background: linear-gradient(90deg, #4A46F3 var(--range-progress), #dee4ec var(--range-progress)); border-radius: 0; }
.pricingsc_wrap #range::-webkit-slider-thumb { -webkit-appearance: none; border: 0.25rem solid #FFFFFF; box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.20); border-radius: 50%; background: #4A46F3; cursor: pointer; height: 20px; width: 20px; transform: translateY(-50%); }
.pricingsc_wrap #tooltip { position: absolute; top: -2.25rem; left: 10px; }
.pricingsc_wrap #tooltip span { position: absolute; text-align: center; display: block; padding: 5px 10px; color: #4A46F3; border-radius: 6px; background: var(--Primary-Light, linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF); font-size: 12px; left: 50%; transform: translate(-50%, 0); width: 130px; top: 5px; font-weight: 500; }
.pricingsc_wrap #tooltip span:before { position: absolute; content: ""; left: 50%; bottom: -8px; transform: translateX(-50%); width: 0; height: 0; border: 4px solid transparent; border-top-color: rgba(74, 70, 243, 0.08); }
.plan_content .tooltip_icon { content: ''; transition: all ease-in-out .3s; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM8.8 12H7.2V7.2H8.8V12ZM8.8 5.6H7.2V4H8.8V5.6Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A"); width: 16px; height: 16px; display: inline-block; position: absolute; top: 3px; right: 0; }
.plan_content .tooltip_icon:hover { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M8,0C3.584,0 0,3.584 0,8C0,12.416 3.584,16 8,16C12.416,16 16,12.416 16,8C16,3.584 12.416,0 8,0ZM8.8,12L7.2,12L7.2,7.2L8.8,7.2L8.8,12ZM8.8,5.6L7.2,5.6L7.2,4L8.8,4L8.8,5.6Z' style='fill:rgb(74,70,243);fill-rule:nonzero;'/%3E%3C/svg%3E%0A"); }
.plan_content .list_content [data-tooltip]::before,
.plan_content .list_content [data-tooltip]::after { opacity: 0; visibility: hidden; margin-top: -0.5em; }
.plan_content .list_content [data-tooltip]:before { background: #0D0E10; border-radius: 10px; color: #fff; content: attr(data-tooltip); display: block; font-size: 13px; right: -20px; line-height: 18px; padding: .75em .95em; position: absolute; bottom: 25px; width: 287px; }
.plan_content .list_content [data-tooltip]::after { content: ""; border: 10px solid transparent; border-top-color: black; position: absolute; top: -3px; left: 50%; margin-left: -10px; }
.plan_content .list_content [data-tooltip]:hover { cursor: pointer; }
.plan_content .list_content [data-tooltip]:hover::before,
.plan_content .list_content [data-tooltip]:hover::after { opacity: 1; visibility: visible; }

/* optional-addon */
.casehero_sc.optional_addon { padding: 90px 0; background: #4A46F314; }
.casehero_sc.optional_addon .icon { background: #FFF; padding: 20px; border-radius: 20px; }
.casehero_sc.optional_addon .icon img { height: 36px !important; width: 36px; }
.casehero_sc.optional_addon .caseherosc_wrap { width: calc(100% - 100px); padding-left: 0; }
.casehero_sc.optional_addon .caseherosc_wrap .left_part .content { opacity: 1; }
.casehero_sc.optional_addon .subtext { font-size: 12px; }
.casehero_sc.optional_addon .caseherosc_wrap .left_part { max-width: 515px; }
.casehero_sc.optional_addon .caseherosc_wrap .right_part { width: 45%; }
.casehero_sc.optional_addon .button-1 a { background-color: #fff; color: #4A46F3; }


/* icon-content-link */
.iconconlink_sc { padding: 60px 0; }
.iconconlink_sc .iconconlinksc_wrap { max-width: 735px; margin: 0 auto; background: rgb(44 183 126 / 10%); border-radius: 20px; padding: 30px 54px; }
.iconconlink_sc .iconconlinksc_wrap .icon { width: 60px; height: 60px; background: #fff; margin: 0 auto 20px; border-radius: 10px; }
.iconconlink_sc .iconconlinksc_wrap .icon img { height: 36px !important; width: 36px; }
.iconconlink_sc .iconconlinksc_wrap .content a { color: #2CB77E; text-decoration: underline; }

/* faqs */
.faqs_sc { padding: 60px 0 120px; }
.faqs_sc .faqssc_wrap { max-width: 735px; margin: 0 auto; }
.faqs_sc .faqssc_wrap .faqs_content { font-size: 16px; border-bottom: 1px solid #ddd; }
.faqs_sc .faqssc_wrap .title { padding: 20px 0; cursor: pointer; position: relative; font-weight: 900; }
.faqs_sc .faqssc_wrap .title:before,
.faqs_sc .faqssc_wrap .title:after { background: #c1bfbf; content: ''; height: 3px; right: 0; position: absolute; top: 30px; width: 17px; transition: transform 500ms ease; }
.faqs_sc .faqssc_wrap .title:after { transform-origin: center; }
.faqs_sc .faqssc_wrap .title.active:after { transform: rotate(180deg); }
.faqs_sc .faqssc_wrap .title.active:before { transform: rotate(180deg); }
.faqs_sc .faqssc_wrap .title:after { transform: rotate(270deg); }
.faqs_sc .faqssc_wrap .content { opacity: 0.7; display: none; }

/************************ Standard Page **************************/

/* terms-list */
.termslist_sc { padding: 116px 0 0; }
.termslist_sc .left_part { width: 60%; max-width: 734px; }
.termslist_sc .right_part { width: 40%; max-width: 407px; padding-left: 20px; }
.termslist_sc .left_part .main_content { border-bottom: 1px solid #DDD; }
.termslist_sc .main_content .content { font-size: 20px; }
.termslist_sc .title_content_field .content { font-size: 16px; }
.termslist_sc .title_content_field .content a { margin-top: 10px; display: inline-flex; text-decoration: underline; }
.termslist_sc .right_part .list_title { margin: 0; padding: 0; list-style: none; position: sticky; top: 100px; }
.termslist_sc .list_title .title_txt { padding: 15px 0; position: relative; }
.termslist_sc .list_title .title_txt:not(:last-child) { border-bottom: 1px solid #DDD; }
.termslist_sc .list_title .title_txt a { font-size: 16px; line-height: 24px; color: var(--secondary-color); }
.termslist_sc .list_title .title_txt .arrow_set:before { background: #f1f1f1; border-radius: 10px; content: ""; height: 50px; display: inline-block; width: 50px; }
.termslist_sc .list_title .title_txt .arrow_set:after { background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L0.999999 1' stroke='%230D0E10' stroke-width='2'/%3E%3C/svg%3E%0A"); content: ''; height: 14px; left: 20px; position: absolute; top: 43%; width: 8px; }
.termslist_sc .list_title .title_txt.active { font-weight: 600; }
.termslist_sc .list_title .title_txt.active .arrow_set:before { background: #4A46F314; }
.termslist_sc .list_title .title_txt.active .arrow_set:after { filter: invert(23%) sepia(57%) saturate(7486%) hue-rotate(242deg) brightness(101%) contrast(91%); }

/************************ Job Listing **************************/

/* hiring-section */
.hiring_sc { padding: 116px 0 90px; }
.hiring_sc .left_part { width: 60%; max-width: 734px; }
.hiring_sc .right_part { width: 40%; padding-left: 20px; }
.hiring_sc .left_part .applylist_fx .title_txt { width: 50%; }
.hiring_sc .left_part .applylist_fx { max-width: 100%; position: relative; top: 0; }
.hiring_sc .applylist_fx .item_text { width: calc(100% - 60px); word-break: break-word; }
.hiring_sc .applylist_fx { position: -webkit-sticky; max-width: 407px; border-radius: 20px; background: linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF; position: sticky; top: 120px; margin-left: auto; padding: 40px; }
.hiring_sc .apply_field { margin: 0; padding: 0; }
.hiring_sc .arrow_set { width: 50px; height: 50px; border-radius: 10px; background: #FFF; }
.hiring_sc .arrow_set img { width: 24px; height: 24px !important; }
.hiring_sc .item_text .title { opacity: 0.5; }
.hiring_sc .applylist_fx .button-1 a { width: 100%; }
.hiring_sc .left_part .main_content .content { font-size: 20px; line-height: 30px; }
.hiring_sc .left_part .main_content .sub_content { font-size: 16px; opacity: 0.7; }
.hiring_sc .left_part .sub_content ul { padding: 0; margin: 0; list-style: none; }
.hiring_sc .left_part .sub_content ul li { margin-bottom: 15px; position: relative; padding-left: 35px; color: rgb(13 14 16 / 70%); }
.hiring_sc .left_part .title_content_field .sub_content { font-size: 16px; }
.hiring_sc .left_part .sub_content ul li:before { background: #4A46F314; border-radius: 100%; content: ""; height: 20px; left: 0; position: absolute; top: 4px; width: 20px; }
.hiring_sc .left_part .sub_content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67713 4.6569L4.50556 7.48533L10.1624 1.82847' stroke='%235E51F5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: ''; height: 10px; left: 4px; position: absolute; top: 9px; width: 13px; }
.hiring_sc .left_part .benefits_wrap { position: relative; padding: 0 0 26px 0; }
.hiring_sc .left_part .benefits_wrap .icon { width: 80px; height: 80px; background: #4A46F314; border-radius: 20px; }
.hiring_sc .left_part .benefits_wrap .benefits_content { width: calc(100% - 100px); }
.hiring_sc .left_part .benefits_wrap .content { opacity: 0.7; }
.hireformsc_wrap .input .file-upload-input { border: 1px dashed #DDD; height: 90px; padding: 0 20px; }
.hireformsc_wrap .file-upload-wrapper { position: relative; cursor: pointer; }
.hireformsc_wrap .file-upload-button { background: transparent; border: 0; left: 0; position: absolute; width: 100%; display: inline-block; text-align: left; padding-left: 90px; height: 100%; cursor: pointer; }
.hireformsc_wrap .file-upload-button span { color: var(--link_color); }
.hireformsc_wrap .file-upload-wrapper.active .file-upload-button { opacity: 0; }
.hireformsc_wrap .file-upload-wrapper.active:before,
.hireformsc_wrap .file-upload-wrapper.active:after { display: none; }
.hireformsc_wrap .file-upload-wrapper:before { background: #4a46f314; border-radius: 5px; content: ""; height: 50px; left: 20px; position: absolute; top: 20px; width: 50px; }
.hireformsc_wrap .file-upload-wrapper:after { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame' clip-path='url(%23clip0_1_21865)'%3E%3Cg id='&%23233;&%23161;&%23181;&%23233;&%23157;&%23162;-1'%3E%3Cg id='File'%3E%3Cg id='upload_2_line'%3E%3Cpath id='&%23229;&%23189;&%23162;&%23231;&%23138;&%23182;' d='M20 15.0001C20.5523 15.0001 21 15.4478 21 16.0001V20.0001C21 21.1047 20.1046 22.0001 19 22.0001H5C3.89543 22.0001 3 21.1047 3 20.0001V16.0001C3 15.4478 3.44772 15.0001 4 15.0001C4.55228 15.0001 5 15.4478 5 16.0001V20.0001H19V16.0001C19 15.4478 19.4477 15.0001 20 15.0001ZM12.8839 3.47451L16.9497 7.54038C17.3403 7.9309 17.3403 8.56407 16.9497 8.95459C16.5592 9.34511 15.9261 9.34511 15.5355 8.95459L13 6.41906V16.0001C13 16.5524 12.5523 17.0001 12 17.0001C11.4477 17.0001 11 16.5524 11 16.0001V6.41906L8.46447 8.95459C8.07394 9.34511 7.44078 9.34511 7.05025 8.95459C6.65973 8.56407 6.65973 7.9309 7.05025 7.54038L11.1161 3.47451C11.6043 2.98636 12.3957 2.98636 12.8839 3.47451Z' fill='%234A46F3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_21865'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); content: ""; height: 24px; left: 33px; position: absolute; top: 31px; width: 24px; }

/* hiring-form */
.hireform_sc { background: #F1F1F1; }

/************************ About **************************/

/* about-hero */
.abouthero_sc { padding: 116px 0 75px; overflow: hidden; }
.abouthero_sc .aboutherosc_wrap { max-width: 734px; margin: 0 auto 60px; }
.abouthero_sc .aboutherosc_wrap .content { font-size: 16px; opacity: 0.7; }
.abouthero_sc .images_animat .image_wp .imagepad_box { padding: 7px; }
.abouthero_sc .imagepad_box .img_pd { background: #d9d9d9; border-radius: 20px; overflow: hidden; opacity: 1; transform: translateY(20px); transition: 1s; width: 244px; }
.abouthero_sc .images_animat .slick-list.draggable { overflow: visible !important; }
.abouthero_sc .images_animat .img_pd.full { height: 362px; }
.abouthero_sc .images_animat .img_pd.half { height: 317px; }
.abouthero_sc .images_animat .img_pd.half { margin-top: 42px; }
.abouthero_sc .images_animat .img_pd img { object-fit: cover; height: 100% !important; width: 100%; }
.abouthero_sc .images_animat .slick-slide { display: flex !important; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.abouthero_sc .images_animat .slick-slide { opacity: 0; transition: .6s !important }
.abouthero_sc .images_animat .image_wp { display: flex !important; flex-flow: wrap; justify-content: center; }
.abouthero_sc .images_animat .slick-current.image_wp { opacity: 1; transition: 1s !important; }
.abouthero_sc .images_animat .slick-current.img_pd { opacity: 1; transition: 1s !important }
.abouthero_sc .images_animat .slick-current .img_pd { transform: translateY(0); animation:fadeInUp 1s ease backwards; }
@keyframes fadeInUp{
  0%{transform:translate(0px, 20px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
.abouthero_sc .images_animat .slick-current .img_pd.img1 { animation-delay: 0.2s; }
.abouthero_sc .images_animat .slick-current .img_pd.img2 { animation-delay: 0.4s; }
.abouthero_sc .images_animat .slick-current .img_pd.img3 { animation-delay: 0.8s; }
.abouthero_sc .images_animat .slick-current .img_pd.img4 { animation-delay: 1s; }
.abouthero_sc .images_animat .slick-current .img_pd.img5 { animation-delay: 1.2s; }
.abouthero_sc .images_animat .slick-current .img_pd.img6 { animation-delay: 1.4s; }
.abouthero_sc .images_animat .slick-current .img_pd.img7 { animation-delay: 1.6s; margin: 0; }
.abouthero_sc .images_animat .slick-current .img_pd.img8 { animation-delay: 1.8s; }
.abouthero_sc .images_animat .slick-current .img_pd.img9 { animation-delay: 2s; margin: 0; }
.abouthero_sc .images_animat .slick-current .img_pd.img10 { animation-delay: 2.2s; }

/* get-started-strip-v2 */
.getstart_sc .getstartsc_rawin { border-radius: 20px; background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/strip-image.png) no-repeat center / cover; }
.getstart_sc .getstartsc_rawin .content_box { width: 65%; padding: 40px 0 40px 109px; }
.getstart_sc .getstartsc_rawin .content_box .strip_details { max-width: 513px; }
.getstart_sc .getstartsc_rawin .content_box h4 { color: var(--link_color); }

/************************ Case Study Inner **************************/

/* casestudy-hero */
.casehero_sc { padding: 116px 0 90px; }
.casehero_bx { position: relative; }
/* .sticky_logo img { width: 100%; position: sticky; top: 100px; } */
.casehero_bx .sticky_logo { width: 130px; position: absolute; top: 0; left: 0; }
.caseherosc_wrap { width: 100%; padding-left: 210px; }
.caseherosc_wrap .left_part { width: 50%; max-width: 407px; }
.caseherosc_wrap .right_part { width: 50%; border-radius: 20px; overflow: hidden; background-color: #f5f5f5; }
.caseherosc_wrap .right_part img { width: 100%; }
.caseherosc_wrap .left_part .content { opacity: 0.7; }
.counter_wp .icon { width: 24px; height: 24px; }
.counter_wp .number_field { width: 20%; border-left: 1px solid #DDD; padding-left: 20px; }
.counter_wp .number_field .text { opacity: 0.5; }
.casehero_bx .sticky_logo.bottom { bottom:0 !important; top:auto !important; }

/* client-testimonials */
.cleinttest_sc { padding: 90px 0; background: rgb(74 70 243 / 10%); }
.cleinttestsc_wrap { max-width: 844px; margin: 0 auto; }
.cleinttestsc_wrap .person_testimonials,
.cleinttestsc_wrap .testdetails_wp { color: var(--link_color); }
.cleinttestsc_wrap .person_name { position: relative; padding-left: 70px; width: calc(100% - 80px); }
.cleinttestsc_wrap .person_name .quote_icon { width: 47px; position: absolute; left: 0; top: 4px; }
.cleinttestsc_wrap .person_name strong { font-size: 16px; }
.cleinttestsc_wrap .person_image .img { width: 80px; height: 80px; border-radius: 50%; }
.cleinttestsc_wrap .slick-arrow.slick-next { right: -50px; }
.cleinttestsc_wrap .slick-arrow.slick-prev { left: -50px; }

/* casestudy-content */
.casstudycon_sc { padding: 90px 0 0; }
.casstudyconsc_wrap { max-width: 844px; margin: 0 auto; font-size: 18px; }
.casstudyconsc_wrap .field_repeater { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid #DDD; }
.casstudyconsc_wrap .field_repeater h2 { width: 298px; }
.casstudyconsc_wrap .field_repeater .content { width: calc(100% - 328px); }
.casstudyconsc_wrap .field_repeater .content ul { margin: 25px 0 0; padding: 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: end; }
.casstudyconsc_wrap .field_repeater .content ul li { padding: 0 0 16px; font-weight: 400; position: relative; width: calc(100% - 50px); }
.casstudyconsc_wrap .field_repeater .content ul li:not(:last-child) { border-bottom: 1px solid #DDD; margin-bottom: 20px; }
.casstudyconsc_wrap .field_repeater .content ul li:before { background: rgb(44 183 126 / 10%); border-radius: 100%; content: ""; height: 30px; left: -50px; position: absolute; top: 0; width: 30px; }
.casstudyconsc_wrap .field_repeater .content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L6 10.5L15 1.5' stroke='%232CB77E' stroke-width='3'/%3E%3C/svg%3E%0A"); content: ""; height: 13px; left: -44px; position: absolute; top: 8px; width: 16px; }
.casstudyconsc_wrap .box_field_wrap .box_field { width: calc(25% - 15px); padding: 20px; }
.casstudyconsc_wrap .box_field_wrap .box_text { font-size: 16px; margin-top: 50px; }
.casstudyconsc_wrap .testimonials_field { margin-left: 40px; }
.casstudyconsc_wrap .testimonials_field .testdetails_wp { padding-left: 30px; position: relative; }
.casstudyconsc_wrap .testimonials_field .testdetails_wp:before { content: ''; border-left: 2px solid #4A46F3; position: absolute; left: 0; height: 96%; bottom: 0; }
.casstudyconsc_wrap .testimonials_field .person_name { position: relative; padding-left: 70px; width: calc(100% - 80px); }
.casstudyconsc_wrap .testimonials_field .person_position { font-size: 14px; }
.casstudyconsc_wrap .testimonials_field .person_name .quote_icon { width: 47px; position: absolute; left: 0; top: 8px; }
.casstudyconsc_wrap .testimonials_field .person_name strong { font-size: 16px; }
.casstudyconsc_wrap .testimonials_field .person_image .img { width: 80px; height: 80px; border-radius: 50%; }
.casstudyconsc_wrap .text_box3 img { width: 100%; margin: 60px 0 40px; border-radius: 20px; box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 10px 0px rgba(0, 0, 0, 0.10); }


/************************ Get Started Standard **************************/

/* user-roles */
.userroles_sc { padding: 116px 0 0; }
.userroles_sc .left_part { max-width: 734px; width: 60%; }
.userroles_sc .right_part { max-width: 407px; padding-left: 20px; width: 40%; }
.main_content .content { font-size: 20px; }
.userroles_sc .title_content_field { background: rgb(44 183 126 / 10%); padding: 40px; border-radius: 20px; }
.userroles_sc .title_content_field .content ul { margin: 0; padding: 0; list-style: none; font-size: 16px; }
.userroles_sc .title_content_field .content ul li { position: relative; padding-left: 35px; margin-bottom: 25px; }
.userroles_sc .title_content_field .content ul li:before { background: #fff; border-radius: 100%; content: ""; height: 20px; left: 0; position: absolute; top: 3px; width: 20px; }
.userroles_sc .title_content_field .content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67646 4.65685L4.50489 7.48528L10.1617 1.82843' stroke='%232CB77E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: ""; height: 10px; left: 4px; position: absolute; top: 8px; width: 11px; }
.userrolessc_wrap .middle_text { color: var(--link_color); position: relative; padding-left: 30px; }
.userrolessc_wrap .middle_text:before { content: ''; border-right: 2px solid #4A46F3; position: absolute; top: 8px; left: 0; height: 75%; }
.listfield_wrap .number_text { font-weight: 800; height: 80px; width: 80px; background: #4A46F314; border-radius: 20px; color: var(--link_color); font-size: 32px; }
.listfield_wrap .content_arbx { width: calc(100% - 110px); }
.listfield_wrap .content_arbx .content { font-size: 16px; }
.listfield_wrap .content_arbx .content ul { margin: 20px 0 0; padding: 0; list-style: none; }
.listfield_wrap .content_arbx .content ul li { position: relative; padding-left: 55px; margin-bottom: 20px; }
.listfield_wrap .content_arbx .content ul li:before { background: #4A46F314; border-radius: 100%; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
.listfield_wrap .content_arbx .content ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L6 10.5L15 1.5' stroke='%234A46F3' stroke-width='3'/%3E%3C/svg%3E%0A"); content: ""; height: 14px; left: 6px; position: absolute; top: 8px; width: 18px; }
.userrolessc_wrap .right_part .list_title { margin: 0; padding: 0; list-style: none; position: sticky; top: 100px; }
.userrolessc_wrap .list_title .icon { width: 50px; height: 50px; border-radius: 10px; }
.userrolessc_wrap .list_title .title_txt { padding: 20px 0; }
.userrolessc_wrap .list_title .icontext_bx img { width: 24px; height: 24px !important; }
.userrolessc_wrap .list_title .title_txt:not(:last-child) { border-bottom: 1px solid #ddd; }
.userrolessc_wrap .icontext_bx .title.active { font-weight: 600; }
.userrolessc_wrap .icontext_bx .title { font-size: 16px; color: var(--main-color); }
.userrolessc_wrap .left_part .content a { text-decoration: underline; }

/************************ Download Page **************************/

/* free-guide-download */
.freeguide_sc { padding: 60px 0; }
.freeguide_sc:after{ content:''; background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/simana-gradiant.png) no-repeat center / cover; width: 1140px; height: 730px; display: flex; position: absolute; top: 0; right: 0; z-index: -1; }
.freeguide_sc .left_part { width: 60%; max-width: 625px; }
.freeguide_sc .right_part { width: 40%; border-radius: 20px; background: #FFF; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); padding: 30px 40px; position: sticky; top: 120px; }
.freeguide_sc .right_part .pre_title { font-weight: 500; }
.slider_wp .slider_image img { width: 218px; }
.slider_wp .slick-counter { font-size: 12px; opacity: 0.3; }
.slider_wp .slick-arrow { top: 35%; background: transparent url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/right-arrow-black.svg) no-repeat center center; transform: translateY(-50%) rotate(180deg); background-color: #fff; border: 0; box-shadow: 0 0 25px; border-radius: 50%; }
.slider_wp .slick-arrow.slick-next { transform: translateY(-50%) rotate(0deg); }
.slider_wp .slick-disabled { display: none !important; }
.slider_wp .slick-prev.slick-arrow { left: 0; }
.freeguidesc_wrap { align-items: baseline; }
.freeguidesc_wrap .form_group .content { opacity: 0.7; }
.freeguidesc_wrap .guide_form input::placeholder { font-size: 13px; opacity: 0.4; color: #000; font-weight: 400; text-transform: capitalize; }
.freeguidesc_wrap .guide_form .hs-form-field label { display: none; }
.freeguidesc_wrap .guide_form .hs-fieldtype-select { position: relative; z-index: 1; }
.freeguidesc_wrap .guide_form .hs-fieldtype-select label { display: block; font-size: 10px; background: #fff; position: absolute; top: -8px; z-index: 9; left: 12px; padding: 0 5px; color: #c4c4c4; font-weight: 400; }
.freeguidesc_wrap .guide_form .hs-fieldtype-select label .hs-form-required { color: #c4c4c4; }
.freeguidesc_wrap .guide_form select { font-size: 13px; color: #bebebe; }
.freeguidesc_wrap .guide_form .hs_submit .actions input { width: 100%; font-weight: 400; padding: 22px; }
.freeguidesc_wrap .guide_form .hs_submit.hs-submit .actions { width: 100%; }
.freeguidesc_wrap .guide_form .hs_submit.hs-submit .actions:before { position: absolute; content: ""; height: 24px; width: 24px; display: inline-block; top: 30px; left: 28%; z-index: 1; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/download_icon.svg)no-repeat center/contain; }
.freeguidesc_wrap .guide_form { position: relative; }
.freeguidesc_wrap .guide_form .form-columns-0 { position: absolute; bottom: -30px; text-align: center; width: 100%; }
.freeguidesc_wrap .guide_form .hs_submit.hs-submit { margin-bottom: 40px; }
.freeguidesc_wrap .box_cont .content { font-size: 13px; opacity: 0.7; }
.freeguidesc_wrap .bottom_con { max-width: 625px; }
.freeguidesc_wrap .guide_form .hs-main-font-element { font-size: 12px; text-align: center; color: rgba(0, 0, 0, 0.50); }
.freeguidesc_wrap .guide_form .hs-main-font-element a { font-weight: 500; }
.freeguide_sc .content_field:last-child { margin-bottom: 0; }
.freeguide_sc .content_field .icon_st:before { background: #4A46F314; border-radius: 100%; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
.freeguide_sc .content_field .icon_st:after { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L6 10.5L15 1.5' stroke='%234A46F3' stroke-width='3'/%3E%3C/svg%3E%0A"); content: ""; height: 14px; left: 6px; position: absolute; top: 8px; width: 18px; }
.freeguide_sc .content_field { position: relative; padding-left: 55px; margin-bottom: 50px; }
.freeguide_sc .content_field:not(:last-child):after { content: ''; position: absolute; border-bottom: 1px solid #D8D8D8; bottom: -25px; width: 100%; max-width: 510px; }



/* Media Query */

@media(max-width: 1350px){
  /* zig-zag */
  .zigzagsc_wrap .content_sc { padding-left: 60px; padding-right: 50px; }
  .zigzagsc_wrap:nth-child(2n) .content_sc { padding-left: 50px; padding-right: 60px; }
}

@media(max-width: 1299px){
  /* about-hero */
  .abouthero_sc .imagepad_box .img_pd { width: 214px; }
}
  
@media(max-width: 1200px){
  /* solutions-banner */
  .hero_section.solution_section .hero_left { padding-top: 80px; }
  .hero_section.solution_section .hero_left .btn_wrap a { min-width: fit-content; }
  
  /* testimonials */
  .testimonials_sc{ padding: 80px 0; }
  
  /* zig-zag-with-services */
  .servicezigzag_sc .zigzag_rep .boxes_sc { width: calc(100% - 540px); }
  .servicezigzag_sc .zigzag_rep .img_sc { width: 510px; }
  .servicezigzag_sc .zigzag_rep:not(:last-child) { margin-bottom: 60px; }
  
  /* content-with-button */
  .contentbtn_sc { padding: 90px 0 45px; }
  
  /* image-with-content-zigzag */
  .imgcontzigzag_sc { padding: 80px 0; }
  .imgcontzigzag_sc .right_part { max-width: 300px; }
  
  /* chart-list */
  .chartlist_sc .chart_details { margin-bottom: 30px; width: calc(25% - 30px); }
  
  /* pricing-section */
  .pricing_sc { padding: 90px 0 45px; }
  .pricing_sc:after { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/gradiant-resp.png) no-repeat bottom/cover; bottom: 40px; top: inherit; height: 920px; filter: blur(60px); } 
  .pricingsc_wrap .left_part { max-width: 100%; width: 100%; text-align: center; margin: 0 0 40px; }
  .pricingsc_wrap .right_part { width: 100%; }
  .pricingsc_wrap .right_part .plan_currtitle { justify-content: center; }
  .pricingsc_wrap .plan_details .price_text { font-size: 38px; line-height: normal; }
  .pricingsc_wrap .plan_content .plan_field { padding: 27px 20px; }
  .pricingsc_wrap .plan_content .plan_field .left_data h5 { margin: 10px 0 22px; }
  .pricingsc_wrap .plan_content .plan_text { margin-top: 0; }
  
  /* about-hero */
  .abouthero_sc .aboutherosc_wrap { margin: 0 auto 40px; }
  .abouthero_sc .imagepad_box .img_pd { width: 164px; }
  .abouthero_sc .images_animat .img_pd.half { height: 267px; }
  .abouthero_sc .images_animat .img_pd.full { height: 309px; }
  
  /* get-started-strip-v2 */
  .getstartsc_raw .getstartsc_rawin .content_box { padding: 40px 0 40px 40px; }
  
  /* casestudy-hero */
  .casehero_sc { padding: 60px 0 90px; }
  .caseherosc_wrap { padding-left: 110px; }
  .casehero_bx { position: inherit; }
  .casehero_sc { position: relative; }
  .casehero_bx .sticky_logo { left: 15px !important; }
  
  /* casestudy-content */
  .casstudycon_sc { padding: 60px 0 0; }
  .casstudycon_sc .wrapper,
  .cleinttest_sc .wrapper { width: 710px; }
  
  /* free-guide-download */
  .freeguide_sc { position: relative; overflow: hidden; }
  .freeguide_sc .right_part { width: 100%; max-width: 624px; margin: 0 auto 50px; position: relative; top: 0; }
  .freeguide_sc .left_part { width: 100%; max-width: 100%; }
  .freeguidesc_wrap .slider_wp { padding-bottom: 60px; }
  .freeguide_sc .bottom_con { max-width: 100%; }
  .freeguide_sc .content_field:not(:last-child):after { max-width: 93%; }
}

@media(max-width: 991px){
  /* solutions-banner */
  .hero_section.solution_section { padding-bottom: 50px; }
  .hero_section.solution_section .hero_left { padding-top: 20px; }
  .hero_section.solution_section .hero_right:after { top: 0; width: 100%; }
  
  /* testimonials */
  .testimonials_sc .details_box { width: 50%; }
  
  /* tools-services */
  .toolservice_sc .tools_boxs .contents_box { width: 50%; }
  .toolservice_sc .tools_boxs .contentsbox_wrap { padding: 20px; }
  
  .toolservice_sc.style2 { padding: 45px 0; }
  .toolservice_sc.style2 .tools_boxs { display: block; }
  .toolservice_sc.style2 .tools_boxs .contents_box { max-width: 406px; width: 100%; }
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(2),
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(5),
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(8) { margin: 0 auto; }
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(3),
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(4),
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(9) { margin-left: auto; }
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(6),
  .toolservice_sc.style2 .tools_boxs .contents_box:nth-child(7) { margin-right: auto; }
  .toolservice_sc.style2 .iconcon_line { display: flex; flex-direction: row; text-align: left; }
  .toolservice_sc.style2 .iconcon_line .icon { margin: 0 15px 0 0; }
  
  /* zig-zag-with-services */
  .servicezigzag_sc .boxes_sc .icon_details { padding: 20px; }
  .servicezigzag_sc .zigzag_rep .boxes_sc { width: calc(100% - 420px); }
  .servicezigzag_sc .zigzag_rep .img_sc { width: 400px; }
  .servicezigzag_sc .icon_details .icon img { height: 30px; width: 30px; }
  .servicezigzag_sc .icon_details .icon { height: 70px; width: 70px; }
  
  /* image-with-content-zigzag */
  .imgcontzigzag_sc .left_part { width: 100%; }
  .imgcontzigzag_sc .right_part { max-width: 407px; margin: 40px auto 0; width: 100%; }
  .imgcontzigzag_sc .left_part .img_sc { height: 350px; }
  
  /* chart-list */
  .chartlist_sc { padding: 45px 0; }
  .chartlist_sc .chart_details { width: calc(33.33% - 30px); }
  
  /* image-content-with-box */
  .imgcontbox_box { width: 100%; }
  
  /* faqs */
  .faqs_sc { padding: 45px 0 90px; }
  
  /* terms-list */
  .termslist_sc { padding: 90px 0 0; }
  .termslist_sc .left_part,
  .termslist_sc .right_part { max-width: 100%; width: 100%; padding: 0; }
  .termslist_sc .main_content .content { font-size: 16px; }
  
  /* hiring-section */
  .hiring_sc { padding: 90px 0; }
  .hiring_sc .left_part { max-width: 100%; width: 100%; }
  .hiring_sc .left_part .main_content .content { font-size: 16px; line-height: 24px; }
  .hiring_sc .left_part .main_content .sub_content,
  .hiring_sc .left_part .title_content_field .sub_content { font-size: 14px; }
  
  /* hiring-form */
  .hireformsc_wrap form .form-columns-2 .hs-form-field { width: 100%!important; padding: 0; }
  
  /* about-hero */
  .abouthero_sc { padding: 90px 0 45px; }
  .abouthero_sc .imagepad_box .img_pd { width: 118px; }
  .abouthero_sc .images_animat .img_pd.half { height: 154px; margin-top: 21px; }
  .abouthero_sc .images_animat .img_pd.full { height: 176px; }
  
  /* get-started-strip-v2 */
  .getstart_sc .getstartsc_rawin .content_box { padding: 40px 0 40px 40px; }
  .getstart_sc .getstartsc_rawin { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/strip-image-tab.png) no-repeat center / cover; }
  
  /* casestudy-hero */
  .caseherosc_wrap { width: 100%; padding-left: 0; }
  .caseherosc_wrap .left_part { max-width: 100%; width: 100%; padding-left: 220px; position: relative; }
  .caseherosc_wrap .right_part { width: 100%; }
  .caseherosc_wrap .casehero_inner { flex-direction: column-reverse; }
  .caseherosc_wrap .left_part .logo_wp { position: absolute; top: 0; left: 0; }
  
  /* client-testimonials */
  .cleinttestsc_wrap .person_testimonials { font-size: 20px; }
  .cleinttestsc_wrap .slick-arrow.slick-next { right: 45%; }
  .cleinttestsc_wrap .slick-arrow.slick-prev { left: 40%; }
  .cleinttestsc_wrap .slick-arrow { bottom: -80px; top: inherit; }
  
  /* casestudy-content */
  .casstudyconsc_wrap { font-size: 14px; }
  .casstudyconsc_wrap .field_repeater { padding-bottom: 40px; margin-bottom: 40px; }
  .casstudyconsc_wrap .field_repeater h2 { width: 220px; }
  .casstudyconsc_wrap .field_repeater .content { width: calc(100% - 230px); }
  .casstudyconsc_wrap .field_repeater .content ul li:after { top: 5px; }
  .casstudyconsc_wrap .field_repeater .content ul li:before { top: -4px; }
  .casstudyconsc_wrap .box_field_wrap .box_field { width: calc(50% - 10px); margin-bottom: 30px; padding: 15px; }
  .casstudyconsc_wrap .box_field_wrap { max-width: 406px; margin: 0 auto; }
  .testdetails_wp .person_testimonials { font-size: 20px; }
  .casstudyconsc_wrap .testimonials_field .person_name .quote_icon { width: 35px; top: 6px; }
  .casstudyconsc_wrap .testimonials_field .person_name { padding: 0 10px 0 50px; }
  .casstudyconsc_wrap .text_box3 img { margin: 40px 0 20px; }
  .casstudyconsc_wrap .testimonials_field { margin-left: 0; }
  
  /* user-roles */
  .userroles_sc { padding: 90px 0; }
  .userroles_sc .right_part { max-width: 100%; padding-left: 0; width: 100%; }
  .userroles_sc .left_part { max-width: 100%; width: 100%; }
  .main_content .content { font-size: 16px; }
  
  /* free-guide-download */
  .freeguide_sc:after { width: 750px; height: 500px; }
  
  /* optional-addon */
  .casehero_sc.optional_addon { padding: 60px 0; }
  .casehero_sc.optional_addon .caseherosc_wrap .casehero_inner { flex-direction: row-reverse; }
  .casehero_sc.optional_addon .caseherosc_wrap .right_part { width: 100%; padding: 30px 0 0; }
  .casehero_sc.optional_addon .caseherosc_wrap .left_part { width: 100%; padding-left: 0; max-width: 100%; }
  
  /* casestudy-content */
  .casstudycon_sc .wrapper,
  .cleinttest_sc .wrapper { width: auto; }
}

@media(max-width: 767px){
  /* zig-zag */
  .zigzag_section { padding: 20px 0; }
  .zigzagsc_wrap { padding: 20px 15px; }
  .zigzagsc_wrap .content_sc,
  .zigzagsc_wrap:nth-child(2n) .content_sc { padding: 0 20px; }
  .zigzagsc_wrap .bgimg,
  .zigzagsc_wrap:nth-child(2n) .bgimg { border-radius: 20px; height: 400px; margin-bottom: 20px; }
  .zigzagsc_wrap .content_sc .listcontent_wrap h6 { font-size: 14px; font-weight: 600; }
  .zigzagsc_wrap .content_sc .listcontent_wrap .content { font-size: 14px; }
  .zigzagsc_wrap .listcontent_sc .listcontent_wrap { margin-bottom: 30px; }
  .zigzagsc_wrap .listcontent_sc .listcontent_wrap:last-child { margin-bottom: 0; }
  
  /* image-content-zig-zag */
  .imgcontent_sc .bgimg { max-width: 516px; margin: 0 auto 40px; }
  
  /* improvement-tools-slider-v2 */
  .toolservice_sc { padding: 30px 0 40px; }
  .improvetool_sc .toolvid_box video,
  .improvetool_sc .toolvid_box .img { height: 500px; }
  
  /* zig-zag-with-services */
  .servicezigzag_sc { padding: 30px 0 50px; }
  .servicezigzag_sc .zigzag_rep .img_sc,
  .servicezigzag_sc .zigzag_rep .boxes_sc { width: 100%; }
  .servicezigzag_sc .zigzag_rep .img_sc { height: 500px; max-width: 500px; margin: 0 auto 30px; }
  .servicezigzag_sc .zigzag_rep:not(:last-child) { margin-bottom: 40px; }
 
  /* image-with-content-zigzag */
  .imgcontzigzag_sc { padding: 40px 0; }
  
  /* chart-list */
  .chartlist_sc { padding: 30px 0; }
  .chartlist_sc .chart_details { border-radius: 10px; width: calc(50% - 30px); margin-bottom: 20px; padding: 30px 15px 20px; }
  .chartlist_sc .icon img { width: 70px; }
  
  /* image-content-with-box */
  .imgcontbox_sc .imgcontbox_cont { padding: 0px; margin: 15px 0px; }
  .imgcontbox_sc .left_content { width: 30px; padding: 0 0 0 20px; } 
  .imgcontbox_sc .right_img { width: 30px; }
  .imgcontbox_sc .right_img .image_box { height: 30px; width: 30px; }
  
  /* pricing-section */
  .pricing_sc { padding: 60px 0 45px; }
  .pricing_sc:after { bottom: -60px; }
  
  /* icon-content-link */
  .iconconlink_sc .iconconlinksc_wrap { padding: 20px; }
    
  /* faqs */
  .faqs_sc { padding: 30px 0 40px; }
  
  /* terms-list */
  .termslist_sc { padding: 60px 0 0; }
  .termslist_sc .main_content .content { font-size: 14px; }
  .termslist_sc .title_content_field .content { font-size: 13px; }
  
  /* hiring-section */
  .hiring_sc { padding: 60px 0 40px; }
  .hiring_sc .applylist_fx { padding: 20px; }  
  
  /* casestudy-hero */
  .casehero_sc { padding: 60px 0; }
  .caseherosc_wrap .left_part { padding-left: 180px; }
  
  /* client-testimonials */
  .cleinttest_sc { padding: 40px 0 60px; }
  .cleinttestsc_wrap .slick-arrow { bottom: -60px; }
  .cleinttestsc_wrap .slick-arrow.slick-prev { left: 42%; }
  .cleinttestsc_wrap .slick-arrow.slick-next { right: 44%; }
  .cleinttestsc_wrap .person_image .img { height: 60px; width: 60px; }
  .cleinttestsc_wrap .person_name { padding-left: 60px; }
  
  /* user-roles */
  .userroles_sc { padding: 60px 0 0; }
  .title_content_field { padding: 20px; }
  .listfield_wrap .number_text { height: 60px; width: 60px; border-radius: 10px; font-size: 24px; }
  .listfield_wrap .content_arbx { width: calc(100% - 80px); }
  .userrolessc_wrap .list_title .title_txt { padding: 10px 0; }
  .listfield_wrap .content_arbx .content,
  .title_content_field .content ul { font-size: 14px; }
  
  /* free-guide-download */
  .freeguide_sc:after { width: 380px; filter: blur(51px); }
  .freeguide_sc:after { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/meshgradient-mob.png) no-repeat center / cover; }
  .freeguidesc_wrap .box_cont.boxmob_cont { padding: 40px 0 0; }
  .freeguide_sc .content_field:not(:last-child):after { bottom: -17px; }
  .freeguide_sc .content_field { margin-bottom: 35px; }
  .freeguide_sc .right_part { padding: 20px; }
  .freeguidesc_wrap .guide_form .hs_submit.hs-submit .actions:before { display: none; }
  
  /* optional-addon */
  .casehero_sc.optional_addon { padding: 40px 0; }
  .casehero_sc.optional_addon .caseherosc_wrap .left_part { padding: 0; }
  .casehero_sc.optional_addon .caseherosc_wrap { width: 100%; text-align: center; }
  .casehero_sc.optional_addon .icon { margin: 0 auto 20px; }
  .casehero_sc.optional_addon .button-1 a { min-width: 135px; }

}

@media(max-width: 575px){
  /* solutions-banner */
  .hero_section.solution_section { padding-bottom: 0; }
  .hero_section.solution_section .btn_wrap .button-2 { display: none; }
  
  /* testimonials */
  .testimonials_sc { padding: 60px 0; }
  .testimonials_sc .details_box { width: 100%; }
  .testimonials_sc .detailsbox_wrap .person_bio { font-size: 14px; }
  .testimonials_sc .detailsbox_wrap { padding: 30px 20px; }
  
  /* zig-zag */
  .zigzagsc_wrap .bgimg, .zigzagsc_wrap:nth-child(2n) .bgimg { height: 221px; }
  
  /* image-content-zig-zag */
  .imgcontent_sc,
  .imgcontentsc_wrap { padding: 20px 0; }
  .imgcontent_sc .bgimg { margin: 0 auto 20px; height: 238px; }
  
  /* improvement-tools-slider-v2 */
  .improvetool_sc .toolvid_box video,
  .improvetool_sc .toolvid_box .img { height: 300px; }
  
  /* tools-services */
  .toolservice_sc .tools_boxs .contents_box { width: 100%; }
  
  /* zig-zag-with-services */
  .servicezigzag_sc .zigzag_rep .img_sc { height: 300px; }
  .servicezigzag_sc .boxes_sc .icon_details:not(:last-child) { margin-bottom: 20px; }
  
  /* content-with-button */
  .contentbtn_sc .btn_wrap .button-2 { display: none; }
  
  /* image-with-content-zigzag */
  .imgcontzigzag_sc .left_part .img_sc { height: 280px; } 
  .imgcontzigzag_sc .right_part { margin: 20px auto 0; }
  
  /* pricing-section */
  .pricingsc_wrap .plan_content .plan_field { width: 100%; max-width: 430px; margin: 0 auto 20px; }
  .pricing_sc:after { height: 83%; bottom: 30px; }
  
  /* hiring-section */
  .hiring_sc .left_part .applylist_fx .title_txt { width: 100%; }
  
  /* about-hero */
  .abouthero_sc { padding: 60px 0; }
  .abouthero_sc .image_wp .imagepad_box:nth-child(n+7) { display: none; }
  .abouthero_sc .imagepad_box .img_pd { width: 110px; }
  .abouthero_sc .images_animat .img_pd.half { height: 144px; margin-top: 21px; }
  .abouthero_sc .images_animat .img_pd.full { height: 165px; }
  .abouthero_sc .images_animat .slick-current .img_pd.img5 { margin-top: 0; }
  
  /* get-started-strip-v2 */
  .getstart_sc .getstartsc_rawin .content_box { padding: 40px 0 40px 40px; }
  .getstart_sc .getstartsc_rawin { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/strip-image-mob.png) no-repeat top / cover; }
  .getstart_sc .getstartsc_rawin .content_box { padding: 240px 20px 20px; width: 100%; }
  
  /* casestudy-hero */
  .caseherosc_wrap .left_part { padding: 100px 0 0; }
  
  /* client-testimonials */
  .cleinttestsc_wrap .slick-arrow.slick-next { right: 37%; }
  
  /* casestudy-content */
  .casstudyconsc_wrap .field_repeater h2 { width: 100%; padding-bottom: 20px; }
  .casstudyconsc_wrap .field_repeater .content { width: 100%; }
  .casstudyconsc_wrap .field_repeater { padding-bottom: 25px; margin-bottom: 25px; }
  .casstudyconsc_wrap .testimonials_field .person_image .img { width: 60px; height: 60px; }
  .casstudyconsc_wrap .box_field_wrap .box_text { margin-top: 30px; }
  
  /* user-roles */
  .listfield_wrap .content_arbx { width: 100%; padding-top: 10px; }
  
  /* free-guide-download */
  .freeguidesc_wrap .guide_form .hs_submit.hs-submit { margin-bottom: 60px; }
  .freeguidesc_wrap .guide_form .form-columns-0 { bottom: -50px; }
  
}
.arrow-top .slick-arrow { top: -56px; right: 0; opacity: 0.5; }
.arrow-top .slick-prev { right: 50px; }
.arrow-top .slick-arrow:hover { opacity: 1; }  


/* Sandip */
.get_intouch { display: inline-block; width: 100%; vertical-align: top; }
.get_intouch .left_part { width: 50%; padding-right: 15px; }
.get_intouch .section_wrap { display: flex; flex-wrap: wrap; }
.get_intouch .section_wrap .right_part { width: 50%; padding-left: 120px; }
.get_intouch .subtitle { color: var(--link_color); font-weight: 700; padding-bottom: 10px; }
.get_intouch h2 { font-size: 42px; }
.get_intouch .left_part .content { font-size: 20px; line-height: 30px; padding-top: 25px; }
.get_intouch .left_part .contact_wrap { border-top: 1px solid #DDDDDD; margin-top: 35px; }
.get_intouch .left_part .contact_wrap .contact_inner { display: flex; flex-wrap: wrap; padding: 25px 0; border-bottom: 1px solid #ddd; }
.get_intouch .left_part .contact_wrap .contact_inner .in_left { width: 50%; padding-right: 15px; }
.get_intouch .left_part .contact_wrap .contact_inner .in_leftcont { width: 50%; padding-left: 15px; }
.get_intouch .left_part .contact_wrap .contact_inner:last-child { border: none; padding-bottom: 0; }
.get_intouch .left_part .contact_wrap .in_lefttitle { font-size: 16px; line-height: 26px; font-weight: 600; }
.get_intouch .left_part .contact_wrap ul { list-style-type: none; padding: 0; margin: 0; }
.get_intouch .left_part .contact_wrap ul li a { color: #0d0e10; font-size:16px; line-height:26px; font-weight:400; }
.get_intouch .left_part .contact_wrap .contact_inner .social_media { padding-left: 15px; width: 50%; }
.get_intouch .contact_inner .in_leftcont .visit_btn a { position: relative; display: inline-block; font-size: 16px; line-height: 26px; width: 100%; }
.get_intouch .contact_inner .in_leftcont .visit_btn a:before { transition: all .4s ease-in-out; position: absolute; content: ""; top: 5px; right: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/arrow.png)no-repeat center/cover; width: 14px; height: 14px; }
.get_intouch .contact_inner .in_leftcont .visit_btn a:after { position: absolute; content: ""; bottom: 0; left: 0; border: .5px solid; width: 127px; }
.get_intouch .contact_inner .social_media ul li+li { margin-top: 28px; }
.get_intouch .left_part .contact_inner .social_media ul a { display: inline-block; width: 100%; position: relative; padding: 0 40px; font-size:14px; line-height:24px; transition: all .4s ease-in-out; }
.get_intouch .contact_inner .social_media ul a:before { position: absolute; content: ""; top: 0; left: 0; background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0236151,0,0,0.0236151,-11.0212,-10.6945)'%3E%3Cpath d='M1346.34,1589.31L1030.32,1130.16L985.316,1064.8L618.611,532.007L776.351,532.007L1072.91,962.886L1117.91,1028.25L1504.08,1589.31L1346.34,1589.31ZM1569.29,1544.46L1171.26,966.196L1126.26,900.797L841.533,487.149L817.935,452.867L468.066,452.867L553.393,576.864L931.968,1126.92L976.97,1192.25L1281.15,1634.21L1304.75,1668.45L1654.62,1668.45L1569.29,1544.46Z' style='fill-rule:nonzero;'%3E%3C/path%3E%3Cpath d='M985.316,1064.8L1030.32,1130.16L976.97,1192.25L567.638,1668.45L466.699,1668.45L931.968,1126.92L985.316,1064.8Z' style='fill-rule:nonzero;'%3E%3C/path%3E%3Cpath d='M1612.5,452.867L1171.26,966.196L1117.91,1028.25L1072.91,962.886L1126.26,900.797L1425.15,552.907L1511.56,452.867L1612.5,452.867Z' style='fill-rule:nonzero;'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); width: 25px; height: 25px; bottom: 0; margin: auto 0; }
.get_intouch .contact_inner .social_media ul a:after { transition: all .4s ease-in-out; position: absolute; content: ""; top: 3px; right: 0; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1H13V10' stroke='%230D0E10' stroke-width='2'/%3E%3Cpath d='M13 1L1 13' stroke='%230D0E10' stroke-width='2'/%3E%3C/svg%3E%0A"); }
.get_intouch .contact_inner .social_media ul li:nth-child(2) a:before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1106_6020)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 21.3333H18.6956V13.8338C18.6956 11.8708 17.866 10.5307 16.0415 10.5307C14.6459 10.5307 13.8697 11.4351 13.5085 12.3066C13.373 12.6194 13.3942 13.0552 13.3942 13.4909V21.3333H8.13921C8.13921 21.3333 8.20695 8.04867 8.13921 6.84109H13.3942V9.11553C13.7046 8.12106 15.3838 6.70177 18.0635 6.70177C21.388 6.70177 24 8.78631 24 13.2751V21.3333ZM2.82498 5.02837H2.79112C1.09781 5.02837 0 3.9205 0 2.51622C0 1.08462 1.13024 0 2.85742 0C4.5832 0 5.64441 1.08189 5.67828 2.51213C5.67828 3.91641 4.58321 5.02837 2.82498 5.02837ZM0.60536 6.84109H5.2832V21.3333H0.60536V6.84109Z' fill='%230D0E10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1106_6020'%3E%3Crect width='24' height='21.3333' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); height: 22px; width: 24px; }
.get_intouch .contact_inner .social_media ul li:nth-child(3) a:before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1106_6015)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C15.259 0 15.6677 0.0138056 16.9476 0.0722046C18.2249 0.130462 19.0972 0.33334 19.8605 0.630005C20.6496 0.936626 21.3188 1.34695 21.986 2.01407C22.6531 2.68123 23.0633 3.35045 23.37 4.13956C23.6666 4.90284 23.8695 5.77517 23.9277 7.05243C23.9861 8.33236 24 8.741 24 12C24 15.259 23.9861 15.6676 23.9277 16.9476C23.8695 18.2248 23.6666 19.0972 23.37 19.8604C23.0633 20.6495 22.6531 21.3188 21.986 21.9859C21.3188 22.653 20.6496 23.0634 19.8605 23.37C19.0972 23.6666 18.2249 23.8695 16.9476 23.9278C15.6677 23.9862 15.259 24 12 24C8.74098 24 8.33229 23.9862 7.05237 23.9278C5.77511 23.8695 4.90282 23.6666 4.13953 23.37C3.35043 23.0634 2.68121 22.653 2.01404 21.9859C1.34693 21.3188 0.936625 20.6495 0.630005 19.8604C0.333335 19.0972 0.130526 18.2248 0.0722656 16.9476C0.0138656 15.6676 0 15.259 0 12C0 8.741 0.0138656 8.33236 0.0722656 7.05243C0.130526 5.77517 0.333335 4.90284 0.630005 4.13956C0.936625 3.35045 1.34693 2.68123 2.01404 2.01407C2.68121 1.34695 3.35043 0.936626 4.13953 0.630005C4.90282 0.33334 5.77511 0.130462 7.05237 0.0722046C8.33229 0.0138056 8.74098 0 12 0ZM12 2.16217C8.79585 2.16217 8.41635 2.17441 7.151 2.23215C5.98101 2.2855 5.34558 2.48099 4.92273 2.64532C4.3626 2.86301 3.96287 3.12303 3.54297 3.54297C3.12303 3.96286 2.86295 4.3626 2.64526 4.92273C2.48092 5.34558 2.28553 5.98098 2.23218 7.15097C2.17445 8.41632 2.16211 8.79588 2.16211 12C2.16211 15.2041 2.17445 15.5837 2.23218 16.849C2.28553 18.019 2.48092 18.6544 2.64526 19.0773C2.86295 19.6374 3.12308 20.0371 3.54297 20.457C3.96287 20.877 4.3626 21.137 4.92273 21.3547C5.34558 21.519 5.98101 21.7145 7.151 21.7679C8.41621 21.8256 8.79561 21.8378 12 21.8378C15.2043 21.8378 15.5838 21.8256 16.849 21.7679C18.019 21.7145 18.6544 21.519 19.0773 21.3547C19.6374 21.137 20.0371 20.877 20.457 20.457C20.877 20.0371 21.137 19.6374 21.3547 19.0773C21.5191 18.6544 21.7145 18.019 21.7678 16.849C21.8256 15.5837 21.8379 15.2041 21.8379 12C21.8379 8.79588 21.8256 8.41632 21.7678 7.15097C21.7145 5.98098 21.5191 5.34558 21.3547 4.92273C21.137 4.3626 20.877 3.96286 20.457 3.54297C20.0371 3.12303 19.6374 2.86301 19.0773 2.64532C18.6544 2.48099 18.019 2.2855 16.849 2.23215C15.5836 2.17441 15.2041 2.16217 12 2.16217ZM12 5.83783C15.4033 5.83783 18.1621 8.59672 18.1621 12C18.1621 15.4033 15.4033 18.1622 12 18.1622C8.59669 18.1622 5.83789 15.4033 5.83789 12C5.83789 8.59672 8.59669 5.83783 12 5.83783ZM12 16C14.2091 16 16 14.2092 16 12C16 9.79086 14.2091 8 12 8C9.79083 8 8 9.79086 8 12C8 14.2092 9.79083 16 12 16ZM19.8456 5.59439C19.8456 6.38969 19.2009 7.03436 18.4056 7.03436C17.6104 7.03436 16.9657 6.38969 16.9657 5.59439C16.9657 4.79909 17.6104 4.15436 18.4056 4.15436C19.2009 4.15436 19.8456 4.79909 19.8456 5.59439Z' fill='%230D0E10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1106_6015'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); height: 24px; width: 24px; }
.get_intouch .contact_inner .social_media ul a:hover { color: #4a46f3; }
.get_intouch .contact_inner .social_media ul a:hover:before,
.get_intouch .contact_inner .social_media ul a:hover:after { filter: invert(25%) sepia(96%) saturate(1710%) hue-rotate(225deg) brightness(102%) contrast(94%); }
.get_intouch .contact_inner .in_leftcont .visit_btn a:hover:before, 
.get_intouch .contact_inner .social_media ul a:hover:after { transform: translate(5px, -5px); }
.get_intouch .contact_inner .in_leftcont .visit_btn { padding-top: 10px; } 

.get_intouch .section_wrap .right_part .right_inner { border-radius: 20px; }
.get_intouch .section_wrap .right_part .right_inner .map { border-radius: 20px; height:515px; }
.get_intouch .section_wrap .right_part .right_inner .map iframe { border-radius: 20px 20px 0 0; margin-top: -150px; height: calc(100% + 150px) !important; }
.get_intouch .section_wrap .right_part .right_inner .address { background: #4a46f3; padding: 40px; border-radius: 0 0 20px 20px; font-size: 20px; line-height: 30px; color: #fff; }
.get_intouch .section_wrap .right_part .right_inner .map .hs-responsive-embed-wrapper { height: 100% !important; max-height: 515px !important; }
.get_intouch .section_wrap .right_part .right_inner .map .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper { height: 100%; border-radius: 20px 20px 0 0; }


.contact_form { display: inline-block; width: 100%; vertical-align: top; padding: 120px 0; background: #f1f1f1; }
.contact_form .title {  margin-bottom: 40px; }
.contact_form .section_wrap { max-width: 840px; margin: 0 auto; }

/*** Tarun Careers ***/
html { overflow-x: hidden; }
.careers-banner { padding: 100px 0 70px; }
.careers-banner .left { width: calc(100% - 760px); }
.careers-banner .left .main { padding-right: 105px; }
.careers-banner .left .content { font-size: 16px; }

.careers-banner .right { width: 760px; }
.careers-banner .slick-slide { display: flex !important; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.careers-banner .image { opacity: 0; }
body.loded .careers-banner .image { opacity: 1; }
.careers-banner .slick-slide .image { display: flex !important; flex-flow: wrap; justify-content: center; }
body.loded .careers-banner .slick-slide .image { opacity: 1; }
.careers-banner .img { width: 188px; height: 188px; border-radius: 20px; background: #D9D9D9; overflow: hidden; margin: 15px; transform: translateY(20px); opacity: 1; transition: 1s; }

.careers-banner .img img { width: 100%; height: 100% !important; object-fit: cover; }
.careers-banner .height { height: 280px; }
.careers-banner .full { width: 297px; }

.careers-banner .image .img1,
.careers-banner .image .img3 { margin-top: 107px; }
.careers-banner .image .img7,
.careers-banner .image .img8 { margin-top: -77px; position: relative; left: -55px; }
 
.careers-banner .testimonial:before { content: ''; margin: 0 0 30px; width: 35px; height: 30px; background: url('https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/quote.svg') no-repeat; display: block; }
.careers-banner .testimonial .bio { font-size: 20px; line-height: 28px; }
.careers-banner .testimonial .details { display: flex; align-items: center; font-size: 13px; text-transform: uppercase; }
.careers-banner .testimonial .person { width: 60px; height: 60px; border-radius: 100px; overflow: hidden; margin-right: 15px; }
.careers-banner .testimonial .person img { width: 100%; height: 100%; object-fit: contain; }
.careers-banner .testimonial .details h5 { font-size: 13px; text-transform: none; }

.careers-banner .slick-slide { opacity: 0; transition: 0.6s !important; }
.careers-banner .slick-current { opacity: 1; transition: 1s !important; }
.careers-banner .slick-current .img { transform: translateY(0); animation:fadeInUp 1s ease backwards; }

@keyframes fadeInUp{
  0%{transform:translate(0px, 20px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

.careers-banner .slick-current .img1 { animation-delay: 0.2s; }
.careers-banner .slick-current .img2 { animation-delay: 0.4s; }
.careers-banner .slick-current .img3 { animation-delay: 0.8s; }
.careers-banner .slick-current .img4 { animation-delay: 1s; }
.careers-banner .slick-current .img5 { animation-delay: 1.2s; }
.careers-banner .slick-current .img6 { animation-delay: 1.4s; }
.careers-banner .slick-current .img7 { animation-delay: 1.6s; }
.careers-banner .slick-current .img8 { animation-delay: 1.8s; }

.success-section { padding: 70px 0; }
.success-section .left { width: calc(100% - 760px); padding-right: 105px; }
.success-section .left a { text-decoration: underline; }
.success-section .right { width: 760px; }

.success-section .right .box { width: 50%; padding: 15px; }
.success-section .box .inner { border-radius: 20px; padding: 35px 30px; display: flex; flex-wrap: wrap; }
.success-section .box .icon { width: 50px; height: 50px; border-radius: 10px; background: var(--White, #FFF); display: flex; align-items: center; justify-content: center; }
.success-section .box .text { width: calc(100% - 50px); padding: 0 0 0 30px; word-break: break-word; }
.success-section .box .text h2 { font-size: 32px; letter-spacing: -1.6px; }

.success-section.success_about .right { width: 625px; }
.success-section.success_about .box .inner { padding: 23px 30px; min-height: 110px; height: 100%; }
.success-section.success_about .box .text h2 { line-height: normal; }
.success-section.success_about .left { width: calc(100% - 625px); }

.success-section { padding: 70px 0; }
.benefits-perks { padding: 70px 0; }
.benefits-perks .left { width: calc(100% - 760px); }
.benefits-perks .right { width: 760px; }
.benefits-perks .right .main { display: flex; flex-wrap: wrap; }
.benefits-perks .right .img { width: 100%; }

.success-section { padding: 70px 0; }
.benefits-perks { padding: 70px 0; }
.benefits-perks .left { width: calc(100% - 845px); }
.benefits-perks .left .box { margin: 20px 0; display: inline-block; width: 100%; }
.benefits-perks .left .box .icon { border-radius: 20px; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
/* .benefits-perks .left .box .icon:after { content:''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--link_color); opacity: 0.2; } */
.benefits-perks .left .box .text { width: calc(100% - 80px); padding: 0 0 0 28px; }
.benefits-perks .left .box .con { opacity: 0.5; }

.benefits-perks .right { width: 760px; }
.benefits-perks .right .main { display: flex !important; flex-wrap: wrap; }
.benefits-perks .right .img { width: 55%; height: 300px; padding: 15px; transform: translateY(20px); opacity: 1; transition: 1s; }
.benefits-perks .right .img > div { height: 100%; border-radius: 20px; overflow: hidden; }
.benefits-perks .right .img img { width: 100%; height: 100%; object-fit: cover; }
.benefits-perks .right .small { width: 45%; }

.benefits-perks .right .main { opacity: 0; transition: 0.6s !important; }
.benefits-perks .right .slick-current .main { opacity: 1; transition: 1s !important; }
.benefits-perks .slick-current .img { transform: translateY(0); animation:fadeInUp 1s ease backwards; }

.benefits-perks .row_reverse { flex-direction: row-reverse; }

@keyframes fadeInUp{
  0%{transform:translate(0px, 20px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

.benefits-perks .right .slick-current .img1 { animation-delay: 0.2s; }
.benefits-perks .right .slick-current .img2 { animation-delay: 0.4s; }
.benefits-perks .right .slick-current .img3 { animation-delay: 0.8s; }
.benefits-perks .right .slick-current .img4 { animation-delay: 1s; }
.benefits-perks .right .slick-current .img5 { animation-delay: 1.2s; }
.benefits-perks .right .slick-current .img6 { animation-delay: 1.4s; }
.benefits-perks .right .slick-current .img7 { animation-delay: 1.6s; }
.benefits-perks .right .slick-current .img8 { animation-delay: 1.8s; }

.latest-instagram { padding: 60px 0; overflow: hidden; }
.latest-instagram .slick-slide { padding: 5px; }
.latest-instagram .box { margin: 5px; border-radius: 20px; overflow: hidden; }
.latest-instagram .slick-list { overflow: visible; }
.latest-instagram .box img { height: 250px !important; width: 100%; object-fit: cover; }
.latest-instagram .btm a { text-decoration: underline; }

.culture-slider { padding: 60px 0; }
.culture-slider .main { padding-left: calc((100% - 1300px)/2); }
.culture-slider .box .inner { border-radius: 20px; background: var(--White, #FFF); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10), 0px 1px 4px 0px rgba(0, 0, 0, 0.10); padding: 40px 40px 40px 90px; margin: 15px; position: relative; }
.culture-slider .box .inner:after { content: ''; width: 37px; height: 30px; background: url('https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/quote-green.svg') no-repeat; position: absolute; top: 42px; left: 40px; }
.culture-slider .box h5 { margin: 0 0 16px; }
.culture-slider .main .slick-list { padding-right: calc((100% - 1000px)/2); }

.culture-slider .arrow-top .slick-arrow { right: calc((100% - 1270px)/2); top: -51px; }
.culture-slider .arrow-top .slick-prev { right: calc((100% - 1160px)/2); }

.culture-slider .btm-text { margin: 15px 0 0; }
.culture-slider .btm-text .star { line-height: 0; margin: 0 15px 0 10px; position: relative; }
.culture-slider .btm-text .rating { width: 100%; justify-content: space-between; }
.culture-slider .btm-text .rating-star { font-size: 26px; line-height: normal; font-weight: 700; } 
.culture-slider .btm-text .rating-star .con { color: rgba(13, 14, 16, 0.50); font-size: 14px; line-height: 24px; font-weight: 400; }

.culture-slider .btm-text .rating-star .Stars { --percent: calc(var(--rating) / 5 * 100%); display: inline-block; font-size: var(--star-size); line-height: 1; }
.culture-slider .btm-text .rating-star .Stars::before { content: "★★★★★"; letter-spacing: -3px; background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }

.open-roles { padding: 60px 0 0; }
.box-roles h3 { font-size: 14px; line-height: 22px; font-weight: 400; }
.box-roles .box { width: 26%; }
.box-roles a.boxLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.box-roles .box:first-child { width: 33.33%; }
.box-roles .box.last { width: 14.6666%; text-align: right; }

.box-roles .box-main { border-color: #ddd !important; min-height: 80px; padding: 15px 30px; border-top: 1px solid #ddd; position: relative; transition: all .4s ease-in-out; }
.box-roles .main { border: 1px solid #ddd; border-radius: 10px; }
.box-roles .box { width: 26%; }
.box-roles .box-main:first-child { border-top: none; }
.box-roles .box:first-child h3 { font-size: 16px; font-weight: 500; font-weight: 500; }
.box-roles .box a { display: flex; align-items: center; justify-content: end; }
.box-roles .box a svg { margin-left: 6px; }
.box-roles .box a svg path { transition: 400ms; }
.box-roles .box a:hover svg path { stroke: var(--link_hover_color); }

.box-roles .box-main:hover { border-radius: 10px; background: #fff; box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10), 0px 1px 4px 0px rgba(0, 0, 0, 0.10); margin: 0 -10px; border-color: #ddd; bottom: 0; }
.box-roles .box-main:hover + div { border-top: none; }  

.box-roles .box-row { padding: 0 30px; }
.box-roles .box-row > div { width: 26%; color: rgba(13, 14, 16, 0.50);; }
.box-roles .box-row > div:first-child { width: 33.33%; }
.open-roles .btm-text { max-width: 730px; width: 100%; color: rgba(13, 14, 16, 0.50);; }
.open-roles .btm-text a { text-decoration: underline; }

.events-webinars .title { padding: 10px 0; border-bottom: 1px solid #DDDDDD; }
.events-webinars .main-title .con { opacity: 0.5; }
.events-webinars .box { display: flex; flex-wrap: wrap; padding: 40px 0; border-bottom: 1px solid #DDDDDD; }
.events-webinars .box .date { width: 78px; text-align: center; text-transform: uppercase; color: #DD0000; }
.events-webinars .box .date h2 { font-size: 50px; font-weight: 600; }
.events-webinars .box .image { width: 45%; margin: 0 88px; border-radius: 20px; overflow: hidden; }
.events-webinars .box .image img { height: 100%; object-fit: cover; }
.events-webinars .box .text { width: calc(100% - 65%); }
.events-webinars .box .text h6 { margin: 15px 0; font-size: 16px; line-height: 22px; font-weight: 500; }
.events-webinars .box:last-child { border-bottom: none; }

.demand-webinars { padding: 50px 0; }
.demand-webinars .title { padding: 0 0 10px; border-bottom: 1px solid #ddd; }
.demand-webinars .main { margin: 0 -15px; padding: 20px 0; position: relative; }
.demand-webinars .main:after { content: ''; position: absolute; bottom: 0; left: 15px; right: 15px; border-bottom: 1px solid #ddd; }
.demand-webinars .box { width: 25%; padding: 20px 15px; }
.demand-webinars .box .image { min-height: 168px; border-radius: 20px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); transition: all .4s ease-in-out; }
.demand-webinars .box h6 { font-size: 16px; line-height: 28px; font-weight: 500; }
.demand-webinars .box a:hover .image { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05), 0px 15px 30px 0px rgba(44, 183, 126, 0.15); }

.webinars-page .get_started_section { padding-top: 50px; }

/*** ***/
.sub-title { padding: 4px 10px; font-size: 12px; line-height: 14px; color: #fff; border-radius: 10px; background: #2CB77E; display: inline-block; }
.webinar-form { padding: 100px 0 90px; position: relative; }
.webinar-form:after { background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/upweb-bg.png) no-repeat 50%/cover; content: ""; height: 547px; max-width: 100%; position: absolute; right: 0; top: 0; width: 959px; z-index: -1; }
.webinar-form .main-title { margin: 0 auto 60px; max-width: 800px; width: 100%; }

.webinar-form .title { margin: 0 0 22px; }
.webinar-form .main { overflow: hidden; border-radius: 20px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); position: relative; background: #fff; }
.webinar-form .video { width: calc(100% - 407px); min-height: 513px; overflow: hidden; position: relative; }
.webinar-form .video .play { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 15px; }

.webinar-form .form .hs-form-field > label { display: none; }
.webinar-form .form .hs-input { font-size: 13px; font-weight: 300; text-transform: none; color: var(--main-color); }
.webinar-form .form .legal-consent-container { text-align: center; font-size: 12px; line-height: 18px; margin: 20px auto 0; max-width: 270px; }
.webinar-form .form .legal-consent-container a { font-weight: 700; color: #2CB77E; }
.webinar-form .form .hs_submit .actions { width: 100%; }
.webinar-form .form .hs_submit input.hs-button { padding: 22px 40px 22px 60px; width: 100%; background: #2CB77E url('https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/play-round.svg') no-repeat center left calc(50% - 55px); border-radius: 8px; }
.webinar-form .form .hs_submit input.hs-button:hover { background-color: #148d5b; }
.webinar-form .right { width: 407px; padding: 30px 40px; }
.webinar-form .right h2 { font-size: 24px; margin: 0 0 15px; }
.webinar-form .right .con { color: rgb(0 0 0 / 70%); }
.webinar-form .right .hs-richtext { color: rgba(0, 0, 0, 0.50); }

.webinar-form .form .hs-input::-webkit-input-placeholder { text-transform: none; font-weight: 400; color:#999999; opacity: 0.5; }
.webinar-form .form .hs-input::-moz-placeholder { text-transform: none; font-weight: 400; color:#999999; opacity: 0.5; }
.webinar-form .form .hs-input:-ms-input-placeholder { text-transform: none; font-weight: 400; color:#999999; opacity: 0.5; }
.webinar-form .form .hs-input:-moz-placeholder { text-transform: none; font-weight: 400; color:#999999; opacity: 0.5; }
.webinar-form .form .hs_submit.hs-submit .actions:before { display: none; }

.webinar-form .video .video_bg { height: 100%; padding: 20px; }
.webinar-form .video .text { display: flex; color: #fff; }
.webinar-form .video .text span { width: 30px; height: 30px; background: var(--link_color); display: flex; align-items: center; justify-content: center; border-radius: 100px; margin-right: 15px; }
.webinar-form .form .btn-wrap { display: flex; flex-flow: column; flex-direction: column-reverse; }

.webinar-gated .main { padding: 0 100px; }
.webinar-gated .left { width: calc(100% - 407px); padding: 0 137px 0 0; }
.webinar-gated .left h4 { margin: 0 0 15px; font-weight: 800; }
.webinar-gated .right { width: 407px; }

.webinar-gated .webtext ul li:before { background-image: url('https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/check-round.svg'); }
.webinar-form .video-code { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; }
.webinar-form .video-code iframe { width: 100%; height: 100%; }
.webinar-form .video-code.show { opacity: 1; visibility: visible; }

.webinar-gated .web_guest_details .info h6 { color: #2CB77E; }

@media(max-width: 1299px) {

  .careers-banner .left .main { padding-right: 50px; }
  .success-section .left { padding-right: 50px; }
  .culture-slider .main { padding-left: calc((100% - 1200px)/2); }
  .culture-slider .arrow-top .slick-arrow { right: calc((100% - 1200px)/2); }
  .culture-slider .arrow-top .slick-prev { right: calc((100% - 1090px)/2); }
  
  .events-webinars .box .image { margin: 0 78px; }

}



@media (max-width:1200px){
  .get_intouch { padding: 90px 0; }
  .get_intouch .section_wrap .right_part { padding-left: 15px; }
  
  .contact_form { padding: 90px 0; }
  
  .careers-banner .left .main, .success-section .left { padding-right: 20px; }
  
  .careers-banner .left { width: calc(100% - 530px); }
  .careers-banner .left .testimonial { margin-top: 50px; }
  .careers-banner .right { width: 530px; }
  .careers-banner .testimonial .bio { font-size: 18px; line-height: 26px; }
  .careers-banner .img { width: 140px; height: 132px; margin: 10px; }
  .careers-banner .full { width: 220px; }
  .careers-banner .height { height: 197px; }
  .careers-banner .image .img1,
  .careers-banner .image .img3 { margin-top: 75px; }
  .careers-banner .image .img7,
  .careers-banner .image .img8 { margin-top: -55px; }

  .success-section .left { width: calc(100% - 530px); }
  .success-section .right { width: 530px; }
  .success-section .box .inner { padding: 20px; }
  .success-section .box .text { padding: 0 0 0 15px; }
  .success-section .box .text h2 { font-size: 22px; }
  
  .success-section.success_about .left { width: calc(100% - 515px); }
  .success-section.success_about .right { width: 515px; }
  .success-section.success_about .box .inner { min-height: auto; }

  .benefits-perks .left { width: calc(100% - 560px); }
  .benefits-perks .right { width: 530px; }
  .benefits-perks .right .img { height: 240px; padding: 10px; }
  
  .culture-slider .main { padding-left: calc((100% - 890px)/2); }
  .culture-slider .arrow-top .slick-arrow { right: calc((100% - 900px)/2); }
  .culture-slider .arrow-top .slick-prev { right: calc((100% - 800px)/2); }
  
  .culture-slider .main .slick-list { padding-right: calc((100% - 890px)/2); }
  
  .events-webinars .box .image { margin: 0 32px; width: 46%; }
  .events-webinars .box .text { width: 38%; }
  .demand-webinars .box { width: 33.33%; }
  
  
  .webinar-gated .main { padding: 0; }
  .webinar-gated .left { padding: 0 40px 0 0; }

  
  
}

@media (max-width:991px){
  
  .get_intouch { padding-top: 50px; }
  .get_intouch .left_part { width: 100%; padding: 0 0 0 0; }
  .get_intouch .left_part .content { padding-top: 20px; color: rgb(13 14 15 / 70%); font-size:16px; line-height:26px; }
  .get_intouch .section_wrap .right_part { width: 100%; padding: 60px 0 0; }
  .get_intouch .section_wrap .right_part .right_inner .map .hs-responsive-embed-wrapper { max-width: 100% !important; }

  .get_intouch .left_part .contact_wrap .contact_inner { padding: 25px 0; }
  .get_intouch .contact_inner .in_leftcont .visit_btn a:before { width: 12px; height: 12px; top:7px; }
  .get_intouch .contact_inner .social_media ul a:after { width: 12px; height: 12px; }
  

  .contact_form { padding: 60px 0; }
  .contact_form .form { max-width: 100%; }
  
  .careers-banner { padding: 10px 0 40px; }
  .careers-banner .left { width: 100%; text-align: center; margin: 30px 0 0; }
  .careers-banner .left .testimonial { margin-top: 90px; }
  .careers-banner .right { margin: 0 auto; }
  .careers-banner .main { flex-direction: column-reverse; padding: 0; }
  .careers-banner .btn_wrap { justify-content: center; }
  .careers-banner .testimonial:before { margin: 0 auto 30px; }
  .careers-banner .testimonial .bio { font-size: 20px; line-height: 28px; }
  .careers-banner .testimonial .details { justify-content: center; flex-wrap: wrap; }
  .careers-banner .testimonial .person { margin: 0 0 10px; }
  .careers-banner .testimonial .text { width: 100%; }
  
  .benefits-perks .left,
  .careers-banner .left .main,
  .success-section .left { padding-right: 0; }

  .success-section { padding: 40px 0; }
  .success-section .left { width: 100%; }
  .success-section .right { width: 100%; margin: 20px 0 0; }
  
  .success-section.success_about .right { width: 100%; }
  .success-section.success_about .left { max-width: 517px; width: 100%; margin: 0 auto; }

  .benefits-perks { padding: 40px 0; }
  .benefits-perks .left { width: 100%; max-width: 550px; }
  .benefits-perks .right { width: 100%; margin: 20px  0 0; }
  .benefits-perks .row_reverse { flex-direction: column-reverse; }
  .benefits-perks .row_reverse .left { padding: 40px 0 0; margin: 0 auto; }

  .latest-instagram { padding: 40px 0; }
  .latest-instagram .slick-list { padding-right: 160px; }

  .culture-slider { padding: 40px 0; }
  .culture-slider .main { padding-left: calc((100% - 720px)/2); }
  .culture-slider .arrow-top .slick-arrow { right: calc((100% - 700px)/2); }
  .culture-slider .arrow-top .slick-prev { right: calc((100% - 600px)/2); }
  .culture-slider .main .slick-list { padding-right: calc((100% - 640px)/2); }

  .open-roles { padding: 40px 0 0; }

  .box-roles .box:first-child { width: 100%; margin: 0; }
  .box-roles .box { width: auto; margin-right: 10px; }
  .box-roles .box-main { padding: 15px 120px 15px 30px; position: relative; }
  .box-roles .box.last { width: 90px; position: absolute; margin: 0; right: 30px; }
  
  .demand-webinars .box { width: 50%; }
  .events-webinars .box .image { width: calc(100% - 120px); margin: 0 0 0 57px; }
  .events-webinars .box .date h2 { font-size: 40px; }
  .events-webinars .box .date { width: 63px; }
  .events-webinars .box .text { width: 100%; padding: 0 0 0 120px; margin: 20px 0 0; }
  
  .webinar-form { padding-top: 0; margin-top: 100px; }
  .webinar-form:after { width: 100%; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/resposnive-bg.png) no-repeat center / cover; background-position: top center; background-size: 100% 100%; }
  .webinar-form .main-title { margin: 0 auto 40px; } 
  .webinar-form { padding: 90px 0 45px; }
  .webinar-form .video { width: 100%; min-height: 367px; }
  .webinar-form .right { width: 100%; }

  .webinar-gated { padding: 45px 0 0; }
  .webinar-gated .left { width: 100%; padding: 0; }
  .webinar-gated .right { width: 100%; margin-top: 30px; }
  .webinar-gated .main { padding: 0 54px; }
  
}

@media (max-width:767px){
  
  .arrow-top .slick-prev { right: 40px; }
  .arrow-top .slick-arrow { top: -51px }
  
  .get_intouch { padding-bottom: 40px; }
  .get_intouch .left_part .content { font-size: 14px; line-height: 24px; }
  .get_intouch .left_part .contact_wrap .contact_inner { }
  .get_intouch .left_part .contact_wrap .in_lefttitle { font-size: 14px; line-height: 22px; }
  .get_intouch .left_part .contact_wrap ul li a { font-size: 13px; line-height: 22px; }
  .get_intouch .left_part .contact_inner .social_media ul a { font-size: 13px; line-height: 22px; padding: 0 30px; }
  .get_intouch .contact_inner .in_leftcont .visit_btn a { font-size: 13px; line-height: 22px; }
  .get_intouch .contact_inner .in_leftcont .visit_btn a:before { width: 10px; height: 10px; }
  .get_intouch .contact_inner .social_media ul a:after { width: 10px; height: 10px; }
  .get_intouch .contact_inner .in_leftcont .visit_btn a:after { width: 105px; }
  .get_intouch .contact_inner .social_media ul li+li { margin-top: 20px; }
  .get_intouch .contact_inner .social_media ul a:before { width: 20px; height: 17px; }
  .get_intouch .contact_inner .social_media ul li:nth-child(2) a:before { height: 17px; }
  .get_intouch .contact_inner .social_media ul li:nth-child(3) a:before { height: 20px; }
  .get_intouch .section_wrap .right_part { padding: 40px 0 0; }
  .get_intouch .section_wrap .right_part .right_inner .address { padding: 20px; font-size: 14px; line-height: 22px; }
  .get_intouch .section_wrap .right_part .right_inner .map { height: 300px; }

  .contact_form { padding: 40px 0; }
  .contact_form .title { margin-bottom: 30px; }

  .careers-banner .img { height: 99px; width: 99px; border-radius: 10px; margin: 7px; }
  .careers-banner .right { width: 400px; }
  .careers-banner .height { height: 165px; }
  .careers-banner .image .img1,
  .careers-banner .image .img3 { margin-top: 73px; }
  .careers-banner .image .img7,
  .careers-banner .image .img8 { margin-top: -59px; left: -19px; }
  .careers-banner .full { width: 173px; }
  
  .benefits-perks .right .img { height: 220px; }
  
  .culture-slider .arrow-top .slick-arrow { right: 15px; }
  .culture-slider .arrow-top .slick-prev { right: 65px; }

  .success-section .right .box { padding: 10px 0; width: 100%; }
  .success-section .box .inner { border-radius: 10px; }
  
  .careers-banner .left .content { font-size: 14px; }
  .careers-banner .left .main .btn_wrap { margin: 15px 0 0; }
  .careers-banner .left .testimonial { margin-top: 60px; }
  .careers-banner .testimonial .bio { font-size: 14px; line-height: 22px; }
  .careers-banner { padding: 10px 0 30px; }
  
  .success-section , .benefits-perks , .latest-instagram , .culture-slider , .open-roles { padding: 30px 0; }
  
  .benefits-perks .right .img { height: 170px; }
  .benefits-perks .left .box .text { padding: 0 0 0 15px; }
  .benefits-perks .row_reverse .left { padding: 20px 0 0; }
  
  .latest-instagram .main-title { padding-right: 75px; }
  .latest-instagram .box img { height: 200px !important; }
  
  .culture-slider .btm-text .rating { width: calc(100% - 95px); }
  .culture-slider .btm-text .logo { width: 95px; }
  
  .culture-slider .box .inner { padding: 20px; border-radius: 10px; }
  .culture-slider .box .inner:after { width: 24px; height: 20px; background-size: 24px; top: 20px; left: 20px; }
  .culture-slider .box h5 { padding-left: 35px; }

  .box-roles .box-row { display: none; }
  .box-roles .box-main { padding: 20px 78px 20px 18px; }
  .box-roles .box:first-child h3 { font-size: 14px; }
  .box-roles h3 { font-size: 13px; }
  .box-roles .box.last { right: 15px; width: 60px; }
  
  .events-webinars .title { display: none; }
  .events-webinars .box:first-child { border-top: 1px solid #ddd; }
  
  .culture-slider .head_title { padding-right: 90px; }
  .culture-slider .arrow-top .slick-arrow { top: -46px; }
  .culture-slider .arrow-top .slick-prev { right: 52px; }
  
  .events-webinars .box .date h2 { font-size: 30px; }
  .events-webinars .box .date { width: 45px; font-size: 12px; }
  .events-webinars .box .image { width: calc(100% - 65px); margin: 0 0 0 20px; }
  .events-webinars .box .text { padding: 0 0 0 65px; }
  .events-webinars .box .text h2 { font-size: 20px; }
  .events-webinars .box .text h6 { font-size: 14px; }
  
  .demand-webinars { padding: 30px 0; }
  .demand-webinars .title { text-align: center; }

  .webinars-page .get_started_section { padding-top: 40px; }
  
  .webinar-form { padding: 0 0 20px; margin-top: 45px; }
  .webinar-form .right { padding: 20px; }
  
  .webinar-gated { padding: 20px 0 0; }
  .webinar-gated .main { padding: 0; }
  
}

@media(max-width: 500px) {
  
  .careers-banner .image .img1,
  .careers-banner .image .img3 { margin-top: 57px; }
  .careers-banner .image .img7,
  .careers-banner .image .img8 { left: -12px; margin-top: -43px; }
  
  .careers-banner .right { width: 290px; }
  .careers-banner .img { width: 67px; height: 70px; }
  .careers-banner .full { width: 130px; }
  .careers-banner .height { height: 120px; }
  
  .benefits-perks .right .img { height: 137px; }
  .benefits-perks .right .img > div { border-radius: 10px; }
  .benefits-perks .right .img { padding: 6px; }
  
  .latest-instagram .slick-list { padding-right: 50px; }
  .culture-slider .main .slick-list { padding-right: 50px; }
  
  .demand-webinars .main { margin: 0; }
  .demand-webinars .box { width: 100%; padding: 15px 0; margin: 0 auto; max-width: 320px; }
  
  .events-webinars .box .date h2 { font-size: 24px; }
  .events-webinars .box .date { width: 36px; }
  .events-webinars .box .image { width: calc(100% - 50px); margin-left: 14px; }
  .events-webinars .box .text { padding: 0 0 0 50px; }
  
  .webinar-form .video { min-height: 300px; }
  .webinar-form .video .play svg { width: 60px; height: 60px; }
  
  .webinar-form .video .video_bg { padding: 15px; }
  .webinar-form .video .text span { width: 18px; height: 18px; padding: 0 4px; min-width: 18px; margin-right: 7px; }
  .webinar-form .video .text { font-size: 12px; }

  
}

@media(max-width: 380px) {
  
  .culture-slider .btm-text .rating { width: 100%; }
  .culture-slider .btm-text .logo { margin: 15px 0 0; }
  
  .benefits-perks .right .img { height: 110px; }
  .benefits-perks .left .box .icon { width: 60px; height: 60px; border-radius: 10px; }
  .benefits-perks .left .box .text { width: calc(100% - 60px); }
  
  .latest-instagram .slick-list { padding-right: 15px; }
  .culture-slider .main .slick-list, .latest-instagram .slick-list { padding-right: 20px; }
  
  .latest-instagram .box img { height: 170px !important; }
  
  .webinar-form .video { min-height: 200px; }
  .webinar-form .main { border-radius: 10px; }p

  
}





::selection {
    color: ;
    background: #FFF1E3;
}

/* Root */
:root {
    --main-color:                         #0D0E10;
    --secondary-color:                    #0D0E10;
    --tertiary-color:                     #EBF2FD;
    --quaternary-color:                   #F0F6EC;
    --fifth-color:                        #FFF1E3;
    --six-color:                          #F1F1F1;

    --main-font:                          Inter;
    --sec-font:                           Inter;

    --headerbottombg:                     
    
    
        
    
    rgba(#, 1.0)
;
    --headerbottomlink:                   #0D0E10;
    --headerbottomlinkhover:              #4A46F3;

    --body_font:                          Inter;
    --body_font_size:                     14;

    --link_color:                         #4A46F3;
    --link_hover_color:                   #FEB132;  

    --star-size:                          20px;
    --star-color:                         #D9D9D9;
    --star-background:                    #00AD32;
}

*, *: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:#0D0E10; 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:0; display:inline-block; color:#ECECEC; background:transparent url('https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/right.svg') no-repeat center center; width:40px; height:40px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; transform: translateY(-50%); border-radius: 6px; border: 1px solid #0D0E10; }
.slick-arrow.slick-next { right: 0; transform: translateY(-50%) rotate(180deg); }
.slick-arrow:before { font-size:30px; }
.slick-arrow:hover { background-color:var(--fifth-color); border-color: var(--fifth-color); }


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 #4A46F3; 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:#4A46F3; }

.container .dnd-section > .row-fluid, .wrapper { 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); }

.userroles_sc .left_part .content { font-size: 16px; }
.list_style ul { margin: 20px 0 0; padding: 0; list-style: none; }
.list_style ul li { position: relative; padding-left: 55px; margin-bottom: 20px; }
.list_style ul li:before { background: #4A46F314; border-radius: 100%; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
.list_style ul li:after { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L6 10.5L15 1.5' stroke='%234A46F3' stroke-width='3'/%3E%3C/svg%3E%0A"); content: ''; height: 14px; left: 6px; position: absolute; top: 8px; width: 18px; }
 
/* Homepage */ 
.hero_left { padding-left: calc((100% - 1170px) / 2); padding-top: 150px; position: relative; z-index: 2; }
.hero_right { padding-right: calc((100% - 1170px) / 2); padding-top: 120px; position: relative; z-index: 1; padding-bottom: 100px; }
.hero_right:after { position: absolute; content: ""; height: 100%; width: calc(100% - 127px); top: 0; right: 0; z-index: -1; background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/simano-rightbg.png) no-repeat center / cover; border-radius: 20px 0px 0px 0px; }
.hero_right:before { position: absolute; content: ""; height: 300px; width: 100%; bottom: 0; right: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); }
.hero_right > div { position: relative; z-index: 1; box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.30), 0px 0px 10px 0px rgba(0, 0, 0, 0.10); border-radius: 10px; }
.hero_caption { padding-right: 100px; }
.hero_left .watch_btn a { display: flex; align-items: center; font-size: 16px; font-weight: 600; color: rgb(117 117 117 / 100%); }
.hero_left .watch_btn a svg { opacity: 0.5; margin-right: 8px; transition: all ease-in-out .4s; }
.hero_left .watch_btn a:hover { color: rgb(13 14 16 / 100%); }
.hero_left .watch_btn a:hover svg { opacity: 1; }
.banner_videoPopup { width: 700px; max-width: 100%; }
.banner_videoPopup video { width: 100%; }
.banner_videoPopup.fancybox-content { padding: 0; line-height: 0; }
.banner_logo_area .logo_title { color: rgba(117,117,117,1); font-size: 16px; font-weight: 700; }
.banner_logo_wrap .slick-track { display: flex; align-items: center; }
.banner_logo_img { opacity: 0.3; width: auto; }
.banner_logo_colin { display: flex; align-items: center; padding-right: 15px; }
.hero_right .video { line-height: 0; }
.hero_right .video video { width: 100%; border-radius: 10px; }
.banner_logo_img img { max-width: 100px !important; }
.banner_logo_wrap { opacity: 0; }
.banner_logo_wrap.slick-initialized.slick-slider { opacity: 1; }

.perform_section { padding: 120px 0 150px; }
.perform_leftimgbox { width: 406px; padding-right: 15px; }
.perform_rightimgbox { width: calc(100% - 406px); padding-left: 15px; }
.perform_leftimgbox .img { height: 496px; border-radius: 30px; background-color: #D9D9D9; }
.perform_rightimgbox > div { height: 233px; border-radius: 30px; }
.perform_rightimgbox > .img1 { margin-bottom: 30px; }
.perform_right { padding-left: 110px; }
.perform_right h2 { color: rgba(117, 117, 117, 1); }

/* .service_raw .wrapper { width: 1200px; } 
.service_raw.blue { background-color: #EBF2FD; }
.service_raw.green { background-color: #F0F6EC; }
.service_raw.orange { background-color: #FFF1E3; }*/
.service_main_section { padding: 0 30px; }
.service_left { padding-right: 100px; }
.service_left .subtitle { color: var(--link_color); font-weight: 700; }
.service_raw.green .service_left .subtitle { color: #2CB77E; }
.service_raw.orange .service_left .subtitle { color: #F76D60; }
.service_left ul { padding: 0; margin: 25px 0 0; list-style-type: none; font-size: 16px; font-weight: 500; }
.service_left ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 20px; position: relative; padding-left: 45px; }
.service_left ul li:before { position: absolute; content: ""; height: 30px; width: 30px; border-radius: 100%; background: #fff; left: 0; top: -1px; }
.service_left ul li:after { position: absolute; content: ""; height: 14px; width: 18px; top: 8px; left: 6px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M2.51472 6.48528L6.75736 10.7279L15.2426 2.24264' stroke='%235E51F5' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.service_raw.green .service_left ul li:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M2.51472 6.48528L6.75736 10.7279L15.2426 2.24264' stroke='%232CB77E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.service_raw.orange .service_left ul li:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M2.51472 6.48528L6.75736 10.7279L15.2426 2.24264' stroke='%23F76D60' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }

.we-strive-slide_area { padding: 0 20px; }
.service_raw.blue .service_wrap { background-color: #EBF2FD; }
.service_raw.green .service_wrap { background-color: #F0F6EC; }
.service_raw.orange .service_wrap { background-color: #FFF1E3; }
.service_raw .service_wrap { margin: 0 -15px 30px; padding: 30px; border-radius: 10px; display: flex; align-items: center; }

.tool_section { background: var(--Primary-Light, linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF); }
.head_subtitle { color: var(--link_color); font-weight: 700; }
.tool_col { padding-top: 15px; padding-bottom: 15px; }
.tool_colin { background: #fff; border-radius: 20px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); padding: 40px; transition: all ease-in-out .4s; position: relative; }
.tool_colin .boxlink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.tool_col:hover .tool_colin { margin-top: -10px; }
.tool_icon { height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 20px; background: var(--Primary-Light, linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF); margin-bottom: 15px; }
.tool_icon img { height: 40px !important; width: 40px; }
.tool_text { color: rgb(13 14 16 / 50%); margin-top: 10px; }

.workflow_raw { padding: 30px; border-radius: 20px; }
.workflow_left { display: flex; flex-flow: column; justify-content: space-between; }
.workflow_raw h5 { margin-bottom: 20px; }
.workflow_raw .text { width: 300px; max-width: 100%; opacity: 0.7; }
.workflow_raw .link { font-weight: 500; }

.dashboard_section { background: linear-gradient(0deg, rgba(254, 177, 50, 0.10) 0%, rgba(254, 177, 50, 0.10) 100%), #FFF; position: relative; z-index: 1; }
.dashboard_section:after { position: absolute; content: ""; height: 556px; width: 100%; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); z-index: -1; }
.dashboard_section .section_head .head_subtitle { color: #FEB132; }
.img_vid_box { border-radius: 20px; background-color: #DDD; line-height: 0; overflow: hidden; width: 1070px; max-width: 100%; margin: 0 auto; }
.img_vid_box .img { height: 630px; }
.img_vid_box video { width: 100%; }
.events-webinars .contant { color: rgb(13 14 16 / 50%); }
.video_posterimg.play-bt { z-index: 1; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.img_vid_box .video { position: relative; }

.usecase_left { width: 35%; }
.usecase_leftimg { height: 650px; border-radius: 0px 20px 20px 0px; }
.usecase_right { width: 65%; padding-left: 130px; padding-right: calc((100% - 1170px) / 2); }
.usecase_list_item.res_title { display: none; }
.usecase_list_item { padding: 15px; width: 230px; }
.usecase_list_wrapper { margin: 0 -15px; }
.usecase_list_itemin { border-radius: 20px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); padding: 20px; transition: all ease-in-out .4s; }
.usecase_list_itemin:hover { margin-top: -10px; }
.usecase_iconbox { border-radius: 10px; background: rgb(13 14 16 / 10%); height: 60px; width: 60px; display: flex; align-items: center; justify-content: center; }
.usecase_icon { max-height: 50px; width: auto; }
.usecase_title { font-size: 16px; font-weight: 600; margin-top: 15px; }
.usecase_list_box { display: flex; flex-flow: column; justify-content: space-between; min-height: 245px; }

.story_section { padding: 130px 0; position: relative; z-index: 1; }
.story_section:after { position: absolute; content: ""; height: 670px; width: 960px; top: 0; right: 0; background-image: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/story-bg.png); z-index: -1; max-width: 100%; background-repeat: no-repeat; background-position: center center; }
.story_section.active:after { position: fixed; }
.story_left { padding-right: 130px; width: 42%; position: sticky; top: 140px; }
.story_right { width: 58%; }
.story_raw { border-radius: 20px; background: #fff; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); padding: 40px; margin-bottom: 15px; }
.story_content { font-size: 26px; font-weight: 500; line-height: 1.4; padding-left: 60px; position: relative; margin-bottom: 100px; }
.story_content:before { position: absolute; content: ""; height: 30px; width: 35px; top: 10px; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='30' viewBox='0 0 35 30' fill='none'%3E%3Cpath d='M15.6145 15.2941V30H0V16.1345L7.63933 0H15.6145L9.6541 15.2941H15.6145ZM34.8387 15.2941V30H19.2243V16.1345L26.8636 0H34.8387L28.8784 15.2941H34.8387Z' fill='%234A46F3'/%3E%3C/svg%3E"); }
.person_details .img { height: 60px; width: 60px; border-radius: 100%; }
.person_left { width: 75%; flex-wrap: wrap; }
.person_left .details { width: calc(100% - 60px); padding-left: 20px; }
.person_right { width: 25%; text-align: right; padding-left: 20px; }
.person_details { flex-wrap: wrap; }
.story_left .subtitle { font-weight: 700; color: var(--link_color); }
.story_left h2 { margin: 10px 0 15px; }
.story_left .text { opacity: 0.7; margin-bottom: 30px; } 

.stack-cards { --stack-cards-gap: calc(0.75 * 1.25em); }
.stack-cards__item { position: relative; position: -webkit-sticky; position: sticky; top: 140px; -webkit-transform-origin: center top; transform-origin: center top; overflow: hidden; }

.charting_section .list_wrap .title, .zigzag_lists .list_wrap .title { font-size: 16px; font-weight: 500; color: #0D0E10; }
.charting_section .list_wrap .list, .zigzag_lists .list_wrap .list { position: relative; padding-left: 45px; }
.charting_section .list_wrap .list:before { position: absolute; content: ""; height: 30px; width: 30px; top: 1px; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath d='M8.51472 14.4853L12.7574 18.7279L21.2426 10.2426' stroke='%234A46F3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.charting_section .list_wrap .text, .zigzag_lists .list_wrap .list .text { margin-bottom: 18px; color: rgb(13 14 16 / 70%); }
.story_right .img_title { font-size: 16px; font-weight: 600; color: #4A46F3; margin-bottom: 15px; }
.zigzag_lists .list_wrap .list .listIcon { position: absolute; top: 0; left: 0; }

.logo_slider_img { width: 135px; border-radius: 10px; border: 1px solid #ddd; background: #fff; height: 70px; display: flex; align-items: center; justify-content: center; margin: 15px; }
.logo_slider_img img {width: auto !important; height: auto; max-width: 100px; max-height: 38px;}
.logo_slider_section .title_font { font-size: 20px; font-weight: 600; line-height: normal; margin-bottom: 30px; }

.get_started_raw { border-radius: 20px; background: #4A46F3; box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.20); padding: 10px 60px 0; }
.get_started_raw .img { width: 200px; line-height: 0; }
.get_started_raw .button-1 { width: 210px; }
.get_started_raw .content_box { width: calc(100% - 410px); padding: 0 150px 0 80px; }
.get_started_raw .content_box h4 { font-weight: 700; }
.get_started_raw .content_box .text { opacity: 0.7; padding-top: 10px; }

/* Features Root Page */
.hero_section.feature_root_hero .hero_caption { padding-bottom: 200px; }
.pre_title { color: #4A46F3; font-weight: 700; }
.feature_root_hero .content { font-size: 16px; opacity: 0.7; }
.hero_section.feature_root_hero .hero_right { padding-top: 20px; padding-bottom: 0; }
.hero_section.feature_root_hero .hero_right .hero_rightin { box-shadow: none; min-height: 600px; position: relative; opacity: 0; }
.feature_root_hero .hero_right:after { background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/simana/images/simana-gradiant.png) no-repeat 50%/cover; background-position: 0; border-radius: 0; top: -80px; width: calc(100% + 130px); }
body.loded .hero_section.feature_root_hero .hero_right .hero_rightin { opacity: 1; }

.feature_root_hero .hero_right .imgbox { align-items: center; box-shadow: none; display: flex; justify-content: center; position: absolute; width: auto; transition: all ease-in-out .4s; }
.feature_root_hero .hero_right .imgbox .animate_img { border-radius: 20px; background: #fff; box-shadow: 0 0 50px 0 rgba(0,0,0,.1), 1px 1px 4px 0 rgba(0,0,0,.1); position: relative; height: 188px; width: 188px; } 

.feature_root_hero .hero_right .imgbox:nth-child(1) { top: 80px; left: 140px; }
.feature_root_hero .hero_right .imgbox:nth-child(2) { right: 50px; top: 45px; }
.feature_root_hero .hero_right .imgbox:nth-child(3) { top: 113px; left: 100px; right: 0; bottom: 0; margin: auto; }
.feature_root_hero .hero_right .imgbox:nth-child(4) { bottom: 80px;  left: 25px; } 
.feature_root_hero .hero_right .imgbox:nth-child(5) { bottom: -45px; right: 30px; }

.feature_root_hero .hero_right .imgbox:nth-child(1) .animate_img { transform: rotate(-30deg); }
.feature_root_hero .hero_right .imgbox:nth-child(2) .animate_img { transform: rotate(-15deg); }
.feature_root_hero .hero_right .imgbox:nth-child(3) .animate_img { transform: rotate(15deg); }
.feature_root_hero .hero_right .imgbox:nth-child(4) .animate_img { transform: rotate(-75deg); }
.feature_root_hero .hero_right .imgbox:nth-child(5) .animate_img { transform: rotate(-30deg); }

.toolservice_sc.feature_root_section { padding: 0 0 50px; position: relative; margin-top: -80px; z-index: 2; }
.toolservice_sc.feature_root_section .hero_right:before { z-index: 3; }
.feature_service_menu { border-bottom: 1px solid #DDD; position: sticky; top: 76px; left: 0; z-index: 1; }
.toolservice_sc.feature_root_section.active .feature_service_menu { background: #fff; }
.feature_service_menu ul { display: flex; align-items: center; padding: 0; margin: 0; list-style-type: none; }
.feature_service_menu ul li { margin-right: 30px; }
.feature_service_menu ul li a { display: inline-block; vertical-align: top; width: auto; color: #0D0E10; padding: 20px 0; font-weight: 600; position: relative; }
.feature_service_menu ul li a:hover, .feature_service_menu ul li.active a { color: var(--link_color); }
.feature_service_menu ul li a:after { position: absolute; content: ""; height: 2px; width: 100%; bottom: -1px; left: 0; transition: all ease-in-out .4s; background: var(--link_color); opacity: 0; }
.feature_service_menu ul li.active a:after { opacity: 1; }
.root_service_wrapper { background: #fff; position: relative; }

/* Case Study Listing Page */
.success_story_head .text { opacity: 0.5; }
.case_listing_wrapper_cover { display: flex; flex-wrap: wrap; align-items: flex-start; }
.case_listing_wrapper { width: 20%; }
.case_listing_item { padding: 8px; }
.case_list_img { height: 320px; border-radius: 20px; position: relative; z-index: 1; display: flex; align-items: flex-end; }
.case_list_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%); z-index: -1; border-radius: 20px; }
.case_list_logo { display: inline-block; vertical-align: top; width: 100%; padding: 20px; }

.case_listing_item .case_colorbox { position: relative; z-index: 1; padding: 25px 17px; border-radius: 20px; overflow: hidden; }
.case_listing_item .case_colorbox .bgcolor { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; opacity: 0.2; }
.case_listing_item .number { font-size: 70px; font-weight: 600; line-height: 0.8; margin-bottom: 15px; }
.case_listing_item .authorbox { font-size: 18px; font-weight: 500; line-height: 1.4; min-height: 303px; display: flex; flex-flow: column; justify-content: space-between; }
.case_listing_item .authorbox .details { padding-left: 48px; font-size: 12px; position: relative; }
.case_listing_item .authorbox .details h5 { font-size: 13px; margin-bottom: 4px; }
.case_listing_item .authorbox .details svg { position: absolute; top: 4px; left: 0; }
.case_listing_item .number span { font-size: 40px; }
.case_listing_item .case_colorbox .content { font-size: 14px; }
.case_listing_item .case_colorbox.num_box .authorbox { min-height: 303px; } 

.global_scale_left .text { opacity: 0.7 }
.global_scale_right { text-align: right; }
.global_scale_left .button-2.arrow a:after { transform: rotate(90deg); }

.video_testimonial_raw video { width: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
.video_testimonial_raw { position: relative; z-index: 1; border-radius: 20px; overflow: hidden; }
.video_testimonial_raw:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; z-index: 1; background: linear-gradient(90deg, rgba(74, 70, 243, 0.30) 0%, rgba(13, 14, 16, 0.30) 71.17%), url(<path-to-image>), lightgray -412.364px -3.719px / 137.06% 198.257% no-repeat; mix-blend-mode: multiply; }
.video_portfolio_box { background: #fff; width: 410px; max-width: 100%; padding: 30px; margin: 100px; border-radius: 20px; position: relative; z-index: 1; }
.video_portfolio_box h4 { line-height: 1.25; }
.video_portfolio_top .pretitle { border-radius: 20px; background: var(--link_color); color: #fff; font-size: 12px; line-height: 1.5; padding: 4px 10px; }
.video_portfolio_bottom { position: relative; padding-left: 50px; font-size: 12px; color: #4A46F3; }
.video_portfolio_bottom:before { position: absolute; content: ""; top: 5px; left: 0; height: 31px; width: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='31' viewBox='0 0 36 31' fill='none'%3E%3Cpath d='M19.3779 14.9125V0.100117H35.1055V14.0661L27.4108 30.3174H19.3779L25.3815 14.9125H19.3779ZM0.0144501 14.9125V0.100117H15.742V14.0661L8.04733 30.3174H0.0144501L6.01797 14.9125H0.0144501Z' fill='%234A46F3'/%3E%3C/svg%3E"); }
.video_portfolio_bottom h5 { font-size: 13px; font-weight: 600; color: #4A46F3; margin-bottom: 1px; }
.video_testimonial_section .watch_btn { position: absolute; top: 0; right: 0; bottom: 0; margin: auto 0; display: flex; flex-wrap: wrap; align-items: center; width: calc(100% - 600px); justify-content: center; z-index: 1; }
.watch_btn .circle { height: 80px; width: 80px; background: rgb(255 255 255 / 90%); display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.watch_btn .circle + span { color: #fff; margin-top: 15px; display: block; }
.watch_btn .circle span { position: relative; top: 1px; left: 3px; }

.fancybox-content { overflow: visible !important; }
.fancybox-slide--html .fancybox-close-small { top: -40px !important; padding: 0 !important; right: 0px !important; }
.fancybox-slide--html .fancybox-close-small path { fill: #fff !important; }

.improve_work_bgimg { min-height: 460px; border-radius: 30px; }
.improve_work_right { padding-left: 100px; position: relative; }
.improve_work_rightin { padding-left: 100px; position: relative; }
.improve_work_left h2 span { color: #4A46F3; }
.improve_list_wrapper { position: absolute; top: 0; left: 0; bottom: 0; display: flex; align-items: center; }
.improve_list { border-radius: 40px; background: #fff; box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.15); padding: 15px 30px; font-size: 24px; font-weight: 500; margin-bottom: 15px; line-height: 1.24; }
.improve_list strong { color: #4A46F3; }

.story_hub_head h5 { padding-bottom: 10px; border-bottom: 1px solid #DDD; margin-bottom: 25px; }
.story_hub_item { padding-top: 15px; padding-bottom: 15px; margin-bottom: 30px; }
.story_hub_img { height: 300px; display: flex; align-items: center; justify-content: center; border-radius: 20px; z-index: 1; position: relative; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); }
.story_hub_logo { padding: 10px 15px; }
.story_hub_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; opacity: 0.5; border-radius: 20px; z-index: -1; }
.story_hub_itemin { position: relative; }
.story_hub_itemin .boxlink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; }
.story_hub_topic { font-weight: 500; font-size: 12px; }
.story_hub_topic.blue-color { color: #4A46F3; }
.story_hub_topic.ice-blue-color { color: #1ABCFE; }
.story_hub_topic.pink-color { color: #FD44B0; }
.story_hub_content .story_hub_title { font-size: 16px; font-weight: 500; line-height: 26px; }
.item-pagination { border-top: 1px solid #DDD; padding-top: 25px; }
.item-pagination ul { padding: 0; margin: 0; list-style-type: none; }
.item-pagination .pagi-disabled { display: none; }
.item-pagination .clearfix { display: flex; align-items: center; justify-content: flex-end; }
.item-pagination .pagenav { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #0D0E10; border-radius: 6px; background: #fff; }
.item-pagination .next .pagenav { margin-left: 15px; }
.item-pagination .prev .pagenav { margin-right: 15px; }
.item-pagination .prev { list-style-type: none; }

/* Upcoming Webinar */
.up_web_left { width: 7%; font-size: 50px; font-weight: 600; text-align: center; line-height: 1; }
.upweb_date { position: sticky; top: 130px; }
.up_web_middle { width: 61%; padding: 0 130px; }
.up_web_right { width: 32%; }
.up_web_left span { display: block; font-size: 14px; color: #DD0000; margin-top: 5px; }
.up_web_middle .webtag { background: #4A46F3; border-radius: 30px; display: inline-block; color: #fff; font-size: 12px; padding: 5px 15px; line-height: 1.25; }
.up_web_middle .webtime h5 { font-size: 18px; font-weight: 400; }
.webtext h4 { font-weight: 800; margin-bottom: 20px; }
.webtext p { opacity: 0.7; }
.webtext ul { padding: 0; margin: 40px 0 0; list-style-type: none; font-size: 16px; font-weight: 500; }
.webtext ul li { display: inline-block; vertical-align: top; width: calc(100% - 60px); position: relative; padding: 20px 0; border-bottom: 1px solid #DDD; margin-left: 60px; }
.webtext ul li:last-child { border: 0; }
.webtext ul li:before { position: absolute; content: ""; height: 30px; width: 30px; top: 20px; left: -60px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle opacity='0.1' cx='15' cy='15' r='15' fill='%234A46F3'/%3E%3Cpath d='M9 15.5L13 19.5L22 10.5' stroke='%234A46F3' stroke-width='3'/%3E%3C/svg%3E"); }
.up_web_rightin { border-radius: 20px; background: #FFF; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); padding: 30px; position: sticky; top: 130px; }
.up_web_rightin h4 { font-weight: 700; margin-bottom: 20px; }
.up_web_rightin form .hs-input { border-radius: 6px; border: 1px solid #DDD; font-size: 13px; color: rgba(0, 0, 0, 0.4); font-weight: 400; text-transform: none; height: 45px; }
.up_web_rightin form .field.hs-form-field > label { margin: 0; display: none; }

.up_web_rightin form ::-webkit-input-placeholder { font-weight: 400 !important; text-transform: capitalize !important; font-size: 13px !important; }
.up_web_rightin form ::-moz-placeholder { font-weight: 400 !important; text-transform: capitalize !important; font-size: 13px !important; }
.up_web_rightin form :-ms-input-placeholder { font-weight: 400 !important; text-transform: capitalize !important; font-size: 13px !important; }
.up_web_rightin form :-moz-placeholder { font-weight: 400 !important; text-transform: capitalize !important; font-size: 13px !important; }

.up_web_rightin .hs_submit.hs-submit .actions:before { display: none; }
.up_web_rightin .hs_submit.hs-submit .actions input[type="submit"] { width: 100%; border-radius: 6px; padding: 18px 15px; font-size: 14px; font-weight: 600; }
.up_web_rightin .hs_submit.hs-submit .actions { width: 100%; }
.up_web_rightin form .hs-richtext { text-align: center; color: rgba(0, 0, 0, 0.50); font-size: 12px; line-height: 18px; width: 270px; max-width: 100%; margin: 20px auto 0; }

.up_web_section { position: relative; z-index: 1; }
.up_web_section:after { position: absolute; content: ""; height: 547px; width: 959px; max-width: 100%; top: 0; right: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/upweb-bg.png) no-repeat center / cover; z-index: -1; }
.up_web_wrap { position: relative; z-index: 1; }
.web_guest_item { border-radius: 20px; padding: 30px; margin-bottom: 30px; }
.web_guest_item:last-child { margin-bottom: 0; }
.web_guest_img { height: 80px; width: 80px; border-radius: 100%; }
.web_guest_details .info { width: calc(100% - 80px); padding-left: 20px; }
.web_guest_details .info h6 { font-size: 14px; font-weight: 700; color: #4A46F3; }
.web_guest_details .info h5 { font-weight: 500; margin: 5px 0; }
.web_guest_details .info .pos { opacity: 0.5; }
.web_guest_item .bio { opacity: 0.7; }
.web_guest_item .social ul { padding: 0; margin: 10px 0 0; list-style-type: none; font-size: 20px; line-height: 1; }
.web_guest_item .social ul li a { color: var(--main-color); transition: all ease-in-out .4s; position: relative; top: 0; }
.web_guest_item .social ul li a:hover { top: -3px; }
.web_guest_item .social ul li+li { margin-left: 15px; }
.web_guest_item .social ul li:first-child { top: -1px; position: relative; }

/* Pillar Page */
.diagram_section .wrapper { width: 765px; max-width: 100%; }
.diagram_top { padding-left: 40px; padding-right: 40px; }
.diagram_top .title { font-size: 16px; font-weight: 700; color: #4A46F3; }
.diagram_topbox { padding-left: 30px; position: relative; }
.diagram_topbox:before { position: absolute; content: ""; height: 15px; width: 15px; top: 6px; left: -9px; border-radius: 100%; background-color: #4A46F3; z-index: 1; }
.diagram_topbox:after { position: absolute; content: ""; height: calc(100% - 5px); width: 2px; top: 5px; left: -2px; background: #DDD; }
.diagram_bottom { border-radius: 20px; background: rgba(74, 70, 243, 0.08); border: 1px solid transparent; padding: 30px; margin-bottom: 55px; transition: all ease-in-out .4s; position: relative; }
.diagram_bottom .boxlink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.diagram_bottom:hover { border-color: #4A46F3; background: #fff; box-shadow: 0px 4px 10px 0px rgba(74, 70, 243, 0.05), 0px 15px 30px 0px rgba(74, 70, 243, 0.15); }
.diagram_bottomin { font-size: 13px; line-height: 22px; }
.diagram_bottomin .text { opacity: 0.5; }
.diagram_bottomin h5 { font-weight: 700; }
.diagram_right { border-radius: 10px; height: 180px; width: 180px; }
.diagram_left { width: calc(100% - 180px); padding-right: 50px; }
.people_img { height: 30px; width: 30px; border-radius: 100%; }
.diagram_people_details .right { padding-left: 10px; }
.diagram_people_details .right .name { font-weight: 500; }
.diagram_people_details .right .date { color: rgba(51, 51, 51, 0.60); font-size: 12px; line-height: 19px; position: relative; margin-left: 8px; padding-left: 9px; top: 1px; }
.diagram_people_details .right .date:before { position: absolute; content: ""; height: 4px; width: 4px; top: 2px; left: 0; bottom: 0; margin: auto 0; background: rgba(51, 51, 51, 0.40); border-radius: 100%; }
.diagram_raw:last-child .diagram_bottom { margin-bottom: 0; }

/* Improvement Hub Page */
.hero_section.solution_section.improve_hero .hero_right { padding-bottom: 50px; }
.improve_hub_wrap { margin: 0 -15px; }
.improve_hub_col { width: calc(25% - 30px); margin: 15px; border-radius: 20px; background: rgba(74, 70, 243, 0.08); text-align: center; padding: 30px; position: relative; transition: all ease-in-out .4s; top: 0; }
.improve_hub_col:hover { top: -10px; }
.improve_hub_col .boxlink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.improve_hub_col .icon { height: 80px; width: 80px; background: #fff; border-radius: 20px; display: flex; align-items: center; justify-content: center; padding: 20px; margin: 0 auto; }
.improve_hub_col h6 { font-size: 16px; }
.improve_hero .hero_left { padding-top: 0; }

.improve_hub_list_section { padding-top: 50px; }

/* Getting Started Customers Page */
.get_cust_col { width: calc(50% - 30px); margin: 15px; border-radius: 20px; overflow: hidden; padding: 20px; position: relative; z-index: 1; }
.get_cust_wrap { margin: 0 -15px; }
.get_cust_bg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; opacity: 0.15; }
.get_cust_img { border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 30px; min-height: 250px; }
.get_cust_img img { width: 220px; }
.get_cust_content { padding: 15px; }
.get_cust_content h5 { font-weight: 800; }
.get_cust_content h5 + div { opacity: 0.5; }
.get_cust_content .content { font-weight: 500; }
.get_cust_content .content ul { padding: 0; margin: 0; list-style-type: none; }
.get_cust_content .content ul li { display: inline-block; vertical-align: top; width: 100%; padding-left: 32px; position: relative; margin-top: 10px; }
.get_cust_content .content ul li:before { position: absolute; content: ""; height: 20px; width: 20px; top: 2px; left: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/black-icon.svg) no-repeat center / cover; }
.get_cust_head .text { opacity: 0.7; }
.customer_bottom_area { font-size: 16px; } 
.customer_bottom_area a { text-decoration: underline; }

/* Getting Started Users Page */
.get_cust_list.blue .get_cust_top { background: rgba(74, 70, 243, 0.08); }
.get_cust_top { border-radius: 20px; padding: 10px; margin-bottom: 20px; }
.get_cust_icon { border-radius: 10px; background: #fff; height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; padding: 15px; }
.get_cust_title { width: calc(100% - 80px); padding-left: 20px; }
.get_cust_title h5 { font-weight: 800; }
.get_cust_text p { opacity: 0.5; }
.get_cust_text ul { padding: 0; margin: 25px 0 15px; list-style-type: none; font-weight: 500; display: inline-block; vertical-align: top; width: 100%; }
.get_cust_text ul li { position: relative; display: inline-block; vertical-align: top; width: 100%; padding-left: 30px; margin-bottom: 10px; }
.get_cust_text ul li:before { position: absolute; content: ""; height: 20px; width: 20px; top: 2px; left: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/blue-icon.svg) no-repeat center / cover; }

.get_cust_list.pink .get_cust_text ul li:before { background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/pink-icon.svg) no-repeat center / cover; }
.get_cust_list.gray .get_cust_text ul li:before { background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/check-black.svg) no-repeat center / cover; }
.get_cust_list.yellow .get_cust_text ul li:before { background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/yellow-icon.svg) no-repeat center / cover; }

.get_cust_list.pink .get_cust_top { background: linear-gradient(0deg, rgba(253, 68, 176, 0.10) 0%, rgba(253, 68, 176, 0.10) 100%), #FFF; }
.get_cust_list.gray .get_cust_top { background: #F1F1F1; }
.get_cust_list.yellow .get_cust_top { background: linear-gradient(0deg, rgba(254, 177, 50, 0.15) 0%, rgba(254, 177, 50, 0.15) 100%), #FFF; }

.get_cust_list.pink .get_cust_link.link_style a { color: #FD44B0; }
.get_cust_list.gray .get_cust_link.link_style a { color: #0D0E10; }
.get_cust_list.yellow .get_cust_link.link_style a { color: #FEB132; }

.get_cust_list .get_cust_link.link_style a { padding-right: 27px; }
.get_cust_list .get_cust_link.link_style a:after { height: 14px; width: 17px; top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%234A46F3' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); }
.get_cust_list.pink .get_cust_link.link_style a:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%23FD44B0' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%23FD44B0' stroke-width='2'/%3E%3C/svg%3E"); }
.get_cust_list.gray .get_cust_link.link_style a:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%230D0E10' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%230D0E10' stroke-width='2'/%3E%3C/svg%3E"); }
.get_cust_list.yellow .get_cust_link.link_style a:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0 7H15' stroke='%23FEB132' stroke-width='2'/%3E%3Cpath d='M9 1L15 7L9 13' stroke='%23FEB132' stroke-width='2'/%3E%3C/svg%3E"); }

.toolservice_sc.helpfulres_sc.help_res_section .contentsbox_wrap h6 { width: 100%; }
.comm_section { background: rgba(74, 70, 243, 0.08); }
.comm_right { width: 50%; border-radius: 10px; background: #fff; padding: 110px 0; }
.comm_left { width: 50%; padding-right: 225px; }
.comm_left .text { opacity: 0.5; margin: 15px 0 20px 0; }
.comm_left .social ul { padding: 0; margin: 0; list-style-type: none; }
.comm_left .social ul li a { display: flex; align-items: center; width: 100%; background: rgba(255, 255, 255, 0.5); border-radius: 5px; margin-bottom: 2px; color: #0D0E10; padding: 18px 50px 18px 20px; position: relative; }
.comm_left .social ul li a:after { position: absolute; content: ""; height: 14px; width: 14px; top: 0; bottom: 0; margin: auto 0; right: 20px; background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1H13V10' stroke='%230D0E10' stroke-width='2'/%3E%3Cpath d='M13 1L1 13' stroke='%230D0E10' stroke-width='2'/%3E%3C/svg%3E"); }
.comm_left .social ul li a:hover { color: #4A46F3; }
.comm_left .social ul li a:hover svg path { fill: #4A46F3;; }
.comm_left .social ul li a:hover:after { background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1H13V10' stroke='%234A46F3' stroke-width='2'/%3E%3Cpath d='M13 1L1 13' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); }
.comm_left .social ul li a span { padding-right: 15px; line-height: 1; }
.comm_left .social ul li a:hover { background: #fff; }

.download_book_wrap { border-radius: 20px; background: rgb(248 227 213 / 50%); padding: 50px 100px; overflow: hidden; }
.download_book_left img { filter: drop-shadow(0px 25px 100px rgba(0, 0, 0, 0.30)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10)); }
.download_book_left { width: 45%; text-align: center; }
.download_book_right { width: 55%; padding-left: 200px; }
.download_book_right h2 { font-weight: 800; line-height: 1.3; }
.download_book_right .text { opacity: 0.5; }
.download_book_right .btn a { display: inline-block; vertical-align: top; width: auto; position: relative; }
.download_book_right .btn a:before { position: relative; content: ""; display: inline-block; vertical-align: middle; height: 18px; width: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 11.6665V15.2221C17 15.6936 16.8127 16.1457 16.4793 16.4791C16.1459 16.8125 15.6937 16.9998 15.2222 16.9998H2.77778C2.30628 16.9998 1.8541 16.8125 1.5207 16.4791C1.1873 16.1457 1 15.6936 1 15.2221V11.6665' stroke='%234A46F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.55554 7.22217L8.99999 11.6666L13.4444 7.22217' stroke='%234A46F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11.6667V1' stroke='%234A46F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); margin-right: 8px; transition: all ease-in-out .4s; }
.download_book_right .btn a:hover:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 11.6665V15.2221C17 15.6936 16.8127 16.1457 16.4793 16.4791C16.1459 16.8125 15.6937 16.9998 15.2222 16.9998H2.77778C2.30628 16.9998 1.8541 16.8125 1.5207 16.4791C1.1873 16.1457 1 15.6936 1 15.2221V11.6665' stroke='%23FEB132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.55554 7.22217L8.99999 11.6666L13.4444 7.22217' stroke='%23FEB132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11.6667V1' stroke='%23FEB132' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.toolservice_sc.helpfulres_sc { padding: 60px 0 100px; }
.toolservice_sc.helpfulres_sc .tools_boxs .contents_box { width: 25%; }
.toolservice_sc.helpfulres_sc .tools_boxs .contentsbox_wrap { padding: 20px; background: #4A46F314; box-shadow: inherit; }
.toolservice_sc.helpfulres_sc .contentsbox_wrap .icon { background: #fff; }
.toolservice_sc.helpfulres_sc .contentsbox_wrap .icon img { width: 33px; height: 33px; }
.toolservice_sc.helpfulres_sc .contentsbox_wrap .content { font-size: 13px; }

/* Improvement Resources Page */
.imp_res_section h5 { padding-bottom: 20px; border-bottom: 1px solid #DDD; font-weight: 500; }
.imp_res_right { width: 45%; position: relative; margin-top: -100px; }
.imp_res_left { width: 55%; padding-top: 60px; padding-right: 200px; }
.imp_res_left .tag { border-radius: 30px; background: rgba(74, 70, 243, 0.08); display: inline-block; vertical-align: top; font-size: 12px; padding: 5px 10px; color: #4A46F3; margin-bottom: 15px; }
.imp_res_section { position: relative; z-index: 1; }
.imp_res_section:after { position: absolute; content: ""; height: 719px; width: 850px; max-width: 100%; top: 0; right: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/resource-rightbg.png) no-repeat center / cover; z-index: -1; }
.imp_res_left .button-1 a:before { position: relative; content: ""; display: inline-block; vertical-align: middle; height: 18px; width: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 11.6665V15.2221C17 15.6936 16.8127 16.1457 16.4793 16.4791C16.1459 16.8125 15.6937 16.9998 15.2222 16.9998H2.77778C2.30628 16.9998 1.8541 16.8125 1.5207 16.4791C1.1873 16.1457 1 15.6936 1 15.2221V11.6665' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.55557 7.22229L9.00002 11.6667L13.4445 7.22229' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11.6668V1.00012' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); margin-right: 10px; top: -1px; }

.lat_resource_section .main_title h5 { font-weight: 500; margin-bottom: 20px; }
.lat_resource_nav ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.lat_resource_nav ul li a { display: inline-block; vertical-align: top; width: auto; padding: 7px 20px; background: #F1F1F1; border-radius: 10px; color: #0D0E10; font-weight: 500; border: 1px solid transparent; }
.lat_resource_nav ul li + li { margin-left: 8px; }
.lat_resource_nav ul li a:hover, .lat_resource_nav ul li.current a { border-radius: 10px; border-color: #4A46F3; color: #4A46F3; background: rgba(74, 70, 243, 0.08); }

.lat_resource_wrapper { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.lat_resource_item { width: calc(16.66% - 30px); margin: 40px 15px 10px; position: relative; }
.lat_resource_item .res_title { font-size: 16px; font-weight: 500; line-height: 26px; margin-top: 15px; }
.lat_resource_item .boxlink { position: absolute; height: 100%; width: 100%; top: 0; left: 0; }

/* Tools */
.intool_col { width: calc(50% - 30px); margin: 15px; border-radius: 20px; padding: 30px 15px 0; }
.intool_wrap { margin: 0 -15px; }
.intool_col .img { text-align: center; line-height: 0; }
.intool_col .icon { height: 40px; width: 40px; }
.intool_col .content { width: calc(100% - 40px); padding-left: 15px; }
.intool_col .content .title { font-weight: 600; font-size: 20px; line-height: 26px; margin-bottom: 5px; }
.intool_col .top { margin-bottom: 30px; }

.pro_tool_section { background: var(--Primary-Light, linear-gradient(0deg, rgba(74, 70, 243, 0.08) 0%, rgba(74, 70, 243, 0.08) 100%), #FFF); }
.pro_tool_nav { width: 410px; max-width: 100%; }
.pro_tool_nav ul { padding: 0; margin: 0; list-style-type: none; }
.pro_tool_nav ul li a { display: inline-block; vertical-align: top; width: 100%; padding: 30px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-radius: 10px 10px 0px 0px; position: relative; margin-bottom: 0px; }
.pro_tool_nav ul li a .progress_border { position: absolute; bottom: -1px; left: 0; width: 100%; border-bottom: solid 3px #4A46F3; transform: scaleX(0); transition: transform 0ms ease-out; }
.pro_tool_nav ul li.current a .progress_border { transform: scaleX(1); transform-origin:  0% 50%; transition: transform 7000ms ease-in; }
.pro_tool_nav ul li a .icon { width: 40px; }
.pro_tool_nav ul li a .content { width: calc(100% - 40px); padding-left: 20px; }
.pro_tool_nav ul li a .content .title { font-size: 20px; line-height: 26px; font-weight: 700; color: #0D0E10; margin-bottom: 11px; }
.pro_tool_nav ul li a .content .text { color: rgb(13 14 16 / 70%); }
.pro_tool_nav ul li:last-child a { border-bottom: 0; }
.pro_tool_img { display: none; }
.pro_tool_nav ul li.current a { background: #fff; }
.pro_tool_nav ul li.current a .content .title { color: #4A46F3; }
.pro_tool_nav ul li.current a .icon img { filter: invert(41%) sepia(81%) saturate(7440%) hue-rotate(240deg) brightness(97%) contrast(96%); }

.toolservice_sc.colab_tool_section { padding: 100px 0; }
.toolservice_sc.colab_tool_section .colabimg { height: 230px; }
.toolservice_sc.colab_tool_section .contentsbox_wrap { padding: 30px; height: auto; box-shadow: none; background: transparent; }
.toolservice_sc.colab_tool_section .contentsbox_wrap:hover { margin: 0; }
.toolservice_sc.colab_tool_section .icon { height: 40px; width: 40px; background: transparent; }
.toolservice_sc.colab_tool_section h6 { width: calc(100% - 60px); padding-left: 15px; }
.toolservice_sc.colab_tool_section .content { padding-left: 55px; height: auto !important; }
.toolservice_sc.colab_tool_section .tools_boxs .contents_box { width: calc(33.33% - 30px); margin: 15px; padding: 0; background-color: #fff; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 20px; overflow: hidden; }
.toolservice_sc.colab_tool_section.style2 .content { padding-left: 0; text-align: center; }
.toolservice_sc.colab_tool_section.style2 h6 { padding-left: 0; width: 100%; }


/* Media Query Start */
@media (min-width: 1300px){
    .container .dnd-section > .row-fluid, .wrapper { width: 1300px; }

    .hero_left { padding-left: calc((100% - 1270px) / 2); }
    .hero_right { padding-right: calc((100% - 1270px) / 2); }
    .usecase_right { padding-right: calc((100% - 1270px) / 2); }

}

@media (min-width: 992px){
    .mobile_head { display: none; }
}

@media (min-width: 768px){
    .feature_root_section .bars_toggle, .tool_mbl_wrap { display: none; }
}

@media (max-width: 1299px){
    /* Features Root Page */
    .feature_root_hero .hero_right .imgbox .animate_img { height: 150px; width: 150px; }
    .feature_root_hero .hero_right .imgbox:nth-child(2) { right: 90px; }
    .feature_root_hero .hero_right .imgbox:nth-child(3) { top: 0; }
    .feature_root_hero .hero_right .imgbox:nth-child(4) { bottom: auto; top: 250px; left: 70px; }
    .feature_root_hero .hero_right .imgbox:nth-child(5) { bottom: 60px; right: 50px; } 

}

@media (max-width:1200px){
    .container .dnd-section > .row-fluid, .wrapper { width:920px; }

    /* Homepage */
    .hero_left { padding-left: calc((100% - 920px) / 2); }
    .hero_right { padding-right: calc((100% - 920px) / 2); }
    .hero_right:after { width: calc(100% - 95px); }
    .hero_caption { padding-right: 30px; }
    .hero_caption .content { font-size: 16px; line-height: 1.7; }
    .banner_logo_img img { max-width: 80px !important; }

    .usecase_right { padding-right: calc((100% - 920px) / 2); }

    .perform_right { padding-left: 15px; }
    .perform_leftimgbox { width: 290px; padding-right: 10px; }
    .perform_leftimgbox .img { height: 420px; }
    .perform_rightimgbox { padding-left: 10px; width: calc(100% - 290px); }
    .perform_rightimgbox>div { height: 200px; }
    .perform_rightimgbox>.img1 { margin-bottom: 20px; }

    .service_raw .wrapper { width: 920px; }
    .service_left { padding-right: 30px; }

    .usecase_right { padding-left: 50px; }

    .story_left { padding-right: 20px; }
    .story_content { font-size: 20px; }

    .get_started_raw .content_box { padding: 0 25px; width: calc(100% - 360px); }
    .get_started_raw .img { width: 150px; }

    /* Feature Root Page */
    .hero_section.feature_root_hero .hero_caption { padding-bottom: 100px; }
    .hero_section.feature_root_hero .hero_right .hero_rightin { min-height: 500px; }
    .feature_root_hero .hero_right .imgbox .animate_img { height: 120px; width: 120px; }
    .feature_root_hero .hero_right .imgbox:first-child { top: 25px; }
    .feature_root_hero .hero_right .imgbox:nth-child(2) { right: 30px; }
    .feature_root_hero .hero_right .imgbox:nth-child(3) { top: -50px; }
    .feature_root_hero .hero_right .imgbox:nth-child(4) { left: 55px; top: 200px; }
    .feature_root_hero .hero_right .imgbox:nth-child(5) { right: 20px; bottom: 80px; }

    /* Case Study Customer Page */
    .case_listing_wrapper { width: 25%; }
    .case_listing_item .case_colorbox { padding: 20px 15px; }
    .case_listing_item .number { font-size: 50px; }
    .case_listing_item .authorbox { font-size: 14px; min-height: 250px; }
    .case_list_img { height: 250px; }
    .case_listing_item .case_colorbox.num_box .authorbox { min-height: 250px; }
    .case_listing_wrapper:last-child { display: none; }

    .video_portfolio_box { margin: 100px 50px; }
    .video_testimonial_section .watch_btn { width: calc(100% - 500px); }

    .improve_list { font-size: 18px; }
    .improve_work_right { padding-left: 50px; }

    .story_hub_img { height: 220px; }

    /* Upcoming Webinar */ 
    .up_web_middle { padding: 0 50px; }
    .up_web_rightin { padding: 30px 15px; }

    /* Improvement Hub Page */
    .improve_hub_col { padding: 25px 15px; margin: 10px; width: calc(25% - 20px); }
    .improve_hub_wrap { margin: 0 -10px; }

    /* Getting Started Users Page */
    .get_cust_list { max-width: 50%; flex: 0 0 50%; margin-bottom: 40px; }

    .comm_left { padding-right: 50px; }

    .download_book_left { width: 40%; }
    .download_book_right { width: 60%; padding-left: 100px; }

    .toolservice_sc.helpfulres_sc { padding: 40px 0; }
    .toolservice_sc.helpfulres_sc .tools_boxs .contents_box { width: 50%; }

    /* Improvement Resources Page */
    .lat_resource_item { width: calc(20% - 30px); }

    /* Tools */
    .toolservice_sc.colab_tool_section .contentsbox_wrap { padding: 30px 15px; }
    .toolservice_sc.colab_tool_section .content { padding-left: 0; }
    .toolservice_sc.colab_tool_section .colabimg { height: 170px; } 

}

@media (max-width:991px){
    .container .dnd-section > .row-fluid, .wrapper { width:720px; }

    /* Homepage */
    .hero_wrap { flex-direction: column-reverse; }
    .hero_left, .hero_right { width: 100%; max-width: 100%; flex: 0 0 100%; }
    .hero_right img { width: 100%; }
    .hero_left { padding-left: calc((100% - 720px) / 2); padding-right: calc((100% - 720px) / 2); }
    .hero_right { padding-left: calc((100% - 720px) / 2); padding-right: calc((100% - 720px) / 2); padding-top: 70px; }
    .hero_left { padding: 0; text-align: center; }
    .hero_left .btn_wrap { justify-content: center; }
    .hero_left .btn_wrap .watch_btn { display: none; }
    .hero_caption { width: 620px; max-width: 100%; margin: 0 auto; padding: 0; }
    .banner_logo_area .logo_title { color: #0D0E10; } 
    .hero_right:after { width: 614px; }
    .banner_logo_colin { justify-content: center; }

    .perform_wrap { margin: 0; }
    .perform_left { max-width: 100%; flex: 0 0 100%; }
    .perform_right { max-width: 430px; flex: 0 0 100%; margin: 0 0 0 auto; padding: 35px 0 0; }
    .perform_leftimgbox { width: 400px; }
    .perform_rightimgbox { width: calc(100% - 400px); }

    .service_raw .wrapper { width: 720px; }
    .service_wrap { flex-direction: column-reverse; }
    .service_left { flex: 0 0 100%; margin: 0 0 0 auto; max-width: 430px; padding: 20px 0 0; }
    .service_right { max-width: 100%; flex: 0 0 100%; padding: 0; }

    .tool_section .section_head.desk_head { display: none; }
    .tool_section .section_head.mobile_head { text-align: left; padding-right: 35px; }
    .tool_colin { padding: 30px; }

    .workflow_left { flex: 0 0 50%; max-width: 50%; }
    .workflow_right { max-width: 50%; flex: 0 0 50%; }
    .workflow_wrap { align-items: center; }

    .img_vid_box .img { height: 400px; }

    .usecase_left { display: none; }
    .usecase_right { width: 100%; padding: 0; }
    .usecase_raw { width: 720px; max-width: 100%; margin: 0 auto; padding: 0 15px; }
    .usecase_right h2.desk_title { text-align: center; }

    .story_right { width: 100%; }
    .story_left { width: 401px; max-width: 100%; margin: 0 0 0 auto; position: relative; top: auto; padding: 0 0 50px; }
    .story_section { padding: 90px 0; margin-top: 40px; }

    .logo_slider_img { width: 150px; }

    .get_started_rawin { flex-wrap: wrap; }
    .get_started_raw .img { width: 100%; }
    .get_started_raw .content_box { width: 100%; padding: 15px 0; }
    .get_started_raw .button-1 { width: 100%; }
    .get_started_raw { text-align: center; padding: 30px 30px 40px; }
    .get_started_raw .content_box { width: 80%; max-width: 100%; margin: 0 auto; padding: 20px 0; }
    .get_started_raw .img img { width: 120px; }

    /* Feature Root Page */
    .hero_section.feature_root_hero .hero_caption { padding-bottom: 50px; }
    .hero_section.feature_root_hero .hero_wrap { display: flex; flex-direction: column; }
    .hero_section.feature_root_hero .hero_left { padding: 50px 15px; }
    .hero_section.feature_root_hero .hero_right { padding: 0; }
    .hero_section.feature_root_hero .hero_right:after { background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/root-bg.png) no-repeat center / cover; width: 670px; max-width: 100%; }
    .hero_section.feature_root_hero .hero_right .hero_rightin { width: 470px; min-height: 500px; margin: 0 auto; max-width: 100%; }
    .feature_root_hero .hero_right .imgbox:first-child { top: 0px; }
    .feature_root_hero .hero_right .imgbox:nth-child(2) { right: 55px; top: -10px; }
    .feature_root_hero .hero_right .imgbox:nth-child(3) { top: -150px; }
    .feature_root_hero .hero_right .imgbox:nth-child(4) { left: 70px; top: 140px; }
    .feature_root_hero .hero_right .imgbox:nth-child(5) { bottom: 170px; }

    .feature_service_menu ul li { margin-right: 20px; }
    .feature_service_menu ul li:last-child { margin: 0; }
    .feature_service_menu ul li a { font-size: 13px; }

    /* Case Study Customer Page */
    .case_listing_item .case_colorbox .content { font-size: 12px; }
    .case_listing_item .authorbox .details svg { height: 20px; width: 20px; display: none; }
    .case_listing_item .authorbox .details { padding-left: 0; }
    .case_listing_item .number { font-size: 32px; }
    .case_listing_item .case_colorbox { padding: 20px 10px; }

    .global_scale_wrap { flex-direction: column-reverse; text-align: center; }
    .global_scale_left, .global_scale_right { max-width: 100%; flex: 0 0 100%; padding: 0; }
    .global_scale_left { width: 550px; margin: 20px auto 0; }
    .global_scale_section { padding-bottom: 50px; }

    .improve_work_left h2 { font-size: 22px; }
    .improve_work_bgimg { min-height: 350px; }

    .story_hub_item { max-width: 33.33%; flex: 0 0 33.33%; }

    /* Upcoming Webinar */
    .up_web_left { width: 10%; }
    .up_web_middle { width: 90%; }
    .up_web_right { width: 100%; }
    .up_web_rightin { position: relative; top: auto; }
    .web_guest_wrap { margin-top: 80px; }
    .up_web_section:after { bottom: -300px; margin: auto 0; height: 660px; width: 100%; background-image: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/webmbl-bg.png); background-repeat: no-repeat; background-position: center  center; background-size: 100% 100%; }

    /* Improvement Hub Page */
    .improve_hub_col { width: calc(50% - 20px); } 
    .improve_hub_col:hover { top: 0; }

    /* Getting Started Customers Page */
    .get_cust_col { padding: 0; }
    .get_cust_img { border-radius: 0; }

    /* Getting Started Users Page */
    .get_cust_section { padding-bottom: 60px; }

    .comm_wrap.d-flex { flex-direction: column-reverse; }
    .comm_left { width: 100%; padding: 40px 0 0; }
    .comm_right { width: 100%; padding: 50px 0; }
    .comm_right img { width: 100%; }

    .download_book_left { width: 100%; }
    .download_book_right { width: 450px; text-align: center; padding: 30px 0 0; max-width: 100%; margin: 0 auto; }
    .download_book_wrap { padding: 50px; }


    /* Improvement Resources Page */
    .imp_res_wrap { flex-direction: column-reverse; }
    .imp_res_section h5 { border: 0; }
    .imp_res_right img { width: 305px; }
    .imp_res_section:after { display: none; }
    .imp_res_section .wrapper { width: 100%; padding: 0; }
    .imp_res_section .section_title { width: 720px; margin: 0 auto; padding: 0 15px; }

    .lat_resource_item { width: calc(33.33% - 30px); }
    .imp_res_right { width: 100%; text-align: center; padding: 50px 15px; position: relative; margin: 0; z-index: 1; }
    .imp_res_right:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(https://4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/simana-theme/images/meshbg.png) no-repeat center / cover; z-index: -1; background-position: bottom center; }
    .imp_res_left { width: 550px; padding: 0 15px; margin: 0 auto; }

    /* Tools */
    .pro_tool_nav ul li a { padding: 15px; }
    .toolservice_sc.colab_tool_section .tools_boxs .contents_box { width: calc(50% - 30px); }



}

@media (max-width:767px){
    .container .dnd-section > .row-fluid, .wrapper { width:100%; }

    .slick-arrow { width: 30px; height: 30px; background-size: 13px; }

    /* Homepage */
    .hero_left, .hero_right { padding-left: 20px; padding-right: 20px; }
    .hero_right { padding-top: 50px; }
    .hero_right:after { width: calc(100% - 109px); }
    .hero_right>div { box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .3), 0 0 10px 0 rgba(0, 0, 0, .1); }
    .hero_caption .content { padding-bottom: 20px; }
    .banner_logo_area .logo_title { padding-bottom: 25px; }

    .perform_section { padding: 80px 0; }
    .perform_right { margin: 0; max-width: 100%; }
    .perform_left { padding: 0; }
    .perform_leftimgbox { width: 60%; }
    .perform_rightimgbox { width: 40%; }

    .service_raw .wrapper { width: 100%; }
    .service_main_section { padding: 0 15px; }
    .service_raw { padding-left: 0; padding-right: 0; }
    .service_left { max-width: 100%; margin: 0; }

    .workflow_section .section_head { padding-bottom: 30px; }
    .workflow_left, .workflow_right { max-width: 100%; flex: 0 0 100%; }
    .workflow_wrap { flex-direction: column-reverse; }
    .workflow_raw .text { width: 100%; }
    .workflow_left { padding-top: 15px; }
    .workflow_raw h5 { text-align: left; }
    .workflow_raw { padding: 20px 15px; }

    .img_vid_box .img { height: 240px; }

    .usecase_raw h2.desk_title { display: none; }
    .usecase_list_item { width: 50%; }
    .usecase_list_wrapper { flex-wrap: wrap; }
    .usecase_list_item.res_title.res_title { display: inline-block; }

    .story_left { width: 100%; margin: 0; }
    .story_section { padding: 50px 0 60px; }
    .story_content { font-size: 18px; margin-bottom: 70px; }

    .logo_slider_img { margin: 10px; }

    /* Feature Root Page */
    .hero_section.feature_root_hero .hero_right { display: none; }
    .hero_section.feature_root_hero .hero_caption { padding-bottom: 0; }
    .toolservice_sc.feature_root_section { margin: 0; }
    .hero_section.feature_root_hero .hero_left { background: #f9f9f9; }
    body.loded .hero_section.feature_root_hero .hero_left { background: transparent; }

    .feature_service_menu { position: fixed; top: 200px; right: 0; border: 0; }
    .feature_service_menu ul { position: absolute; top: 50px; right: 0; background: #fff; width: 300px; flex-wrap: wrap; box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); padding: 0; display: none; }
    .feature_service_menu ul li { display: inline-block; vertical-align: top; width: 100%; margin: 0; }
    .feature_service_menu ul li a { font-size: 14px; padding: 10px 15px; width: 100%; border-bottom: 1px solid #eee; }
    .feature_service_menu ul li:last-child a { border: 0; }

    /* Case Study Customers Page */
    .case_listing_wrapper { width: 50%; }
    .case_listing_item { padding: 5px; }
    .case_listing_item .number span { font-size: 22px; }


    .global_scale_wrap { display: flex; flex-wrap: wrap; }

    .video_portfolio_box { margin: 220px auto 80px; }
    .video_testimonial_section .watch_btn { bottom: auto; margin: 0 auto; justify-content: center; height: auto; width: 100%; top: 50px; }
    .video_testimonial_raw:before { background: linear-gradient(0deg, rgba(74, 70, 243, 0.50) 61.14%, rgba(13, 14, 16, 0.50) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat; }

    .improve_work_wrap { margin: 0 -15px; }
    .improve_work_left { padding-bottom: 20px; }
    .improve_work_left h2 { width: 350px; max-width: 100%; }
    .improve_work_right { padding-left: 15px; }

    /* Upcoming Webinar */
    .up_web_left { display: none; }
    .up_web_middle { width: 100%; padding: 0; }
    .up_web_section:after { bottom: -150px; }

    /* Pillar Page */
    .diagram_section .wrapper { width: 100%; }

    /* Improvement Hub Page */
    .improve_hub_col { width: calc(50% - 20px); }

    /* Getting Started Customers Page */
    .get_cust_col { width: calc(100% - 30px); }

    /* Getting Started Users Page */
    .get_cust_list { max-width: 100%; flex: 0 0 100%; }
    .download_book_wrap { padding: 30px 15px; }

    /* Improvement Resources Page */
    .imp_res_section .section_title { width: 100%; }
    .lat_resource_nav ul li a { margin-bottom: 10px; }
    .lat_resource_nav ul li + li { margin-left: 0; }
    .lat_resource_nav ul li { margin-right: 8px; }
    .imp_res_left { max-width: 100%; }
    .imp_res_wrap { background: #f9f9f9; }
    body.loded .imp_res_wrap { background: transparent; }

    /* Tools */
    .intool_col { width: calc(100% - 30px); margin-bottom: 30px; }
    .intool_col .top { height: auto !important; }

    .pro_tool_wrap.desk { display: none; }
    .tool_mbl_content { display: none; }
    .tool_mbl_rawin { padding: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); position: relative; }
    .tool_mbl_title { font-size: 16px; font-weight: 700; }
    .tool_mbl_title .icon { width: 40px; }
    .tool_mbl_title .title { width: calc(100% - 40px); padding-left: 10px; }
    .tool_mbl_title .accborder { position: absolute; bottom: -1px; left: 0; width: 100%; border-bottom: solid 3px #4A46F3; transform: scaleX(0); transition: transform 0ms ease-out; } 
    .tool_mbl_rawin.active .accborder { transform: scaleX(1); transform-origin:  0% 50%; transition: transform 7000ms ease-in; }
    .tool_mbl_rawin.active { background: #fff; border-radius: 10px 10px 0px 0px; }
    .tool_mbl_rawin.active .icon img { filter: invert(41%) sepia(81%) saturate(7440%) hue-rotate(240deg) brightness(97%) contrast(96%); }
    .tool_mbl_rawin.active .tool_mbl_title .title { color: #4A46F3; }

}

@media (max-width: 600px){
    /* Case Study Customers Page */
    .story_hub_item { max-width: 50%; flex: 0 0 50%; }

    /* Pillar Page */
    .diagram_bottom { padding: 30px 15px; }
    .diagram_left { padding-right: 30px; width: calc(100% - 130px); }
    .diagram_right { width: 130px; height: 130px; }

    /* Getting Started Users Page */
    .toolservice_sc.helpfulres_sc .tools_boxs .contents_box { width: 100%; }

    /* Tools */
    .toolservice_sc.colab_tool_section { padding: 50px 0; }
    .toolservice_sc.colab_tool_section .tools_boxs .contents_box { width: calc(100% - 30px); }


}

@media (max-width: 500px){
    /* Homepage */
    .hero_right:after { width: 79%; }

    .perform_leftimgbox { width: 50%; }
    .perform_rightimgbox { width: 50%;}
    .perform_leftimgbox .img { height: 350px; }
    .perform_rightimgbox>div { height: 165px; }

    .tool_box { font-size: 13px; line-height: 1.5; height: auto !important; }

    .service_left ul { font-size: 14px; }
    .story_raw { padding: 20px; }
    .story_content:before { height: 27px; width: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='27' viewBox='0 0 30 27' fill='none'%3E%3Cpath d='M13.6706 13.8051V26.2671H0.438721V14.5172L6.91238 0.844727H13.6706L8.61972 13.8051H13.6706ZM29.9614 13.8051V26.2671H16.7296V14.5172L23.2032 0.844727H29.9614L24.9106 13.8051H29.9614Z' fill='%234A46F3'/%3E%3C/svg%3E"); }
    .story_content { padding-left: 50px; }

    .person_right { display: none; }
    .person_left { width: 100%; }
    .person_details .img { height: 45px; width: 45px; }
    .person_left .details { width: calc(100% - 45px); padding-left: 15px; }

    .get_started_raw { padding: 20px 0 30px; }

    /* Case Study Customers Page */
    .story_hub_logo { padding: 0 15px; }

    /* Pillar Page */
    .diagram_top { padding-left: 20px; padding-right: 0; }
    .diagram_bottomin { flex-direction: column-reverse; }
    .diagram_left { width: 100%; padding: 20px 0 0; }
    .diagram_right { width: 100%; height: 180px; }
    .diagram_topbox { padding-left: 20px; font-size: 13px; }

    /* Improvement Resources Page */
    .lat_resource_item .res_title { padding-right: 20px; }
    .lat_resource_item { width: calc(50% - 30px); }

    /* Improvement Hub Page */
    .improve_hub_col { width: calc(100% - 20px); }

}

@media (max-width: 450px){
    /* Case Study Customers Page */
    .story_hub_img { height: 170px; }
    .story_hub_content .story_hub_title { font-size: 14px; line-height: 22px; }
    .story_hub_wrapper { margin: 0 -10px; }
    .story_hub_item { padding: 0 10px; }

    .video_portfolio_box { width: calc(100% - 30px); padding: 30px 15px; }

    .improve_list { font-size: 15px; padding: 10px; }
    .improve_work_rightin { padding-left: 40px; }

    /* Upcoming Webinar */
    .web_guest_item { padding: 30px 15px; }
    .webtext ul { font-size: 13px; }
    .webtext ul li { width: calc(100% - 40px); margin-left: 40px; }
    .webtext ul li:before { left: -40px; }
    .up_web_section form .field.hs-form-field { margin-bottom: 20px; } 



}

@media (max-width: 400px){
    /* Improvement Resources Page */
    .lat_resource_item .res_title { font-size: 13px; line-height: 1.25; }
}

@media (max-width: 350px){
    /* Homepage */
    .usecase_list_item { width: 100%; }
}

.sub_cooki_section {
  display: none !important;
}