@charset "UTF-8";
/* Google Fonts worden via wp_enqueue_style geladen (functions/assets.php).
   Een @import hier blokkeert de render: de browser moet eerst deze CSS
   ophalen voordat de fontrequest uberhaupt start. Bij een gulp-rebuild
   moet deze @import ook uit assets/sass/ verdwijnen. */
footer {
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 400px;
  background: #E6D2B4;
  background: -webkit-linear-gradient(0deg, #e6d2b4 0%, rgba(230, 210, 180, 0) 100%);
  background: -moz-linear-gradient(0deg, #e6d2b4 0%, rgba(230, 210, 180, 0) 100%);
  background: linear-gradient(0deg, #e6d2b4 0%, rgba(230, 210, 180, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E6D2B4", endColorstr="#E6D2B4", GradientType=0 ); }
  @media only screen and (max-width: 1024px) {
    footer {
      padding-bottom: 70px; } }
  @media only screen and (max-width: 800px) {
    footer {
      padding-bottom: 150px; } }
  footer:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -300px;
    width: 100vw;
    left: 0;
    content: url("data:image/svg+xml,%0A%3Csvg width='827.521831px' height='604px' viewBox='0 0 827.521831 604' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.400000006'%3E%3Cg id='FOOTER' transform='translate(-306.0461, -145)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(306.0461, 145)'%3E%3Cpolygon id='Arrow-down' transform='translate(413.7609, 302) scale(1, -1) translate(-413.7609, -302)' points='413.729315 604 2.42864544e-14 187.411293 2.42864544e-14 0.0565661805 413.729315 416.645273 827.521831 -1.34914534e-13 827.521831 187.354727'%3E%3C/polygon%3E%3Cpolygon id='Hero-movie-Copy' transform='translate(414.9539, 406) scale(1, -1) translate(-414.9539, -406)' points='414.95393 236 754.95393 236 414.95393 576 74.9539295 236'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  footer .container {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    align-items: center; }
    @media only screen and (max-width: 800px) {
      footer .container {
        flex-direction: column;
        gap: 30px; } }
    footer .container .column {
      width: 100%; }
      @media only screen and (max-width: 800px) {
        footer .container .column {
          justify-content: center;
          align-items: center;
          display: flex; } }
    footer .container .column-info {
      text-align: center;
      font-size: 17px;
      min-width: 270px; }
    footer .container .column-logo {
      display: flex;
      justify-content: center;
      align-items: center; }
    footer .container .social-link {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px;
      font-size: 17px;
      cursor: pointer;
      text-decoration: none; }
      footer .container .social-link:hover .orange-diamond:hover {
        background: #e68a00 !important; }
        footer .container .social-link:hover .orange-diamond:hover svg {
          position: relative; }
      footer .container .social-link .orange-diamond {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background: #FF9900;
        transform: rotate(-45deg);
        transition: all 0.3s cubic-bezier(0.625, 0.05, 0, 1); }
        footer .container .social-link .orange-diamond svg {
          transition: transform 0.3s cubic-bezier(0.625, 0.05, 0, 1);
          transform: rotate(45deg); }
        footer .container .social-link .orange-diamond:hover {
          background: #e68a00; }
          footer .container .social-link .orange-diamond:hover svg {
            position: relative; }
    footer .container a {
      color: inherit !important; }
  footer .footer-bottom {
    margin-top: 50px;
    position: relative;
    z-index: 10;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    box-sizing: border-box;
    font-size: 12px; }
    @media only screen and (max-width: 800px) {
      footer .footer-bottom {
        max-width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
        gap: 20px; } }
    footer .footer-bottom a {
      font-size: 12px;
      color: inherit !important; }
    footer .footer-bottom .underline-link:before {
      bottom: -10px !important; }

.home header {
  height: 100px;
  position: absolute;
  left: 0;
  width: 100vw;
  top: 0;
  z-index: 20;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 30px; }
  @media only screen and (max-width: 550px) {
    .home header:before {
      background: #00192A;
      background: -webkit-linear-gradient(180deg, #00192a 0%, rgba(0, 25, 42, 0) 100%);
      background: -moz-linear-gradient(180deg, #00192a 0%, rgba(0, 25, 42, 0) 100%);
      background: linear-gradient(180deg, #00192a 0%, rgba(0, 25, 42, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00192A", endColorstr="#00192A", GradientType=0);
      width: 100vw;
      height: 160px;
      content: '';
      left: 0;
      top: 0;
      position: absolute; } }
  .home header .menu {
    display: flex;
    flex-direction: row;
    gap: 40px;
    min-width: 250px; }
    .home header .menu.menu-left {
      justify-content: flex-end; }
    @media only screen and (max-width: 1024px) {
      .home header .menu {
        display: none; } }
    .home header .menu a {
      transition: all 300ms;
      color: white;
      text-decoration: none;
      font-weight: 600;
      display: flex;
      align-items: end;
      padding-bottom: 10px; }
      @media only screen and (min-width: 1100px) {
        .home header .menu a {
          position: relative;
          top: -5px; } }
      .home header .menu a:hover {
        color: #FF9900; }
  .home header .logo {
    width: 200px;
    margin: 0 40px; }
    @media only screen and (max-width: 1110px) {
      .home header .logo {
        width: 150px; } }
    .home header .logo svg {
      width: 100%;
      height: 100%; }

.page:not(.home) header {
  height: 100px;
  padding-top: 30px;
  margin-bottom: 70px;
  position: relative;
  left: 0;
  width: 100vw;
  top: 0;
  z-index: 10;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: white; }
  .page:not(.home) header:before {
    z-index: -1;
    position: absolute;
    top: 0;
    content: url("data:image/svg+xml,%0A%3Csvg width='680px' height='340px' viewBox='0 0 680 340' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Webdesign-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='TEKST-algemeen' transform='translate(-381, 0)' fill='%23F7F0E6'%3E%3Cpolygon id='Hero-movie' points='721 -1.02626241e-13 1061 1.2101124e-13 721 340 381 1.2101124e-13'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    @media only screen and (max-width: 800px) {
      .page:not(.home) header:before {
        top: -150px; } }
  .page:not(.home) header .menu {
    display: flex;
    flex-direction: row;
    gap: 40px;
    min-width: 250px; }
    .page:not(.home) header .menu.menu-left {
      justify-content: flex-end; }
    @media only screen and (max-width: 1024px) {
      .page:not(.home) header .menu {
        display: none; } }
    .page:not(.home) header .menu a {
      transition: all 300ms;
      color: #5F5D60;
      text-decoration: none;
      font-weight: 600;
      display: flex;
      align-items: end;
      padding-bottom: 10px; }
      @media only screen and (min-width: 1100px) {
        .page:not(.home) header .menu a {
          position: relative;
          top: -5px; } }
      .page:not(.home) header .menu a:hover {
        color: #FF9900; }
  .page:not(.home) header .logo {
    width: 200px;
    margin: 0 40px; }
    @media only screen and (max-width: 1110px) {
      .page:not(.home) header .logo {
        width: 150px; } }
    .page:not(.home) header .logo svg {
      width: 100%;
      height: 100%; }

.sticky-menu-button {
  -webkit-tap-highlight-color: transparent;
  left: calc(50% - 35px);
  position: fixed;
  bottom: 20px;
  z-index: 110;
  background: #FF9900;
  width: 70px;
  height: 70px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  color: white;
  display: none;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .sticky-menu-button {
      display: flex; } }

.overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms; }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.mobile-menu {
  width: 100vw;
  background: white;
  position: fixed;
  height: 50dvh;
  bottom: -100vh;
  display: flex;
  flex-direction: column;
  z-index: 100;
  transition: all 0.7s cubic-bezier(0.65, 0.05, 0, 1); }
  .mobile-menu .symbol {
    display: flex;
    justify-content: center;
    margin-top: -100px;
    margin-bottom: 40px; }
  .mobile-menu:before {
    background: white;
    content: '';
    position: absolute;
    bottom: calc(50dvh - 0px);
    left: 0;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    height: 300px;
    bottom: calc(50vh - 180px); }
  .mobile-menu.is-active {
    bottom: -1px; }
    .mobile-menu.is-active .container {
      opacity: 1; }
  .mobile-menu .container {
    border-top: 10px solid white;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0, 1);
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    flex-direction: column; }
  .mobile-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px; }
    .mobile-menu .menu a {
      color: #5F5D60;
      font-size: 24px; }
    .mobile-menu .menu.menu-right {
      margin-top: 15px; }

.hamburger {
  -webkit-tap-highlight-color: transparent;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white; }

.hamburger-box {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

header a.is-active {
  color: #FF9900 !important; }

.sticky-header {
  height: 100px;
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 40;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 30px;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateY(-100%);
  opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .sticky-header {
      display: none; } }
  .sticky-header.is-visible {
    transform: translateY(0);
    opacity: 1; }
  .sticky-header:before {
    background: #00192A;
    background: -webkit-linear-gradient(180deg, rgba(0, 25, 42, 0.8) 0%, rgba(0, 25, 42, 0) 80%);
    background: -moz-linear-gradient(180deg, rgba(0, 25, 42, 0.8) 0%, rgba(0, 25, 42, 0) 80%);
    background: linear-gradient(180deg, rgba(0, 25, 42, 0.8) 0%, rgba(0, 25, 42, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00192A", endColorstr="#00192A", GradientType=0);
    width: 100vw;
    height: 160px;
    content: '';
    left: 0;
    top: 0;
    position: absolute; }
  .sticky-header .menu {
    display: flex;
    flex-direction: row;
    gap: 40px;
    min-width: 250px; }
    .sticky-header .menu.menu-left {
      justify-content: flex-end; }
    @media only screen and (max-width: 1024px) {
      .sticky-header .menu {
        display: none; } }
    .sticky-header .menu a {
      transition: all 300ms;
      color: white;
      text-decoration: none;
      font-weight: 600;
      display: flex;
      align-items: end;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      .sticky-header .menu a:hover {
        color: #FF9900; }
  .sticky-header .logo {
    width: 150px;
    margin: 0 40px; }
    @media only screen and (max-width: 1110px) {
      .sticky-header .logo {
        width: 150px; } }
    .sticky-header .logo svg {
      width: 100%;
      height: 100%; }

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Saira', sans-serif;
  overflow-x: hidden; }

body {
  opacity: 0;
  color: #322920;
  display: grid;
  grid-template-rows: 1fr auto;
  /* main neemt 1fr, footer auto */
  min-height: 100vh; }

p {
  line-height: 28px;
  font-size: 18px; }

::selection {
  /* Code for Chrome */
  color: white;
  background: #FF9900; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #FF9900; }

a {
  -webkit-tap-highlight-color: transparent !important; }

.split-line {
  overflow: hidden;
  will-change: transform;
  display: block; }

[data-split-words] .single-word {
  overflow: hidden;
  padding: 0.11em;
  margin: -0.11em -0.11em -0.22em -0.11em;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    [data-split-words] .single-word {
      margin: -0.22em -0.11em -0.22em -0.11em; } }

[data-split-words] {
  padding-bottom: 0.11em;
  will-change: transform; }

[data-split-words] .single-word-inner {
  position: relative;
  will-change: transform; }

.container {
  max-width: 1500px;
  display: flex;
  align-self: center;
  margin: 0 90px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin: 0 20px; } }

.block:not(.block-hero) {
  z-index: 20; }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }

.underline-link {
  color: #FF9900;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira', sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #5F5D60; }

h1 {
  font-size: 44px;
  line-height: 58px; }

h2 {
  font-size: 34px;
  line-height: 44px; }

h3 {
  font-size: 26px;
  line-height: 34px; }

h4 {
  font-size: 22px;
  line-height: 28px; }

h5 {
  font-size: 19px;
  line-height: 26px; }

h6 {
  font-size: 17px;
  line-height: 24px; }

ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  ul ul {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 30px; }
    ul ul li:before {
      content: url("data:image/svg+xml,%0A%3Csvg width='11.3137085px' height='11.3137085px' viewBox='0 0 11.3137085 11.3137085' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Webdesign-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='TEKST-algemeen' transform='translate(-296.3431, -905.3431)' fill='%23AFAEB0'%3E%3Cg id='Group-Copy-13' transform='translate(296.3431, 896)'%3E%3Crect id='Bullet' transform='translate(5.6569, 15) rotate(45) translate(-5.6569, -15)' x='1.65685425' y='11' width='8' height='8'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      position: relative;
      top: 0px;
      margin-right: 10px; }
  ul li:before {
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: url("data:image/svg+xml,%0A%3Csvg width='17.0341229px' height='17.0341229px' viewBox='0 0 17.0341229 17.0341229' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Webdesign-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='TEKST-algemeen' transform='translate(-261.4829, -864.5391)' fill='%23AB6704'%3E%3Cg id='Group-4' transform='translate(261.4829, 858.0524)'%3E%3Cpolygon id='Rectangle-Copy' transform='translate(8.5171, 15.0037) rotate(45) translate(-8.5171, -15.0037)' points='2.49458954 8.98127341 14.5170615 9.00374532 14.5395334 21.0262172 2.51706145 21.0037453'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.gfield_label {
  font-weight: 400 !important; }

input[type="text"], input[type="email"], textarea {
  border-radius: 8px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  min-height: 50px !important;
  border: 1px solid #B3BABF !important;
  outline: none !important; }
  input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #FF9900 !important; }

input[type="checkbox"] {
  outline: none !important; }

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #FF9900 !important; }

.gform_button {
  border-radius: 0 !important; }

.button:not(.gform_button) {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  background: #FF9900;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  overflow: visible;
  transition: all 300ms ease;
  gap: 10px; }
  .button:not(.gform_button)::before, .button:not(.gform_button)::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 28px;
    height: 28px;
    background: #FF9900;
    transform: translateX(-50%) rotate(45deg);
    transition: background 300ms ease; }
  .button:not(.gform_button)::before {
    left: 0; }
  .button:not(.gform_button)::after {
    right: 0;
    transform: translateX(50%) rotate(45deg); }
  .button:not(.gform_button)__arrow {
    margin-left: 8px;
    flex-shrink: 0; }
  .button:not(.gform_button):hover {
    background: #e68a00; }
    .button:not(.gform_button):hover::before, .button:not(.gform_button):hover::after {
      background: #e68a00; }

.block-content-variable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .block-content-variable .container {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    @media only screen and (max-width: 800px) {
      .block-content-variable .container {
        gap: 20px; } }
    .block-content-variable .container .type-content {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      max-width: 730px; }
    .block-content-variable .container .type-content-visual {
      display: flex;
      flex-direction: row;
      gap: 50px;
      align-items: center; }
      @media only screen and (max-width: 800px) {
        .block-content-variable .container .type-content-visual {
          flex-direction: column;
          gap: 50px; } }
      .block-content-variable .container .type-content-visual.is-mirrored {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 800px) {
          .block-content-variable .container .type-content-visual.is-mirrored {
            flex-direction: column-reverse; } }
      .block-content-variable .container .type-content-visual .column.column-visual img {
        aspect-ratio: 4/ 3;
        width: 100%;
        min-width: 445px;
        max-width: 445px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 1110px) {
          .block-content-variable .container .type-content-visual .column.column-visual img {
            min-width: 300px;
            max-width: 300px; } }
        @media only screen and (max-width: 800px) {
          .block-content-variable .container .type-content-visual .column.column-visual img {
            min-width: 100%;
            max-width: 100%; } }
    .block-content-variable .container .type-timeline {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .block-content-variable .container .type-timeline h3 {
        color: #AB6704;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .block-content-variable .container .type-timeline .timeline-item {
        max-width: 730px; }
        .block-content-variable .container .type-timeline .timeline-item.is-first-item .year-wrapper:before {
          display: none; }
        .block-content-variable .container .type-timeline .timeline-item .year-wrapper {
          flex-direction: column;
          align-items: center;
          text-align: center;
          display: flex;
          justify-content: center;
          position: relative;
          padding-top: 40px; }
          .block-content-variable .container .type-timeline .timeline-item .year-wrapper:before {
            content: url("data:image/svg+xml,%0A%3Csvg width='3px' height='42px' viewBox='0 0 3 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='4.16333634e-14%25' x2='50%25' y2='99.770542%25' id='linearGradient-6poiba-v53-1'%3E%3Cstop stop-color='%23FFFFFF' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23AB6704' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Webdesign-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='OVER-ONS' transform='translate(-719, -1547)' fill='url(%23linearGradient-6poiba-v53-1)'%3E%3Crect id='Timeline-divider-Copy' x='719' y='1547' width='3' height='42'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            position: absolute;
            top: 0; }
          .block-content-variable .container .type-timeline .timeline-item .year-wrapper:after {
            position: absolute;
            top: 120px;
            content: url("data:image/svg+xml,%0A%3Csvg width='51.2195122px' height='42px' viewBox='0 0 51.2195122 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Webdesign-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='OVER-ONS' transform='translate(-694.5, -1113)' fill='%23CFCFD0'%3E%3Cg id='Entry' transform='translate(354.5, 1039)'%3E%3Cpolygon id='Arrow-down-Copy-2' points='365.6078 116 340 90.2152176 340 74.0035012 365.6078 99.7882836 391.219512 74 391.219512 90.2117164'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .block-content-variable .container .type-timeline .timeline-item .year-wrapper p {
            padding-top: 30px; }
        .block-content-variable .container .type-timeline .timeline-item .year-element {
          width: 90px;
          height: 90px;
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          background: #AB6704;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 19px;
          line-height: 26px;
          color: white;
          font-weight: 600;
          position: relative; }

.vimeo-player {
  margin-top: 30px;
  width: calc(100% + 20px);
  pointer-events: auto;
  color: #efeeec;
  isolation: isolate;
  background-color: #131313;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateX(0); }
  @media only screen and (max-width: 1024px) {
    .vimeo-player {
      width: 100% !important; } }

/* Cover */
.vimeo-player[data-vimeo-update-size="cover"] {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%; }

.vimeo-player__iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute; }

.vimeo-player__before {
  padding-top: 62.5%; }

/* Placeholder */
.vimeo-player__placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  display: block;
  position: absolute; }

.vimeo-player[data-vimeo-activated="true"][data-vimeo-loaded="true"] .vimeo-player__placeholder {
  opacity: 0; }

/* Dark (Overlay) */
.vimeo-player__dark {
  opacity: .5;
  pointer-events: none;
  background-color: #131313;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  position: absolute; }

.vimeo-player[data-vimeo-playing="false"] .vimeo-player__dark {
  opacity: 0.33; }

.vimeo-player[data-vimeo-activated="false"][data-vimeo-playing="false"] .vimeo-player__dark {
  opacity: 0; }

.vimeo-player[data-vimeo-activated="true"][data-vimeo-loaded="true"] .vimeo-player__dark {
  opacity: 0; }

@media (hover: hover) and (pointer: fine) {
  .vimeo-player[data-vimeo-hover="true"]:hover .vimeo-player__dark {
    opacity: 0.33 !important; } }

/* Play/Pause */
.vimeo-player__play, .vimeo-player__pause {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute; }

.vimeo-player__btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  background-color: #64646433;
  border-radius: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  transition: opacity .3s linear;
  display: flex;
  position: relative; }

.vimeo-player__btn-play-svg {
  width: 40%; }

.vimeo-player__btn-pause-svg {
  width: 50%; }

/* Pause */
.vimeo-player .vimeo-player__pause {
  display: none; }

.vimeo-player[data-vimeo-playing="true"] .vimeo-player__pause {
  display: flex; }

.vimeo-player .vimeo-player__pause .vimeo-player__btn {
  opacity: 0; }

.vimeo-player[data-vimeo-activated="true"][data-vimeo-playing="false"] .vimeo-player__pause .vimeo-player__btn,
.vimeo-player[data-vimeo-activated="true"][data-vimeo-hover="true"]:hover .vimeo-player__pause .vimeo-player__btn {
  opacity: 1; }

@media (hover: none) and (pointer: coarse) {
  .vimeo-player[data-vimeo-activated="true"][data-vimeo-playing="true"] .vimeo-player__pause .vimeo-player__btn {
    opacity: 0 !important; } }

/* Play */
.vimeo-player[data-vimeo-playing="true"] .vimeo-player__play {
  opacity: 0; }

/* Loading */
.vimeo-player__loading-svg {
  width: 100px;
  height: 100px; }

.vimeo-player__loading-svg {
  transform-origin: 0% 0%; }

.vimeo-player__loading {
  pointer-events: none;
  color: #AB6704;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  display: flex;
  position: absolute;
  opacity: 0; }

.vimeo-player[data-vimeo-playing="true"] .vimeo-player__loading {
  opacity: 1; }

.vimeo-player[data-vimeo-playing="true"][data-vimeo-loaded="true"] .vimeo-player__loading {
  opacity: 0; }

/* Interface */
.vimeo-player .vimeo-player__interface {
  opacity: 0; }

.vimeo-player[data-vimeo-activated="false"][data-vimeo-playing="false"] .vimeo-player__interface {
  opacity: 1; }

.vimeo-player .vimeo-player__interface * {
  pointer-events: all;
  /* Make children of div clickable by user */ }

.vimeo-player[data-vimeo-activated="true"][data-vimeo-playing="false"] .vimeo-player__interface,
.vimeo-player[data-vimeo-activated="true"][data-vimeo-hover="true"]:hover .vimeo-player__interface {
  opacity: 1; }

@media (hover: none) and (pointer: coarse) {
  .vimeo-player[data-vimeo-activated="true"][data-vimeo-playing="true"] .vimeo-player__interface {
    opacity: 0 !important; } }

/* Interface - Variables */
.vimeo-player {
  --timeline-rounded-corners: 0;
  --timeline-dot-height: 16px;
  --timeline-dot-color: #AB6704;
  --progress-bg: rgba(239, 238, 236, 0.2);
  --progress-fill-bg: #AB6704;
  --progress-height: 0.2em; }

.vimeo-player__interface {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2em;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: linear;
  display: flex;
  position: absolute;
  box-sizing: border-box; }

.vimeo-player__interface-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

/* Interface - Timeline */
.vimeo-player__timeline {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  display: flex;
  position: relative; }

.vimeo-player__timeline-input {
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

.vimeo-player__timeline-progress {
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  height: var(--progress-height);
  border-radius: var(--timeline-rounded-corners);
  color: var(--progress-fill-bg);
  background-color: #0000;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  overflow: hidden; }

.vimeo-player progress::-webkit-progress-bar {
  border-radius: var(--timeline-rounded-corners);
  background-color: var(--progress-bg);
  box-shadow: 0; }

.vimeo-player progress::-webkit-progress-value {
  background: var(--progress-fill-bg); }

.vimeo-player progress::-moz-progress-bar {
  border-radius: var(--timeline-rounded-corners);
  background: var(--progress-fill-bg);
  box-shadow: 0; }

.vimeo-player progress::-ms-fill {
  border-radius: var(--timeline-rounded-corners); }

/* Interface - Range */
.vimeo-player [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; }

.vimeo-player [type="range"]:focus {
  outline: none; }

.vimeo-player [type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  color: transparent; }

.vimeo-player [type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--progress-height);
  cursor: pointer;
  background-color: var(--progress-bg);
  border-radius: var(--timeline-rounded-corners);
  background-color: transparent;
  border-color: transparent;
  color: transparent; }

.vimeo-player [type="range"]::-webkit-slider-thumb {
  box-shadow: 0;
  position: relative;
  left: -2px;
  height: var(--timeline-dot-height);
  width: var(--timeline-dot-height);
  border-radius: var(--timeline-rounded-corners);
  background-color: var(--timeline-dot-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: calc((var(--progress-height) / 2) - (var(--timeline-dot-height) / 2));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

.vimeo-player [type="range"]::-webkit-slider-runnable-track,
.vimeo-player [type="range"]:focus::-webkit-slider-runnable-track {
  background-color: transparent;
  border-color: transparent;
  color: transparent; }

.vimeo-player [type="range"]::-moz-range-track {
  width: 100%;
  height: var(--progress-height);
  cursor: pointer;
  background: var(--progress-bg);
  border-radius: 0;
  border: 0;
  border-radius: var(--timeline-rounded-corners);
  overflow: hidden;
  opacity: 1 !important; }

.vimeo-player [type="range"]::-moz-range-thumb {
  box-shadow: 0;
  border: 0;
  height: var(--timeline-dot-height);
  width: var(--timeline-dot-height);
  border-radius: var(--timeline-rounded-corners);
  background: var(--timeline-dot-color);
  cursor: pointer;
  box-shadow: 0; }

/* Interface - Mute */
.vimeo-player__mute {
  cursor: pointer;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative; }

.vimeo-player__volume-up-svg, .vimeo-player__volume-mute-svg {
  width: 100%;
  position: absolute; }

.vimeo-player .vimeo-player__mute svg:nth-child(2),
.vimeo-player[data-vimeo-muted="true"] .vimeo-player__mute svg:nth-child(1) {
  display: none; }

.vimeo-player .vimeo-player__mute svg:nth-child(1),
.vimeo-player[data-vimeo-muted="true"] .vimeo-player__mute svg:nth-child(2) {
  display: block; }

/* Interface - Fullscreen */
.vimeo-player__fullscreen {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  cursor: pointer; }

.vimeo-player__fullscreen-scale-svg, .vimeo-player__fullscreen-shrink-svg {
  width: 100%;
  position: absolute; }

.vimeo-player .vimeo-player__fullscreen svg:nth-child(2),
.vimeo-player[data-vimeo-fullscreen="true"] .vimeo-player__fullscreen svg:nth-child(1) {
  display: none; }

.vimeo-player .vimeo-player__fullscreen svg:nth-child(1),
.vimeo-player[data-vimeo-fullscreen="true"] .vimeo-player__fullscreen svg:nth-child(2) {
  display: block; }

/* Interface - Duration */
.vimeo-player__duration {
  flex-shrink: 0;
  width: 2.25em; }

.vimeo-player__duration-span {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  display: block; }

.block-content {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-content.block--smaller .container {
    width: 100%;
    max-width: 720px; }
  .block-content .container {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    width: 100%; }
    .block-content .container p {
      padding: 0;
      margin: 0; }
    .block-content .container h1, .block-content .container h2, .block-content .container h3, .block-content .container h4, .block-content .container h5, .block-content .container h6 {
      margin-top: 40px;
      margin-bottom: 10px; }

.block-customers {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .block-customers .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1310px;
    padding: 0 100px;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .block-customers .container {
        padding: 0 20px !important; } }
    .block-customers .container h2 {
      font-size: 34px;
      line-height: 44px;
      text-align: center; }
  .block-customers .logo-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 70px;
    align-items: center;
    justify-items: center;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .block-customers .logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px; } }
    @media only screen and (max-width: 768px) {
      .block-customers .logo-grid {
        margin-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px; } }
  .block-customers .logo-grid img {
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
    transition: all 300ms;
    filter: grayscale(100%); }
    @media only screen and (max-width: 768px) {
      .block-customers .logo-grid img {
        max-width: 110px; } }
  .block-customers .logo-grid img:hover {
    filter: grayscale(0%); }

.block-form {
  display: flex;
  justify-content: center; }
  .block-form .container {
    max-width: 540px;
    display: flex;
    flex-direction: column; }
    .block-form .container .form-content h2 {
      font-size: 34px; }

/* Basis styling */
.gf-custom-submit {
  outline: none !important;
  margin-top: 10px !important;
  background: #FF9900 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 30px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  position: relative !important;
  display: inline-block !important;
  transition: background 0.2s !important; }
  .gf-custom-submit:focus {
    outline: none !important; }

.gf-custom-submit:hover .arrow {
  position: relative;
  left: 5px; }

.gf-custom-submit .arrow {
  left: 0;
  position: relative;
  transition: all 300ms;
  margin-left: 10px; }
  .gf-custom-submit .arrow:after {
    content: url("data:image/svg+xml,%0A%3Csvg width='9px' height='10.9756098px' viewBox='0 0 9 10.9756098' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ButtonLarge/Inactive' transform='translate(-141.9878, -14.0122)' fill='%23FFFFFF'%3E%3Cpolygon id='Path' transform='translate(146.4878, 19.5) rotate(-90) translate(-146.4878, -19.5)' points='146.487386 24 141 18.4746895 141 15.0007503 146.487386 20.5260608 151.97561 15 151.97561 18.4739392'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* Diamond‐vorm links/rechts */
.gf-custom-submit:before,
.gf-custom-submit:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  transition: border-color 0.2s !important; }

.gf-custom-submit:before {
  left: -15px !important;
  border-right: 15px solid #FF9900 !important; }

.gf-custom-submit:after {
  right: -15px !important;
  border-left: 15px solid #FF9900 !important; }

/* SVG-icoon spacing */
.gf-custom-submit svg {
  position: relative !important;
  vertical-align: middle !important;
  margin-left: 0.5em !important; }

/* Hover = 5% donkerder (#E68A00) */
.gf-custom-submit:hover {
  background: #E68A00 !important; }

.gf-custom-submit:hover:before {
  border-right-color: #E68A00 !important; }

.gf-custom-submit:hover:after {
  border-left-color: #E68A00 !important; }

/* Verberg overal de GF-spinner */
.gform_ajax_spinner,
.gf-custom-submit .gform_ajax_spinner {
  display: none !important; }

.block-hero {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .block-hero ::-webkit-scrollbar {
    display: none; }
  .block-hero .video-triangle-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: absolute;
    width: 100vw; }
    @media only screen and (min-width: 801px) {
      .block-hero .video-triangle-wrapper {
        background: #FFFFFF; } }
    .block-hero .video-triangle-wrapper ::-webkit-scrollbar {
      display: none; }
    @media only screen and (max-width: 800px) {
      .block-hero .video-triangle-wrapper #desktop-mask {
        display: none !important; } }
    .block-hero .video-triangle-wrapper #mobile-mask {
      display: none; }
      @media only screen and (max-width: 800px) {
        .block-hero .video-triangle-wrapper #mobile-mask {
          display: block !important; } }
    .block-hero .video-triangle-wrapper svg {
      width: 100vw !important;
      position: relative;
      top: 700px; }
      @media only screen and (max-width: 1410px) {
        .block-hero .video-triangle-wrapper svg {
          top: 670px; } }
      @media only screen and (max-width: 1250px) {
        .block-hero .video-triangle-wrapper svg {
          top: 600px; } }
      @media only screen and (max-width: 1110px) {
        .block-hero .video-triangle-wrapper svg {
          top: 550px; } }
      @media only screen and (max-width: 1024px) {
        .block-hero .video-triangle-wrapper svg {
          top: 400px; } }
      @media only screen and (max-width: 900px) {
        .block-hero .video-triangle-wrapper svg {
          top: 400px; } }
  .block-hero .video-gradient {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    width: 100%;
    height: 300px; }
  .block-hero .hero-video {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
    .block-hero .hero-video ::-webkit-scrollbar {
      display: none; }
    @media only screen and (min-width: 801px) {
      .block-hero .hero-video {
        width: 84vw;
        left: 8vw;
        top: 650px;
        height: 900px; } }
    @media only screen and (min-width: 801px) and (max-width: 1410px) {
      .block-hero .hero-video {
        top: 620px; } }
    @media only screen and (min-width: 801px) and (max-width: 1250px) {
      .block-hero .hero-video {
        top: 550px; } }
    @media only screen and (min-width: 801px) and (max-width: 1110px) {
      .block-hero .hero-video {
        top: 500px; } }
    @media only screen and (min-width: 801px) and (max-width: 1024px) {
      .block-hero .hero-video {
        top: 350px; } }
    @media only screen and (max-width: 800px) {
      .block-hero .hero-video {
        top: 763px;
        height: 490px; } }
  .block-hero .hero-video--embed {
    border: 0;
    pointer-events: none; }
  .block-hero .hero-scroll-arrow {
    cursor: pointer; }
    .block-hero .hero-scroll-arrow:focus, .block-hero .hero-scroll-arrow:focus-visible {
      outline: none; }
  .block-hero .positioned {
    width: 100%;
    margin: 0 !important;
    position: absolute;
    top: 710px;
    max-width: 920px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none; }
    .block-hero .positioned a,
    .block-hero .positioned p,
    .block-hero .positioned h1,
    .block-hero .positioned h2,
    .block-hero .positioned h3,
    .block-hero .positioned ul,
    .block-hero .positioned li {
      pointer-events: auto; }
    @media only screen and (max-width: 1410px) {
      .block-hero .positioned {
        top: 680px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 1250px) {
      .block-hero .positioned {
        top: 610px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 1110px) {
      .block-hero .positioned {
        top: 560px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 1024px) {
      .block-hero .positioned {
        top: 400px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 550px) {
      .block-hero .positioned {
        top: 410px;
        padding: 0 20px;
        box-sizing: border-box; } }
    .block-hero .positioned p {
      max-width: 540px;
      text-align: center;
      font-size: 20px;
      line-height: 34px;
      color: #322920; }
      @media only screen and (max-width: 550px) {
        .block-hero .positioned p {
          font-size: 16px;
          line-height: 28px; } }
  .block-hero .extra-content {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width: 100%;
    gap: 30px; }
    .block-hero .extra-content .two-columns {
      display: flex;
      flex-direction: row;
      gap: 30px;
      padding: 0 20px;
      box-sizing: border-box; }
      .block-hero .extra-content .two-columns p {
        font-size: 17px;
        line-height: 28px; }
      @media only screen and (max-width: 990px) {
        .block-hero .extra-content .two-columns {
          flex-direction: column;
          width: 100%; }
          .block-hero .extra-content .two-columns p {
            max-width: 100%;
            width: 100%;
            font-size: 16px; } }
      .block-hero .extra-content .two-columns p {
        text-align: left;
        margin: 0;
        padding: 0; }
      .block-hero .extra-content .two-columns a {
        text-decoration: none;
        color: #FF9900;
        display: inline-flex;
        margin-top: 2px;
        line-height: 28px; }
      .block-hero .extra-content .two-columns ul {
        font-size: 17px;
        line-height: 28px; }
        .block-hero .extra-content .two-columns ul li {
          font-size: 17px;
          line-height: 28px; }
    .block-hero .extra-content h2 {
      text-align: center;
      font-size: 34px;
      line-height: 44px; }

.block-hero + .block {
  margin-top: 1200px; }
  @media only screen and (max-width: 1200px) {
    .block-hero + .block {
      margin-top: 1100px; } }
  @media only screen and (max-width: 1000px) {
    .block-hero + .block {
      margin-top: 1000px; } }
  @media only screen and (max-width: 990px) {
    .block-hero + .block {
      margin-top: 1150px; } }
  @media only screen and (max-width: 750px) {
    .block-hero + .block {
      margin-top: 1200px; } }
  @media only screen and (max-width: 500px) {
    .block-hero + .block {
      margin-top: 1250px; } }
  @media only screen and (max-width: 450px) {
    .block-hero + .block {
      margin-top: 1300px; } }
  @media only screen and (max-width: 430px) {
    .block-hero + .block {
      margin-top: 1300px; } }
  @media only screen and (max-width: 410px) {
    .block-hero + .block {
      margin-top: 1350px; } }
  @media only screen and (max-width: 400px) {
    .block-hero + .block {
      margin-top: 1400px; } }
  @media only screen and (max-width: 350px) {
    .block-hero + .block {
      margin-top: 1450px; } }

/* keyframes: in → stay → out */
@keyframes arrowFall {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  20% {
    transform: translateY(0);
    opacity: 1; }
  80% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

#animated-arrow {
  /* animation: naam duur timingfunctie vertraging herhaling */
  animation: arrowFall 2s ease-in-out infinite;
  /* transform-origin kun je eventueel aanpassen */
  transform-origin: 50% 50%; }

#animated-arrow2 {
  /* animation: naam duur timingfunctie vertraging herhaling */
  animation: arrowFall 2s ease-in-out infinite;
  /* transform-origin kun je eventueel aanpassen */
  transform-origin: 50% 50%; }

.block-services .content-under {
  margin-top: 70px; }

.block-services .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .block-services .container p {
    width: 100%;
    max-width: 540px;
    line-height: 34px;
    font-size: 20px; }
    @media only screen and (max-width: 800px) {
      .block-services .container p {
        font-size: 16px;
        line-height: 26px; } }
  .block-services .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 75px;
    width: 100%;
    max-width: 920px;
    margin-top: 25px; }
    @media screen and (max-width: 1090px) {
      .block-services .container ul {
        width: 800px;
        gap: 50px; } }
    @media screen and (max-width: 980px) {
      .block-services .container ul {
        width: 650px;
        gap: 35px; } }
    @media screen and (max-width: 768px) {
      .block-services .container ul {
        width: 100%;
        display: flex;
        flex-direcion: column;
        grid-template-columns: unset; } }
    .block-services .container ul li {
      display: block;
      position: relative; }
      .block-services .container ul li:nth-of-type(1) {
        grid-column: 1 / span 2; }
      .block-services .container ul li:nth-of-type(2) {
        grid-column: 3 / span 2; }
      .block-services .container ul li:nth-of-type(3) {
        grid-column: 5 / span 2; }
      .block-services .container ul li:nth-of-type(4) {
        grid-column: 2 / span 2;
        margin-top: -165px; }
      .block-services .container ul li:nth-of-type(5) {
        grid-column: 4 / span 2;
        margin-top: -165px; }
      @media screen and (max-width: 1090px) {
        .block-services .container ul li:nth-of-type(4) {
          grid-column: 2 / span 2;
          margin-top: -145px; }
        .block-services .container ul li:nth-of-type(5) {
          grid-column: 4 / span 2;
          margin-top: -145px; } }
      @media screen and (max-width: 980px) {
        .block-services .container ul li:nth-of-type(4) {
          grid-column: 2 / span 2;
          margin-top: -115px; }
        .block-services .container ul li:nth-of-type(5) {
          grid-column: 4 / span 2;
          margin-top: -115px; } }
      .block-services .container ul li::before {
        content: url("data:image/svg+xml,%0A%3Csvg width='51.2195122px' height='42px' viewBox='0 0 51.2195122 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Plaatmateriaal-card/Active' transform='translate(-102, -243)' fill='%23CFCFD0'%3E%3Cpolygon id='Arrow-down-Copy-2' points='127.6078 285 102 259.215218 102 243.003501 127.6078 268.788284 153.219512 243 153.219512 259.211716'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        margin: 0;
        top: unset;
        left: 50%;
        bottom: 0;
        width: 50px;
        transform: translateX(-50%) translateY(0%);
        opacity: 0;
        transition: 450ms; }
      .block-services .container ul li:hover::before {
        transform: translateX(-50%) translateY(80%);
        opacity: 1; }
      .block-services .container ul li a {
        display: grid;
        place-items: center;
        text-align: center;
        position: relative;
        width: 255px;
        aspect-ratio: 1;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        background: gray;
        background-size: cover;
        background-position: center;
        text-decoration: none;
        transition: 450ms; }
        @media screen and (max-width: 1090px) {
          .block-services .container ul li a {
            width: 100%; } }
        .block-services .container ul li a::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background-color: #9F9EA0;
          mix-blend-mode: multiply;
          z-index: -1;
          transition: 450ms; }
        .block-services .container ul li a:hover::before {
          background-color: #FF9900; }
        .block-services .container ul li a strong {
          font-size: 19px;
          font-weight: 600;
          color: #FFF; }
          .block-services .container ul li a strong::before {
            content: url("data:image/svg+xml,%0A%3Csvg width='15px' height='18px' viewBox='0 0 15 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Plaatmateriaal-card/Inactive' transform='translate(-123.2944, -187.725)' fill='%23FF9900'%3E%3Cpolygon id='Arrow/Right' transform='translate(130.7944, 196.725) rotate(-90) translate(-130.7944, -196.725)' points='130.793721 204.225 121.794408 195.016149 121.794408 189.22625 130.793721 198.435101 139.794408 189.225 139.794408 195.014899'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            position: absolute;
            display: grid;
            place-items: center;
            left: 50%;
            bottom: 25px;
            background-color: #5F5D60;
            width: 62px;
            aspect-ratio: 1;
            transform: translateX(-50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            transition: 150ms; }
        .block-services .container ul li a:hover {
          transform: scale(1.05); }
        .block-services .container ul li a:hover strong::before {
          content: url("data:image/svg+xml,%0A%3Csvg width='15px' height='18px' viewBox='0 0 15 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Plaatmateriaal-card/Active' transform='translate(-123.2944, -187.725)' fill='%23FFFFFF'%3E%3Cpolygon id='Arrow/Right' transform='translate(130.7944, 196.725) rotate(-90) translate(-130.7944, -196.725)' points='130.793721 204.225 121.794408 195.016149 121.794408 189.22625 130.793721 198.435101 139.794408 189.225 139.794408 195.014899'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-color: #FF9900; }
        .block-services .container ul li a span {
          position: absolute;
          opacity: 0;
          font-size: 0; }

@media screen and (max-width: 768px) {
  .block-services .container ul {
    align-items: center; }
  .block-services .container li {
    grid-column: unset !important;
    margin-top: 0 !important;
    width: 80%;
    max-width: 250px; }
  .block-services .container li a {
    width: 100%; } }

.block-services-materials {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center; }
  .block-services-materials .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .block-services-materials .container h2 {
      font-size: 34px;
      line-height: 44px; }
    .block-services-materials .container .content-upper {
      max-width: 720px;
      margin-bottom: 100px; }
      @media only screen and (max-width: 1000px) {
        .block-services-materials .container .content-upper {
          margin-bottom: 50px; } }
    .block-services-materials .container .content-under {
      margin-top: 100px;
      max-width: 540px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1000px) {
        .block-services-materials .container .content-under {
          margin-top: 50px; } }
    .block-services-materials .container .services-container {
      width: 100%;
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 70px;
      box-sizing: border-box; }
      @media only screen and (max-width: 1000px) {
        .block-services-materials .container .services-container {
          gap: 20px; } }
    .block-services-materials .container .service-block {
      display: flex;
      flex-direction: row;
      padding: 60px;
      box-sizing: border-box;
      background: #F7F0E6;
      max-width: 730px;
      width: 100%;
      align-items: center;
      gap: 45px;
      min-height: 400px; }
      .block-services-materials .container .service-block a {
        color: #FF9900;
        text-decoration: none; }
      @media only screen and (max-width: 1100px) {
        .block-services-materials .container .service-block {
          max-width: 630px; } }
      @media only screen and (max-width: 1000px) {
        .block-services-materials .container .service-block {
          flex-direction: column !important;
          align-items: flex-start;
          padding: 30px;
          gap: 20px; } }
      .block-services-materials .container .service-block .column-image {
        min-width: 420px;
        aspect-ratio: 1 / 1;
        width: 420px;
        flex: 0;
        max-height: 420px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: -270px;
        position: relative;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
        @media only screen and (max-width: 1150px) {
          .block-services-materials .container .service-block .column-image {
            min-width: 350px;
            width: 350px;
            max-height: 350px;
            margin-left: -235px; } }
        @media only screen and (max-width: 1000px) {
          .block-services-materials .container .service-block .column-image {
            margin-left: 0 !important;
            margin-right: 0 !important;
            min-width: 240px !important;
            height: 240px !important;
            max-width: 240px !important; } }
      .block-services-materials .container .service-block .column-content {
        flex: 1; }
      .block-services-materials .container .service-block.is-reversed {
        flex-direction: row-reverse;
        background: #EFEFEF; }
        .block-services-materials .container .service-block.is-reversed .column-image {
          margin-left: auto;
          margin-right: -270px; }
          @media only screen and (max-width: 1150px) {
            .block-services-materials .container .service-block.is-reversed .column-image {
              margin-right: -235px; } }

.block-slider h2 {
  font-size: 34px;
  line-height: 44px; }

.block-slider .content-under {
  margin-top: 70px; }
  .block-slider .content-under .button {
    margin-top: 40px; }

.block-slider .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .block-slider .container p {
    width: 100%;
    max-width: 540px; }

:root {
  --slider-container-width: 920;
  --slider-margin: 30;
  --slider-image-width: 350; }
  @media screen and (max-width: 1150px) {
    :root {
      --slider-image-width: 300;
      --slider-container-width: 800; } }
  @media screen and (max-width: 768px) {
    :root {
      --slider-image-width: 200;
      --slider-margin: 20;
      --slider-container-width: 600; } }

.block-slider {
  position: relative; }

.block-slider::after {
  content: '';
  position: absolute;
  right: 0;
  top: -100px;
  bottom: -100px;
  width: 250px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none; }
  @media screen and (max-width: 1350px) {
    .block-slider::after {
      display: none; } }

.block-slider .slider-container {
  max-width: calc(var(--slider-container-width) * 1px);
  margin: calc(var(--slider-image-width) * 0.5px) auto 0 auto; }
  @media screen and (max-width: 1150px) {
    .block-slider .slider-container {
      max-width: 100%;
      margin: calc(var(--slider-image-width) * 0.5px) 90px 0 90px; } }
  @media screen and (max-width: 768px) {
    .block-slider .slider-container {
      margin: calc(var(--slider-image-width) * 0.5px) 20px 0 20px; } }

.block-slider .slider-container .flickity-viewport {
  overflow: visible; }

.block-slider .slider-container .carousel-cell {
  display: flex;
  width: calc((var(--slider-container-width) - var(--slider-margin)) * 0.5px);
  min-height: -webkit-fill-available;
  margin-right: calc(var(--slider-margin) * 1px);
  counter-increment: carousel-cell; }

.block-slider .slider-container .carousel-cell a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  background-color: #F7F0E6;
  transition: 450ms; }

.block-slider .slider-container .carousel-cell a:hover {
  background-color: #5F5D60;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5); }

.block-slider .slider-container .carousel-cell figure {
  position: relative;
  width: calc(var(--slider-image-width) * 1px);
  aspect-ratio: 1;
  margin-top: calc(var(--slider-image-width) * -0.5px);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

.block-slider .slider-container .carousel-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.block-slider .slider-container .carousel-cell figure::before {
  content: url("data:image/svg+xml,%0A%3Csvg width='15px' height='18px' viewBox='0 0 15 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Plaatmateriaal-card/Inactive' transform='translate(-123.2944, -187.725)' fill='%23FF9900'%3E%3Cpolygon id='Arrow/Right' transform='translate(130.7944, 196.725) rotate(-90) translate(-130.7944, -196.725)' points='130.793721 204.225 121.794408 195.016149 121.794408 189.22625 130.793721 198.435101 139.794408 189.225 139.794408 195.014899'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1.5);
  transform-origin: center center;
  opacity: 0;
  transition: 450ms; }

.block-slider .slider-container .carousel-cell a:hover figure::before {
  transform: scale(2.25);
  opacity: 1; }

.block-slider .slider-container .carousel-cell h2 {
  font-size: 26px;
  color: #AB6704;
  padding: 0 55px;
  margin-top: 30px;
  line-height: 100%;
  transition: 250ms; }
  @media screen and (max-width: 768px) {
    .block-slider .slider-container .carousel-cell h2 {
      padding: 0 25px; } }

.block-slider .slider-container .carousel-cell a:hover h2 {
  color: #FF9900; }

.block-slider .slider-container .carousel-cell p {
  font-size: 17px;
  margin: 0;
  padding: 20px 55px 70px 55px;
  text-align: center;
  color: #322920;
  transition: 250ms; }
  @media screen and (max-width: 768px) {
    .block-slider .slider-container .carousel-cell p {
      padding: 20px 25px 30px 25px; } }

.block-slider .slider-container .carousel-cell a:hover p {
  color: #fff; }

.block-slider .slider-container .flickity-prev-next-button {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border-radius: 0;
  background-color: #FF9900;
  transition: 250ms;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .block-slider .slider-container .flickity-prev-next-button {
      display: none; } }

.block-slider .slider-container .flickity-prev-next-button:hover {
  background-color: #5F5D60; }

.block-slider .slider-container .flickity-prev-next-button svg {
  position: relative;
  left: unset;
  top: unset;
  height: 35%;
  width: 35%; }

.block-slider .slider-container .flickity-prev-next-button svg path {
  fill: #fff;
  transition: 250ms; }

.block-slider .slider-container .flickity-prev-next-button:hover svg path {
  fill: #FF9900; }

.block-slider .slider-container .flickity-prev-next-button.previous {
  left: -30px;
  transform: translateX(-100%) scaleX(-1); }
  @media screen and (max-width: 1150px) {
    .block-slider .slider-container .flickity-prev-next-button.previous {
      left: -10px; } }

.block-slider .slider-container .flickity-prev-next-button.next {
  right: -30px;
  transform: translateX(100%) scaleX(-1); }
  @media screen and (max-width: 1150px) {
    .block-slider .slider-container .flickity-prev-next-button.next {
      right: -10px; } }

.block-slider .slider-container .flickity-prev-next-button:disabled {
  background-color: #CFCFD0; }

.block-slider .slider-container .flickity-prev-next-button:disabled svg path {
  fill: #FFFFFF; }

.block-upper-content {
  margin-bottom: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .block-upper-content .content-upper {
    max-width: 540px; }
    .block-upper-content .content-upper p {
      font-size: 20px;
      line-height: 34px; }
      @media only screen and (max-width: 800px) {
        .block-upper-content .content-upper p {
          font-size: 16px;
          line-height: 26px; } }

.block-under-content {
  margin-top: 50px;
  margin-bottom: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .block-under-content .content-under {
    max-width: 720px; }
    .block-under-content .content-under .button {
      margin-top: 40px; }
