/* Generic
Base styling
*/
/***

====================================================================
    Generic
====================================================================

***/
html {
    scroll-behavior: smooth;
}

.body-container {
    min-height: 100vh;
}

.body-wrapper {
    overflow-x: hidden;
}

/* Fonts
Import custom fonts
*/
/* =================================== */
/* FONT: MuseoSans */
@font-face {
    font-family: 'Museo Sans';
    src: url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-100.eot");
    src: url("") format('embedded-opentype'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-100.woff2") format('woff2'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-100.woff") format('woff'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-100.ttf") format('truetype'),
        url("") format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Museo Sans';
    src: url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-300.eot");
    src: url("") format('embedded-opentype'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-300.woff2") format('woff2'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-300.woff") format('woff'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-300.ttf") format('truetype'),
        url("") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Museo Sans';
    src: url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-500.eot");
    src: url("") format('embedded-opentype'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-500.woff2") format('woff2'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-500.woff") format('woff'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-500.ttf") format('truetype'),
        url("") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Museo Sans';
    src: url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-700.eot");
    src: url("") format('embedded-opentype'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-700.woff2") format('woff2'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-700.woff") format('woff'),
        url("//26081188.fs1.hubspotusercontent-eu1.net/hubfs/26081188/raw_assets/public/cms-theme-elron/fonts/MuseoSans-700.ttf") format('truetype'),
        url("") format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Spacing
Utilities spacing classes
*/



  
  
  
    .m-xxl {
      margin: 120px;
    }
    .mx-xxl {
      margin-left: 120px;
      margin-right: 120px;
    }
    .my-xxl {
      margin-top: 120px;
      margin-bottom: 120px;
    }
    .mt-xxl {
      margin-top: 120px;
    }
    .mb-xxl {
      margin-bottom: 120px;
    }
    .ml-xxl {
      margin-left: 120px;
    }
    .mr-xxl {
      margin-right: 120px;
    }
  
    .p-xxl {
      padding: 120px;
    }
    .px-xxl {
      padding-left: 120px;
      padding-right: 120px;
    }
    .py-xxl {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .pt-xxl {
      padding-top: 120px;
    }
    .pb-xxl {
      padding-bottom: 120px;
    }
    .pl-xxl {
      padding-left: 120px;
    }
    .pr-xxl {
      padding-right: 120px;
    }
  


  
  
  
    .m-xl {
      margin: 100px;
    }
    .mx-xl {
      margin-left: 100px;
      margin-right: 100px;
    }
    .my-xl {
      margin-top: 100px;
      margin-bottom: 100px;
    }
    .mt-xl {
      margin-top: 100px;
    }
    .mb-xl {
      margin-bottom: 100px;
    }
    .ml-xl {
      margin-left: 100px;
    }
    .mr-xl {
      margin-right: 100px;
    }
  
    .p-xl {
      padding: 100px;
    }
    .px-xl {
      padding-left: 100px;
      padding-right: 100px;
    }
    .py-xl {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .pt-xl {
      padding-top: 100px;
    }
    .pb-xl {
      padding-bottom: 100px;
    }
    .pl-xl {
      padding-left: 100px;
    }
    .pr-xl {
      padding-right: 100px;
    }
  


  
  
  
    .m-l {
      margin: 60px;
    }
    .mx-l {
      margin-left: 60px;
      margin-right: 60px;
    }
    .my-l {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .mt-l {
      margin-top: 60px;
    }
    .mb-l {
      margin-bottom: 60px;
    }
    .ml-l {
      margin-left: 60px;
    }
    .mr-l {
      margin-right: 60px;
    }
  
    .p-l {
      padding: 60px;
    }
    .px-l {
      padding-left: 60px;
      padding-right: 60px;
    }
    .py-l {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .pt-l {
      padding-top: 60px;
    }
    .pb-l {
      padding-bottom: 60px;
    }
    .pl-l {
      padding-left: 60px;
    }
    .pr-l {
      padding-right: 60px;
    }
  


  
  
  
    .m-m {
      margin: 50px;
    }
    .mx-m {
      margin-left: 50px;
      margin-right: 50px;
    }
    .my-m {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .mt-m {
      margin-top: 50px;
    }
    .mb-m {
      margin-bottom: 50px;
    }
    .ml-m {
      margin-left: 50px;
    }
    .mr-m {
      margin-right: 50px;
    }
  
    .p-m {
      padding: 50px;
    }
    .px-m {
      padding-left: 50px;
      padding-right: 50px;
    }
    .py-m {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .pt-m {
      padding-top: 50px;
    }
    .pb-m {
      padding-bottom: 50px;
    }
    .pl-m {
      padding-left: 50px;
    }
    .pr-m {
      padding-right: 50px;
    }
  


  
  
  
    .m-s {
      margin: 30px;
    }
    .mx-s {
      margin-left: 30px;
      margin-right: 30px;
    }
    .my-s {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .mt-s {
      margin-top: 30px;
    }
    .mb-s {
      margin-bottom: 30px;
    }
    .ml-s {
      margin-left: 30px;
    }
    .mr-s {
      margin-right: 30px;
    }
  
    .p-s {
      padding: 30px;
    }
    .px-s {
      padding-left: 30px;
      padding-right: 30px;
    }
    .py-s {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .pt-s {
      padding-top: 30px;
    }
    .pb-s {
      padding-bottom: 30px;
    }
    .pl-s {
      padding-left: 30px;
    }
    .pr-s {
      padding-right: 30px;
    }
  


  
  
  
    .m-xs {
      margin: 20px;
    }
    .mx-xs {
      margin-left: 20px;
      margin-right: 20px;
    }
    .my-xs {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .mt-xs {
      margin-top: 20px;
    }
    .mb-xs {
      margin-bottom: 20px;
    }
    .ml-xs {
      margin-left: 20px;
    }
    .mr-xs {
      margin-right: 20px;
    }
  
    .p-xs {
      padding: 20px;
    }
    .px-xs {
      padding-left: 20px;
      padding-right: 20px;
    }
    .py-xs {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .pt-xs {
      padding-top: 20px;
    }
    .pb-xs {
      padding-bottom: 20px;
    }
    .pl-xs {
      padding-left: 20px;
    }
    .pr-xs {
      padding-right: 20px;
    }
  


  
  
  
    .m-xxs {
      margin: 15px;
    }
    .mx-xxs {
      margin-left: 15px;
      margin-right: 15px;
    }
    .my-xxs {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .mt-xxs {
      margin-top: 15px;
    }
    .mb-xxs {
      margin-bottom: 15px;
    }
    .ml-xxs {
      margin-left: 15px;
    }
    .mr-xxs {
      margin-right: 15px;
    }
  
    .p-xxs {
      padding: 15px;
    }
    .px-xxs {
      padding-left: 15px;
      padding-right: 15px;
    }
    .py-xxs {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .pt-xxs {
      padding-top: 15px;
    }
    .pb-xxs {
      padding-bottom: 15px;
    }
    .pl-xxs {
      padding-left: 15px;
    }
    .pr-xxs {
      padding-right: 15px;
    }
  


  
  
  
    .m-extra {
      margin: 10px;
    }
    .mx-extra {
      margin-left: 10px;
      margin-right: 10px;
    }
    .my-extra {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .mt-extra {
      margin-top: 10px;
    }
    .mb-extra {
      margin-bottom: 10px;
    }
    .ml-extra {
      margin-left: 10px;
    }
    .mr-extra {
      margin-right: 10px;
    }
  
    .p-extra {
      padding: 10px;
    }
    .px-extra {
      padding-left: 10px;
      padding-right: 10px;
    }
    .py-extra {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .pt-extra {
      padding-top: 10px;
    }
    .pb-extra {
      padding-bottom: 10px;
    }
    .pl-extra {
      padding-left: 10px;
    }
    .pr-extra {
      padding-right: 10px;
    }
  


  
  
  
    .m-0 {
      margin: 0px;
    }
    .mx-0 {
      margin-left: 0px;
      margin-right: 0px;
    }
    .my-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .mt-0 {
      margin-top: 0px;
    }
    .mb-0 {
      margin-bottom: 0px;
    }
    .ml-0 {
      margin-left: 0px;
    }
    .mr-0 {
      margin-right: 0px;
    }
  
    .p-0 {
      padding: 0px;
    }
    .px-0 {
      padding-left: 0px;
      padding-right: 0px;
    }
    .py-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .pt-0 {
      padding-top: 0px;
    }
    .pb-0 {
      padding-bottom: 0px;
    }
    .pl-0 {
      padding-left: 0px;
    }
    .pr-0 {
      padding-right: 0px;
    }
  


@media (max-width: 767px) {
    
  
  
  
    .m-xxl {
      margin: 80px;
    }
    .mx-xxl {
      margin-left: 80px;
      margin-right: 80px;
    }
    .my-xxl {
      margin-top: 80px;
      margin-bottom: 80px;
    }
    .mt-xxl {
      margin-top: 80px;
    }
    .mb-xxl {
      margin-bottom: 80px;
    }
    .ml-xxl {
      margin-left: 80px;
    }
    .mr-xxl {
      margin-right: 80px;
    }
  
    .p-xxl {
      padding: 80px;
    }
    .px-xxl {
      padding-left: 80px;
      padding-right: 80px;
    }
    .py-xxl {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .pt-xxl {
      padding-top: 80px;
    }
    .pb-xxl {
      padding-bottom: 80px;
    }
    .pl-xxl {
      padding-left: 80px;
    }
    .pr-xxl {
      padding-right: 80px;
    }
  

    
  
  
  
    .m-xl {
      margin: 50px;
    }
    .mx-xl {
      margin-left: 50px;
      margin-right: 50px;
    }
    .my-xl {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .mt-xl {
      margin-top: 50px;
    }
    .mb-xl {
      margin-bottom: 50px;
    }
    .ml-xl {
      margin-left: 50px;
    }
    .mr-xl {
      margin-right: 50px;
    }
  
    .p-xl {
      padding: 50px;
    }
    .px-xl {
      padding-left: 50px;
      padding-right: 50px;
    }
    .py-xl {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .pt-xl {
      padding-top: 50px;
    }
    .pb-xl {
      padding-bottom: 50px;
    }
    .pl-xl {
      padding-left: 50px;
    }
    .pr-xl {
      padding-right: 50px;
    }
  

    
  
  
  
    .m-l {
      margin: 60px;
    }
    .mx-l {
      margin-left: 60px;
      margin-right: 60px;
    }
    .my-l {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .mt-l {
      margin-top: 60px;
    }
    .mb-l {
      margin-bottom: 60px;
    }
    .ml-l {
      margin-left: 60px;
    }
    .mr-l {
      margin-right: 60px;
    }
  
    .p-l {
      padding: 60px;
    }
    .px-l {
      padding-left: 60px;
      padding-right: 60px;
    }
    .py-l {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .pt-l {
      padding-top: 60px;
    }
    .pb-l {
      padding-bottom: 60px;
    }
    .pl-l {
      padding-left: 60px;
    }
    .pr-l {
      padding-right: 60px;
    }
  

    
  
  
  
    .m-m {
      margin: 30px;
    }
    .mx-m {
      margin-left: 30px;
      margin-right: 30px;
    }
    .my-m {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .mt-m {
      margin-top: 30px;
    }
    .mb-m {
      margin-bottom: 30px;
    }
    .ml-m {
      margin-left: 30px;
    }
    .mr-m {
      margin-right: 30px;
    }
  
    .p-m {
      padding: 30px;
    }
    .px-m {
      padding-left: 30px;
      padding-right: 30px;
    }
    .py-m {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .pt-m {
      padding-top: 30px;
    }
    .pb-m {
      padding-bottom: 30px;
    }
    .pl-m {
      padding-left: 30px;
    }
    .pr-m {
      padding-right: 30px;
    }
  

    
  
  
  
    .m-s {
      margin: 30px;
    }
    .mx-s {
      margin-left: 30px;
      margin-right: 30px;
    }
    .my-s {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .mt-s {
      margin-top: 30px;
    }
    .mb-s {
      margin-bottom: 30px;
    }
    .ml-s {
      margin-left: 30px;
    }
    .mr-s {
      margin-right: 30px;
    }
  
    .p-s {
      padding: 30px;
    }
    .px-s {
      padding-left: 30px;
      padding-right: 30px;
    }
    .py-s {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .pt-s {
      padding-top: 30px;
    }
    .pb-s {
      padding-bottom: 30px;
    }
    .pl-s {
      padding-left: 30px;
    }
    .pr-s {
      padding-right: 30px;
    }
  

    
  
  
  
    .m-xs {
      margin: 20px;
    }
    .mx-xs {
      margin-left: 20px;
      margin-right: 20px;
    }
    .my-xs {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .mt-xs {
      margin-top: 20px;
    }
    .mb-xs {
      margin-bottom: 20px;
    }
    .ml-xs {
      margin-left: 20px;
    }
    .mr-xs {
      margin-right: 20px;
    }
  
    .p-xs {
      padding: 20px;
    }
    .px-xs {
      padding-left: 20px;
      padding-right: 20px;
    }
    .py-xs {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .pt-xs {
      padding-top: 20px;
    }
    .pb-xs {
      padding-bottom: 20px;
    }
    .pl-xs {
      padding-left: 20px;
    }
    .pr-xs {
      padding-right: 20px;
    }
  

    
  
  
  
    .m-xxs {
      margin: 15px;
    }
    .mx-xxs {
      margin-left: 15px;
      margin-right: 15px;
    }
    .my-xxs {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .mt-xxs {
      margin-top: 15px;
    }
    .mb-xxs {
      margin-bottom: 15px;
    }
    .ml-xxs {
      margin-left: 15px;
    }
    .mr-xxs {
      margin-right: 15px;
    }
  
    .p-xxs {
      padding: 15px;
    }
    .px-xxs {
      padding-left: 15px;
      padding-right: 15px;
    }
    .py-xxs {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .pt-xxs {
      padding-top: 15px;
    }
    .pb-xxs {
      padding-bottom: 15px;
    }
    .pl-xxs {
      padding-left: 15px;
    }
    .pr-xxs {
      padding-right: 15px;
    }
  

    
  
  
  
    .m-extra {
      margin: 10px;
    }
    .mx-extra {
      margin-left: 10px;
      margin-right: 10px;
    }
    .my-extra {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .mt-extra {
      margin-top: 10px;
    }
    .mb-extra {
      margin-bottom: 10px;
    }
    .ml-extra {
      margin-left: 10px;
    }
    .mr-extra {
      margin-right: 10px;
    }
  
    .p-extra {
      padding: 10px;
    }
    .px-extra {
      padding-left: 10px;
      padding-right: 10px;
    }
    .py-extra {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .pt-extra {
      padding-top: 10px;
    }
    .pb-extra {
      padding-bottom: 10px;
    }
    .pl-extra {
      padding-left: 10px;
    }
    .pr-extra {
      padding-right: 10px;
    }
  

}

/* Typography
Base typography
*/
/***

====================================================================
    Typography
====================================================================

***/

/*
    [STYLE GUIDE]
    *** Desktop ***
    Body text: 26px
    H1: 60/62 
    H2: 45/50
    H3: 38/40
    H4: 30/32
    H5: 20/24
    H6: 16/20

    *** Mobile ***
    Body text: 22px
    H1: 40/50 
    H2: 34/40
    H3: 26/34
    H4: 20/24
    H5: 18/24
    H6: 14/20
*/

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

@media (max-width: 767px) {
    html {
        font-size: 18px;
    }
    body {
        line-height: 1.45rem;
    }
    h1 { /* 40/50 */
        font-size: 1.81rem;
        line-height: 2.27rem;
    }
    h2 { /* 35/40 */
        font-size: 1.59rem;
        line-height: 1.8181rem;
    }
    h3 { /* 26/34 */
        font-size: 1.18rem;
        line-height: 1.54rem;
    }
    h4 { /* 20/24 */
        font-size: 0.9090rem;
        line-height: 1.09rem;
    }
    h5 { /* 18/24 */
        font-size: 0.8181rem;
        line-height: 1.09rem;
    }
    h6 { /* 14/20 */
        font-size: 0.6363rem;
        line-height: 0.90rem;
    }
    p {
        line-height: 1.45rem;
    }
}

/* Forms
Specific styling for forms
*/


/***

====================================================================
  Forms
====================================================================

***/
form,
.submitted-message {
  font-family: 'Museo Sans';
}
.submitted-message p {
    color: #fff;
}
.hs-form .hs-button {
  line-height: 1.5rem;
}
.hs-form .hs-input:focus,
.hs-form .hs-input:active {
  outline: none !important;
}
.hs-form .input {
    line-height: 32px;
    font-weight: 300;
}
.hs_error_rollup .hs-error-msgs {
  display: none !important;
}
/*.hs-form label {
    display: none;
}*/
.hs-error-msgs label {
  display: block;
  font-size: 1rem;
  color: #FF9D78;
  margin: 0;
}
.hs-error-msg {
  font-size: 1rem;
}
.hs-form .hs-form-field {
  margin-bottom: 50px;
}
.hs-form ul.inputs-list .hs-form-checkbox {
   margin: 0;
   display: inline-block;
   margin-right: 35px;
}
.hs-form ul.inputs-list .hs-form-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.hs-form ul.inputs-list input[type="checkbox"]{
  opacity: 0;
  display: none !important;
}
.hs-form ul.inputs-list label.hs-form-checkbox-display,
label.hs-form-booleancheckbox-display {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 0;
  padding: 0;
  padding-left: 36px;
  position: relative;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #999;
}

.contact-form__form  .hs-form input[type="checkbox"] + span:before {
  border: 1px solid #fff;
}
.hs-form input[type="checkbox"] + span:before {
  content: '';
  background-color: transparent;
  border: 1px solid #2355a0;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}
.hs-form input[type="checkbox"]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.534' height='13.721' viewBox='0 0 17.534 13.721'%3E%3Cpath id='Path_472' data-name='Path 472' d='M465.149,8127.378l-4.664,4.874,10.562,10.563' transform='translate(-8126.341 472.108) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: #2F569B;
  border-color: #fff;
}

.hs-form-field,
fieldset.form-columns-1 .hs-input,
fieldset.form-columns-1 .input,
fieldset.form-columns-2 .hs-input,
fieldset.form-columns-2 .input {
    margin-right: 0!important;
    width: 100%!important;
    line-height: 1;
}
fieldset.form-columns-2 {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-image: linear-gradient(to right,rgba(35,85,160,1.0) 55%,rgba(35,85,160,1.0) 60%,#79dcf0 100%);
  background-size: 200% auto;
  /*color: #2F569B;*/
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 30px;
  text-transform: uppercase;
  transition: all .1s ease-in;
  border-radius: 30px;
  border: 0;
}
form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus {
    background-position: right center;
    background-color: transparent;
}
@media screen and (max-width: 991px) {
    .hs-form .hs-form-field {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hs-form ul.inputs-list label.hs-form-checkbox-display {
      font-size: 1rem;
      line-height: 1.5rem;
    }
}

/* Elements
Base HTML elements such as button, table, image, text
*/
/***

====================================================================
    Button
====================================================================

***/
/* Normal button */
button,
.button {
    line-height: 1.2;
}
@media (max-width: 767px) {
    /* button,
    .button {
        font-size: 0.72rem !important;
        line-height: 1.5;
    } */
}

/* DnD
Containers dnd
*/
/***

====================================================================
    DnD container
====================================================================

***/
[class*="force-full-width-section"] {
    padding: 0 !important;
}
[class*="force-full-width-section"] > .row-fluid {
    max-width: 100% !important;
}
[class*="force-full-width-section"] .dnd-column {
    padding: 0 !important;
}
[class*="force-full-width-section"] .row-fluid [class*='span'] {
    min-height: 0;
}
html:not(.hs-inline-edit) .row-depth-1 > .row-fluid  > .dnd-column {
    padding-left: 0;
    padding-right: 0;
}

/***

====================================================================
    Custom grid
====================================================================

***/
@media screen and (max-width: 767px) {
    .row-fluid-wrapper.grid-reverse > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .row-fluid-wrapper.grid-reverse > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid [class*=span] {
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .row-fluid-wrapper.grid-reverse {
        background-image: none !important;
    }
}

/* Utilities
Helper classes
*/
/* Bootstrap 4 display classes */
.d-none {
    display: none !important;
}
  
.d-inline {
    display: inline !important;
}
  
.d-inline-block {
    display: inline-block !important;
}
  
.d-block {
    display: block !important;
}
  
.d-table {
    display: table !important;
}
  
.d-table-row {
    display: table-row !important;
}  

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
} 

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
  
@media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
}
  
@media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
}
  
@media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
}
  
@media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -ms-flexbox !important;
        }
}

/* Make the headers not face in color */
      h1, h2, h3, h4, h5, h6 {
  color: #2F569B; /* Replace with your desired color */
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  transition: none !important; /* Disable any color fading transitions */
}
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
}

/* Library
Third party related classess
*/


/***

====================================================================
    Slick
====================================================================

***/
.br-slick-arrow {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    background-color: #F0EFE9;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.br-slick-arrow:hover,
.br-slick-arrow:focus,
.br-slick-arrow:active {
    background-color: #E5232D;
}
.br-slick-prev{
    background-image: url("");
    margin-right: 15px;
}
.br-slick-prev:hover,
.br-slick-prev:focus,
.br-slick-prev:active{
    background-image: url("");
}
.br-slick-next{
    background-image: url("");
}
.br-slick-next:hover,
.br-slick-next:focus,
.br-slick-next:active{
    background-image: url("");
}
.slick-arrows {
    padding: 25px 0;
    text-align: center;
}
.slick-dots li {
    width: 9px;
    height: 9px;
}
.slick-dots li button{
    padding: 0 !important;
}
.slick-dots li button:before{
    font-size: 14px;
    color: #8CAFD8;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #005897;
    opacity: 1;
}

/***

====================================================================
    Select2
====================================================================

***/
.select2-dropdown {
    z-index: 1010;
}
.select2-container--primary .select2-selection--single {
    height: 62px;
    border: 3px solid #005897;
    border-radius: 3px;
}
.select2-container--primary.select2-container--open .select2-selection--single{
    background-color: #0067A3;
    border-color: #0067A3;
}
.select2-container--primary.select2-container--open.select2-container--above .select2-selection--single{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.select2-container--primary.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.select2-container--primary .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    padding: 0 65px 0 40px;
    text-align: left;
    font-size: 0.8181rem;
    font-weight: 500;
    color: #005897;
}
@media (max-width: 767px) {
    .select2-container--primary .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }
}
.select2-container--primary.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}
.select2-container--primary .select2-selection--single .select2-selection__placeholder {
    font-size: 0.8181rem;
    line-height: 30px;
    font-weight: 500;
    color: #005897;
}
@media (max-width: 767px) {
    .select2-container--primary .select2-selection--single .select2-selection__placeholder {
        font-size: 1rem;
    }
}
.select2-container--primary.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
}
.select2-container--primary .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 26px;
    background-repeat: no-repeat;
    top: 25px; 
    right: 40px;
    width: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.245' height='13.744' viewBox='0 0 23.245 13.744'%3E%3Cpath id='Path_491' data-name='Path 491' d='M460.485,8121.69l10.562,10.562-10.562,10.562' transform='translate(8143.875 -459.425) rotate(90)' fill='none' stroke='%23005897' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.select2-container--primary.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.245' height='13.744' viewBox='0 0 23.245 13.744'%3E%3Cpath id='Path_491' data-name='Path 491' d='M460.485,8121.69l10.562,10.562-10.562,10.562' transform='translate(-8120.629 473.169) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.select2-container--primary .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--primary .select2-results {
    background-color: #0067A3;
}
.select2-container--primary .select2-dropdown {
    border-color: #0067A3;
}
.select2-container--primary .select2-results__options {
    padding-top: 20px;
    padding-bottom: 10px;
}
.select2-container--primary .select2-results__option {
    padding-left: 40px;
    font-size: 0.8181rem;
    line-height: 1.3636rem;
    font-weight: 500;
    color: #FFF;
}
@media (max-width: 767px) {
    .select2-container--primary .select2-results__option {
        font-size: 1rem;
    }
}
.select2-container--primary .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #FFF;
    text-decoration: underline;
}
.select2-container--primary .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-size: 44px;
    font-weight: 100;
}



.select2-results__option[aria-selected=true] { 
    display: none;
}

.select2.select2-container--gray {
    width: 100% !important;
}
.select2-container--gray .select2-selection--single {
    height: 54px;
    border: 1px solid #7B7B7B;
    border-radius: 0;
}
.select2-container--gray.select2-container--open .select2-selection--single{
    background-color: #7B7B7B;
    border-color: #7B7B7B;
}

.select2-container--gray .select2-selection--single .select2-selection__rendered {
    padding: 11px 65px 0 15px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #4D4D4D;
}
@media (max-width: 767px) {
    .select2-container--gray .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }
}
.select2-container--gray.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}
.select2-container--gray .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #4D4D4D;
}
@media (max-width: 767px) {
    .select2-container--gray .select2-selection--single .select2-selection__placeholder {
        font-size: 1rem;
    }
}
.select2-container--gray.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
}
.select2-container--gray .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 26px;
    background-repeat: no-repeat;
    top: 21px; 
    right: 15px;
    width: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.245' height='13.744' viewBox='0 0 23.245 13.744'%3E%3Cpath id='Path_491' data-name='Path 491' d='M460.485,8121.69l10.562,10.562-10.562,10.562' transform='translate(8143.875 -459.425) rotate(90)' fill='none' stroke='%234D4D4D' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.select2-container--gray.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.245' height='13.744' viewBox='0 0 23.245 13.744'%3E%3Cpath id='Path_491' data-name='Path 491' d='M460.485,8121.69l10.562,10.562-10.562,10.562' transform='translate(-8120.629 473.169) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.select2-container--gray .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--gray .select2-results {
    background-color: #f7f7f7;
}
.select2-container--gray .select2-dropdown {
    border-color: #7B7B7B;
    border: 1px solid #7B7B7B;
    background-color: transparent;
    border-radius: 0;
}
.select2-container--gray .select2-results__options {
    padding-top: 20px;
    padding-bottom: 10px;
}
.select2-container--gray .select2-results__option {
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #4d4d4d;
}
@media (max-width: 767px) {
    .select2-container--gray .select2-results__option {
        font-size: 1rem;
    }
}
.select2-container--gray .select2-results__option--highlighted[aria-selected] {
    background-color: #7B7B7B;
    color: #FFF;
    text-decoration: none;
}
.select2-container--gray .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-size: 44px;
    font-weight: 100;
}




/***

====================================================================
    Accordion
====================================================================

***/
.ac .ac-trigger {
    font-family: Roboto;
}
.ac > .ac-header .ac-trigger::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.246' height='13.744' viewBox='0 0 23.246 13.744'%3E%3Cpath id='Path_1149' data-name='Path 1149' d='M471.048,8121.69l-10.562,10.562,10.562,10.563' transform='translate(-8120.63 472.108) rotate(-90)' fill='none' stroke='%23999' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 14px;
    right: 0;
    transition: 0.2s;
}
.ac.is-active > .ac-header .ac-trigger::after { 
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.246' height='13.744' viewBox='0 0 23.246 13.744'%3E%3Cpath id='Path_1148' data-name='Path 1148' d='M471.048,8121.69l-10.562,10.562,10.562,10.563' transform='translate(8143.875 -458.364) rotate(90)' fill='none' stroke='%23999' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.ac--primary > .ac-header .ac-trigger::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.616' height='13.503' viewBox='0 0 23.616 13.503'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M18,20.679l8.93-8.937a1.681,1.681,0,0,1,2.384,0,1.7,1.7,0,0,1,0,2.391L19.2,24.258a1.685,1.685,0,0,1-2.327.049L6.68,14.14a1.688,1.688,0,0,1,2.384-2.391Z' transform='translate(-6.188 -11.246)' fill='%23005897'/%3E%3C/svg%3E%0A");
}
.ac--primary.is-active > .ac-header .ac-trigger::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.616' height='13.503' viewBox='0 0 23.616 13.503'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M18,15.317l8.93,8.937a1.681,1.681,0,0,0,2.384,0,1.7,1.7,0,0,0,0-2.391L19.2,11.738a1.685,1.685,0,0,0-2.327-.049L6.68,21.856a1.688,1.688,0,0,0,2.384,2.391Z' transform='translate(-6.188 -11.246)' fill='%23005897'/%3E%3C/svg%3E%0A");
}
.ac .ac-panel .ac-text {
    font-family: Roboto;
    color: #999;
}
.ac .ac-panel .ac-text p{ 
    margin-bottom: 0;
}

/***

====================================================================
    Datatables
====================================================================

***/
table.dataTable {
    border: none;
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable thead td, table.dataTable thead th {
    border-bottom: none;
    background-color: #007FAC;
    font-family: 'Museo Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 30px;
}
table.dataTable td, table.dataTable th {
    border: 0 solid #007fac;
}
table.dataTable tbody td, table.dataTable tbody th {
    padding: 25px 30px;
    border-bottom: 2px solid #CCCCCC;
}
table.dataTable tbody td {
    color: #65656A;
    font-family: 'Museo Sans';
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    margin-bottom: 50px;
}
.dataTables_wrapper .dataTables_filter label {
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-size: 1px 20%, 100% 1px, 1px 20%;
    background-position: bottom left, bottom center, bottom right;
    background-repeat: no-repeat;

    width: 350px;
    display: inline-block;
    margin-right: 30px;
    padding: 1px;
}
.dataTables_wrapper .dataTables_filter label input {
    font-family: 'Museo Sans';
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #65656A;
    text-transform: uppercase;

    border: none;
    outline: none;
    margin-left: 0;
    padding: 13px 16px 0 16px;
    width: 100%;
}
.dataTables_wrapper .dataTables_filter label input::placeholder {
    font-family: 'Museo Sans';
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #65656A;
}
.dataTables_wrapper .dataTables_filter button {
    display: inline-block;
    vertical-align: bottom;
    background-color: #2F569B;
    border: 2px solid #2F569B;
    color: #00305E;
     font-family: 'Museo Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
}

.dataTables_wrapper .dataTables_filter button:hover {
    background-color: #fff;;
    color: #00305E;
    border: 2px solid #2F569B;
     font-family: 'Museo Sans';
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
    float: none;
    padding-top: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-family: 'Museo Sans' !important;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    color: #65656A !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    border: none;
    min-width: auto;
    box-shadow: none;
    background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #00305E !important;
    border-radius: 100%;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: none;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter button {
        margin-top: 30px;
    }
    .dataTables_wrapper .dataTables_filter label {
        width: 100%;
        margin-right: 0;
    }
    .dataTables_wrapper .dataTables_filter label input {
        background-color: #FAFAFA;
        width: 100%;
    }
    table.dataTable thead td, table.dataTable thead th {
        font-size: 16px;
        line-height: 24px;
        padding: 30px 15px;
    }
    table.dataTable tbody td {
        font-size: 22px;
        line-height: 32px;
        padding: 30px 15px;
    }
}

/* Partials
Specific styling for global partials
*/
/***

====================================================================
    Partial 1
====================================================================

***/



/***

====================================================================
    Partial 2
====================================================================

***/

/* Sections
Specific styling for theme sections
*/
/* 
    IMPORTANT!!!
    Using DnD section CSS class not recommend, using custom module instead
*/

/***
====================================================================
    Testimonial Text und Bild Module
====================================================================
***/

/* Custom fonts
Fonts available via stylesheet	
*/
/***

====================================================================
    Custom fonts
    https://knowledge.hubspot.com/website-pages/use-fonts-in-hubspot
====================================================================

***/




body {
    font-family: 'Museo Sans';
}

p {
    font-family: 'Museo Sans';
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: 'Museo Sans';
}

a {
    font-family: 'Museo Sans';
}

a:hover,
a:focus,
a:active {
    font-family: 'Museo Sans';
}

button, 
.button {
    font-family: 'Museo Sans';
}

button:hover, 
button:focus,
button:active, 
.button:active,
.button:hover, 
.button:focus {
    font-family: 'Museo Sans';
}

form,
.submitted-message {
    font-family: 'Museo Sans';
}
form input[type=submit], 
form .hs-button {
    font-family: 'Museo Sans';
}

/* Modules
Specific styling for custom modules
*/



.button--layout1 {
  color: ;
  border-color: ;
  background-color: ;
}
.button--layout1:hover,
.button--layout1:focus {
  color: ;
  border-color: ;
  background-color: ;
}


h1.heading--none,
h2.heading--none,
h3.heading--none,
h4.heading--none,
h5.heading--none,
h6.heading--none {
    background: linear-gradient(90deg, #2F569B 0%, #79DCF0 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.heading--layout1,
h2.heading--layout1,
h3.heading--layout1,
h4.heading--layout1,
h5.heading--layout1,
h6.heading--layout1 {
  color: #fff;
}

h1.heading--layout2,
h2.heading--layout2,
h3.heading--layout2,
h4.heading--layout2,
h5.heading--layout2,
h6.heading--layout2 {
  color: #2355A0;
}