@font-face {
  font-family: "TitleFont";
  font-weight: 700;
  font-style: normal;
  src: url("../assets/fonts/PTSansProXCondXBd.OTF") format("opentype");
}
@font-face {
  font-family: "BodyFont";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/PTSansProRegular.OTF") format("opentype");
}
@font-face {
  font-family: "BodyFont";
  font-weight: 700;
  font-style: normal;
  src: url("../assets/fonts/PTSansProBold.OTF") format("opentype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.text-Donker,
.text-Donker * {
  color: #2cb5b5 !important;
}

.text-Licht,
.text-Licht * {
  color: #7cc8c9;
}

.text-Zwart,
.text-Zwart * {
  color: #000000;
}

.text-Wit,
.text-Wit * {
  color: #FFFFFF;
}

.noscroll, .overflow-hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  max-width: 100%;
}

.subtitle {
  font-family: "TitleFont";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.7px;
}

body {
  font-family: "BodyFont";
  font-weight: 400;
  line-height: 130%;
  font-size: 20px;
  max-width: 100%;
  background: #FFFFFF;
  color: #7cc8c9;
  overflow-x: hidden !important;
}

h1, .h1 {
  font-style: normal;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-family: "TitleFont";
  text-transform: uppercase;
  color: #2cb5b5;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 3.5px;
  }
}

h2, .h2 {
  font-style: normal;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "TitleFont";
  text-align: center;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 2px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-family: "TitleFont";
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 1.3px;
}

h4, .h4 {
  font-weight: 400;
  font-family: "TitleFont";
  font-size: 22px;
  line-height: 100%;
}

div.section-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media (min-width: 650px) {
  div.section-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  div.section-inner {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  div.section-inner {
    padding: 60px 30px;
  }
}

h1, h2 {
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.custom-text p + p {
  margin-top: 15px;
}
.custom-text b, .custom-text strong {
  font-family: "BodyFont";
  font-weight: 700;
}
.custom-text ul,
.custom-text ol {
  padding-left: 19px;
  margin: 15px 0;
}
.custom-text ul li,
.custom-text ol li {
  padding: 7px 0;
}
.custom-text ul {
  list-style: disc;
}
.custom-text ol {
  list-style: decimal;
}

.inverted_color {
  color: #FFFFFF;
}

.divLink {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.f-link-container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.f-link-container.center {
  justify-content: center;
}
@media (max-width: 768px) {
  .f-link-container {
    justify-content: center;
  }
}

a.custom-btn,
button.custom-btn {
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "TitleFont";
  letter-spacing: 1px;
}
a.custom-btn.custom-btn,
button.custom-btn.custom-btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #7cc8c9;
  color: #FFFFFF;
  background-color: #7cc8c9;
}
a.custom-btn.custom-btn:hover,
button.custom-btn.custom-btn:hover {
  background-color: #2cb5b5;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  a.custom-btn,
  button.custom-btn {
    font-size: 14px;
    text-align: center;
  }
  a.custom-btn.custom-btn,
  button.custom-btn.custom-btn {
    text-align: center;
  }
}

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row .img-col {
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 768px) {
  .row .img-col {
    margin-bottom: 30px;
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    row-gap: 15px;
  }
  .row.mobile-row {
    flex-direction: row;
  }
}

.f-text-column p {
  margin-bottom: 15px;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.flex-center {
  align-items: center;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-m {
  margin-top: 30px !important;
}

.mb-m {
  margin-bottom: 30px !important;
}

.mt-s {
  margin-top: 15px !important;
}

.mb-s {
  margin-bottom: 15px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mt-xl {
  margin-top: 145px !important;
}

.mb-xl {
  margin-bottom: 145px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p-small {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-xs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-desktop.mobile-row {
    display: flex !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .pt-l {
    padding-top: 30px !important;
  }
  .pb-l {
    padding-bottom: 30px !important;
  }
  .mt-xl {
    margin-top: 60px !important;
  }
  .mb-xl {
    margin-bottom: 60px !important;
  }
  .mt-m {
    margin-top: 15px !important;
  }
  .mb-m {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .col-md-6 {
    width: 100%;
  }
}
footer {
  background-color: #7cc8c9;
}
footer .section-inner {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .row {
  align-items: center;
}
footer .row a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .row a:hover {
  text-decoration: underline;
}
footer .row .footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .row .footer-links a {
  position: relative;
}
footer .row .footer-links a:not(:first-child)::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
footer .row .footer-links a i {
  margin-right: 3px;
}
@media (max-width: 768px) {
  footer .row .footer-links {
    flex-direction: column;
    gap: 10px;
  }
  footer .row .footer-links a:not(:first-child)::before {
    content: "";
    display: none;
  }
}
footer .logo {
  max-width: 200px;
  width: 100%;
}
footer .wpml-footer {
  display: table;
}
footer .wpml-footer .wpml-ls {
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
footer .wpml-footer .wpml-ls a:hover {
  text-decoration: none;
}

header {
  background-color: #000000;
}

.wpml-float {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #2cb5b5;
  border-bottom-right-radius: 10px;
  z-index: 999;
}
.wpml-float .wpml-ls {
  margin-bottom: 0 !important;
}
.wpml-float ul {
  display: flex;
}
.wpml-float ul span.wpml-ls-native {
  display: none;
}
.wpml-float ul li a {
  padding: 5px;
  line-height: 0;
}

.f-text-img .row[data-layout=left] {
  flex-direction: row-reverse;
}
.f-text-img .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 768px) {
  .f-text-img .bg-img {
    min-height: 300px;
  }
}
.f-text-img .image {
  max-height: 500px;
  margin: auto;
  display: table;
}
@media (max-width: 768px) {
  .f-text-img .image {
    max-height: 250px;
    margin-bottom: 30px;
  }
}
.f-text-img .pdf-wrapper {
  width: 100%;
  height: 80vh;
  border-radius: 12px;
  overflow: hidden;
}
.f-text-img .pdf-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.f-text-img .text-col .text-inner {
  padding: 60px 45px;
  border-radius: 20px;
}
.f-text-img .text-col .text-inner .custom-text ul,
.f-text-img .text-col .text-inner .custom-text ol {
  margin-bottom: 0;
}
.f-text-img .text-col .text-inner .custom-text ul li,
.f-text-img .text-col .text-inner .custom-text ol li {
  padding: 0 0;
}
.f-text-img .usp-container {
  margin-top: 30px;
}
.f-text-img .usp-container .usp {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 18px;
}
.f-text-img .usp-container .usp .label {
  font-weight: 700;
  flex: 1 1 50%;
}
.f-text-img .usp-container .usp .text {
  text-align: right;
}
.f-text-img.white h2,
.f-text-img.white .subtitle {
  color: #FFFFFF;
}
.f-text-img.white .custom-text,
.f-text-img.white .custom-text * {
  color: #FFFFFF;
}

img {
  max-width: 100%;
}

.f-hero-inner {
  text-align: center;
}
.f-hero-inner .logo {
  width: 200px;
  height: auto;
}
.f-hero-inner h1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .f-hero-inner {
    padding-top: 15px !important;
  }
}

.section.white {
  position: relative;
}
.section.white::after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.white .section-inner {
  position: relative;
  z-index: 1;
}

.f-iframe {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.8);
}
.f-iframe .section-inner {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .f-iframe .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.f-iframe .row {
  align-items: center;
}
.f-iframe .row .image {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .f-iframe .row .image {
    display: none;
  }
}
@media (max-width: 360px) {
  .f-iframe .row .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.iframe iframe {
  margin: 20px auto;
  width: 360px;
  height: auto;
  max-width: 420px;
  max-height: 750px;
  aspect-ratio: 9/16;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .iframe iframe {
    max-width: unset;
    max-height: unset;
  }
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_label {
  font-family: "TitleFont";
  font-weight: 400;
  color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield input,
.sf-form-inner .gform_wrapper.gravity-theme .gfield select,
.sf-form-inner .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background-color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error {
  border: none;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error h2 {
  font-size: 20px;
  line-height: 24px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background-color: unset;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_confirmation_message {
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
