header.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1144px;
    margin: 0 auto;
    padding: 12px;
    align-items: center;
    background: #fff;
    height: 76.12px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header.header .desktop-box-contact {
    margin: 0 10px;
    padding: 0;
    background-color: #480e66;
    color: #fff;
    border-radius: 4px;
    width: 415.06px;
    height: 36.36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.header #hs_cos_wrapper_module_logo a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box {
  display: flex;
  position: absolute;
  background: #ffffff;
  width: 80vw;
  min-width: 320px;
  right: -15px;
  border-radius: 0;
  padding: 20px 20px 20px;
  top: 50px;
  height: calc(100vh - 50px);
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
  color: var(--primary-color) ;
  transition: ease-in-out.3s;
  transform: translateX(400px);
  opacity: 0;
  visibility: hidden;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box.visible {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

header.header .desktop-box-contact a {
    color: #fff;
    font-size: 1.3rem;
}

.mobile-box-contact {}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact {
    position: relative;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .toggle-phone-box {
    font-size: 25px;
    color: var(--primary-color) ;
    cursor: pointer;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box a {
    font-size: 18px;
    color: var(--primary-color) ;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    gap: 5px;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box a br {
    display: none;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact::before {
    content: "";
    position: absolute;
    width: 100px;
    left: 0;
}
header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box a span:last-child {
    font-size: 14px;
    color: #4d738a !important;
    font-weight: 200 !important;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box:before {
    content: "";
    width: calc(100% + 40px);
    border-top: 1px solid #eee;
    transform: translateX(-20px) translateY(80px);
    margin: 0 auto;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box a span.telno.textlarge {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact .phone-box a span.telno.textlarge i {
    color: var(--primary-color) ;
}


#hs_cos_wrapper_module_print_bar .print-bar.nomobile {
    height: 30px;
    background-color: #ebebeb;
    font-size: .8571em;
    line-height: 30px;
    color: #022938;
}

body .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#hs_cos_wrapper_module_print_bar .print-bar.nomobile .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 28px;
}

#hs_cos_wrapper_module_print_bar .print-bar.nomobile .container i.fas.fa-print {
    cursor: pointer;
    font-size: 1.2em;
    color: #022938;
}


@media (min-width: 768px) { 
    header.header #hs_cos_wrapper_module_box_contact .mobile-box-contact {
        display: none;
    }
}

@media (max-width: 767.98px) { 
    header.header {
        padding: 12px 15px 12px 12px;
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;
        width: 100%;
        transition: allease-out 200ms 0ms;
        box-shadow: 0px 0px 3px 0px hsl(0deg 0% 13.33% / 20%);
      height: 60px
    }
    header.header #hs_cos_wrapper_module_box_contact .desktop-box-contact,
    #hs_cos_wrapper_module_print_bar .print-bar.nomobile {
        display: none;
    } 
  
    header.header #hs_cos_wrapper_module_logo {
      transform: translate(15px, 3px);
      width: 100%;
  }
}
footer.footer {
    padding: 3rem 0 3rem;
    background-color: #ebebeb;
    margin-top: 100px;
}

footer.footer .main-menu,footer.footer .copyright_menu {
    max-width: 1170px;
    margin: 0 auto;
}

footer.footer .copyright_menu {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
      position: relative;
}

footer.footer .copyright_menu > * {
    width: 100%;
}

footer.footer .copyright_menu  ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer.footer .copyright_menu ul li {
    list-style: none;
    padding: 0 10px;
}

footer.footer .copyright_menu #hs_menu_wrapper_right_copyright_menu ul,
footer.footer .copyright_menu #hs_menu_wrapper_left_copyright_menu ul {
    display: inline-flex;
}

footer.footer .copyright_menu #hs_menu_wrapper_left_copyright_menu ul {
    justify-content: flex-start;
}

footer.footer .copyright_menu #hs_menu_wrapper_right_copyright_menu ul {
    justify-content: flex-end;
}

footer.footer .copyright_menu ul li a {
    color: #4d738a;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'ScalaSansPro';
    font-weight: normal;
    font-style: normal;
}

footer.footer .copyright_menu {
    border-top-color: #4d738a;
    border-top: 1px solid;
    padding-top: 40px;
      margin-top: 60px;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
 
footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li {
  display: flex;
  flex-direction: column;
}
 
footer.footer #hs_menu_wrapper_footer_menu ul.hs-menu-children-wrapper {
  padding-left: 0;
  margin-top: 20px;
}

footer.footer #hs_menu_wrapper_footer_menu .hs-menu-children-wrapper > li {
  margin-bottom: 8px;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li a {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-style: normal;
    font-weight: bold;
    font-family: 'ScalaOT-Bold';
    color: #4d738a;
    text-decoration: none;
}

footer.footer #hs_menu_wrapper_footer_menu ul[role="menu"].hs-menu-children-wrapper li {
  list-style: none;
}
footer.footer #hs_menu_wrapper_footer_menu ul[role="menu"].hs-menu-children-wrapper li a {
    font-family: 'ScalaSansPro';
    font-weight: normal;
    font-style: normal;
    color: #4d738a;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}
footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li a:hover, footer.footer .copyright_menu ul li a:hover {
    text-decoration: underline;
}


footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(1) {
    order: 1;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(2) {
    order: 4;
    margin-top: -100px;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(3) {
      margin-top: -40px;
    order: 7;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(4) {
    order: 2;
}
footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(5) {
/*     margin-top: -85px !important; */
    order: 5;
    margin-top: -190px !important;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(6) {
    order: 8;
    margin-top: -130px;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(7) {
    order: 3;
}

footer.footer #hs_menu_wrapper_footer_menu > ul[role="menu"] > li.hs-item-has-children:nth-child(8) {
   order: 6;
}

footer.footer #hs_menu_wrapper_footer_menu {
    padding: 0px 15px 0px;
}


.dela-copyright {
    margin: 0;
  cursor: auto;
}

@media (max-width: 991.98px) {
    footer.footer .copyright_menu {
        flex-direction: column;
        gap: 15px;
    }
    footer.footer .copyright_menu #hs_menu_wrapper_left_copyright_menu,
    footer.footer .copyright_menu #hs_menu_wrapper_right_copyright_menu {
        width: 100%;
    }
    footer.footer .copyright_menu #hs_menu_wrapper_right_copyright_menu ul,
    footer.footer .copyright_menu #hs_menu_wrapper_left_copyright_menu ul {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    footer.footer .copyright_menu {
        border-top: 1px solid;
    }
}
@media (max-width: 767.98px) {
  footer.footer .main-menu {
    display: none;
  }
  .dela-copyright {
    text-align:center;
}
}
.hero-banner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
     position: relative;
}
 .hero-banner .hero-title {
    padding: 35px 22px 55px 24px;
    width: 297.92px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: rgba(0, 120, 52, .9);
    font-size: 2rem;
}
 .hero-banner .hero-description:before {
     content: "";
     border-style: solid;
     border-width: 15px 11px 0 11px;
     display: block;
     height: 0;
     width: 0;
     left: 50%;
     top: 0;
     transform: translateX(-50%);
     position: absolute;
     border-color: rgba(0, 120, 52, .9) transparent transparent transparent;
     border-top-color: rgba(0, 120, 52, .9);
}
 .hero-banner .hero-description {
    color: #fff;
    position: absolute;
    padding: 20px 16px 20px;
    background-color: #ed7522;
    border-radius: 5px;
    text-align: left;
    font-size: 1.2rem;
    transform: translateX(47px) translateY(-24px);
    border: 0;
    max-width: 273.92px;
}
 section .list-block {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin: auto;
     padding: 0 16px;
     max-width: 1170px;
}

#hs_cos_wrapper_module_cta_bar_with_3_steps {
    background-color: #d2e6fc;
    padding: 24px 16px;
    margin-bottom: 50px;
    margin-top: 50px;
}

#hs_cos_wrapper_module_cta_bar_with_3_steps section .list-block {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

 section .list-block ul.list-block__list {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin: 0;
     margin-bottom: 0;
     padding: 0;
     width: 100%;
     list-style: none;
}
 section .list-block ul.list-block__list li.list-block__item {
     display: flex !important;
     margin: 5px 16px !important;
     padding: 0 !important;
     gap: 8px;
     flex-direction: row;
     justify-content: center;
     align-items: center;
}
section .list-block ul.list-block__list li.list-block__item span.number {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 16px;
}


.widget-span.widget-type-custom_widget.dnd-module:has(.simple-cta), .row-fluid:has(.simple-cta), .hs_cos_wrapper_type_module:has(.simple-cta) {
  width: 100%;
}

section.simple-cta a,
section .list-block a {
    background-color: #ed7522;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    border: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: ease-in-out.3s;
    text-decoration: none;  
      text-align: center;
      margin-top: 30px;
}
section .list-block a:hover,
section.simple-cta a:hover {
    background-color: #8d471f;
    color: #fff;
}



section .list-block ul.list-block__list.horizontal {
     flex-direction: row;
}
 section .list-block ul.list-block__list.vertical {
     flex-direction: column;
     justify-content: flex-start;
       margin-left: -60px;
}
 section .list-block ul.list-block__list.vertical li.list-block__item {
     justify-content: flex-start;
}
 section .list-block ul.list-block__list li.list-block__item .fa-check:before {
     color: #75bb21;
     font-size: 1.1em;
}
 section .list-block ul.list-block__list li.list-block__item i, section .list-block ul.list-block__list li.list-block__item p {
     margin: 0px !important;
}

.dnd-section.icon-list .row-fluid {
    justify-content: center;
}

 .container.intro .col-4.blue-box-col .blue-box {
     display: flex;
     flex-wrap: wrap;
     position: relative;
     background-color: #e8f3fe;
     border-radius: 10px;
     margin-bottom: 24px;
     align-content: stretch;
     padding: 3rem 1rem 1rem 1rem !important;
     overflow: hidden;
       width: 360px;
}
 .container.intro {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     gap: 30px;
}
 .container.intro .col-4.blue-box-col .blue-box:before {
     content: "";
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 0 11px 17px 11px;
     border-color: transparent transparent #ffffff transparent;
     transform: rotate(180deg);
     margin: -3rem auto 0;
     top: -3rem;
}

.container.intro .col-4.blue-box-col .blue-box p:last-child {
    margin-bottom: 0;
}

 .container.intro .hs-responsive-embed-wrapper {
    max-width: 675px !important;
    margin-bottom: 5px !important;
}
 @media (max-width: 991.98px) {
     .container.intro {
         flex-direction: column;
    }
     .container.intro .col-4.blue-box-col {
         width: 100%;
         max-width: 450px;
         padding: 0px 0px 25px 25px;
    }
     .container.intro .hs-responsive-embed-wrapper {
         max-width: 820px !important;
    }
}

body .cards {
     display: flex;
     flex-direction: row;
     width: 100%;
     gap: 30px;
     padding: 0px;
}
 body .cards .card {
     float: left;
     width: 33.33%;
     position: relative;
     overflow: hidden;
     border-radius: 10px;
     border: 1px solid #ebebeb;
     height: 345px;
     padding: 0px;
}
body .cards.no-link .card {
    height: 100%;
}

 body .cards .card img {
     position: relative;
     display: flex;
     width: 100%;
     height: 160px;
     min-height: 160px;
     object-fit: cover;
}
 body .cards .card .description {
     padding: 36px 32px;
}
 body .cards .card .description h4 {
     margin-bottom: 22px;
       line-height: 1.4;
}
body .cards .card .description a {
    display: flex;
    position: absolute;
    bottom: 27px;
    left: 32px;
}

body .cards .card .description p {
      color: #4d738a;
}
body .dnd-section.faq .row-fluid {
    display: block !important;
}
body iframe .hs_cos_wrapper_type_module a.interactive-button {
    padding: 12px 15px !important;
    width: auto !important;
    font-size: 1rem !important;
    line-height: 1.5rem;
    font-family: 'ScalaSansPro' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

#hs_cos_wrapper_module_faq {
    padding-top: 60px;
}

body iframe .hs_cos_wrapper_type_module  .interactive-button-wrapper {
    justify-content: center;
}


.dnd-section.txt-img-col .row-fluid {
    flex-direction: row;
    gap: 30px;
      padding: 0 15px 0;
}

.dnd-section.txt-img-col .row-fluid .span4 {
    width: 40%;
}

.dnd-section.txt-img-col .row-fluid .span8 {
    width: 60%;
}

.dnd-section.txt-img-col .row-fluid .span4 ul {padding-left: 15px;}

.dnd-section.txt-img-col .row-fluid .span4 ul li {
    padding-bottom: 5px;
}

.row-fluid-wrapper.cta-bar .row-fluid {
    margin: 0 auto;
    justify-content: center;
}

section .list-block h2 {
    text-align: center;
}
 @media (max-width: 991.98px) {
     body .cards {
         gap: 2vw;
         flex-wrap: wrap;
         justify-content: center;
    }
     body .cards .card {
         width: calc(50% - 15px);
    }
   .container.intro .col-4.blue-box-col .blue-box {
         width: 100%;
   }
     .container.intro .col-4.blue-box-col {
         padding: 0px 0px 20px 0px;
         max-width: 555px;
    }
   .container.intro .col-8 .dnd-section.intro-txt-video {
    padding: 0 !important;
}
   
}
 @media (max-width: 767.98px) {
   .dnd-section.cta-bar section.simple-cta a {
      width: 100%;
      display: block;
    }
   .container section .list-block {
      padding-left: 15px;
  }
    section .list-block {
       padding: 0px;
  }
   .dnd-section.icon-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
   
     main#main {
         margin-top: 60px;
    }
    body main#main .row-fluid-wrapper.dnd-section.hero-banner {
         height: 130px !important;
         margin-bottom: 100px !important;
    }
     .hero-banner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
         top: -30px !important;
    }
     .hero-banner .hero-title {
         background-color: #007834;
               font-size: 1.75rem;
           width: 266.6px;
    }
     .hero-banner .hero-description {
         font-size: 1rem;
         max-width: 220px;
         transform: translateX(10%) translateY(-25px);
         text-align: center;
    }
    body .cards .card .description {
      padding: 1.5rem 1.5rem;
          height: max-content !important;
    }
   
    body .cards .card {
         width: calc(100% - 15px);
          height: auto;
    }
   body .cards .card .description h4 {
      margin-bottom: 40px;
  }
    body .cards {
        gap: 20px;
    }
   section .list-block a {
      width: 100%;
   }
   
   .dnd-section.txt-img-col .row-fluid .span4 {
     margin-bottom: 30px;
  } 
   
   
  .dnd-section.txt-img-col .row-fluid .span4,
  .dnd-section.txt-img-col .row-fluid .span8 {
      width: 100%;
  }
   
   
.dnd-section.cta-bar .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-cta {
    width: 100%;
}

.dnd-section.cta-bar .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-cta .hs-cta-embed {
    width: calc(100% - 32px) !important;
    margin: 0 auto;
}
}


.dnd-section.two-txt-col .row-fluid {
    display: flex;
    flex-direction: row;
    gap: 30px !important;
}

.dnd-section.two-txt-col .span8 {
    width: 66.6667%;
}

.dnd-section.two-txt-col .span4 {
    width: 33.3333%;
}
.dnd-section.two-txt-col .row-fluid .list-block {
    padding-left: 15px;
}

 @media (max-width: 767.98px) {
   .faq-title {
      margin-bottom: 4px;
    }
    .accordion-button {
        padding-right: 35px !important;
        position: relative;
    }
   .accordion-button .accordion-icon {
      position: absolute;
      top: 15px;
      right: 10px;
  }
   .accordion-button .accordion-icon:before {
        font-size: 20px;
        line-height: 20px;
    }
     .dnd-section.two-txt-col .row-fluid {
        flex-direction: column;
        gap: 30px !important;
    }
     .dnd-section.two-txt-col .span8 {
        width: 100%;
    }

    .dnd-section.two-txt-col .span4 {
        width: 100%;
    }
     section .list-block ul.list-block__list li.list-block__item {
        justify-content: flex-start;
        align-items: baseline;
     }
    section .list-block ul.list-block__list li.list-block__item p {
        hyphens: manual;
        text-align: center;
    }
 }

@font-face {
    font-family: 'ScalaOTBold';
    src: url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaOT-Bold.woff2) format('woff2'),
         url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaOT-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ScalaSansPro';
    src: url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaSansPro.woff2) format('woff2'),
         url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaSansPro.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ScalaSansPro-Bold';
    src: url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaSansPro-Bold.woff2) format('woff2'),
         url(//145883032.fs1.hubspotusercontent-eu1.net/hubfs/145883032/raw_assets/public/dela-lp-theme/fonts/ScalaSansPro-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
  --primary-color: #007fa4 ;
  --white: #FFFFFF;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'ScalaSansPro';
    font-size: 1rem;
    line-height: 1.4em;
    max-width: 100%;
    overflow-x: hidden;
}
body > * {
    font-family: 'ScalaSansPro';
}

body .container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'ScalaOTBold', sans-serif;
   color: #007fa4;
}

h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

h3 {
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

a {
  color: var(--primary-color) ;
}

a:hover {
    text-decoration: underline;
}

.skip-to-content-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0px;
    z-index: 100;
}

.skip-to-content-link:focus {
    top: 0;
}

h1 {
   font-size: 1.75rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.25;
}
h4 {
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2rem;
  }
   h2 {
        font-size: 1.75rem;
   }
  h3 {
        font-size: 1.5rem;
    }
  
  h4 {
    font-size: 20px;}
  
}

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

/* FORM */
#main .hsfc-Step .hsfc-Step__Content {
    max-width: 800px;
  margin: auto;
}
#main .hsfc-Step input[type="text"], #main .hsfc-Step input[type="tel"], #main .hsfc-Step input[type="date"], #main .hsfc-Step input[type="email"], #main .hsfc-Step input[type="password"] {
height: 55px;
    width: 100%;
    padding: .75rem .5rem;
    line-height: 1.5rem;
    border: 1px solid #007fa4;
    border-radius: 2px;
    color: #022938;
    background-color: #fff;
  font-family: 'ScalaSansPro';
}
#main .hsfc-Step input::placeholder {
  color: #007fa4;
  opacity: .6;
}
#main .hsfc-Step .hsfc-FieldLabel{
font-family: 'ScalaSansPro', sans-serif;
  margin-bottom: 4px;
  font-size: 18px;
}
#main .hsfc-Step .hsfc-Step__Content {
display: flex;
  flex-direction: column;
}
#main .hsfc-Step .hsfc-Step__Content > .hsfc-Row:nth-last-child(2) {
order: -1;
}
#main .hsfc-Step .hsfc-PhoneInput__FlagAndCaret {
  border-color: #007fa4;
}
#main .hsfc-Step .hsfc-ErrorAlert{
font-family: 'ScalaSansPro';
  color: rgba(51, 71, 91, 1.0);
}
#main .hsfc-Step .hsfc-RichText{
font-family: 'ScalaSansPro';
  color: #022938;
}
#main .hsfc-Step .hsfc-CheckboxField label {
    align-items: flex-start;
}

#main .hsfc-Step .hsfc-CheckboxInput {
    transform: scale(1.3);
    border-color: #007fa4;
    margin-top: 1px;
    background-color: #fff;
      margin-right: 10px;
}
#main .hsfc-Step .hsfc-CheckboxInput:checked {
    background-color: #75BB21;
    border-color: #007FA4;
}
#main .hsfc-Step .hsfc-CheckboxInput:checked::after {
content: '\2714';
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
    mask-image: none;
    top: -4px;
    background-color: unset;
}
#main .hsfc-Step  .hsfc-RadioInput{
transform: scale(1.1);
    border-color: #007fa4;
    margin-top: 1px;
    background-color: #fff;
}
#main .hsfc-Step .hsfc-Button {
    background-color: #ED7522;
    font-family: 'ScalaSansPro';
    font-size: 1rem;
    background-color: #ed7522;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
}
#main .hsfc-Step .hsfc-NavigationRow {
    margin-top: 0;
}
#main .hsfc-Step .hsfc-Heading {
  font-family: 'ScalaOTBold', sans-serif;
  color: #007fa4;
}
#main .hsfc-Step .hsfc-DateInput.hsfc-DateInput--placeholder {
  font-family: 'ScalaSansPro';
}
#main .hsfc-Step  .hsfc-FieldDescription {
color: #022938;
font-family: 'ScalaSansPro';
  font-size: 15px;
}

#main .hsfc-Step .not-active{
    opacity: 0.3;
    pointer-events: none;
}
#main .hsfc-Step .hsfc-Row {
    margin-bottom: 30px;