@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", serif; */



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}








/* 1a. Containers */



/* 1b. Colors */












/* color */

.color\:primary_color{ color:#525355; }
.bg\:primary_color{ background-color:#525355; }
.hover\:primary_color:hover{ color:#525355; }

.color\:secondary_color{ color:#1F397D; }
.bg\:secondary_color{ background-color:#1F397D; }
.hover\:secondary_color:hover{ color:#1F397D; }

.color\:tertiary_color{ color:#27C6B6; }
.bg\:tertiary_color{ background-color:#27C6B6; }
.hover\:tertiary_color:hover{ color:#27C6B6; }

.color\:quaternary_color{ color:#D36135; }
.bg\:quaternary_color{ background-color:#D36135; }
.hover\:quaternary_color:hover{ color:#D36135; }



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

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

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

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

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

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

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

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

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

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

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

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


/* padding-margin */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/* -- Responsive Media -- */


@media(min-width:768px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

}


@media(min-width:992px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

}


@media(min-width:1200px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

}


@media(min-width:1400px){
  
  .xl\:p-0 { padding:0px; }
  .xl\:pt-0 { padding-top:0px; }
  .xl\:pb-0 { padding-bottom:0px; }
  .xl\:pl-0 { padding-left:0px; }
  .xl\:pr-0 { padding-right:0px; }
  .xl\:m-0 { margin:0px; }
  .xl\:mt-0 { margin-top:0px; }
  .xl\:mb-0 { margin-bottom:0px; }
  .xl\:ml-0 { margin-left:0px; }
  .xl\:mr-0 { margin-right:0px; }
  
  .xl\:p-5 { padding:5px; }
  .xl\:pt-5 { padding-top:5px; }
  .xl\:pb-5 { padding-bottom:5px; }
  .xl\:pl-5 { padding-left:5px; }
  .xl\:pr-5 { padding-right:5px; }
  .xl\:m-5 { margin:5px; }
  .xl\:mt-5 { margin-top:5px; }
  .xl\:mb-5 { margin-bottom:5px; }
  .xl\:ml-5 { margin-left:5px; }
  .xl\:mr-5 { margin-right:5px; }
  
  .xl\:p-10 { padding:10px; }
  .xl\:pt-10 { padding-top:10px; }
  .xl\:pb-10 { padding-bottom:10px; }
  .xl\:pl-10 { padding-left:10px; }
  .xl\:pr-10 { padding-right:10px; }
  .xl\:m-10 { margin:10px; }
  .xl\:mt-10 { margin-top:10px; }
  .xl\:mb-10 { margin-bottom:10px; }
  .xl\:ml-10 { margin-left:10px; }
  .xl\:mr-10 { margin-right:10px; }
  
  .xl\:p-15 { padding:15px; }
  .xl\:pt-15 { padding-top:15px; }
  .xl\:pb-15 { padding-bottom:15px; }
  .xl\:pl-15 { padding-left:15px; }
  .xl\:pr-15 { padding-right:15px; }
  .xl\:m-15 { margin:15px; }
  .xl\:mt-15 { margin-top:15px; }
  .xl\:mb-15 { margin-bottom:15px; }
  .xl\:ml-15 { margin-left:15px; }
  .xl\:mr-15 { margin-right:15px; }
  
  .xl\:p-20 { padding:20px; }
  .xl\:pt-20 { padding-top:20px; }
  .xl\:pb-20 { padding-bottom:20px; }
  .xl\:pl-20 { padding-left:20px; }
  .xl\:pr-20 { padding-right:20px; }
  .xl\:m-20 { margin:20px; }
  .xl\:mt-20 { margin-top:20px; }
  .xl\:mb-20 { margin-bottom:20px; }
  .xl\:ml-20 { margin-left:20px; }
  .xl\:mr-20 { margin-right:20px; }
  
  .xl\:p-25 { padding:25px; }
  .xl\:pt-25 { padding-top:25px; }
  .xl\:pb-25 { padding-bottom:25px; }
  .xl\:pl-25 { padding-left:25px; }
  .xl\:pr-25 { padding-right:25px; }
  .xl\:m-25 { margin:25px; }
  .xl\:mt-25 { margin-top:25px; }
  .xl\:mb-25 { margin-bottom:25px; }
  .xl\:ml-25 { margin-left:25px; }
  .xl\:mr-25 { margin-right:25px; }
  
  .xl\:p-30 { padding:30px; }
  .xl\:pt-30 { padding-top:30px; }
  .xl\:pb-30 { padding-bottom:30px; }
  .xl\:pl-30 { padding-left:30px; }
  .xl\:pr-30 { padding-right:30px; }
  .xl\:m-30 { margin:30px; }
  .xl\:mt-30 { margin-top:30px; }
  .xl\:mb-30 { margin-bottom:30px; }
  .xl\:ml-30 { margin-left:30px; }
  .xl\:mr-30 { margin-right:30px; }
  
  .xl\:p-35 { padding:35px; }
  .xl\:pt-35 { padding-top:35px; }
  .xl\:pb-35 { padding-bottom:35px; }
  .xl\:pl-35 { padding-left:35px; }
  .xl\:pr-35 { padding-right:35px; }
  .xl\:m-35 { margin:35px; }
  .xl\:mt-35 { margin-top:35px; }
  .xl\:mb-35 { margin-bottom:35px; }
  .xl\:ml-35 { margin-left:35px; }
  .xl\:mr-35 { margin-right:35px; }
  
  .xl\:p-40 { padding:40px; }
  .xl\:pt-40 { padding-top:40px; }
  .xl\:pb-40 { padding-bottom:40px; }
  .xl\:pl-40 { padding-left:40px; }
  .xl\:pr-40 { padding-right:40px; }
  .xl\:m-40 { margin:40px; }
  .xl\:mt-40 { margin-top:40px; }
  .xl\:mb-40 { margin-bottom:40px; }
  .xl\:ml-40 { margin-left:40px; }
  .xl\:mr-40 { margin-right:40px; }
  
  .xl\:p-45 { padding:45px; }
  .xl\:pt-45 { padding-top:45px; }
  .xl\:pb-45 { padding-bottom:45px; }
  .xl\:pl-45 { padding-left:45px; }
  .xl\:pr-45 { padding-right:45px; }
  .xl\:m-45 { margin:45px; }
  .xl\:mt-45 { margin-top:45px; }
  .xl\:mb-45 { margin-bottom:45px; }
  .xl\:ml-45 { margin-left:45px; }
  .xl\:mr-45 { margin-right:45px; }
  
  .xl\:p-50 { padding:50px; }
  .xl\:pt-50 { padding-top:50px; }
  .xl\:pb-50 { padding-bottom:50px; }
  .xl\:pl-50 { padding-left:50px; }
  .xl\:pr-50 { padding-right:50px; }
  .xl\:m-50 { margin:50px; }
  .xl\:mt-50 { margin-top:50px; }
  .xl\:mb-50 { margin-bottom:50px; }
  .xl\:ml-50 { margin-left:50px; }
  .xl\:mr-50 { margin-right:50px; }
  
  .xl\:p-55 { padding:55px; }
  .xl\:pt-55 { padding-top:55px; }
  .xl\:pb-55 { padding-bottom:55px; }
  .xl\:pl-55 { padding-left:55px; }
  .xl\:pr-55 { padding-right:55px; }
  .xl\:m-55 { margin:55px; }
  .xl\:mt-55 { margin-top:55px; }
  .xl\:mb-55 { margin-bottom:55px; }
  .xl\:ml-55 { margin-left:55px; }
  .xl\:mr-55 { margin-right:55px; }
  
  .xl\:p-60 { padding:60px; }
  .xl\:pt-60 { padding-top:60px; }
  .xl\:pb-60 { padding-bottom:60px; }
  .xl\:pl-60 { padding-left:60px; }
  .xl\:pr-60 { padding-right:60px; }
  .xl\:m-60 { margin:60px; }
  .xl\:mt-60 { margin-top:60px; }
  .xl\:mb-60 { margin-bottom:60px; }
  .xl\:ml-60 { margin-left:60px; }
  .xl\:mr-60 { margin-right:60px; }
  
  .xl\:p-65 { padding:65px; }
  .xl\:pt-65 { padding-top:65px; }
  .xl\:pb-65 { padding-bottom:65px; }
  .xl\:pl-65 { padding-left:65px; }
  .xl\:pr-65 { padding-right:65px; }
  .xl\:m-65 { margin:65px; }
  .xl\:mt-65 { margin-top:65px; }
  .xl\:mb-65 { margin-bottom:65px; }
  .xl\:ml-65 { margin-left:65px; }
  .xl\:mr-65 { margin-right:65px; }
  
  .xl\:p-70 { padding:70px; }
  .xl\:pt-70 { padding-top:70px; }
  .xl\:pb-70 { padding-bottom:70px; }
  .xl\:pl-70 { padding-left:70px; }
  .xl\:pr-70 { padding-right:70px; }
  .xl\:m-70 { margin:70px; }
  .xl\:mt-70 { margin-top:70px; }
  .xl\:mb-70 { margin-bottom:70px; }
  .xl\:ml-70 { margin-left:70px; }
  .xl\:mr-70 { margin-right:70px; }
  
  .xl\:p-75 { padding:75px; }
  .xl\:pt-75 { padding-top:75px; }
  .xl\:pb-75 { padding-bottom:75px; }
  .xl\:pl-75 { padding-left:75px; }
  .xl\:pr-75 { padding-right:75px; }
  .xl\:m-75 { margin:75px; }
  .xl\:mt-75 { margin-top:75px; }
  .xl\:mb-75 { margin-bottom:75px; }
  .xl\:ml-75 { margin-left:75px; }
  .xl\:mr-75 { margin-right:75px; }
  
  .xl\:p-80 { padding:80px; }
  .xl\:pt-80 { padding-top:80px; }
  .xl\:pb-80 { padding-bottom:80px; }
  .xl\:pl-80 { padding-left:80px; }
  .xl\:pr-80 { padding-right:80px; }
  .xl\:m-80 { margin:80px; }
  .xl\:mt-80 { margin-top:80px; }
  .xl\:mb-80 { margin-bottom:80px; }
  .xl\:ml-80 { margin-left:80px; }
  .xl\:mr-80 { margin-right:80px; }
  
  .xl\:p-85 { padding:85px; }
  .xl\:pt-85 { padding-top:85px; }
  .xl\:pb-85 { padding-bottom:85px; }
  .xl\:pl-85 { padding-left:85px; }
  .xl\:pr-85 { padding-right:85px; }
  .xl\:m-85 { margin:85px; }
  .xl\:mt-85 { margin-top:85px; }
  .xl\:mb-85 { margin-bottom:85px; }
  .xl\:ml-85 { margin-left:85px; }
  .xl\:mr-85 { margin-right:85px; }
  
  .xl\:p-90 { padding:90px; }
  .xl\:pt-90 { padding-top:90px; }
  .xl\:pb-90 { padding-bottom:90px; }
  .xl\:pl-90 { padding-left:90px; }
  .xl\:pr-90 { padding-right:90px; }
  .xl\:m-90 { margin:90px; }
  .xl\:mt-90 { margin-top:90px; }
  .xl\:mb-90 { margin-bottom:90px; }
  .xl\:ml-90 { margin-left:90px; }
  .xl\:mr-90 { margin-right:90px; }
  
  .xl\:p-95 { padding:95px; }
  .xl\:pt-95 { padding-top:95px; }
  .xl\:pb-95 { padding-bottom:95px; }
  .xl\:pl-95 { padding-left:95px; }
  .xl\:pr-95 { padding-right:95px; }
  .xl\:m-95 { margin:95px; }
  .xl\:mt-95 { margin-top:95px; }
  .xl\:mb-95 { margin-bottom:95px; }
  .xl\:ml-95 { margin-left:95px; }
  .xl\:mr-95 { margin-right:95px; }
  
  .xl\:p-100 { padding:100px; }
  .xl\:pt-100 { padding-top:100px; }
  .xl\:pb-100 { padding-bottom:100px; }
  .xl\:pl-100 { padding-left:100px; }
  .xl\:pr-100 { padding-right:100px; }
  .xl\:m-100 { margin:100px; }
  .xl\:mt-100 { margin-top:100px; }
  .xl\:mb-100 { margin-bottom:100px; }
  .xl\:ml-100 { margin-left:100px; }
  .xl\:mr-100 { margin-right:100px; }
  
  .xl\:p-105 { padding:105px; }
  .xl\:pt-105 { padding-top:105px; }
  .xl\:pb-105 { padding-bottom:105px; }
  .xl\:pl-105 { padding-left:105px; }
  .xl\:pr-105 { padding-right:105px; }
  .xl\:m-105 { margin:105px; }
  .xl\:mt-105 { margin-top:105px; }
  .xl\:mb-105 { margin-bottom:105px; }
  .xl\:ml-105 { margin-left:105px; }
  .xl\:mr-105 { margin-right:105px; }
  
  .xl\:p-110 { padding:110px; }
  .xl\:pt-110 { padding-top:110px; }
  .xl\:pb-110 { padding-bottom:110px; }
  .xl\:pl-110 { padding-left:110px; }
  .xl\:pr-110 { padding-right:110px; }
  .xl\:m-110 { margin:110px; }
  .xl\:mt-110 { margin-top:110px; }
  .xl\:mb-110 { margin-bottom:110px; }
  .xl\:ml-110 { margin-left:110px; }
  .xl\:mr-110 { margin-right:110px; }
  
  .xl\:p-115 { padding:115px; }
  .xl\:pt-115 { padding-top:115px; }
  .xl\:pb-115 { padding-bottom:115px; }
  .xl\:pl-115 { padding-left:115px; }
  .xl\:pr-115 { padding-right:115px; }
  .xl\:m-115 { margin:115px; }
  .xl\:mt-115 { margin-top:115px; }
  .xl\:mb-115 { margin-bottom:115px; }
  .xl\:ml-115 { margin-left:115px; }
  .xl\:mr-115 { margin-right:115px; }
  
  .xl\:p-120 { padding:120px; }
  .xl\:pt-120 { padding-top:120px; }
  .xl\:pb-120 { padding-bottom:120px; }
  .xl\:pl-120 { padding-left:120px; }
  .xl\:pr-120 { padding-right:120px; }
  .xl\:m-120 { margin:120px; }
  .xl\:mt-120 { margin-top:120px; }
  .xl\:mb-120 { margin-bottom:120px; }
  .xl\:ml-120 { margin-left:120px; }
  .xl\:mr-120 { margin-right:120px; }
  
  .xl\:p-125 { padding:125px; }
  .xl\:pt-125 { padding-top:125px; }
  .xl\:pb-125 { padding-bottom:125px; }
  .xl\:pl-125 { padding-left:125px; }
  .xl\:pr-125 { padding-right:125px; }
  .xl\:m-125 { margin:125px; }
  .xl\:mt-125 { margin-top:125px; }
  .xl\:mb-125 { margin-bottom:125px; }
  .xl\:ml-125 { margin-left:125px; }
  .xl\:mr-125 { margin-right:125px; }
  
  .xl\:p-130 { padding:130px; }
  .xl\:pt-130 { padding-top:130px; }
  .xl\:pb-130 { padding-bottom:130px; }
  .xl\:pl-130 { padding-left:130px; }
  .xl\:pr-130 { padding-right:130px; }
  .xl\:m-130 { margin:130px; }
  .xl\:mt-130 { margin-top:130px; }
  .xl\:mb-130 { margin-bottom:130px; }
  .xl\:ml-130 { margin-left:130px; }
  .xl\:mr-130 { margin-right:130px; }
  
  .xl\:p-135 { padding:135px; }
  .xl\:pt-135 { padding-top:135px; }
  .xl\:pb-135 { padding-bottom:135px; }
  .xl\:pl-135 { padding-left:135px; }
  .xl\:pr-135 { padding-right:135px; }
  .xl\:m-135 { margin:135px; }
  .xl\:mt-135 { margin-top:135px; }
  .xl\:mb-135 { margin-bottom:135px; }
  .xl\:ml-135 { margin-left:135px; }
  .xl\:mr-135 { margin-right:135px; }
  
  .xl\:p-140 { padding:140px; }
  .xl\:pt-140 { padding-top:140px; }
  .xl\:pb-140 { padding-bottom:140px; }
  .xl\:pl-140 { padding-left:140px; }
  .xl\:pr-140 { padding-right:140px; }
  .xl\:m-140 { margin:140px; }
  .xl\:mt-140 { margin-top:140px; }
  .xl\:mb-140 { margin-bottom:140px; }
  .xl\:ml-140 { margin-left:140px; }
  .xl\:mr-140 { margin-right:140px; }
  
  .xl\:p-145 { padding:145px; }
  .xl\:pt-145 { padding-top:145px; }
  .xl\:pb-145 { padding-bottom:145px; }
  .xl\:pl-145 { padding-left:145px; }
  .xl\:pr-145 { padding-right:145px; }
  .xl\:m-145 { margin:145px; }
  .xl\:mt-145 { margin-top:145px; }
  .xl\:mb-145 { margin-bottom:145px; }
  .xl\:ml-145 { margin-left:145px; }
  .xl\:mr-145 { margin-right:145px; }
  
  .xl\:p-150 { padding:150px; }
  .xl\:pt-150 { padding-top:150px; }
  .xl\:pb-150 { padding-bottom:150px; }
  .xl\:pl-150 { padding-left:150px; }
  .xl\:pr-150 { padding-right:150px; }
  .xl\:m-150 { margin:150px; }
  .xl\:mt-150 { margin-top:150px; }
  .xl\:mb-150 { margin-bottom:150px; }
  .xl\:ml-150 { margin-left:150px; }
  .xl\:mr-150 { margin-right:150px; }
  

  
  .xl\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .xl\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .xl\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .xl\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .xl\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .xl\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .xl\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .xl\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .xl\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .xl\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .xl\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .xl\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

}


/* 1c. Typography */

































/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */










/* -- btn3 -- */










/* 1e. Forms */


















/* 1g. Website header */






/* 1h. Website footer */











.container { max-width: 1320px; width: 100%; margin: auto; padding: 0 20px; }
.dnd-section, .content-wrapper--vertical-spacing, .content-wrapper { padding: 0; }

@media (min-width:1200px) and (max-width:1400px) { .container { max-width:1136px; } }
@media (min-width:992px) and (max-width:1199px) { .container { max-width:960px; } }
@media (min-width:768px) and (max-width:991px) { .container { max-width:720px; } }
@media (max-width:767px) { .container { max-width:100%; } }





*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 18px; }
body { font-size: 18px; color: #525355; font-family: "Poppins", sans-serif; line-height: 34px; padding:0; margin:0; font-weight: 400; letter-spacing: 0.32px; }

p { margin:0 0 20px; }
a { color:#D36135;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; text-decoration: none; }
a:hover, a:focus { color: #193982; }
a:active { color: #193982; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; }
.details ul, .content ul, .post-body ul { list-style: disc; }
.details ol, .content ol, .post-body ol {list-style: auto;}

.row-fluid [class*="span"] { min-height:1px; }
.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; }
.dnd-section .dnd-column { padding:0; }
.w100 { width:100%; display:inline-block; vertical-align:top; }
.dis-flex{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-center{ align-items: center; }
.row-reverse{ flex-direction: row-reverse; }
.col-reverse{ flex-direction: column-reverse; }
.justify-center { justify-content: center; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

/* Headings */

h1,
.h1 { font-size: 70px; font-weight: 300; color: #ffffff; line-height: 80px; margin: 0 0 15px; font-family: "Plus Jakarta Sans", serif; }
h1 span, .h1 span { font-weight: 700; }

h2,
.h2 { font-size: 50px; font-weight: 300; color: #525355; line-height: 55px; margin: 0 0 15px; font-family: "Plus Jakarta Sans", serif; }
h2 span, .h2 span { font-weight: 700; color: #1F397D; }

h3,
.h3 { font-size: 25px; font-weight: 600; color: #1F397D; line-height: 35px; margin: 0 0 15px; }

h4,
.h4 { font-size: 20px; font-weight: 600; color: #1F397D; line-height: 30px; margin: 0 0 15px; }

h5,
.h5 { font-size: 18px; font-weight: 600; color: #1F397D; line-height: 24px; margin: 0 0 15px; }

h6,
.h6 { font-size: 16px; font-weight: 400; color: #1F397D; line-height: 20px; margin: 0 0 15px; }

/* Blockquote */

blockquote { border-left-color: #1F397D; }





/* -- Button1 -- */

.btn1 a, a.btn1 { background: #193982; border: 1px solid #193982; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #fff; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 20px; line-height: 1; }
.btn1 a svg path, a.btn1 svg path { fill: #fff; transition: all 0.4s; }
.btn1 a svg, a.btn1 svg { width: 12px; transition: all 0.4s; margin-left: 10px; position: relative; top: 1px; }
.btn1 a:hover svg, a.btn1:hover svg { transform: rotate(45deg); }
.btn1 a:hover svg path, a.btn1:hover svg path { fill: #193982; }
.btn1 a:hover, a.btn1:hover { background: #fff; color: #193982; }

/* -- Button2 -- */
.btn2 a, a.btn2 { background: #27C6B6; border: 1px solid #27C6B6; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #fff; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 20px; line-height: 1; }
.btn2 a svg path, a.btn2 svg path { fill: #fff; transition: all 0.4s; }
.btn2 a svg, a.btn2 svg { width: 12px; transition: all 0.4s; margin-left: 10px; position: relative; top: 1px; }
.btn2 a:hover svg, a.btn2:hover svg { transform: rotate(45deg); }
.btn2 a:hover svg path, a.btn2:hover svg path { fill: #27C6B6; }
.btn2 a:hover, a.btn2:hover { background: #fff; color: #27C6B6; }

/* -- Button3 -- */
.btn3 a, a.btn3 { background: #D36135; border: 1px solid #D36135; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #fff; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 20px; line-height: 1; }
.btn3 a svg path, a.btn3 svg path { fill: #fff; transition: all 0.4s; }
.btn3 a svg, a.btn3 svg { width: 12px; transition: all 0.4s; margin-left: 10px; position: relative; top: 1px; }
.btn3 a:hover svg, a.btn3:hover svg { transform: rotate(45deg); }
.btn3 a:hover svg path, a.btn3:hover svg path { fill: #D36135; }
.btn3 a:hover, a.btn3:hover { background: #fff; color: #D36135; }

/* -- Button4 -- */
.btn4 a, a.btn4 { background: #FFFFFF; border: 1px solid #FFFFFF; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #193982; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 20px; line-height: 1; }
.btn4 a svg path, a.btn4 svg path { fill: #193982; transition: all 0.4s; }
.btn4 a svg, a.btn4 svg { width: 12px; transition: all 0.4s; margin-left: 10px; position: relative; top: 1px; }
.btn4 a:hover svg, a.btn4:hover svg { transform: rotate(45deg); }
.btn4 a:hover svg path, a.btn4:hover svg path { fill: #FFFFFF; }
.btn4 a:hover, a.btn4:hover { background: transparent; color: #FFFFFF; }

/* -- Button5 -- */
.btn5 a, a.btn5 { background: #FFFFFF; border: 1px solid #FFFFFF; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #27C6B6; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 20px; line-height: 1; }
.btn5 a svg path, a.btn5 svg path { fill: #27C6B6; transition: all 0.4s; }
.btn5 a svg, a.btn5 svg { width: 12px; transition: all 0.4s; margin-left: 10px; position: relative; top: 1px; }
.btn5 a:hover svg, a.btn5:hover svg { transform: rotate(45deg); }
.btn5 a:hover svg path, a.btn5:hover svg path { fill: #FFFFFF; }
.btn5 a:hover, a.btn5:hover { background: transparent; color: #FFFFFF; }






form, .submitted-message { font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
.form-title { color: #193982; }
form label { color: #171d1a; }
form legend { color: #171d1a; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea { border: 1px solid #193982;
 background-color: #ffffff; color: #171d1a; border-radius: 10px; -webkit-border-radius: 10px; height:45px; padding:10px 15px; width:100%; font-family: Poppins; font-weight: 500; }

/* Form placeholder text */

::-webkit-input-placeholder { color: #525355; position:relative; top:1px; }
::-moz-placeholder { color: #525355; position:relative; top:1px; }
:-ms-input-placeholder { color: #525355; position:relative; top:1px; }
::placeholder { color: #525355; position:relative; top:1px; }

form select { font-weight: 500; font-size: 16px; color: #4C5773; appearance: none; -webkit-appearance: none;  background-image: url(https://hs.zerocircle.net/hubfs/Form%20Arrow.svg); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; }

/* .hs-fieldtype-textarea.hs-input {  height: 90px;  border-radius: 20px; }
.hs-fieldtype-textarea .input { border: 1px solid #1f2d50; border-radius: 25px; overflow: hidden; } */
.hs-form-field textarea:focus { outline: none; border: 1px solid #1f2d50; }
/* .hs-form-field textarea { border: 0; } */


/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before { color: #171d1a; }
.fn-date-picker td.is-selected .pika-button { background: #525355; }
.fn-date-picker td .pika-button:hover { background-color: #525355 !important; }
.fn-date-picker td.is-today .pika-button { color: #525355; }

/* Submit button */
form input[type=submit], form .hs-button {
  padding-top: 11px;
padding-right: 23px;
padding-bottom: 11px;
padding-left: 23px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
  background-color: #193982;
  display: inline-block; border: 0;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; cursor: pointer;
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, form input[type=submit]:active, form .hs-button:active {
  background-color: #27c6b6; color: #ffffff;
}

.submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.field.hs-form-field + .hs_error_rollup { display:none; }
.hs_error_rollup { display:none; }
.hs-form input:focus-visible, .hs-form input:focus { border: 1px solid #193982;
; outline: none;}

.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 20px; }
.hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.hs-form fieldset .hs-input { width:100% !important; }
.hs-form fieldset { max-width:none; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {   
  .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}

.hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 20px; position:relative; }
.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; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-39px; top:6px;  content:''; width:20px; height:20px; border:1px solid transparent; color:#fafafa; background:#fafafa; border-radius: 4px; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#fff; color:#ffff; border-color:#fff; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-39px; top:0px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size: 12px; }
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:5px;  content:''; width:20px; height:20px; border:1px solid #1F2D50;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:9px;  content:''; width:12px; height:12px; border-color:#1F2D50; background:#1F2D50;  border-radius:100%; }

ul.no-list.hs-error-msgs.inputs-list { margin: 0; padding: 0;}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 12px;}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete { padding: 20px !important; }





.new-footer-section { background-color: #fff; }
.new-footer-section p { color: #525355; }
.new-footer-section h1,
.new-footer-section h2,
.new-footer-section h3,
.new-footer-section h4,
.new-footer-section h5,
.new-footer-section h6,
.new-footer-section label,
.new-footer-section span,
.new-footer-section li,
.new-footer-section img {
  color:#525355;
}
.new-footer-section .footer-menu ul li a { color:#525355; }
.new-footer-section .footer-menu ul li a:hover { color:#193982; }


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; display:inline-block; color:#fff; background:#333; width:72px; height:72px; font-size:0;  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: ""; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: ""; }
.slick-arrow.slick-disabled { display:none; }
.slick-arrow.slick-next {position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border-radius: 40px; width: 72px; height: 72px; left: auto; right: 0; border: 0; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/Frame%2048070.svg); background-repeat: no-repeat; background-position: center center; background-size: 72px;  transition:all 0.4s;}
.slick-arrow.slick-prev {position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border-radius: 40px; width: 72px; height: 72px; left: auto; right: 85px; border: 0; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/Frame%2048040.svg); background-repeat: no-repeat; background-position: center center; background-size: 72px; transition:all 0.4s;}

ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:25px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#202f7c4f; width:12px; height:12px; border-radius:50%; font-size:0;  cursor:pointer; padding:0; border: 0;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#202f7c; }



/* --- Header Section --- */

.new2024-header-section { position: fixed; top: 40px; left: 0; right: 0; margin: auto; width: 100%; z-index: 9999; background: #fff; border-radius: 30px; max-width: calc(100% - 80px); padding: 20px 0; box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.3); transition: all 0.4s; }
.new2024-header-section.sticky {top: 20px;}
.new2024-header-section .logo-part { width: 180px; }
.new2024-header-section .header-btn { width: 180px; text-align: right; }
.new2024-header-section .header-menu { width: calc(100% - 360px); text-align: center; }
.new2024-header-section .logo-part .logo-box { width: 164px; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper ul { padding: 0; margin: 0; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li { display: inline-block; position: relative; padding: 0 20px; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a { color: #525355; text-decoration: none; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper { position: absolute; top: 100%; background: #fff; width: 365px; text-align: left; border-radius: 0px 0px 10px 10px; padding: 35px 0 8px; left: 0; transition: all 0.4s; opacity: 0; visibility: hidden; transform: translateY(-7px); pointer-events: none; box-shadow: 0px 20px 36px -22px rgba(0, 0, 0, 0.2); }
.new2024-header-section .container { max-width: 100%; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a:hover { color: #D36135; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a span { font-size: 10px; font-weight: 500; color: #00c5b6;}
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a { color: #525355; width:100%; text-decoration: none; font-size: 16px; padding: 15px 15px 15px 68px; display: inline-block; position: relative; line-height: 1.5; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a:hover { color: #D36135; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: inherit; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { content: '\f078'; font-family: 'FontAwesome'; font-size: 11px; position: absolute; top: 1px; right: 4px; transition: all 0.4s; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after { transform: rotate(180deg); }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a { color: #D36135; }
.new2024-header-section .header-menu .header-btn {display: none;}
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.active a, .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul li.active a { color: #1c347f; font-weight: 600;}
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li:nth-last-child(2)>a { pointer-events: none; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a img { width: 50px; position: absolute; top: 2px; left: 15px; }
.new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.active-branch > a { color: #1c347f; font-weight: 600; }



/* --- Footer Section --- */

.new2024-footer-section { padding: 80px 0 0; }
.new2024-footer-section .top-part { padding-bottom: 30px; border-bottom: 1px solid #000000; }
.new2024-footer-section .top-part .left-part { width: 21%; }
.new2024-footer-section .top-part .center-part { width: 58%; padding: 0 20px 0 20px; display: flex; flex-wrap: wrap; }
.new2024-footer-section .top-part .right-part { width: 21%; }
.new2024-footer-section .top-part .left-part .logo-box { width: 164px; }
.new2024-footer-section .top-part .left-part .footer-social { padding: 50px 0 0; }
.new2024-footer-section .top-part .left-part .footer-social ul li { display: inline-block; margin-right: 5px; }
.new2024-footer-section .top-part .left-part .footer-social ul li a { width: 30px; height: 30px; background: #193982; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; line-height: 0; }
.new2024-footer-section .top-part .left-part .footer-social ul { padding: 0; margin: 0; }
.new2024-footer-section .top-part .left-part .footer-social ul li a svg { height: 18px; fill: #fff; }
.new2024-footer-section .top-part .left-part .footer-social ul li a:hover { background: #D36135; }
.new2024-footer-section .top-part .center-part .menu-box { width: 50%; }
.new2024-footer-section .top-part .center-part .menu-box ul { padding: 0; margin: 0; }
.new2024-footer-section .top-part .center-part .menu-box ul li a { color: #525355; font-weight: 500; text-decoration: none; line-height: 27px; }
.new2024-footer-section .top-part .center-part .menu-box ul li { padding-bottom: 13px; }
.new2024-footer-section .top-part .center-part .menu-box ul li a:hover { color: #D36135; }
.new2024-footer-section .top-part .right-part h3 { color: #525355; font-size: 20px; line-height: 30px; font-family: "Plus Jakarta Sans", serif; margin-bottom: 15px; }
.new2024-footer-section .top-part .right-part .content { font-size: 16px; line-height: 26px; }
.new2024-footer-section .top-part .right-part form { position: relative; }
.new2024-footer-section .top-part .right-part form .hs-form-field label { display: none; }
.new2024-footer-section .top-part .right-part form .hs-submit { position: absolute; top: -3px; left: auto; right: 6px; }
.new2024-footer-section .top-part .right-part form .hs-submit input.hs-button { font-size: 0; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/mail.svg); background-size: 15px; background-repeat: no-repeat; background-position: center center; width: 32px; height: 30px; padding: 0; border-radius: 5px; }
.new2024-footer-section .top-part .right-part form .hs-form-field input { height: 40px; border-color: #525355; border-radius: 5px; }
.new2024-footer-section .top-part .right-part form .hs-submit input.hs-button:focus { outline: none; border-color: #27c6b6; }
.new2024-footer-section .top-part .right-part form .hs-form-field input.error { border-color: #dd2a2a; }
.new2024-footer-section .top-part .center-part .menu-box:first-child { padding-left: 40px; }
.new2024-footer-section .top-part .center-part .menu-box:last-child { padding-left: 60px; }
.new2024-footer-section .footer-bottom { padding: 10px 0; font-size: 16px; line-height: 26px; font-family: "Plus Jakarta Sans", serif; justify-content: space-between; }
.new2024-footer-section .footer-bottom .privacy-menu ul { margin: 0; padding: 0; }
.new2024-footer-section .footer-bottom .privacy-menu ul li { display: inline-block; padding-right: 20px; position: relative; }
.new2024-footer-section .footer-bottom .privacy-menu ul li:before { content: ' '; top: 7px; left: auto; right: 7px; background: #525355; position: absolute; width: 1px; height: 14px; }
.new2024-footer-section .footer-bottom .privacy-menu ul li a { color: #525355; text-decoration: none; font-size: 16px; }
.new2024-footer-section .footer-bottom .privacy-menu ul li:last-child:before { display: none; }
.new2024-footer-section .footer-bottom .privacy-menu ul li a:hover { color: #D36135; }
.new2024-footer-section .footer-bottom .privacy-menu ul li:last-child { padding-right: 0;}
.new2024-footer-section .top-part .right-part .submitted-message { font-size: 13px; line-height: 1.4;}


.footer--no-navigation { background: rgba(248, 250, 252, 1); padding: 40px 0 40px; }
.footer--no-navigation .lp-social-footer ul { padding: 0; margin: 0; text-align: center; line-height: 0; }
.footer--no-navigation .lp-social-footer ul li { display: inline-block; padding: 0 3px; }
.footer--no-navigation .lp-social-footer ul li a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
.footer--no-navigation .lp-social-footer ul li a svg { height: 20px; transition:all 0.4s;}
.footer--no-navigation .lp-social-footer ul li a:hover svg { fill: #27c6b6; }


/* --- Hero Section --- */
.new2024-hero-section { padding: 330px 0 50px; border-radius: 30px; overflow: hidden; }
.new2024-hero-outer { padding: 20px; }
.new2024-hero-section .section-title h1 { max-width: 800px; width: 100%; }
.new2024-hero-section .section-title .content { padding: 10px 0 10px; max-width: 713px; width: 100%; color: #fff; }
.new2024-hero-section:before { content: ''; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/GradientHero.png); background-repeat: no-repeat; background-size: cover; background-position: center bottom; z-index: -1; }
.new2024-hero-section .hero-inner-wrap { border-top: 1px solid #fff; padding: 40px 0 0; }
.new2024-hero-section .box { width: calc(100% / 7 - 20px); margin: 0 10px 20px; }
.new2024-hero-section .hero-inner-wrap .wrap { margin: 0 -10px; }
.new2024-hero-section .box .icon { width: 45px; height: 45px; margin-bottom: 22px; }
.new2024-hero-section .box .icon img { width: 100%; height: 100% !important; !i; !; object-fit: contain; }
.new2024-hero-section .box .details { color: #fff; font-size: 16px; line-height: 27px; }
.new2024-hero-section .box a { text-decoration: none; }
#popupForm { display: none;}
#popupForm { background: rgb(255 255 255); max-width: 520px; width: 100%; border-radius: 20px; }
#popupForm form .hs-form-field { color: #525355; font-size: 16px; padding-bottom: 15px; }
#popupForm form .hs-submit { padding: 10px 0 0; }
#popupForm form .hs-submit input.hs-button { background-color: #193982; border: 1px solid #193982; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #fff; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 40px 15px 20px; line-height: 1; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/arroe.svg); background-size: 11px; background-repeat: no-repeat; background-position: calc(100% - 19px) center; }
#popupForm form .hs-submit input.hs-button:hover { opacity: 0.7; }
#popupForm form .hs-form-field input, #popupForm form .hs-form-field select, #popupForm form .hs-form-field textarea { border-color: #525355; }

/* --- Why we Section --- */
.new2024-why-we-section { padding: 130px 0 65px; }
.new2024-why-we-section .left-part { width: 41%; padding-right: 10px; }
.new2024-why-we-section .right-part { width: 59%; padding: 0 0 0 92px; }
.new2024-why-we-section .left-part .img-box { border-radius: 20px; display: none; }
.new2024-why-we-section .left-part .img-box.active { display: block; }
.new2024-why-we-section .left-part .img-box img { border-radius: 30px;}
.new2024-why-we-section .right-part .section-title { padding: 0 0 10px 0px; }
.new2024-why-we-section .right-part .acco-box { width: 100%; display: inline-block; vertical-align: top; margin: 0 0 30px; }
.new2024-why-we-section .right-part .acco-box .acco-title { border-bottom: 1px solid #193982; font-size: 20px; color: #193982; font-weight: 600; line-height: 30px; padding-bottom: 10px; position: relative; cursor: pointer; }
.new2024-why-we-section .right-part .acco-box .acco-content { padding: 10px 0 0; display:none; }
.new2024-why-we-section .right-part .acco-box .acco-content p { margin: 0; }
.new2024-why-we-section .right-part .acco-box .acco-title:before { content: ' '; top: 50%; left: auto; right: 0; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/plus.svg); width: 16px; height: 16px; position: absolute; background-size: 16px; background-repeat: no-repeat; transform: translateY(-50%); }
.new2024-why-we-section .right-part .acco-box.active .acco-title:before { background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/minus2.svg); }
.new2024-why-we-section .right-part .acco-box .acco-content .img-mobile-show { display: none;}

/* --- Our AI Section --- */
.new2024-ourai-section { padding: 65px 0 105px; }
.new2024-ourai-section .box { width: calc(100% / 2 - 24px); margin: 0 12px 25px; padding: 22px; border-radius: 20px; overflow: hidden;  }
.new2024-ourai-section .wrap { margin: 0 -12px; }
.new2024-ourai-section .section-title { padding-bottom: 45px; }
.new2024-ourai-section .box .left-side { width: calc(100% - 282px); padding: 0 25px 0 0; display: flex; align-items: center; }
.new2024-ourai-section .box .right-side { width: 282px; text-align: center; }
.new2024-ourai-section .box .right-side .icon { width: 100%; height: 100%; border-radius: 10px; padding: 20px; display: flex; align-items: center; justify-content: center; }
.new2024-ourai-section .box .left-side .content { font-size: 16px; line-height: 26px; }
.new2024-ourai-section .box .inner-cover { height: 100%; }


/* --- Video Section --- */
.new2024-video-outer { padding: 20px; }
.new2024-video-section { border-radius: 30px; padding: 480px 0 60px; overflow: hidden; }
.new2024-video-section .icon { width: 96px; height: 96px; }
.new2024-video-section .icon svg { width: 100%; height: 100%; }
.new2024-video-section h2 { margin: 0; color: #fff; padding: 0 0 0 50px; max-width: 700px; width: 100%; }
.new2024-video-section h2 span { color: #fff; }
.new2024-video-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/Gradientvideo.png); z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: center bottom;}
.new2024-video-section .icon:hover svg path { fill: #dc653d; }
.new2024-video-section .icon svg path { transition: all 0.4s; }


/* --- Sustainability Section --- */
.new2024-sustainability-section { padding: 110px 0 110px; }
.new2024-sustainability-section .left-part { width: 48%; text-align: center; padding-right: 30px; }
.new2024-sustainability-section .right-part { width: 52%; }
.new2024-sustainability-section .left-part .img-box { background: #1939820D; border-radius: 20px; max-width: 512px; width: 100%; padding: 17px; }
/* .new2024-sustainability-section .left-part .img-box img { border-radius: 20px; } */
.new2024-sustainability-section .right-part .content { padding: 15px 0 10px; }


/* --- Get Started Section --- */
.new2024-getstarted-outer { padding: 20px; }
.new2024-getstarted-section { border-radius: 30px; overflow: hidden; padding: 290px 0 41px; }
.new2024-getstarted-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/GradientGetStarted.png); z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
.new2024-getstarted-section .list { color: #fff; font-size: 16px; position: relative; line-height: 25px; padding: 0 21px 20px 25px; }
.new2024-getstarted-section .list:before { content: ' '; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/tick.svg); width: 17px; height: 13px; position: absolute; background-repeat: no-repeat; background-size: contain; background-position: center center; left: 0; top: 6px; }
.new2024-getstarted-section .list:last-child { padding-right: 0; }
.new2024-getstarted-section h2 { color: #fff; }
.new2024-getstarted-section h2 span { color: #fff; }
.new2024-getstarted-section .section-title { justify-content: space-between; }
.new2024-getstarted-section .details { color: #fff; padding: 40px 0 0; font-size: 16px; line-height: 26px; }


/* --- Logo Section --- */
.new2024-logo-section { padding: 50px 0; margin: 110px 0; }
.new2024-logo-section .logo-slider .slick-slide { padding: 0 25px; }
.new2024-logo-section .logo-slider .slick-slide .logo-box { height: 40px; display: flex !important; align-items: center; justify-content: center; }
.new2024-logo-section .logo-slider .slick-slide .logo-box img { height: 100% !important; object-fit: contain; width: 100%; transition:all 0.4s; }
.new2024-logo-section .logo-slider .slick-slide .logo-box img:hover { filter: brightness(1); }


/* --- Industry Section --- */
.new2024-indistry-outer { padding: 20px; }
.new2024-industry-section { border-radius: 30px; padding: 330px 0 60px; overflow: hidden; }
.new2024-industry-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/Gradientind.png); z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
.new2024-industry-section .container { max-width: 100%; padding: 0; }
.new2024-industry-section .box { background: #e8ecf3; border-radius: 20px; transition: all 0.4s; min-height: 115px; display: flex !important; align-items: center; flex-wrap: wrap; padding: 40px; }
.new2024-industry-section .slick-center .box, .new2024-industry-section .box.active { background: rgb(25 57 130 / 80%); backdrop-filter: blur(10px); pointer-events: inherit; }
.new2024-industry-section .slick-slide { margin: 0 12px; }
.new2024-industry-section .box .content { padding: 0 40px 40px; font-size: 16px; line-height: 26px; display: none; }
.new2024-industry-section .slick-slide.slick-current .content { padding: 25px 0 0; font-size: 16px; line-height: 26px; color: #fff;  display: block; }
.new2024-industry-section .slick-track { display: flex; align-items: flex-end; }
.new2024-industry-section .box h4 { margin: 0; font-size: 25px; width:100%;  padding: 0px;  }
.new2024-industry-section .slick-center .box h4, .new2024-industry-section .box.active h4 { color: #fff; cursor: pointer; }
.new2024-industry-section .content-wrapper { padding: 0;}
.new2024-industry-section .image-bg-slider img { position: absolute; top: 0; left: 0; height: 100% !important; width: 100%; object-fit: cover; }
.new2024-industry-section .image-bg-slider { position: absolute; top: 0; width: 100%; height: 100%; }
.new2024-industry-section .image-bg-slider .slick-list.draggable { width: 100%; height: 100%; }
.new2024-industry-section .image-bg-slider .slick-track { display: block; width: 100%; height: 100% !important;}
.new2024-industry-section .image-bg-slider .slick-list.draggable .slick-slide { margin: 0; height: 100% !important; }
.new2024-industry-section .slick-center .box a.full-box-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.new2024-indistry-outer .section-title { padding: 0 0 110px;}
.new2024-indistry-outer .arrow-box { width: 100%; display: inline-block; position: relative; height: 72px; padding: 120px 0 0; }
.new2024-indistry-outer .arrow-box .slick-arrow.slick-prev { left: calc(50% - 50px); right: auto; }
.new2024-indistry-outer .arrow-box button.slick-next.slick-arrow { left: calc(50% + 50px); right: auto; }


/* --- Banner Section --- */
.new2024-banner-outer { padding: 20px; }
.new2024-banner-section { padding: 205px 0 90px; border-radius: 30px; overflow: hidden; min-height: 650px; display: flex; align-items: center; }
.new2024-banner-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/GradienBanner.png); z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
.new2024-banner-section .section-title .content { color: #fff; max-width: 547px; width: 100%; padding: 15px 0 0; }
.about-page.new2024-banner-section .section-title .content { max-width: 950px;width: 100%;}

/* --- About Section --- */
.new2024-about-section { padding: 110px 0 105px; }
.new2024-about-section .top-part { padding: 0 0 100px; }
.new2024-about-section .top-part .left-part { width: 41%; padding-right: 10px; }
.new2024-about-section .top-part .right-part { width: 59%; padding: 0 0 0 92px; }
.new2024-about-section .bottom-part .box { width: calc(100% / 2  - 24px); margin: 0 12px 25px; border-radius: 20px; padding: 40px; }
.new2024-about-section .bottom-part .wrap { margin: 0 -12px; }
.new2024-about-section .bottom-part .box .icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.new2024-about-section .bottom-part .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.new2024-about-section .bottom-part .box h3 { margin: 0; padding: 0 0 0 20px; }
.new2024-about-section .bottom-part .box .details { padding: 20px 0 0; font-size: 16px; line-height: 26px; }
.new2024-about-section .bottom-part .box .details p { margin: 0; }
.new2024-about-section .top-part .left-part .img-box img { border-radius: 20px;}

/* --- Why we are Section --- */
.new2024-whyweare-section { padding: 0 0 80px; }
.new2024-whyweare-section .left-part { width: 100%; padding: 0; }
.new2024-whyweare-section .right-part { width: 100%; padding: 30px 0 0 0; }
.new2024-whyweare-section .right-part .box { width: calc(100% / 3 - 26px); margin: 0 13px 26px; border: 1px solid #193982; border-radius: 10px; padding: 30px; }
/* .new2024-whyweare-section .right-part .box.full-box { width: 100%; } */
.new2024-whyweare-section .right-part .wrap { margin: 0 -13px; }
.new2024-whyweare-section .right-part .box .icon { width: 50px; height: 50px; display: flex; align-items: center; }
.new2024-whyweare-section .right-part .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.new2024-whyweare-section .right-part .box h3 { margin: 13px 0 8px; font-size: 40px; line-height: 56px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; }
.new2024-whyweare-section .right-part .box h4 { margin: 0; color: #042A2D; font-size: 22px; font-weight: 700; line-height: 30px; font-family: "Plus Jakarta Sans", serif; }
.new2024-whyweare-section .left-part h2 { color: #193982; font-size: 40px; line-height: 52px; font-weight: 700; }
.new2024-whyweare-section .left-part .content { padding: 10px 0 0; font-size: 16px; line-height: 26px; }
.new2024-whyweare-section .left-part .content strong { color: #000000; font-size: 28px; font-weight: 600; line-height: 40px; font-family: "Plus Jakarta Sans", serif; letter-spacing: 0; font-style: italic; }


/* --- Team Section --- */
.new2024-team-outer { padding: 20px; }
.new2024-team-section { padding: 80px 0 55px; border-radius: 30px; overflow: hidden; margin: 0 0 90px; }
.new2024-team-section h2,
.new2024-team-section h2 span { color: #fff; }
.new2024-team-section .section-title { padding: 0 0 45px; }
.new2024-team-section .wrap { margin: 0 -12px; justify-content: center; }
.new2024-team-section .box { width: calc(100% / 3 - 24px); margin: 0 12px 24px; border-radius: 20px; background: #FFFFFF; padding: 28px 20px; }
.new2024-team-section .box .img-box { width: 140px; height: 140px; }
.new2024-team-section .box .img-box img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 50%; }
.new2024-team-section .box .person-details { width: calc(100% - 140px); padding: 0 0 0 20px; }
.new2024-team-section .box .person-details .social a { display: inline-flex; align-items: center; justify-content: center; background: #007AB9; width: 50px; height: 50px; line-height: 0; border-radius: 50%; }
.new2024-team-section .box .person-details .social a svg { height: 26px; fill: #fff; }
.new2024-team-section .box .person-details .social a:hover { background: #D36135; }
.new2024-team-section .box .person-details h3 { margin: 0 0 5px; font-size: 22px; }
.new2024-team-section .box .person-details h6 { line-height: 25px; font-size: 15px; font-weight: 600; }


/* --- Why Now Section --- */
.new2024-whynow-section { padding: 110px 0 110px; }
.new2024-whynow-section .box { width: 100%; display: inline-block; vertical-align: top; margin-bottom: 130px; overflow: hidden; }
.new2024-whynow-section .box .box-inner { width: 100%; display: inline-block; vertical-align: top; padding: 30px; border-radius: 20px; }
.new2024-whynow-section .box.feature-box-show .box-inner {margin-bottom: 60px;}
.new2024-whynow-section .box:last-child { margin-bottom:0; }
.new2024-whynow-section .box .top-part.swap-img { flex-direction: row-reverse; }
.new2024-whynow-section .box .top-part .img-box { width: 50%; }
.new2024-whynow-section .box .top-part .section-details { width: 50%; padding: 0 0 0 50px; }
.new2024-whynow-section .box .top-part .section-details .content p:last-child { margin: 0; }
.new2024-whynow-section .box .top-part .section-details .content { padding: 15px 0 0; }
.new2024-whynow-section .box .top-part .img-box img { width: 100%; border-radius: 20px; }
.new2024-whynow-section .box .top-part.swap-img .section-details { padding: 0 50px 0 0; }
.new2024-whynow-section .box .key-feature { padding: 50px 0 0; }
.new2024-whynow-section .box .key-feature h4 { color: #525355; font-size: 30px; line-height: 40px; font-family: "Plus Jakarta Sans", serif; font-weight: 700; margin-bottom: 30px; }
.new2024-whynow-section .box .key-feature .feature-box { width: calc(100% / 2 - 30px); margin: 0 15px 0; position: relative; padding: 0 0 0 15px; }
.new2024-whynow-section .box .key-feature .feature-wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.new2024-whynow-section .box .key-feature .feature-box:before { content: ' '; top: 14px; left: 0; width: 5px; height: 5px; background: #525355; position: absolute; border-radius: 50%; }

.new2024-whynow-section .box .child-box { width: calc(100% / 3 - 24px); margin: 0 12px 25px; padding: 40px; border-radius: 10px; display: flex; flex-direction: column; }
.new2024-whynow-section .box .wrap { margin: 0 -12px; }
.new2024-whynow-section .box .child-box .title-strip .icon { width: 50px;  }
.new2024-whynow-section .box .child-box .title-strip h3 { margin: 0; width: calc(100% - 50px); padding-left: 15px; }
.new2024-whynow-section .box .child-box .text { padding: 20px 0 20px; font-size: 16px; line-height: 26px; }
.new2024-whynow-section .box .child-box .btn { margin-top: auto; }
.new2024-whynow-section .box.feature-box-show { margin-bottom: 105px;}
.new2024-whynow-section .box .key-feature .feature-details.content li { padding-bottom: 10px; }
.new2024-whynow-section .box .key-feature .feature-details.content li:last-child { padding-bottom: 0; }
.new2024-whynow-section .box .key-feature .feature-details.content ul { padding-left: 20px;}
.new2024-whynow-section .box .btn-wrap { padding: 25px 0 0;}

/* --- Reporting Section --- */
.new2024-reporting-section .section-title { padding-bottom: 40px; }
.new2024-reporting-section .box { width: calc(100% / 2 - 24px); margin: 0 12px 24px; border-radius: 10px; padding: 40px; }
.new2024-reporting-section .box .icon { width: 50px; height: 50px; display: flex; align-items: center; }
.new2024-reporting-section .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.new2024-reporting-section .box h3 { margin: 0; padding: 0 0 0 19px; }
.new2024-reporting-section .box .details { padding: 20px 0 0; }
.new2024-reporting-section .box .details p { margin: 0; }
.new2024-reporting-section .box .details { font-size: 16px; line-height: 26px; }
.new2024-reporting-section { padding: 20px 0 85px; }
.new2024-reporting-section .wrap { margin: 0 -12px;}


/* --- Privacy Section --- */
.new-privacy-section { padding: 60px 0 40px; }
.new-privacy-section .content {word-break: break-word;}
.new-privacy-section .content h3 { padding: 15px 0 0; }
.new-privacy-section .content ul,
.new-privacy-section .content ol { padding-bottom: 10px; }

/* --- Contact Section --- */
.new2024-contact-section { padding: 110px 0 65px; }
.new2024-contact-section .wrap { box-shadow: 0px 0px 60px 30px #00000008; border-radius: 10px; padding: 13px; }
.new2024-contact-section .left-part { width: 488px; }
.new2024-contact-section .right-part { width: calc(100% - 488px); padding: 30px 70px 30px 70px; }
.new2024-contact-section .left-part .inner-wrap { width: 100%; background: #193982; border-radius: 10px; padding: 85px 38px; height: 100%; }
.new2024-contact-section .left-part h3 { color: #fff; }
.new2024-contact-section .left-part .content { color: #fff; font-size: 16px; line-height: 26px; padding: 0 0 50px; }
.new2024-contact-section .left-part .contact-wrap .contact-box { width: 100%; display: flex; padding: 0 0 50px; }
.new2024-contact-section .left-part .contact-wrap .contact-box .icon { width: 18px; line-height: 0; position: relative; top: 4px; }
.new2024-contact-section .left-part .contact-wrap .contact-box .icon svg { fill: #fff; width: 18px; transition: all 0.4s; }
.new2024-contact-section .left-part .contact-wrap .contact-box .text { color: #fff; padding: 0 0 0 20px; font-size: 16px; line-height: 24px; max-width: 305px; transition: all 0.4s; }
.new2024-contact-section .left-part .contact-wrap .contact-box a { display: flex; text-decoration: none; }
.new2024-contact-section .left-part .contact-wrap .contact-box a:hover .text { color: #D36135; }
.new2024-contact-section .left-part .contact-wrap .contact-box a:hover svg { fill: #D36135; }
.new2024-contact-section .left-part ul.social-wrap { padding: 0; margin: 0; }
.new2024-contact-section .left-part ul.social-wrap li { display: inline-block; padding: 0 2px 0 0; }
.new2024-contact-section .left-part ul.social-wrap li a { width: 28px; height: 28px; line-height: 0; display: inline-flex; align-items: center; justify-content: center; background: #27C6B6; border-radius: 50%; }
.new2024-contact-section .left-part ul.social-wrap li a svg { height: 16px; fill: #fff; }
.new2024-contact-section .left-part ul.social-wrap li a:hover { background: #D36135; }
.new2024-contact-section .right-part .form-main h2 { font-size: 35px; line-height: 45px; margin: 0 0 20px; }
.new2024-contact-section .right-part .form-main .form-title { margin: 0; }
.new2024-contact-section .right-part .form-main form .hs-form-field input,
.new2024-contact-section .right-part .form-main form .hs-form-field select,
.new2024-contact-section .right-part .form-main form .hs-form-field textarea { border-color: #525355; height: 60px; }
.new2024-contact-section .right-part .form-main form .hs-form-field textarea { height: 111px; }
.new2024-contact-section .right-part .form-main form .hs-submit input.hs-button { background-color: #193982; border: 1px solid #193982; display: inline-flex; align-items: center; border-radius: 20px; text-decoration: none; color: #fff; font-size: 16px; font-weight: 700; font-family: "Plus Jakarta Sans", serif; padding: 15px 40px 15px 20px; line-height: 1; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/arroe.svg); background-size: 11px; background-repeat: no-repeat; background-position: calc(100% - 19px) center; }
.new2024-contact-section .right-part .form-main form .hs-submit input.hs-button:hover { opacity: 0.8; }
body.contact-page .new2024-getstarted-outer { display: none;}

/* --- Award Section --- */
.new2024-award-section { padding: 65px 0 40px; }
.new2024-award-section .section-title .content { padding: 15px 0 30px; }
.new2024-award-section .box { width: calc(100% / 2 - 24px); margin: 0 12px 24px; border-radius: 20px; padding: 20px; position: relative; display: flex; flex-wrap: wrap; align-items: center; }
.new2024-award-section .wrap { margin: 0 -12px; }
.new2024-award-section .box .left-side { width: calc(100% - 282px); padding: 0 25px 0 0; }
.new2024-award-section .box .right-side { width: 282px; }
.new2024-award-section .box .right-side img { border-radius: 10px; }
.new2024-award-section .box .left-side .date { color: #1F397D; font-size: 20px; line-height: 30px; font-weight: 500; padding: 0 0 20px; }
.new2024-award-section .box .left-side  h3 { margin: 0; font-weight: 500; }
.new2024-award-section .box .link-box a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- Community Section --- */
.new2024-community-section .left-part { width: 50%; }
.new2024-community-section .right-part { width: 50%; padding: 0 0 0 50px; }
.new2024-community-section { padding: 65px 0 50px; }
.new2024-community-section .wrap { background: #1939820D; padding: 30px; }
.new2024-community-section .left-part img { border-radius: 20px; }
.new2024-community-section .right-part .content { padding: 15px 0 10px; }

/* --- Price Section --- */
.new2024-pricing-section { padding: 25px 0 15px; overflow: hidden; }
.new2024-pricing-section .section-title { padding-bottom: 40px; }
.new2024-pricing-section .wrap { justify-content: center; margin: 0 -13px; }
.new2024-pricing-section .box { width: calc(100% / 4 - 26px); margin: 0 13px 30px; text-align: center; border: 1px solid #DBDBDB; box-shadow: 0px 4px 5px 1px #C1C1C159; border-radius: 4px; padding: 35px 20px; }
.new2024-pricing-section .box .title-text { color: #000000; font-size: 24px; line-height: 36px; font-weight: 700; padding-bottom: 5px; }
.new2024-pricing-section .box .price { font-size: 64px; line-height: 96px; font-weight: 800; color: #000; }
.new2024-pricing-section .box .time-text { font-size: 14px; line-height: 21px; font-weight: 500; padding: 0 0 20px; }
.new2024-pricing-section .box .feature-wrap { position: relative; width: 100%; padding: 24px 0 0; margin: 30px 0 0; }
.new2024-pricing-section .box .feature-wrap:before { content: ' '; top: 0; left: 0; right: 0; margin: auto; width: 100px; height: 1px; background: #525355; position: absolute; }
.new2024-pricing-section .box .feature-box { font-size: 14px; line-height: 21px; color: #525355; font-weight: 500; padding-bottom: 8px; }
.new2024-pricing-section .box .feature-box:last-child { padding: 0; }
.new2024-pricing-section .box.selected-box { background: #193982; }
.new2024-pricing-section .box.selected-box .title-text { color: #FFFFFF; }
.new2024-pricing-section .box.selected-box .price { color: #FFFFFF; }
.new2024-pricing-section .box.selected-box .time-text { color: #DDDDDD; }
.new2024-pricing-section .box.selected-box .feature-box { color: #DDDDDD; }
.new2024-pricing-section .box.contact-box h3 { color: #000; font-size: 37px;font-weight: 700; line-height: 1.2; padding: 20px 0;}
.new2024-pricing-section .box .subtext-equal { width: 100%; display: inline-block; vertical-align: top;}
.new2024-pricing-section .box .price-equal  { width: 100%; display: inline-block; vertical-align: top;}
.new2024-pricing-section .box .time-equal { width: 100%; display: inline-block; vertical-align: top;}
.new2024-pricing-section .box .top-cover-height { width: 100%; display: inline-block; vertical-align: top;}
.new2024-pricing-section .box.contact-box .top-cover-height {  display: flex; align-items: center; justify-content: center; }


/* --- Key Feature Section --- */
.new2024-keyfeature-section { padding: 20px 0 85px; }
.new2024-keyfeature-section .section-title { padding-bottom: 40px; }
.new2024-keyfeature-section .wrap { margin: 0 -12px;}
.new2024-keyfeature-section .box { width: calc(100% / 3 - 24px); margin: 0 12px 24px; border-radius: 10px; padding: 40px; }
.new2024-keyfeature-section .box h3 { margin: 0; }
.new2024-keyfeature-section .box .details { padding: 20px 0 0; }
.new2024-keyfeature-section .box .details p { margin: 0; }
.new2024-keyfeature-section .box .details { font-size: 16px; line-height: 26px; }
.new2024-keyfeature-section .box .icon { width: 100%; margin-bottom: 20px;}
.new2024-keyfeature-section .box .icon img { width: 48px; }
.new2024-keyfeature-section .box.fifty-box { width: calc(100% / 2 - 24px);}
.new2024-keyfeature-section .box.full-box { width: calc(100% / 1 - 24px);}
.new2024-keyfeature-section .box .drill-link { width: 100%; text-align: right; line-height: 0; padding: 20px 0 0; transition: all 0.4s; }
.new2024-keyfeature-section .box .drill-link svg { width: 60px; height: 60px; transition: all 0.4s; }
.new2024-keyfeature-section .box .drill-link a:hover svg { transform: translateX(5px); }


/* --- Video Slider Section --- */
.new2024-video-slider-section .section-title { display: flex; align-items: center; padding: 0 0 65px; }
.new2024-video-slider-section .section-title h2 { width: 80%; margin: 0; }
.new2024-video-slider-section .section-title .arrow-box { width: 20%; position: relative; }
.new2024-video-slider-section .video-slider .slick-slide { margin: 0 12px; }
.new2024-video-slider-section .video-slider .box-title { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 391px; border-radius: 15px; padding: 30px; position: relative; overflow: hidden; }
.new2024-video-slider-section .video-slider .box-title .inner-cover { display: flex; align-items: center; position: absolute; top: auto; bottom: 30px; left: 0; padding: 0 30px; }
.new2024-video-slider-section .video-slider .box-title .inner-cover .icon { width: 48px; height: 48px; }
.new2024-video-slider-section .video-slider .box-title .inner-cover .icon svg { width: 100%; height: 100%; }
.new2024-video-slider-section .video-slider .box-title .inner-cover h2 { margin: 0; width: calc(100% - 48px); padding: 0 0 0 25px; font-size: 25px; line-height: 35px; color: #fff; max-width: 350px; }
.new2024-video-slider-section .video-slider .box-title .inner-cover h2 span { color: #fff; }
.new2024-video-slider-section { padding: 80px 0 80px; }
.new2024-video-slider-section .slick-list.draggable { margin: 0 -12px;}
.new2024-video-slider-section .video-slider .box-title:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/Gradientslidernew.png); background-position: center center; background-repeat: no-repeat; background-size: cover; }
.new2024-video-slider-section .video-slider .box-title .video-bg-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: cover; background-position: center center; z-index: -1; }


/* --- Sustainable Report Section --- */
.new2024-susrepor-section .section-title { padding: 0 0 70px; }
.new2024-susrepor-section .section-title .sustab-arrow-box { position: relative; width: 30%; }
.new2024-susrepor-section .section-title h2 { margin: 0; width: 70%; }
.new2024-susrepor-section .section-title .container { display: flex; align-items: center; }
.new2024-susrepor-section .sustab-slider { padding-left: calc((100% - 1280px) / 2); }
.new2024-susrepor-section .box .inner-box { padding: 40px; border-radius: 10px; }
.new2024-susrepor-section .slick-slide { padding: 0 12px; }
.new2024-susrepor-section .slick-list.draggable { margin-left: -12px; padding-right: 6%; }
.new2024-susrepor-section { padding: 80px 0 80px; }
.new2024-susrepor-section .box .icon { width: 50px; }
.new2024-susrepor-section .box h3 { width: calc(100% - 50px); padding-left: 20px; margin: 0; }
.new2024-susrepor-section .box .details { padding: 20px 0 0; font-size: 16px; line-height: 26px; }
.new2024-susrepor-section .box .details p { margin: 0; }
.new2024-susrepor-section .box .drill-link { width: 100%; text-align: right; line-height: 0; padding: 20px 0 0; transition: all 0.4s; }
.new2024-susrepor-section .box .drill-link svg { width: 60px; height: 60px; transition: all 0.4s; }
.new2024-susrepor-section .box .drill-link a:hover svg { transform: translateX(5px); }


/* --- API Work Section --- */
.new2024-apiwork-section { border-radius: 30px; overflow: hidden; padding: 80px 0px; }
.new2024-apiwork-outer { padding: 20px; }
.new2024-apiwork-section h2 { color: #fff; }
.new2024-apiwork-section h2 span { color: #fff; }
.new2024-apiwork-section .step-wrap { margin: 0 -12px; }
.new2024-apiwork-section .stepbox { width: calc(100% / 4 - 24px); margin: 0 12px 25px; background: #fff; border-radius: 10px; padding: 40px; }
.new2024-apiwork-section .section-title { padding-bottom: 45px; }
.new2024-apiwork-section .stepbox h3 { display: flex; align-items: center; margin: 0; }
.new2024-apiwork-section .stepbox h3 svg { padding-left: 20px; }
.new2024-apiwork-section .stepbox .content { font-size: 16px; line-height: 26px; padding: 20px 0 0px; }
.new2024-apiwork-section .bottom-text { padding: 35px 0 0; }
.new2024-apiwork-section .bottom-text .text-left h3,
.new2024-apiwork-section .bottom-text .text-left p { color: #fff; }
.new2024-apiwork-section .bottom-text .text-left { width: 70%; }
.new2024-apiwork-section .bottom-text  .btn-wrap { width: 30%; text-align: right; }
.new2024-apiwork-section .stepbox.two-box { width: calc(100% / 2 - 24px);}
.new2024-apiwork-section .stepbox.three-box { width: calc(100% / 3 - 24px);}
.new2024-apiwork-section .stepbox .content ul { padding-left: 20px; }
.new2024-apiwork-section .stepbox .content ul li { padding-bottom: 7px; }
.new2024-apiwork-section .stepbox .content ul li:last-child { padding-bottom: 0; }


/* --- Case Study Section --- */
.new2024-casestudy-section { padding: 80px 0 80px; }
.new2024-casestudy-section .wrap { margin: 0 -12px; }
.new2024-casestudy-section .box { width: calc(100% / 3 - 24px); margin: 0 12px 25px; border-radius: 10px; overflow: hidden; }
.new2024-casestudy-section .box .img-box { width: 100%; height: 312px; }
.new2024-casestudy-section .box .img-box img { width: 100%; height: 100% !important; object-fit: cover; }
.new2024-casestudy-section .box .bottom-box { background: #1939820D; padding: 30px; }
.new2024-casestudy-section .box .bottom-box .logo { width: 148px; margin-bottom: 30px; }
.new2024-casestudy-section .box .bottom-box .btn { padding: 15px 0 0; }
.new2024-casestudy-section .section-title { padding-bottom: 45px; }

/* --- Available Types Section --- */
.new2024-available-types { padding: 20px; }
.new2024-available-types-section { border-radius: 30px; overflow: hidden; padding: 80px 0px 55px; }
.new2024-available-types-section .section-title { padding-bottom: 45px; }
.new2024-available-types-section .section-title h2 { color: #fff; }
.new2024-available-types-section .section-title h2 span { color: #fff; }
.new2024-available-types-section .wrap { margin: 0 -12px; }
.new2024-available-types-section .box { width: calc(100% / 5 - 24px); margin: 0 12px 25px; background: #fff; border-radius: 10px; padding: 30px 20px; }
.new2024-available-types-section .box .icon { width: 45px; margin-bottom: 10px; }
.new2024-available-types-section .box h3 { margin: 0; }



/* --- Blog --- */
.blog-hero-section { padding: 200px 0 50px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1;}
.blog-hero-section h1 { color: #fff; }
.blog-hero-section .content { padding: 10px 0 0; color: #fff; max-width: 900px; width: 100%; }
.blog-top-section .first-post { box-shadow: 0px 0px 28px -9px rgba(0, 0, 0, 0.3); border-radius: 10px; overflow: hidden; display: flex; }
.blog-top-section .first-post .post-image { width: 40%; height: 400px; }
.blog-top-section { padding: 80px 0 0; }
.blog-top-section .first-post .detail-side { width: 60%; display: flex; flex-direction: column; justify-content: center; padding: 20px 50px; }
.blog-top-section .first-post .post-image a { height: 100%; display: inline-block; width:100%; }
.blog-top-section .first-post .post-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-top-section .first-post .detail-side a.topic-link { background: #27c6b6; color: #fff; display: inline-block; padding: 4px 17px; border-radius: 50px; }
.blog-top-section .first-post .detail-side .post-title { padding: 25px 0 15px; }
.blog-top-section .first-post .detail-side .post-title a { font-size: 30px; font-weight: 600; color: #193982; }
.blog-top-section .first-post .detail-side .post-title a:hover { color: #27c6b6; }
.blog-top-section .first-post .detail-side  .read-more { padding: 22px 0 0; }

.blog-top-section .first-post .detail-side a.topic-link.blog { background: #D36135; }
.blog-top-section .first-post .detail-side a.topic-link.casestudies { background: #506C64; }
.blog-top-section .first-post .detail-side a.topic-link.product { background: #3AB8E6; }
.blog-top-section .first-post .detail-side a.topic-link.news { background: #171D1A; }

.tag-filter { padding: 70px 0 40px; }
.tag-filter ul { padding: 0; margin: 0; list-style: none; }
.tag-filter ul li { display: inline-block; }
.tag-filter ul li a.topic-link { font-size: 13px; font-weight: 600; margin: 10px 14px 10px 0; display: inline-block; background: transparent; color: #27c6b6; border:1px solid #27c6b6; padding: 5px 20px; border-radius: 50px; text-transform: uppercase; opacity: 0.8; }
.tag-filter ul li a.topic-link:hover { background: transparent; }
.tag-filter ul li a.topic-link.active {  background: #27c6b6; color:#fff; }
.tag-filter ul li a.topic-link:hover,
.tag-filter ul li a.topic-link.active { opacity:1;}
.tag-filter ul li a.topic-link.blog { color: #D36135; background: transparent; border:1px solid #D36135; }
.tag-filter ul li a.topic-link.blog.active { color: #ffffff; background: #D36135; }
.tag-filter ul li a.topic-link.casestudies { color: #506C64; background: transparent; border:1px solid #506C64; }
.tag-filter ul li a.topic-link.casestudies.active { color: #ffffff; background: #506C64; } 
.tag-filter ul li a.topic-link.product { color: #3AB8E6; background: transparent; border:1px solid #3AB8E6; }
.tag-filter ul li a.topic-link.product.active { color: #ffffff; background: #3AB8E6; }
.tag-filter ul li a.topic-link.news { color: #171D1A; background: transparent; border:1px solid #171D1A; }
.tag-filter ul li a.topic-link.news.active { color: #ffffff; background: #171D1A; }
.tag-filter ul li a.topic-link.active { opacity: 1; pointer-events: none;}
.blog-list-section { padding: 0 0 50px;}
.blog-list-section .left-part { width: 70%; padding: 0 10px 0 0; }
.blog-list-section .right-part { width: 30%; padding: 0 0 0 20px; }
.blog-list-section .left-part .post-item { width: calc(100% / 2 - 30px); margin: 0 15px 30px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; }
.blog-list-section .left-part .outer-wrap.post-listings { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.blog-list-section .left-part .post-item img.hs-featured-image { float: none; max-width: 100%; width: 100%; margin: 0; transition: all 0.4s; height: 100%; object-fit: cover;}
.blog-list-section .left-part .post-item a.topic-link { background: #27c6b6; border-radius: 50px; color: #fff; display: inline-block; padding: 3px 14px; font-size: 13px; }
.blog-list-section .left-part .post-item a.topic-link.blog { background: #D36135; }
.blog-list-section .left-part .post-item a.topic-link.casestudies { background: #506C64; }
.blog-list-section .left-part .post-item a.topic-link.product { background: #3AB8E6; }
.blog-list-section .left-part .post-item a.topic-link.news { background: #171D1A; }
.blog-list-section .left-part .post-item a.topic-link:hover { opacity:0.8; }
.blog-list-section .left-part .post-item h2 { color: #193982; font-size: 25px; font-weight: 600; padding: 15px 0 0; line-height: 1.4;}
.blog-list-section .left-part .post-item h2 a { font-weight: 700; color: #193982; }
.blog-list-section .left-part .post-item .post-bottom { padding: 25px 20px; }
.blog-list-section .left-part .post-item .hs-featured-image-wrapper { width: 100%; height: 260px; overflow: hidden; }
.blog-list-section .left-part .post-item:hover img.hs-featured-image { transform: scale(1.1); }
.blog-list-section .left-part .post-item .post-bottom .readmore { padding: 20px 0 0; }
.blog-list-section .left-part .post-item h2 a:hover { color: #27c6b6; }
.sticky-box { background: #a5a5a51a; border-radius: 10px; padding: 25px 25px; position: sticky; top: 140px; }
.sticky-box .popwrap .box { border-bottom: 1px solid #193982; padding: 10px 0; }
.sticky-box .popwrap .box .post-title a { font-weight: 600; color: #193982; font-size: 18px; }
.sticky-box .popwrap .box a.author-link { color: #171d1a; font-size: 14px; }
.sticky-box .popwrap .box .author-date { font-size: 14px; }
.sticky-box .popwrap .box .post-title { line-height: 1.5;}
.sticky-box .popwrap .box a.author-link:hover { color: #27c6b6; }
.sticky-box .popwrap .box .post-title a:hover { color: #27c6b6; }
.sticky-box .popwrap .box:last-child { border: 0; }
.sticky-box .subscribe-box { border-bottom: 1px solid #193982; margin: 0 0 25px; padding: 0 0 30px; }
.sticky-box .subscribe-box input.hs-button { width: 100%; }
.sticky-box .subscribe-box input.hs-button:hover { background: #27C6B6; }
.post-loadmore { width: 100%; padding: 20px 0 70px; }
.post-loadmore a { text-transform: uppercase; cursor: pointer;  }
/* .post-loadmore a { background: #27c6b6; text-transform: uppercase; cursor: pointer; padding: 19px 50px; border-color: #27c6b6; }
.post-loadmore a:hover { background: #193982; border-color: #193982; } */
.loding { width: 20px; height: 20px; margin: 20px auto 0; }
.blog-post-section .left-side { width: 100%; padding: 0; }
.blog-post-section .right-side { width: 30%; padding: 0 0 0 20px; }
.blog-post-section { padding: 180px 0 60px; }
.blog-post-section a.topic-link { background: #27c6b6; border-radius: 50px; color: #fff; display: inline-block; padding: 4px 17px; }
.blog-post-section a.topic-link:hover { opacity: 0.8; }
.blog-post-section a.topic-link.blog { background: #D36135; }
.blog-post-section a.topic-link.casestudies { background: #506C64; }
.blog-post-section a.topic-link.product { background: #3AB8E6; }
.blog-post-section a.topic-link.news { background: #171D1A; }
.blog-post-section h1 { padding: 22px 0 0;color: #1c347f; line-height: 1.4;font-size: 45px; }
.blog-post-section .hubspot-editable { font-size: 16px; color: #171d1a; }
.blog-post-section .hubspot-editable a { color: #171d1a; font-weight: 600; }
.blog-post-section .hubspot-editable a:hover { color: #27c6b6; }
.blog-post-section .feature-img { margin: 40px 0 50px; }
.blog-post-section .feature-img img { height: 550px; width: 100%; object-fit: cover; border-radius: 10px; }
.blog-post-section .post-body h2 { padding: 30px 0 0; }
.blog-post-section .post-body img { margin: 20px 0; border-radius: 10px; }
.blog-post-section .post-body blockquote { border-left: 10px solid #27c6b6; margin: 40px 0 10px; background: #b8b8b836; border-radius: 0px 10px 10px 0px; padding: 15px 20px; font-style: italic; font-weight: 500; }
.blog-post-section .post-body blockquote p { margin: 0; }
.blog-post-section .post-body blockquote p,
.blog-post-section .post-body blockquote p span { font-style: italic; }
.blog-post-section .post-body h3 { padding: 20px 0 0; }
.related-post-section h2 { text-align: center; padding: 0 0 30px; }
.related-post-section { padding: 50px 0 30px; }
.social-sharing  p { font-weight: 700; margin: 0; }
.social-sharing ul.share-buttons { padding: 0 0 0 10px; margin: 0; }
.social-sharing ul.share-buttons li { display: inline-block; padding: 0 3px; }
.share-social { padding: 20px 0 0; }
.social-sharing ul.share-buttons li a { width: 35px; height: 35px; background: #27c6b6; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; color: #fff; }
.social-sharing ul.share-buttons li a:hover { background: #193982; }
.related-post-section .wrap { margin: 0 -15px; display: flex; flex-wrap: wrap; justify-content: center; }
.related-post-section .post-box { width: calc(100% / 2 - 30px); margin: 0 15px 30px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; }
.related-post-section .post-box img.hs-featured-image { float: none; max-width: 100%; width: 100%; margin: 0; transition: all 0.4s; height: 100%; object-fit: cover;}
.related-post-section .post-box a.topic-link { background: #27c6b6; border-radius: 50px; color: #fff; display: inline-block; padding: 4px 17px; font-size: 13px; }
.related-post-section .post-box a.topic-link.blog { background: #D36135; }
.related-post-section .post-box a.topic-link.casestudies { background: #506C64; }
.related-post-section .post-box a.topic-link.product { background: #3AB8E6; }
.related-post-section .post-box a.topic-link.news { background: #171D1A; }
.related-post-section .post-box h2 { color: #193982; font-size: 25px; font-weight: 600; padding: 15px 0 0; text-align: left; line-height: 1.4; }
.related-post-section .post-box h2 a { font-weight: 700; color: #193982; }
.related-post-section .post-box .post-bottom { padding: 25px 20px; }
.related-post-section .post-box .hs-featured-image-wrapper { width: 100%; height: 260px; overflow: hidden; }
.related-post-section .post-box:hover img.hs-featured-image { transform: scale(1.1); }
.related-post-section .post-box .post-bottom .readmore { padding: 20px 0 0; }
.related-post-section .post-box h2 a:hover { color: #27c6b6; }
.hs-author-profile { padding: 70px 0 50px; text-align: center; }
.hs-author-profile .hs-author-avatar img { width: 200px; height: 200px; border-radius: 10px; }
.hs-author-profile h2.hs-author-name { padding: 20px 0 0; font-size: 30px; }
.hs-author-profile .hs-author-bio { max-width: 900px; width: 100%; margin: 0 auto 20px; }
.hs-author-profile .hs-author-social-section { display: flex; align-items: center; justify-content: center; }
.hs-author-profile .hs-author-social-section span.hs-author-social-label { font-weight: 600; margin-right: 12px; }
.hs-author-profile .hs-author-social-section a.hs-author-social-link { align-items: center; background: #27c6b6; border-radius: 6px; color: #fff; display: inline-flex; height: 35px; justify-content: center; width: 35px; }
.hs-author-profile .hs-author-social-section a.hs-author-social-link:hover { background: #193982; }
.tag-filter .blog-search-section { width: 30%; padding-left: 20px; }
.tag-filter .tag-filter-inner { width: 70%; padding-right: 20px; }
.tag-filter .blog-search-section form input { background-color: #fff; border: 1px solid #193982; -webkit-border-radius: 10px; color: #171d1a; font-family: Poppins; font-weight: 500; height: 45px; padding: 10px 15px; width: 100%; border-radius: 10px; }
.tag-filter .blog-search-section form input:focus { outline: none; }
.tag-filter .blog-search-section form { position: relative; }
.tag-filter .blog-search-section form button.hs-search-field__button { position: absolute; left: auto; right: 1px; width: 40px; height: 43px; border: 0; top: 1px; background: #193982; cursor: pointer; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.tag-filter .blog-search-section form button.hs-search-field__button svg { height: 14px; position: relative; top: 1px; }
.tag-filter .blog-search-section form button.hs-search-field__button svg path { fill: #ffffff; }
.tag-filter .blog-search-section .hs-search-field__suggestions-container { position: absolute; top: 100%; z-index: 111; background: #fff; width: 100%; }
.tag-filter .blog-search-section .hs-search-field__suggestions-container li.results-for { font-size: 14px; line-height: 20px; }
.tag-filter .blog-search-section .hs-search-field__suggestions-container ul#autocomplete-results { width: 100%; padding: 0; }
.tag-filter .blog-search-section .hs-search-field__suggestions-container ul#autocomplete-results li { width: 100%; padding: 5px 10px; }


.blog-post-section .backbtn a { display: inline-flex; align-items: center; font-weight: 700; color: #193982; }
.blog-post-section .backbtn { padding-bottom: 20px; }
.blog-post-section .backbtn a i { margin-right: 7px; }
.blog-post-section .backbtn a:hover { color: #27c6b6; }
.iframe-code { padding: 30px 0 0; border-top: 1px solid #193982;}
.iframe-code iframe { width: 100%;}

.get-started-section { text-align: center; padding: 50px 0 50px; position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.get-started-section h2 { color: #fff; }
.get-started-section .content { color: #fff; max-width: 650px; width: 100%; margin: auto; }
.get-started-section .btn-wrap { justify-content: center; }
.get-started-section .btn1 a { background: #27c6b6; border-color: #27c6b6; }
.get-started-section .btn1 a:hover { background: #fff; color: #27c6b6; border-color: #fff; }
.get-started-section .btn1,
.get-started-section .btn2 { padding: 10px; }
.get-started-section .btn2 a { border: 1px solid #f7f7f7; border-radius: 10px; color: #fff; display: inline-block; font-family: Poppins, sans-serif; font-size: 15px; font-style: normal; font-weight: 700; line-height: 20px; padding: 11px 23px; text-decoration: none; text-transform: none; }
.get-started-section .btn2 a:hover { background: #27c6b6; border-color: #27c6b6; }


.new-get-section.get-started-section .left-part { width: 50%;}
.new-get-section.get-started-section .right-part { width: 50%; padding-left: 70px; }
.new-get-section.get-started-section .btn1 { padding: 10px 0px; }
.new-get-section.get-started-section .one-col { flex-direction: column-reverse; }
.new-get-section.get-started-section .one-col .left-part { width: 100%; }
.new-get-section.get-started-section .one-col .right-part { width: 100%; padding: 0; }
.new-get-section.get-started-section .one-col .right-part .img-box { max-width: 400px; width: 100%; margin: auto; padding: 0 0 40px; }
.new-get-section.get-started-section .swap-image { flex-direction: row-reverse; }
.new-get-section.get-started-section .swap-image .right-part { padding-left: 0; padding-right: 70px; }
.new-get-section.get-started-section .one-col.swap-image .right-part { padding: 40px 0 0;}
.new-get-section.get-started-section .one-col.swap-image .right-part .img-box { padding: 0; }

.popupform { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; padding: 30px; display: flex; align-items: center; justify-content: center; z-index: 99999999; background: #193982e8; overflow: auto; }
.popupform .inner-form { background: #fff; max-width: 500px; width: 100%; padding: 30px; border-radius: 10px; margin: auto; position:relative; }
.popupform .inner-form .hs-button { width: 100%;}

.popupform .inner-form .close-icon { position: absolute; top: 20px; left: auto; right: 20px; width: 30px; height: 30px; cursor: pointer;}
.popupform .inner-form .close-icon svg { fill: #193982;  transition: all 0.4s;}
.popupform .inner-form .close-icon svg:hover { fill: #27c6b6;}


body.popup-form-ON {overflow: hidden; }
.popup-form-ON .popupform { display:flex !important; }
.popup-form-OFF .popupform { display:none !important; }

.header--no-navigation .logo-wrap { padding: 30px 0 40px; background: #fff; }
.header--no-navigation .logo-wrap .inner-wrap { display: flex; align-items: center; justify-content: space-between; }
.header--no-navigation .logo-wrap .logo1 { width: 326px; }
.header--no-navigation .logo-wrap .logo2 { width: 160px; }

.lp-hero-section { text-align: center; padding: 60px 0 0; }
.lp-hero-section .content { padding: 20px 0 25px; }
.lp-hero-section .lp-popup-form { display: none; }
.lp-hero-section a { padding: 20px 50px; font-size: 18px; }
.lp-hero-section .img-box { width: 100%; margin: 20px 0 0; }
.lp-hero-section .img-box img { width: 100%; height: 640px !important; object-fit: cover; object-position: bottom; }
.lp-hero-btn { padding: 10px 0 30px;}

.text-strip-section { background-image: linear-gradient(to bottom left, rgba(76, 216, 202, 1), rgba(52, 91, 171, 1)) !important; padding: 50px 0px; }
.text-strip-section h3 { margin: 0; color: #fff; text-align: center; line-height: 1.5; }

.lp-content-section .section-heading { text-align: left; }
.lp-content-section .content { font-size:18px; line-height:28px; padding: 15px 0 0;}
.lp-content-section .content ul li { padding-bottom: 5px; }
.lp-content-section { padding: 60px 0 0;}

.lp-two-col-section { padding: 60px 0 0px; }
.lp-two-col-section .wrap { display: flex; }
.lp-two-col-section .box { width: calc(100% - 40px); margin: 0 20px 60px; background: #193982; border-radius: 10px; padding: 30px; }
.lp-two-col-section .wrap { margin: 0 -20px; }
.lp-two-col-section .box .lp-hero-btn a { font-size: 18px; padding: 17px 32px; }
.lp-two-col-section .lp-popup-form { display: none; }
.lp-two-col-section .box h2 { color: #fff; font-size: 35px;}
.lp-two-col-section .box .content { color: #fff;}
.lp-two-col-section .box .lp-hero-btn a { background: #27c6b6; border-color: #27c6b6;}
.lp-two-col-section .box .lp-hero-btn a:hover { background: transparent;  border-color: #27c6b6; color: #27c6b6;}
.lp-two-col-section .box .section-heading {  display: flex; flex-direction: column;  height: 100%;}
.lp-two-col-section .box .section-heading .lp-hero-btn { margin-top: auto;}
.lp-two-col-section .box .section-heading .icon { max-width: 90px; width: 100%;  height: 90px;  margin-bottom: 20px;}
.lp-two-col-section .box .section-heading .icon img { width: 100%;  height: 100% !important; object-fit: contain;}

.lp-popup-form { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; padding: 30px; display: flex; align-items: center; justify-content: center; z-index: 99999999; background: #193982b8; overflow: auto; }
.lp-popup-form .inner-wrap { background: #fff; max-width: 500px; width: 100%; padding: 30px; border-radius: 10px; margin: auto; position:relative; }
.lp-popup-form .inner-wrap .hs-button { width: 100%;}
.lp-popup-form .inner-wrap .close-icon { position: absolute; top: 20px; left: auto; right: 20px; width: 30px; height: 30px; cursor: pointer;}
.lp-popup-form .inner-wrap .close-icon svg { fill: #193982;  transition: all 0.4s;}
.lp-popup-form .inner-wrap .close-icon svg:hover { fill: #27c6b6;}
.lp-popup-form .close-icon { display: none;}
.lp-popup-form .outer-cover { height: 100%; display: flex;}
.lp-popup-form .fancybox-close-small { background: #fff;}
.lp-popup-form .fancybox-close-small svg { stroke: #193982; opacity: 1;}
.new-privacy-section .content h2 { padding: 10px 0 20px;}

.bl3-news { padding: 60px 0 60px; }
.bl3-news article.tbl-widget__article .tbl-widget__article-thumbnail { width: 230px; height: 230px; margin-right: 20px; }
.bl3-news article.tbl-widget__article img { width: 100%; height: 100%; object-fit: cover; }
.bl3-news article.tbl-widget__article .tbl-widget__article-summary { font-size: 18px; color: #525355; line-height: 29px; }
.bl3-news article.tbl-widget__article a.tbl-widget__article-read-more { font-weight: 700; padding: 10px 0; }
.bl3-news article.tbl-widget__article { border-bottom: 1px solid #00000047; padding: 25px 0; }
.bl3-news article.tbl-widget__article p.tbl-widget__article-attribution { margin: 0; line-height: 1; }
.bl3-news .tbl-widget__list { grid-gap: 0; grid-row-gap: 0; }
.tbl-widget__pagination {  display: none !important; }


.award-section-v2 h2 { color: #fff; }
.award-section-v2 h2 span { color: #fff; }
.award-section-v2 .content { color: #fff; }
.award-section-v2.new2024-award-section { padding: 100px 0; }
.award-section-v2:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/GradienBanner.png); z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: bottom left; }

/* --- Step Section --- */
.new2024-step-section { padding: 20px 0 100px; }
.new2024-step-section .left-part { width: 60%; padding-right: 10px; background-color: rgba(58, 184, 230, 0.05); border-radius: 15px; padding: 50px; text-align: center; min-height:482px; display: flex; align-items: center; }
.new2024-step-section .right-part { width: 40%; padding: 0 60px 0 0; }
.new2024-step-section .left-part .img-box { border-radius: 20px; display: none; }
.new2024-step-section .left-part .img-box.active { display: block; }
.new2024-step-section .left-part .img-box img { border-radius: 20px;}
.new2024-step-section .right-part .section-title { padding: 0 0 10px 0px; }
.new2024-step-section .right-part .acco-box { width: 100%; display: inline-block; vertical-align: top; margin: 0 0 30px; }
.new2024-step-section .right-part .acco-box .acco-title { border-bottom: 1px solid #193982; font-size: 20px; color: #193982; font-weight: 600; line-height: 30px; padding-bottom: 10px; position: relative; cursor: pointer; }
.new2024-step-section .right-part .acco-box .acco-content { padding: 10px 0 0; display:none; }
.new2024-step-section .right-part .acco-box .acco-content p { margin: 0; }
.new2024-step-section .right-part .acco-box .acco-title:before { content: "\f078"; top: 50%; left: auto; right: 0; font-family: 'FontAwesome'; position: absolute; background-size: 16px; transform: translateY(-50%); transition:all 0.4s; font-weight: 400; }
.new2024-step-section .right-part .acco-box.active .acco-title:before { transform: translateY(-50%) rotate(180deg); }
.new2024-step-section .right-part .acco-box .acco-content .img-mobile-show { display: none;}
.new2024-step-section .wrap { flex-direction: row-reverse;}
.new2024-step-section .right-part .section-title h2 { font-size: 40px; line-height: 1.2; padding-bottom: 15px;}
.new2024-step-section .section-title { padding: 0 0 60px;}
.new2024-step-section .left-part .bx-img { height: 383px; width: 100%; }
.new2024-step-section .left-part .bx-img img { width: 100%; height: 100% !important; object-fit: cover; }
.new2024-step-section .left-part .video-box { width: 100%; height: 383px; }
.new2024-step-section .left-part .video-box video { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.new2024-step-section .left-part .content-box { text-align: left; width: 100%; }
.new2024-step-section .left-part .content-box ul { list-style: disc; padding-left: 30px; }
.new2024-step-section .left-part .content-box ol { list-style: auto; padding-left: 30px; }



.newlp-hero-section { padding: 80px 0 90px; }
.newlp-hero-section:before { content: ''; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://hs.zerocircle.net/hubfs/ZeroCircle%202024/GradientHero.png); background-repeat: no-repeat; background-size: cover; background-position: center bottom; z-index: -1; }
.newlp-hero-section h1 { font-size: 55px; font-weight: 300; line-height: 1.4; max-width: 1000px; width: 100%; }
.newlp-hero-section h4 { color: #fff; padding: 15px 0 10px; }
.newlp-hero-section  .content { color: #fff; max-width: 990px; width: 100%; padding: 0 0 20px; }
.newlp-hero-section h1 span { font-weight: 700; }
.newlp-logo-section .logo-strip { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.newlp-logo-section .logo-strip .logo1 { width: 180px; }
.newlp-logo-section .logo-strip .logo2 { width: 180px; }
.newlp-logo-section { padding: 30px 0 20px;}
.newlp-logo-section .logo-strip .logo3 { width: 180px;}

.highlight-strip { text-align: center; padding: 40px 0 0; margin: 40px 0 0; }
.highlight-strip .container { background-image: linear-gradient(to bottom left, #9460a4, #32244a) !important; border-radius: 10px; padding: 30px 20px; color: #fff; }
.highlight-strip h3 { margin: 0; color: #fff; }


.newlp-content-section { padding: 70px 0 60px; }
.newlp-content-section h2 { padding: 10px 0 20px; font-size: 43px; }

.newlp-transform-section { padding: 80px 0; }
.newlp-transform-section .left-part { width: 60%; padding: 0 40px 0 0; }
.newlp-transform-section .right-part { width: 40%; padding: 0 0 0 40px; }
.newlp-transform-section .right-part .box-wrap { display: flex; flex-wrap: wrap; }
.newlp-transform-section .right-part .box { width: calc(100% / 2 - 20px); margin: 0 10px 20px; background-image: linear-gradient(to bottom left, #4cd8ca, #345bab); border-radius: 10px; padding: 30px 15px; text-align: center; color: #fff; }
.newlp-transform-section .right-part .box h3 { font-size: 49px; color: #fff; line-height: 1.3; }
.newlp-transform-section .right-part .box .details { font-size: 15px; line-height: 1.6; }
.newlp-transform-section .section-title h2 { font-size: 40px; line-height: 1.3;}

.newlp-3col-section { padding: 90px 0 60px; }
.newlp-3col-section .section-title { padding: 0 0 50px; }
.newlp-3col-section .box { width: calc(100% / 3 - 30px); margin: 0 15px 30px; padding: 30px 20px; border-radius: 13px; }
.newlp-3col-section .wrap { margin: 0 -15px; }
.newlp-3col-section .box .details { font-size: 16px; line-height: 28px; }
.newlp-3col-section .box .details p:last-child { margin-bottom: 0; }
.newlp-3col-section .bottom-content { padding: 30px 0 0; font-size: 18px; line-height: 28px; }
.newlp-3col-section .bottom-content i { font-size: 35px;  color: #1f397d; position: relative; left: 1px;}
.newlp-3col-section .bottom-content .details { font-weight: 600; padding: 9px 0 0; color: #1f397d;}
.newlp-3col-section .bottom-content .inner-box { padding: 30px 30px; background: #00000005; border-radius: 10px;}


.newlp-team-section { padding: 80px 0 50px; }
.newlp-team-section .box { width: calc(100% / 3 - 20px); margin: 0 10px 20px; background: #fff; border-radius: 10px; padding: 20px 20px; text-align: center; transition: all 0.4s; }
.newlp-team-section .wrap { margin: 0 -10px; padding: 60px 0 0; }
.newlp-team-section .box .person-img { width: 200px; height: 200px; margin: auto; }
.newlp-team-section .box .person-img img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 50%; }
.newlp-team-section .box h3 { padding: 20px 0 0; font-weight: 800; }
.newlp-team-section .box h5 { font-weight: 600; font-size: 16px; }
.newlp-team-section .box h5 span.remain-text { font-weight: 400; }
.newlp-team-section .box .bio { font-size: 15px; line-height: 28px; }
.newlp-team-section .box .bio p { margin-bottom: 0; }
.newlp-team-section .box:hover { box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.3); }
.newlp-team-section .box .social ul { padding: 2px 0 10px; margin: 0; }
.newlp-team-section .box .social ul li { display: inline-block; padding: 0 5px; }
.newlp-team-section .box .social ul li svg { height: 20px; width: 20px; transition:all 0.4s; }
.newlp-team-section .box .social ul li a:hover svg { fill: #1F397D; }


.newlp-attending-section { padding: 80px 0 0; }
.newlp-attending-section .content { padding: 10px 0 40px; }
.newlp-attending-section .box { width: calc(100% / 3 - 20px); margin: 0 10px 20px; border-radius: 10px; padding: 20px; }
.newlp-attending-section .box h4 { margin: 0; font-weight: 500; font-size: 17px; line-height: 26px; }

.newlp-register-section { padding: 70px 0; color: #fff; }
.newlp-register-section h2 { color: #fff; padding: 0 0 20px; }
.newlp-register-section h2 span { color: #fff; }
.newlp-register-section .btn-wrap { padding: 15px 0 35px; }
.newlp-register-section p a { color: #27c6b6; font-weight: 700; }
.newlp-register-section p a:hover { text-decoration: underline; }


.newlp-content-section.with-image .left-part { width: 50%; }
.newlp-content-section.with-image .right-part { width: 50%; padding-left: 60px; }
.newlp-content-section.with-image .right-part img { border-radius: 10px; }


.webinar2025 iframe { width: 100%;}
.footer-top-section-hide .new2024-getstarted-outer { display: none;}
.newlp-2col-section { padding: 0 0 60px; }
.newlp-2col-section .box { width: calc(100% / 2 - 30px); margin: 0 15px 30px; border-radius: 10px; padding: 40px 30px; }
/* .newlp-2col-section .wrap { padding: 0 15px; } */
.newlp-2col-section .box .logo { height: 100px; text-align: left; }
.newlp-2col-section .box .logo img { height: 100% !important; object-fit: contain; object-position: left; }
.newlp-2col-section .box  h3 { padding: 30px 0 0; }






@media (max-width:1400px){

  h1, .h1 { font-size: 60px; line-height: 75px; }
  h2, .h2 { line-height: 48px; font-size: 40px; }

  .new2024-hero-section { padding: 230px 0 50px; }
  .new2024-hero-section .box { width: calc(100% / 7 - 18px); margin: 0 9px 20px; }
  .new2024-hero-section .box .details { font-size: 14px; line-height: 23px; }
  .new2024-hero-section .section-title h1 { max-width: 700px; }
  .new2024-why-we-section { padding: 80px 0 40px; }
  .new2024-why-we-section .right-part { padding: 0 0 0 70px; }
  .new2024-why-we-section .right-part .section-title { padding: 0 0 20px 0px; }
  .new2024-ourai-section .box .left-side { width: 100%; padding: 20px 0 0; }
  .new2024-ourai-section .box .right-side { width: 100%; }
  .new2024-ourai-section .box .inner-cover { flex-direction: column-reverse; height: auto; }
  .new2024-ourai-section .box .right-side .icon { height: 190px; }
  .new2024-ourai-section { padding: 40px 0 60px; }
  .new2024-video-section { padding: 280px 0 60px; }
  .new2024-video-section h2 { max-width: 580px; }
  .new2024-logo-section { margin: 60px 0; }
  .new2024-industry-section .box h4 { font-size: 20px; padding: 0px; }
  .new2024-sustainability-section { padding: 60px 0 60px; }
  .new2024-getstarted-section { padding: 151px 0 20px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 16px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li { padding: 0 13px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { right: -3px; }
  .about-page.new2024-banner-section .section-title .content { max-width: 780px; }
  .new2024-about-section { padding: 60px 0 60px; }
  .new2024-about-section .top-part { padding: 0 0 60px; }
  .new2024-whyweare-section { padding: 0 0 35px; }
  .new2024-team-section { padding: 60px 0 50px; margin: 0 0 40px; }
  .new2024-team-section .box .person-details .social a { width: 46px; height: 45px; }
  .new2024-team-section .box .person-details .social a svg { height: 26px; }
  .new2024-whynow-section .box { margin-bottom: 80px; }
  .new2024-whynow-section { padding: 60px 0 60px; }
  .new2024-whynow-section .box .key-feature h4 { font-size: 25px; line-height: 35px; }
  .new2024-reporting-section { padding: 20px 0 35px;}
  .new2024-banner-section { min-height: 500px; }
  .new2024-contact-section { padding: 60px 0 70px; }
  .new2024-award-section { padding: 20px 0 40px; }
  .new2024-award-section .box .right-side { width: 200px; }
  .new2024-award-section .box .left-side { width: calc(100% - 200px); }
  .new2024-community-section { padding: 25px 0 20px; }
  .new2024-team-section .box { width: calc(100% / 2 - 24px); max-width: 400px;}
  .new2024-industry-section .box .content { padding: 0 25px 25px; }
  .new2024-whynow-section .box.feature-box-show { margin-bottom: 60px;}
  .new2024-susrepor-section .sustab-slider { padding-left: calc((100% - 1096px) / 2);}
  .new2024-pricing-section .box.contact-box h3 { font-size: 32px; line-height: 40px; padding: 57px 0 25px; }
  .new2024-pricing-section .box .price { font-size: 51px; }
  .new2024-apiwork-section .stepbox { padding: 40px 20px; }
  .new2024-apiwork-section .bottom-text .text-left { width: 60%; }
  .new2024-apiwork-section .bottom-text .btn-wrap { width: 40%; }
  .new2024-casestudy-section .box .img-box { height: 240px; }



}




@media (max-width:1199px){
  h1, .h1 { font-size: 55px; line-height: 65px; }
  h2, .h2 { line-height: 44px; font-size: 35px; }
  .new2024-header-section .logo-part .logo-box { width: 130px; }
  .new2024-header-section .header-btn { width: 150px; }
  .new2024-header-section .header-btn a { font-size: 14px; padding: 15px 15px; }
  .new2024-header-section .header-menu { width: calc(100% - 295px); }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li { padding: 0 10px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 13px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a span { font-size: 8px; font-weight: 400; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { font-size: 9px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a { font-size: 13px; padding: 15px 15px 15px 63px; width: 100%; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper { padding: 20px 0 8px; }
  .new2024-header-section .logo-part { width: 145px;}
  .new2024-hero-section .section-title h1 { max-width: 650px; }
  .new2024-hero-section { padding: 190px 0 50px; }
  .new2024-why-we-section .right-part { padding: 0 0 0 40px; }
  .new2024-about-section .top-part .right-part { padding: 0 0 0 50px; }
  .new2024-whyweare-section .right-part .box h3 { font-size: 30px; }
  .new2024-whyweare-section .left-part { padding: 0; }
  .new2024-whyweare-section .left-part .content strong { font-size: 22px; line-height: 32px; }
  .new2024-team-section .box .person-details h3 { font-size: 23px; }
  .new2024-team-section .box { padding: 18px 15px; }
  .new-privacy-section {padding: 40px 0 20px;}
  .new2024-banner-section { min-height: 500px; }
  .new2024-contact-section .right-part { padding: 30px 40px 30px 40px; width: calc(100% - 430px); }
  .new2024-contact-section .left-part { width: 430px; }
  .new2024-award-section .box .left-side { width: 100%; padding: 30px 0 0; }
  .new2024-award-section .box { flex-direction: column-reverse; justify-content: flex-start; }
  .new2024-award-section .box .right-side { width: 100%; }
  .new2024-award-section .box .right-side img { width: 100%; object-fit: cover; height: 100% !important; }
  .new2024-award-section .box .right-side .img-box { width: 100%; height: 250px; }
  .new2024-award-section .box .left-side h3 { font-size: 20px; line-height: 30px; }
  .new2024-award-section .box .left-side .date { padding: 0 0 10px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper { width: 260px;}
  .new2024-keyfeature-section .box { width: calc(100% / 2 - 24px);}
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a img { width: 45px; top: 3px;}
  .new2024-whynow-section .box .child-box { padding: 30px; }
  .new2024-whynow-section .box .child-box .title-strip h3 { width: 100%; padding: 15px 0 0; }
  .new2024-indistry-outer .section-title { padding: 0 0 60px;}
  .new2024-video-slider-section .video-slider .box-title { height: 311px; }
  .new2024-susrepor-section .sustab-slider {  padding-left: calc((100% - 920px) / 2);}
  .new2024-pricing-section .box { width: calc(100% / 3 - 26px); }
  .new2024-pricing-section .box.contact-box { width: 100%; }
  .new2024-pricing-section .box.contact-box h3 { padding: 0px 0 20px; }
  .new2024-apiwork-section .stepbox { width: calc(100% / 2 - 24px); }
  .new2024-apiwork-section .bottom-text .text-left { width: 100%; }
  .new2024-apiwork-section .bottom-text .btn-wrap { width: 100%; text-align: left; padding: 20px 0 0; }
  .new2024-keyfeature-section { padding: 20px 0 50px; }
  .new2024-pricing-section { padding: 35px 0 15px; }
  .new2024-susrepor-section { padding: 60px 0 60px; }
  .new2024-casestudy-section { padding: 50px 0 50px; }
  .new2024-apiwork-section .stepbox.three-box { width: calc(100% / 2 - 24px);}
  .new2024-available-types-section .box { width: calc(100% / 3 - 24px);}
  .new2024-hero-section:before { background-position: left bottom; }
  .blog-list-section .left-part .post-item h2 { font-size: 22px; }
  .sticky-box .popwrap .box .post-title a { font-size: 16px; }
  .blog-list-section .left-part .post-item { width: calc(50% - 20px); margin: 0 10px 25px;  }
  .blog-list-section .left-part .outer-wrap.post-listings { margin: 0 -10px; }
  .blog-list-section .left-part { padding: 0; }
  .blog-hero-section { padding: 200px 0 50px;}
  .lp-hero-section { padding: 40px 0 0; }
  .lp-hero-section .img-box img { height: 440px !important; }
  .blog-post-section h1 { font-size: 35px; }
  .award-section-v2.new2024-award-section {padding: 60px 0;}
  .new2024-step-section .left-part { padding: 30px; min-height: 442px; width: 55%; }
  .new2024-step-section .right-part { width: 45%; padding: 0 40px 0 0; }

  .newlp-logo-section { padding: 20px 0 20px; }
  .newlp-logo-section .logo-strip .logo1 { width: 140px; }
  .newlp-logo-section .logo-strip .logo2 { width: 150px; }
  .newlp-hero-section h1 { font-size: 45px; }
  .newlp-hero-section { padding: 60px 0 70px; }
  .highlight-strip { margin: 20px 0 0; }
  .newlp-content-section { padding: 50px 0 40px; }
  .newlp-content-section h2 { font-size: 35px; }
  .newlp-transform-section .right-part .box { width: calc(100% / 1 - 20px); }
  .newlp-transform-section .section-title h2 { font-size: 35px; }
  .newlp-transform-section { padding: 60px 0; }
  .newlp-3col-section { padding: 70px 0 50px; }
  .newlp-team-section .box { width: calc(100% / 2 - 20px); }
  .newlp-team-section .wrap { justify-content: center; }
  .newlp-attending-section { padding: 60px 0 0; }
  .newlp-register-section {padding: 60px 0 50px;}
  .newlp-content-section.with-image .right-part { width: 100%; padding: 0 0 20px; }
  .newlp-content-section.with-image .left-part { width: 100%; padding: 0; }
  .newlp-content-section.with-image .right-part .img-box { max-width: 400px; width: 100%; margin: auto; }



}


@media (min-width:992px){
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper { display: block !important; }
  a.mobile-trigger { display: none;}
}


@media (max-width:991px){


  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 17px; right: 15px; width: 44px; height: 44px; padding: 12px 10px;
    background: #1c347f; 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; border-radius: 50%; }
  a.mobile-trigger:hover { text-decoration: none; color: #fff;}
  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: #3c455c; 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: #1c347f; }
  .mobile-open a.mobile-trigger span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  a.mobile-trigger i { display: inline; position: relative; top: -10px; 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: 45px !important; min-width: 45px !important; height: 46px !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: #525355; 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;}


  .new2024-header-section .header-btn { display: none; }
  .new2024-header-section .header-menu .header-btn { display: block; width: 100%; text-align: left; padding: 20px 20px 0; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper { position: absolute; top: 100%; left: 0; width: 100%; height: calc(100svh - 110px); background: #fff; overflow: auto; border-radius: 0px 0px 20px 20px; border-top: 1px solid #1d347f2e; text-align: left; display: none; padding: 0 0 30px; }
  .mobile-open .new2024-header-section { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
  body.mobile-open { overflow: hidden; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper ul li { width: 100%; padding: 0 20px; border-bottom: 1px dotted #1d347f2b; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 16px; padding: 10px 0; display: inline-block; width: 100%; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { display: none; }
  .new2024-header-section .header-menu .header-btn a { width: 100%; text-align: center; justify-content: center; }
  .new2024-header-section .logo-part .logo-box { width: 151px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper { pointer-events: inherit; position: relative; left: 0; padding: 0 0 10px; box-shadow: none; opacity: 1; visibility: visible; width: 100%; display: none; transition: inherit; transform: inherit;}
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li { padding: 0; border: 0; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a { padding: 15px 15px 15px 50px; font-size: 14px; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li:hover a,
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a { color: #525355; }
  .new2024-header-section .header-menu .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a img { left:0; }


  h1, .h1 { font-size: 53px; line-height: 63px; }
  .new2024-hero-outer { padding: 10px; }
  .new2024-header-section { top: 20px; max-width: calc(100% - 40px); border-radius: 24px; }
  .new2024-header-section.sticky { top: 10px; }
  .new2024-hero-section .section-title h1 { max-width: 510px; }
  .new2024-hero-section .box { width: calc(100% / 4 - 18px); margin: 0 9px 30px; }
  .new2024-hero-section { padding: 190px 0 30px; }
  .new2024-why-we-section .left-part { width: 100%; padding: 0; display:none; }
  .new2024-why-we-section .left-part .img-box { max-width: 400px; }
  .new2024-why-we-section .right-part { width: 100%; padding: 0 0; }
  .new2024-why-we-section { padding: 60px 0 40px; }
  .new2024-why-we-section .right-part .acco-box:last-child { margin-bottom: 0; }
  .new2024-why-we-section .right-part .acco-box .acco-content .img-mobile-show { display: block; padding: 30px 0 0;}
  .new2024-ourai-section { padding: 40px 0 40px; }
  .new2024-video-outer { padding: 10px; }
  .new2024-ourai-section .box .right-side .icon { height: 180px; }
  .new2024-ourai-section .box .right-side .icon img { max-width: 130px; width: 100%; }
  .new2024-video-section { padding: 180px 0 40px; }
  .new2024-video-section .icon { width: 75px; height: 75px; }
  .new2024-video-section h2 { max-width: 510px; padding: 0 0 0 30px; }
  .new2024-logo-section .logo-slider .slick-slide .logo-box { height: 37px; }
  .new2024-industry-section { padding: 190px 0 50px; }
  .new2024-indistry-outer { padding: 10px; }
  .new2024-sustainability-section .left-part { width: 100%; padding: 0; }
  .new2024-sustainability-section .left-part .img-box { max-width: 100%; }
  .new2024-sustainability-section .right-part { width: 100%; padding: 30px 0 0; }
  .new2024-sustainability-section .left-part .img-box img { max-width: 260px !important; !i; !; }
  .new2024-getstarted-outer { padding: 10px; }
  .new2024-getstarted-section .list { font-size: 15px; }
  .new2024-getstarted-section { padding: 101px 0 20px; }
  .new2024-footer-section .top-part .left-part { width: 100%; }
  .new2024-footer-section .top-part .left-part .footer-social { padding: 30px 0 0; }
  .new2024-footer-section .top-part .center-part .menu-box:first-child { padding-left: 0; }
  .new2024-footer-section .top-part .center-part .menu-box:last-child { padding-left: 110px; }
  .new2024-footer-section .top-part .center-part { width: 100%; padding: 35px 0 0; }
  .new2024-footer-section .top-part .right-part { width: 100%; padding: 20px 0 0; }
  .new2024-footer-section { padding: 60px 0 0; }
  .new2024-banner-outer { padding: 10px; }
  .new2024-banner-section { padding: 151px 0 40px; }
  .new2024-about-section .top-part .left-part { width: 100%; padding: 0; }
  .new2024-about-section .top-part .left-part .img-box { max-width: 340px; width: 100%; }
  .new2024-about-section .top-part .right-part { padding: 40px 0 0; width: 100%; }
  .new2024-about-section .top-part { padding: 0 0 30px; }
  .new2024-about-section .bottom-part .box { padding: 25px; }
  .new2024-whyweare-section .left-part { width: 100%; }
  .new2024-whyweare-section .right-part { width: 100%; padding: 20px 0 0; }
  .new2024-team-section .box .person-details { width: 100%; padding: 20px 0 0; text-align: center; }
  .new2024-team-section .box .img-box { width: 151px; height: 151px; margin: auto; }
  .new2024-banner-section:before { background-position: left bottom; }
  .new2024-team-section { margin: 0 0 10px; }
  .new2024-team-section .section-title { padding: 0 0 25px; }
  .new2024-about-section { padding: 60px 0 40px; }
  .new2024-whynow-section .box .top-part .img-box { width: 100%; max-width: 450px; }
  .new2024-whynow-section .box .top-part .section-details { width: 100%; padding: 30px 0 0; }
  .new2024-whynow-section .box .top-part.swap-img .section-details { padding: 30px 0 0; }
  .new2024-whynow-section .box .top-part .section-details .content { padding: 0; }
  .new2024-whynow-section .box { margin-bottom: 50px; }
  .new2024-whynow-section .box .top-part.swap-img { flex-direction: row; }
  .new2024-whynow-section .box .key-feature h4 { font-size: 22px; line-height: 33px; }
  .new2024-whynow-section .box .key-feature .feature-box { font-size: 16px; line-height: 28px; }
  .new2024-whynow-section .box .top-part.swap-img .section-details h2 br { display: none;}
  .new2024-banner-section {min-height: 540px;}
  .new2024-whynow-section .box .key-feature .feature-box:before { top: 11px;}
  .new2024-whynow-section .box .key-feature h3 { font-size: 22px;}
  .new2024-reporting-section .box { width: calc(100% / 1 - 24px);}
  .new2024-whynow-section .box .top-part .section-details h2 br { display: none;}
  .new2024-reporting-section .section-title {padding-bottom: 20px;}
  .new2024-footer-section .footer-bottom .privacy-menu { width: 100%; text-align: center; }
  .new2024-footer-section .footer-bottom .copyright { text-align: center; !; width: 100%; padding: 14px 0 0; font-size: 14px; }
  .new2024-footer-section .footer-bottom .privacy-menu ul li a { font-size: 15px; }
  .new2024-banner-section { min-height: 430px; }
  .new2024-contact-section .left-part { width: 100%; }
  .new2024-contact-section .left-part .contact-wrap .contact-box .text { max-width: 100%; }
  .new2024-contact-section .left-part .inner-wrap { padding: 30px 30px; }
  .new2024-contact-section .left-part .contact-wrap .contact-box { padding: 0 0 25px; }
  .new2024-contact-section .left-part .content { padding: 0 0 30px; }
  .new2024-contact-section .left-part ul.social-wrap { padding: 15px 0 0; }
  .new2024-contact-section .right-part { width: 100%; padding: 30px 5px; }
  .new2024-contact-section { padding: 45px 0 50px; }
  .new2024-award-section .box .right-side .img-box { height: 200px; }
  .new2024-award-section .section-title .content { padding: 5px 0 20px; }
  .new2024-award-section { padding: 20px 0 20px; }
  .new2024-community-section .left-part { width: 100%; }
  .new2024-community-section .right-part { width: 100%; padding: 30px 0 0; }
  .new2024-community-section .right-part .content { padding: 0; }
  .new2024-keyfeature-section .section-title {padding-bottom: 20px;}
  .new2024-whynow-section .box .child-box { width: calc(100% / 1 - 24px);}
  .new2024-whynow-section .box .box-inner { margin-bottom: 0px;}
  .new2024-whynow-section .box.feature-box-show .box-inner { margin-bottom: 40px;}
  .new2024-whynow-section .box.feature-box-show { margin-bottom: 30px;}
  .slick-arrow.slick-prev { width: 52px; height: 52px; background-size: 52px; right: 62px; }
  .slick-arrow.slick-next { width: 52px; height: 52px; background-size: 52px; }
  .new2024-video-slider-section .section-title h2 { width: 60%; }
  .new2024-video-slider-section .section-title .arrow-box { width: 40%; }
  .new2024-video-slider-section .section-title { padding: 0 0 40px; }
  .new2024-video-slider-section { padding: 60px 0 60px;}
  .new2024-susrepor-section .sustab-slider { padding-left: calc((100% - 680px) / 2);}
  .new2024-casestudy-section .box { width: calc(100% / 2 - 24px); }
  .new2024-casestudy-section .wrap { justify-content: center; }
  .new2024-apiwork-section { padding: 60px 0px;}
  .new2024-available-types-section {  padding: 60px 0px 55px;}
  .new2024-available-types-section .box { width: calc(100% / 2 - 24px);}
  .new2024-why-we-section .right-part .acco-box .acco-content .img-mobile-show img { border-radius: 20px;}

  .blog-list-section .left-part { width: 100%; padding: 0; }
  .blog-list-section .right-part { width: 100%; padding: 40px 0 0; }
  .blog-top-section .first-post .detail-side { padding: 20px 30px; }
  .blog-top-section .first-post .detail-side .post-title a { font-size: 25px; }
  .post-loadmore { padding: 20px 0 10px;}
  .sticky-box .popwrap .box .post-title a { font-size: 20px;}
  .blog-post-section .feature-img img { height: auto; }
  .blog-post-section .left-side { width: 100%; padding: 0; }
  .blog-post-section .right-side { width: 100%; padding: 70px 0 0; }
  .related-post-section { padding: 10px 0 30px; }
  .tag-filter .tag-filter-inner { width: 100%; padding: 0; }
  .tag-filter .blog-search-section { width: 100%; padding: 0 0 30px; }
  .tag-filter { flex-direction: column-reverse; }
  .tag-filter .blog-search-section .hs-search-field__suggestions-container ul#autocomplete-results { padding: 0; }
  .lp-two-col-section .box { width: calc(100% - 40px);}
  .lp-two-col-section .wrap { flex-wrap: wrap;}
  .new2024-industry-section .slick-slide.slick-current .content { display: block; }
  .new2024-indistry-outer .arrow-box .slick-arrow.slick-prev { left: 10px; }
  .new2024-indistry-outer .arrow-box button.slick-next.slick-arrow { left: auto; right: 10px; }
  .new2024-indistry-outer .arrow-box { padding: 90px 0 0; }
  .new2024-step-section .section-title { padding: 0 0 40px; }
  .new2024-step-section .left-part { display: none; }
  .new2024-step-section .right-part { width: 100%; padding: 0; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show { display: block; padding: 30px 0 10px; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show img { border-radius: 20px; width: 100%; height: 380px; object-fit: cover; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show video { border-radius: 20px; width: 100%; height: 380px; object-fit: cover; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show .content-box { font-size: 16px; line-height: 28px; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show .content-box ul { list-style: disc; padding-left: 20px; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show .content-box ol { list-style: auto; padding-left: 20px; }
  .new2024-step-section {  padding: 10px 0 30px;}
  .new2024-pricing-section .box { width: calc(100% / 2 - 26px); }

  .newlp-hero-section h1 { font-size: 35px; }
  .newlp-hero-section:before { background-position: left bottom; }
  .highlight-strip h3 { font-size: 20px; line-height: 31px; }
  .newlp-transform-section .left-part { width: 100%; padding: 0; }
  .newlp-transform-section .right-part { width: 100%; padding: 30px 0 0; }
  .newlp-transform-section .right-part .box { width: calc(100% / 2 - 20px); }
  .newlp-3col-section .box { width: calc(100% / 2 - 30px); }
  .newlp-3col-section .wrap { justify-content: center; }
  .newlp-team-section .wrap { padding: 40px 0 0; }
  .newlp-team-section .box { width: calc(100% / 1 - 20px); }
  .newlp-attending-section .box { width: calc(100% / 2 - 20px); }
  .newlp-content-section.with-image .left-part { width: 100%; padding: 0 0 20px; }
  .newlp-content-section.with-image .right-part { width: 100%; padding: 20px 0 0; }
  .newlp-content-section.with-image .right-part .img-box { max-width: 400px; width: 100%; margin: auto; }
  .newlp-2col-section .box { width: calc(100% / 1 - 30px); padding: 30px 20px; }
  .newlp-2col-section .box .logo { height: 80px; }
  .newlp-2col-section { padding: 0 0 30px; }




}




@media (max-width:767px){
  h1, .h1 { font-size: 43px; line-height: 53px; }
  h2, .h2 { line-height: 40px; font-size: 32px; }
  body { font-size: 16px; line-height: 26px; }
  .new2024-hero-section { border-radius: 25px; }
  .new2024-video-section { border-radius: 25px; }
  .new2024-industry-section { border-radius: 25px; }
  .new2024-getstarted-section { border-radius: 25px; padding: 71px 0 30px; }
  .new2024-hero-section:before { background-position: left bottom; }
  .new2024-why-we-section .left-part .img-box { max-width: 100%; }
  .new2024-why-we-section { padding: 40px 0 40px; }
  .new2024-ourai-section .box { width: calc(100% / 1 - 24px); }
  .new2024-ourai-section .section-title { padding-bottom: 20px; }
  .new2024-ourai-section .box:last-child { margin-bottom: 0; }
  .new2024-video-section h2 { max-width: 100%; padding: 20px 0 0; }
  .new2024-logo-section { padding: 35px 0; }
  .new2024-getstarted-section h2 { width: 100%; padding: 0 0 20px; }
  .new2024-getstarted-section .list { width: 100%; padding: 0 0 13px 27px; }
  .new2024-footer-section .top-part .center-part .menu-box:last-child { padding-left: 90px; }
  .new2024-footer-section .copyright { font-size: 14px; }
  .new2024-footer-section .top-part .right-part form .hs-submit { top: 2px;}
  /*   .new2024-industry-section .box .content {display: block;} */
  a.mobile-trigger i { top: -6px; }
  .new2024-banner-section { padding: 140px 0 30px; }
  .new2024-about-section { padding: 40px 0 40px; }
  .new2024-about-section .top-part .left-part .img-box { max-width: 100%; }
  .new2024-about-section .bottom-part .box { width: calc(100% / 1 - 24px); }
  .new2024-whyweare-section .right-part .box h3 { font-size: 25px; line-height: 40px; }
  .new2024-whyweare-section .left-part h2 { font-size: 32px; line-height: 42px; }
  .new2024-whyweare-section { padding: 0 0 15px; }
  .new2024-team-section { padding: 40px 0 30px; }
  .new2024-team-section .box .img-box { width: 130px; height: 130px; }
  .new2024-team-section .box { padding: 18px 10px; }
  .new2024-team-section .box .person-details h3 { font-size: 20px; line-height: 1.2; }
  .new2024-team-section .box .person-details h6 { font-size: 16px; }
  .new2024-banner-section { min-height: 440px; }
  .new2024-whynow-section { padding: 40px 0 40px; }
  .new2024-whynow-section .box .key-feature { padding: 30px 0 0; }
  .new2024-whynow-section .box .key-feature h4 { font-size: 18px; line-height: 28px; margin-bottom: 20px; }
  .new2024-whynow-section .box .key-feature .feature-box { width: calc(100% / 1 - 30px); }
  .new2024-whynow-section .box .key-feature h3 { font-size: 18px;}
  .new2024-banner-section { min-height: 350px; }
  .new2024-contact-section .right-part .form-main form .hs-form-field input,
  .new2024-contact-section .right-part .form-main form .hs-form-field select,
  .new2024-contact-section .right-part .form-main form .hs-form-field textarea { height: 50px; }
  .new2024-award-section { padding: 10px 0 20px; }
  .new2024-award-section .box { width: calc(100% / 1 - 24px); }
  .new2024-award-section .box .left-side h3 { font-size: 18px; line-height: 28px; }
  .new2024-award-section .box .left-side { padding: 20px 0 0; }
  .new2024-award-section .box .left-side .date { font-size: 16px; line-height: 25px; }
  .new2024-community-section { padding: 15px 0 10px; }
  .new2024-community-section .wrap { padding: 20px; }
  .new2024-keyfeature-section .box { width: calc(100% / 1 - 24px); }
  .new2024-indistry-outer .section-title { padding: 0 0 40px;}
  .new2024-video-slider-section .video-slider .box-title .inner-cover h2 { width: 100%; padding: 20px 0 0; }
  .new2024-video-slider-section .video-slider .box-title .inner-cover { flex-wrap: wrap; padding: 0 20px; }
  .new2024-susrepor-section .sustab-slider { padding-left: 20px;}
  .new2024-susrepor-section .section-title { padding: 0 0 40px;}
  .new2024-pricing-section .box { width: calc(100% / 1 - 26px); }
  .new2024-apiwork-section .stepbox { width: calc(100% / 1 - 24px); }
  .new2024-apiwork-section .bottom-text { padding: 20px 0 0; }
  .new2024-apiwork-section { padding: 50px 0px; }
  .new2024-casestudy-section .box { width: calc(100% / 1 - 24px);}
  .new2024-apiwork-section .section-title { padding-bottom: 25px;}
  .new2024-susrepor-section .section-title h2 { width: 100%;}
  .new2024-susrepor-section .section-title .sustab-arrow-box { width: 0;}
  .new2024-pricing-section { padding: 5px 0 15px; }
  .new2024-susrepor-section {padding: 25px 0 50px;}
  .new2024-casestudy-section .section-title { padding-bottom: 25px;}
  .new2024-susrepor-section .box h3 { width: 100%; padding: 15px 0 0; }
  .new2024-susrepor-section .box .inner-box { padding: 25px; }
  .new2024-keyfeature-section .box.fifty-box { width: calc(100% / 1 - 24px);}
  .new2024-apiwork-section .stepbox.three-box { width: calc(100% / 1 - 24px); }
  .new2024-apiwork-section .stepbox.two-box { width: calc(100% / 1 - 24px); }
  .new2024-available-types-section .box { width: calc(100% / 1 - 24px);}
  .new2024-available-types-section .section-title { padding-bottom: 25px;}
  .new2024-industry-section .slick-slide .content { display: block; }
  .blog-post-section h1 { font-size: 35px;}
  .related-post-section .post-box { width: calc(100% - 30px); }
  .blog-hero-section {  padding: 160px 0 40px;}
  .blog-post-section { padding: 145px 0 60px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper li a {  font-size: 32px;}
  .new-get-section.get-started-section .swap-image { flex-direction: column-reverse; }
  .new-get-section.get-started-section .swap-image .right-part { padding: 0 0; width: 100%; }
  .new-get-section.get-started-section .swap-image .right-part .img-box { max-width: 400px; width: 100%; margin: auto; }
  .new-get-section.get-started-section .swap-image .left-part { width: 100%; }
  .new-get-section.get-started-section .right-part { width: 100%; padding: 0; }
  .new-get-section.get-started-section .left-part { width: 100%; }
  .new-get-section.get-started-section .wrap { flex-direction: column-reverse; }
  .new-get-section.get-started-section .right-part .img-box { max-width: 400px; width: 100%; margin: auto; padding: 0 0 40px; }
  .new-get-section.get-started-section .one-col.swap-image .right-part { padding: 40px 0 0; }
  .new-get-section.get-started-section .one-col.swap-image { flex-direction: column; }
  .popupform .inner-form { padding-top: 60px;}
  .lp-hero-section .img-box img { height: auto !important; }
  .lp-two-col-section { overflow: hidden; padding: 40px 0 20px; }
  .lp-two-col-section .box .lp-hero-btn a { text-align: center;}
  .lp-two-col-section .box {  padding: 30px 20px;  margin: 0 20px 40px; }
  .lp-two-col-section .box h2 { font-size: 30px;}
  .blog-post-section h1 { font-size: 28px;}
  .new2024-industry-section .industry-slider .slick-list.draggable {  padding: 0 !important; }
  .new2024-whyweare-section .right-part .box { width: calc(100% / 2 - 26px); }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show video { height: auto; }
  .new2024-step-section .right-part .acco-box .acco-content .img-mobile-show img { height: auto; }

  .newlp-logo-section { padding: 15px 0 15px; }
  .newlp-hero-section h1 { font-size: 32px; }
  .newlp-hero-section h4 { padding: 5px 0 0px; }
  .newlp-hero-section { padding: 45px 0 55px; }
  .highlight-strip { margin: 0; }
  .highlight-strip .container { max-width: 91%; }
  .newlp-content-section h2 { font-size: 32px; }
  .newlp-transform-section { padding: 50px 0 40px; }
  .newlp-transform-section .section-title h2 { font-size: 32px; }
  .newlp-transform-section .right-part .box { margin: 0 5px 20px; width: calc(100% / 2 - 10px); }
  .newlp-transform-section .right-part .box-wrap { margin: 0 -10px; }
  .newlp-3col-section .section-title { padding: 0 0 30px; }
  .newlp-3col-section { padding: 50px 0 30px; }
  .newlp-3col-section .box { width: calc(100% / 1 - 30px); }
  .newlp-3col-section .bottom-content { padding: 10px 0 0; font-size: 16px; line-height: 25px; }
  .newlp-team-section { padding: 50px 0 30px; }
  .newlp-team-section .wrap { padding: 25px 0 0; }
  .newlp-team-section .box .person-img { width: 150px; height: 150px; }
  .newlp-attending-section .content { padding: 10px 0 20px; }
  .newlp-attending-section .box { width: calc(100% / 1 - 20px); }
  .newlp-attending-section .wrap { margin: 0 -10px; }
  .newlp-content-section.with-image { padding: 20px 0 40px; }
  .newlp-content-section.with-image .right-part { padding: 0; }
  .newlp-register-section { padding: 50px 0 30px; }
  .newlp-logo-section .logo-strip .logo3 { width: 130px; }
  .newlp-logo-section .logo-strip .logo1 { width: 130px; padding-right: 15px; }
  .newlp-logo-section .logo-strip .logo2 { width: 130px; }
  .newlp-logo-section .logo-strip .logo3 { width: 130px; padding-left: 15px; }
  .newlp-logo-section .logo-strip { flex-wrap: nowrap; }
  .newlp-3col-section .bottom-content .inner-box { padding: 20px 20px;}
  .newlp-2col-section .wrap { padding: 0;}

}


@media (max-width:600px){

  .blog-top-section { padding: 50px 0 0; }
  .blog-top-section .first-post .post-image { width: 100%; }
  .blog-top-section .first-post .detail-side { width: 100%; padding: 30px 25px; }
  .blog-top-section .first-post { flex-wrap: wrap; }
  .tag-filter ul li a.topic-link { margin: 0 5px 12px 0; font-size: 14px; }
  .tag-filter { padding: 60px 0 30px; }
  .blog-list-section .left-part .post-item { width: calc(100% - 30px); }
  .related-post-section .post-box h2 { font-size: 20px;}
  .post-body ul { padding-left: 20px;}
  .blog-top-section .first-post .post-image { height:auto; }
  .bl3-news h3.tbl-widget__article-title { width: 100%; }
  .bl3-news .tbl-widget--primary .tbl-widget__list .tbl-widget__article { display: flex; flex-direction: column; padding: 0 0 10px; }
  .bl3-news h3.tbl-widget__article-title { padding: 10px 0 0; }
  .bl3-news article.tbl-widget__article .tbl-widget__article-summary { font-size: 16px; line-height: 28px; font-weight:400; }

}


@media (max-width:480px){
  h1, .h1 { font-size: 40px; line-height: 50px; }
  h2, .h2 { line-height: 37px; font-size: 28px; }
  h3, .h3 { font-size: 22px; }
  .new2024-hero-section .box { width: calc(100% / 2 - 18px); }
  .new2024-footer-section .top-part .center-part .menu-box:last-child { padding-left: 15px; width: 40%; }
  .new2024-footer-section .top-part .center-part .menu-box:first-child { width: 60%; }
  .new2024-about-section { padding: 40px 0 20px; }
  .new2024-whyweare-section .left-part h2 { font-size: 28px; line-height: 36px; }
  .new2024-whyweare-section .left-part .content strong { font-size: 18px; line-height: 26px; }
  .new2024-whyweare-section .right-part .box { width: calc(100% / 1 - 26px); padding: 20px; text-align: center; }
  .new2024-whyweare-section .right-part .box .icon { margin: auto; }
  .new2024-team-section .box { width: calc(100% / 1 - 24px); }
  .new2024-about-section .bottom-part .box .icon { width: 50px; height: 50px; }
  .new2024-reporting-section .box { padding: 30px 25px;}
  .new2024-contact-section .left-part .inner-wrap { padding: 30px 20px;}
  .new2024-keyfeature-section .box { padding: 30px 25px;}
  .newlp-content-section h2 { font-size: 28px; padding: 0px 0 10px; }
  .newlp-transform-section .section-title h2 { font-size: 28px; }
  .newlp-transform-section .right-part { padding: 20px 0 0; }
  .newlp-transform-section .right-part .box { padding: 30px 10px; }
  .newlp-transform-section .right-part .box h3 { font-size: 40px; }
  .newlp-team-section .box .bio { font-size: 13px; line-height: 23px; }
  .newlp-attending-section { padding: 40px 0 0; }


}