




























h1 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 110%;
}

h2 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 110%;
}

h3 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 110%;
}

h4 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 110%;
}

h5 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 110%;
}

h6 {
  font-family: 'VAGRoundedStd', 'sans-serif';
  color: #00385A;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 110%;
}
@font-face {
  font-family: 'VAGRoundedStd';
  src:  url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/Fonts/VAG%20Rounded%20Std%20Thin.woff2') format('woff2'),
        url('https://4546388.fs1.hubspotusercontent-na1.net/hubfs/4546388/Fonts/VAG%20Rounded%20Std%20Thin.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: ;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Arial', 'Roboto', 'sans-serif';
  line-height: 1.4;
}

a {
  color: #00385A;
}

a:not(.c-btn):hover {
  opacity: 0.7;
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

.o-fit {
    object-fit: cover;
    object-position: center center;   
    font-family: 'object-fit: cover;object-position: center center;'; 
    height: 100% !important;
    width: 100% !important;
}

.o-wrapper {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}

.page-wrapper {
  padding: clamp(1em, 10vw, 5em) 0;
}
.c-btn, input[type="submit"] {
  background: #00325b;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 72px;
  display: inline-block;
  transition: all .3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 14px 24px rgb(0 0 0 / 8%);
  border-radius: 48px;
}

.c-btn:hover, input[type="submit"]:hover {
  background: #e35205;
}

.c-btn-wrapper {
  margin-top: 48px;
}

@media (max-width: 768px) {
  .c-btn, input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.c-divider {
  --divider-height__desktop: 139px;
  --divider-height__mobile: 69px;
  
  height: clamp(var(--divider-height__mobile), 10vw, var(--divider-height__desktop));
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  bottom: 0;
  margin-bottom: calc(clamp(var(--divider-height__mobile), 10vw, var(--divider-height__desktop)) * -1);
}

.c-divider--bottom {
  bottom: clamp(var(--divider-height__mobile), 10vw, var(--divider-height__desktop));
}

.c-divider--top {
  transform: rotate(180deg);
}

.c-divider--lighter svg path {
  fill: #252525;
}

.c-divider--darker svg path {
  fill: #000;
}

.c-divider--white svg path {
  fill: #fff;
}

svg.c-divider__curve { 
  height: clamp(var(--divider-height__mobile), 10vw, var(--divider-height__desktop));
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  margin-bottom: -1px;
}

@media (min-width: 768px) {

}
.c-embed iframe {
  margin-top: clamp(3%, 10vw, 5%);
  margin-bottom: clamp(2%, 10vw, 3%);
}

@media (max-width: 768px) {
  .c-embed iframe {
    margin-top: 15%;
  }
}
.c-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.c-header__label {
  display: none;
}

@media (min-width: 980px) {
  .c-header {
    padding: 48px;
  }
  
  .c-header__label {
    display: block;
  }
}
.c-heading {
  min-height: clamp(40vh, 33vw, 60vh);
  position: relative;
  z-index: -2;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00325b;
  overflow: hidden;
  display: flex;
}

.c-heading::after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120.6deg,rgba(0,0,0,.507) 6.78%,rgba(0,0,0,.0325) 85.7%);
}

.c-heading__titles {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: 1200px;
  text-align: center;
  margin: auto;
  padding-top: 15vh;
  padding-bottom: 13vh;
}

.c-heading__titles h1 {
  font-size: clamp(1.6rem, 8vw, 4.6rem);
  letter-spacing: clamp(0.05em, 8vw, 0.1em);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

.c-heading__titles h2 {
  font-size: clamp(1.2rem, 8vw, 2.2rem);
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
}

@media (min-width: 768px) {
}




/* .c-heading {
  height: 50vh;
  position: relative;
  z-index: -2;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a2a2a;
  overflow: hidden;
}

.c-heading::after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120.6deg,rgba(0,0,0,.507) 6.78%,rgba(0,0,0,.0325) 85.7%);
}

.c-heading__titles {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.c-heading__titles h1 {
  font-size: clamp(1.6rem, 8vw, 4.6rem);
  letter-spacing: clamp(0.05em, 8vw, 0.1em);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

.c-heading__titles h2 {
  font-size: clamp(1.2rem, 8vw, 2.2rem);
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .c-heading {
    height: 95vh;
  }
} */
.c-hero {
  height: 80vh;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a2a2a;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .c-hero {
    background-attachment: scroll;
  }
}

.c-hero::after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120.6deg,rgba(0,0,0,.507) 6.78%,rgba(0,0,0,.0325) 85.7%);
}

.c-hero__titles {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.c-hero__titles h1 {
  font-size: clamp(1.6rem, 8vw, 4.6rem);
  letter-spacing: clamp(0.05em, 8vw, 0.1em);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

.c-hero__titles h2 {
  font-size: clamp(1rem, 6vw, 2.2rem);
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero__nav {
  display: block;
  margin-top: 40px;
}

.c-hero__nav a {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-hero {
    width: 100vw;
  }
  
  .c-hero__nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .c-hero__nav a:not(:last-child) {
    margin-right: 30px;
  }
}
.c-footer {
  padding: 48px 0;
  background-color: rgba(0,0,0,.05);
  font-size: 14px;
  color: #000000;
  position: relative;
}

.c-footer .o-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-content: center;
  text-align: center;
}
  
.c-social__title {
  display: inline-block;
  margin-bottom: 6px;
}

.c-social__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.5;
  color: #000000;
}

.c-social__buttons a {
  display: block;
  height: 20px;
  width: 20px;
  color: #000000;
  padding: 10px;
  margin: 0 6px;
  text-align: center;
}

.c-social__buttons li:last-child a {
  margin-right: 0;
}

.c-social__buttons li:first-child a: {
  margin-left: 0;
}

.c-social__buttons svg {
  height: 20px;
  width: auto;
}

@media (min-width: 980px) {
  .c-footer .o-wrapper {
    grid-template-columns: auto 1fr auto;
    gap: 48px;
    align-items: center;
  }
  
  .c-footer__copyright {
    text-align: center;
  }
  
  .c-social {
    text-align: right;
  }
  
  .c-social__buttons {
    justify-content: flex-end;
  }
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form select {
  border: 1px solid #00385A;
  height: 50px;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 0;
}

.c-form .form-columns-1, .c-form .form-columns-2, .c-form .form-columns-3, .c-form .form-columns-4, .c-form .form-columns-5 {
  max-width: 100% !important;
}

.c-form fieldset .hs-form-field {
   margin-bottom: 24px !important;
}

.c-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.c-form fieldset.form-columns-2 {
    display: block;
  }

.c-form fieldset label span {
  color: #00385A;
 }

.c-form input[type="submit"] {
  font-size: 20px;
}

.c-form .actions {
  text-align: right; 
}

.c-form fieldset.form-columns-2 div:first-child {
   width:48%;
   margin-right: 24px;
}

@media (max-width: 768px) {
  .form-columns-2 .hs-form-field .hs-input {
    width: 98% !important;
  }

  .form-columns-2 .input {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-form fieldset.form-columns-2 {
    display: flex;
  }
}
.c-quote {
  text-align: center;
  color: #FFFFFF;
  font-family: 'VAGRoundedStd';
  font-size: var(--quote--font-size, 60px);
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--quote--height, auto);
  padding: 48px 0;
}

.c-quote span::before {
    content: "\"";
    margin-inline-end: 12px;
}
  
.c-quote span::after {
    content: "\"";
    margin-inline-start: 12px;
}

@media (min-width: 768px) {
  .c-quote {
    --quote--height: 25vw;
  }
}

@media (min-width: 980px) {
  .c-quote {
    --quote--font-size: 80px;
  }
}
.c-rich-media {
  padding: clamp(3em, 5vw, 5em) 0;
  background: #fffff;
}

.c-rich-media__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "image"
    "text";
}

.c-rich-media.has-image .c-rich-media__wrapper {
  gap: clamp(1em, 10vw, 4em);
}

.c-rich-media:not(.has-image) .c-rich-media__wrapper {
  max-width: 900px;
}

.c-rich-media__wrapper h2 {
  font-size: clamp(24px,7vw, 52px);
  letter-spacing: clamp(0.02em, 8vw, 0.04em);
}

.c-rich-media__wrapper h4 {
  font-size: 40px;
  font-weight: bold;
}

.c-rich-media__wrapper h1, .c-rich-media__wrapper h2, .c-rich-media__wrapper h3, .c-rich-media__wrapper h4, .c-rich-media__wrapper h5, .c-rich-media__wrapper h6, .c-rich-media__body {
/*   color: #FFFFFF; */
}

.c-rich-media__body {
  grid-area: text;
}

.c-rich-media__img {
  display: block;
  grid-area: image;
}

.c-rich-media p {
  line-height: 1.8;
  font-weight: 300;
}

.c-rich-text ol {
  counter-reset: item;
  padding-left: 0;
}

.c-rich-text ol li {
  counter-increment: item;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  margin-bottom: 1em;
}

.c-rich-text ol li:before {
  background: #07385a;
  content: counter(item);
  flex: 0 0 54px;
  height: 54px;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
}

.c-rich-text ol li p {
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .c-rich-media.has-image .c-rich-media__wrapper {
    grid-template-areas: "image text";
    grid-template-columns: 1fr 1fr;
  }

  .is-inversed .c-rich-media__body {
    grid-area: image;
  }

  .is-inversed .c-rich-media__img {
    grid-area: text;
  }

}

@media (min-width: 1260px) {

}
.c-contact {
  background-color: #E1E0D6;
  padding: 14vw 0 48px 0;
  position: relative;
}

.c-contact .o-wrapper {
  max-width: 950px;
}

.c-contact .c-rich-text {
  padding: 0;
  margin: auto;
  text-align: left;
  font-size: 20px;
}

.c-contact .c-rich-text h2 {
  font-size: clamp(30px, 10vw, 40px);
  max-width: clamp(480px, 77vw, 740px);
}

.c-contact .c-rich-text p {
  margin-bottom: 0;
  color: #00385A;
  font-size: small;
}

@media (max-width: 768px) {
  .c-contact .c-rich-text h2 {
    margin-bottom: 6vw;
    font-size: 8vw;
    margin-top: 5vw;
    max-width: 100%;
  }
}


@media (min-width: 768px) {
  .c-contact {
    padding: 8.275vw 0 96px 0;
  }

  .c-contact .c-rich-text {
    padding: 0;
  }
} 

@media (min-width: 768px) and (max-width: 1159px) {
  .c-contact .c-rich-text h2 {
    margin-top: 48px;
  }  
}

@media (min-width: 980px) {
  .c-contact .c-rich-text h2 {
    margin-bottom: 2vw;
  }
} 


/* languages fixes */
html[lang="en"] .c-contact .c-rich-text h2 {
    max-width: 100%;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form select {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  color: #00385A;
  background-color: #FFFFFF;
  border: 1px solid #00385A;
  border-radius: 0;
}

.c-form .multi-container {
  border: 1px solid #00385A;
  background-color: #FFFFFF;
  padding: 15px;
  margin-bottom: 0;
}

.c-form .form-columns-1, .c-form .form-columns-2, .c-form .form-columns-3, .c-form .form-columns-4, .c-form .form-columns-5 {
  max-width: 100% !important;
}

.c-form fieldset .hs-form-field {
  margin-bottom: 24px !important;
}

/* html[lang="nl"] .c-form .hs-city, */
html[lang="de"] .c-form .hs-city,
.c-form .hs_wholesaler_of_choice {
  width: 50%;
}

.c-form .hs_error_rollup {
  display: none;
}

/* iOS fix  */
.hs-form-checkbox input {
  height: 22px;
  width: 22px!important;
  border: none;
  outline: 2px solid white;
}

.c-form fieldset.form-columns-2 {
  display: block;
}

.c-form fieldset label span {
  color: #00385A;
}

.c-form input[type="submit"] {
  font-size: 20px;
}

.c-form input[type=checkbox] {
  appearance: none;
}

.c-form input[type=checkbox]::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: #E1E0D6;
}

.c-form input[type=checkbox]:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='10.711' height='7.998' fill='%2300385a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1304 -1084)'%3E%3Crect width='22' height='22' transform='translate(1304 1084)' fill='%23e1e0d6'/%3E%3Cg transform='translate(1309.644 1091.001)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.826,7.85c.23,0,.5.084.729.083,1.073,0,1.984-.069,3.1-.077a7.441,7.441,0,0,0,.024-1.478c-.068-.469-.108-.945-.177-1.4s-.179-.9-.282-1.315a3.48,3.48,0,0,0-.209-.6,3.771,3.771,0,0,0-.306-.5C9.6,2.4,9.492,2.24,9.37,2.087a4.255,4.255,0,0,0-.378-.436c-.138-.131-.295-.254-.45-.377s-.317-.228-.483-.34A4.538,4.538,0,0,0,7.544.617,8.75,8.75,0,0,0,6.667.247a3.191,3.191,0,0,0-.33-.089A6.407,6.407,0,0,0,5.63.026,5.48,5.48,0,0,0,4.825,0,3.225,3.225,0,0,0,3.482.329a2.343,2.343,0,0,0-.273.14,4.517,4.517,0,0,0-.474.355C2.658.887,2.578.94,2.5,1s-.144.13-.217.192a8.652,8.652,0,0,0-.627.606c-.1.1-.19.216-.282.332a5.046,5.046,0,0,0-.4.613,2.249,2.249,0,0,0-.137.266,12.009,12.009,0,0,0-.5,1.507C.228,4.953.148,5.4.08,5.854c-.017.112-.015.225-.024.34-.018.24-.048.475-.048.709A6.428,6.428,0,0,0,.04,8c2.083-.056,4.587-.147,6.786-.147' transform='translate(-0.001 0.001)' fill='%2300385a'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-form select {
  background: white url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance:none !important;
  -webkit-appearance: none !important; 
  appearance: none !important;
  padding-right: 0.8rem !important;
}

@media (max-width: 1024px) {
  .c-form select {
    padding-right: 1.8rem !important;
  }
}

.c-form .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}


.c-form .multi-container li:last-child .hs-form-checkbox-display {
  margin-bottom: 0;
}

.c-form .hs-form-checkbox-display span {
  margin-left: 10px;
}

.c-form .hs-error-msgs {
  background-color: #00385A;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  margin-right: 8px;
}

.c-form .actions {
  text-align: right; 
}

.c-form fieldset.form-columns-2 div:first-child {
  width:48%;
  margin-right: 24px;
}

.c-form input[type="submit"] {
  background-color: #00385A;
  border: 1px solid #00385A;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Arial', 'Roboto', 'sans-serif';
  line-height: 1.4;
  -webkit-appearance: none;
   color: white;
   padding: 12px 25px;
}

.c-form input[type="submit"]:hover {
  background-color: #E35205;
  border: 1px solid #E35205;
}

.c-form .hs-fieldtype-checkbox > label span {
  display: none;
}

/* phone with country */
.c-form .hs_phone .hs-fieldtype-intl-phone {
  width: 100%!important;
}

.c-form .hs-fieldtype-intl-phone.hs-input select {
  width: 38%!important;
  padding: 18px 15px 17px 15px;
}

.c-form .hs-fieldtype-intl-phone.hs-input input {
  width: 60%!important;
}

@media (max-width: 768px) {
  .form-columns-1 .hs-form-field,
  .form-columns-2 .hs-form-field,
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .form-columns-1 .input,
  .form-columns-2 .input {
    margin-right: 0 !important;
  }

  .c-form .hs-error-msgs {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
/*   [lang=nl] .c-form .hs_wholesaler_of_choice input, */
  [lang=de] .c-form .hs_wholesaler_of_choice input {
    width: 100%!important;
  }
}

@media (min-width: 768px) {
  .c-form fieldset.form-columns-2 {
    display: flex;
  }

/*   [lang=nl] .c-form .hs_wholesaler_of_choice input, */
  [lang=de] .c-form .hs_wholesaler_of_choice input {
    width: 50%;
  }

/*   [lang=nl] .c-form .hs-submit, */
  [lang=de] .c-form .hs-submit {
    margin-top: -80px;
  }
}


/* [lang=nl] .hs_wholesaler_of_choice .hs-error-msgs, */
[lang=de] .hs_wholesaler_of_choice .hs-error-msgs {
  max-width: 100%;
}
/* 
@media (min-width: 768px) and (max-width: 1117px) {
[lang=nl] .hs_wholesaler_of_choice .hs-error-msgs {
max-width: calc(95% - 28px);
}
}

@media (min-width: 1118px) {
.[lang=nl] hs_wholesaler_of_choice .hs-error-msgs {
max-width: calc(95% - 27px);
}
}
*/


.hs-form-booleancheckbox input {
    border: 1px solid #00385A;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: -6px;
}
.u-bg-color-black {
  background-color: #141414 !important;
}

.u-bg-color-white {
  background-color: #FFFFFF !important;
}

.u-bg-color-blue {
  background-color: #00385A !important;
}

.u-bg-color-yellow {
  background-color: #FEB600 !important;
}

.u-bg-color-red {
  background-color: #E75204 !important;
}

.u-bg-color-gray {
  background-color: #F2F2F2 !important;
}
@media (min-width: 340px max-width: 768px)
{
  .u-hide-until-tablet {
     display: none !important;
  }
}

@media (min-width: 768px)
{
  .u-hide-tablet {
     display: none !important;
  }
}
.u-padding {
  padding: 24px;
}

.u-padding-large {
  padding: 48px;
}

.u-padding-top {
  padding-top: 24px;
}

.u-padding-bottom {
  padding-bottom: 24px;
}
.c-contact {
  background-color: #E1E0D6;
  padding: 14vw 0 48px 0;
  position: relative;
}

.c-contact .o-wrapper {
  max-width: 950px;
}

.c-contact .c-rich-text {
  padding: 0;
  margin: auto;
  text-align: left;
  font-size: 20px;
}

.c-contact .c-rich-text h2 {
  font-size: clamp(30px, 10vw, 40px);
  max-width: clamp(480px, 77vw, 740px);
}

.c-contact .c-rich-text p {
  margin-bottom: 0;
  color: #00385A;
  font-size: small;
}

@media (max-width: 768px) {
  .c-contact .c-rich-text h2 {
    margin-bottom: 6vw;
    font-size: 8vw;
    margin-top: 5vw;
    max-width: 100%;
  }
}


@media (min-width: 768px) {
  .c-contact {
    padding: 8.275vw 0 96px 0;
  }

  .c-contact .c-rich-text {
    padding: 0;
  }
} 

@media (min-width: 768px) and (max-width: 1159px) {
  .c-contact .c-rich-text h2 {
    margin-top: 48px;
  }  
}

@media (min-width: 980px) {
  .c-contact .c-rich-text h2 {
    margin-bottom: 2vw;
  }
} 


/* languages fixes */
html[lang="en"] .c-contact .c-rich-text h2 {
    max-width: 100%;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form select {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  color: #00385A;
  background-color: #FFFFFF;
  border: 1px solid #00385A;
  border-radius: 0;
}

.c-form .multi-container {
  border: 1px solid #00385A;
  background-color: #FFFFFF;
  padding: 15px;
  margin-bottom: 0;
}

.c-form .form-columns-1, .c-form .form-columns-2, .c-form .form-columns-3, .c-form .form-columns-4, .c-form .form-columns-5 {
  max-width: 100% !important;
}

.c-form fieldset .hs-form-field {
  margin-bottom: 24px !important;
}

/* html[lang="nl"] .c-form .hs-city, */
html[lang="de"] .c-form .hs-city,
.c-form .hs_wholesaler_of_choice {
  width: 50%;
}

.c-form .hs_error_rollup {
  display: none;
}

/* iOS fix  */
.hs-form-checkbox input {
  height: 22px;
  width: 22px!important;
  border: none;
  outline: 2px solid white;
}

.c-form fieldset.form-columns-2 {
  display: block;
}

.c-form fieldset label span {
  color: #00385A;
}

.c-form input[type="submit"] {
  font-size: 20px;
}

.c-form input[type=checkbox] {
  appearance: none;
}

.c-form input[type=checkbox]::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: #E1E0D6;
}

.c-form input[type=checkbox]:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='10.711' height='7.998' fill='%2300385a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-1304 -1084)'%3E%3Crect width='22' height='22' transform='translate(1304 1084)' fill='%23e1e0d6'/%3E%3Cg transform='translate(1309.644 1091.001)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.826,7.85c.23,0,.5.084.729.083,1.073,0,1.984-.069,3.1-.077a7.441,7.441,0,0,0,.024-1.478c-.068-.469-.108-.945-.177-1.4s-.179-.9-.282-1.315a3.48,3.48,0,0,0-.209-.6,3.771,3.771,0,0,0-.306-.5C9.6,2.4,9.492,2.24,9.37,2.087a4.255,4.255,0,0,0-.378-.436c-.138-.131-.295-.254-.45-.377s-.317-.228-.483-.34A4.538,4.538,0,0,0,7.544.617,8.75,8.75,0,0,0,6.667.247a3.191,3.191,0,0,0-.33-.089A6.407,6.407,0,0,0,5.63.026,5.48,5.48,0,0,0,4.825,0,3.225,3.225,0,0,0,3.482.329a2.343,2.343,0,0,0-.273.14,4.517,4.517,0,0,0-.474.355C2.658.887,2.578.94,2.5,1s-.144.13-.217.192a8.652,8.652,0,0,0-.627.606c-.1.1-.19.216-.282.332a5.046,5.046,0,0,0-.4.613,2.249,2.249,0,0,0-.137.266,12.009,12.009,0,0,0-.5,1.507C.228,4.953.148,5.4.08,5.854c-.017.112-.015.225-.024.34-.018.24-.048.475-.048.709A6.428,6.428,0,0,0,.04,8c2.083-.056,4.587-.147,6.786-.147' transform='translate(-0.001 0.001)' fill='%2300385a'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-form select {
  background: white url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance:none !important;
  -webkit-appearance: none !important; 
  appearance: none !important;
  padding-right: 0.8rem !important;
}

@media (max-width: 1024px) {
  .c-form select {
    padding-right: 1.8rem !important;
  }
}

.c-form .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}


.c-form .multi-container li:last-child .hs-form-checkbox-display {
  margin-bottom: 0;
}

.c-form .hs-form-checkbox-display span {
  margin-left: 10px;
}

.c-form .hs-error-msgs {
  background-color: #00385A;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  margin-right: 8px;
}

.c-form .actions {
  text-align: right; 
}

.c-form fieldset.form-columns-2 div:first-child {
  width:48%;
  margin-right: 24px;
}

.c-form input[type="submit"] {
  background-color: #00385A;
  border: 1px solid #00385A;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Arial', 'Roboto', 'sans-serif';
  line-height: 1.4;
  -webkit-appearance: none;
   color: white;
   padding: 12px 25px;
}

.c-form input[type="submit"]:hover {
  background-color: #E35205;
  border: 1px solid #E35205;
}

.c-form .hs-fieldtype-checkbox > label span {
  display: none;
}

/* phone with country */
.c-form .hs_phone .hs-fieldtype-intl-phone {
  width: 100%!important;
}

.c-form .hs-fieldtype-intl-phone.hs-input select {
  width: 38%!important;
  padding: 18px 15px 17px 15px;
}

.c-form .hs-fieldtype-intl-phone.hs-input input {
  width: 60%!important;
}

@media (max-width: 768px) {
  .form-columns-1 .hs-form-field,
  .form-columns-2 .hs-form-field,
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .form-columns-1 .input,
  .form-columns-2 .input {
    margin-right: 0 !important;
  }

  .c-form .hs-error-msgs {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
/*   [lang=nl] .c-form .hs_wholesaler_of_choice input, */
  [lang=de] .c-form .hs_wholesaler_of_choice input {
    width: 100%!important;
  }
}

@media (min-width: 768px) {
  .c-form fieldset.form-columns-2 {
    display: flex;
  }

/*   [lang=nl] .c-form .hs_wholesaler_of_choice input, */
  [lang=de] .c-form .hs_wholesaler_of_choice input {
    width: 50%;
  }

/*   [lang=nl] .c-form .hs-submit, */
  [lang=de] .c-form .hs-submit {
    margin-top: -80px;
  }
}


/* [lang=nl] .hs_wholesaler_of_choice .hs-error-msgs, */
[lang=de] .hs_wholesaler_of_choice .hs-error-msgs {
  max-width: 100%;
}
/* 
@media (min-width: 768px) and (max-width: 1117px) {
[lang=nl] .hs_wholesaler_of_choice .hs-error-msgs {
max-width: calc(95% - 28px);
}
}

@media (min-width: 1118px) {
.[lang=nl] hs_wholesaler_of_choice .hs-error-msgs {
max-width: calc(95% - 27px);
}
}
*/


.hs-form-booleancheckbox input {
    border: 1px solid #00385A;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: -6px;
}