@charset "UTF-8";
/*!
Theme Name: Bussum
Theme URI: http://underscores.me/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: WordPress theme for Bussum.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bussum
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bussum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  /* Color styles — Bussum */
  --color----primary: #2b5441;
  --color----secondary: #9eb453;
  --color----tertiary: #f4f6f5;
  --color----info: #f4f6f5;
  --color----succes: #2b5441;
  --color----warning: #9eb453;
  --color----error: #9eb453;
  --color----black-1: #212121;
  --color----black-2: rgba(29, 29, 29, 1); /* #1D1D1D */
  --color----black-3: #212121;
  --color----grey-1: rgba(51, 51, 51, 1); /* #333333 */
  --color----grey-2: rgba(79, 79, 79, 1); /* #4F4F4F */
  --color----grey-3: rgba(130, 130, 130, 1); /* #828282 */
  --color----grey-4: rgba(189, 189, 189, 1); /* #BDBDBD */
  --color----grey-5: rgba(224, 224, 224, 1); /* #E0E0E0 */
  --color----white: #ffffff;
  --color----background-1: #f4f6f5;
  /* Text-size styles — Bussum (Figma Satoshi) */
  --heading---h1: 3.5rem; /* 56px */
  --heading---h2: 3rem; /* 48px */
  --heading---h3: 2.5rem; /* 40px */
  --heading---h4: 2rem; /* 32px */
  --heading---h5: 1.5rem; /* 24px */
  --heading---h6: 1.25rem; /* 20px */
}
@media (max-width: 767px) {
  :root {
    --heading---h1: 2rem; /* 32px */
    --heading---h2: 1.75rem; /* 28px */
    --heading---h3: 1.5rem; /* 24px */
    --heading---h4: 1.375rem; /* 22px */
    --heading---h5: 1.25rem; /* 20px */
    --heading---h6: 1.125rem; /* 18px */
  }
}
:root {
  --text---small---bold: 0.75rem;
  --text---small---regular: 0.75rem;
  --text---small---light: 0.75rem;
  --text---normal---bold: 1rem;
  --text---normal---regular: 1rem;
  --text---normal---light: 1rem;
  --text---medium---regular: 1.125rem;
  --text---medium---bold: 1.125rem;
  --text---medium---light: 1.125rem;
  --text---large---bold: 1.25rem;
  --text---large---regular: 1.25rem;
  --text---large---light: 1.25rem;
  /* Effect styles */
  --dropshadow: 0px 0px 32px rgba(33, 33, 33, 0.15);
}

/* Headings: use heading font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: var(--color----primary);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: var(--color----black-3);
  text-decoration: underline;
}

.bg__tertiary {
  background-color: var(--color----tertiary);
}

.error-404.not-found {
  min-height: 600px;
  display: flex;
}
.error-404.not-found .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section {
  --section-padding-top: clamp(64px, 5.5555555556vw, 80px);
  --section-padding-bottom: 0;
  --section-heading-color: #2b5441;
  --section-text-color: #212121;
  --section-highlight-color: #9eb453;
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  color: var(--section-text-color);
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: var(--section-heading-color);
}

.padding-top-none {
  --section-padding-top: 0;
}

.padding-top-small {
  --section-padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}

.padding-top-medium {
  --section-padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}

.padding-top-large {
  --section-padding-top: clamp(64px, 5.5555555556vw, 80px);
}

.padding-bottom-none {
  --section-padding-bottom: 0;
}

.padding-bottom-small {
  --section-padding-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}

.padding-bottom-medium {
  --section-padding-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}

.padding-bottom-large {
  --section-padding-bottom: clamp(64px, 5.5555555556vw, 80px);
}

.section.theme-white {
  --section-heading-color: #2b5441;
  --section-text-color: #212121;
  --section-highlight-color: #9eb453;
  background-color: #ffffff;
}

.section.theme-off_white {
  --section-heading-color: #2b5441;
  --section-text-color: #212121;
  --section-highlight-color: #9eb453;
  background-color: #f4f6f5;
}

.section.theme-leaf {
  --section-heading-color: #2b5441;
  --section-text-color: #212121;
  --section-highlight-color: #2b5441;
  background-color: #9eb453;
}

.section.theme-green {
  --section-heading-color: #f4f6f5;
  --section-text-color: #f4f6f5;
  --section-highlight-color: #9eb453;
  background-color: #2b5441;
}
.section.theme-green p a {
  color: var(--color----secondary);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1600px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  /* 3 */
  padding-right: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.reveal-heading {
  overflow: hidden;
}
.reveal-heading:not(:has(.reveal-heading__line)) {
  padding-bottom: 0.12em;
}

.reveal-heading__line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.12em;
}

.reveal-heading__inner {
  display: block;
  will-change: transform;
}

.reveal-word {
  display: inline-block;
}

@media (prefers-reduced-motion: no-preference) {
  html.js:not(.js-reveals-ready) .site-main :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .btn),
  html.js:not(.js-reveals-ready) .site-main .section-text__text,
  html.js:not(.js-reveals-ready) .site-main .section-hero__text,
  html.js:not(.js-reveals-ready) .site-main .section-text-media__text,
  html.js:not(.js-reveals-ready) .site-main .section-text-manifest__text,
  html.js:not(.js-reveals-ready) .site-main .section-form__text,
  html.js:not(.js-reveals-ready) .site-main .section-services__text,
  html.js:not(.js-reveals-ready) .site-main .section-project-grid__text,
  html.js:not(.js-reveals-ready) .site-main .section-project-slider__text,
  html.js:not(.js-reveals-ready) .site-main .section-vacature-grid__text,
  html.js:not(.js-reveals-ready) .site-main .section-cards__text,
  html.js:not(.js-reveals-ready) .site-main .site-footer__cta-text,
  html.js:not(.js-reveals-ready) .section-footer :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .btn),
  html.js:not(.js-reveals-ready) .section-footer .section-text__text,
  html.js:not(.js-reveals-ready) .section-footer .section-hero__text,
  html.js:not(.js-reveals-ready) .section-footer .section-text-media__text,
  html.js:not(.js-reveals-ready) .section-footer .section-text-manifest__text,
  html.js:not(.js-reveals-ready) .section-footer .section-form__text,
  html.js:not(.js-reveals-ready) .section-footer .section-services__text,
  html.js:not(.js-reveals-ready) .section-footer .section-project-grid__text,
  html.js:not(.js-reveals-ready) .section-footer .section-project-slider__text,
  html.js:not(.js-reveals-ready) .section-footer .section-vacature-grid__text,
  html.js:not(.js-reveals-ready) .section-footer .section-cards__text,
  html.js:not(.js-reveals-ready) .section-footer .site-footer__cta-text,
  html.js:not(.js-reveals-ready) .site-footer .section :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .btn),
  html.js:not(.js-reveals-ready) .site-footer .section .section-text__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-hero__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-text-media__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-text-manifest__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-form__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-services__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-project-grid__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-project-slider__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-vacature-grid__text,
  html.js:not(.js-reveals-ready) .site-footer .section .section-cards__text,
  html.js:not(.js-reveals-ready) .site-footer .section .site-footer__cta-text,
  html.js:not(.js-reveals-ready) .site-footer__cta :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .btn),
  html.js:not(.js-reveals-ready) .site-footer__cta .section-text__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-hero__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-text-media__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-text-manifest__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-form__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-services__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-project-grid__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-project-slider__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-vacature-grid__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .section-cards__text,
  html.js:not(.js-reveals-ready) .site-footer__cta .site-footer__cta-text {
    opacity: 0;
  }
  html.js:not(.js-reveals-ready) .site-main :is(.card,
  .service-card,
  .project-card,
  .vacature-card,
  .section-gallery__item,
  .section-review-slider__inner,
  .section-project-slider__carousel),
  html.js:not(.js-reveals-ready) .section-footer :is(.card,
  .service-card,
  .project-card,
  .vacature-card,
  .section-gallery__item,
  .section-review-slider__inner,
  .section-project-slider__carousel),
  html.js:not(.js-reveals-ready) .site-footer .section :is(.card,
  .service-card,
  .project-card,
  .vacature-card,
  .section-gallery__item,
  .section-review-slider__inner,
  .section-project-slider__carousel),
  html.js:not(.js-reveals-ready) .site-footer__cta :is(.card,
  .service-card,
  .project-card,
  .vacature-card,
  .section-gallery__item,
  .section-review-slider__inner,
  .section-project-slider__carousel) {
    opacity: 0;
  }
  html.js:not(.js-reveals-ready) .section-text-manifest__manifest-text {
    opacity: 0;
  }
  html.js:not(.js-reveals-ready) .review-slide :is(h1, h2, h3, h4, h5, h6, p, .subtitle),
  html.js:not(.js-reveals-ready) .project-slide :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .project-card),
  html.js:not(.js-reveals-ready) form :is(h1, h2, h3, h4, h5, h6, p, .subtitle, .btn) {
    opacity: 1;
  }
}
/**
 * Basic typography style for copy text
 */
body {
  color: var(--color----black-3);
  font: 400 125%/1.4 "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--text---normal---regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1;
  color: var(--color----primary);
  letter-spacing: 0;
}

h1 {
  font-size: var(--heading---h1);
}

h2 {
  font-size: var(--heading---h2);
}

h3 {
  font-size: var(--heading---h3);
}

h4 {
  font-size: var(--heading---h4);
}

h5 {
  font-size: var(--heading---h5);
}

h6 {
  font-size: var(--heading---h6);
}

p {
  font-size: calc(var(--text---normal---regular) * 1.1);
  margin: 0 0 1rem;
  font-weight: 400;
  line-height: 175%;
}

.section [class$=__text]:not([class*=btn]):not([class*=manifest-text]),
.section-footer .site-footer__cta-text {
  font-size: calc(var(--text---normal---regular) * 1.1);
  line-height: 175%;
  font-weight: 400;
}
.section [class$=__text]:not([class*=btn]):not([class*=manifest-text]) p,
.section [class$=__text]:not([class*=btn]):not([class*=manifest-text]) li,
.section-footer .site-footer__cta-text p,
.section-footer .site-footer__cta-text li {
  font-size: inherit;
  line-height: inherit;
}

.text-white {
  color: #ffffff;
}

.subtitle {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: var(--color----black-1);
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 0;
  font-size: 100%;
  margin-bottom: 0;
}

.section-footer {
  background-color: #ffffff;
  padding-top: clamp(64px, 5.5555555556vw, 80px);
  padding-bottom: clamp(64px, 5.5555555556vw, 80px);
}
.section-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  background-color: #2b5441;
  padding: clamp(64px, 5.5555555556vw, 80px);
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-footer__inner {
    padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  }
}
.section-footer__inner h2 {
  color: inherit;
}
.section-footer__inner .site-footer__cta-text {
  max-width: 800px;
}
.section-footer__inner .site-footer__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
}
.section-footer__inner .btn {
  align-self: center;
  border-color: #9eb453;
}

.site-footer {
  background-color: #ffffff;
  color: var(--color----black-1);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: clamp(64px, 5.5555555556vw, 80px);
  padding-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--text---normal---regular);
  line-height: 1.6;
  border-top: 1px solid var(--color----grey-5);
}
.site-footer a:not(.btn) {
  color: var(--color----black-1);
  text-decoration: none;
}
.site-footer a:not(.btn):hover, .site-footer a:not(.btn):active, .site-footer a:not(.btn):focus, .site-footer a:not(.btn):focus-within {
  color: var(--color----black-1);
  text-decoration: none;
  opacity: 0.7;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 5.5555555556vw, 80px);
}
.site-footer__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  align-items: start;
}
@media (max-width: 767px) {
  .site-footer__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__content .site-footer__col--brand,
  .site-footer__content .site-footer__col--socials {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .site-footer__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(64px, 5.5555555556vw, 80px);
  }
}
@media (min-width: 1024px) {
  .site-footer__content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.site-footer__logo {
  display: flex;
}
.site-footer__logo img {
  display: block;
  width: min(100%, 235px);
  height: auto;
}
.site-footer__heading {
  margin: 0 0 1rem;
  color: var(--color----secondary);
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--text---normal---regular);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-footer__contact-details {
  display: flex;
  flex-direction: column;
  font-size: var(--text---normal---regular);
  line-height: 1.6;
  color: var(--color----black-1);
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.site-footer__contact-text {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.site-footer__contact-text span {
  display: block;
}
.site-footer__phone, .site-footer__kvk {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.site-footer__label {
  color: var(--color----secondary);
}
.site-footer__nav {
  width: 100%;
}
.site-footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu li {
  margin: 0;
}
.site-footer__menu a {
  font-size: var(--text---normal---regular);
  line-height: 1.6;
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--color----black-1);
}
.site-footer__social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  border-top: 1px solid var(--color----grey-5);
}
.site-footer__copyright {
  margin: 0;
  font-size: var(--text---normal---regular);
  line-height: 1.6;
  color: var(--color----black-1);
}
.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__legal-links a {
  font-size: var(--text---normal---regular);
  line-height: 1.6;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.main-navigation .btn.btn--primary {
  margin-left: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation > ul {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .desktop-navigation {
    display: none;
  }
}

.mobile-menu-trigger {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu-trigger {
    position: fixed;
    right: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
    top: 35px;
    z-index: 61;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    border: none;
    background-color: var(--color----primary);
    color: #ffffff;
    font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-menu-trigger.is-open .mobile-menu-trigger__icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-trigger.is-open .mobile-menu-trigger__icon span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-trigger.is-open .mobile-menu-trigger__icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.mobile-menu-trigger__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
}
.mobile-menu-trigger__icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mobile-menu-trigger__label {
  display: block;
}

@media (max-width: 1199px) {
  body.mobile-navigation-open {
    overflow: hidden;
  }
}

.site-header {
  position: fixed;
  top: 0;
  padding-top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, transparent);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0);
  transition: background-image 0.3s ease, box-shadow 0.3s ease;
}
.site-header .desktop-navigation .menu .level-0:not(.btn):not(.btn--primary-wrapper) > a {
  color: #ffffff;
}
.site-header .desktop-navigation .menu .level-0.current-menu-item:not(.btn-wrapper) > a {
  color: #9eb453;
}
.site-header .container .site-header__inner {
  background-color: #2b5441;
  border-radius: 8px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
.site-header .container .site-header__inner .site-header__bottom {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
.site-header .container .site-header__inner .site-header__bottom .site-branding .site-logo {
  outline: none;
  border: none;
  display: flex;
}
.site-header .container .site-header__inner .site-header__bottom .site-branding .site-logo picture {
  display: flex;
}
.site-header .container .site-header__inner .site-header__bottom .site-branding .site-logo img {
  height: 56px;
  width: auto;
}

@media (min-width: 1200px) {
  .desktop-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.desktop-navigation .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.desktop-navigation .menu li {
  display: flex;
  align-items: center;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.desktop-navigation .menu .level-0 > a {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-left: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.desktop-navigation .menu .level-0.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: url("img/arrow.svg") no-repeat center/16px 13px;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.desktop-navigation .menu .level-0.menu-item-has-children:hover > .sub-menu {
  display: flex;
}
.desktop-navigation .menu .level-0.menu-item-has-children:hover > a::after {
  transform: rotate(-90deg);
}
.desktop-navigation .menu .level-0.default-expanded-wrapper > a::after {
  transform: rotate(-90deg);
}
.desktop-navigation .menu .level-0.default-expanded-wrapper:hover > a::after {
  transform: rotate(90deg);
}

.desktop-navigation .menu .level-0:not(.mega-menu) {
  position: static;
}
.desktop-navigation .menu .level-0:not(.mega-menu) > .sub-menu {
  position: absolute;
  top: 124px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  box-shadow: 0 0 32px 0 rgba(33, 33, 33, 0.15);
  background: var(--color----tertiary);
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  border-radius: 8px;
}
.desktop-navigation .menu .level-0:not(.mega-menu) > .sub-menu::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color----tertiary);
  position: absolute;
  top: -8px;
  left: 25%;
  z-index: 1;
  transform: rotate(45deg);
  border-radius: 4px;
}
.desktop-navigation .menu .level-0:not(.mega-menu) > .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 32px;
  width: 160px;
}
.desktop-navigation .menu .level-0:not(.mega-menu) .level-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.desktop-navigation .menu .level-0:not(.mega-menu) .level-1 > a {
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
}
.desktop-navigation .menu .level-0:not(.mega-menu) .level-1 > a:hover, .desktop-navigation .menu .level-0:not(.mega-menu) .level-1 > a:active, .desktop-navigation .menu .level-0:not(.mega-menu) .level-1 > a:focus, .desktop-navigation .menu .level-0:not(.mega-menu) .level-1 > a:focus-within {
  color: var(--color----primary);
}

.btn--secondary-wrapper {
  margin-left: 16px;
}
.btn--secondary-wrapper a {
  margin-left: 0 !important;
  color: var(--color----tertiary);
}

.btn--primary-wrapper {
  margin-left: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.btn--primary-wrapper a {
  margin-left: 0 !important;
  color: #ffffff;
}

.mobile-navigation-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 59;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-navigation-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: var(--color----primary);
  z-index: 60;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .mobile-navigation {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation.is-open {
  transform: translateX(0);
}
.mobile-navigation .menu {
  padding: clamp(64px, 5.5555555556vw, 80px);
  flex: 1;
  margin-top: clamp(64px, 5.5555555556vw, 80px);
}
.mobile-navigation .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation .menu > ul {
  display: flex;
  flex-direction: column;
}
.mobile-navigation .menu li {
  display: flex;
  flex-direction: column;
}
.mobile-navigation .menu li a {
  color: #ffffff;
  font-size: var(--heading---h5);
  text-transform: uppercase;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 4 / 2) 0;
}

.home .site .site-header .container .site-header__inner .site-header__bottom .desktop-navigation .menu * a {
  color: #ffffff;
}
.home .site .site-header .container .site-header__inner .site-header__bottom .desktop-navigation .menu .level-0.current-menu-item:not(.btn-wrapper) > a {
  color: #9eb453;
}
.home .site .site-header.is-scrolled .container .site-header__inner .site-header__bottom .desktop-navigation .menu .level-0:not(.btn):not(.btn--primary-wrapper) > a {
  color: #ffffff;
}
.home .site .site-header.is-scrolled .container .site-header__inner .site-header__bottom .desktop-navigation .menu .level-0.current-menu-item:not(.btn-wrapper) > a {
  color: #9eb453;
}

.btn,
.wpcf7-submit,
input[type=submit],
button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  align-self: flex-start;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
}
.btn .btn__arrow,
.wpcf7-submit .btn__arrow,
input[type=submit] .btn__arrow,
button[type=submit] .btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: inherit;
}
.btn .btn__arrow svg,
.wpcf7-submit .btn__arrow svg,
input[type=submit] .btn__arrow svg,
button[type=submit] .btn__arrow svg {
  display: block;
  width: 16px;
  height: 13px;
  fill: none;
}
.btn,
.wpcf7-submit,
input[type=submit],
button[type=submit] {
  background-color: var(--color----secondary);
  color: var(--color----white);
  border-color: var(--color----secondary);
}
.btn:hover, .btn:focus, .btn:active,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active {
  background-color: #2b5441;
  border-color: #9eb453;
  color: var(--color----white);
  text-decoration: none;
  outline: none;
}

.wpcf7-submit:not(.btn--with-icon)::after,
input[type=submit]::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-color: currentColor;
  mask: url("img/arrow.svg") no-repeat center/contain;
  -webkit-mask: url("img/arrow.svg") no-repeat center/contain;
}

.btn--primary {
  align-items: stretch;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--color----white);
  overflow: visible;
}
.btn--primary .btn__text,
.btn--primary .btn__arrow {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1.15rem;
  border-radius: var(--btn-radius);
}
.btn--primary .btn__text {
  background-color: var(--color----tertiary);
  color: var(--color----white);
  padding-right: 12px;
}
.btn--primary .btn__label,
.btn--primary .btn__arrow svg {
  position: relative;
  z-index: 1;
}
.btn--primary .btn__arrow {
  background-color: var(--color----white);
  color: var(--color----primary);
  flex-shrink: 0;
  padding-left: 8px;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background-color: transparent;
  border-color: transparent;
  color: var(--color----white);
  text-decoration: none;
  outline: none;
}
.btn--primary:hover .btn__text, .btn--primary:focus .btn__text, .btn--primary:active .btn__text {
  background-color: color-mix(in srgb, var(--color----tertiary) 85%, var(--color----black-1));
}
.btn--primary:hover .btn__arrow, .btn--primary:focus .btn__arrow, .btn--primary:active .btn__arrow {
  color: var(--color----primary);
}

.btn--primary-ghost {
  background-color: transparent;
  color: var(--section-heading-color, var(--color----primary));
  border-color: color-mix(in srgb, currentColor 20%, transparent);
}
.btn--primary-ghost:hover, .btn--primary-ghost:focus, .btn--primary-ghost:active {
  background-color: transparent;
  color: var(--section-heading-color, var(--color----primary));
  border-color: currentColor;
  text-decoration: none;
  outline: none;
}

.btn--secondary {
  background-color: var(--color----black-1);
  color: var(--color----white);
  border-color: var(--color----black-1);
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  background-color: rgba(172, 144, 85, 0.85);
  border-color: rgba(172, 144, 85, 0.85);
  color: var(--color----white);
}

.btn.no-outline {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: transparent;
  color: var(--color----secondary);
}
.btn.no-outline:hover, .btn.no-outline:focus, .btn.no-outline:active {
  background-color: transparent;
  border-color: transparent;
  color: var(--color----secondary);
  text-decoration: underline;
}

.btn--with-icon {
  padding-right: 16px;
}
.btn--with-icon .btn__arrow svg {
  transition: transform 0.2s ease;
  will-change: transform;
}
.btn--with-icon:hover .btn__arrow svg, .btn--with-icon:focus .btn__arrow svg {
  transform: translateX(3px);
}

.btn-white {
  background-color: var(--color----white);
  color: var(--color----primary);
  border-color: var(--color----white);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: var(--color----tertiary);
  border-color: var(--color----tertiary);
  color: var(--color----primary);
}

.btn-ghost {
  background-color: transparent;
  color: var(--color----primary);
  border-color: var(--color----primary);
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
  background-color: var(--color----primary);
  color: var(--color----white);
  border-color: var(--color----primary);
}

.btn-ghost-secondary {
  background-color: transparent;
  color: var(--color----secondary);
  border-color: var(--color----secondary);
}
.btn-ghost-secondary:hover, .btn-ghost-secondary:focus, .btn-ghost-secondary:active {
  background-color: var(--color----secondary);
  color: var(--color----white);
  border-color: var(--color----secondary);
}

.btn--ghost-white,
.btn-ghost-white {
  background-color: transparent;
  color: var(--color----white);
  border-color: var(--color----white);
}
.btn--ghost-white:hover, .btn--ghost-white:focus, .btn--ghost-white:active,
.btn-ghost-white:hover,
.btn-ghost-white:focus,
.btn-ghost-white:active {
  background-color: var(--color----white);
  color: var(--color----primary);
  border-color: var(--color----white);
}

.btn-text {
  background-color: transparent;
  color: var(--color----primary);
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  background-color: transparent;
  border-color: transparent;
  color: var(--color----secondary);
  text-decoration: underline;
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

.btn[hidden] {
  display: none !important;
}

.btn[disabled],
.btn.disabled,
.wpcf7-submit[disabled],
input[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.rolling-text .rolling-text__inner {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  vertical-align: top;
}
.rolling-text .block {
  display: block;
  line-height: 1;
}
.rolling-text .letter {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.rolling-text:hover .letter, .rolling-text:focus .letter {
  transform: translateY(-100%);
}

.rolling-text .letter:nth-child(1) {
  transition-delay: 0s;
}

.rolling-text .letter:nth-child(2) {
  transition-delay: 0.01s;
}

.rolling-text .letter:nth-child(3) {
  transition-delay: 0.02s;
}

.rolling-text .letter:nth-child(4) {
  transition-delay: 0.03s;
}

.rolling-text .letter:nth-child(5) {
  transition-delay: 0.04s;
}

.rolling-text .letter:nth-child(6) {
  transition-delay: 0.05s;
}

.rolling-text .letter:nth-child(7) {
  transition-delay: 0.06s;
}

.rolling-text .letter:nth-child(8) {
  transition-delay: 0.07s;
}

.rolling-text .letter:nth-child(9) {
  transition-delay: 0.08s;
}

.rolling-text .letter:nth-child(10) {
  transition-delay: 0.09s;
}

.rolling-text .letter:nth-child(11) {
  transition-delay: 0.1s;
}

.rolling-text .letter:nth-child(12) {
  transition-delay: 0.11s;
}

.rolling-text .letter:nth-child(13) {
  transition-delay: 0.12s;
}

.rolling-text .letter:nth-child(14) {
  transition-delay: 0.13s;
}

.rolling-text .letter:nth-child(15) {
  transition-delay: 0.14s;
}

.rolling-text .letter:nth-child(16) {
  transition-delay: 0.15s;
}

.rolling-text .letter:nth-child(17) {
  transition-delay: 0.16s;
}

.rolling-text .letter:nth-child(18) {
  transition-delay: 0.17s;
}

.rolling-text .letter:nth-child(19) {
  transition-delay: 0.18s;
}

.rolling-text .letter:nth-child(20) {
  transition-delay: 0.19s;
}

.rolling-text .letter:nth-child(21) {
  transition-delay: 0.2s;
}

.section-form__social-link img {
  width: 100%;
  height: auto;
}

.graphic-device {
  color: var(--color----primary);
}
.graphic-device__shape {
  fill: currentColor;
}

.split-title {
  position: relative;
}
.split-title .graphic-device {
  margin-left: calc(clamp(64px, 5.5555555556vw, 80px) / 2 * -1);
}
.split-title__heading {
  margin: 0;
  max-width: 600px;
}

.split-two-lines span {
  display: block;
}
.split-two-lines span:nth-child(2):last-child,
.split-two-lines .reveal-heading__line:nth-child(2):last-child {
  padding-right: clamp(64px, 5.5555555556vw, 80px);
}

.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.15s ease;
}
.modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal__close:hover, .modal__close:active, .modal__close:focus, .modal__close:focus-within {
  opacity: 1;
}

.condoleer-modal .modal__close {
  position: absolute;
  top: -40px;
  right: 0;
}

.yt-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.yt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yt-facade {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.yt-facade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yt-facade__play {
  position: relative;
  z-index: 1;
  transition: transform 0.15s ease;
}
.yt-facade:hover .yt-facade__play, .yt-facade:active .yt-facade__play, .yt-facade:focus .yt-facade__play, .yt-facade:focus-within .yt-facade__play {
  transform: scale(1.1);
}

.condoleer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.condoleer-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.condoleer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.condoleer-modal__inner {
  position: relative;
  width: min(90vw, 640px);
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
}
.condoleer-modal__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1100;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(33, 33, 33, 0.15);
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--color----primary);
  max-width: 320px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.toast__title {
  margin: 0 0 0.25rem;
  font-weight: 400;
  font-size: var(--text---normal---regular);
  color: var(--color----black-3);
}
.toast__message {
  margin: 0;
  font-size: var(--text---small---regular);
  color: var(--color----grey-2);
}

.home {
  background-color: var(--color----background-1);
}

.display-card {
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) * 1.5);
  padding-bottom: 0;
  overflow: visible;
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.uid-form {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.uid-form label {
  display: block;
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  font-size: var(--text---medium---regular);
}
.uid-form__row {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .uid-form__row {
    flex-direction: column;
  }
}

.rouwkaart-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(64px, 5.5555555556vw, 80px);
  overflow: visible;
}
.rouwkaart-card__name {
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}

.rk-page {
  overflow: hidden;
  height: 100%;
}
.rk-page img {
  display: block;
  width: 100%;
  height: auto;
}
.rk-page--inner-left img, .rk-page--inner-right img {
  width: 200%;
}
.rk-page--inner-right img {
  margin-left: -100%;
}
.rk-page--back {
  background-color: var(--color----tertiary);
}
.rk-page--blank {
  background-color: #ffffff;
}

[class*=rouwkaart-book--both] .rk-page--cover img {
  width: 200%;
  margin-left: -100%;
}
[class*=rouwkaart-book--both] .rk-page--back img {
  width: 200%;
}

.rk-nav {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  pointer-events: none;
  z-index: 5;
}
.rk-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: var(--color----primary);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 32px 0 rgba(33, 33, 33, 0.15);
  pointer-events: all;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.rk-nav__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.rk-nav__btn:hover, .rk-nav__btn:active, .rk-nav__btn:focus, .rk-nav__btn:focus-within {
  background-color: var(--color----secondary);
}
.rk-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.rk-page--inner-left {
  position: relative;
}
.rk-page--inner-left::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset -6px 0 24px -4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}

.rk-page--inner-right {
  position: relative;
}
.rk-page--inner-right::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 6px 0 24px -4px rgba(0, 0, 0, 0.15);
}

.rk-page--cover::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 6px 0 24px -2px rgba(0, 0, 0, 0.25);
}

.rk-page--cover img {
  height: 100%;
}

.section-hero .section-hero__stroke {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8px;
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
  color: var(--color----info);
  --hero-stroke-height: 100%;
  animation: section-hero-stroke 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section-hero .section-hero__stroke-line {
  display: block;
  flex: 1 1 auto;
  width: 1px;
  min-height: 0;
  background-color: currentColor;
}
.section-hero .section-hero__stroke-dot {
  position: relative;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: currentColor;
  overflow: visible;
}
.section-hero .section-hero__stroke-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
html.js .section-hero .section-hero__stroke-dot {
  opacity: 0;
  transform: scale(0);
}
html.js .section-hero .section-hero__stroke-dot.is-in-view {
  animation: section-hero-dot-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
html.js .section-hero .section-hero__stroke-dot.is-in-view::after {
  animation: section-hero-stroke-ring 1.25s ease-out forwards;
}
.section-hero .section-hero__media.has-parallax {
  --parallax-scale: 1.25;
  overflow: hidden;
}
.section-hero .section-hero__media.has-parallax .section-hero__image,
.section-hero .section-hero__media.has-parallax .section-hero__video {
  transform: scale(var(--parallax-scale));
  will-change: transform;
}
.section-hero .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  font-size: 0.8rem;
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-hero .breadcrumbs__item--link {
  color: var(--color----primary);
  text-decoration: none;
  font-weight: 400;
}
.section-hero .breadcrumbs__item--link:hover, .section-hero .breadcrumbs__item--link:active, .section-hero .breadcrumbs__item--link:focus, .section-hero .breadcrumbs__item--link:focus-within {
  text-decoration: underline;
}
.section-hero .breadcrumbs__item--current {
  color: var(--color----grey-3);
}
.section-hero .breadcrumbs__separator {
  color: var(--color----secondary);
  font-weight: 400;
  line-height: 1;
}

@keyframes section-hero-stroke {
  to {
    height: var(--hero-stroke-height, 100%);
  }
}
@keyframes section-hero-stroke-draw {
  to {
    transform: scaleY(1);
  }
}
@keyframes section-hero-dot-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes section-hero-stroke-ring {
  0% {
    opacity: 0.85;
    width: 6px;
    height: 6px;
  }
  100% {
    opacity: 0;
    width: 72px;
    height: 72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-hero__stroke {
    animation: none;
    height: var(--hero-stroke-height, 100%);
  }
  html.js .section-hero__stroke-dot,
  .section-hero__stroke-dot.is-in-view {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .section-hero__stroke-dot::after {
    content: none;
    animation: none;
  }
}
.section-hero--two-columns {
  position: relative;
  overflow: visible;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: calc(104px + var(--section-padding-top));
}
@media (max-width: 767px) {
  .section-hero--two-columns {
    height: auto;
  }
}
.section-hero--two-columns > .container {
  position: relative;
  width: 100%;
  height: 100%;
  grid-template-columns: 4fr 5fr;
  grid-gap: clamp(64px, 5.5555555556vw, 80px);
  display: grid;
}
@media (max-width: 767px) {
  .section-hero--two-columns > .container {
    grid-template-columns: 1fr;
    grid-gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  }
}
.section-hero--two-columns .section-hero__media {
  position: relative;
  min-height: 100%;
  align-self: stretch;
  border-radius: 8px;
}
.section-hero--two-columns .section-hero__media:not(:has(.section-hero__video)) {
  aspect-ratio: 4/3;
  min-height: 0;
  align-self: start;
}
@media (max-width: 767px) {
  .section-hero--two-columns .section-hero__media {
    grid-row: 1;
  }
}
.section-hero--two-columns .section-hero__image {
  width: 100%;
  height: 100%;
}
.section-hero--two-columns .section-hero__video,
.section-hero--two-columns .section-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero--two-columns .section-hero__video img,
.section-hero--two-columns .section-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-hero--two-columns .section-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding-top: clamp(64px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .section-hero--two-columns .section-hero__inner {
    grid-row: 2;
    padding-top: 0;
  }
}
.section-hero--two-columns .section-hero__inner .btn {
  margin-top: 16px;
}
.section-hero--two-columns .breadcrumbs {
  padding-top: 0;
}
.section-hero--two-columns .section-hero__text {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-hero--two-columns .section-hero__stroke {
  grid-column: 1/-1;
  grid-row: 1;
  top: 100%;
  --hero-stroke-height: clamp(64px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .section-hero--two-columns .section-hero__stroke {
    grid-column: 1;
    grid-row: 2;
    top: 0;
    --hero-stroke-height: 100%;
  }
}

.section-hero--full-width {
  position: relative;
  overflow: visible;
  height: 100vh;
  min-height: 768px;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}
.section-hero--full-width::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg, #034b3f 0%, rgba(22, 82, 72, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .section-hero--full-width {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }
}
.section-hero--full-width .section-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-hero--full-width .section-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.section-hero--full-width .section-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.section-hero--full-width .section-hero__video,
.section-hero--full-width .section-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero--full-width .section-hero__video img,
.section-hero--full-width .section-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-hero--full-width > .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-hero--full-width > .container {
    padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  }
}
.section-hero--full-width .section-hero__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-hero--full-width .section-hero__inner h1 {
  color: #ffffff;
  font-size: max(40px, 5vw);
  margin: 0;
  max-width: 1200px;
}
.section-hero--full-width .section-hero__kicker {
  margin: 0;
  color: #ffffff;
}
.section-hero--full-width .section-hero__text {
  color: #ffffff;
}
.section-hero--full-width .section-hero__text p {
  margin: 0;
  max-width: 800px;
  color: inherit;
}
.section-hero--full-width .section-hero__button {
  align-self: center;
}

.section-hero--form {
  position: relative;
  overflow: visible;
  min-height: 768px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: calc(104px + var(--section-padding-top));
}
@media (max-width: 767px) {
  .section-hero--form {
    min-height: 0;
  }
}
.section-hero--form > .container {
  position: relative;
  width: 100%;
  height: 100%;
  grid-template-columns: 4fr 5fr;
  grid-gap: clamp(64px, 5.5555555556vw, 80px);
  display: grid;
  align-items: start;
}
@media (max-width: 767px) {
  .section-hero--form > .container {
    grid-template-columns: 1fr;
  }
}
.section-hero--form .section-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(64px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .section-hero--form .section-hero__inner {
    padding-top: 0;
  }
}
.section-hero--form .breadcrumbs {
  padding-top: 0;
}
.section-hero--form .section-hero__text {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-hero--form .section-hero__form {
  width: 100%;
  min-width: 0;
}
.section-hero--form .section-hero__form .wpcf7 {
  background-color: rgba(158, 180, 83, 0.2);
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
.section-hero--form .section-hero__form .wpcf7 .wpcf7-wrapper {
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  display: flex;
  flex-direction: column;
}
.section-hero--form .section-hero__form .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.section-hero--form .section-hero__form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4 / 2);
}

.section-cards {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-cards {
    margin-top: 0;
  }
}
.section-cards__grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .section-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  }
}
.section-cards__grid .card {
  min-width: 0;
  box-shadow: 0 0 32px 0 rgba(33, 33, 33, 0.15);
}
.section-cards__text {
  max-width: 600px;
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}

.card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.card__image {
  aspect-ratio: 4/3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.card:hover .card__image img, .card:active .card__image img, .card:focus .card__image img, .card:focus-within .card__image img {
  transform: scale(1.05);
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card__title {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 12px 8px 12px;
  padding-right: 120px;
  color: var(--color----black-1);
  font-size: var(--heading---h5);
}
.card__text {
  flex: 1;
}
.card__button {
  align-self: flex-start;
}
.card__compact .card__icon {
  aspect-ratio: 1/1;
  width: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.card__compact .card__icon img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.card__compact .card__footer {
  margin-top: auto;
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.card__compact .card__footer .card__title {
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.card__compact .card__footer .card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__compact:hover {
  text-decoration: none;
}
.card .graphic-device {
  position: absolute;
  bottom: -12px;
  right: 12px;
  height: 24px;
  aspect-ratio: 72/22;
  display: block;
  overflow: hidden;
}
.card .graphic-device svg {
  display: block;
  height: 100%;
  width: auto;
}
.card .graphic-device__shape {
  transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.card .graphic-device__shape:nth-child(1) {
  transition-delay: 0.08s;
}
.card .graphic-device__shape:nth-child(2) {
  transition-delay: 0.04s;
}
.card .graphic-device__shape:nth-child(3) {
  transition-delay: 0s;
}
.card:hover .graphic-device__shape, .card:active .graphic-device__shape, .card:focus .graphic-device__shape, .card:focus-within .graphic-device__shape {
  transform: translateX(72px);
}

.section-process {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-process__header {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  max-width: 600px;
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
.section-process__text p:last-child {
  margin-bottom: 0;
}
.section-process__carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 12px;
  overflow: visible;
}
.section-process__carousel .flickity-viewport,
.section-process__carousel .flickity-slider {
  overflow: visible;
}

.process-step {
  display: flex;
  align-items: top;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 85%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .process-step {
    width: 65%;
    max-width: 800px;
  }
}
.process-step__number {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(120px, 15vw, 200px);
  line-height: 1;
  color: #ffffff;
  -webkit-text-stroke: 1px var(--color----primary);
  text-stroke: 1px var(--color----primary);
  position: relative;
  flex-shrink: 0;
  width: calc(clamp(64px, 5.5555555556vw, 80px) * 4);
  padding-right: clamp(64px, 5.5555555556vw, 80px);
  z-index: 2;
  text-align: right;
}
@media (max-width: 767px) {
  .process-step__number {
    width: calc(clamp(64px, 5.5555555556vw, 80px) * 2);
    font-size: clamp(60px, 8vw, 120px);
  }
}
.process-step__connector {
  flex: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--color----primary) 0%, color-mix(in srgb, var(--color----primary) 20%, transparent) 25%, color-mix(in srgb, var(--color----primary) 20%, transparent) 75%, var(--color----primary) 100%);
  margin: 0 calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  right: calc(clamp(64px, 5.5555555556vw, 80px) / 2 * -0.5);
  position: absolute;
  z-index: -1;
}
.process-step__dot {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color----primary);
  border-radius: 50%;
  transform: translate(50%, -50%);
  background-color: #ffffff;
}
.process-step__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid var(--color----primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.process-step__body {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  background-color: color-mix(in srgb, var(--color----grey-4) 30%, transparent);
}
.process-step__title {
  margin: 0 0 calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  color: var(--color----black-1);
  font-size: clamp(28px, 7vw, 96px);
  overflow-wrap: break-word;
  hyphens: auto;
}
.process-step__text p:last-child {
  margin-bottom: 0;
}
.process-step__button {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.process-step .graphic-device {
  position: absolute;
  bottom: -12px;
  right: calc(clamp(64px, 5.5555555556vw, 80px) + 12px);
  height: 24px;
}

.section-rating {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-rating__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-rating__inner {
    flex-direction: row;
    gap: 64px;
  }
}
.section-rating__col {
  flex: 1;
  min-width: 0;
  padding: clamp(64px, 5.5555555556vw, 80px) 0;
}
.section-rating__col.bg__tertiary {
  align-self: stretch;
  padding: clamp(64px, 5.5555555556vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  background-image: url("img/waves-bg.svg");
  background-position: center center;
  border-radius: 8px;
}
.section-rating__ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-rating__ring .progress-ring {
  transform: rotate(-90deg);
  width: 200px;
  height: 200px;
}
.section-rating__ring .progress-ring__background {
  fill: none;
  stroke: var(--color----primary);
  stroke-width: 2;
  stroke-opacity: 0.2;
}
.section-rating__ring .progress-ring__circle {
  fill: none;
  stroke: var(--color----secondary);
  stroke-width: 4;
  stroke-linecap: round;
}
.section-rating__score {
  position: absolute;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: var(--color----primary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-rating__score-whole {
  font-size: 5rem;
}
.section-rating__score-decimal {
  font-size: 3rem;
}
.section-rating__count {
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 400;
}
.section-rating__text {
  margin: 0;
}
.section-rating__text p {
  margin: 0;
}

.section-text.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-text__inner {
  --columns: 1;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 1.5rem;
}
.section-text__title {
  grid-column: 1/-1;
}
.section-text__text {
  --columns: 1;
  column-count: var(--columns);
  column-gap: 2rem;
}
.section-text__text p,
.section-text__text ol,
.section-text__text ul {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.section-text .btn {
  justify-self: flex-start;
}

.section-text--two-columns .section-text__inner {
  max-width: 100%;
}
.section-text--two-columns .section-text__columns {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
}
@media (min-width: 768px) {
  .section-text--two-columns .section-text__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section-text--two-columns .section-text__column {
  display: grid;
  gap: 1rem;
  align-self: start;
  min-width: 0;
}
.section-text--two-columns .section-text__text {
  column-count: auto;
}

html {
  scroll-behavior: smooth;
}

.section-anchor-links__inner {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) {
  .section-anchor-links__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.section-anchor-links__content {
  display: grid;
  gap: 1rem;
  align-self: start;
}
.section-anchor-links__button {
  justify-self: start;
}
.section-anchor-links__nav {
  align-self: start;
}
.section-anchor-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--color----grey-4);
}
.section-anchor-links__item {
  border-bottom: 1px solid var(--color----grey-4);
}
.section-anchor-links__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--color----black-3);
  text-decoration: none;
  font-size: var(--text---normal---regular);
  transition: all 0.2s ease;
}
.section-anchor-links__link::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("img/arrow.svg");
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.section-anchor-links__link:hover {
  text-decoration: none;
  padding-left: 12px;
}
.section-anchor-links__link:hover, .section-anchor-links__link:active, .section-anchor-links__link:focus, .section-anchor-links__link:focus-within {
  color: var(--color----primary);
}
.section-anchor-links__link:hover::after, .section-anchor-links__link:active::after, .section-anchor-links__link:focus::after, .section-anchor-links__link:focus-within::after {
  transform: rotate(90deg) translateX(3px);
}

.section-text-media {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-text-media.has-overlay {
  position: relative;
}
.section-text-media.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("img/overlay-small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.2;
  transform: translate(-50%, -20%);
}
@media (min-width: 768px) {
  .section-text-media.has-overlay::before {
    right: auto;
    width: 100%;
  }
}
.section-text-media.has-overlay > * {
  position: relative;
}
.section-text-media__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-text-media__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(64px, 5.5555555556vw, 80px);
  }
}
.section-text-media__media {
  overflow: hidden;
  border-radius: 8px;
}
.section-text-media__media video,
.section-text-media__media img {
  width: 100%;
  height: auto;
  display: block;
}
.section-text-media__media:not(:has(video, .video-play-trigger, .yt-embed)) {
  aspect-ratio: 4/3;
}
.section-text-media__media:not(:has(video, .video-play-trigger, .yt-embed)) .section-text-media__media-inner,
.section-text-media__media:not(:has(video, .video-play-trigger, .yt-embed)) img {
  width: 100%;
  height: 100%;
}
.section-text-media__media:not(:has(video, .video-play-trigger, .yt-embed)) img {
  object-fit: cover;
  object-position: center center;
}
.section-text-media__media.has-parallax {
  --parallax-scale: 1.12;
  --parallax-shift: 24px;
  will-change: transform;
}
.section-text-media__media.has-parallax .section-text-media__media-inner {
  transform: scale(var(--parallax-scale));
  will-change: transform;
}
.section-text-media .video-play-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
  background: var(--color----black-1);
  aspect-ratio: 16/9;
}
.section-text-media .video-play-trigger__poster img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.section-text-media .video-play-trigger__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease;
}
.section-text-media .video-play-trigger__icon svg {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}
.section-text-media .video-play-trigger:hover .video-play-trigger__poster img, .section-text-media .video-play-trigger:active .video-play-trigger__poster img, .section-text-media .video-play-trigger:focus .video-play-trigger__poster img, .section-text-media .video-play-trigger:focus-within .video-play-trigger__poster img {
  transform: scale(1.03);
  opacity: 0.85;
}
.section-text-media .video-play-trigger:hover .video-play-trigger__icon, .section-text-media .video-play-trigger:active .video-play-trigger__icon, .section-text-media .video-play-trigger:focus .video-play-trigger__icon, .section-text-media .video-play-trigger:focus-within .video-play-trigger__icon {
  background: rgba(0, 0, 0, 0.45);
}
.section-text-media .video-play-trigger:hover .video-play-trigger__icon svg, .section-text-media .video-play-trigger:active .video-play-trigger__icon svg, .section-text-media .video-play-trigger:focus .video-play-trigger__icon svg, .section-text-media .video-play-trigger:focus-within .video-play-trigger__icon svg {
  transform: scale(1.1);
}
.section-text-media__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-text-media__text {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .section-text-media--media-first .section-text-media__media {
    order: 1;
  }
  .section-text-media--media-first .section-text-media__content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-text-media--text-first .section-text-media__content {
    order: 1;
  }
  .section-text-media--text-first .section-text-media__media {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-text-media--middle .section-text-media__inner {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-text-media--top .section-text-media__inner {
    align-items: flex-start;
  }
}

.section-text-manifest {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) * 2);
}
.section-text-manifest__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-text-manifest__inner {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: center;
    gap: clamp(64px, 5.5555555556vw, 80px);
  }
}
.section-text-manifest__manifest-text {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 4vw;
  line-height: 150%;
  color: var(--section-heading-color);
}
.section-text-manifest__manifest-text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.section-text-manifest__manifest-text p:last-child {
  margin-bottom: 0;
}
.section-text-manifest__manifest-text .highlight {
  color: var(--section-highlight-color, var(--color----secondary));
}
.section-text-manifest__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-text-manifest__text {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .section-text-manifest--manifest-first .section-text-manifest__manifest {
    order: 1;
  }
  .section-text-manifest--manifest-first .section-text-manifest__content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-text-manifest--text-first .section-text-manifest__content {
    order: 1;
  }
  .section-text-manifest--text-first .section-text-manifest__manifest {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-text-manifest--middle .section-text-manifest__inner {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-text-manifest--top .section-text-manifest__inner {
    align-items: flex-start;
  }
}

.section-video__video, .section-video__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.section-video__trigger {
  width: 100%;
  border-radius: 8px;
}
.section-video .yt-embed {
  width: 100%;
}

.section-iframe__embed {
  position: relative;
  width: 100%;
}
.section-iframe__embed iframe {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 8px;
}

.skpu-embed {
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  border-radius: 6px;
  background-color: var(--color----tertiary);
}

.section-quote {
  position: relative;
  overflow: hidden;
  margin-top: clamp(64px, 5.5555555556vw, 80px);
  background-color: var(--color----primary);
}
.section-quote__background {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.section-quote__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-quote__inner {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: left;
}
.section-quote__content {
  max-width: 720px;
  width: 100%;
}
.section-quote__subtitle {
  margin: 1rem auto 0;
  font-size: 1rem;
  color: var(--color----tertiary);
  opacity: 0.7;
}
.section-quote__quote {
  margin: 0;
}
.section-quote__quote p {
  margin: 0;
  font-size: var(--heading---h3);
  color: var(--color----tertiary);
  line-height: 150%;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.section-numbered-cards {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-numbered-cards .container {
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
.section-numbered-cards__title {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.section-numbered-cards__text {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-numbered-cards__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .section-numbered-cards__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-numbered-cards__list .numbered-card:nth-child(odd) {
    justify-self: end;
  }
  .section-numbered-cards__list .numbered-card:nth-child(even) {
    justify-self: start;
  }
}
.section-numbered-cards__media {
  min-height: 320px;
}

.numbered-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  overflow: visible;
}
.numbered-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: color-mix(in srgb, var(--color----grey-5) 50%, transparent);
}
.numbered-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  margin-bottom: 12px;
}
.numbered-card__title {
  flex: 1;
  min-width: 0;
  align-self: start;
  font-size: var(--heading---h1);
  line-height: 1;
  margin: 0;
}
.numbered-card__index {
  flex-shrink: 0;
  align-self: start;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--heading---h1);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--color----primary);
  text-stroke: 1px var(--color----primary);
}
.numbered-card .graphic-device {
  position: absolute;
  bottom: -12px;
  right: 12px;
  height: 24px;
  aspect-ratio: 72/22;
  display: block;
  overflow: hidden;
}
.numbered-card .graphic-device svg {
  display: block;
  height: 100%;
  width: auto;
}

.section-review-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-review-slider__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
.section-review-slider__carousel {
  width: 100%;
  min-width: 0;
}
.section-review-slider__carousel:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.section-review-slider__actions {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-review-slider .flickity-page-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  padding: 0;
  list-style: none;
}
.section-review-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: var(--section-highlight-color);
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.section-review-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.review-slide {
  width: 82%;
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  opacity: 0.35;
  transition: opacity 0.35s ease;
}
.review-slide.is-selected {
  opacity: 1;
}
@media (min-width: 768px) {
  .review-slide {
    width: 54%;
  }
}
.review-slide__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  width: 100%;
  min-height: 280px;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
@media (min-width: 768px) {
  .review-slide__card {
    min-height: 320px;
    padding: clamp(64px, 5.5555555556vw, 80px);
  }
}
.review-slide__card {
  border: 1px solid var(--section-highlight-color);
}
.review-slide__message {
  margin: 0;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(1.375rem, 2.4vw, 2.5rem);
  line-height: 150%;
  color: var(--section-heading-color);
}
.review-slide__message p {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-slide__message p + p {
  display: none;
}
.review-slide__message .highlight {
  color: var(--section-highlight-color);
}
.review-slide__author {
  margin: 0;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--text---small---regular);
  font-weight: 400;
  color: color-mix(in srgb, var(--color----black-1) 70%, transparent);
}

.section-review-slider.theme-green .review-slide__author {
  color: var(--section-highlight-color);
}

.review {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 380px;
  text-align: left !important;
}
.review__media {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
}
.review__media img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.review__message {
  flex: 1;
  color: var(--color----black-3);
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review__message p {
  margin: 0 0 0.5em;
}
.review__message p:last-child {
  margin-bottom: 0;
}
.review__meta {
  margin-top: auto;
  padding-top: 16px;
}
.review__author {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--color----black-3);
}
.review__company {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--color----grey-2);
}

.section-review-grid .section-review-grid__title {
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-review-grid .section-review-grid__grid .reviews-overview-container .reviews-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
@media (min-width: 768px) {
  .section-review-grid .section-review-grid__grid .reviews-overview-container .reviews-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section-review-grid .section-review-grid__grid .reviews-overview-container .reviews-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-review-grid .section-review-grid__grid .reviews-overview-container .reviews-overview .review {
  box-shadow: none;
  height: auto;
}

.section-form {
  padding-top: calc(140px + var(--section-padding-top));
}
.section-form__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  align-items: start;
}
@media (min-width: 768px) {
  .section-form__inner {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: clamp(64px, 5.5555555556vw, 80px);
  }
}
.section-form__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-form__text {
  max-width: 768px;
}
.section-form__button {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
.section-form__socials {
  display: flex;
  flex-wrap: wrap;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  list-style: none;
  margin: calc(clamp(64px, 5.5555555556vw, 80px) / 2) 0 0;
  padding: 0;
}
.section-form__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  line-height: 0;
}
.section-form__social-icon {
  display: block;
  width: 24px;
  height: auto;
}
.section-form__form {
  width: 100%;
  min-width: 0;
}
.section-form__form .wpcf7 {
  background-color: var(--color----tertiary);
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
.section-form__form .wpcf7 .wpcf7-wrapper {
  margin-bottom: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  display: flex;
  flex-direction: column;
}
.section-form__form .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.section-form__form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4 / 2);
}

.wpcf7-spinner {
  display: none;
}

input[type=submit],
.wpcf7-submit {
  width: auto;
  align-self: flex-start;
}

select,
input:not([type=checkbox]):not([type=submit]),
textarea {
  width: 100%;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 4 / 2) calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  border: none;
  background-color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-not-valid-tip {
  color: var(--color----error);
  font-size: var(--text---small---regular);
  margin: 0;
}

.wpcf7-not-valid-tip {
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4 / 4);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: none;
  padding: 0;
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}

.wpcf7 form[data-bussum-thank-you-redirect].sent .wpcf7-response-output {
  display: none !important;
}

input:not([type=checkbox]):not([type=submit])[aria-invalid=true],
textarea[aria-invalid=true],
select[aria-invalid=true],
.wpcf7-not-valid {
  border: 1px solid var(--color----error);
}

select {
  appearance: none;
  background-image: url("../../../img/icons/primary/caret_down_sm.svg");
  background-repeat: no-repeat;
  background-position: right calc(clamp(64px, 5.5555555556vw, 80px) / 4) center;
  background-size: 16px;
  padding-right: calc(clamp(64px, 5.5555555556vw, 80px) / 4 * 2);
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 12px;
}

.section-form.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-form.index-0 .section-form__text {
  padding-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}

.contact-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  margin-top: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
.contact-details-grid h3 {
  font-size: var(--heading---h4);
}
.contact-details-grid ul {
  list-style: none;
  padding-left: 0;
}
.contact-details-grid ul li {
  padding-left: 1.5em;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 1em;
  margin-bottom: 12px;
}
.contact-details-grid ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.livestream-form {
  padding-bottom: clamp(64px, 5.5555555556vw, 80px);
  padding-top: 140px;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}

.section-gallery {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-gallery__item {
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.section-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-news {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-news.index-0 {
  padding-top: calc(140px + var(--section-padding-top));
}
.section-news__inner {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
}
.section-news__header {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
}
.section-news__title {
  margin: 0;
}
.section-news__text p:last-child {
  margin-bottom: 0;
}
.section-news__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-news__card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: var(--color----black-2);
}
.section-news__card-link {
  display: block;
  position: absolute;
  inset: 0;
  text-decoration: none;
}
.section-news__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%);
}
.section-news__card-link:hover .section-news__card-bg, .section-news__card-link:active .section-news__card-bg, .section-news__card-link:focus .section-news__card-bg, .section-news__card-link:focus-within .section-news__card-bg {
  transform: scale(1.04);
}
.section-news__card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.section-news__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-news__card-date {
  color: var(--color----grey-4);
  font-size: var(--text---small---regular);
}
.section-news__card-title {
  color: #ffffff;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--heading---h5);
}

.section-services {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-services.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-services__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  margin-bottom: clamp(64px, 5.5555555556vw, 80px);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-services__header {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(64px, 5.5555555556vw, 80px);
    align-items: start;
  }
}
.section-services__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-services__kicker {
  margin: 0;
}
.section-services__title {
  margin: 0;
  color: var(--color----black-1);
}
.section-services__text {
  min-width: 0;
}
.section-services__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-services__text {
    padding-top: 1.75rem;
  }
}
.section-services__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-services__item {
  min-width: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid var(--color----grey-5);
  border-radius: 8px;
  overflow: visible;
  text-decoration: none;
  color: inherit;
}
.service-card:hover, .service-card:active, .service-card:focus, .service-card:focus-within {
  color: inherit;
  text-decoration: none;
}
.service-card:hover .service-card__image img, .service-card:active .service-card__image img, .service-card:focus .service-card__image img, .service-card:focus-within .service-card__image img {
  transform: scale(1.05);
}
.service-card:hover .service-card__arrow, .service-card:active .service-card__arrow, .service-card:focus .service-card__arrow, .service-card:focus-within .service-card__arrow {
  background-color: #2b5441;
}
.service-card__image {
  aspect-ratio: 16/10;
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 24px 24px 48px;
}
.service-card__title {
  margin: 0;
  color: var(--color----black-1);
  font-size: var(--heading---h5);
}
.service-card__text p {
  color: var(--color----grey-2);
}
.service-card__text p:last-child {
  margin-bottom: 0;
}
.service-card__arrow {
  position: absolute;
  right: 20px;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: var(--color----secondary);
  color: #ffffff;
  transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-card__arrow svg {
  display: block;
}

.section-project-slider {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.section-project-slider.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-project-slider__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  margin-bottom: clamp(64px, 5.5555555556vw, 80px);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-project-slider__header {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(64px, 5.5555555556vw, 80px);
    align-items: start;
  }
}
.section-project-slider__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-project-slider__kicker {
  margin: 0;
}
.section-project-slider__title {
  margin: 0;
  color: var(--color----black-1);
}
.section-project-slider__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-project-slider__intro {
    padding-top: 1.75rem;
  }
}
.section-project-slider__text p:last-child {
  margin-bottom: 0;
}
.section-project-slider__viewport {
  position: relative;
  width: 100%;
  padding-bottom: 24px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 max(clamp(64px, 5.5555555556vw, 80px), calc((100% - min(100%, 1600px)) / 2 + calc(clamp(64px, 5.5555555556vw, 80px) / 2))), #000 calc(100% - clamp(64px, 5.5555555556vw, 80px)), transparent);
  mask-image: linear-gradient(to right, transparent, #000 max(clamp(64px, 5.5555555556vw, 80px), calc((100% - min(100%, 1600px)) / 2 + calc(clamp(64px, 5.5555555556vw, 80px) / 2))), #000 calc(100% - clamp(64px, 5.5555555556vw, 80px)), transparent);
}
.section-project-slider__carousel {
  width: calc(100% - calc((100% - min(100%, 1600px)) / 2 + calc(clamp(64px, 5.5555555556vw, 80px) / 2)));
  margin-left: calc((100% - min(100%, 1600px)) / 2 + calc(clamp(64px, 5.5555555556vw, 80px) / 2));
  min-width: 0;
}
.section-project-slider__carousel .flickity-viewport {
  overflow: visible;
}
.section-project-slider__carousel:not(.flickity-enabled) {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.project-slide {
  display: flex;
  width: 80%;
  margin-right: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  min-width: 0;
}
@media (min-width: 768px) {
  .project-slide {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .project-slide {
    width: 26%;
  }
}

.project-card,
.vacature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid var(--color----grey-5);
  border-radius: 8px;
  overflow: visible;
  text-decoration: none;
  color: inherit;
}
.project-card:hover, .project-card:active, .project-card:focus, .project-card:focus-within,
.vacature-card:hover,
.vacature-card:active,
.vacature-card:focus,
.vacature-card:focus-within {
  color: inherit;
  text-decoration: none;
}
.project-card:hover .project-card__image img,
.project-card:hover .vacature-card__image img, .project-card:active .project-card__image img,
.project-card:active .vacature-card__image img, .project-card:focus .project-card__image img,
.project-card:focus .vacature-card__image img, .project-card:focus-within .project-card__image img,
.project-card:focus-within .vacature-card__image img,
.vacature-card:hover .project-card__image img,
.vacature-card:hover .vacature-card__image img,
.vacature-card:active .project-card__image img,
.vacature-card:active .vacature-card__image img,
.vacature-card:focus .project-card__image img,
.vacature-card:focus .vacature-card__image img,
.vacature-card:focus-within .project-card__image img,
.vacature-card:focus-within .vacature-card__image img {
  transform: scale(1.05);
}
.project-card:hover .project-card__arrow,
.project-card:hover .vacature-card__arrow, .project-card:active .project-card__arrow,
.project-card:active .vacature-card__arrow, .project-card:focus .project-card__arrow,
.project-card:focus .vacature-card__arrow, .project-card:focus-within .project-card__arrow,
.project-card:focus-within .vacature-card__arrow,
.vacature-card:hover .project-card__arrow,
.vacature-card:hover .vacature-card__arrow,
.vacature-card:active .project-card__arrow,
.vacature-card:active .vacature-card__arrow,
.vacature-card:focus .project-card__arrow,
.vacature-card:focus .vacature-card__arrow,
.vacature-card:focus-within .project-card__arrow,
.vacature-card:focus-within .vacature-card__arrow {
  background-color: #2b5441;
}
.project-card__image,
.vacature-card__image {
  aspect-ratio: 16/10;
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.project-card__image img,
.vacature-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.project-card__body,
.vacature-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 12px;
  padding: 24px 24px 48px;
}
.project-card__title,
.vacature-card__title {
  margin: 0;
  color: var(--color----black-1);
  font-size: var(--heading---h5);
}
.project-card__tags,
.vacature-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.project-card__tag,
.vacature-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid var(--color----grey-5);
  border-radius: 999px;
  color: var(--color----grey-3);
  font-size: var(--text---small---regular);
  line-height: 1.4;
}
.project-card__arrow,
.vacature-card__arrow {
  position: absolute;
  right: 20px;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: var(--color----secondary);
  color: #ffffff;
  transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
.project-card__arrow svg,
.vacature-card__arrow svg {
  display: block;
}

.section-project-grid {
  width: 100%;
  max-width: 100%;
}
.section-project-grid.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-project-grid__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  margin-bottom: clamp(64px, 5.5555555556vw, 80px);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-project-grid__header {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(64px, 5.5555555556vw, 80px);
    align-items: start;
  }
}
.section-project-grid__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-project-grid__kicker {
  margin: 0;
}
.section-project-grid__title {
  margin: 0;
  color: var(--color----black-1);
}
.section-project-grid__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-project-grid__intro {
    padding-top: 1.75rem;
  }
}
.section-project-grid__text p:last-child {
  margin-bottom: 0;
}
.section-project-grid__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  row-gap: clamp(64px, 5.5555555556vw, 80px);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-project-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section-project-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-project-grid__item {
  min-width: 0;
}

.section-vacature-grid {
  width: 100%;
  max-width: 100%;
}
.section-vacature-grid.index-0 {
  padding-top: calc(104px + var(--section-padding-top));
}
.section-vacature-grid__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  margin-bottom: clamp(64px, 5.5555555556vw, 80px);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-vacature-grid__header {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(64px, 5.5555555556vw, 80px);
    align-items: start;
  }
}
.section-vacature-grid__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-vacature-grid__kicker {
  margin: 0;
}
.section-vacature-grid__title {
  margin: 0;
  color: var(--color----black-1);
}
.section-vacature-grid__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 4);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-vacature-grid__intro {
    padding-top: 1.75rem;
  }
}
.section-vacature-grid__text p:last-child {
  margin-bottom: 0;
}
.section-vacature-grid__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  min-width: 0;
}
@media (min-width: 768px) {
  .section-vacature-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(clamp(64px, 5.5555555556vw, 80px) / 2);
  }
}
@media (min-width: 1024px) {
  .section-vacature-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-vacature-grid__item {
  min-width: 0;
}

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