@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');

@font-face {
  font-family: 'ETmodules';
  src: url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.eot');
  src: url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.eot') format('embedded-opentype'),
    url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.woff2') format('woff2'),
    url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.woff') format('woff'),
    url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.ttf') format('truetype'),
    url('https://3851812.fs1.hubspotusercontent-na1.net/hubfs/3851812/Quorum-2024/Fonts/ETmodules/modules.svg#modules') format('svg');
}




/* 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;
}

@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:#333333; }
.bg\:primary_color{ background-color:#333333; }
.hover\:primary_color:hover{ color:#333333; }

.color\:secondary_color{ color:#002d72; }
.bg\:secondary_color{ background-color:#002d72; }
.hover\:secondary_color:hover{ color:#002d72; }

.color\:tertiary_color{ color:#78be20; }
.bg\:tertiary_color{ background-color:#78be20; }
.hover\:tertiary_color:hover{ color:#78be20; }

.color\:color_3D5388{ color:#69B3E7; }
.bg\:color_3D5388{ background-color:#69B3E7; }
.hover\:color_3D5388:hover{ color:#69B3E7; }

.color\:color_497780{ color:#53565a; }
.bg\:color_497780{ background-color:#53565a; }
.hover\:color_497780:hover{ color:#53565a; }

.color\:color_96C3D6{ color:#ffcd00; }
.bg\:color_96C3D6{ background-color:#ffcd00; }
.hover\:color_96C3D6:hover{ color:#ffcd00; }

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



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



.weight-100 { font-weight:100; }

.weight-200 { font-weight:200; }

.weight-300 { font-weight:300; }

.weight-400 { font-weight:400; }

.weight-500 { font-weight:500; }

.weight-600 { font-weight:600; }

.weight-700 { font-weight:700; }

.weight-800 { font-weight:800; }

.weight-900 { font-weight:900; }



.font-1 { font-size:1px; }

.font-2 { font-size:2px; }

.font-3 { font-size:3px; }

.font-4 { font-size:4px; }

.font-5 { font-size:5px; }

.font-6 { font-size:6px; }

.font-7 { font-size:7px; }

.font-8 { font-size:8px; }

.font-9 { font-size:9px; }

.font-10 { font-size:10px; }

.font-11 { font-size:11px; }

.font-12 { font-size:12px; }

.font-13 { font-size:13px; }

.font-14 { font-size:14px; }

.font-15 { font-size:15px; }

.font-16 { font-size:16px; }

.font-17 { font-size:17px; }

.font-18 { font-size:18px; }

.font-19 { font-size:19px; }

.font-20 { font-size:20px; }

.font-21 { font-size:21px; }

.font-22 { font-size:22px; }

.font-23 { font-size:23px; }

.font-24 { font-size:24px; }

.font-25 { font-size:25px; }

.font-26 { font-size:26px; }

.font-27 { font-size:27px; }

.font-28 { font-size:28px; }

.font-29 { font-size:29px; }

.font-30 { font-size:30px; }

.font-31 { font-size:31px; }

.font-32 { font-size:32px; }

.font-33 { font-size:33px; }

.font-34 { font-size:34px; }

.font-35 { font-size:35px; }

.font-36 { font-size:36px; }

.font-37 { font-size:37px; }

.font-38 { font-size:38px; }

.font-39 { font-size:39px; }

.font-40 { font-size:40px; }

.font-41 { font-size:41px; }

.font-42 { font-size:42px; }

.font-43 { font-size:43px; }

.font-44 { font-size:44px; }

.font-45 { font-size:45px; }

.font-46 { font-size:46px; }

.font-47 { font-size:47px; }

.font-48 { font-size:48px; }

.font-49 { font-size:49px; }



.line-10 { line-height:10px; }

.line-11 { line-height:11px; }

.line-12 { line-height:12px; }

.line-13 { line-height:13px; }

.line-14 { line-height:14px; }

.line-15 { line-height:15px; }

.line-16 { line-height:16px; }

.line-17 { line-height:17px; }

.line-18 { line-height:18px; }

.line-19 { line-height:19px; }

.line-20 { line-height:20px; }

.line-21 { line-height:21px; }

.line-22 { line-height:22px; }

.line-23 { line-height:23px; }

.line-24 { line-height:24px; }

.line-25 { line-height:25px; }

.line-26 { line-height:26px; }

.line-27 { line-height:27px; }

.line-28 { line-height:28px; }

.line-29 { line-height:29px; }

.line-30 { line-height:30px; }

.line-31 { line-height:31px; }

.line-32 { line-height:32px; }

.line-33 { line-height:33px; }

.line-34 { line-height:34px; }

.line-35 { line-height:35px; }


/* 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%; }
  

  
  .sm\:weight-100 { font-weight:100; }
  
  .sm\:weight-200 { font-weight:200; }
  
  .sm\:weight-300 { font-weight:300; }
  
  .sm\:weight-400 { font-weight:400; }
  
  .sm\:weight-500 { font-weight:500; }
  
  .sm\:weight-600 { font-weight:600; }
  
  .sm\:weight-700 { font-weight:700; }
  
  .sm\:weight-800 { font-weight:800; }
  
  .sm\:weight-900 { font-weight:900; }
  

  
  .sm\:font-1 { font-size:1px; }
  
  .sm\:font-2 { font-size:2px; }
  
  .sm\:font-3 { font-size:3px; }
  
  .sm\:font-4 { font-size:4px; }
  
  .sm\:font-5 { font-size:5px; }
  
  .sm\:font-6 { font-size:6px; }
  
  .sm\:font-7 { font-size:7px; }
  
  .sm\:font-8 { font-size:8px; }
  
  .sm\:font-9 { font-size:9px; }
  
  .sm\:font-10 { font-size:10px; }
  
  .sm\:font-11 { font-size:11px; }
  
  .sm\:font-12 { font-size:12px; }
  
  .sm\:font-13 { font-size:13px; }
  
  .sm\:font-14 { font-size:14px; }
  
  .sm\:font-15 { font-size:15px; }
  
  .sm\:font-16 { font-size:16px; }
  
  .sm\:font-17 { font-size:17px; }
  
  .sm\:font-18 { font-size:18px; }
  
  .sm\:font-19 { font-size:19px; }
  
  .sm\:font-20 { font-size:20px; }
  
  .sm\:font-21 { font-size:21px; }
  
  .sm\:font-22 { font-size:22px; }
  
  .sm\:font-23 { font-size:23px; }
  
  .sm\:font-24 { font-size:24px; }
  
  .sm\:font-25 { font-size:25px; }
  
  .sm\:font-26 { font-size:26px; }
  
  .sm\:font-27 { font-size:27px; }
  
  .sm\:font-28 { font-size:28px; }
  
  .sm\:font-29 { font-size:29px; }
  
  .sm\:font-30 { font-size:30px; }
  
  .sm\:font-31 { font-size:31px; }
  
  .sm\:font-32 { font-size:32px; }
  
  .sm\:font-33 { font-size:33px; }
  
  .sm\:font-34 { font-size:34px; }
  
  .sm\:font-35 { font-size:35px; }
  
  .sm\:font-36 { font-size:36px; }
  
  .sm\:font-37 { font-size:37px; }
  
  .sm\:font-38 { font-size:38px; }
  
  .sm\:font-39 { font-size:39px; }
  
  .sm\:font-40 { font-size:40px; }
  
  .sm\:font-41 { font-size:41px; }
  
  .sm\:font-42 { font-size:42px; }
  
  .sm\:font-43 { font-size:43px; }
  
  .sm\:font-44 { font-size:44px; }
  
  .sm\:font-45 { font-size:45px; }
  
  .sm\:font-46 { font-size:46px; }
  
  .sm\:font-47 { font-size:47px; }
  
  .sm\:font-48 { font-size:48px; }
  
  .sm\:font-49 { font-size:49px; }
  

  
  .sm\:line-10 { line-height:10px; }
  
  .sm\:line-11 { line-height:11px; }
  
  .sm\:line-12 { line-height:12px; }
  
  .sm\:line-13 { line-height:13px; }
  
  .sm\:line-14 { line-height:14px; }
  
  .sm\:line-15 { line-height:15px; }
  
  .sm\:line-16 { line-height:16px; }
  
  .sm\:line-17 { line-height:17px; }
  
  .sm\:line-18 { line-height:18px; }
  
  .sm\:line-19 { line-height:19px; }
  
  .sm\:line-20 { line-height:20px; }
  
  .sm\:line-21 { line-height:21px; }
  
  .sm\:line-22 { line-height:22px; }
  
  .sm\:line-23 { line-height:23px; }
  
  .sm\:line-24 { line-height:24px; }
  
  .sm\:line-25 { line-height:25px; }
  
  .sm\:line-26 { line-height:26px; }
  
  .sm\:line-27 { line-height:27px; }
  
  .sm\:line-28 { line-height:28px; }
  
  .sm\:line-29 { line-height:29px; }
  
  .sm\:line-30 { line-height:30px; }
  
  .sm\:line-31 { line-height:31px; }
  
  .sm\:line-32 { line-height:32px; }
  
  .sm\:line-33 { line-height:33px; }
  
  .sm\:line-34 { line-height:34px; }
  
  .sm\:line-35 { line-height:35px; }
  


}


@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%; }
  

  
  .md\:weight-100 { font-weight:100; }
  
  .md\:weight-200 { font-weight:200; }
  
  .md\:weight-300 { font-weight:300; }
  
  .md\:weight-400 { font-weight:400; }
  
  .md\:weight-500 { font-weight:500; }
  
  .md\:weight-600 { font-weight:600; }
  
  .md\:weight-700 { font-weight:700; }
  
  .md\:weight-800 { font-weight:800; }
  
  .md\:weight-900 { font-weight:900; }
  

  
  .md\:font-1 { font-size:1px; }
  
  .md\:font-2 { font-size:2px; }
  
  .md\:font-3 { font-size:3px; }
  
  .md\:font-4 { font-size:4px; }
  
  .md\:font-5 { font-size:5px; }
  
  .md\:font-6 { font-size:6px; }
  
  .md\:font-7 { font-size:7px; }
  
  .md\:font-8 { font-size:8px; }
  
  .md\:font-9 { font-size:9px; }
  
  .md\:font-10 { font-size:10px; }
  
  .md\:font-11 { font-size:11px; }
  
  .md\:font-12 { font-size:12px; }
  
  .md\:font-13 { font-size:13px; }
  
  .md\:font-14 { font-size:14px; }
  
  .md\:font-15 { font-size:15px; }
  
  .md\:font-16 { font-size:16px; }
  
  .md\:font-17 { font-size:17px; }
  
  .md\:font-18 { font-size:18px; }
  
  .md\:font-19 { font-size:19px; }
  
  .md\:font-20 { font-size:20px; }
  
  .md\:font-21 { font-size:21px; }
  
  .md\:font-22 { font-size:22px; }
  
  .md\:font-23 { font-size:23px; }
  
  .md\:font-24 { font-size:24px; }
  
  .md\:font-25 { font-size:25px; }
  
  .md\:font-26 { font-size:26px; }
  
  .md\:font-27 { font-size:27px; }
  
  .md\:font-28 { font-size:28px; }
  
  .md\:font-29 { font-size:29px; }
  
  .md\:font-30 { font-size:30px; }
  
  .md\:font-31 { font-size:31px; }
  
  .md\:font-32 { font-size:32px; }
  
  .md\:font-33 { font-size:33px; }
  
  .md\:font-34 { font-size:34px; }
  
  .md\:font-35 { font-size:35px; }
  
  .md\:font-36 { font-size:36px; }
  
  .md\:font-37 { font-size:37px; }
  
  .md\:font-38 { font-size:38px; }
  
  .md\:font-39 { font-size:39px; }
  
  .md\:font-40 { font-size:40px; }
  
  .md\:font-41 { font-size:41px; }
  
  .md\:font-42 { font-size:42px; }
  
  .md\:font-43 { font-size:43px; }
  
  .md\:font-44 { font-size:44px; }
  
  .md\:font-45 { font-size:45px; }
  
  .md\:font-46 { font-size:46px; }
  
  .md\:font-47 { font-size:47px; }
  
  .md\:font-48 { font-size:48px; }
  
  .md\:font-49 { font-size:49px; }
  

  
  .md\:line-10 { line-height:10px; }
  
  .md\:line-11 { line-height:11px; }
  
  .md\:line-12 { line-height:12px; }
  
  .md\:line-13 { line-height:13px; }
  
  .md\:line-14 { line-height:14px; }
  
  .md\:line-15 { line-height:15px; }
  
  .md\:line-16 { line-height:16px; }
  
  .md\:line-17 { line-height:17px; }
  
  .md\:line-18 { line-height:18px; }
  
  .md\:line-19 { line-height:19px; }
  
  .md\:line-20 { line-height:20px; }
  
  .md\:line-21 { line-height:21px; }
  
  .md\:line-22 { line-height:22px; }
  
  .md\:line-23 { line-height:23px; }
  
  .md\:line-24 { line-height:24px; }
  
  .md\:line-25 { line-height:25px; }
  
  .md\:line-26 { line-height:26px; }
  
  .md\:line-27 { line-height:27px; }
  
  .md\:line-28 { line-height:28px; }
  
  .md\:line-29 { line-height:29px; }
  
  .md\:line-30 { line-height:30px; }
  
  .md\:line-31 { line-height:31px; }
  
  .md\:line-32 { line-height:32px; }
  
  .md\:line-33 { line-height:33px; }
  
  .md\:line-34 { line-height:34px; }
  
  .md\:line-35 { line-height:35px; }
  


}


@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%; }
  

  
  .lg\:weight-100 { font-weight:100; }
  
  .lg\:weight-200 { font-weight:200; }
  
  .lg\:weight-300 { font-weight:300; }
  
  .lg\:weight-400 { font-weight:400; }
  
  .lg\:weight-500 { font-weight:500; }
  
  .lg\:weight-600 { font-weight:600; }
  
  .lg\:weight-700 { font-weight:700; }
  
  .lg\:weight-800 { font-weight:800; }
  
  .lg\:weight-900 { font-weight:900; }
  

  
  .lg\:font-1 { font-size:1px; }
  
  .lg\:font-2 { font-size:2px; }
  
  .lg\:font-3 { font-size:3px; }
  
  .lg\:font-4 { font-size:4px; }
  
  .lg\:font-5 { font-size:5px; }
  
  .lg\:font-6 { font-size:6px; }
  
  .lg\:font-7 { font-size:7px; }
  
  .lg\:font-8 { font-size:8px; }
  
  .lg\:font-9 { font-size:9px; }
  
  .lg\:font-10 { font-size:10px; }
  
  .lg\:font-11 { font-size:11px; }
  
  .lg\:font-12 { font-size:12px; }
  
  .lg\:font-13 { font-size:13px; }
  
  .lg\:font-14 { font-size:14px; }
  
  .lg\:font-15 { font-size:15px; }
  
  .lg\:font-16 { font-size:16px; }
  
  .lg\:font-17 { font-size:17px; }
  
  .lg\:font-18 { font-size:18px; }
  
  .lg\:font-19 { font-size:19px; }
  
  .lg\:font-20 { font-size:20px; }
  
  .lg\:font-21 { font-size:21px; }
  
  .lg\:font-22 { font-size:22px; }
  
  .lg\:font-23 { font-size:23px; }
  
  .lg\:font-24 { font-size:24px; }
  
  .lg\:font-25 { font-size:25px; }
  
  .lg\:font-26 { font-size:26px; }
  
  .lg\:font-27 { font-size:27px; }
  
  .lg\:font-28 { font-size:28px; }
  
  .lg\:font-29 { font-size:29px; }
  
  .lg\:font-30 { font-size:30px; }
  
  .lg\:font-31 { font-size:31px; }
  
  .lg\:font-32 { font-size:32px; }
  
  .lg\:font-33 { font-size:33px; }
  
  .lg\:font-34 { font-size:34px; }
  
  .lg\:font-35 { font-size:35px; }
  
  .lg\:font-36 { font-size:36px; }
  
  .lg\:font-37 { font-size:37px; }
  
  .lg\:font-38 { font-size:38px; }
  
  .lg\:font-39 { font-size:39px; }
  
  .lg\:font-40 { font-size:40px; }
  
  .lg\:font-41 { font-size:41px; }
  
  .lg\:font-42 { font-size:42px; }
  
  .lg\:font-43 { font-size:43px; }
  
  .lg\:font-44 { font-size:44px; }
  
  .lg\:font-45 { font-size:45px; }
  
  .lg\:font-46 { font-size:46px; }
  
  .lg\:font-47 { font-size:47px; }
  
  .lg\:font-48 { font-size:48px; }
  
  .lg\:font-49 { font-size:49px; }
  

  
  .lg\:line-10 { line-height:10px; }
  
  .lg\:line-11 { line-height:11px; }
  
  .lg\:line-12 { line-height:12px; }
  
  .lg\:line-13 { line-height:13px; }
  
  .lg\:line-14 { line-height:14px; }
  
  .lg\:line-15 { line-height:15px; }
  
  .lg\:line-16 { line-height:16px; }
  
  .lg\:line-17 { line-height:17px; }
  
  .lg\:line-18 { line-height:18px; }
  
  .lg\:line-19 { line-height:19px; }
  
  .lg\:line-20 { line-height:20px; }
  
  .lg\:line-21 { line-height:21px; }
  
  .lg\:line-22 { line-height:22px; }
  
  .lg\:line-23 { line-height:23px; }
  
  .lg\:line-24 { line-height:24px; }
  
  .lg\:line-25 { line-height:25px; }
  
  .lg\:line-26 { line-height:26px; }
  
  .lg\:line-27 { line-height:27px; }
  
  .lg\:line-28 { line-height:28px; }
  
  .lg\:line-29 { line-height:29px; }
  
  .lg\:line-30 { line-height:30px; }
  
  .lg\:line-31 { line-height:31px; }
  
  .lg\:line-32 { line-height:32px; }
  
  .lg\:line-33 { line-height:33px; }
  
  .lg\:line-34 { line-height:34px; }
  
  .lg\:line-35 { line-height:35px; }
  


}


@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%; }
  

  
  .xl\:weight-100 { font-weight:100; }
  
  .xl\:weight-200 { font-weight:200; }
  
  .xl\:weight-300 { font-weight:300; }
  
  .xl\:weight-400 { font-weight:400; }
  
  .xl\:weight-500 { font-weight:500; }
  
  .xl\:weight-600 { font-weight:600; }
  
  .xl\:weight-700 { font-weight:700; }
  
  .xl\:weight-800 { font-weight:800; }
  
  .xl\:weight-900 { font-weight:900; }
  

  
  .xl\:font-1 { font-size:1px; }
  
  .xl\:font-2 { font-size:2px; }
  
  .xl\:font-3 { font-size:3px; }
  
  .xl\:font-4 { font-size:4px; }
  
  .xl\:font-5 { font-size:5px; }
  
  .xl\:font-6 { font-size:6px; }
  
  .xl\:font-7 { font-size:7px; }
  
  .xl\:font-8 { font-size:8px; }
  
  .xl\:font-9 { font-size:9px; }
  
  .xl\:font-10 { font-size:10px; }
  
  .xl\:font-11 { font-size:11px; }
  
  .xl\:font-12 { font-size:12px; }
  
  .xl\:font-13 { font-size:13px; }
  
  .xl\:font-14 { font-size:14px; }
  
  .xl\:font-15 { font-size:15px; }
  
  .xl\:font-16 { font-size:16px; }
  
  .xl\:font-17 { font-size:17px; }
  
  .xl\:font-18 { font-size:18px; }
  
  .xl\:font-19 { font-size:19px; }
  
  .xl\:font-20 { font-size:20px; }
  
  .xl\:font-21 { font-size:21px; }
  
  .xl\:font-22 { font-size:22px; }
  
  .xl\:font-23 { font-size:23px; }
  
  .xl\:font-24 { font-size:24px; }
  
  .xl\:font-25 { font-size:25px; }
  
  .xl\:font-26 { font-size:26px; }
  
  .xl\:font-27 { font-size:27px; }
  
  .xl\:font-28 { font-size:28px; }
  
  .xl\:font-29 { font-size:29px; }
  
  .xl\:font-30 { font-size:30px; }
  
  .xl\:font-31 { font-size:31px; }
  
  .xl\:font-32 { font-size:32px; }
  
  .xl\:font-33 { font-size:33px; }
  
  .xl\:font-34 { font-size:34px; }
  
  .xl\:font-35 { font-size:35px; }
  
  .xl\:font-36 { font-size:36px; }
  
  .xl\:font-37 { font-size:37px; }
  
  .xl\:font-38 { font-size:38px; }
  
  .xl\:font-39 { font-size:39px; }
  
  .xl\:font-40 { font-size:40px; }
  
  .xl\:font-41 { font-size:41px; }
  
  .xl\:font-42 { font-size:42px; }
  
  .xl\:font-43 { font-size:43px; }
  
  .xl\:font-44 { font-size:44px; }
  
  .xl\:font-45 { font-size:45px; }
  
  .xl\:font-46 { font-size:46px; }
  
  .xl\:font-47 { font-size:47px; }
  
  .xl\:font-48 { font-size:48px; }
  
  .xl\:font-49 { font-size:49px; }
  

  
  .xl\:line-10 { line-height:10px; }
  
  .xl\:line-11 { line-height:11px; }
  
  .xl\:line-12 { line-height:12px; }
  
  .xl\:line-13 { line-height:13px; }
  
  .xl\:line-14 { line-height:14px; }
  
  .xl\:line-15 { line-height:15px; }
  
  .xl\:line-16 { line-height:16px; }
  
  .xl\:line-17 { line-height:17px; }
  
  .xl\:line-18 { line-height:18px; }
  
  .xl\:line-19 { line-height:19px; }
  
  .xl\:line-20 { line-height:20px; }
  
  .xl\:line-21 { line-height:21px; }
  
  .xl\:line-22 { line-height:22px; }
  
  .xl\:line-23 { line-height:23px; }
  
  .xl\:line-24 { line-height:24px; }
  
  .xl\:line-25 { line-height:25px; }
  
  .xl\:line-26 { line-height:26px; }
  
  .xl\:line-27 { line-height:27px; }
  
  .xl\:line-28 { line-height:28px; }
  
  .xl\:line-29 { line-height:29px; }
  
  .xl\:line-30 { line-height:30px; }
  
  .xl\:line-31 { line-height:31px; }
  
  .xl\:line-32 { line-height:32px; }
  
  .xl\:line-33 { line-height:33px; }
  
  .xl\:line-34 { line-height:34px; }
  
  .xl\:line-35 { line-height:35px; }
  


}


/* 1c. Typography */































/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */










/* 1e. Forms */


















/* 1g. Website header */





/* 1h. Website footer */











.container { max-width: 1080px; width: 80%; margin: auto; padding: 0; }
.dnd-section, .content-wrapper--vertical-spacing, .dnd-section .dnd-column { 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%; } }*/

@media (min-width: 768px) {
 .dnd-column:not(.span12):first-of-type .container {float: right}
 .dnd-column:not(.span12):last-of-type .container {float: left}

 
    .dnd-column.span2 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span3 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span4 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span5 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span6 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span7 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span8 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span9 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
    .dnd-column.span10 .container {
      max-width: calc((var(--column-width-multiplier) * 1vw * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100)) - (100vw - 1080px) / 2);
      width: calc((var(--column-width-multiplier)* 1vw * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100)) - 10vw);
    }
  
}





html,body{scroll-behavior: smooth;}
*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 20px; }
body { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color: #333333; font-size: 20px; line-height: 28.8px; padding:0; margin:0; font-weight: 400; }

p { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; margin:0 0 15px; font-weight:500; }
a { font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; color: #2ea3f2;  
-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;
; }
a:hover { font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;  color: #fff; }
a:focus { font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;  color: #2ea3f2; }
a:active { font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; color: #2ea3f2; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; padding:0; margin:0; }
.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; }

.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-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 42px;
  text-transform: none;
  line-height: 1.1;
  margin: 0 0 15px;
  word-break: break-word;
}

h2,
.h2 {
  font-weight: 800; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 34px;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 15px;
}

h2 small,
.h2 small,
h2.small,
.h2.small {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 26px;
  text-transform: none;
  line-height: 1;
  margin: 0 0 15px;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  margin: 0 0 15px;
}

h4,
.h4 {
  font-weight: 800; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 15px;
}

h5,
.h5 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 18px;
  text-transform: none;
  line-height: 1.8;
  margin: 0 0 15px;
}

h6,
.h6 {
  font-weight: 500; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #002d72;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 15px;
}

h1 span, h2 span, h3 span { color: #78be20; }
.light-section h1 span, .light-section h2 span { color:#69B3E7; }
.light-section h1, .light-section h2, .light-section h3, .light-section h4, .light-section h5, .light-section h6, .light-section p { color:#333333; }
.dark-section p, .dark-section ul li, .dark-section ol li { color: #002d72; }

/* Blockquote */

blockquote { border-left-color: #002d72; }





/* -- Button1 -- */

.btn1 a, a.btn1 {
  border: 1px solid #78BE20;

  padding-top: 9px;
padding-right: 17px;
padding-bottom: 9px;
padding-left: 17px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: #78BE20;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
  display: inline-block; line-height: 30px; position:relative;
}

.btn1 a:hover, a.btn1:hover {
  background-color: #78BE20; color:#ffffff; border-color: #78BE20; letter-spacing: 2px;
}

.btn1 a:before, a.btn1:before { content: ' '; top: 50%; left: auto; right: 34px; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-left: 8px solid white; border-bottom: 5px solid transparent; border-radius: 2px; transform: translateY(-50%); transition: all 0.4s; opacity: 0; visibility: hidden; }
.btn1 a:hover:before, a.btn1:hover:before { opacity: 1; visibility: visible; right: 11px; }
.btn1 a:hover, a.btn1:hover { padding-right: 35px; }


/* -- Button2 -- */
.btn2 a, a.btn2 {
  border: 1px solid #69B3E7;

  padding-top: 4px;
padding-right: 13px;
padding-bottom: 3px;
padding-left: 13px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: #69B3E7;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  display: inline-block; line-height: 24px; position:relative;
}

.btn2 a:hover, a.btn2:hover {
  background-color: #69B3E7; color:#ffffff; border-color: #69B3E7; letter-spacing: 2px;
}

.btn2 a:before, a.btn2:before { content: ' '; top: 51%; left: auto; right: 34px; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-left: 6px solid white; border-bottom: 5px solid transparent; border-radius: 2px; transform: translateY(-50%); transition: all 0.4s; opacity: 0; visibility: hidden; }
.btn2 a:hover:before, a.btn2:hover:before { opacity: 1; visibility: visible; right: 11px; }
.btn2 a:hover, a.btn2:hover { padding-right: 26px; }

/* -- Button3 (Simple Link) -- */
.btn3 a, a.btn3 { color: #2ea3f2; font-family: font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; }
.btn3 a:hover, a.btn3:hover { color: #fff; }

/* -- Button4 (Blue Button) -- */
.btn4 a, a.btn4 { padding: 12px 21px; color: #fff; background-color: #002576; font-weight: 700; font-family: Nunito Sans; }
.btn4 a:hover, a.btn4:hover { background-color: #69B3E7 }

/* -- Button5 (Light Blue Button) -- */
.btn5 a, a.btn5 { padding: 12px 21px; color: #002576; background-color: #99D5FF; font-weight: 700; font-family: Nunito Sans; }
.btn5 a:hover, a.btn5:hover { background-color: #78BE20 }





.cards-container {display: flex; flex-wrap: wrap; gap: 20px; margin-top: 37px}
.card {position: relative; display: flex; box-shadow: 0px 3px 6px #00000029; background-color: #fff}
.card-icon-container {width: 125px; flex-shrink: 0; height: 100%; display: flex; justify-content: center; align-items: center}
.card-icon {mask-repeat: no-repeat; mask-position: center; height: 55px; width: 55px; mask-size:contain}
.card .copy-area {padding: 37px 39px}
.card-title {margin-bottom: 0; color: #002576}
.card-copy {margin-top: 10px; font-size: 16px; line-height: 20px; color: #53565A}

.card-columns-1 .card {width: 100%}
.card-columns-1.cards-container {margin-top: 48px}
.card-columns-1 .card-icon-container {width: 279px; max-width: 25%;}
.card-columns-1 .card-icon {width: 125px; height: 125px}
.card-columns-1 .card-title {font-size: 25px; line-height: 30px; letter-spacing: -0.63px}

.card-columns-2 .card {width: calc(50% - 10px)}
.card-columns-2 .card-title {font-size: 20px; line-height: 20px; letter-spacing: -0.5px;}

.card-columns-3 .card {width: calc(100% / 3 - 20px)}
.card-columns-3 .card-icon-container {width: 100px}
.card-columns-3 .card-title {font-size: 18px; line-height: 20px;}

@media (max-width: 1000px) {
  .card-columns-2 .card, .card-columns-3 .card {width: calc(50% - 10px)}
  .card-columns-2 .card-title, .card-columns-3 .card-title {font-size: 18px; line-height: 20px;}
}
@media (max-width: 768px) {
  .card-columns-1 .card {flex-direction: column;}
  .card-columns-1 .card-icon-container {width: 100%; height: 100px; max-width: 100%}
  .card-columns-1 .card-icon {height: 69px; width: 69px;}
}
@media (max-width: 900px) {
  .card-columns-2 .card-icon-container, .card-columns-3 .card-icon-container {width: 70px;}
  .card-columns-2 .card-icon, .card-columns-3 .card-icon {width: 33px; height: 33px;}
  .card-columns-2 .card .copy-area, .card-columns-3 .card .copy-area {padding: 28px 31px}
  .card-title {font-size: 16px;line-height: 18px}
}
@media (max-width: 600px) {
  .card-columns-2 .card, .card-columns-3 .card {flex-direction: column; text-align: center}
  .card-columns-2 .card-icon-container, .card-columns-3 .card-icon-container {width: 100%; height: 70px}
}
@media (max-width: 480px) {
  .card-columns-2 .card .copy-area, .card-columns-3 .card .copy-area {padding: 21px 10px}
  .card-columns-2 .card-title, .card-columns-3 .card-title {font-size: 14px; line-height: 16px}
}





form, .submitted-message { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
.form-title { color: #002d72; }
form label { color: #002d72; }
form legend { color: #002d72; }

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 #cbd6e2;
 background-color: #f5f8fa; color: #33475b; border-radius: 15px; -webkit-border-radius: 15px; height:40px; padding:10px 15px; width:100%; font-family: Open Sans; font-weight: 400; line-height: 22px; font-size: 16px; }
form textarea { min-height:100px; }
/* Form placeholder text */

::-webkit-input-placeholder { color: #002d72; position:relative; top:1px; font-family: Open Sans; font-size: 15px; }
::-moz-placeholder { color: #002d72; position:relative; top:1px; font-family: Open Sans; font-size: 15px; }
:-ms-input-placeholder { color: #002d72; position:relative; top:1px; font-family: Open Sans; font-size: 15px; }
::placeholder { color: #002d72; position:relative; top:1px; font-family: Open Sans; font-size: 15px; }

/* form select { appearance: none; -webkit-appearance: none;  background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/Form-Arrow-white.png); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; } */
.hs-form-field textarea:focus, .hs-form-field input:focus { outline: none; border: 1px solid #002d72; }

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

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

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-radius: 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: none;
  background-color: #002d72;
  display: inline-block;  
-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: #002d72; 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 #cbd6e2;
; 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 20px 30px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 30px 20px 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;}





.footerMain { background-color: #002D72; }
.footerMain p { color: #ffffff; font-size: 16px; line-height:24px; }
.footerMain h1,
.footerMain h2,
.footerMain h3,
.footerMain h4,
.footerMain h5,
.footerMain h6,
.footerMain label,
.footerMain span,
.footerMain li,
.footerMain img {
  color: #ffffff;
}
.footerMain .menu-box ul li a { color:#ffffff; }
.footerMain .menu-box ul li a:hover { color:#fff; }
.footerMain a {color:#ffffff; }
.footerMain a:hover { color:#fff;  }


/* 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:35px; height:35px; 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: 23px; height: 40px; left: auto; right: -40px; border: 0; background-repeat: no-repeat; background-position: center center; background-size: 21px;  transition:all 0.4s;}
.slick-arrow.slick-prev {position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border-radius: 40px; width: 23px; height: 40px; left: -40px; border: 0;  background-repeat: no-repeat; background-position: center center; background-size: 21px; transition:all 0.4s;}

ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:20px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 11px; }
ul.slick-dots li button { display:inline-block; background:#3D5388; 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:#78be20; }


.body-container-wrapper { margin: 88px 0 0;}
.hs_recaptcha.hs-form-field { padding-top: 20px;}

/* ====== Header Section ====== */
.header-section { width: 100%; background: #ffffff; border-bottom: 1px solid #e1e1e1; transition: all 0.4s ease-in-out; z-index: 9999; top: 0; left:0; position: fixed;  padding: 20px 0; }
.header-section .headerLeft { width: 195px; }
.header-section .headerLeft .headerLogo img { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-section .headerRight { width:calc(100% - 195px); display: flex; align-items: center; padding-left: 20px; justify-content: flex-end;}
.header-section .headerRight .header-btn a { padding: 6px; border-radius: 3px; border: solid 2px #69B3E7; transition: 0.3s; background-color: #69B3E7; font-size: 13px; transition: all .4s ease-in-out; color: #fff; padding: 4px 6px;  font-weight: 600; }
.header-section .headerRight .header-btn a:hover { background-color: #78BE20; border: solid 2px #78BE20; }
.header-section .headerRight .header-btn { transition: all 0.8s cubic-bezier(.77,0,.175,1); -webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1); }
body.search-open .header-section .headerRight .header-btn { position: relative; transform: translateY(28px); opacity: 0; visibility: hidden;}
.header-section .mainmenu ul { display: flex; flex-wrap: wrap; }
.header-section .mainmenu ul li { padding-right: 22px; transition: all .4s ease-in-out; }
.header-section .mainmenu ul li a:hover { color:#00000099; opacity: .7; }
.header-section .mainmenu ul li.active a, .header-section .mainmenu ul li.active-branch a { color:#2ea3f2; }
.header-section .mainmenu ul li a { font-size: 13px; color: #00000099; font-family: "Open Sans", Arial, sans-serif; font-weight: 600; }
.header-section .haeaderInner { justify-content: space-between; flex-wrap: nowrap; }
.header-section .search { position: relative; margin-left: 22px; }
.header-section .hs-search-field__button { background-color: transparent; border: none; padding: 0; }
.header-section .search svg { height: 23px; width: 23px; transform: rotate(88deg); }
.header-section .search svg path { transition:all 0.4s; }
.header-section .search { cursor: pointer; line-height: 0;}
.header-section .search:hover svg path { fill: #69b3e7;}
.header-section .search .search-pop { width: 700px; position: absolute; transform: translateY(-80px); left: auto; z-index: 11111; line-height: normal; right: 0; height: 60px; display: flex; align-items: center; background: #fff; padding-right: 30px; transition: all 0.8s cubic-bezier(.77,0,.175,1); -webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1); opacity: 0; visibility: hidden; }
body.search-open .header-section .search .search-pop { transform: translateY(-42px); opacity: 1; visibility: visible; }
.header-section .search .search-pop .hs-search-field { width: 100%; }
.header-section .search .search-pop .hs-search-field__input { position: relative; top: 0; left: 0; width: 100%; height: 50px; border: 0; color: #333; font-size: 13px; }
.header-section .search .search-pop .hs-search-field__input:focus { outline: none; }
.header-section .search .search-pop .search-close { position: absolute; top: auto; left: auto; right: 0; width: 16px; height: 16px; cursor: pointer; }
.header-section .search .search-pop input::-webkit-input-placeholder { color:#858585; font-size: 13px; font-weight:400; }
.header-section .search .search-pop input::-moz-placeholder { color:#858585; font-size: 13px; font-weight:400; }
.header-section .search .search-pop input:-ms-input-placeholder { color:#858585; font-size: 13px; font-weight:400; }
.header-section .search .search-pop input::placeholder { color:#858585; font-size: 13px; font-weight:400; }
.header-section .mainmenu { position: relative; transition: all 0.8s cubic-bezier(.77,0,.175,1); -webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1); }
body.search-open .header-section .mainmenu { position: relative; transform: translateY(28px); opacity: 0; visibility: hidden;}
.header-section.sticky .headerLogo img {max-width: 137px !important;}
.header-section.sticky {padding: 16px 0;}

.header-section .hs-editor-hide-until-active { display: none; }
.header-section .inpage-editor-active-field .hs-editor-hide-until-active { display: block; }
.header-section .hs-search-field { position: relative; }
.header-section .hs-search-field__input { box-sizing: border-box; width: 100%; flex: 1; }
.header-section .hs-search-field__bar button svg { height: 10px; }
.header-section .hs-search-field__input:focus { outline-style: solid; }
.header-section .hs-search-field__form { display: flex; flex-wrap: wrap; }
.header-section .hs-search-field__label { flex-basis: 100%; }
.header-section .hs-search-field__bar--button-beneath .hs-search-field__input { flex-basis: 100%; }
.header-section .hs-search-field__bar--button-beneath .hs-search-field__button { margin-top: 0.725rem; margin-right: 0.725rem; }
.header-section .hs-search-field__bar--button-align-right .hs-search-field__button { margin-right: 0; margin-left: 0.725rem; order: 2; }
.header-section .hs-search-field__bar--button-beneath .hs-search-field__suggestions-container { min-width: 75%; flex-basis: auto; flex-grow: 1; }
.header-section .hs-search-field__button--labelled .hs_cos_wrapper_type_icon { margin-right: 0.5rem; }
.header-section .show-for-sr { position: absolute !important; overflow: hidden !important; height: 1px !important; width: 1px !important; padding: 0 !important; border: 0 !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }


/* === Text Only Section === */

.textOnlySection .content {max-width:965px;margin:0 auto;}
.textOnlySection .content ul li{padding-bottom:15px;}
.textOnlySection .sectionTitleInner {max-width:700px;margin:0 auto;}

/* === Icon With Text Section === */

.iconWithTextSection .iconWithImgWrap img{max-width:117px !important;height:100% !important;object-fit:contain;} 
.iconWithTextSection .iconWithTextImgWrapItem .iconWithImgWrap{padding-bottom:20px;height:137px;}
.iconWithTextSection .content{max-width: 100%; margin: 0 auto;}
.iconWithTextSection .content h5 {color: #747d88;}

/* Icon With Text Section  */

/* Hero Banner Section Section Starts */
.heroBannerSection .mainBannerSectionWrap{ overflow:hidden; cursor: pointer; }
.heroBannerSection .mainBannerSection ul.slick-dots li button:hover, .heroBannerSection .mainBannerSection ul.slick-dots li.slick-active button{color:#fff !important;background-color:#fff !important;}

@media (min-width: 992px) {.heroBannerSection  .heroBannerslider, .heroBannerSection .slide { min-height: 55vh;}}
.heroBannerSection .slide { position: relative;}
.heroBannerSection .slide .slide__img { width: 100%;height: 100%;overflow: hidden;}
@media (min-width: 992px) {.heroBannerSection .slide .slide__img { position: absolute; top: 0;left: 0;}}
.heroBannerSection .slide .slide__img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width:100%;
  object-fit:cover;min-height:525px;
}
.heroBannerSection .slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;z-index:1;width:100%;
}
.heroBannerSection .slick-arrow.slick-next:before,.slick-arrow.slick-prev:before{content: "\35";
  font-family: ETmodules!important;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  speak: none;
  font-size: 50px;
  color: #fff;}
.heroBannerSection .slick-arrow.slick-prev:before{content: "\34";}
.heroBannerSection .slide .slide__content--headings {
  text-align: center;
  color: #FFF;
}
.heroBannerSection .slide .slide__content--headings h2 {
  font-size: 48px;
  margin: 10px 0 20px; 
}
.heroBannerSection .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.heroBannerSection .heroBannerslider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.heroBannerSection .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.heroBannerSection .slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.heroBannerSection .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.heroBannerSection .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.heroBannerSection .slick-dots li button:hover,
.heroBannerSection .slick-dots li button:focus {
  outline: none;
}
.heroBannerSection .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.heroBannerSection .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.heroBannerSection .simple-dots .slick-dots li button:hover,
.heroBannerSection .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.heroBannerSection .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.heroBannerSection .stick-dots .slick-dots li{height: 7px;
  width: 7px}
.heroBannerSection .stick-dots .slick-dots li button {
  position: relative;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: .5;
  background-color: rgba(255,255,255,.5);
  text-indent: -9999px;

}
ul.slick-dots li button{height:7px;width:7px;}
.heroBannerSection .stick-dots .slick-dots li button:hover,
.heroBannerSection .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.heroBannerSection .stick-dots .slick-dots li.slick-active button {
  color: #fff;background-color:#fff;opacity:9;

}

.heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-prev{ left:40px;}
.heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-next{ right:80px;}
.heroBannerSection .mainBannerSectionWrap .slide__content--headings p{color:fcd21d; margin-bottom:40px;}
.heroBannerSection .slide:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); }

/* -----------Hero Banner Section Section Starts----------------- */


/* ----------How To Deal Done Section Starts------------ */
.how-deal-got-done-section .section-title h3 { color: #69B3E7; line-height: 31px; }
.client-quote-section .client-quote-inner-section { justify-content: center; margin-left: -40px; margin-right: -40px; }
.client-quote-section .client-quote-item { padding-left: 40px; padding-right: 40px; width: calc(33.33% - 40px); }
.client-quote-image { position: relative; }
.client-quote-image:before { content: "\7c";font-family: ETmodules!important;-moz-osx-font-smoothing: grayscale; line-height: 1; speak: none;font-size: 50px; color: #fcd21d;}

/* ----------How To Deal Done Section Ends------------ */


/* ----------Introducing Quorum Section Starts------------ */

.introduction-section .section-title h3 { color: #DC4405; }
.introduction-section .section-title { max-width: 890px; width: 100%; margin: 0 auto; }
.intro-left-container { width: calc(50% - 30px); margin-right: 30px; }
.intro-right-container { width: calc(50% - 30px); margin-left: 30px; }
.intro-text ul { list-style-type: disc; padding: 0 0 20px 20px; }
.intro-text li { padding-bottom: 10px; }
.intro-right-video-container { position: relative; }
.intro-video .hs-embed-wrapper { max-width: 100% !important; }
.intro-video-image-overlay { position: absolute; height: 100%; width: 100%; top: 0; background-size: cover; background-repeat: no-repeat; background-position: center; }
.intro-video-overlay-hover a { position: absolute; top: 50%; left: 50%; margin-left: -48px; margin-top: -48px; }
.intro-video-overlay-hover { position: absolute; z-index: 100; width: 100%; height: 100%; background: rgba(0,0,0,0); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; cursor: pointer; }
.intro-video-overlay-hover:hover { background-color: rgba(0,0,0,0.6); }

/* ----------Introducing Quorum Section Starts------------ */
/* ---------We Hwlp Section Starts-------------  */
.weHelpSection{padding:80px 0; overflow:hidden;}
.weHelpInner{justify-content:space-between;margin: 0 -30px;}
.weHelpInnerItem{padding:0 30px; width: calc(100% / 2);margin-bottom:60px;}
.weHelpInnerItem .weHelpInnerItemInner{padding: 20px 20px 30px 20px;
  background-color: #002d72;
  height: 100%;
  display: flex;
  flex-direction: column;}
.weHelpInnerItemContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.weHelpInnerItemContentBox{  display: flex; flex-direction: column; align-items: stretch;flex-grow: 1;}
.weHelpInnerItem .weHelpInnerItemInner .weHelpInnerItemImg { width: 51px; height: 51px; display: flex; align-items: center; justify-content: center; margin: 15px auto 30px; }
.weHelpInnerItem .weHelpInnerItemInner h4 { color: #69b3e7; font-size: 14px; line-height: 1; }
.weHelpSection .section-title .content { line-height: 1.9em; max-width: 940px; width: 100%; margin: auto;}


/* ---------We Hwlp Section Ends-------------  */
/* -----------Contact Us Section Section Starts----------------- */

.contactUsSection .customWidthOption{max-width:1080px !important;margin:0 auto;}
.contactUsSection .contact-wrap .contact-box {width:50%;margin-bottom:20px; }
.contactUsSection .contact-wrap .contact-box *{font-size:14px; margin-bottom:0;line-height:1.5em;}
.contactUsSection .contact-wrap .contact-box .title h6 a{font-weight:700}
.contactUsSection .contact-wrap .contact-box .title h6 a:hover{transition:none;color: #2ea3f2;}
.contactUsSection .contact-wrap .contact-box .title h6 a:active,.contactUsSection .contact-wrap .contact-box .title h6 a:focus{color:#2ea3f2 !important;transition:none;}
.contactUsSection .contact-wrap .contact-box .email a{color:#000;}
.contactUsSection .contact-wrap .contact-box .email a:hover{transition:none;color: #000;}

.contactUsSection .contact-wrap .contact-box .email a { font-weight: 700; }
.contactUsSection .contact-wrap .contact-box:first-child .email a{transition:none;color: #2ea3f2;text-decoration:underline;text-decoration-color: #000;}
.contactUsSection form label span{font-size:11px;color:#53565A;}
.contactUsSection .form-contact-info .form-info-title {font-size:18px;font-weight:800;color:#002d72;}
.contactUsSection form input[type=text], .contactUsSection form input[type=email], .contactUsSection form input[type=password], .contactUsSection form input[type=tel],.contactUsSection form input[type=number], .contactUsSection form input[type=file],.contactUsSection form select, .contactUsSection form textarea{border-radius:5px !important;padding-bottom:15px;font-size:14px;padding-bottom:10px;}
.contactUsSection form input[type=submit]{background: #78be20; border-color: #78be20;color: #ffffff; font-size: 14px; line-height: 14px; font-family: Lato;padding: 12px 24px;border-radius: 3px;border-style: solid;border-width: 1px;text-align: center;transition: all .15s linear;font-family: 'Lato', sans-serif;}

.contactUsSection  .inputs-list .hs-form-checkbox-display, .inputs-list .hs-form-booleancheckbox, .inputs-list li.hs-form-radio{padding: 0 0 8px 0 !important;}

.contactUsSection form input[type=submit]:hover{background-color:#002D72;border-color:#002D72;}
.contactUsSectionWrap{margin-top:40px;}
.contactUsSection .inputs-list input[type="checkbox"] + span:before{display:none;}

.contactUsSection .hs_submit.hs-submit .actions{text-align:center;}
.contactUsSection  span.hs-form-required { color: #ff0000 !important;}


.contactUsSection  .hs-form-booleancheckbox-display span a{color:#0000EE;text-decoration:underline;}

/* -----------Contact Us Section Section Starts----------------- */

/* ----------Referrals Section Style Starts------  */

.ReferralsSection .ReferralsSectionInner {flex-wrap:nowrap !important;}
.ReferralsSection .ReferralsSectionRight{background-color:#002d72; max-width:338px;}
.ReferralsSection .ReferralsSectionRightSmallHeading h4{color:#fcd21d;}
.ReferralsSection .content h3{color: #78be20;margin-bottom:25px;}
.ReferralsSection .content h4{font-weight:500;font-size:20px;color:#333;margin-bottom:30px;}
.ReferralsSection .content ul{display:flex;flex-wrap:wrap;padding-left:20px;}
.ReferralsSection .content ul li{width:50%;font-weight:600;margin-bottom:10px;padding-right: 45px;}
.ReferralsSection .ReferralsSectionRightPara p{line-height:1.5;}
.ReferralsSectionRightMainHeading h3{font-size:20px;line-height:28.8px}
/* ----------Referrals Section Style Ends------ */


/* --------Documents And Forms Section----------- */
.documentsAndFormsSection .documentsFormsInner {justify-content:center;}
.documentsAndFormsSection .newQualificationSheetWrapInner { text-align: center; padding: 20px; margin-bottom: 30px; background-color: #53565A;}
.documentsAndFormsSection .newQualificationSheetWrapInner h5{color:#69b3e7;margin-bottom:0}
.documentsAndFormsSection .newQualificationSheetWrapInner p,.newQualificationSheetWrapInner a{font-size:16px;}
.documentsAndFormsSection .newQualificationSheetWrapInner a{text-decoration:underline;font-weight:700;transition:none;}
.documentsAndFormsSection .newQualificationSheetWrapInner a:active{color:#fff !important;}
.documentsAndFormsSection .newQualificationSheetWrapInner .sheetLink a { color: #fff;}
.documentsAndFormsSection .documentsFormsInner{margin:0 -15px;row-gap:30px;}
.documentsAndFormsSection .documentsFormsInnerItem{padding:0 15px;}
.documentsAndFormsSection .documentsFormsInnerItem .documentsFormsInnerItemInner{padding:15px 10px;background-color: #53565A;position: relative;height:100%;position: relative;}
.documentsAndFormsSection .documentsFormsInnerItem .documentsFormsInnerItemInner .button-cta a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; font-size: 0;}
.documentsAndFormsSection .documentsFormsInnerItem .documentsFormsInnerItemInner .docLink { color: #fff; font-size: 16px;}
.documentsFormsInnerItem a:hover {transition:none;color:#fff;}
.documentsFormsInnerItem a:active {color:#fff !important;}
.documentsAndFormsSection .docLink a:hover{transition:none;color:#fff;}
.documentsFormsInnerItemInner  .docHeadeing h5{font-size:16px;}
.documentsFormsInnerItemInner .docHeadeing{height:60%;}
/* --------Documents And Forms Section----------- */


/* -----------Resource Section Starts----------- */

.resource-section .wrap { margin: 0 -18px; }
.resource-section .box { width: calc(100% / 3 - 36px); margin: 0 18px 54px; position: relative;}
.resource-section .box .buttons-ctas a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0;}
.resource-section .box .img-box { width: 100%; height: 188px; }
.resource-section .box .img-box img { width: 100%; height: 100% !important; object-fit: cover; }
.resource-section .box .content-box { background: #474747; width: 100%; padding: 15px; text-align: center; }
.resource-section .box.two_column { width: calc(50% - 36px); }
.resource-section .box.two_column .img-box { height: 304px; }
.resource-section .section-title h3 {color:#ffcd00}

/* -----------Resource Section Ends----------- */

.iconWithTextWrap,.weHelpInner{justify-content:center}

/* Footyer Style Starts */

.footerMain { overflow: hidden;}
.footerMianHeading sup{font-size:10px;}
.footerMain p{font-size:14px;text-align:center;line-height:1.3;}
.footerMain a:active{color:#fff;}
.footerMianHeading{margin-bottom:30px;}
.footerPara,.footerLogoImgWrap{margin-bottom:45px;}
.footerMianHeading h2{text-align:center;font-size: 20px; line-height: 1.3em;}
.footerMain {background-color:#002D72;}
.footerLogoImgWrap{justify-content:center;}
.footerImgItem{margin-right:5.5%;}
.footerMain .footerContent .footerImgItem img{max-width:130px !important;}

/* Footyer Style Starts */



/************ Quorum Partner Portal Page Starts *******  */
.twoColSection .boxInnerWrapInner{background-color:#582C83}
.twoColSection .twoColSectionRightBox{margin-bottom:30px;}
.twoColSection .boxInnerWrapInner .boxHeading h4{color:#fcd21d;}
.twoColSection .boxInnerWrapInner .boxPara p{color:#fff;}
.twoColSection .content p { font-weight: 400; }
.twoColSection .contentWithBtn p { color: #53565a; font-weight: 700; line-height: 1.6em; font-size: 18px;}
.twoColSection .twoColSectionLeft {  width: 70%; padding-right:60px; }
.twoColSection .twoColSectionRight { width: 30%;}
.twoColSection .section-title .content { border-bottom: 1px solid #002d72; padding-bottom: 30px; margin-bottom: 30px;}
.twoColSection .twoColSectionRightBox .btns .btn1 a {font-weight: 700; font-size: 16px; padding-top: 4px; padding-bottom: 4px;}

/* -------Custom Section Style Ends---------  */

.partner-dev-page.partner-portal-section .form-contact-info { width: calc(70% - 60px);}



/************ Sign Register Section *******  */
.sign-register-section .section-title {text-align: center;padding-bottom: 50px;}
.sign-register-section .section-title p {font-size: 18px;color: #53565a;line-height: 1.6em;}
.sign-register-section .wrap {margin: 0 -30px;}
.sign-register-section .wrap .box {width: calc(50% - 60px);margin: 0 30px;padding:24px;background: #582C83; display: flex; flex-direction: column;}
.sign-register-section .wrap .box .img-button-box .img-box {width: 50px;height: 50px;margin: 0 auto;}
.sign-register-section .wrap .box .img-button-box {text-align: center;}
.sign-register-section .wrap .box .inner-cover { height: 100%; }


/************ Partner Portal Section *******  */
.partner-portal-section .form-contact-info { width: 100%; background: #dddddd; padding-left: 15px; padding-right: 15px;}
.partner-portal-section .form-contact-info h3.form-title { font-size: 18px; color: #333333; text-align: center; padding-bottom: 50px; }
.partner-portal-section form label {font-family: 'Nunito Sans', sans-serif; font-size: 15px; }
.partner-portal-section .form-contact-info fieldset { max-width:100% !important; }
.partner-portal-section .form-contact-info .hs-form-field legend.hs-field-desc { font-family: Nunito Sans; color: #b57b7b; font-size: 11px; line-height: 1; padding-bottom: 9px;}
.partner-portal-section .form-contact-info .hs-form-field .input { margin:0 !important; }
.partner-portal-section .form-contact-info .legal-consent-container .hs-richtext p { color: #fff; font-family: Nunito Sans; font-size: 14px; line-height: 24px;  margin: 10px 0 0;}
.partner-portal-section .form-contact-info .hs-submit {  padding: 50px 0 5px;  text-align: center;}
.partner-portal-section .form-contact-info p a {color: #0000EE; text-decoration: underline; font-size: 14px; font-family: Nunito Sans; }
.partner-portal-section .form-contact-info p a:hover { color: #551A8B; }
.partner-portal-section .legal-consent-container .hs-richtext p { margin: 0; color: #fff; font-family: Nunito Sans; font-size: 14px; line-height: 24px; }
.partner-portal-section .hs-submit { padding: 50px 0 5px; text-align: center; }
.partner-portal-section .hs-submit input { border: 0; font-family: Nunito Sans; line-height: 1; }
.partner-portal-section ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: #f2545b;line-height: 18px; font-size: 14px; }
.partner-portal-section .hs-form-field .invalid, .partner-portal-section .hs-form-field .error { border-color: #c87872;}
.partner-portal-section .hs_error_rollup { display: block;}
.partner-portal-section .hs_error_rollup label.hs-main-font-element { color: #f2545b; font-size: 14px; padding: 10px 0 0; display: inline-block;}
span.hs-form-required { color: red;}



.blog-section .post-item { border: 1px solid #d8d8d8; box-shadow: 0px 2px 24px 0px rgba(53, 55, 64, 0.1); width: calc(100% / 3 - 30px); margin: 0 15px 30px; padding: 20px; }
.blog-section .post-outer-wrap { margin: 0 -15px; }
.blog-section .post-item h2 { font-weight: 700; font-size: 22px; line-height: 26px; }
.blog-section .post-item h2 a { color: #353740; font-weight: 700; }
.blog-section .post-item h2 a:hover { color: #69b3e7; }
.blog-section .post-item .hubspot-author { color: #949ba3; font-size: 14px; line-height: 1.8em; padding-bottom: 12px; }
.blog-section .post-item .hubspot-author a { color: #949ba3; font-size: 14px; line-height: 1.8em; }
.blog-section .post-item .hubspot-author a:hover { color: #69b3e7; }
.blog-section .post-item .post-body { color: #747d88; font-size: 16px; line-height: 28px; }

ul.pagination { text-align: center; display: flex; align-items: center; justify-content: center; }
ul.pagination a { width: 40px; height: 40px; display: flex; border: 1px solid #353740; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #353740; margin: 0 4px;   
-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;
; }
ul.pagination a:hover,
ul.pagination li.active a { background: #353740; color: #fff; }
ul.pagination a svg, ul.pagination a svg path { width: 12px; height: 12px;  
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
;  }
ul.pagination a:hover svg, ul.pagination a:hover svg path { fill: #fff !important; }

.topic-author-section .left-part { width: 79%; border-right: 1px solid #e2e2e2; padding-right:60px; }
.topic-author-section .right-part { width: 21%; }
.topic-author-section .left-part .post-item h2 a { color: #333333; }
.topic-author-section .left-part .post-item h2 a:hover { color: #69b3e7; }
.topic-author-section .left-part .post-item .date-topic, .topic-author-section .left-part .post-item .date-topic a { color: #666; }
.topic-author-section .left-part .post-item .date-topic a:hover { color: #69b3e7; }
.topic-author-section .left-part .post-item .post-body { color: #666; }

.inner-post-hero { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.inner-post-hero:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); z-index: -1; }
.inner-post-hero h1 span { color: #fff; }



.innerpost-section .left-part { width: 79%; padding-right:60px; }
.innerpost-section .right-part { width: 21%; border-left: 1px solid #e2e2e2; }
.innerpost-section .right-part .sticky-bar { position: sticky; top: 100px;}
.innerpost-section .post-body { color: #666666; font-size: 14px; line-height: 24px; padding-bottom: 45px; }
.innerpost-section .post-body ul, .innerpost-section .post-body ol { padding-left: 20px; margin-bottom:15px; }
.innerpost-section .post-body a:hover { color: #78be20; }
.innerpost-section .post-body h3 { font-size: 22px; line-height: 1.2; padding: 30px 0 0; }
.innerpost-section .post-body h3 span { color: #002d72; }
.innerpost-section .post-body h3:first-child { padding-top: 0; }
.innerpost-section .post-body blockquote { margin: 40px 0 40px; border-left: 3px solid #002d72; background: #0000000a; padding: 20px 20px; }
.innerpost-section .post-body blockquote p { margin: 0; }


.innerpost-section .post-body a.cta_button { border: 1px solid #78BE20; padding-top: 9px; padding-right: 17px; padding-bottom: 9px; padding-left: 17px; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none; background-color: #78BE20; border-radius: 3px; color: #ffffff; font-size: 18px; text-transform: none; display: inline-block; line-height: 30px; position: relative; }
.innerpost-section .post-body a.cta_button:hover { padding-right: 35px; background-color: #78BE20; color: #ffffff; border-color: #78BE20; letter-spacing: 2px; }
.innerpost-section .post-body a.cta_button:before {content: ' '; top: 50%; left: auto; right: 34px; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-left: 8px solid #fff; border-bottom: 5px solid transparent; border-radius: 2px; transform: translateY(-50%); transition: all 0.4s; opacity: 0; visibility: hidden;}
.innerpost-section .post-body a.cta_button:hover:before{opacity: 1; visibility: visible; right: 15px;}
.innerpost-section .post-body h2 { font-size: 26px; font-weight: 500; line-height: 1em; color: #78be20; padding: 25px 0 0;}

.innerpost-section .post-body table { width: 100%; margin: 40px 0 35px 0; border: 1px solid #eee; text-align: left; }
.innerpost-section .post-body table tr td { border-top: 1px solid #eee; padding: 0.857em 0.587em; }
.innerpost-section .post-body table tr:first-child td { border-top: 0; color: #dc4405; }
.innerpost-section .post-body table tr:first-child td h4 { color: #dc4405; font-size: 17px; }
.innerpost-section .post-body .table-wrap { overflow: auto; }


.section-deal {padding:42px 0;}
.section-deal .deal_block .content {color: #53565a;}
.section-deal .deal_block .content a:hover {color:#002d72;}
.section-deal .deal_block .content p {font-weight:400;}
.section-deal .deal_block .content p:last-child {margin-bottom:0;}





.qualifications-section .wrap { justify-content: space-between; }
.qualifications-section .title { padding-right: 30px; }
.qualifications-section .btns .btn1 a { padding: 4px 6px; background-color: #64B7E8; color: #03357D; font-size: 14px; line-height: 19px; font-weight: 700; letter-spacing: -0.28px; border-radius: 0; text-decoration: underline; cursor: pointer; border-color:#64B7E8;}
.qualifications-section .btns .btn1 a:before { display: none; }
.qualifications-section .content p { font-weight: 400; }
.qualifications-section .et_pb_button { margin-bottom: 44px; color: #ffffff !important; border-width: 0px !important; border-color: #ffffff; border-radius: 0px; letter-spacing: 0px; font-size: 14px; font-weight: 800 !important; background-color: #69B3E7; }
.qualifications-section .et_pb_button:hover { letter-spacing: 2px; background-image: initial !important; background-color: #69b3e7 !important; }
.qualifications-section .et_pb_button:after { content: "E"; font-size: inherit; line-height: inherit; }
.qualifications-section .et_pb_button:hover:after { margin-left: .3em; }
.qualifications-section #q-sub { width: 100%; padding-bottom: 21px; overflow: hidden; }
.qualifications-section #q-sub .row { display: flex; justify-content: space-between; align-items: center; }
.qualifications-section #q-sub .btn { padding: 4px 6px; background-color: #64B7E8; color: #03357D; font-size: 14px; line-height: 19px; font-weight: 700; letter-spacing: -0.28px; border: none; border-radius: 0; text-decoration: underline; cursor: pointer; }
.qualifications-section #q-sub .btn.print { margin-top: 35px; text-decoration: none; }
.qualifications-section #q-sub .btn.todays-rates { float: right; margin-bottom: 16px; }
.qualifications-section #q-sub .page-title { font-size: 20px; line-height: 27px; font-weight: 400; color: #33335F; }
.qualifications-section #q-sub .section-title { margin-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: 700; color: #002D72; }
.qualifications-section #q-sub table tr td { position: relative; width: calc(100% / 3); height: 32px; padding: 6px 21px 6px 15px; font-size: 15px; line-height: 20px; font-weight: 500; background-color: #F4F4F5; color: #707070; }
.qualifications-section #q-sub table tr td#frontendDTI-error,
.qualifications-section #q-sub table tr td#backendDTI-error { width: auto; }
.qualifications-section #q-sub table tr td.half-width { width: calc(100% / 3 / 2); }
.qualifications-section #q-sub table tr td.label { height: unset; padding: 5px 0 0; font-size: 15px; line-height: 20px; font-weight: 700; background-color: transparent; color: #002D72; vertical-align: bottom; }
.qualifications-section #q-sub table tr td.label.s { color: #54565A; }
.qualifications-section #q-sub table { width: calc(100% + 32px); border-spacing: 16px 5px; border-collapse: separate; vertical-align: top; margin-left: -16px; margin-right: -16px; margin-bottom: 25px; }
.qualifications-section #q-sub input, .qualifications-section #q-sub select { position: absolute; height: 100%; width: 100%; top: 0; left: 0; padding: 0 16px; outline: none; border: none; background-color: transparent; color: inherit; font: inherit; }
.qualifications-section #q-sub .error { display: none; background-color: transparent; color: red; }
.qualifications-section #q-sub .error.active { display: block; }
.qualifications-section #q-sub select { -webkit-appearance: none; cursor: pointer; }
.qualifications-section #q-sub .select:after { content: ""; width: 0; height: 0; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 5px solid #002D72; }
.qualifications-section #q-sub select option { color: #002D72; }
.qualifications-section #q-sub td.input, .qualifications-section #q-sub td.select { background-color: #002D7210; }
.qualifications-section #q-sub td.dollar-amount:before { content: '$'; padding-right: 2px; }
.qualifications-section #q-sub td.input.dollar-amount input { padding-left: 28px; }
.qualifications-section #q-sub .percentage:after { content: '%'; }
.qualifications-section #q-sub td.input.percentage:after { float: right; }
.qualifications-section #q-sub hr { margin: 28px 0 32px; background-color: #E1E1E1; opacity: .3; }
.qualifications-section #q-sub td.dollar-amount.input::after { padding-left: 0; }


.innerpost-section .blog-comment #hs_form_target_33047481-961e-4b7d-be3a-71e95b23f947 label span {font-size: 15px;}
.innerpost-section .blog-comment .actions input.hs-button.primary {border: none;}
.innerpost-section .left-part .blog-comment {padding-bottom: 50px;}




/* ---------- section_loan_servicing ----------  */
.section_loan_servicing .loan_servicing_list .list_block ul li {display: inline;line-height: 14px;}
.section_loan_servicing .loan_servicing_list .list_block ul li a:hover {font-size: 14px;font-weight: 700;color:#69B3E7;}
.section_loan_servicing .loan_servicing_list .list_block ul li+li {margin-left:22px;position: relative;}
/* .section_loan_servicing .loan_servicing_list .list_block ul li:last-child a span {display:none;} */
.section_loan_servicing .loan_servicing_list .list_block ul li+li:after {position: absolute;content:"";background:#78be20;width:2px;height:14px;top: 10px;left: -14px;}  
.section_loan_servicing .loan_servicing_content .content_block:first-child {padding-top:27px;}
.section_loan_servicing .loan_servicing_content .content_block:nth-child(even) {background:#f7f7f7;}
.section_loan_servicing .loan_servicing_content .content_block h3 {line-height: 1.25;}
.section_loan_servicing .loan_servicing_content .content_block ul li::marker {color: #666666;}
.section_loan_servicing .loan_servicing_content .content_block ul, .loan_servicing_content .content_block ol  {margin: 0;padding-left: 20px;padding-bottom: 20px;}
.section_loan_servicing .loan_servicing_content .content_block h6 {margin-bottom: 10px;}
.section_loan_servicing .back_to_top h6 a {color:#333333;}
.section_loan_servicing .back_to_top h6 a:hover {color:#69B3E7;}
.section_loan_servicing .content a:hover {text-decoration: underline;}
.section_loan_servicing .content h6 {font-size:16px;font-weight: 700;color:#78be20;}
.section_loan_servicing .content p, .section_loan_servicing .content h6, .section_loan_servicing .content li {font-size:16px;}
.section_loan_servicing .content p, .section_loan_servicing .content li {color:#333333;}
.section_loan_servicing .loan_servicing_content .content a { color:#002d72; }
.section_loan_servicing .loan_servicing_content .content a:focus, .section_loan_servicing .loan_servicing_content .content a:active, .section_loan_servicing .loan_servicing_content .content a:hover {color: #69b3e7;}
.section_loan_servicing .loan_servicing_content .content h6 a { color: #002d72; font-weight: 700; position: relative; top: -1px; }

/* ---------- section_introducing_portfolio ----------  */
.section_introducing_portfolio .section_heading h1 {font-weight: 800;font-size: 56px;text-align: center;}
.section_introducing_portfolio .image_block img {max-width: 894px !important;width: 100%;height: 422px !important;border-radius: 17px;}
.section_introducing_portfolio .btn_block {display:flex;justify-content: center;}
.section_introducing_portfolio .btn_block .btns+.btns {margin-left:16px;}


/* ---------- section_portfolio_about ----------  */
.section_portfolio_about .about_content p {font-size: 28px;color: #ffffff;font-weight: 500;line-height: 39px;}
.section_portfolio_about .about_content p span {color: #ffcc00;}


/* ---------- section_borrowing_power ----------  */
.section_borrowing_power .content_box .content_block {padding:32px 20px;box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.18);background: #ffffff;height: 100%;}
.section_borrowing_power .content_box .content_block img {max-width: 70px !important;width: 100%;height: 70px !important;}
.section_borrowing_power .content_box .content_block h3 {font-weight: 900;font-size:26px;margin-bottom:10px;line-height: 1.25;}
.section_borrowing_power .content_box .content_block .content p {font-size:16px;}
.section_borrowing_power .content_box .dis-flex {margin-left: -16px;margin-right: -16px;justify-content: center;}
.section_borrowing_power .content_box [class*=col-] {padding-left: 16px;padding-right: 16px;margin: 13px 0;}
.section_borrowing_power .customWidthOption .box:last-child {margin-bottom:0;}


/* ---------- section_application ----------  */
.section_application {padding-top:55px;}
.section_application .section-title h2 {font-weight: 800;font-size: 34px;color: #002d72;line-height: 1.1em;margin-bottom:25px;}
.section_application .newQualificationSheetWrapInner {padding: 0px;margin-bottom: 0px;background-color: transparent;}
.section_application .newQualificationSheetWrapInner .sheetHeading {padding:0;}
.section_application .newQualificationSheetWrapInner .sheetPara {margin-bottom:48px;}
.section_application .documentsFormsInner {margin-bottom:18px;}
.section_application .documentsFormsInnerItemInner {display: flex;flex-direction: column;justify-content: space-between;}
.section_application .documentsFormsInnerItemInner .docHeadeing {height:auto;}
.section_application .documentsFormsInnerItemInner .docHeadeing h5 {font-size: 16px;font-weight: 800;font-size: 18px;color: #002D72 !important;line-height: 1.4em;}
.section_application .documentsFormsInnerItemInner .docLink {color: #2ea3f2;}
.section_application .documentsFormsInnerItemInner.text-center {background-color: #ffffff;box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.18);}


/* ---------- section_portfolio_contact ----------  */
.contactUsSection .only-form-show .contactUsSectionInnerLeft {display: none;}
.contactUsSection .only-form-show .sectionHeading {max-width: 620px;width: 100%;margin: auto;}
.contactUsSection .only-form-show .contactUsSectionWrap {justify-content: center;}
.contactUsSection .only-form-show .contactUsSectionInnerRight {max-width: 100%;flex: inherit;}
.contactUsSection .only-form-show .contactUsSectionInnerRight fieldset.form-columns-1,
.contactUsSection .only-form-show .contactUsSectionInnerRight fieldset.form-columns-2 {max-width: 700px;}


.container.systems-page .form-container .hs-form-field a.hs-login-widget-show-password { display: none;}
.systems-page a:hover { color: #2ea3f2; text-decoration: underline;}


.weHelpSection .full-box { padding: 35px 20px 50px; margin: 0 0 27px; }
.weHelpSection .full-box .button { padding: 17px 0 0; }
.weHelpSection .full-box h2 { font-size: 59px; }
.weHelpSection .full-box .title { max-width: 800px; width: 100%; margin: auto; }
.weHelpSection .full-box .icon { width: 108px; margin: 0 auto 15px; }
.weHelpSection .weHelpInner { padding-top: 27px; }


































/* ------Responsive Style Starts------- */
@media(max-width:1500px){
  .heroBannerSection .mainBannerSectionWrap .subHeading{padding-right: 40px;
    padding-left: 40px;
    max-width: 940px;
    margin: 0 auto;line-height:1.2;}

} 



@media(max-width:1400px){

  .heroBannerSection .slide .slide__content--headings h2,h1{font-size:40px;}
  .ReferralsSection .content ul li{width: 50%;}
  .ReferralsSectionRightPara {padding:0;}
  .iconWithTextWrap .section-title h4{font-size:20px;}
  .iconWithTextSection .iconWithTextImgWrapItem .iconWithImgWrap{padding-bottom:0;}
  .iconWithTextWrap .content  h5{font-size:16px;line-height:24px;}
  .documentsFormsInnerItemInner .docHeadeing h5{font-size:16px;}
  .topic-author-section .left-part { width: 78%;}
  .topic-author-section .right-part { width: 22%;}


}

@media(max-width:1199px){
  .documentsFormsInnerItem{ max-width: 50%; flex: 0 0 50%; }
  .documentsAndFormsSection .containerMax{max-width: 1080px !important;}
  .body-container-wrapper { margin: 78px 0 0;}
  .intro-two-column-section{align-items:center;}

  .heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-prev{left:0;}
  .heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-next{right:40px;}

  .ReferralsSection .content h3{line-height:28.8px;}
  .twoColSection .twoColSectionLeft { width: 65%; }
  .twoColSection .twoColSectionRight { width: 35%; }
  .partner-dev-page.partner-portal-section .form-contact-info { width: 100%; }
  .blog-section .post-item { width: calc(100% / 2 - 30px);}
  .topic-author-section .left-part { width: 72%;}
  .topic-author-section .right-part { width: 28%;}
  .innerpost-section .right-part { width: 25%; }
  .innerpost-section .left-part { width: 75%; padding-right: 30px; }
  .header-section .headerLeft { width: 155px; }
  .header-section .headerRight { width: calc(100% - 155px); }
  .header-section .search .search-pop { width: 580px; }
  .section_borrowing_power .content_box .content_block h3 {font-size: 22px;}

}

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

@media(max-width:991px){
  h2{font-size:32px;}
  .body-container-wrapper { margin: 82px 0 0;}

  .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;} 
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 100%; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); padding:0; background: #fff; height: 100vh; overflow: auto; border-top: 3px solid #2ea3f2; padding: 5% 0;}
  .mainmenu .hs-menu-flow-horizontal{  background-color: #3c455c; width: 100%; z-index: 8888;}
  .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
  .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 13px; line-height: 45px; overflow: visible;}
  .mainmenu .hs-menu-flow-horizontal > ul > li:hover {background-color: rgba(0,0,0,.03);}
  .mainmenu .hs-menu-flow-horizontal ul li{ border-bottom: 1px solid rgba(0,0,0,.03); }
  .mainmenu .hs-menu-flow-horizontal ul li a{ color: #666;  font-size: 14px; padding: 10px 11%; line-height: 23px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px;  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;} 

  .mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
    border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; max-width: none;width: 100%;height: auto;
    line-height: 1; font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
  a.mobile-trigger { display: inline-flex !important; cursor: pointer; position: absolute; top: 14px; right: 8%; width: 30px; height: 52px; padding: 12px 10px; z-index: 99999999999;  ; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;  border-radius: 5px; background: transparent; align-items: center; justify-content: center; padding:0; }
  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; }

  .headerRight .header-btn a{display:none;}

  /* 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: transparent; }
  .mobile-open a.mobile-trigger span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
    transition-duration: 0s; transition-delay: .2s;}
  a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 18px; height: 2px; background-color: #2ea3f2; display: inline-block; top:0; }
  a.mobile-trigger i:before { margin-top: -7px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  a.mobile-trigger i:after { margin-top: 7px; -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);}

  .header-section .headerLeft { width: 184px; }
  .header-section, .header-section.sticky { padding: 19px 0; }
  .header-section.sticky .headerLogo img { max-width: 100% !important; }
  .header-section .headerRight { padding-right: 40px;}
  .header-section .search .search-pop { width: 370px;}
  .header-section .search:hover svg path { fill: #737373;}
  .header-section .mainmenu { position: inherit; transition: inherit; }
  .mobile-open .header-section .search { pointer-events: none;}


  .iconWithTextImgWrapItem{margin:0 auto;}
  .client-quote-section .client-quote-item{width:50%;}
  .heroBannerSection .mainBannerSectionWrap .slide__content--headings p{font-size:20px;}
  .heroBannerSection .heroBannerslider, .heroBannerSection .slide{min-height: 39vh;}

  .heroBannerSection .slide .slide__content--headings h2, h1 { font-size: 30px;}
  .ReferralsSectionInner.dis-flex {padding-top: 30px; }
  .weHelpSectionWrap .section-title h2{padding-bottom:0;}
  .weHelpSection .section-title .content{line-height: 1.5;}

  .weHelpInnerItemContentPara {font-size:14px;}
  .documentsFormsInnerItemInner .docHeadeing h5 {font-size: 14px; line-height: 1.2;}


  .ReferralsSection .ReferralsSectionInner {flex-wrap:wrap !important;}
  .ReferralsSectionLeft {margin-bottom:30px;}
  .ReferralsSection .ReferralsSectionRight{max-width:100%;margin-left:0;padding-top:60px;padding-bottom:60px;width:100%;}
  .ReferralsSectionLeft h2{text-align:center;margin-bottom:20px;}
  .ReferralsSectionLeft .content h3{text-align:center;}

  .hs-form-57d91c2b-78b5-4556-b0db-d892760e3b37_b9f64194-0290-4050-bb9f-a5bdbc6c7a31 fieldset{max-width:100% !important;}

  .contactUsSectionInnerRight .form-contact-info form .hs-form fieldset {max-width:100% !important;} 
  .hs-form-57d91c2b-78b5-4556-b0db-d892760e3b37_cd304a87-9502-45d7-9cb0-c5cfd2a9e208 fieldset{max-width:100%;}
  .contactUsSection .form-contact-srt fieldset { max-width: 100% !important;}


  .intro-two-column-section { flex-direction: column; }
  .intro-column { width: 100%; margin: 0; }
  .intro-left-container { padding-bottom: 30px; }
  .introduction-section { padding: 30px 0; }

  .introduction-section .section-title h3{line-height:28.8px;}

  .heroBannerSection .mainBannerSectionWrap .subHeading{max-width:720px; font-size: 25px; }
  .twoColSection .twoColSectionLeft { width: 100%; padding: 0; }
  .twoColSection .twoColSectionRight { width: 100%; padding: 50px 0 0; }
  .twoColSection .twoColSectionRightBox:last-child { margin-bottom: 0; }
  .sign-register-section .wrap .box {width: 100%;margin-bottom: 30px;}
  .sign-register-section .wrap .box:last-child { margin-bottom: 10px;} 
  .topic-author-section .left-part { width: 100%; padding-right: 0; border: 0; }
  .topic-author-section .right-part { width: 100%; }
  .innerpost-section .left-part { width: 70%; }
  .innerpost-section .right-part { width: 30%; padding-left: 20px; }
  .qualifications-section .table-scroll { overflow: auto; }
  .qualifications-section .table-cover { width: 793px; }
  .qualifications-section .content { line-height: 20px; }
  .qualifications-section .content { line-height: 22px; font-size: 17px;}

  .section_introducing_portfolio .image_block img {height: auto !important;}
  .section_borrowing_power .content_box .content_block img {height:auto !important;}
  .section_borrowing_power .content_box .dis-flex {padding-top: 15px;}
  .section_borrowing_power .content_box [class*=col-] {margin-top: 0;margin-bottom: 30px;}
  .section_application .section-title h2 {font-size: 32px;}

  .weHelpSection .full-box h2 { font-size: 39px; }
.weHelpSection .full-box .title { max-width: 570px; }
.weHelpSection .full-box .icon { width: 90px; }

  
  
} 


@media(max-width:850px){
  .heroBannerSection .heroBannerslider, .heroBannerSection .slide{min-height: 36vh;}
  .resource-section .box{width:100% !important;}
  .resource-section .box{margin:0 18px 44px;}
  .weHelpInnerItem{width:100% !important;}
  .documentsAndFormsSection{padding:90px 0 40px;}
  .resource-section .box:last-child { margin-bottom: 0;}
}

@media(max-width:767px){
  h2 { font-size: 25px;line-height:28.8px; }
  .heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-prev{pointer-events: none;}

  .textOnlySection .content {margin-top:0;padding-bottom:0;}
  .client-quote-section .client-quote-item{width:100%;}
  .heroBannerSection .heroBannerslider, .heroBannerSection .slide{min-height: 32vh;}
  .heroBannerSection .mainBannerSectionWrap .slide__content--headings p{font-size: 17px;margin-bottom: 20px;}

  .ReferralsSection .content ul li{width:100% !important; padding-right:0; }
  .ReferralsSection .ReferralsSectionRight{max-width:100%;margin-left:0;padding-top:50px;padding-bottom:50px;padding-left:15px;padding-right:15px;}
  .ReferralsSection .ReferralsSectionLeft h2,.ReferralsSection .ReferralsSectionLeft .content h3, .ReferralsSection .ReferralsSectionLeft .content h4{text-align:left;}

  .btn1 a{font-size:16px;line-height:28px;}
  .documentsFormsInnerItem{max-width:100%;flex:0 0 100%;}

  .footerLogoImgWrap{flex-direction:column;}
  .footerImgItem {margin-bottom: 5.5%;}

  .intro-left-container .button  { text-align: center; }
  .body-container-wrapper { margin: 79px 0 0; }

  .introduction-section .section-title h3{line-height:1.2;}
  .textOnlySection .content ul{padding-left:20px;}
  .weHelpInnerItem .weHelpInnerItemInner h4,.weHelpInnerItemContentHeading h3{line-height:28.8px;}
  .simpleBannerSection .section-title .content h4 { font-size: 22px; }
  .simpleBannerSection .section-title { padding: 30px 20px 20px;}

  .partner-portal-section .form-contact-info h3.form-title { line-height: 25px;}
  .partner-portal-section .form-contact-info .form-info-title h2 { font-size: 25px;}
  .heroBannerSection button.slick-prev.slick-arrow { display: none !important;}
  .heroBannerSection button.slick-arrow.slick-next { display: none !important;}
  .heroBannerSection .mainBannerSectionWrap .subHeading { padding: 0px 0 25px; font-size: 20px;  line-height: 28.8px;}
  .partner-portal-section .hs-form fieldset.form-columns-2 .field { padding: 0 0 20px 15px;}
  .partner-portal-section .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 15px 20px 0;}
  .partner-portal-section .form-contact-info h3.form-title { padding-bottom: 20px;}
  .sign-register-section .wrap .box h3 {  font-size: 22px;}
  .twoColSection .contentWithBtnWrap .btns a {  text-align: center;}
  .blog-section .post-item { width: calc(100% / 1 - 30px);}
  .topic-author-section .left-part .post-item h2 a { font-size: 20px;}
  .inner-post-hero h1 {font-size: 28px;}
  .innerpost-section .left-part { width: 100%; padding: 0; }
  .innerpost-section .right-part { border-top: 1px solid #e2e2e2; width: 100%; padding: 30px 0 0; border-left: 0; }
  .innerpost-section .post-body { padding-bottom: 30px; }
  .innerpost-section .right-part .section-blog-sidebar { padding-bottom: 10px; }
  .topic-author-section .right-part .section-blog-sidebar {padding-bottom: 10px;}
  .topic-author-section .right-part .section-blog-sidebar .right-side > div { margin-bottom: 40px; }
  .innerpost-section .blog-comment .actions input.hs-button.primary {font-size:20px;}
  .header-section .search .search-pop { width: 150px; }
  .header-section .search .search-pop { position: fixed; top: 122px; width: 100%; border-top: 2px solid #6cb3e3; padding: 0 50px 0 20px; }
  .header-section .search .search-pop .search-close { right: 15px; }

  .section_loan_servicing .loan_servicing_list .list_block ul li+li {margin-left: 12px;}
  .section_loan_servicing .loan_servicing_list .list_block ul li+li:after {left: -9px;}
  .section_introducing_portfolio .section_heading h1 {font-size: 36px;}
  .section_portfolio_about .about_content p {font-size:20px !important;line-height: 1.4;}
  .section_borrowing_power .content_box .content_block h3 {font-size: 20px;}
  .section_application .section-title h2 {font-size: 25px;line-height: 28.8px;}
.weHelpSection .full-box h2 { line-height: 1.2; font-size: 26px;}
  
  
}


@media(max-width:600px){ 
  .section_introducing_portfolio .btn_block {flex-direction: column;}
  .section_introducing_portfolio .btn_block .btns+.btns {margin-left:0px;margin-top:12px;}
}


@media(max-width:550px){

  .iconWithTextImgWrapItem{max-width: 100%; flex: 0 0 100%;}

  .iconWithTextSection .content{max-width:100%;}
  .iconWithTextWrap .section-title h4{margin-bottom:10px;}

  .heroBannerSection .heroBannerslider, .heroBannerSection .slide{min-height:100% !important;}

  .heroBannerSection .slide__content{padding-right:20px;padding-left:20px;}
  .ReferralsSection .content h3{line-height:28.8px;}

  .heroBannerSection .mainBannerSectionWrap .slick-arrow.slick-next,.heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-next {right:34px;}
  .heroBannerSection .mainBannerSectionWrap .slick-arrow.slick-prev,.heroBannerSection .mainBannerSectionWrap:hover .slick-arrow.slick-prev{left:-14px;}
  .heroBannerSection .slide .slide__content--headings h1,.heroBannerSection .slide .slide__content--headings h2{line-height:1.5;}
}


@media(max-width:480px){
  .partner-portal-section .hs-form fieldset.form-columns-2 .field { padding: 0 0 20px 0px;}
  .partner-portal-section .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 0px 20px 0;}
  .qualifications-section .title { width: 100%; padding: 0 0 10px; }
  .header-section .search .search-pop { top: 116px;}
  .section-deal .deal_block .content a {word-break: break-all;}

  .section_loan_servicing .loan_servicing_list .list_block ul li+li {margin-left: 11px;}
  .section_loan_servicing .loan_servicing_list .list_block ul li+li:after {left: -9px;}
}