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


/* -- Macro Mixing --*/







/* -- Global font and color -- */














/* -- Website Header -- */












/* -- Typography -- */






























/* -- Website Button -- */
/* btn 1 */












/* btn 2 */












/* --Form -- */












/* --Footer -- */










/* */

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

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

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

    .color\:orange{ color:#EE5A2C; }
    .bg\:orange{ background-color:#EE5A2C; }

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

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

@media(min-width:768px){
    
    .hover\:primary_color:hover{ color:; }
    
    .hover\:secondary_color:hover{ color:; }
    
    .hover\:gray:hover{ color:#9E9E9E; }
    
    .hover\:orange:hover{ color:#EE5A2C; }
    
    .hover\:black:hover{ color:#161616; }
    
    .hover\:white:hover{ color:#fff; }
    
}












    
        .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%; }
.container-fluid .row-fluid .wrapper, .wrapper,
.dnd-section>.row-fluid{ float: none; max-width: 100%; margin: 0 auto; padding-left:15px; padding-right:15px; 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%; }
    
    .max-50 { max-width:50px; }
    .text-2{ font-size:2px; } 
    
    


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


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


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


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


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


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


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


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


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


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


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





@media(min-width:768px){
    .container-fluid .row-fluid .wrapper, .wrapper,
    .dnd-section>.row-fluid{ max-width:750px; }
    
        
            .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\: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){
    .container-fluid .row-fluid .wrapper, .wrapper,
    .dnd-section>.row-fluid{ max-width:970px; }
    
        
            .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\: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){
    .container-fluid .row-fluid .wrapper, .wrapper,
    .dnd-section>.row-fluid{ max-width:1260px; }
    
        
            .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\: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: 0px;
}
.m-auto{ margin-left:auto; margin-right:auto; }
.container-fluid .row-fluid .wrapper.v2:not(.padding), .wrapper.v2:not(.padding){ padding:0; }
@media(min-width:1350px){
    .container-fluid .row-fluid .wrapper.v2, .wrapper.v2 { max-width: 1300px; padding:0 15px; }
}

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

.thumb\:_1-2 {
    padding-bottom: 120%;
}
.thumb\:_1-3 {
    padding-bottom: 140%;
}
.thumb\:_1-4 {
    padding-bottom: 160%;
}
.thumb\:_1-5 {
    padding-bottom: 180%;
}

.thumb\:_2-2 {
    padding-bottom: 100%;
}
.thumb\:_2-3 {
    padding-bottom: 64%;
}
.thumb\:_2-4 {
    padding-bottom: 54%;
}
.thumb\:_2-5 {
    padding-bottom: 44%;
}


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

.font-300{ font-weight:300; }
.font-400{ font-weight:400; }
.font-500{ font-weight:500; }
.font-600{ font-weight:600; }
.font-700{ font-weight:700; }
.text-uppercase{ text-transform:uppercase; }
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 991px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 100%;
        *width: 100%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* ===== Header ====== */
.header-section { width: 100%; display: inline-block; vertical-align: top; background: rgba(255, 255, 255, 0.0); padding: 10px 0; position: absolute; top: 0; left: 0; z-index: 999;}
.header-section .left-part { width: 200px; float: left;}
.header-section .right-part { width: calc(100% - 200px); float: left; text-align: right; }
.header-section .right-part .mainmenu { width: auto; float: none; display: inline-block; vertical-align: middle; }
.header-section .right-part .header-btn { width: auto; display: inline-block; vertical-align: middle; float: none; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { display: inline-block; padding: 20px 0px 20px 0px; margin-right: 33px; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { position: relative; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a{color:#5D38DF;font-size: 14px;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a:hover{color:#5D38DF;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { position: absolute; top: 100%; z-index: 9; text-align: left; background: #5D38DF; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; width: 160px; transition: all 0.5s; opacity: 0; visibility: hidden; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 6px 10px; display: inline-block; width: 100%; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); font-size: 14px; color:#ffffff; font-family: 'Inter', sans-serif;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a { border: 0; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background: #ffffff; color: #5D38DF; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }
.header-section .wrapper { display: flex; align-items: center; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.active-branch a, .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.active a{color:#5D38DF;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li.active-branch a, .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li.active a{ ; }
.header-section .right-part .header-btn .btn { width: auto; display: inline-block; vertical-align: middle; float: none; }
.header-section .right-part .header-btn .btn-two { width: auto; display: inline-block; vertical-align: middle; float: none; }
.header-section .right-part .header-btn .btn a { font-family: 'Cabin', sans-serif;  box-shadow: none; padding: 4px 28px; font-size: 14px;}
.header-section .right-part .header-btn .btn.btn-two a { font-weight: 600; }
.header-section .right-part .header-btn .btn.btn-one a { background: transparent; color:#5D38DF; border:none; transition:all 400ms ease;padding:5px;}
.header-section .right-part .header-btn .btn.btn-one a:hover { text-decoration:underline;}
.header-section .right-part .header-btn .btn.btn-one { padding-right: 22px; }
.header-section .right-part .mainmenu .hs-menu-wrapper .header-btn { display: none;}

.header.headerfixed{/*transform: translateY(0);*/position:fixed; background:#f3f2f3;}

header {background: rgba(255, 255, 255, 0.0); }
@media (min-width:992px){
.header-section .right-part .mainmenu .hs-menu-wrapper { display: block !important;}
}

@media (max-width:991px){

    .mainmenu, .mainmenu *{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;color: ;}
    a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 16px; right: 15px; width: 44px; height: 44px; padding: 12px 10px;
        background: #5d38df; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
        border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
    a.mobile-trigger:hover { text-decoration: none; color: ;}
    a.mobile-trigger span{ display: inline;}
    a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
    a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
        background-color: ; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

    /* Change button when menu is open */
    .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: #5d38df; }
    .mobile-open a.mobile-trigger span:after{ opacity: 1; }

    /* Toggle Button Icon & Animations */
    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: 24px; height: 3px; background-color: #fff; display: inline-block;}
    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);}

    /* Child Toggle Button */
    span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; 
        padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20);}
    span.child-triggerm:hover { text-decoration: none;}

    /* Child Toggle Button Icon & Animations */
    span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    span.child-triggerm span:after { position: absolute; content: '';}
    span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block;}
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
    span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}
    span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}
    span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}

    /* Menu Styles on Mobile Devices */ 
    .mainmenu.js-enabled .hs-menu-flow-horizontal,.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; top: 100%; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); padding:0; background: rgba(14, 8, 34, 1);}
    .mainmenu .hs-menu-flow-horizontal{ padding: 40px 0 0 0; background-color: ; width: 100%; z-index: 8888;}
    .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
    .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;}
    .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px dotted rgba(255, 255, 255, .35); }
    .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
    .mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: ; }
    .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
    .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;}


    .header-section{position:relative;padding: 15px 0;}
    .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li{padding:0;}
    .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a {color:#fff;}
    .header-section .right-part .mainmenu .hs-menu-wrapper .header-btn { display: block;padding: 15px 15px 20px;}
    .header-section .right-part .header-btn { display: none;}
    .header-section .wrapper { max-width: 100%;}
    .header-section .right-part .header-btn .btn.btn-one a { color: #fff; border: 2px solid #fff; padding: 9px 25px; }
    .header-section .right-part .header-btn .btn.btn-two a { border: 2px solid #fff; padding: 9px 25px; }
    .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { transition: inherit; width: 100%; box-shadow: none; }
    .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { line-height: normal; padding: 13px 10px; }   
    .header { background-color:#f3f2f3;}
}








/* ===== Footer Section ===== */

.footer-section { background: #0E0822; }
.footer-section .content {color:#ffffff; font-weight: normal; font-size: 16px; line-height: 22px; max-width: 200px;}
.footer-section h3 { color:#ffffff; font-weight: 500; font-size: 22px; line-height: 27px;}
.footer-section .footer-menu ul li a { color:#ffffff; font-weight: normal; font-size: 18px; line-height: 35px; display:inline-block;} 
.footer-section .footer-menu ul li a:hover{ color:#5D38DF; }
.footer-section .footer-logo { max-width: 200px; width: 100%;margin:0 auto;}
.footer-section .footer-logo img { width: 125px; }
.footer-section .right-part .row {justify-content:center; padding:25px 0;}
.footer-section .footer-menu {padding:0 15px;}
.footer-section .footer-menu a {color:rgba(255,255,255,0.5); padding:0 20px; transition:all 400ms ease;}
.footer-section .footer-menu a:hover {color:rgba(93,56,223,1.0);}
.footer-section .right-part .policy {text-align:center; margin:0 auto; color:rgba(255,255,255,0.2);}
.footer-section .right-part .policy a { color:rgba(255,255,255,0.2); }

.footer-section .left-part {margin: 0 auto; }
.bottom-footer {  background: #0E0822;}
.bottom-footer .copyright{font-size: 16px;color:#ffffff; font-weight: normal;}
.bottom-footer .cover { border-top: 1px solid rgba(255, 255, 255, 0.24); }
.bottom-footer .social ul li { display: inline-block; vertical-align: top; padding: 0 5px; }
.bottom-footer .social ul li a { display: inline-block; height: 35px; width: 35px; background: #2c617c; border-radius: 50%; line-height: 35px; color: #fff; }
.bottom-footer .social ul li a:hover { background: #5d38df; }


@media (max-width:991px){
  .footer-section .right-part .row {text-align:center;}
  .footer-section .right-part .row .box {width:50%;}
}
@media (max-width:767px){
  .footer-section .right-part .row .box {width:100%;}
}
@media (max-width:480px){
.footer-section .footer-menu ul li a { font-size: 15px; line-height: 30px;}
    
}
:root{
  --primary_font:'font-family: 'Mulish', sans-serif;
  --secondary_font:'Lexend', sans-serif;
  --primary_color:#5D38DF;
  --secondary_color:#531fdb;
  --title_color:#3F3F3F;
}
*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  }
html {scroll-behavior: smooth;}
body {font-family: Mulish; font-size:18px; font-weight: regular; font-style: regular; line-height:28px; color:#000000; background:#F3F2F3;  margin:0; padding:0; overflow-x:hidden; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
p{margin:0; padding:0;}
.clear { clear:both }
a { text-decoration:none; outline:none; color:#0E0822; /*font-size: 18px;*/ font-weight: 400; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition:all 0.5s; cursor:pointer;}
a:hover{color:#0270e0;}
ul{list-style-type:none;margin:0;padding:0;}
h1{ font-family:Mulish;font-family:Mulish; font-size: 68px; color: #000000; color: #161616; font-weight: regular; font-style: regular; line-height: 1.05; margin:0; padding:0; clear:both; }
h2{ font-family:Mulish;font-family:Mulish; font-size: 32px; color: #000000;color: #161616; font-weight: regular; font-style: regular;line-height: 1.2; margin:0; padding:0; clear:both; }
h3{ font-family:Mulish;font-family:Mulish; font-size: 28px; color: #000000; color: #161616; font-weight: regular; font-style: regular;line-height: 1.1; margin:0; padding:0; clear:both; }
h4{ font-family:Mulish; font-family:Mulish; font-size: 22px; color: #000000; color: #0E0822; font-weight: regular; font-style: regular;line-height: 1.1; margin:0; padding:0; clear:both; }
h5{ font-family:Mulish;font-family:Mulish; font-size: 20px; color: #000000; color: #0E0822; font-weight: regular; font-style: regular;line-height: 1.1; margin:0; padding:0; clear:both; }
h6{ font-family:Mulish;font-family:Mulish; font-size: 18px; color: #000000; color: #0E0822; font-weight: regular; font-style: regular;line-height: 1.1; margin:0; padding:0; clear:both; }
@media(max-width:991px){
  h1 { font-size: 50px; }
}

@media(max-width:767px){
  h1 { font-size: 40px; }
  h2 { font-size: 37px; }
}
@media(max-width:600px){
  h2 { font-size: 26px; }
  h3 { font-size: 25px; }
}
.row-fluid [class*="span"] { min-height:0px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.row-fluid a.cta_button, a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #b7bec5; background:#F3F3F4; height:45px; padding:0 20px; font-family: Mulish; font-size:16px; width:100%; border-radius: 5px;}
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
 input[type=submit] , button { width:auto; border:none; cursor:pointer; background:#5D38DF; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; }


.row-fluid form textarea { min-height: 170px; resize:  none; padding:  15px; font-family: Mulish; }

.submitted-message { text-align:  center;  position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; }
.submitted-message p{color: var(--gray-500, #556987);text-align: center;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px;padding: 10px 0;}
.row-fluid .field.hs-form-field + .hs_error_rollup { display:none; }



.desktop {display:inline-block;}
.mobile {display:none;}



.stand-accordion .faq-box { background: #FFFFFF; box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 10px;}
.stand-accordion .faq-box .faq-title{color: #3F3E3E; position:relative; cursor:pointer;}
.stand-accordion .faq-box .faq-content{color: #777777;}
.stand-accordion .faq-box .faq-title.active:before {content: '-';}
.stand-accordion .faq-box .faq-title:before {content: '+';top: 50%;left: auto;right: 0;transform: translateY(-50%);position: absolute;font-size: 34px;color: #5D38DF;}


ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 1rem; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.related-section .box h4 a:hover { color: #0E0822!important; }
.blog-home .box h4 a:hover { color: #0E0822!important; }
.featured-webinar .box h4 a:hover { color: #0E0822!important; }
.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:2px;  content:''; width:20px; height:20px; border:1px solid #d2d2d3; color:#fafafa; background:#F3F3F4; border-radius: 3px;}
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:2px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.row-fluid .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%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

.hs-form .legal-consent-container a { color: #5D38DF; font-weight: normal; font-size: 14px;}
.hs-form .hs-form-field label { font-size: 14px;}
.hs-form .legal-consent-container .hs-richtext{color: #7E7E7E; font-weight: normal; font-size: 12px; line-height: 16px;}
.row-fluid .hs-form fieldset select.hs-input{ appearance: none; -webkit-appearance: none; font-size: 14px; background-image: url(https://f.hubspotusercontent00.net/hubfs/395201/down-arrow.svg); background-repeat: no-repeat; background-position: 95% center;}
.hs-form .legal-consent-container{ padding: 20px 0;}
.row-fluid .inputs-list li.hs-form-booleancheckbox { padding-top: 10px;}


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}
h3.form-title{color:#ffffff;}
form { background-color: #ffffff; }

.button-one a{display:inline-block; background:rgba(93, 56, 223, 1.0); color:#ffffff; border:2px solid #5d38df; border-radius:50px; font-size:17px; padding:10px 20px; outline: none; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);}
.button-one a:hover{ background:rgba(93, 56, 223, 0.12); color:#5D38DF; border-color:/*rgba(93,56,223,.12)*/transparent; box-shadow:none;}

.button-two a{display:inline-block; background:rgba(255, 255, 255, 0.0); color:#5D38DF; border:2px solid #5D38DF; border-radius:50px; font-size:17px; padding:10px 20px; outline: none;}
.button-two a:hover{ background:rgba(93, 56, 223, 0.12);  color:#5D38DF; border-color:rgba(93,56,223,.12);box-shadow:none;}

.button-three a{display:inline-block; background:transparent; color:#fff; border:2px solid #fff; border-radius:50px; font-size:17px; padding:10px 20px; outline: none;}
.button-three a:hover{ background:#5D38DF;  color:#fff; border-color:#5D38DF;box-shadow:none;}

.button-four a{display:inline-block; background:transparent; color:#000; border:2px solid #000; border-radius:50px; font-size:17px; padding:10px 20px; outline: none;}
.button-four a:hover{ background:#000;  color:#FFF; border-color:#000;box-shadow:none;}

.button-arrow a {color:#5D38DF; font-weight:700; }
.button-arrow a:after {position:absolute; content:''; margin-top:11px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Thank%20You%20Page/ArrowBendRightDown.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow a:hover:after { margin-left: 14px;}

.button-arrow-straight a {color:#5D38DF; font-weight:700; }
.button-arrow-straight a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Blog-Development/right-arrow.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow-straight a:hover:after { margin-left: 14px;}

.button-arrow-down a {color:#5D38DF; font-weight:700; }
.button-arrow-down a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Blog-Development/Arrow-down.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow-down a:hover:after { margin-left: 14px;}



.copy-button a{display:inline-block; padding:8px 45px;border-radius: 51.271px;border: 1.025px solid var(--d-bright-purple, #5D38DF);color: var(--d-bright-purple, #5D38DF);text-align: center;font-size: 10.254px;font-style: normal;font-weight: 600;line-height: normal;}
.copy-button a:hover{ background:#5D38DF; color:#FFF; border-color:#5D38DF;box-shadow:none;}


.alert-banner .cover { background: #5D38DF; box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); border-radius: 15px;}
.alert-banner .btn-strip .dismiss-btn a { color: #FFFFFF; font-weight: normal; font-size: 15px; }
/*.alert-banner .btn-strip .learn-btn a { display: inline-block; background: #FFFFFF; border-radius: 50px; font-weight: normal; font-size: 15px; color: #3F3E3E; padding: 11px 30px; }
.alert-banner .btn-strip .learn-btn a:hover { background: #3F3E3E; color: #FFFFFF; }*/
.alert-banner .btn-strip .learn-btn a{display:inline-block; background:#fff; color:#3f3f3f; border:none; border-radius:50px; font-size:17px; padding:10px 40px; outline: none;}
.alert-banner .btn-strip .learn-btn a:hover{ background:#3f3f3f; color:#5D38DF; border:none;;}

.alert-banner .btn-strip .dismiss-btn {padding-left: 30px;}
.alert-banner .btn-strip .dismiss-btn a:hover { color: #3F3E3E; }

.widget-type-rich_text ul[style="list-style-type: circle;"] { list-style: none !important; padding-left:15px;}
.widget-type-rich_text ul[style="list-style-type: circle;"] li {position:relative; }
.widget-type-rich_text ul[style="list-style-type: circle;"] li:before { background-color: transparent; border: 3px solid #5D38DF; border-radius: 100%; content: ""; height: 6px; left: -15px; position: absolute; top: 12px; width: 6px; }
.widget-type-rich_text ul[style="list-style-type: square;"] { list-style: none !important; padding-left:15px;}
.widget-type-rich_text ul[style="list-style-type: square;"] li {position:relative;padding-left:15px;}
.widget-type-rich_text ul[style="list-style-type: square;"] li:before { background-color: #5D38DF; content: ""; width: 6px; left: -15px; position: absolute; top: 12px; height: 6px; border-radius: 0; }

.widget-type-rich_text ul , .widget-type-rich_text ul[style="list-style-type: disc;"] { list-style: none !important; padding-left:15px;}
.widget-type-rich_text ul[style="list-style-type: disc;"] li {position:relative;}
.widget-type-rich_text ul li {position:relative;}
.widget-type-rich_text ul li:before , .widget-type-rich_text ul[style="list-style-type: disc;"] li:before { background-color: #5D38DF; border-radius: 100%; content: ""; width: 6px; left: -15px; position: absolute; top: 12px; height: 6px; }


.form-card ul[style="list-style-type: circle;"] { list-style: none !important; padding-left:15px;}
.form-card ul[style="list-style-type: circle;"] li {position:relative; }
.form-card ul[style="list-style-type: circle;"] li:before { background-color: transparent; border: 3px solid #5D38DF; border-radius: 100%; content: ""; height: 6px; left: -15px; position: absolute; top: 12px; width: 6px; }
.form-card ul[style="list-style-type: square;"] { list-style: none !important; padding-left:15px;}
.form-card ul[style="list-style-type: square;"] li {position:relative;padding-left:15px;}
.form-card ul[style="list-style-type: square;"] li:before { background-color: #5D38DF; content: ""; width: 6px; left: -15px; position: absolute; top: 12px; height: 6px; border-radius: 0; }

.form-card ul , .form-card ul[style="list-style-type: disc;"] { list-style: none !important; padding-left:15px;}
.form-card ul[style="list-style-type: disc;"] li {position:relative;}
.form-card ul li {position:relative;}
.form-card ul li:before , .widget-type-rich_text ul[style="list-style-type: disc;"] li:before { background-color: #5D38DF; border-radius: 100%; content: ""; width: 6px; left: -15px; position: absolute; top: 12px; height: 6px; }

.fpo {position:relative; z-index:2;}
.fpo .cs_thumb_wrapper {padding:0;}

.flexy {display:flex;}
.image-text-icons {width:100%; position:relative; margin-top:-20px;z-index:1;}
.image-text-icons .flexy {align-items:center;}
.image-text-icons .left {width:50%;}
.image-text-icons .right{width:50%; padding:50px; max-width:700px;}
.image-text-icons .right .icon-list {width:100%;padding-top:10px;}
.image-text-icons .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.image-text-icons .right .icon-list .outer-icon { width:10%; }
.image-text-icons .right .icon-list .outer-icon .inner-icon { background:#EFEBFF;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.image-text-icons .right .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.image-text-icons .right .icon-list .list-text {width:90%; font-weight:700;color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;font-weight: 700;line-height: normal;}
.image-text-icons .right .icon-list .list-text.short {max-width:300px;}

.image-text-icons-partner {width:100%; position:relative; margin-top:-20px;z-index:1; background:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Partner/partner-page-bg.svg); background-size:cover;}
.image-text-icons-partner .flexy {align-items:center;}
.image-text-icons-partner .left {width:50%;}
.image-text-icons-partner .right{width:50%; padding:50px; max-width:700px;}
.image-text-icons-partner .right .icon-list {width:100%;padding-top:10px;}
.image-text-icons-partner .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.image-text-icons-partner .right .icon-list .outer-icon { width:10%; }
.image-text-icons-partner .right .icon-list .outer-icon .inner-icon { background:#EFEBFF;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.image-text-icons-partner .right .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.image-text-icons-partner .right .icon-list .list-text {width:90%; font-weight:700;color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;font-weight: 700;line-height: normal;}
.image-text-icons-partner .right .icon-list .list-text.short {max-width:300px;}
.image-text-icons-partner .right .content {padding:20px 0 10px;}
.image-text-icons-partner .right .icon-content { padding:10px 0 10px; }
.image-text-icons-partner .right .icon-content ul { }
.image-text-icons-partner .right .icon-content ul li {list-style-type:none; position:relative; padding:5px 0; padding-left:25px;}
.image-text-icons-partner .right .icon-content ul li:before {background:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Partner/check-circle.svg); background-size:cover; content: ""; width: 20px; left: -5px; position: absolute; top: 10px; height: 20px;  }



.webinar-speakers {width:100%; position:relative; margin-top:-20px;z-index:1;background:transparent; position:relative; z-index:1; padding:0;}
.webinar-speakers .outer-wrap { margin-left:100px; margin-top:-150px; position:absolute;top:0; right:0; left:5%;}
.webinar-speakers .flexy {align-items:center;}
.webinar-speakers .right{width:60%; padding:50px; background:#E5F8FA; min-height:420px;}
.webinar-speakers .left{width:40%; padding:50px; background:#D4EDF0;min-height:420px;}
.webinar-speakers h3 { color: var(--d-teal, #39CBD7);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.webinar-speakers .left .icon-list {width:100%;}
.webinar-speakers .left .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.webinar-speakers .left .icon-list .outer-icon { width:auto; margin-right:25px; }
.webinar-speakers .left .icon-list .outer-icon .inner-icon { background:#E5F8FA;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.webinar-speakers .left .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.webinar-speakers .left .icon-list .list-text {width:90%; font-weight:700;color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;font-weight: 700;line-height: normal;}
.webinar-speakers .left .icon-list .list-text.short {max-width:300px;}
.webinar-speakers .right .icon-list {width:100%;}
.webinar-speakers .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.webinar-speakers .right .icon-list .outer .texty {display:flex;flex-wrap:wrap; width:85%;}
.webinar-speakers .right .icon-list .outer .texty .list-text {width:100%;color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.webinar-speakers .right .icon-list .outer .texty .speaker-position {color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 400;line-height: 28px;}
.webinar-speakers .right .icon-list .outer-icon { width:auto; margin-right:25px; }
.webinar-speakers .right .icon-list .outer-icon .inner-icon { border-radius:50%; width:100%; display:block; text-align:center; max-width:75px;}
.webinar-speakers .right .icon-list .inner-icon img {width:75px; height:75px; }
.webinar-speakers .right .icon-list .list-text.short {max-width:300px;}




.ebook-speakers {width:100%; position:relative; margin-top:-20px;z-index:1;background:transparent; position:relative; z-index:1; padding:150px 0;}
.ebook-speakers .outer-wrap { margin-left:100px; margin-top:-150px; position:absolute;top:0; right:0; left:5%;}

.ebook-speakers .right{width:60%; padding:50px; background:#E5F8FA; min-height:420px;}
.ebook-speakers .left{width:40%; padding:50px; background:#D4EDF0;min-height:420px;}
.ebook-speakers h3 { color: var(--d-teal, #39CBD7);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.ebook-speakers .left .icon-list {width:100%;}
.ebook-speakers .left .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.ebook-speakers .left .icon-list .outer-icon { width:auto; margin-right:25px; }
.ebook-speakers .left .icon-list .outer-icon .inner-icon { background:#E5F8FA;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.ebook-speakers .left .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.ebook-speakers .left .icon-list .list-text {width:90%; font-weight:700;color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;font-weight: 700;line-height: normal;}
.ebook-speakers .left .icon-list .list-text.short {max-width:300px;}
.ebook-speakers .right .inner-flex {display:flex; align-items:center;padding:20px 0;}
.ebook-speakers .right .inner-flex .inner-left {flex: 0 0 40%; width:40%;}
.ebook-speakers .right .inner-flex .inner-left video {border-radius:20px;}
.ebook-speakers .right .inner-flex .inner-left iframe {border-radius:20px;}
.ebook-speakers .right .inner-flex .inner-right {flex: 0 0 55%; width:55%;}
.ebook-speakers .right .icon-list {width:100%;}
.ebook-speakers .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.ebook-speakers .right .icon-list .outer .texty {display:flex;flex-wrap:wrap; width:85%;}
.ebook-speakers .right .icon-list .outer .texty .list-text {width:100%;color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.ebook-speakers .right .icon-list .outer .texty .speaker-position {color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 400;line-height: 28px;}
.ebook-speakers .right .icon-list .outer-icon { width:auto; margin-right:25px; }
.ebook-speakers .right .icon-list .outer-icon .inner-icon { border-radius:50%; width:100%; display:block; text-align:center; max-width:75px;}
.ebook-speakers .right .icon-list .inner-icon img {width:75px; height:75px; }
.ebook-speakers .right .icon-list .list-text.short {max-width:300px;}


.blue-inset { position:relative; background-color:#f3f2f3; background:transparent;/*background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/bg-vector-cut3.svg');*/background-position:top; background-size:100%; background-size:cover; background-repeat:no-repeat;}
.blue-inset .wrapper {background: #E5F8FA; padding:60px 30px;}
.blue-inset .wrapper .image {padding:15px; max-width:90%; margin:0 auto; display:inline-block;}
.blue-inset .wrapper .image img {width:100%; max-width:100%;}

.about-hero { position:relative;background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/About/about-hero.svg');background-position:bottom; background-size:100%; background-size:cover; background-repeat:no-repeat;}
.about-hero .wrapper {padding:60px 30px;}
.about-hero .wrapper .image {padding:15px; max-width:70%; margin:0 auto; display:inline-block;}
.about-hero .wrapper .image img {width:100%; max-width:100%;}

.about-content { position:relative;background-color:#f3f2f3;}
.about-content .wrapper {padding:60px 30px;}
.about-content .wrapper .image {padding:15px; max-width:90%; margin:0 auto; display:inline-block;}
.about-content .wrapper .image img {width:100%; max-width:100%;}

.about-team-members { position:relative;background-color:#f3f2f3;}
.about-team-members .wrapper {padding:60px 30px;}
.about-team-members .members {display:flex; flex-wrap:wrap; align-items:flex-start; padding-top:50px;}
.about-team-members .members-inner {width:calc(100% / 4); margin-bottom:50px;}
.about-team-members .members-inner .team-member-image {padding-bottom:10px;}
.about-team-members .members-inner .team-member-image img { width:115px; height:115px; border-radius:100%;}
.about-team-members .members-inner .name {color: var(--gray-800, #333F51);text-align: center;font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 800;line-height: 36.523px;padding-top:15px; }
.about-team-members .members-inner .position {color: #39CBD7;text-align: center;font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 400;line-height: 36.523px; padding:15px 0;}

.cs-speakers {width:100%; position:relative; margin-top:-20px;z-index:1;background:transparent; position:relative; z-index:1; padding:150px 0;}
.cs-speakers .outer-wrap { margin-left:100px; margin-top:-150px; position:absolute;top:0; right:0; left:5%;}
.cs-speakers .flexy {align-items:center;}
.cs-speakers .right{width:60%; padding:50px; background:#E5F8FA; min-height:420px;}
.cs-speakers .left{width:40%; padding:50px; background:#D4EDF0;min-height:420px;}
.cs-speakers h3 { color: var(--d-teal, #39CBD7);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.cs-speakers .left .icon-list {width:100%;}
.cs-speakers .left .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.cs-speakers .left .icon-list .outer-icon { width:auto; margin-right:25px; }
.cs-speakers .left .icon-list .outer-icon .inner-icon { background:#E5F8FA;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.cs-speakers .left .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.cs-speakers .left .icon-list .list-text {width:90%; font-weight:700;color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;font-weight: 700;line-height: normal;}
.cs-speakers .left .icon-list .list-text.short {max-width:300px;}
.cs-speakers .right .inner-content {padding:10px 0;max-width:700px;}
.cs-speakers .right .inner-flex {display:flex; align-items:center;padding:20px 0;}
.cs-speakers .right .inner-flex .inner-left {width:50%;padding-right:50px;}
.cs-speakers .right .inner-flex .inner-left video {border-radius:20px;}
.cs-speakers .right .inner-flex .inner-left iframe {border-radius:20px;}
.cs-speakers .right .inner-flex .inner-right {width:50%;}


.kh-speakers {width:100%;background: #E3E1FF;padding:60px 0; position: relative; margin-top:92px}
.kh-speakers .outer-wrap {position:relative;}
.kh-speakers .flexy {align-items:center; gap:40px;}
.kh-speakers .right{width:60%; background:#E3E1FF;}
.kh-speakers .left{width:40%; background:#E3E1FF;}
.kh-speakers h3 { color: var(--d-teal, #39CBD7);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 28px;}
.kh-speakers .left iframe {border-radius:20px;}
.kh-speakers .left video {border-radius:20px;}
.kh-speakers .left img {border-radius:20px;}
.kh-speakers .right .inner-content {padding:10px 0;max-width:700px;}
.kh-speakers .right .inner-flex {display:flex; align-items:center;padding:20px 0;}
.kh-speakers .right .inner-flex .inner-left {width:50%;padding-right:50px;}
.kh-speakers .right .inner-flex .inner-left video {border-radius:20px;}
.kh-speakers .right .inner-flex .inner-left iframe {border-radius:20px;}
.kh-speakers .right .inner-flex .inner-right {width:50%;}




.overlay-text-icons {width:100%; position:relative;z-index:1;}
.overlay-text-icons .flexy {align-items:center;}
.overlay-text-icons .left {width:50%;position:relative;}
.overlay-text-icons .left:before {content:''; z-index:1;position:absolute; bottom:0; right:-1px; background-image: url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/Rounded%20masking%20shape.svg');position: absolute;background-repeat: no-repeat;background-size: cover; width:100%; height:100%;}
.overlay-text-icons .left img {position:relative;position: relative;/*max-width: 75%;*/margin: 0 auto;text-align: center;display: inherit;}
.overlay-text-icons .right{width:50%; padding:50px;}
.overlay-text-icons .right .icon-list {width:100%;}
.overlay-text-icons .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.overlay-text-icons .right .icon-list .outer-icon { width:10%; }
.overlay-text-icons .right .icon-list .outer-icon .inner-icon { background:#EFEBFF;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.overlay-text-icons .right .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.overlay-text-icons .right .icon-list .list-text {width:90%; color: #0E0822;font-size: 24px;font-family: Mulish;font-style: normal;line-height: normal;}
.overlay-text-icons .right .icon-list .list-text.short {max-width:300px;}
.overlay-text-icons .right .icon-list .list-text.full {width:100%;}



.image-text-content {width:100%;}
.image-text-content .flexy {align-items:center;}
.image-text-content .left {width:50%;}
.image-text-content .right{width:50%;}
.image-text-content .right .icon-list {width:100%;}
.image-text-content .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.image-text-content .right .icon-list .outer-icon { width:10%; }
.image-text-content .right .icon-list .outer-icon .inner-icon { background:#EFEBFF;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.image-text-content .right .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.image-text-content .right .icon-list .list-text {width:90%;}


.webinar-two-col {width:100%;}
.webinar-two-col .flexy {align-items:center;}
.webinar-two-col .left {width:50%; padding:50px; max-width:600px;}
.webinar-two-col .right{width:50%;position:relative;}
.webinar-two-col .right svg {transform: rotate(90deg); margin-left:-20px; position:relative; z-index:-1;max-width:100%; width:100%;height:100%; fill: #5D38DF;filter: drop-shadow(0px 0px 0px rgba(47, 28, 113, 0.10)) drop-shadow(0px 24.16667938232422px 48.33335876464844px rgba(47, 28, 113, 0.10)) drop-shadow(-24.16667938232422px 72.50003814697266px 72.50003814697266px rgba(47, 28, 113, 0.09)) drop-shadow(-48.33335876464844px 169.16676330566406px 96.66671752929688px rgba(47, 28, 113, 0.05)) drop-shadow(-72.50003814697266px 290.0001525878906px 120.8333969116211px rgba(47, 28, 113, 0.01)) drop-shadow(-120.8333969116211px 459.1669006347656px 145.0000762939453px rgba(47, 28, 113, 0.00));}
.webinar-two-col .right img { filter: drop-shadow(0px 0px 0px rgba(47, 28, 113, 0.10)) drop-shadow(0px 24.16667938232422px 48.33335876464844px rgba(47, 28, 113, 0.10)) drop-shadow(-24.16667938232422px 72.50003814697266px 72.50003814697266px rgba(47, 28, 113, 0.09)) drop-shadow(-48.33335876464844px 169.16676330566406px 96.66671752929688px rgba(47, 28, 113, 0.05)) drop-shadow(-72.50003814697266px 290.0001525878906px 120.8333969116211px rgba(47, 28, 113, 0.01)) drop-shadow(-120.8333969116211px 459.1669006347656px 145.0000762939453px rgba(47, 28, 113, 0.00));}
.webinar-two-col .right .bg { background: #2f1c70;border-radius: 912px;filter: blur(75px);height: 100%;width: 100%;position: absolute;z-index: -2;}
.webinar-two-col .right .icon-list {width:100%;}
.webinar-two-col .right .icon-list .outer {width:100%;display:flex;align-items:center; padding-top:25px;}
.webinar-two-col .right .icon-list .outer-icon { width:10%; }
.webinar-two-col .right .icon-list .outer-icon .inner-icon { background:#EFEBFF;border-radius:50%; width:100%; display:block; text-align:center; max-width:50px;}
.webinar-two-col .right .icon-list .inner-icon img { padding:12px; width:50px; height:50px; }
.webinar-two-col .right .icon-list .list-text {width:90%;}

.quote-section.webinar {position:relative; margin-top:-100px;z-index:1;background-color: #E5F8FA;}
.quote-section .box .content{ line-height:22px; }
.quote-section .wrapper .title {text-align:center; }
.quote-section .box .icon {width:40px; height:40px; border-radius:50%; background-color:#CFCCED;display:flex; align-items:center; justify-content:center;}
.quote-section .box .icon img {height:20px; width:20px;}
.quote-section .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.quote-section .box .box-details .persona .position { color:#59585E; line-height:1.5;}

.quote-section.partner {position:relative; margin-top:0px; background:#E3E1FF;margin-left:100px;margin-bottom:-50px;}
.quote-section.partner .box .content{ line-height:22px; }
.quote-section.partner .wrapper { background:transparent;}
.quote-section.partner .wrapper .title {text-align:center; }
.quote-section.partner .box .icon {width:40px; height:40px; border-radius:50%; background-color:#5D38DF;display:flex; align-items:center; justify-content:center;}
.quote-section.partner .box .icon img {height:20px; width:20px;}
.quote-section.partner .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.quote-section.partner .box .box-details .persona .position { color:#59585E; line-height:1.5;}


.partner-form {position:relative; margin-top:0px; background:#f3f2f3;}
.partner-form .box .content{ line-height:22px; }
.partner-form .wrapper {background:#E3E1FF;margin-top:150px!important; margin-bottom:50px!important;}
.partner-form .wrapper .title {padding-bottom:30px; }
.partner-form .box .icon {width:40px; height:40px; border-radius:50%; background-color:#5D38DF;display:flex; align-items:center; justify-content:center;}
.partner-form .box .icon img {height:20px; width:20px;}
.partner-form .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.partner-form .box .box-details .persona .position { color:#59585E; line-height:1.5;}
.partner-form form { padding: 0 25px; background:transparent; width:100%; display:flex;flex-wrap:wrap; align-items:flex-start;}
.partner-form .hs-form fieldset select.hs-input {background-color:#fff;border-radius: 200px;}
.partner-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.partner-form form .hs-submit .hs-button {width:100%; margin-top:0px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);max-width:250px;}
.partner-form fieldset {width:100%;max-width:100%;}
.partner-form .hs-form .hs-form-field {text-align:left;}
.partner-form .inputs-list input[type=checkbox]:checked+span:before { background: #FFF;border-color: #D5DAE1;color:#5d38df; }
.partner-form .inputs-list input[type=checkbox]:checked+span:after { color:#5d38df; }
.partner-form fieldset.form-columns-2 {width:60%;}

@media (min-width:962px){
.partner-form form fieldset:nth-child(3){  flex: 0 0 36%; margin-top: -85px;margin-left: 25px;}
}
.partner-form .hs_submit.hs-submit { width:100%;}

.eco-partner-form {position:relative; margin-top:0px; background:#f3f2f3; padding-bottom:70px;}
.eco-partner-form .box .content{ line-height:22px; }
.eco-partner-form .wrapper {background:#CCCAEA;}
.eco-partner-form .wrapper .title {padding-bottom:30px; }
.eco-partner-form .box .icon {width:40px; height:40px; border-radius:50%; background-color:#5D38DF;display:flex; align-items:center; justify-content:center;}
.eco-partner-form .box .icon img {height:20px; width:20px;}
.eco-partner-form .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.eco-partner-form .box .box-details .persona .position { color:#59585E; line-height:1.5;}
.eco-partner-form form { padding: 0 25px; background:transparent; width:100%; display:flex;flex-wrap:wrap; align-items:flex-start; position:relative;}
.eco-partner-form .hs-form fieldset select.hs-input {background-color:#fff;border-radius: 200px;}
.eco-partner-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.eco-partner-form form .hs-submit .hs-button {width:100%; margin-top:0px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);max-width:250px;}
.eco-partner-form fieldset {width:100%;max-width:100%;}
.eco-partner-form .hs-form .hs-form-field {text-align:left;}
.eco-partner-form .inputs-list input[type=checkbox]:checked+span:before { background: #FFF;border-color: #D5DAE1;color:#5d38df; }
.eco-partner-form .inputs-list input[type=checkbox]:checked+span:after { color:#5d38df; }
.eco-partner-form fieldset.form-columns-2 {width:60%;}
.eco-partner-form fieldset.form-columns-1 { width:40%; padding-left:20px;position:absolute; top:0; right:0;}
.eco-partner-form .hs_submit.hs-submit { width:100%;margin-top:25px;}
.eco-partner-form fieldset.form-columns-3 { width:60%;}
.eco-partner-form fieldset.form-columns-3 .input {margin-right:0!important;}
.eco-partner-form fieldset.form-columns-3 .field:nth-child(1) { width:25%;}
.eco-partner-form fieldset.form-columns-3 .field:nth-child(2) { width:25%;}
.eco-partner-form fieldset.form-columns-3 .field:nth-child(3) { width:50%;}
.eco-partner-form .hs-form .hs-form-field label {color:#000;}

.logo-opt-out {width:100%; position:relative; background:#2F1C70;padding:50px 0;}
.logo-opt-out .flexy {display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.logo-opt-out .flexy .left { width:40%;}
.logo-opt-out .flexy .left h2 {color:#fff;}
.logo-opt-out .flexy .right {width:60%; }
.logo-opt-out .flexy .right form { padding: 0 25px; background:transparent; width:100%; display:flex;flex-wrap:wrap; align-items:center; position:relative;}
.logo-opt-out .flexy .right .hs-form fieldset select.hs-input {background-color:#fff;border-radius: 200px;}
.logo-opt-out .flexy .right form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.logo-opt-out .flexy .right form .hs-submit .hs-button {width:100%;line-height:1; margin-top:0px; border-radius: 200px;background:transparent; border: 2px solid #fff; margin-top:20px; margin-left:15px; color: #fff;box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);max-width:250px;}
.logo-opt-out .flexy .right form .hs-submit .hs-button:hover {background:#fff; color:#2f1c70;}
.logo-opt-out .flexy .right .hs-form .hs-form-field label {color:#fff!important;}
.logo-opt-out .flexy .right form .input input {height:40px;}

.blue-content {width:100%;background-color: #FFF;overflow:hidden;}
.blue-content .bg-offset { z-index: 1; background: #F3F2F3;height: 100px;position: relative;width: 100%;}
.blue-content-inner {width:100%;background-color: #E5F8FA;margin-left: 100px;width: 100%;background-color: #E5F8FA; margin-left: 100px; z-index: 2;position: relative; margin-top: -100px;}
.blue-content .wrapper { position: relative; z-index: 1;}
.blue-content .flexy {display:flex; flex-wrap:wrap; align-items:center; margin-left:-100px; padding:100px 0;}
.blue-content .flexy .left {width:50%;}
.blue-content .right {position:relative;height:200px;}
.blue-content .right img {    position: absolute;right: 5%;max-width: 635px;bottom: 0;}


.save-my-spot {margin-bottom:100px;}
.save-my-spot .box .content{ line-height:22px; }
.save-my-spot .wrapper { background-color:#D7F0F2; }
.save-my-spot .wrapper .title {text-align:center; }
.save-my-spot .inner { display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
.save-my-spot .inner h3 {padding-right:25px; padding-bottom:25px;}

.lead-section .wrapper2 .wrapper .row .left-part {width:50%;}
.lead-section .wrapper2 .wrapper .row .right-part {width:50%;}

.lead-section .wrapper .row .left-part {width:50%;}
.lead-section .wrapper .row .left-part img { padding:25px; display:inherit; text-align:center; margin:0 auto;}
.lead-section .wrapper .row .right-part {width:50%;}

.lead-section2 .wrapper2 {padding-top:50px;}
.lead-section2 .wrapper2 .wrapper .row .left-part {width:50%;}
.lead-section2 .wrapper2 .wrapper .row .right-part {width:50%;}

.lead-section2 .content {text-align:center; padding-top:50px;}

  .lead-section .thumbnail { position: relative;  }
  .lead-section .flex-row, .row {margin: 0 auto;}
  .lead-section .thumbnail .shadow { position: absolute; bottom: 0; left: -20px; width: 100%; height: 100%; z-index: -1; background: #251F52; top: 20px; }
  .lead-section .right-part ul li { position: relative; padding-bottom: 11px; color: #828282; }
  .lead-section .right-part ul { padding-left: 0; }
  .lead-section .right-part h1 {font-size:42px; margin-bottom:20px;line-height: 1.2;}
  .text ul { padding-top: 10px; padding-left: 20px; }
  .text ul li { padding-left: 20px; position: relative; }
  .text ul li:before { content: "\f111"; font-family: 'FontAwesome'; position: absolute; left: 0; font-size: 6px; }
  .lead-section .thumb-wrap{ padding: 0 0 20px 20px;}
  .lead-section .thumbnail .shadow+div {z-index: 10 !important;}
  @media (max-width:767px){
    .lead-section .right-part ul li{ padding-bottom: 4px;}
    .lead-section .right-part h1 {font-size:36px;}
  }

.awards {position:relative;}
.awards .box .content{ line-height:22px; }
.awards .wrapper { background-color:#39CBD7; }
.awards .wrapper .title {text-align:center; }
.awards .box .icon {width:100%; border-radius:12px; background-color:#fff;box-shadow: 0px 1px 2px 0px rgba(85, 105, 135, 0.10); padding: 50px 0;}
.awards .box .icon img {display:block; margin:0 auto; text-align:center; max-width:80%;}
.awards .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.awards .box .box-details .persona .position { color:#59585E; line-height:1.5;}

.assurances {position:relative;}
.assurances .box .content{ line-height:22px; }
.assurances .wrapper { background-color:#39CBD7; }
.assurances .wrapper .title {text-align:center; }
.assurances .box .icon {width:100%; border-radius:12px; background-color:#fff;box-shadow: 0px 1px 2px 0px rgba(85, 105, 135, 0.10); padding: 15px 0;min-height:145px;}
.assurances .box .icon img {display:block; margin:0 auto; text-align:center; max-width:80%;}
.assurances .box .box-details .persona .name { color:#28263C; line-height:1.5; font-weight:700;}
.assurances .box .box-details .persona .position { color:#59585E; line-height:1.5;}
.assurances .full-row {width:100%; display:flex; align-items:center;padding:10px 0;}
.assurances .full-row .col5 {width:calc(100% / 5);}
.assurances .full-row .left-title {text-align:center; font-weight:700; padding:15px;line-height:1.2;}
.assurances .full-row .box { margin:10px;}
.assurances .full-row .box .box-text { padding:10px; text-align:center;font-weight:700; line-height:1.2; height:100%; display:flex;align-items:center;justify-content:center;}
.assurances .full-row.color2 .box .icon {background:#5ADCE7;}
.assurances .full-row.color3 .box .icon {background:#30AFBA;}

.we-care-deeply { position:relative; padding:100px 0; background:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/About/we-care-deeply-bg.svg); background-size:cover; background-repeat:no-repeat;overflow:hidden;}
.we-care-deeply .background-image { position:absolute; top:0; left:0;}
.we-care-deeply .wrapper {position:relative; }
.we-care-deeply .top-text { width:100%; padding:25px 0; }
.we-care-deeply .full-text { width:50%; float:right; padding:25px 0;}
.we-care-deeply .full-text h2 {padding-bottom:10px;}
.we-care-deeply .full-text .content {padding-bottom:15px;}
.we-care-deeply .cards-outer {display:flex; flex-wrap:wrap; align-items:center; width:100%;}
.we-care-deeply .cards-outer .card {width:calc(100%/4 - 20px); background:#E3E1FF; padding: 20px; margin-right:20px; margin-bottom:40px; position:relative; border-radius:13.37px;}
.we-care-deeply .cards-outer .card-transparent { width:calc(100%/4 - 20px);padding: 20px; margin-right:20px; margin-bottom:20px;}
.we-care-deeply .cards-outer .card .card-number-outer {display:inline-block; margin:0 auto; width:100%;position:relative; top:-40px;}
.we-care-deeply .cards-outer .card .card-number { margin:0 auto; background:#5D38DF; width:50px; height:50px; top:-20px;; border-radius:50%; display:flex; align-items:center; justify-content:center;color: var(--d-light, #F3F2F3);text-align: center;font-feature-settings: 'clig' off, 'liga' off;font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 34.604px; }
.we-care-deeply .cards-outer .card .card-text {margin-top:-25px;color: var(--d-black, #0E0822);text-align: center;font-feature-settings: 'clig' off, 'liga' off;font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 700;line-height: 26px; }




.button-link i {
  margin-right: 15px;
}
.banner .all-images {position:relative;}
.banner .side-images {position:relative;}
.banner .side-images .top-image { position:absolute;z-index:1; bottom:0; top:auto;}
.banner .side-images .crater { position:relative;}
.banner .icons-anim{position:absolute; top:0; width:100%;height:100%;z-index:1; }
.banner .icons-anim .icon{position:absolute;transition:all 0.8s ease; opacity:0;}

.banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.0; width:50px;}
.banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.0; width:30px;}
.banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.0;  width:40px;}
.banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.0; width:300px;}
.banner .icons-anim .icon.dates{left:40%;top:40%; transition-delay:50ms;opacity:0.0; width:220px;}
.banner .icons-anim .icon.stakeholder{left:40%;top:40%; transition-delay:200ms;opacity:0.0; width:180px;}
.banner .icons-anim .icon.activities{left:40%;top:40%; transition-delay:200ms;opacity:0.0; width:160px;}

.banner .icons-anim.go .icon.blob1{left:5%; top:70%; opacity:1;}
.banner .icons-anim.go .icon.blob2{left:69%; top:2%; opacity:1;}
.banner .icons-anim.go .icon.blob3{left:95%; top:70%; opacity:1;}
.banner .icons-anim.go .icon.tech{left:-10%; top:25%; opacity:1;}
.banner .icons-anim.go .icon.dates{left:60%;top:75%; opacity:1;}
.banner .icons-anim.go .icon.stakeholder{left:68%;top:10%; opacity:1;}
.banner .icons-anim.go .icon.activities{left:82%;top:37%; opacity:1;}

@media (max-width:991px) {
  .banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.1; width:25px;}
  .banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.1; width:15px;}
  .banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.1;  width:20px;}
  .banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.1; width:200px;}
  .banner .icons-anim.go .icon.tech {left:0;}
  .banner .icons-anim .icon.dates{left:40%;top:40%; transition-delay:50ms;opacity:0.1; width:150px;}
  .banner .icons-anim .icon.stakeholder{left:40%;top:40%; transition-delay:200ms;opacity:0.1; width:130px;}
  .banner .icons-anim .icon.activities{left:40%;top:40%; transition-delay:200ms;opacity:0.1; width:130px;}
}

@media (max-width:600px) {
  .banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.1; width:25px;}
  .banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.1; width:15px;}
  .banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.1;  width:20px;}
  .banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.1; width:135px;}
  .banner .icons-anim.go .icon.tech {left:0;}
  .banner .icons-anim .icon.dates{left:60%;top:75%; transition-delay:50ms;opacity:0.1; width:150px;}
  .banner .icons-anim .icon.stakeholder{left:50%;top:40%; transition-delay:200ms;opacity:0.1; width:110px;}
  .banner .icons-anim .icon.activities{left:50%;top:40%; transition-delay:200ms;opacity:0.1; width:110px;}
  .banner .icons-anim.go .icon.dates {left:50%;}
  .banner .icons-anim.go .icon.activities {left:75%;}
}


.banner.outcomes {position:relative;}
.banner.outcomes .all-images {position:relative;}
.banner.outcomes .side-images {position:relative;}
.banner.outcomes .row { position:relative;height:600px;align-items:flex-start;}
.banner.outcomes .row h1 {margin-top:0;font-size:56px; padding-top:50px;}
.banner.outcomes .image-section {position:absolute; bottom:0; right:0; width:40%;}
.banner.outcomes .image-section:before {content:''; z-index:1;position:absolute; bottom:0; right:0; background-image: url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/Rounded%20masking%20shape.svg');position: absolute;background-repeat: no-repeat;background-size: cover; width:100%; height:100%; }
.banner.outcomes .image-section img {max-height:700px; float:right;}
@media (max-width:1199px) {
.banner.outcomes .image-section {width:35%;}
}
@media (max-width:991px) {
  .banner.outcomes .image-section {bottom: 0;position: relative;right: 0;width: 100%;background: #fff;}
  .banner.outcomes .row {height:auto;}
  .banner.outcomes .row h1 {font-size:50px;}
  .banner.outcomes .image-section img {background:#fff; position:relative;float:none; width:100%; max-height:100%!important;}
  .banner.outcomes .all-images {height:100%; }
  .banner.outcomes .image-section img:before {content:''; z-index:1;position:absolute; bottom:0; right:0; background-image: url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/Rounded%20masking%20shape.svg');position: absolute;background-repeat: no-repeat;background-size: cover; width:100%; height:100%; }
}
@media (max-width:767px) {
    .banner.outcomes .row h1 {font-size:40px;}
}
.banner.webinar {background-color:transparent!important; position:relative; z-index:1; padding-top:300px;}
.banner.webinar .search-bar { position:relative;background: rgba(93, 56, 223, 0.12); border-radius:500px; margin:0 auto; max-width:530px;}
.banner.webinar .search-bar form {position:relative; background:transparent; border-radius:500px; padding:20px;}
.banner.webinar .hs-search-field__input {position:relative; z-index:1;background-position:3%; background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Webinars-Development/searchicon.svg);background-repeat: no-repeat;max-width:500px; border-radius: 500px;background-color: #FFF;box-shadow: 0px 0px 0px 0px rgba(40, 37, 40, 0.10), 0px 20px 44px 0px rgba(40, 37, 40, 0.10), 0px 81px 81px 0px rgba(40, 37, 40, 0.09), 0px 181px 109px 0px rgba(40, 37, 40, 0.05), 0px 322px 129px 0px rgba(40, 37, 40, 0.01), 0px 503px 141px 0px rgba(40, 37, 40, 0.00);background-size:20px 20px; margin: 0;padding-left: 42px;}
.banner.webinar .search-bar .blur { border-radius: 177px; height:34px; width:177px;position:absolute; top:50%; left:30%; background: #2F1C70;filter: blur(50px); margin:0 auto;}
.banner.webinar .topic-buttons {display:flex; align-items:center; flex-wrap:wrap; justify-content:center; }
.banner.webinar .topic-buttons .topic {padding:5px 15px; transition:all 400ms ease; margin:0 10px;}
.banner.webinar .topic-buttons .topic:hover { border-radius: 59.454px;background: rgba(124, 102, 255, 0.15);}
.banner.webinar .topic-buttons .topic a {color: rgba(14, 8, 34, 0.37);font-weight: 700;}
.banner.webinar .topic-buttons .topic:hover a {color: var(--d-bright-purple, #5D38DF); }

.banner.kh-post-hero { width:100%; position:relative;background: #F3F2F3 }
.banner.kh-post-hero .wrapper2 { background-color: #F7F8F9;;margin-left: 100px;padding: 50px;position: relative;z-index: 1;}
.banner.kh-post-hero .right {width:100%;}
.banner.kh-post-hero .right .upper {padding:15px 0; display:flex; align-items:center;}
.banner.kh-post-hero .right .tag .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.banner.kh-post-hero .right .upper .time-date { padding: 10px 0; display:flex; padding-left:10px;}
.banner.kh-post-hero .right .upper .time-date .time { color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.banner.kh-post-hero .right .upper .time-date .date {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; padding-left:5px;}
.banner.kh-post-hero .right h1 {max-width:700px;}
.banner.kh-post-hero .right .content  {max-width:800px; padding-top:20px;}
.banner.kh-post-hero .right .sharing { display:flex; flex-wrap:wrap; align-items:center; padding:30px 0 15px;}
.banner.kh-post-hero .right .sharing .social-media {display:flex; flex-wrap:wrap; align-items:center; padding-left:10px;}
.banner.kh-post-hero .right .sharing .social-media li {padding:0 10px; }
.banner.kh-post-hero .right .sharing .social-media li a {color:#5D38DF; border-radius: 51.271px;border: 1.025px solid var(--d-bright-purple, #5D38DF);    border: 1.025px solid var(--d-bright-purple,#5d38df);border-radius: 51.271px;color: #5d38df;height: 30px;padding: 5px;width: 30px;position: relative;display: flex;}
.banner.kh-post-hero .right .sharing .social-media li a:hover {background:#5D38DF; color:#fff;}
.banner.kh-post-hero .right .sharing .social-media li a i { height:20px; width:20px; text-align:center;}

.banner.blog-post-hero { width:100%; position:relative;background: var(--gray-050, #F7F8F9);}
.banner.blog-post-hero .banner-outer { display:flex; align-items:center;flex-wrap:wrap;}
.banner.blog-post-hero .left .image-outer {width:100%; position:relative; width:100%;}
.banner.blog-post-hero .left .image-outer img { border-radius: 10px; width:100%; position:relative; z-index:2; /*min-height:700px;*/ object-fit:cover;}
.banner.blog-post-hero .left .image-outer .background-blur {     background: #2f1c70; border-radius: 1694px; filter: blur(75px); height: 50%; position: absolute;width: 50%; z-index: 1;top:30%; right:5%;}
.banner.blog-post-hero .right .upper {display: flex;align-items: center; margin-bottom:1rem;}
.banner.blog-post-hero .right .tag .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 700;line-height: 18px;}
.banner.blog-post-hero .right .upper .time-date { display:flex;}
.banner.blog-post-hero .right .upper .time-date .time { color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px; margin-left:0.5rem;}
.banner.blog-post-hero .right .upper .time-date .date {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; padding-left:5px;}
.banner.blog-post-hero .right h1 {max-width:700px; font-size:35px; line-height:1.2}
.banner.blog-post-hero .right .content  {max-width:800px; font-size: 80%;}
.banner.blog-post-hero .right .sharing { display:flex; flex-wrap:wrap; align-items:center; padding:1.5rem 0;}
.banner.blog-post-hero .right .sharing .social-media {display:flex; flex-wrap:wrap; align-items:center; padding-left:10px;}
.banner.blog-post-hero .right .sharing .social-media li {padding:0 10px; }
.banner.blog-post-hero .right .sharing .social-media li a {color:#5D38DF; border-radius: 51.271px;border: 1.025px solid var(--d-bright-purple, #5D38DF);    border: 1.025px solid var(--d-bright-purple,#5d38df);border-radius: 51.271px;color: #5d38df;height: 30px;padding: 5px;width: 30px;position: relative;display: flex;}
.banner.blog-post-hero .right .sharing .social-media li a:hover {background:#5D38DF; color:#fff;}
.banner.blog-post-hero .right .sharing .social-media li a i { height:20px; width:20px; text-align:center;}

.banner.lms {padding-top:160px;}
.banner .all-images {position:relative;}
.banner .side-images {position:relative;}
.banner .side-images .top-image { position:absolute;z-index:1; bottom:0; top:auto;}
.banner .side-images .crater { position:relative;}
.banner .icons-anim{position:absolute; top:0; width:100%;height:100%;z-index:1;}
.banner .icons-anim .icon{position:absolute;transition:all 0.8s ease; opacity:0;}

.banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.0; width:50px;}
.banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.0; width:30px;}
.banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.0;  width:40px;}
.banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.0; width:175px;}
.banner .icons-anim .icon.dates{left:40%;top:40%; transition-delay:50ms;opacity:0.0; width:300px;}
.banner .icons-anim .icon.stakeholder{left:40%;top:40%; transition-delay:200ms;opacity:0.0; width:300px;}

.banner .icons-anim.go .icon.blob1{left:15%; top:86%; opacity:1;}
.banner .icons-anim.go .icon.blob2{left:23%; top:2%; opacity:1;}
.banner .icons-anim.go .icon.blob3{left:79%; top:55%; opacity:1;}
.banner .icons-anim.go .icon.tech{left:-15%; top:10%; opacity:1;}
.banner .icons-anim.go .icon.dates{left:50%;top:75%; opacity:1;}
.banner .icons-anim.go .icon.stakeholder{left:60%;top:10%; opacity:1;}

.hs-content-id-165483539240 .header .header-right{display:none;}


.banner .bullet { display:inline-block; width:auto;}
.banner .bullet .bullet-inner { background-color:rgba(57, 203, 215, 0.19); padding: 5px 10px; margin:10px 5px; border-radius:50px; display:flex;}
.banner .bullet .bullet-inner .check {}
.banner .bullet .bullet-inner .bullet-content {padding-left:10px; color:#135D63;}

@media (max-width:991px) {
  .banner.lms {padding-top:70px;padding-bottom:70px;}
  .banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.1; width:25px;}
  .banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.1; width:15px;}
  .banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.1;  width:20px;}
  .banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.1; width:175px;}
  .banner .icons-anim.go .icon.tech {left:0;}
  .banner .icons-anim .icon.dates{left:40%;top:40%; transition-delay:50ms;opacity:0.1; width:250px;}
  .banner .icons-anim .icon.stakeholder{left:40%;top:40%; transition-delay:200ms;opacity:0.1; width:100px;}
  .banner .icons-anim.go .icon.blob1{left:20%; top:85%; opacity:1;}
  .banner .icons-anim.go .icon.blob2{left:23%; top:10%; opacity:1;}
  .banner .icons-anim.go .icon.blob3{left:80%; top:55%; opacity:1;}
  .banner .icons-anim.go .icon.tech{left:0%; top:10%; opacity:1;}
  .banner .icons-anim.go .icon.dates{left:50%;top:75%; opacity:1;}
  .banner .icons-anim.go .icon.stakeholder{left:60%;top:10%; opacity:1;}
}
@media (max-width:700px) {
  .banner .icons-anim .icon.blob1{left:50%; top:50%;opacity:0.1; width:25px;}
  .banner .icons-anim .icon.blob2{left:50%; top:50%; transition-delay:150ms;opacity:0.1; width:15px;}
  .banner .icons-anim .icon.blob3{left:50%; top:50%; transition-delay:300ms;opacity:0.1;  width:20px;}
  .banner .icons-anim .icon.tech{left:40%; top:40%; transition-delay:450ms;opacity:0.1; width:105px;}
  .banner .icons-anim.go .icon.tech {left:0;}
  .banner .icons-anim .icon.dates{left:40%;top:40%; transition-delay:50ms;opacity:0.1; width:140px;}
  .banner .icons-anim .icon.stakeholder{left:40%;top:40%; transition-delay:200ms;opacity:0.1; width:125px;}
  .banner .icons-anim.go .icon.blob1{left:15%; top:85%; opacity:1;}
  .banner .icons-anim.go .icon.blob2{left:23%; top:5%; opacity:1;}
  .banner .icons-anim.go .icon.blob3{left:95%; top:55%; opacity:1;}
  .banner .icons-anim.go .icon.tech{left:0%; top:10%; opacity:1;}
  .banner .icons-anim.go .icon.dates{left:50%;top:75%; opacity:1;}
  .banner .icons-anim.go .icon.stakeholder{left:60%;top:10%; opacity:1;}
}



.eco-fifty {padding:50px 0; position:relative; background:transparent;}
.eco-fifty .wrapper {background-color:#E3E1FF; padding-left:0!important; padding-right:0!important;}
.eco-fifty .flexy {display:flex; }
.eco-fifty .flexy.flip { flex-direction:row-reverse;}
.eco-fifty .flexy .left {position:relative; width:50%;  padding:100px 50px; display:flex; align-content:center; flex-wrap:wrap;}
.eco-fifty .flexy .left h3 {padding-bottom:25px;}
.eco-fifty .flexy .right {position:relative; width:50%; }
.eco-fifty .flexy .right .horiz-card { width:100%; position:relative; height:50%; display: flex;align-items: center;justify-content: center;min-height:300px;}
.eco-fifty .flexy .right .horiz-card .logo { width:100%; margin:0 auto; display:inline-block; text-align:center; padding:25px 0;}
.eco-fifty .flexy .right .horiz-card .logo img { text-align:center;}
.eco-fifty .flexy .right .horiz-card .learn-more-click { max-width:150px; margin:0 auto; display:block;text-align:center; position:absolute; bottom:0;width:100%;}
.eco-fifty .flexy .right .horiz-card .learn-more-click .learn-more-inner {border-radius: 38.032px 38.032px 0px 0px;background: var(--d-white, #FFF);}
.eco-fifty .flexy .right .expanded-card {display:none; text-align:center; height:100%;position:absolute; top:0;z-index:1; width:100%;}
.eco-fifty .flexy .right .expanded-card .expand-outer {height:calc(100% - 48px);display:flex;flex-wrap:wrap;justify-content:center;align-content:center;}
.eco-fifty .flexy .right .expanded-card .expand-outer .expand-image {height:100px;}
.eco-fifty .flexy .right .expanded-card .expand-outer .expand-image img {height:100px;}
.eco-fifty .flexy .right .expanded-card .expand-outer .expand-content {font-size:20px; padding:10px 20px; max-width:100%; width:90%; margin:0 auto; font-weight:700;}
.eco-fifty .flexy .right .expanded-card .close { color:#fff; text-align:right; padding: 10px 20px; font-size: 20px;width:100%;position:absolute; z-index:1;}


.eco-fifty-one {padding:50px 0 0; position:relative; background:transparent;}
.eco-fifty-one .wrapper {background-color:#E3E1FF; padding-left:0!important; padding-right:0!important;}
.eco-fifty-one .flexy {display:flex; }
.eco-fifty-one .flexy.flip { flex-direction:row-reverse;}
.eco-fifty-one .flexy .left {position:relative; width:50%;  padding:100px 50px;}
.eco-fifty-one .flexy .left h3 {padding-bottom:25px;}
.eco-fifty-one .flexy .right {position:relative; width:50%; }
.eco-fifty-one .flexy .right .horiz-card { width:100%; position:relative; height:100%; display: flex;align-items: center;justify-content: center;min-height:300px;}
.eco-fifty-one .flexy .right .horiz-card .logo { width:100%; margin:0 auto; display:inline-block; text-align:center; padding:25px 0;}
.eco-fifty-one .flexy .right .horiz-card .logo img { text-align:center;}
.eco-fifty-one .flexy .right .horiz-card .learn-more-click { max-width:150px; margin:0 auto; display:block;text-align:center; position:absolute; bottom:0;width:100%;}
.eco-fifty-one .flexy .right .horiz-card .learn-more-click .learn-more-inner {border-radius: 38.032px 38.032px 0px 0px;background: var(--d-white, #FFF); color: var(--d-black, #0E0822);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 100%; /* 12px */ padding:5px 0;}
.eco-fifty-one .flexy .right .expanded-card {display:none; text-align:center; height:100%;position:absolute; top:0;z-index:1; width:100%;}
.eco-fifty-one .flexy .right .expanded-card .expand-outer {height:calc(100% - 48px);display:flex;flex-wrap:wrap;justify-content:center;align-content:center;}
.eco-fifty-one .flexy .right .expanded-card .expand-outer .expand-image {height:100px;}
.eco-fifty-one .flexy .right .expanded-card .expand-outer .expand-content {font-size:20px; padding:10px 20px; max-width:100%; width:90%; margin:0 auto; font-weight:700;}
.eco-fifty-one .flexy .right .expanded-card .close { color:#fff; text-align:right; padding: 10px 20px; font-size: 20px;width:100%;position:absolute; z-index:1;}


.eco-fifty-three {padding:50px 0; position:relative; background:transparent;}
.eco-fifty-three .wrapper {background-color:#E3E1FF; padding-left:0!important; padding-right:0!important;}
.eco-fifty-three .flexy {display:flex; }
.eco-fifty-three .flexy.flip { flex-direction:row-reverse;}
.eco-fifty-three .flexy .left {position:relative; width:50%; padding:100px 50px; display: flex;flex-wrap: wrap;align-content: center;}
.eco-fifty-three .flexy .left h3 {padding-bottom:25px;}
.eco-fifty-three .flexy .right {position:relative; width:50%; }
.eco-fifty-three .flexy .right .horiz-card { width:100%; position:relative; height:calc(100% / 3); display: flex;align-items: center;justify-content: center;min-height:175px;}
.eco-fifty-three .flexy .right .horiz-card .logo { width:100%; margin:0 auto; display:inline-block; text-align:center; padding:25px 0;}
.eco-fifty-three .flexy .right .horiz-card .logo img {text-align: center;height: 75px;object-fit: contain;width: 240px;}
.eco-fifty-three .flexy .right .horiz-card .learn-more-click { max-width:150px; margin:0 auto; display:block;text-align:center; position:absolute; bottom:0;width:100%;}
.eco-fifty-three .flexy .right .horiz-card .learn-more-click .learn-more-inner-three {border-radius: 38.032px 38.032px 0px 0px;background: var(--d-white, #FFF); color: var(--d-black, #0E0822);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 100%; padding:5px 0;/* 12px */}
.eco-fifty-three .flexy .right .expanded-card {display:none; text-align:center; height:100%;position:absolute; top:0;z-index:1; width:100%;}
.eco-fifty-three .flexy .right .expanded-card .expand-outer {height:calc(100% - 48px);display:flex;flex-wrap:wrap;justify-content:center;align-content:center;}
.eco-fifty-three .flexy .right .expanded-card .expand-outer .expand-image {object-fit:contain;}
.eco-fifty-three .flexy .right .expanded-card .expand-outer .expand-content {font-size:20px; padding:10px 20px; max-width:100%; width:90%; margin:0 auto; font-weight:700;}
.eco-fifty-three .flexy .right .expanded-card .close { color:#fff; text-align:right; padding: 10px 20px; font-size: 20px;width:100%;position:absolute; z-index:1;}


.six-cards {padding:50px 0; position:relative;}
.six-cards .flexy {display:flex; align-items:center;}
.six-cards .flexy .left {position:relative; width:50%; background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Partner/cards-bg.svg'); background-size:contain; background-repeat:no-repeat; background-position:center; }
.six-cards .flexy .right {position:relative; width:50%; padding-left:50px;}
.six-cards .flexy .left .cards-outer { display:flex; flex-wrap:wrap; position:relative;}
.six-cards .flexy .left .cards-outer .card {width:calc(100% / 2 - 20px); background:#fff; border-radius:30px; padding:25px; text-align:center; margin-right:20px; margin-bottom:20px;}
.six-cards .flexy .left .cards-outer .card:nth-child(even) {margin-right:0;}
.six-cards .flexy .left .cards-outer .card img {height: 100px;max-width: 100%;width: 150px;object-fit: contain;}
.six-cards .flexy .left .cards-outer .full-card {display:none; left:0; position:absolute;width:100%; background:#fff; border-radius:30px; padding:25px; text-align:left; height:100%!important;}
.six-cards .flexy .left .cards-outer .full-card {display:none; text-align:center; height:100%;position:absolute; top:0;z-index:1; width:100%;}
.six-cards .flexy .left .cards-outer .full-card .expand-outer {height:calc(100% - 48px);display:flex;flex-wrap:wrap;justify-content:center;align-content:center;}
.six-cards .flexy .left .cards-outer .full-card .expand-image {height:100px;}
.six-cards .flexy .left .cards-outer .full-card .expand-content {font-size:20px; padding:10px 20px; max-width:100%; width:90%; margin:0 auto; font-weight:700;}
.six-cards .flexy .left .cards-outer .full-card .close { color:#000; text-align:right; padding: 10px 20px; font-size: 20px;width:100%;position:absolute; z-index:1;}



.eco-two {padding:100px 0; position:relative;}
.eco-two .flexy {display:flex; align-items:center;}
.eco-two .flexy .left {position:relative; width:50%; background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Partner/cards-bg.svg'); background-size:contain; background-repeat:no-repeat; background-position:center; }
.eco-two .flexy .right {position:relative; width:50%; padding-left:50px;}
.eco-two .flexy .left .cards-outer { display:flex; flex-wrap:wrap; position:relative;}
.eco-two .flexy .left .cards-outer .card {width:calc(100% / 2 - 20px); background:#fff; border-radius:30px; padding:25px; text-align:center; margin-right:20px; margin-bottom:20px;transition:all 400ms ease;}
.eco-two .flexy .left .cards-outer .card img {height: 100px;max-width: 100%;width: 150px;object-fit: contain;}
.eco-two .flexy .left .cards-outer .full-card {display:none; position:absolute;width:100%; background:#fff; border-radius:30px; padding:25px; text-align:left; height:100%;transition:all 400ms ease;}

.blog-home {background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/blog-bg.png); background-size:cover;margin-top:-30px;position:relative;}
.blog-home .top-title {max-width:760px; margin:0 auto;padding-top:50px;}
.blog-home .blog-left { width:50%;padding:10px; transition:all 400ms ease; border-radius:12px;}
.blog-home .blog-left h4 a {transition:all 400ms ease;}
.blog-home .blog-left:hover { background-color:#E3E1FF;}
.blog-home .blog-left:hover h4 a {color:#5D38DF;}
.blog-home .blog-left .post-image a img { border-radius:12px; width:100%;}
.blog-home .blog-right { width:50%; padding:10px;}
.blog-home .blog-right .blog-right-inner { width:100%; display:flex; flex-wrap:nowrap; padding:10px; border-radius:12px; transition:all 400ms ease; align-items:center;}
.blog-home .blog-right .blog-right-inner .post-image {width:45%;height:100%;}
.blog-home .blog-right .blog-right-inner .post-image a img {border-radius:12px; width:100%; height:100%; object-fit:cover;}
.blog-home .blog-right .blog-right-inner .bottom-part { width:55%; padding-bottom:0px;}
.blog-home .box .inner { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);}
.blog-home .box .post-image { height: 260px; border-radius:12px; }
.blog-home .box .post-image img { height: 100%; width: 100%; object-fit: cover; }
.blog-home .box .time { position: relative; color: #AEAEAE; padding-left: 22px; min-height:28px;}
.blog-home .box .time:before {content: ' ';top: 5px;left: 0;width: 16px;height: 16px;background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/ant-design_clock-circle-outlined.svg");position: absolute;background-repeat: no-repeat;background-size: contain;}
.blog-home .box h4 a { display: inline-block; line-height: 28px; font-weight: 500; }
.blog-home .box .author-name a.author-link { color: #AEAEAE; }
.blog-home .box .post-content { line-height: 22px;} 
.blog-home .read-more-link {position:relative; padding:5px 0 0;}
.blog-home .read-more-link a {color:#5D38DF; font-weight:700; font-size:16px;}
.blog-home .read-more-link a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.blog-home .read-more-link a:hover:after { margin-left: 14px;}
.blog-home .blog-left:hover .read-more-link a:after { margin-left: 14px;}
.blog-home .blog-right .blog-right-inner:hover { background-color:#E3E1FF;}
.blog-home .blog-right .blog-right-inner:hover h4 a {color:#5D38DF;}
.blog-home .blog-right .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.blog-home .blog-left .above-header {display:flex; align-items:center; padding:10px 0;}
.blog-home .blog-left .above-header .tags {line-height:1;}
.blog-home .blog-left .above-header .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-home .blog-left .above-header .time-date {display:flex; padding-left:5px;}
.blog-home .blog-left .above-header .time-date .time {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-home .blog-left .above-header .time-date .date {color: var(--d-bright-purple, #5D38DF);padding-left:5px;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-home .blog-right .above-header {display:flex; align-items:center; padding:0; flex-wrap:wrap;}
.blog-home .blog-right .above-header .tags {line-height:1; width:100%; margin-bottom:5px;}
.blog-home .blog-right .above-header .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-home .blog-right .above-header .time-date {display:flex;}
.blog-home .blog-right .above-header .time-date .time {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-home .blog-right .above-header .time-date .date {color: var(--d-bright-purple, #5D38DF);padding-left:5px;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}


.blog-home.thank-you {background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/blog-bg.png);background-size: cover; margin-top: -400px;padding-top: 400px;position: relative;}

.blog-resource-category {position:relative; background:#f3f2f3;padding:60px 0; }
.blog-resource-category .top-title {max-width:760px; margin:0 auto;padding-top:50px;}
.blog-resource-category .blog-right-outer { width:calc(100% / 2 - 15px); background:#fff; margin-left:15px;}
.blog-resource-category .blog-right-outer .blog-right {padding:20px;}
.blog-resource-category .blog-right h2 {padding:15px;}
.blog-resource-category .blog-right .blog-right-inner { width:100%; display:flex; flex-wrap:nowrap; padding:10px; border-radius:6px; transition:all 400ms ease;align-items:center;}
.blog-resource-category .blog-right .blog-right-inner .post-image {width:200px;}
.blog-resource-category .blog-right .blog-right-inner .post-image a img {border-radius:6px; width:100%; height:100%; object-fit:cover;}
.blog-resource-category .blog-right .blog-right-inner .bottom-part { width:calc(100% - 200px); padding-bottom:0px;}
.blog-resource-category .blog-left-outer { width:calc(100% / 2 - 15px); background:#fff; margin-right:15px;}
.blog-resource-category .blog-left-outer .blog-left {padding:20px;}
.blog-resource-category .blog-left h2 {padding:15px;}
.blog-resource-category .blog-left .blog-right-inner { width:100%; display:flex; flex-wrap:nowrap; padding:10px; border-radius:12px; transition:all 400ms ease; align-items:center;}
.blog-resource-category .blog-left .blog-right-inner .post-image {width:200px;}
.blog-resource-category .blog-left .blog-right-inner .post-image a img {border-radius:6px; width:100%; height:100%; object-fit:cover;}
.blog-resource-category .blog-left .blog-right-inner .bottom-part { width:calc(100% - 200px); padding-bottom:0px;}
.blog-resource-category .blog-left .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-category .blog-left .blog-right-inner:hover { background-color:#E3E1FF;}
.blog-resource-category .blog-left .blog-right-inner:hover h4 a {color:#5D38DF;}
.blog-resource-category .blog-left .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-category .box .inner { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);}
.blog-resource-category .box .post-image { height: 260px; border-radius:12px; }
.blog-resource-category .box .post-image img { height: 100%; width: 100%; object-fit: cover; }
.blog-resource-category .box .time { position: relative; color: #AEAEAE; padding-left: 22px; min-height:28px;}
.blog-resource-category .box .time:before {content: ' ';top: 5px;left: 0;width: 16px;height: 16px;background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/ant-design_clock-circle-outlined.svg");position: absolute;background-repeat: no-repeat;background-size: contain;}
.blog-resource-category .box h4 a { display: inline-block; line-height: 28px; font-weight: 500; }
.blog-resource-category .box .author-name a.author-link { color: #AEAEAE; }
.blog-resource-category .box .post-content { line-height: 22px;} 
.blog-resource-category .read-more-link {position:relative; padding:5px 0 0;}
.blog-resource-category .read-more-link a {color:#5D38DF; font-weight:700; font-size:14px; }
.blog-resource-category .read-more-link a:after { content:'';background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.blog-resource-category .read-more-link a:hover:after { margin-left: 14px;}
.blog-resource-category .blog-left-outer:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-category .blog-right-outer .blog-right-inner:hover { background-color:#E3E1FF;}
.blog-resource-category .blog-right .blog-right-inner:hover h4 a {color:#5D38DF;}
.blog-resource-category .blog-right .above-header {display:flex; align-items:center; padding:0; flex-wrap:wrap;}
.blog-resource-category .blog-right .above-header .tags {line-height:1;}
.blog-resource-category .blog-right .above-header .tags .single-tag {color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-resource-category .blog-right .above-header .time-date {display:flex; padding-left:5px}
.blog-resource-category .blog-right .blog-right-inner h4 a {font-size: 16px;font-weight: 600; padding: 0.5rem 0;}
.blog-resource-category .blog-right .above-header .time-date .time {color: var(--d-bright-purple, #8896AB);font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-category .blog-right .above-header .time-date .date {color: var(--d-bright-purple, #8896AB);font-family: Mulish;font-size: 14px; padding-left:5px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-category .blog-left .above-header {display:flex; align-items:center; padding:0; flex-wrap:wrap;}
.blog-resource-category .blog-left .above-header .tags {line-height:1;}
.blog-resource-category .blog-left .above-header .tags .single-tag {color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-resource-category .blog-left .above-header .time-date {display:flex;}

.blog-resource-category .blog-left .above-header .time-date .time {color: var(--d-bright-purple, #8896AB);font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-category .blog-left .above-header .time-date .date {color: var(--d-bright-purple, #8896AB); padding-left:5px;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-category .view-more-outer {background: rgba(124, 102, 255, 0.12);; position:relative; z-index:1; padding: 30px 50px;}
.blog-resource-category .view-more-outer .view-more-inner {}
.blog-resource-category .view-more-outer .view-more-inner a {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 115%; display:flex; align-items:center;}
.blog-resource-category .view-more-outer .view-more-inner a .down-arrow {padding:0; width:35px; height:35px; margin-right:15px;}
.blog-resource-category .blog-left .blog-right-inner h4 a {font-size: 16px;font-weight: 600; padding: 0.5rem 0;}
.blog-resource-two {position:relative; background:#f3f2f3;padding:50px 0 100px; }
.blog-resource-two .top-title {max-width:760px; margin:0 auto;padding-top:50px;}
.blog-resource-two .blog-full { width:100%; background:#fff; padding-top:50px;}
.blog-resource-two .blog-full .blog-wrap { display:flex; flex-wrap:wrap; padding:20px 50px;}
.blog-resource-two .blog-full h2 {padding:0 50px;}
.blog-resource-two .blog-full .blog-right-outer { width:50%; transition:all 400ms ease;}
.blog-resource-two .blog-full .blog-right-inner {display:flex;padding:10px; border-radius:12px;transition:all 400ms ease;}
.blog-resource-two .blog-full .blog-right-inner .post-image {width:200px;/*height:100%;*/height:110px;}
.blog-resource-two .blog-full .blog-right-inner .post-image a img {border-radius:12px; width:100%; height:100%; object-fit:cover;}
.blog-resource-two .blog-full .blog-right-inner .bottom-part { width:calc(100% - 200px); padding-bottom:0px;}
.blog-resource-two .blog-full .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-two .blog-full .blog-right-inner:hover { background-color:#E3E1FF;}
.blog-resource-two .blog-full .blog-right-inner:hover h4 a {color:#5D38DF;}
.blog-resource-two .blog-full .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-two .box .inner { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);}
.blog-resource-two .box .post-image { height: 260px; border-radius:12px; }
.blog-resource-two .box .post-image img { height: 100%; width: 100%; object-fit: cover; }
.blog-resource-two .box .time { position: relative; color: #AEAEAE; padding-left: 22px; min-height:28px;}
.blog-resource-two .box .time:before {content: ' ';top: 5px;left: 0;width: 16px;height: 16px;background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/ant-design_clock-circle-outlined.svg");position: absolute;background-repeat: no-repeat;background-size: contain;}
.blog-resource-two .box h4 a { display: inline-block; line-height: 28px; font-weight: 500; }
.blog-resource-two .box .author-name a.author-link { color: #AEAEAE; }
.blog-resource-two .box .post-content { line-height: 22px;} 
.blog-resource-two .read-more-link {position:relative; padding:5px 0 0;}
.blog-resource-two .read-more-link a {color:#5D38DF; font-weight:700; font-size:16px;}
.blog-resource-two .read-more-link a:after {content:'';background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.blog-resource-two .read-more-link a:hover:after { margin-left: 14px;}
.blog-resource-two .blog-full:hover .read-more-link a:after { margin-left: 14px;}
.blog-resource-two .blog-full .above-header {display:flex; align-items:center; padding:0; flex-wrap:wrap;}
.blog-resource-two .blog-full .above-header .tags {line-height:1; width:100%; margin-bottom:5px;}
.blog-resource-two .blog-full .above-header .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-resource-two .blog-full .above-header .time-date { display:flex; padding-left:5px;}
.blog-resource-two .blog-full .above-header .time-date .time {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-two .blog-full .above-header .time-date .date {color: var(--d-bright-purple, #5D38DF);padding-left:5px;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-resource-two .view-more-outer {width:100%;background: rgba(124, 102, 255, 0.12);; position:relative; z-index:1; padding:30px 50px;}
.blog-resource-two .view-more-outer .view-more-inner {}
.blog-resource-two .view-more-outer .view-more-inner a {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 115%; display:flex; align-items:center;}
.blog-resource-two .view-more-outer .view-more-inner a .down-arrow {padding:0; width:35px; height:35px; margin-right:15px;}

.lead-section.blue-sec h3 { color: #39CBD7;font-family: Mulish;font-size: 36px;font-style: normal;font-weight: 700;line-height: 115%; padding-bottom:20px;}
.lead-section2.blue-sec h3 { color: #39CBD7;font-family: Mulish;font-size: 36px;font-style: normal;font-weight: 700;line-height: 115%; padding-bottom:20px;}


.blog-listing-featured {margin-top:90px;position:relative;}
.blog-listing-featured .top-title {padding-top:20px;}
.blog-listing-featured .blog-left { width:50%;padding:10px; transition:all 400ms ease; border-radius:12px;}
.blog-listing-featured .blog-left h4 a {transition:all 400ms ease;}
.blog-listing-featured .blog-left:hover { background-color:#E3E1FF;}
.blog-listing-featured .blog-left:hover h4 a {color:#5D38DF;}
.blog-listing-featured .blog-left .post-image a img { border-radius:12px; width:100%;}
.blog-listing-featured .blog-left .above-header {display:flex; align-items:center; padding:0; margin-bottom:5px;}
.blog-listing-featured .blog-left .above-header .tags {line-height:1;}
.blog-listing-featured .blog-left .above-header .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.blog-listing-featured .blog-left .above-header .time-date {display:flex; padding-left:5px;}
.blog-listing-featured .blog-left .above-header .time-date .time {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-listing-featured .blog-left .above-header .time-date .date {color: var(--d-bright-purple, #5D38DF);padding-left:5px;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-listing-featured .blog-right { width:50%; padding:10px;}
.blog-listing-featured .blog-right .blog-right-inner { width:100%; display:flex; flex-wrap:nowrap; padding:10px; background:#ffffff; border-radius:6px; transition:all 400ms ease; margin-bottom:1rem; -webkit-box-shadow: 0 5px 20px rgba(105, 106, 119, .05); box-shadow: 0 5px 20px rgba(105, 106, 119, .05);}
.blog-listing-featured .blog-right .blog-right-inner:first-child {margin-top:-10px;}
.blog-listing-featured .blog-right .blog-right-inner .post-image {width:200px;}
.blog-listing-featured .blog-right .blog-right-inner .post-image a img {border-radius:6px; width:100%; height:100%; object-fit:cover;}
.blog-listing-featured .blog-right .blog-right-inner .bottom-part { width:calc(100% - 200px); padding-bottom:0px;}
.blog-listing-featured .blog-right .blog-right-inner .bottom-part h4 {line-height:1;}
.blog-listing-featured .blog-right .blog-right-inner .bottom-part h4 a{font-size:16px; font-weight:600; padding: 0.5rem 0;}
.blog-listing-featured .blog-right .above-header {display:flex; align-items:center; padding:0 0 10px;align-items:center;flex-wrap:wrap;}
.blog-listing-featured .blog-right .above-header .tags {line-height:1;}
.blog-listing-featured .blog-right .above-header .tags .single-tag {color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-listing-featured .blog-right .above-header .time-date {display:flex;padding-left:5px;}
.blog-listing-featured .blog-right .above-header .time-date .time {color: var(--d-bright-purple, #8896AB);font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-listing-featured .blog-right .above-header .time-date .date {color: var(--d-bright-purple, #8896AB);padding-left:5px;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.blog-listing-featured .box .inner { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);}
.blog-listing-featured .box .post-image { height: 260px; border-radius:12px; }
.blog-listing-featured .box .post-image img { height: 100%; width: 100%; object-fit: cover; }
.blog-listing-featured .box .time { position: relative; color: #AEAEAE; padding-left: 22px; min-height:28px;}
.blog-listing-featured .box .time:before {content: ' ';top: 8px;left: 0;width: 16px;height: 16px;background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/ant-design_clock-circle-outlined.svg");position: absolute;background-repeat: no-repeat;background-size: contain;}
.blog-listing-featured .box h4 a { display: inline-block; line-height: 28px; font-weight: 500; }
.blog-listing-featured .box .author-name a.author-link { color: #AEAEAE; }
.blog-listing-featured .box .post-content { line-height: 22px;} 
.blog-listing-featured .read-more-link {position:relative; padding:0.5rem 0;}
.blog-listing-featured .read-more-link a {color:#5D38DF; font-weight:700; font-size:14px; }
.blog-listing-featured .read-more-link a:after { content:'';background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.blog-listing-featured .read-more-link a:hover:after { margin-left: 14px;}
.blog-listing-featured .blog-left:hover .read-more-link a:after { margin-left: 14px;}
.blog-listing-featured .blog-right .blog-right-inner:hover { background-color:#E3E1FF;}
.blog-listing-featured .blog-right .blog-right-inner:hover h4 a {color:#5D38DF;}
.blog-listing-featured .blog-right .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}
.featured-webinar {background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/blog-bg.png); background-size:cover;margin-top:90px;position:relative;}
.featured-webinar .wrap {border-radius: 6px;background: var(--d-light-light-purple, #E3E1FF); padding:5px;}
.featured-webinar .top-title {}
.featured-webinar .blog-left { width:55%;padding:10px; transition:all 400ms ease; border-radius:12px;}
.featured-webinar .blog-left h4 a {transition:all 400ms ease;}
.featured-webinar .blog-left:hover { background-color:#E3E1FF;}
.featured-webinar .blog-left:hover h4 a {color:#5D38DF;}
.featured-webinar .blog-left .post-image {height:100%;}
.featured-webinar .blog-left .post-image a img { border-radius:6px; height:100%; object-fit:cover; }
.featured-webinar .blog-right { width:45%; padding:10px;}
.featured-webinar .blog-right h3 a {color: #000;font-family: Mulish;font-size: 28px;font-style: normal;font-weight: 700;line-height: 115%; margin-bottom:1rem}
.featured-webinar .blog-right .post-content {color: #000;font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 500;line-height: 30px;}
.featured-webinar .blog-right .top-topic { display:flex; align-items:center; margin-bottom:1.2rem}
.featured-webinar .blog-right .top-topic .topic {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.featured-webinar .blog-right .top-topic .time {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; padding-left:5px;}
.featured-webinar .blog-right .top-topic .date {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; padding-left:5px;}
.featured-webinar .blog-right .blog-right-inner { width:100%; display:flex; flex-wrap:nowrap; padding:10px; border-radius:12px; transition:all 400ms ease;}
.featured-webinar .blog-right .blog-right-inner .post-image {width:200px;height:100px;}
.featured-webinar .blog-right .blog-right-inner .post-image a img {border-radius:12px; width:100%; height:100%; object-fit:cover;}
.featured-webinar .blog-right .blog-right-inner .bottom-part { width:calc(100% - 200px); padding-bottom:0px;}
.featured-webinar .box .inner { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);}
.featured-webinar .box .post-image { height: 260px; border-radius:12px; }
.featured-webinar .box .post-image img { height: 100%; width: 100%; object-fit: cover; }
.featured-webinar .box .time { position: relative; color: #AEAEAE; padding-left: 22px; min-height:28px;}
.featured-webinar .box .time:before {content: ' ';top: 5px;left: 0;width: 16px;height: 16px;background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/ant-design_clock-circle-outlined.svg");position: absolute;background-repeat: no-repeat;background-size: contain;}
.featured-webinar .box h4 a { display: inline-block; line-height: 28px; font-weight: 500; }
.featured-webinar .box .author-name a.author-link { color: #AEAEAE; }
.featured-webinar .box .post-content { line-height: 22px;} 
.featured-webinar .read-more-link {position:relative; padding:5px 0 0;}
.featured-webinar .read-more-link a {color:#5D38DF; font-weight:700; font-size:16px;}
.featured-webinar .read-more-link a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.featured-webinar .read-more-link a:hover:after { margin-left: 14px;}
.featured-webinar .blog-left:hover .read-more-link a:after { margin-left: 14px;}

.ecosystem-banner .row { align-items:center;}

.featured-webinar .blog-right .blog-right-inner:hover { background-color:#E3E1FF;}
.featured-webinar .blog-right .blog-right-inner:hover h4 a {color:#5D38DF;}
.featured-webinar .blog-right .blog-right-inner:hover .read-more-link a:after { margin-left: 14px;}

.join-our-team { padding:70px 0 70px; }
.join-our-team .wrapper2 { padding:50px;background-color:#0E0822;margin-left:100px; position:relative; z-index:1;}
.join-our-team-inner {display:flex; justify-content:center; align-items:center; flex-wrap:wrap; margin-left:-100px;}
.join-our-team-inner .inner-text { padding: 10px; color: var(--d-white, #FFF);font-family: Mulish;font-size: 28px;font-style: normal;font-weight: 700;line-height: 115%;}
.join-our-team-inner .inner-button { padding: 10px;}

.webinar-recent { position:relative;background-color:#E5F8FA;padding:50px 0; }

.webinar-recent .top-title {padding:20px 0;}
.webinar-recent .outer-cards {display:flex; flex-wrap:wrap;gap:15px;}
.webinar-recent .single {width:calc(100%/3 - 15px); position:relative; padding:15px; display:none;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #e4e8ed;
}
.webinar-recent .single .main-image { }
.webinar-recent .single .main-image img {object-fit:cover; width:100%;}
.webinar-recent .single .outer-tags {display:flex; align-items:center; line-height:1; }
.webinar-recent .single .tags {padding:0 5px 0 0;}
.webinar-recent .single .tags .single-tag {color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.webinar-recent .single .time-date {padding:10px 0; display:flex;}
.webinar-recent .single .time-date .time {color: var(--gray-500, #556987);font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 500;line-height: 18px; padding-right:5px;}
.webinar-recent .single .time-date .date {color: var(--gray-500, #556987);font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 500;line-height: 18px;}
.webinar-recent .single .post-title {padding:10px 0;}
.webinar-recent .single .post-title h2 {color: var(--gray-800, #161616);font-family: Mulish;font-size: 20px;font-style: normal;font-weight: 700;line-height: 24px;}
.webinar-recent .single .post-content {padding:10px 0;color: var(--gray-400, #8896AB);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.webinar-recent .single .learn-more { padding:10px 0; }
.webinar-recent .single .learn-more a { color: var(--d-bright-purple, #5D38DF);font-size: 16px;font-style: normal;font-weight: 600;line-height: 24px;}
.webinar-recent .single .learn-more:after { content:'';background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.webinar-recent .single .learn-more:hover:after { margin-left: 14px;}
.webinar-recent .view-more-outer {position:relative; z-index:1; margin-top:50px;}
.webinar-recent .view-more-outer .view-more-inner {}
.webinar-recent .view-more-outer .view-more-inner a {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 115%; display:flex; align-items:center;}
.webinar-recent .view-more-outer .view-more-inner a .down-arrow {padding:0; width:35px; height:35px; margin-right:15px;}

.kh-three { position:relative; padding:50px 0;background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Webinars-Development/webinar-recent-bg-final.svg'); background-size:contain; background-position:top; background-repeat:no-repeat;background-color:#f3f2f3; }
.kh-three .wrapper2 {padding:50px;}
.kh-three .wrapper2 {margin-left:100px; position:relative; z-index:1;}
.kh-three .wrapper2 .wrapper .row {margin-left:-100px;}
.kh-three .top-title {padding-bottom:50px;}
.kh-three .outer-cards {display:flex; /*align-items:center;*/ flex-wrap:wrap;}
.kh-three .single {width:calc(100%/3 - 20px); position:relative; margin-right:20px;margin-bottom:20px;padding:30px; background-color:#E5F8FA; border-radius:20px;}
.kh-three .single .tags {padding-top:15px;}
.kh-three .single .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.kh-three .single .time-date {padding:10px 0;}
.kh-three .single .time-date .time {color: var(--gray-500, #556987);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.kh-three .single .time-date .date {color: var(--gray-500, #556987);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.kh-three .single .post-title {padding:10px 0;}
.kh-three .single .post-title h2 {color: var(--gray-800, #333F51);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 32px;}
.kh-three .single .post-content {padding:10px 0;color: var(--gray-400, #8896AB);font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 500;line-height: 28px;}
.kh-three .single .learn-more { padding:10px 0; }
.kh-three .single .learn-more a { color: var(--d-bright-purple, #5D38DF);font-size: 18px;font-style: normal;font-weight: 600;line-height: 28px;}
.kh-three .single .learn-more:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.kh-three .single .learn-more:hover:after { margin-left: 14px;}
.kh-three .view-more-outer {background: #D7F0F2;margin-left:100px; position:relative; z-index:1; padding:50px;}
.kh-three .view-more-outer .view-more-inner {}
.kh-three .view-more-outer .view-more-inner a {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 115%; display:flex; align-items:center;}
.kh-three .view-more-outer .view-more-inner a .down-arrow {padding:0; width:35px; height:35px; margin-right:15px;}

.kh-featured { background: #ffffff; position:relative; padding:60px 0; }
.kh-featured .top-title {padding:20px 0;}
.kh-featured .outer-cards {display:flex; /*align-items:center;*/ flex-wrap:wrap;}
.kh-featured .single {width:calc(100%/2 - 40px); position:relative; margin-right:20px;padding:25px 0;}
.kh-featured .single .main-image { }
.kh-featured .single .main-image img { height:300px; object-fit:cover; width:100%;}
/*.kh-featured .single .outer-tags {display:flex; align-items:center; line-height:1; }*/
.kh-featured .single .tags {padding-top:15px;}
.kh-featured .single .tags .single-tag {padding: 4px 12px;border-radius: 36px;background: rgba(93, 56, 223, 0.12);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);color: var(--d-bright-purple, #5D38DF);text-align: center;font-family: Mulish;font-size: 12px;font-style: normal;font-weight: 700;line-height: 18px;}
.kh-featured .single .time-date {padding:10px 0;}
.kh-featured .single .time-date .time {color: var(--gray-500, #556987);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.kh-featured .single .time-date .date {color: var(--gray-500, #556987);font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.kh-featured .single .post-title {padding:10px 0;}
.kh-featured .single .post-title h2 {color: var(--gray-800, #333F51);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 32px;}
.kh-featured .single .post-content {padding:10px 0;color: var(--gray-400, #8896AB);font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 500;line-height: 28px;}
.kh-featured .single .learn-more { padding:10px 0; }
.kh-featured .single .learn-more a { color: var(--d-bright-purple, #5D38DF);font-size: 18px;font-style: normal;font-weight: 600;line-height: 28px;}
.kh-featured .single .learn-more:after {position:absolute; content:''; margin-top:5px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/read-arrow.svg);content: ''; width: 10px;height: 16px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.kh-featured .single .learn-more:hover:after { margin-left: 14px;}
.kh-featured .view-more-outer {background: #D7F0F2;margin-left:100px; position:relative; z-index:1; padding:50px;}
.kh-featured .view-more-outer .view-more-inner {}
.kh-featured .view-more-outer .view-more-inner a {color: var(--d-bright-purple, #5D38DF);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 115%; display:flex; align-items:center;}
.kh-featured .view-more-outer .view-more-inner a .down-arrow {padding:0; width:35px; height:35px; margin-right:15px;}

.resource-subscribe {position:relative; margin-bottom:-50px; z-index:2;}
.resource-subscribe .outer-wrapper { float: none; max-width: 100%; margin: 0 auto; padding-left:15px; padding-right:15px; width:100%; }
.resource-subscribe .outer-wrapper { background: var(--d-dark-purple, #2F1C70); max-width:1350px; position:relative;}
.resource-subscribe .outer-wrapper .bg-blur {border-radius: 1694px;background: #2F1C70;filter: blur(75px);width: 100%; height: 100%;z-index: -1; position: absolute;}
.resource-subscribe .outer-wrapper:before {background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Webinars-Development/purple-resource-subscribe.svg');content:''; position:absolute; bottom:0; right:0; position: absolute;background-repeat: no-repeat;background-size: cover; width:60%; height:100%; }
.resource-subscribe .left-part { padding:100px 0; padding-right:50px; }
.resource-subscribe .right-part { padding:30px 0; }
.resource-subscribe .left-part .subscribe-content { color:#fff; }
.resource-subscribe .left-part .subscribe-content h1, .resource-subscribe .left-part .subscribe-content h2, .resource-subscribe .left-part .subscribe-content h3, .resource-subscribe .left-part .subscribe-content h4, .resource-subscribe .left-part .subscribe-content h5 {color:#fff;}
.resource-subscribe .right-part .content p { color:#fff;}
.resource-subscribe .right-part .content {max-width:80%; margin:0 auto;}
.resource-subscribe .right-part form {background:transparent;}
.resource-subscribe .right-part form input::placeholder {color:#fff;}
.resource-subscribe .right-part form input[type="email"] {background:transparent;  border-radius: 100px; border: 2px solid #FFF; color:#fff;}
.resource-subscribe .right-part form input[type="submit"] {border-radius: 59.454px; background: #B49EFF; padding: 13px;line-height: 0;height: 30px;color: #5D38DF;text-align: center;font-family: Mulish;font-size: 11.891px;font-style: normal;font-weight: 700;}
.resource-subscribe .right-part form input[type="submit"]:hover {border-radius: 59.454px;background: var(--d-dark-purple, #2F1C70);}
.resource-subscribe .right-part form .hs_submit {position: absolute;top: 6px;right: 7px;width: auto;}
.resource-subscribe .right-part .hs-form .hs-form-field label {color:#fff;}



.bottom-cta .content {color:#fff;}
.bottom-cta .outer {display:flex; flex-wrap:wrap; width:100%;}
.bottom-cta .outer .left {width:50%;}
.bottom-cta .outer .right {width:50%; position:relative;}
.bottom-cta .outer .right img {position:absolute; top:-100px;width:100%; object-fit:cover;max-height:590px;}

.cta-wrapper {padding: 3.86667rem 0 3.33333rem}

.cta-wrapper .top-section h2 {
    color: #0E0822;
    font-family: Mulish;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}
.cta-wrapper-sm {padding: 4rem 0}
.cta--six{ background-color: #e5f8fa;text-align: center; padding: 2rem 0;border-radius: 5px;box-shadow: 2px 4px 12px -10px rgb(0 0 0 / 68%);}
.cta--six h3 {font-weight: 600;font-size: 2rem;}
.cta--six a { color: #ffffff !important;text-decoration: none !important;}
.cta-form form {padding: 30px; border-radius: 6px; -webkit-box-shadow: 0 5px 30px rgba(105, 106, 119, .05);
    box-shadow: 0 5px 30px rgba(105, 106, 119, .05);}
.cta-form form .form-text {margin-bottom:1.5rem;}
.cta-form form .form-text h3{margin-bottom:0.5rem}
.cta-form form .form-text p{font-size: 1rem;line-height: 1.4;max-width: 80%;margin: 0 auto;}
.cta-form form input, .cta-form form textarea, .cta-form form select , 
.cta-form form input[type="text"], .cta-form form input[type="password"], 
.cta-form form input[type="datetime"], .cta-form form input[type="datetime-local"], 
.cta-form form input[type="date"], .cta-form form input[type="month"], 
.cta-form form input[type="time"], .cta-form form input[type="week"], 
.cta-form form input[type="number"], .cta-form form input[type="email"], 
.cta-form form input[type="url"], .cta-form form input[type="search"], 
.cta-form form input[type="tel"], .cta-form form input[type="color"] {border: 1px solid #d2d2d3;}
.cta-form form .hs-richtext .privacy-statement{font-size:12px; line-height:1rem;margin-bottom: 1.5rem;}
.cta-form form .hs-richtext .privacy-statement a{font-weight:600;}
.cta-form form .hs-error-msgs [class*=hs-error-msg] {
    color: #cc0007;
    font-size: .75rem;
    margin-top: .125rem;
}

.cta-wrapper .location-wrap {
    display: flex;
    flex-wrap: wrap;
}
.cta-wrapper .location-wrap .location-item {
    width: 100%;
    padding: 15px 0;
    margin-right: 15px;
    display: flex;
    align-items: flex-start;
}
.cta-wrapper .location-wrap .location-item .right-inner {
    margin-left: 20px;
}
.cta-wrapper .location-wrap .location-item .location-icon {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5D38DF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-wrapper .location-wrap .location-item .location-icon img {
    height: 25px;
    width: 25px;
}
.cta-wrapper .location-wrap .location-item .location-name {
    color: var(--d-black, #0E0822);
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 163%;
}
.cta-wrapper .location-wrap .location-item .location-address {
    color: var(--d-black, #0E0822);
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.provide-opportunities {}
.provide-opportunities { background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Homepage%20Assets/teal-bg.svg'); background-size:100%; background-position:top; background-repeat:no-repeat; position:relative; padding: 150px 0;}
/*.provide-opportunities .content { padding-top:60px;}*/
.provide-opportunities .image-container {padding: 40px 0; }
.provide-opportunities .wide-split {/* position:absolute; bottom:-100px; top:auto; */padding-top:100px;}
.provide-opportunities .wide-split .flexy {padding:50px 0;box-shadow: -50px 21px 74px rgba(14, 8, 34, 0.1);}
.provide-opportunities .wide-split .inner-wrap { background:#E5F8FA; margin-left:100px;}
.provide-opportunities .wide-split .left {text-align:left; padding:100px 50px; width:50%;}
.provide-opportunities .wide-split .left .title {max-width:400px;}
.provide-opportunities .wide-split .right { width:50%; position:relative;}
.provide-opportunities .wide-split .right img {margin-top:25px; position:absolute; left:0; top:0;}

.benefit-section.stats {/*background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/bg-vector-no-shadow.svg');background-position:top; background-size:100%;*/background:transparent;}
.benefit-section.stats .box .icon h3 { color:#5D38DF; font-size:50px; font-weight:700;}

.gamification {  background-size:100%; background-position:top; background-repeat:no-repeat; position:relative;}
.gamification .content {}
.gamification .image-container {padding: 40px 0; }
.gamification .wrap .outer-box {padding:0 10px; width:calc(100% / 3);position:relative; z-index:1;}
.gamification .wrap .outer-box:first-child {padding-top:100px; }
.gamification .wrap .outer-box:nth-child(2) { }
.gamification .wrap .outer-box:nth-child(3) {padding-top:50px;}
.gamification .wrap .box {background-color:#E3E1FF; border-radius:15.8px;padding:50px 0 150px;}
.gamification .wide-split {/* position:absolute; bottom:-100px; top:auto; */ background:#F3F2F3;position:relative; z-index:10; background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/split-bg.png');background-size: cover;background-repeat: no-repeat;}
.gamification .wide-split .flexy {padding:50px 0; align-items:center; text-align:left;margin-top:-120px; }
.gamification .wide-split .inner-wrap { background:#FFF; margin-left:5%;}
.gamification .wide-split .left {text-align:left; padding:100px 50px; width:50%;}
.gamification .wide-split .left .title {max-width:400px;}
.gamification .wide-split .right { width:50%; position:relative; max-width:600px;}
.gamification .wide-split .right img {margin-top:25px; position:absolute; left:0; top:0;}
.gamification .content.points {color:#5D38DF; font-weight:700;}
.gamification .content.name { color:#0E0822; opacity:0.3;line-height:1.2;}
.gamification .wrap .box .icon .imgout {position:relative;}
.gamification .wrap .box .icon .imgout .step {position:absolute; left:25%; padding:5px; border-radius:50%; background:#5D38DF; width:35px; height:35px; color:#fff; display:flex; align-items:center; justify-content:center;}

.scalable-training {}
.scalable-training { background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/teal-bg-lms.svg'); background-size:cover; background-position:top; background-repeat:no-repeat; position:relative; padding: 100px 0;}
.scalable-training .content { padding-top:30px;}
.scalable-training .image-container {padding: 40px 0; }
.scalable-training .image-container .mobile {display:none;}
.scalable-training .image-container .desktop {display:inline-block;}

.scalable-training-two {}
.scalable-training-two { background:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/LMS%20Assets/teal-bg-lms.svg'); background-size:cover; background-position:top; background-repeat:no-repeat; position:relative; padding: 100px 0 0;}
.scalable-training-two .content { padding:50px 0;}
.scalable-training-two .flexy {align-items:flex-end;}
.scalable-training-two .flexy .left { width:50%;}
.scalable-training-two .flexy .right {width:50%;}
.scalable-training-two .image-container {padding: 0; }
.scalable-training-two .image-container .mobile {display:none;}
.scalable-training-two .image-container .desktop {display:inline-block;}

.banner .row {align-items:center; padding-top:0;}

.banner.thank-you {background:transparent;position: relative;z-index:1; padding-top:200px; padding-bottom:50px;}
.banner.thank-you .row h1 {margin-top:0;color: #0E0822;font-family: Mulish;font-size: 48px;font-style: normal;font-weight: 700;line-height: 115%;}

.banner.partner h1 {margin-top:0;}

.banner.webinar-post {background:transparent;position: relative;z-index:1; padding-top:200px; padding-bottom:150px; background-size:75% 100%; background-image:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Webinars-Development/WebinarPostHeroBG.svg');background-repeat:no-repeat;background-position: 0% 50%;}
.banner.webinar-post .row {align-items:flex-start;}
.banner.webinar-post .row h1 {margin-top:75px;color: #0E0822;font-family: Mulish;font-size: 48px;font-style: normal;font-weight: 700;line-height: 115%;}
.banner.webinar-post .webinar-form {position:relative;border-radius: 20px;background: #FFF; padding:70px 50px;box-shadow: 0px 0px 0px 0px rgba(40, 37, 40, 0.10), 0px 19px 41px 0px rgba(40, 37, 40, 0.10), 0px 75px 75px 0px rgba(40, 37, 40, 0.09), 0px 168px 101px 0px rgba(40, 37, 40, 0.05), 0px 299px 120px 0px rgba(40, 37, 40, 0.01), 0px 468px 131px 0px rgba(40, 37, 40, 0.00);}
.banner.webinar-post .webinar-form .form-text p {color: var(--gray-500, #556987);text-align: center;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px; padding:10px 0;}
.banner.webinar-post .webinar-form form { padding: 0 25px;}
.banner.webinar-post .webinar-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.banner.webinar-post .webinar-form form .hs-submit .hs-button {width:100%; margin-top:25px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);}
.banner.webinar-post .webinar-form fieldset {width:100%;max-width:100%;}
.banner.webinar-post .webinar-form .hs-form .hs-form-field {text-align:left;}
.banner.webinar-post .webinar-form .logo-overlay {text-align:center; margin-top:-100px; padding-bottom:50px;}
.banner.webinar-post .webinar-form .logo-overlay img { background:#E3E1FF; padding:10px; border-radius:12px;height:64px; height:64px;}

.contact-us-module {background:transparent;position: relative;z-index:1; background-size:75% 100%; background-image:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Contact-Demo-Development/contact-bg.png');background-repeat:no-repeat;background-position: 100%;}
.contact-us-module .top-section { padding:10px 0;}
.contact-us-module .row {align-items:flex-start;}
.contact-us-module .row h1 {margin-top:75px;color: #0E0822;font-family: Mulish;font-size: 48px;font-style: normal;font-weight: 700;line-height: 115%;}
.contact-us-module .lefty {padding-right:0;}
.contact-us-module .location-wrap {display:flex; flex-wrap:wrap; }
.contact-us-module .location-wrap .location-item {width:calc(100% / 3 - 15px); padding:15px 0; margin-right:15px;}
.contact-us-module .location-wrap .location-item .location-icon {margin-bottom:10px; width:40px; height:40px; border-radius:50%; background-color:#5D38DF;display:flex; align-items:center; justify-content:center;}
.contact-us-module .location-wrap .location-item .location-icon img {height:20px; width:20px;}
.contact-us-module .location-wrap .location-item .location-name { color: var(--gray-900, #2A3342);font-family: Mulish;font-size: 18px;font-style: normal;font-weight: 700;line-height: 28px; margin-bottom:5px;}
.contact-us-module .location-wrap .location-item .location-address { color: var(--gray-500, #556987);font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;}
.contact-us-module .webinar-form {position:relative;border-radius: 20px;background: #FFF; padding:70px 20px;box-shadow: 0px 0px 0px 0px rgba(40, 37, 40, 0.10), 0px 19px 41px 0px rgba(40, 37, 40, 0.10), 0px 75px 75px 0px rgba(40, 37, 40, 0.09), 0px 168px 101px 0px rgba(40, 37, 40, 0.05), 0px 299px 120px 0px rgba(40, 37, 40, 0.01), 0px 468px 131px 0px rgba(40, 37, 40, 0.00);}
.contact-us-module .webinar-form .form-text p {color: var(--gray-500, #556987);text-align: center;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px; padding:10px 0;}
.contact-us-module .webinar-form form { padding: 0px;}
.contact-us-module .webinar-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.contact-us-module .webinar-form form .hs-submit .hs-button {width:100%; margin-top:25px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);}
.contact-us-module .webinar-form fieldset {width:100%;max-width:100%;}
.contact-us-module .webinar-form .hs-form .hs-form-field {text-align:left;}
.contact-us-module .webinar-form .logo-overlay {text-align:center; margin-top:-100px; padding-bottom:50px;}
.contact-us-module .webinar-form .logo-overlay img { background:#E3E1FF; padding:10px; border-radius:12px;height:64px; height:64px;}


.demo-module {background:transparent;position: relative;z-index:1; background-size:75% 100%; background-image:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Contact-Demo-Development/contact-bg.png');background-repeat:no-repeat;background-position: 100%;}
.demo-module .top-section { padding:10px 0; max-width:100%;}
.demo-module .row {align-items:flex-start;}
.demo-module .row h1 {color: #0E0822;font-family: Mulish;font-size: 48px;font-style: normal;font-weight: 700;line-height: 115%;}
.demo-module .row h1.title {color: #0E0822;font-family: Mulish;font-size: 30px;font-style: normal;font-weight: 700;line-height: 115%;}
.demo-module .lefty {padding-right:50px;}
.demo-module .location-wrap {display:flex; flex-wrap:wrap; }
.demo-module .location-wrap .location-item {width:100%; padding:15px 0; margin-right:15px;display:flex; align-items:flex-start;}
.demo-module .location-wrap .location-item .right-inner { margin-left:20px;}
.demo-module .location-wrap .location-item .location-icon {margin-bottom:10px; width:60px; height:60px; border-radius:50%; background-color:#5D38DF;display:flex; align-items:center; justify-content:center;}
.demo-module .location-wrap .location-item .location-icon img {height:30px; width:30px;}
.demo-module .location-wrap .location-item .location-name { color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 700;line-height: 163%;}
.demo-module .location-wrap .location-item .location-address { color: var(--d-black, #0E0822);font-family: Mulish;font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;}
.version_2 .top-section { padding:10px 0 0;}
.version_2  .location-wrap .location-item{padding:10px 0;}
.version_2 .location-wrap .location-item .location-icon{width:50px; height:50px;}
.version_2 .location-wrap .location-item .location-icon img {height: 25px;width: 25px;}
.version_2  .location-wrap .location-item .location-name {font-size: 18px;}
.version_2 .location-wrap .location-item .location-address {font-size: 16px;}
.version_2 .statistics .stat-box h3{color: var(--d-bright-purple, #5D38DF);}
.version_2 .statistics .stat-box h4{color: var(--block, #000); font-size:18px;} 
.version_2 .awards-section {border-top:1px solid #000;}

.demo-module .webinar-form {position:relative;border-radius: 20px;background: #FFF; padding:70px 50px;box-shadow: 0px 0px 0px 0px rgba(40, 37, 40, 0.10), 0px 19px 41px 0px rgba(40, 37, 40, 0.10), 0px 75px 75px 0px rgba(40, 37, 40, 0.09), 0px 168px 101px 0px rgba(40, 37, 40, 0.05), 0px 299px 120px 0px rgba(40, 37, 40, 0.01), 0px 468px 131px 0px rgba(40, 37, 40, 0.00);}
.demo-module .webinar-form.b-variant{padding:70px 20px !important;}
.demo-module .webinar-form .form-text p {color: var(--gray-500, #556987);text-align: center;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px; padding:10px 0;}
.demo-module .webinar-form form { padding: 0 25px;}
.demo-module .webinar-form.b-variant form {padding: 0;}
.demo-module .webinar-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.demo-module .webinar-form.b-variant form .input input, .demo-module .webinar-form.b-variant form fieldset select.hs-input {border-radius: 5px;}
.demo-module .webinar-form form .hs-submit .hs-button {width:100%; margin-top:25px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);}
.demo-module .webinar-form fieldset {width:100%;max-width:100%;}
.demo-module .webinar-form .hs-form .hs-form-field {text-align:left;}
.demo-module .webinar-form .logo-overlay {text-align:center; margin-top:-100px; padding-bottom:50px;}
.demo-module .webinar-form .logo-overlay img { background:#E3E1FF; padding:10px; border-radius:12px;height:64px; height:64px;}
.demo-module .logo-slider-outer {margin-top:100px;}
.demo-module .webinar-form.b-variant form .input input.error{border: 1px solid var(--gray-200, #eb0606)}

.demo-module .webinar-form.b-variant form .hs-error-msgs .hs-error-msg {color:#eb0606}

.version_2 .logo-slider-outer {margin:10px 0; background-color: #0E0822; padding:15px;}
.version_2 .logo-slider-outer .logo-title {color:#fff;font-size:18px; margin-bottom: 20px;}
.version_2 .logo-slider-outer  .logo-slider .slick-track {padding-bottom:0;}



.banner.ebook-post {background:transparent;position: relative;z-index:1; padding-top:200px; padding-bottom:250px; background-size:75% 100%; background-image:url('https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/Webinars-Development/WebinarPostHeroBG.svg');background-repeat:no-repeat;background-position: 0% 50%;}
.banner.ebook-post .row {align-items:flex-start;}
.banner.ebook-post p{margin-bottom:1.5rem}
.banner.ebook-post .row h1 {margin-top:0px;color: #0E0822;font-family: Mulish;font-size: 44px;font-style: normal;font-weight: 700;line-height: 115%;}
.banner.ebook-post .webinar-form {position:relative;border-radius: 20px;background: #E3E1FF; padding:70px 25px 20px;box-shadow: 0px 0px 0px 0px rgba(40, 37, 40, 0.10), 0px 19px 41px 0px rgba(40, 37, 40, 0.10), 0px 75px 75px 0px rgba(40, 37, 40, 0.09), 0px 168px 101px 0px rgba(40, 37, 40, 0.05), 0px 299px 120px 0px rgba(40, 37, 40, 0.01), 0px 468px 131px 0px rgba(40, 37, 40, 0.00);}
.banner.ebook-post .webinar-form .form-text p {color: var(--gray-500, #556987);text-align: center;font-family: Mulish;font-size: 16px;font-style: normal;font-weight: 500;line-height: 28px; padding:10px 0;}
.banner.ebook-post .webinar-form form { padding: 0; background:#E3E1FF;}
.banner.ebook-post .webinar-form form .input input {width:100%; border-radius: 200px;border: 1px solid var(--gray-200, #D5DAE1);background: var(--white, #FFF);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);}
.banner.ebook-post .webinar-form form .input .hs-form-booleancheckbox input{width:auto !important} 
.banner.ebook-post .webinar-form form .hs-submit .hs-button {width:100%; margin-top:25px; border-radius: 200px;background: var(--d-bright-purple, #5D38DF);box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);}
.banner.ebook-post .webinar-form fieldset {width:100%;max-width:100%;}
.banner.ebook-post .webinar-form .hs-form .hs-form-field {text-align:left;}
.banner.ebook-post .webinar-form .logo-overlay {text-align:center; margin-top:-100px; padding-bottom:50px;}
.banner.ebook-post .webinar-form .logo-overlay img { background:#FFFFFF; padding:10px; border-radius:12px;height:64px; height:64px;}

.banner.legal {position:relative; background-color:#E3E1FF; border-radius: 0px 0px 500px 0px;}
.banner.legal .row h1 {margin-top:0;padding:50px 0;}
.banner.legal .link-section {padding:75px 0 0px; display:flex; align-items:center;}
.banner.legal .link-section .link { text-align:center;padding-bottom:20px;}
.banner.legal .link-section .link:first-child {padding-left:0;}
.banner.legal .link-section .link a {color: rgba(93, 56, 223, 0.37);font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 500;line-height: 24px;padding:0 15px;}
.banner.legal .link-section .link.active { border-bottom: 3px solid #5D38DF;}
.banner.legal .link-section .link.active a {color: #5D38DF;font-family: Mulish;font-size: 14px;font-style: normal;font-weight: 700;line-height: 24px;}




.logo-slider {}
.logo-slider-outer { background:#F3F2F3; overflow:hidden; position:relative; z-index:100;}
.logo-slider-outer .wrapper2 {background-color:#0E0822;}
  .logo-slider-outer .wrapper2 .logo-title {color:#fff; padding:25px 50px 25px; text-align:center;}
.logo-slider .slick-track {display:flex; align-items:center; padding:5px 0 15px;}
.logo-slider .slick-slide {max-width:250px;}
.logo-slider img {margin: 0 auto;padding:0px 20px;opacity:0.5;  object-fit: contain;}
.logo-slider  ul.slick-dots {display:none!important;}
.logo-slider .slick-list:before, .logo-slider .slick-list:after {background: linear-gradient(to right,rgba(14,8,34,1) 19%,rgba(14,8,34,0) 100%);content: '';height: 200px;left: 0;position: absolute;top: 0;width: 200px; z-index: 1;}
@media(max-width:767px){.logo-slider ul.slick-dots { padding-top: 20px; }} 
.logo-slider-a {}
.logo-slider-outer-a { background:#F3F2F3; overflow:hidden;position:relative;}
.logo-slider-outer-a .wrapper2 {background-color:#0E0822; margin-left:150px;}
.logo-slider-outer-a .wrapper2 .logo-title {color:#fff; padding:25px 25px 25px;}
.logo-slider-a .slick-track {display:flex; align-items:center; padding:5px 0 15px; justify-content:space-around;}
.logo-slider-a .slick-slide {}
.logo-slider-a img {margin: 0 auto;padding:0px 20px;opacity:0.5;  object-fit: contain;}
.logo-slider-a  ul.slick-dots {display:none!important;}
/*.logo-slider-a .slick-list:before, .logo-slider .slick-list:after {background: linear-gradient(to right,rgba(14,8,34,1) 19%,rgba(14,8,34,0) 100%);content: '';height: 200px;left: 0;position: absolute;top: 0;width: 200px; z-index: 1;}*/
@media(max-width:767px){.logo-slider-a ul.slick-dots { padding-top: 20px; }} 
.form-card h5{color:#B1AEAE; font-weight: normal;}
.form-card .cover { background: #FFFFFF; box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 15px;}
.form-card .legal-consent-container .field.hs-form-field{ padding-bottom: 0;  margin-bottom: 0;}
.form-card .form-btn-wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 50px; }
.form-card .form-btn-wrap .hs-submit { padding-left: 15px; }
.form-card .form-btn-wrap .hs-submit .hs-button { border: 1px solid #5D38DF; font-weight: normal; font-size: 18px; height: auto; padding: 17px 68px 17px 40px; background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/right-arrow.svg"); background-repeat: no-repeat; background-size: 24px; background-position: 83% 21px; }
.row-fluid .form-card .inputs-list li.hs-form-booleancheckbox{padding-top:10px;}
.hs_error_rollup {display: none;}

@media (max-width:600px){
  .form-card .form-btn-wrap { display: block; padding-top: 20px; }
  .form-card .form-btn-wrap .hs-submit { padding: 20px 0 0; }
}

/* Slider */
.slick-slider {width:100%;margin:auto; 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; margin-right:30px; }
.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:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { padding:0; display:inline-block; background:rgba(77, 77, 77, 0.15);  width:8px; height:8px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#4D4D4D; }
.row-fluid .container{max-width:1260px;width:100%;padding:0px 15px;margin:auto !important;float:none;}
/*
svg:not(.inherit),svg:not(.inherit) path {
fill: currentColor;
}*/

.check-list ul li:before { background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/blackcheck.svg); content: ' ' !important; width: 16px; height: 12px; background-repeat: no-repeat; background-size: contain; top: 10px; }
.check-list ul li.disable_icon:before{ background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/dis-check.svg); height: 15px; }

.check-list2 {position:relative; padding-left: 35px;}
/*.check-list2:before { position:absolute; left:-20px; background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/blackcheck.svg); content: ' ' !important; width: 16px; height: 12px; background-repeat: no-repeat; background-size: contain; top: 10px; }*/
.check-list2:before {color: #5D38DF;
  content: "✓";
  font-size: 34px;
  left: 0px;
  position: absolute;
  right: auto;
  top: 0;
}
.cta-internal-widget{
  padding: 15px 20px;
  background: #ffffff;
  border-left: 3px solid #5d38df;
  -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05) !important;
  box-shadow: 0 5px 10px rgba(105, 106, 119, .05) !important;
}
.cta-internal-widget .call-to-action a{position:relative;text-decoration:none;padding-left: 40px;}
.cta-internal-widget .call-to-action a:before{
  content: ''; 
  background-image: url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/hand-point-right.svg);
  background-repeat: no-repeat; background-size: contain;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 30px; 
  height: 30px; 
}
.check-list-2 ul li{padding-left:25px;line-height:1.6;}
.check-list-2 ul li + li{margin-top:8px;}


.cs_thumb_wrapper .shadow { position: absolute; bottom: 0; left: 0; width: calc(100% - 16px); height: calc(100% - 19px); z-index: 1; }
.cs_thumb_wrapper .thumb { height: 405px; position: relative; z-index: 2; }
.cs_thumb_wrapper { position: relative; padding-left: 16px; padding-bottom: 19px; }

.price-label { font-weight: 700; font-size: 70.6087px; line-height:1; letter-spacing: -1.26087px; color: #251F52; }
.price-label sup { font-size: 24px; line-height: 1; position: relative; top: -10px; left: -2px; }
.price-label span { font-size: 18px; font-weight: 500; margin-left: 5px; }

.box-shadow-hover { transition: all 0.3s ease; }
.box-shadow-hover:hover { box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); }
/*.box-shadow-hover:hover .btn-wrapper a { background: #251F52; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); border-color: #251F52; color: #fff; }*/

.box-shadow-hover .btn-wrapper a {display:inline-block; background:rgba(255, 255, 255, 0.0); color:#5D38DF; border:2px solid #5D38DF; border-radius:50px; font-size:17px; padding:10px 40px; outline: none;}
.box-shadow-hover:hover .btn-wrapper a{ background:rgba(93, 56, 223, 0.12);  color:#5D38DF; border-color:#5D38DF;}


.pricing-box .text ul {list-style-type:disc; padding-left:15px; padding-top:5px; padding-bottom:5px;}

.pricing-tab { }
.pricing-tab .tab-section { background: #FFFFFF; box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); border-radius: 15px; }
.pricing-tab .tab-section .tab-list { border-right: 1px solid #C2C9D1; }

.pricing-tab .tab-section .text { }
.pricing-tab .tab-section .text ul { column-count: 3; padding-left: 0; line-height: 16px; }
.pricing-tab .tab-section h2 { }
h2.price-label.v2 { color: #3F3F3F; font-weight: 500; }
h2.price-label.v2 span { color: #CACCD2; font-weight: 400; font-size: 16px; }
.pricing-tab .tab-section .tab-list ul { display: block; border: none; }
.pricing-tab .tab-section .tab-list ul li { padding: 0; margin: 23px 0; color: #CACCD2; font-size: 28px; line-height: 1.3; }
.pricing-tab .tab-section .tab-list ul li.active { color: #5D38DF; }
.pricing-tab .tab-section .tab-list ul li:after { display: none; }
.pricing-tab .tab-section .text ul li { margin-bottom: 17px; padding-left: 24px; padding-right: 25px; position:relative;}
.pricing-tab .tab-section .text ul li:before { top: 2px; position:absolute; left:0;}


.product-testimonial .inner{ padding: 30px 0 0 60px; }
.product-testimonial .pro-testimonial{ position:relative; }
.product-testimonial1 .pro-testimonial1{ position:relative; }
.product-testimonial2 .pro-testimonial2{ position:relative; }
.product-testimonial3 .pro-testimonial3{ position:relative; }
.product-testimonial4 .pro-testimonial4{ position:relative; }
.product-testimonial5 .pro-testimonial5{ position:relative; }
.product-testimonial6 .pro-testimonial6{ position:relative; }
.product-testimonial .pro-testimonial:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial1 .pro-testimonial1:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial2 .pro-testimonial2:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial3 .pro-testimonial3:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial4 .pro-testimonial4:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial5 .pro-testimonial5:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}
.product-testimonial6 .pro-testimonial6:before {content: ' ';width: 120px;height: 92px;background-image:url(https://20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Quote-Black.svg);position: absolute;background-repeat: no-repeat;background-size: contain;left: 0px;top: 0px;}

.product-testimonial .inner .text{line-height:30px;}

.product-testimonial .slider_actions button.arrow_button { position: static; margin: 0; background: transparent; color: rgba(77, 77, 77, 0.75); padding: 0; display: flex !important; align-items: center; justify-content: center; }
.product-testimonial .slider_actions ul.slick-dots { padding: 0; line-height: 0; }
.product-testimonial .slider_actions ul.slick-dots button { margin: 0; }
.product-testimonial .slider_actions .slide_dots { padding: 0 30px; }
button.prev-btn.arrow_button {display:none;}
button.next-btn.arrow_button {display:none;}


.tab-list.orange-strip { display: flex; align-items: center; justify-content: center; }
.tab-list.orange-strip li.active { color: #5D38DF; }
.tab-list.orange-strip li { color: #CACCD2; font-size: 17px; padding: 0 18px 15px; }
.tab-list.orange-strip li.active:after { background: #5D38DF; }
.tab-list.orange-strip ul { border-color: #CACCD2; }



@media (max-width:767px){
  .product-testimonial .inner{padding-left:0;}
}

/* */
.advance-table { }
.advance-table .td { width: 33.33%; padding: 8px 15px; border-bottom: 1px solid #e4e4e4; }
.advance-table .tr { display: flex; flex-wrap: wrap; }
.advance-table .table-contain .td:not(:first-child) { text-align: center; }
.advance-table + .advance-table { display: none; }
.advance-table  .td:not(:first-child) { border-left: 1px solid #e4e4e4; }
.advance-table .table-header { }
.advance-table .table-header .td { padding: 20px 30px 35px; }
.advance-table .table-header .td h4 { color: #585858; padding: 0 0 20px; font-size: 24px; }
.advance-table .table-header .text { font-size: 16px; line-height: 21px; }
.advance-table .table-footer { }
.advance-table .table-footer .td { border-bottom: none; padding: 20px 30px 15px; text-align: center; }
.advance-table .table-footer .td h4 { color: #3F3F3F; font-weight: 500; font-size: 20px; }
.advance-table .table-footer .td a { font-size: 13px; line-height: 19px; }



.round_arrows + div > .arrow_button { border: 2px solid rgba(77, 77, 77, 0.25); border-radius: 100%; }
.round_arrows + div > .arrow_button svg { width: 16px; color: rgba(77, 77, 77, 0.75); }
.arrow-space .gallery-slider-action {
  justify-content: center;
}



@media (max-width:991px) {
  .flexy {display:flex;flex-wrap:wrap;}
  .image-text-icons {width:100%;}
  .image-text-icons .left {width:100%;}
  .image-text-icons .right{width:100%; max-width:100%;}
  .image-text-icons-partner {width:100%;}
  .image-text-icons-partner .left {width:100%;}
  .image-text-icons-partner .right{width:100%; max-width:100%;}
  .webinar-speakers {width:100%;}
  .webinar-speakers .left {width:100%;padding:30px 15px;min-height: auto;}
  .webinar-speakers .right{width:100%; padding:30px 15px;min-height: auto;}
  .ebook-speakers {width:100%;}
  .ebook-speakers .left {width:100%;padding:30px 15px;min-height: auto;}
  .ebook-speakers .right{width:100%; padding:30px 15px;min-height: auto;}
  .cs-speakers {width:100%;}
  .cs-speakers .left {width:100%;padding:30px 15px;min-height: auto;}
  .cs-speakers .right{width:100%; padding:30px 15px;min-height: auto;}
  .kh-speakers {width:100%;}
  .kh-speakers .left {width:100%;padding:30px 15px;min-height: auto;}
  .kh-speakers .right{width:100%; padding:30px 15px;min-height: auto;}
  .overlay-text-icons {width:100%;}
  .overlay-text-icons .left {width:100%;order:1;}
  .overlay-text-icons .right{width:100%;}
  .webinar-speakers {padding:100px 0;}
  .ebook-speakers {padding:100px 0;}
  .cs-speakers {padding:100px 0;}
  .kh-speakers {padding:100px 0;}
  .webinar-two-col .flexy {margin:0 auto;justify-content:center;}
  .blog-resource-two .blog-full .blog-right-inner {width:100%;}
  .ebook-speakers .right .inner-flex {display:flex; align-items:center;gap:20px;}
  .ebook-speakers .right .inner-flex .inner-left {flex: 0 0 100%; width:100%;padding-right:0;}
  .ebook-speakers .right .inner-flex .inner-right {flex: 0 0 100%;width:100%;}
  .lead-section.blue-sec { background:#E5F8FA;}
  .lead-section2.blue-sec { background:#E5F8FA;}
}



.arrow-space .gallery-slider-action { justify-content: space-between; }


.parallax {
  position: relative;
  z-index: 0;
}
.parallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media(max-width:1200px){
  .pricing-tab .tab-section .text ul { column-count: 2; }
  .pricing-tab .tab-section .tab-list ul li { font-size: 23px; }
  h2.price-label.v2 { font-size: 50px; }
  .lead-section.blue-sec { background:#E5F8FA!important;}
}


@media (max-width:991px) {
  .mobile-text-center { text-align:center;}
  .desktop {display:none;}
  .mobile {display:inline-block;}
  .blog-resource-two .blog-full .above-header .time-date {flex-wrap:wrap;}
  .banner .row .btn-wrapper {justify-content:center;}
  .awards {padding:50px 0;background:#39cbd7;}
  .banner.blog-post-hero .left {width:100%; padding:15px;}
  .banner.blog-post-hero .right {width:100%; padding-left:0; padding:0 15px;}
  .banner.blog-post-hero .banner-outer {padding:0 15px;}
  .banner.blog-post-hero .left .image-outer img {min-height:300px;}
  .policy-section .tabs-wrapgroup .tab-content {padding:0 15px;}
  .bottom-cta {text-align:center; padding:25px 0 0;}
  .bottom-cta .wrapper {padding-left:0!important; padding-right:0!important;}
  .bottom-cta .outer .right img { position:relative; top:0;max-height:none;}
  .bottom-cta .outer .right .mobile-bg { }
  .bottom-cta .outer .left {width:100%;padding:50px 15px;}
  .bottom-cta .outer .right {width:100%;}
  .blog-home .wrap {flex-wrap:wrap;}
  .blog-home .blog-left {width:100%;}
  .blog-home .blog-right {width:100%;}
  .banner.webinar-post {padding:70px 0; background-size:cover;}
  .banner.webinar-post .lefty {padding-bottom:25px;}
  .gamification .wide-split .flexy {margin-top:0;}
  .blog-home {margin-top:0;}
  .blog-listing-featured .blog-left .above-header {flex-wrap:wrap;}
  .blog-listing-featured .blog-left .above-header .tags {padding:5px 0;}
  .blog-listing-featured .blog-left .above-header .time-date {padding:5px 0;}
  .blog-home .blog-left .above-header {flex-wrap:wrap;}
  .blog-home .blog-left .above-header .tags {padding:5px 0;}
  .blog-home .blog-left .above-header .time-date {padding:5px 0;}
  .webinar-recent .single .tags {display:flex; flex-wrap:wrap;}
  .webinar-recent .single .post-title {padding:0;}
  .contact-us-module {padding:70px 0; background-size:cover;}
  .contact-us-module .lefty {padding-bottom:25px; order: 1; padding-top: 50px;}
  .demo-module {padding:70px 0; background-size:cover;}
  .demo-module .righty { order:1; padding-bottom:25px;}
  .demo-module .lefty {padding-bottom:50px; padding-right:0; order:2;}
  .banner.ebook-post {padding:70px 0; background-size:cover;}
  .banner.ebook-post .lefty {padding-bottom:25px;}
  .blog-resource-category .wrap {flex-wrap:wrap;}
  .blog-resource-category .blog-left-outer {width:100%;}
  .blog-resource-category .blog-right-outer {width:100%;}
  .blog-resource-two .wrap {flex-wrap:wrap;}
  .blog-resource-two .blog-full {width:100%; padding:40px;}
  .blog-resource-two .blog-right {width:100%;}
  .blog-listing-featured .wrap {flex-wrap:wrap;padding:20px 40px;}
  .blog-listing-featured .blog-left {width:100%;}
  .blog-listing-featured .blog-right {width:100%;}
  .featured-webinar .wrap {flex-wrap:wrap;}
  .featured-webinar .blog-left {width:100%;}
  .featured-webinar .blog-right {width:100%;}
  .provide-opportunities .wide-split .inner-wrap {margin:0;}
  .provide-opportunities .wide-split {flex-wrap:wrap;}
  .provide-opportunities .wide-split .left {width:100%;}
  .provide-opportunities .wide-split .right {width:100%;}
  .logo-slider-outer .wrapper2 {margin:0;}
  .logo-slider-outer-a .wrapper2 {margin:0;}
  .image-text-content .left {width:100%; padding:50px 15px;}
  .image-text-content .right {width:100%;}
  .webinar-two-col {margin-top:0;}
  .webinar-two-col .left {width:100%; padding:50px 15px;}
  .webinar-two-col .right {width:100%;}
  .banner .wrapper {text-align:center;}
  .logo-slider-outer .wrapper2 .logo-title {padding-left:0; text-align:center;}
  .logo-slider-outer-a .wrapper2 .logo-title {padding-left:0; text-align:center;}
  .display-title {text-align:center;}
  .image-text-icons .right {padding: 50px 15px;}
  .image-text-icons .right h2 { text-align:center;}
  .image-text-icons .right .button-one { text-align:center;}
  .image-text-icons .right .icon-list .list-text { font-size:20px; }
  .image-text-icons .right .icon-list .list-text.short {max-width:100%; }
  .image-text-icons .right .icon-list .outer-icon {width:20%;}
  .image-text-icons .right .icon-list .list-text {width:80%;}
  .image-text-icons .right .icon-list .list-text.short {max-width:100%;}
  .image-text-icons-partner .right {padding: 50px 25px 25px;}
  .image-text-icons-partner .right h2 { text-align:center;}
  .image-text-icons-partner .right .content { text-align:center;}
  .image-text-icons-partner .right .button-one { text-align:center;}
  .image-text-icons-partner .right .icon-list .list-text { font-size:20px; }
  .image-text-icons-partner .right .icon-list .list-text.short {max-width:100%; }
  .image-text-icons-partner .right .icon-list .outer-icon {width:20%;}
  .image-text-icons-partner .right .icon-list .list-text {width:80%;}
  .image-text-icons-partner .right .icon-list .list-text.short {max-width:100%;}
  .webinar-speakers .left {padding: 50px 15px;}
  .webinar-speakers .left h2 { text-align:center;}
  .webinar-speakers .left .button-one { text-align:center;}
  .webinar-speakers .left .icon-list .list-text.short {max-width:100%;}
  .webinar-speakers .left .icon-list .outer-icon {}
  .webinar-speakers .left .icon-list .list-text {width:80%;}
  .webinar-speakers .left .icon-list .list-text.short {max-width:100%;}
  .ebook-speakers .left {padding: 50px 15px;}
  .ebook-speakers .left h2 { text-align:center;}
  .ebook-speakers .left .button-one { text-align:center;}
  .ebook-speakers .left .icon-list .list-text.short {max-width:100%;}
  .ebook-speakers .left .icon-list .outer-icon {}
  .ebook-speakers .left .icon-list .list-text {width:80%;}
  .ebook-speakers .left .icon-list .list-text.short {max-width:100%;}
  .cs-speakers .left {padding: 50px 15px;}
  .cs-speakers .left h2 { text-align:center;}
  .cs-speakers .left .button-one { text-align:center;}
  .cs-speakers .left .icon-list .list-text.short {max-width:100%;}
  .cs-speakers .left .icon-list .outer-icon {}
  .cs-speakers .left .icon-list .list-text {width:80%;}
  .cs-speakers .left .icon-list .list-text.short {max-width:100%;}
  .kh-speakers .left {padding: 50px 15px;}
  .kh-speakers .left h2 { text-align:center;}
  .kh-speakers .left .button-one { text-align:center;}
  .kh-speakers .left .icon-list .list-text.short {max-width:100%;}
  .kh-speakers .left .icon-list .outer-icon {}
  .kh-speakers .left .icon-list .list-text {width:80%;}
  .kh-speakers .left .icon-list .list-text.short {max-width:100%;}
  .overlay-text-icons .right {padding: 50px 15px;}
  .overlay-text-icons .right h2 { text-align:center;}
  .overlay-text-icons .right .button-one { text-align:center;}
  .overlay-text-icons .right .icon-list .list-text.short {max-width:100%;}
  .overlay-text-icons .right .icon-list .outer-icon {width:20%;}
  .overlay-text-icons .right .icon-list .list-text {width:80%; font-size:18px;}
  .overlay-text-icons .right .icon-list .list-text.short {max-width:100%;}
  .overlay-text-icons .right .icon-list .list-text.full { text-align:center;}
  .image-text-content .left, .image-text-content .right {text-align:center;}
  .webinar-two-col .left, .webinar-two-col .right {text-align:center;}
  .provide-opportunities {background:rgba(57, 203, 215, 1); padding:50px 0 0;}
  .provide-opportunities .content {padding-top:20px;}
  .provide-opportunities .wide-split .left { text-align:center; padding:25px 15px;}
  .provide-opportunities .wide-split .left .title {max-width:100%;}
  .gamification .wrap .outer-box:nth-child(3) {padding-top:10px;}
  .gamification .wide-split .inner-wrap {margin-left:0; background:transparent;padding-top:50px;}
  .gamification {background:#e5f8fa; padding:50px 0 0;}
  .gamification .content {padding-top:20px;}
  .gamification .wide-split .left { text-align:center; padding:25px 15px;width:100%;}
  .gamification .wide-split .left img {max-width:80%;}
  .gamification .wide-split .right {width:100%;margin:0 auto; text-align:center; padding:10px;}
  .gamification .wide-split .left .title {max-width:100%;}
  .gamification .wrap {flex-wrap:nowrap;}
  .gamification .wide-split .right img {position:relative;}
  .gamification .wide-split {padding-top:25px;}
  .webinar-speakers {padding:50px 0;}
  .webinar-speakers .outer-wrap {position:relative;margin-left:0; left:auto; margin-top:0;}
  .ebook-speakers {padding:50px 0;}
  .ebook-speakers .outer-wrap {position:relative;margin-left:0; left:auto; margin-top:0;}
  .cs-speakers {padding:50px 0;}
  .cs-speakers .outer-wrap {position:relative;margin-left:0; left:auto; margin-top:0;}
  .kh-speakers {padding:50px 0;}
  .kh-speakers .outer-wrap {position:relative;margin-left:0; left:auto; margin-top:0;}
  .scalable-training {background:rgba(57, 203, 215, 1); padding:50px 0 0;}
  .scalable-training .content {padding-top:20px;}
  .scalable-training .wide-split .left { text-align:center; padding:25px 15px;}
  .scalable-training .wide-split .left .title {max-width:100%;}
  .scalable-training .image-container .mobile {display:inline-block;}
  .scalable-training .image-container .desktop {display:none;}
  .scalable-training-two {background:rgba(57, 203, 215, 1); padding:50px 0 0;}
  .scalable-training-two .content {padding-top:20px;padding-bottom:0;}
  .scalable-training-two .wide-split .left { text-align:center; padding:25px 15px;}
  .scalable-training-two .wide-split .left .title {max-width:100%;}
  .scalable-training-two .image-container .mobile {display:inline-block;}
  .scalable-training-two .image-container .desktop {display:none;}
  .scalable-training-two .flexy .left { width:100%;}
  .scalable-training-two .flexy .right {width:100%;}
  .provide-opportunities .wide-split .right img {position:relative;}
  .provide-opportunities .wide-split {padding-top:25px;}
  .quote-section .wrapper .box {text-align:center;}
  .quote-section .box .icon {margin:0 auto;}
  .quote-section.webinar {position:relative; margin-top:0px;}
  .save-my-spot .wrapper .box {text-align:center;}
  .save-my-spot .box .icon {margin:0 auto;}
  .lead-section .right-part { text-align:center;}
  .resource-subscribe .right-part { text-align:center;}
  .overlay-section .right-part { text-align:center;}
  .blog-home .blog-right {padding:0;}
  .blog-home .blog-right .blog-right-inner .bottom-part {width:100%; padding:10px 0;}
  .blog-home .blog-right .blog-right-inner .post-image {width:100%;}
  .blog-home .blog-right .blog-right-inner {flex-wrap:wrap;}
  .blog-home .blog-right .blog-right-inner .post-image {height:250px;}
  .blog-home .blog-left {padding:20px;}
  .blog-home .blog-left .bottom-part {padding:10px 0px;}
  .blog-home .blog-left .post-image a img {height:250px;object-fit:cover; width:100%;}
  .blog-resource-category .blog-right {padding:0;}
  .blog-resource-category .blog-right .blog-right-inner .bottom-part {width:100%; padding:10px 0;}
  .blog-resource-category .blog-right .blog-right-inner .post-image {width:100%;}
  .blog-resource-category .blog-right .blog-right-inner {flex-wrap:wrap;}
  .blog-resource-category .blog-right .blog-right-inner .post-image {height:250px;}
  .blog-resource-category .blog-left {padding:20px;}
  .blog-resource-category .blog-left .bottom-part {padding:10px 0px;}
  .blog-resource-category .blog-left .post-image a img {height:250px;object-fit:cover;}
  .blog-resource-two .blog-right {padding:0;}
  .blog-resource-two .blog-right .blog-right-inner .bottom-part {width:100%; padding:10px 0;}
  .blog-resource-two .blog-right .blog-right-inner .post-image {width:100%;}
  .blog-resource-two .blog-right .blog-right-inner {flex-wrap:wrap;}
  .blog-resource-two .blog-right .blog-right-inner .post-image {height:250px;}
  .blog-resource-two .blog-full .bottom-part {padding:10px 0px;}
  .blog-resource-two .blog-full .post-image a img {height:250px;object-fit:cover;}
  .blog-listing-featured .blog-right {padding:0;}
  .blog-listing-featured .blog-right .blog-right-inner .bottom-part {width:100%; padding:10px 0;}
  .blog-listing-featured .blog-right .blog-right-inner .post-image {width:100%;}
  .blog-listing-featured .blog-right .blog-right-inner {flex-wrap:wrap;}
  .blog-listing-featured .blog-right .blog-right-inner .post-image {height:250px;}
  .blog-listing-featured .blog-left {padding:20px;}
  .blog-listing-featured .blog-left .bottom-part {padding:10px 0px;}
  .blog-listing-featured .blog-left .post-image a img {height:250px;object-fit:cover; width:100%;}
  .featured-webinar .blog-right {padding:0;}
  .featured-webinar .blog-right .blog-right-inner .bottom-part {width:100%; padding:10px 0;}
  .featured-webinar .blog-right .blog-right-inner .post-image {width:100%;}
  .featured-webinar .blog-right .blog-right-inner {flex-wrap:wrap;}
  .featured-webinar .blog-right .blog-right-inner .post-image {height:250px;}
  .featured-webinar .blog-left {padding:20px;}
  .featured-webinar .blog-left .bottom-part {padding:10px 0px;}
  .featured-webinar .blog-left .post-image a img {object-fit:cover;}
  .logo-slider .slick-list:before {display:none;}
  .assurances .full-row .col5 {width:100%;}
  .assurances .full-row {flex-wrap:wrap;}
  .gamification .wrap .outer-box {padding:10px; width:100%;}
  .gamification .wrap .outer-box:first-child {padding-top:10px;}
  .gamification .wrap .box .icon .imgout {padding:15px;}
  .gamification .wrap .box { padding:50px 0;}
  .resource-subscribe {margin-bottom:0;}
  .resource-subscribe .left-part { padding: 50px 20px 0; text-align:center;}
  .resource-subscribe .right-part {padding:25px 0 50px;}
  .webinar-recent .view-more-outer {margin-left:0;}
  .webinar-recent {padding:50px 0;}
  .webinar-recent .single {width:100%; margin-right:0;}
  .kh-featured .view-more-outer {margin-left:0;}
  .kh-featured {padding:50px 0;}
  .kh-featured .single {width:100%; margin-right:0;}
  .kh-three .view-more-outer {margin-left:0;}
  .kh-three {padding:50px 0;}
  .kh-three .single {width:100%; margin-right:0;}
  .resource-subscribe .outer-wrapper .bg-blur {display:none;}
  .resource-subscribe .outer-wrapper:before {width:100%;}
  .featured-webinar {margin-top:0; padding-top:0;}
  .featured-webinar .blog-left .post-image a img {width:100%;}
  .banner.webinar { padding-top:150px; padding-bottom:50px;}
  .banner.blog-post-hero { padding-top:100px; padding-bottom:100px;}
  .featured-webinar {padding-top:100px;}
  .banner.thank-you {padding-top:70px; background:#fff;}
  .blog-resource-two .blog-full .blog-right-inner .bottom-part {padding-left:10px;}
  .blog-resource-two .blog-full .blog-wrap {padding:20px 0; }
  .blog-resource-two .blog-full .above-header .time-date {width:100%; display:flex; padding:0 5px;}  
  .blog-home .blog-left .above-header .time-date { padding-left:0;}
  .above-header .time-date {padding-left:0;}
  


  
  .lead-section .wrapper2 .wrapper .row {flex-wrap:wrap; flex-direction:column-reverse; }
  .lead-section .wrapper2 .wrapper .row .left-part {width:100%; padding-top:25px;}
  .lead-section .wrapper2 .wrapper .row .right-part {width:100%;}
  .lead-section.blue-sec .wrapper2 {padding:50px 0 0 0;}
  .lead-section.main .wrapper .row .left-part {width:100%; order: 2; margin:0 auto; text-align:center; max-width:85%; padding-bottom:25px;}
  .lead-section.main .wrapper .row .right-part {width:100%;}
  .lead-section.main .content { padding-left: 0; padding-bottom:25px;}
  .lead-section2 .wrapper2 .wrapper .row {flex-wrap:wrap; flex-direction:column-reverse; }
  .lead-section2 .wrapper2 .wrapper .row .left-part {width:100%; padding-top:25px;}
  .lead-section2 .wrapper2 .wrapper .row .right-part {width:100%;}
  .lead-section2.blue-sec .wrapper2 {padding:0px;}
  .lead-section2 .content {padding-top:0;}
  .lead-section2.main .wrapper .row .left-part {width:100%; order: 2; margin:0 auto; text-align:center; max-width:85%; padding-bottom:25px;}
  .lead-section2.main .wrapper .row .right-part {width:100%;}
  .lead-section2.main .content { padding-left: 0; padding-bottom:25px;}
  
  .blog-resource-category .blog-left .blog-right {padding:0;}
  .blog-resource-category .blog-left .blog-right-inner .bottom-part { padding:10px 0; width:100%;}
  .blog-resource-category .blog-left .blog-right-inner .post-image {width:100%; height:auto;}
  .blog-resource-category .blog-left .blog-right-inner .post-image a img {height:250px;}
  .blog-resource-category .blog-left .blog-right-inner { flex-wrap:wrap;}
  .blog-resource-two .blog-full .blog-right {padding:0;}
  .blog-resource-two .blog-full .blog-right-inner { flex-wrap:wrap;}
  .blog-resource-two .blog-full .blog-right-inner .post-image {width:100%; height:250px;}
  .blog-resource-two .blog-full .blog-right-inner .bottom-part { width:100%;}
  .blog-resource-two .blog-full .blog-right-outer { width:100%;}
  .blog-resource-category .blog-right-outer {margin-left:0;}
  .blog-listing-featured .top-title {padding:0 40px;}
  .blog-resource-two .blog-full h2 {padding: 0 20px;}
  .banner.legal {border-radius:0;}
  .banner.legal .image-section {bottom: 0;position: relative;right: 0;width: 100%;background: #fff;}
  .banner.legal .row {height:auto;}
  .banner.legal .row h1 {font-size:50px;}
  .banner.legal .link-section { flex-wrap:wrap; justify-content:center;padding-top:30px;}
  .banner.legal .link-section .link {padding-left:0; padding:10px; width:100%;}
  .webinar-recent .wrapper2 {margin-left:0px;}
  .webinar-recent .wrapper2 .wrapper .row {margin-left:0px;}
  .kh-featured .wrapper2 {margin-left:0px;}
  .kh-featured .wrapper2 .wrapper .row {margin-left:0px;}
  .kh-three .wrapper2 {margin-left:0px;}
  .kh-three .wrapper2 .wrapper .row {margin-left:0px;}
  .banner.kh-post-hero .wrapper2 { margin-left:0;}
  .banner.kh-post-hero .right .upper {justify-content:center;}
  .contact-us-module .location-wrap .location-item { width:100%; max-width:200px;}
  .contact-us-module .location-wrap {justify-content:center; text-align:center;}
  .contact-us-module .location-wrap .location-icon {margin:0 auto; display:inline-block;text-align:center;}
  .demo-module .location-wrap .location-item { width:100%; }
  .demo-module .location-wrap {justify-content:center;}
  .demo-module .location-wrap .location-item .location-name {font-size:20px;}
  .demo-module .location-wrap .location-item .location-address {font-size:16px;}
  .demo-module .location-wrap .location-icon {margin:0 auto; display:inline-block;text-align:center;}
  .demo-module .top-section {max-width:100%;text-align:center; padding-bottom:25px;}
  .demo-module .logo-slider-outer {margin-top:50px;}
  .about-team-members .members-inner {width:calc(100% / 2);}
  .we-care-deeply .cards-outer .card {width:calc(100%/2 - 20px);}
  .we-care-deeply .cards-outer .card-transparent { display:none;}
  .we-care-deeply .full-text {width:100%; float:left; text-align:center; margin-bottom:50px; background:rgba(255,255,255,0.6); border-radius:15px;}
  .quote-section.partner {margin-left:0; margin-bottom:0;}
  .partner-form {margin-left:0;}
  .partner-form fieldset.form-columns-2 {width:100%;}
  .partner-form fieldset.form-columns-1 { width:100%;margin-top:0;}
  .partner-form .hs_submit.hs-submit {margin-top:0;text-align:center;}
  .partner-form .wrapper .title {text-align:center;}
  .quote-section.partner .wrapper .box {max-width:80%; margin:0 auto;}
  .partner-form .wrapper{margin-top:70px!important; margin-bottom:70px!important;}
  .ecosystem-banner .row { text-align:center;}
  .ecosystem-banner .btn-wrapper { justify-content:center;}
  .six-cards .flexy .left .cards-outer .card { width:100%;}
  .eco-fifty .flexy {flex-wrap:wrap;}
  .eco-fifty .flexy .left {width:100%;}
  .eco-fifty .flexy .right {width:100%;}
  .eco-fifty-one .flexy {flex-wrap:wrap;}
  .eco-fifty-one .flexy .left {width:100%;}
  .eco-fifty-one .flexy .right {width:100%;}
  .eco-fifty-three .flexy {flex-wrap:wrap;}
  .eco-fifty-three .flexy .left {width:100%;}
  .eco-fifty-three .flexy .right {width:100%;}
  .eco-partner-form {margin-left:0;}
  .eco-partner-form fieldset.form-columns-2 {width:100%;}
  .eco-partner-form fieldset.form-columns-1 { width:100%;margin-top:0;}
  .eco-partner-form .hs_submit.hs-submit {margin-top:0;text-align:center;}
  .eco-partner-form .wrapper .title {text-align:center;}
  .eco-partner-form .wrapper{margin-top:70px!important; margin-bottom:70px!important;}
  .eco-partner-form fieldset.form-columns-3 { width:100%;}
  .eco-partner-form fieldset.form-columns-1 {position:relative;}
  .logo-opt-out .flexy .left {width:100%; padding-bottom:20px;}
  .logo-opt-out .flexy .right {width:100%;}
  .logo-opt-out .flexy .right form {justify-content:center;}
  .logo-opt-out .flexy .left h2 {text-align:center;}
  .eco-partner-form {padding-bottom:0;}
  .blue-content .flexy .left {width:100%;}
  .blue-content .flexy .right {width:100%;}
  .blue-content .right {position:relative;height:auto;}
  .blue-content .right img {position:relative; right:0; bottom:0;}
  .blue-content {margin-left:0;}
  .blue-content .flexy{margin-left:0;}
  .blue-content-inner {margin-left:0;margin-top:0;}
  .six-cards .flexy {flex-wrap:wrap; text-align:center;}
  .six-cards .flexy .left {width:100%; order: 2;}
  .six-cards .flexy .right h3 {padding-bottom:15px;}
  .six-cards .flexy .right {width:100%;padding-bottom:50px;padding-left:0;}
  .six-cards .flexy .left .cards-outer .card {margin-right:0;}
  .gamification .wrap .box .icon .imgout .step { top:0; left:0;}
  .gamification .content.name {font-size:12px;}
  .lead-section .wrapper .row .left-part img {max-width:100%;padding:0;}
  .scalable-training-two .flexy {flex-direction:column-reverse;}
  .scalable-training-two .flexy .right {text-align:center;}
  .join-our-team .wrapper2 {margin-left:0;}
  .join-our-team-inner {margin-left:0;}
  .join-our-team-inner .inner-text {text-align:center;}
}
@media(max-width:767px){
  .advance-table:first-child .td:last-child { display: none; }
  .advance-table .td:nth-child(1) { width: 70%; padding-left: 0; }
  .advance-table .td:nth-child(2) { width: 30%; }
  .advance-table  .table-header { text-align: center; padding: 0 0 20px; }
  .advance-table .table-header .td:nth-child(1) { display: none; }
  .advance-table .table-header .td:nth-child(2) { width: 100%; border-left: 0; padding: 0 0 20px; }
  .advance-table .table-footer .td:nth-child(1) { display: none; }
  .advance-table .table-footer .td:nth-child(2) { width: 100%; border: none; }
  .advance-table+.advance-table { display: block; margin-top: 40px; }
  .advance-table:nth-child(2) { }
  .advance-table:nth-child(2) .td:nth-child(3) { width: 30%; }
  .advance-table:nth-child(2) .table-header .td:nth-child(3) { width: 100%; border: none; padding: 0 0 10px; }
  .advance-table:nth-child(2) .table-contain .td:nth-child(2) { display: none; }
  .advance-table:nth-child(2) .td:nth-child(2) { display: none; }
  .advance-table:nth-child(2) .table-header .td:nth-child(1) { display: none; }
  .advance-table:nth-child(2) .table-footer .td:not(:last-child) { display: none; }
  .advance-table:nth-child(2) .table-footer .td:last-child { width: 100%; border: none; }
  .banner.legal .row h1 {font-size:40px;}
  .about-team-members .members-inner {width:100%;}
  .we-care-deeply .cards-outer .card {width:100%;}
  .blog-resource-category {padding: 0;}
  .lead-section {padding-bottom:0;}
  .lead-section2 {padding-bottom:0;}
  .benefit-section.stats {background:#fff;}
  .version_2 .statistics .stat-box h3 {font-size:22px;}
  .version_2 .statistics .stat-box h4{font-size:18px;}
}

@media(max-width:600px){
  .pricing-tab .tab-section { background: transparent; border-radius: 0; box-shadow: none; }
  .pricing-tab .tab-section .text ul { column-count: 1; }
  h2.price-label.v2 { font-size: 40px; }
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {background:#5d38df!important;}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {justify-content: center !important;}