@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
:root {
  --border-radius: 16px;
  --border-radius-pill: 9999px;
  --transition: 0.8s;
  --box-shadow:
    0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14);

  --color-0: #ffffff;
  --color-0-rgb: 255, 255, 255;

  --color-1: #00426a;
  --color-1-rgb: 0, 66, 106;

  --color-2: #dfebf4;
  --color-2-rgb: 223, 235, 244;

  --color-3: #e06f10;
  --color-3-rgb: 224, 111, 16;

  --color-4: #fde6d6;
  --color-4-rgb: 253, 230, 214;

  --color-5: #009fe3;
  --color-5-rgb: 0, 159, 227;

  --color-6: #000000;
  --color-6-rgb: 0, 0, 0;

  --color-7: #000000;
  --color-7-rgb: 0, 0, 0;

  --box-shadow-color-0:
    0 0 0.125rem rgb(255 255 255 / 0%),
    0 0.125rem 0.25rem rgb(255 255 255 / 50%);
  --box-shadow-color-1:
    0 0 0.125rem rgb(0 66 106 / 0%), 0 0.125rem 0.25rem rgb(0 66 106 / 50%);
  --box-shadow-color-2:
    0 0 0.125rem rgb(223 235 244 / 0%),
    0 0.125rem 0.25rem rgb(223 235 244 / 50%);
  --box-shadow-color-3:
    0 0 0.125rem rgb(224 111 16 / 0%), 0 0.125rem 0.25rem rgb(224 111 16 / 50%);
  --box-shadow-color-4:
    0 0 0.125rem rgb(253 230 214 / 0%),
    0 0.125rem 0.25rem rgb(253 230 214 / 50%);
  --box-shadow-color-5:
    0 0 0.125rem rgb(0 159 227 / 0%), 0 0.125rem 0.25rem rgb(0 159 227 / 50%);
  --box-shadow-color-6:
    0 0 0.125rem rgb(0 0 0 / 0%), 0 0.125rem 0.25rem rgb(0 0 0 / 50%);
  --box-shadow-color-7:
    0 0 0.125rem rgb(0 0 0 / 0%), 0 0.125rem 0.25rem rgb(0 0 0 / 50%);
}
body {
  background-color: var(--color-0);
  color: var(--color-1);
  font-size: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.035rem;
}
html,
body {
  overflow-x: clip;
}
input,
textarea {
  padding: 1em 2em;
  background: white;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  display: block;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--border-radius);
}
input {
  border-radius: var(--border-radius-pill);
}
textarea {
  box-shadow: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus {
  border-radius: var(--border-radius-pill);
}
textarea:focus {
  border-radius: var(--border-radius);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}
.field_wrap {
  margin-bottom: 0.25rem;
}
.field_status {
  display: block;
  min-height: 1.4em;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
input.input_success,
textarea.input_success {
  border-color: #41b38e;
}
input.input_warning,
textarea.input_warning {
  border-color: #f4b142;
}
input.input_error,
textarea.input_error {
  border-color: #e65c48;
}
.field_status.status_success {
  color: #41b38e;
}
.field_status.status_warning {
  color: #f4b142;
}
.field_status.status_error {
  color: #e65c48;
}
h1,
h2,
h3 {
  font-family: "Ubuntu" sans-serif;
  font-style: normal;
  font-weight: 700;
}
a {
  cursor: pointer;
}
h1 {
  font-size: clamp(1.5rem, 2.2vw, 5rem);
  line-height: clamp(2.7rem, 3.5vw, 4.8rem);
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}

p {
  line-height: 1.8rem;
}

button {
  cursor: pointer;
  border: none;
  font-size: inherit;
  font-family: inherit;
}
img {
  width: 100%;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: linear-gradient(
    to right,
    #f1f1f1 0%,
    #fbfcfe 20%,
    #fbfcfe 80%,
    #f1f1f1 100%
  );
}
.backdrop_erase_gradient {
  background: linear-gradient(180deg, #ffffff, transparent);
}

@media (max-width: 768px) {
  .backdrop {
    display: none;
  }
  .backdrop_erase_gradient {
    background: none;
  }
}

.header_banner_wrapper {
  position: relative;
}

.header_text_container {
  position: absolute;
  color: white !important;
  font-weight: 200;
  padding: 100px 60px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 70%;
  z-index: 3;
}

.text_container h1,
.text_container h2,
.text_container h3 {
  color: white !important;
}
.header_menu {
  position: absolute;
  display: flex;
  align-items: center;
  width: 70%;
  height: 80px;
  background: white;
  border-bottom-right-radius: var(--border-radius);
  animation: slideDown 1s ease forwards;
  z-index: 3;
}

.header_menu::before {
  content: "";
  position: absolute;
  width: var(--border-radius);
  left: 0;
  background: #ffffff;
  height: var(--border-radius);
  bottom: calc(var(--border-radius) * -1);
  -webkit-mask: radial-gradient(
    var(--border-radius) at 100% 100%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 100% 100%,
    transparent 98%,
    black
  );
}

.header_menu::after {
  content: "";
  position: absolute;
  width: var(--border-radius);
  right: calc(var(--border-radius) * -1);
  background: #ffffff;
  height: var(--border-radius);
  top: 0;
  -webkit-mask: radial-gradient(
    var(--border-radius) at 100% 100%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 100% 100%,
    transparent 98%,
    black
  );
  animation: slideDown2 1s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-80px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown2 {
  from {
    transform: translateY(calc(80px - var(--border-radius) * 2));
  }
  to {
    transform: translateY(0);
  }
}
.header_menu_link_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  height: 60px;
  padding: 0 20px;
}

.header_menu_link_container a {
  padding: 10px;
  border-radius: var(--border-radius-pill);
  transition: var(--transition);
  font-size: 1rem;
}
.header_menu_link_container a:hover {
  background: var(--color-2);
  padding: 10px 20px;
}

.header_menu_logo_container {
  display: flex;
  width: 30%;
}
.header_menu_logo_container img {
  width: 100%;
}
.header_menu_mobile_button_container {
  display: none;
}
.header_menu_mobile_button_container button {
  background: var(--color-2);
  border-radius: var(--border-radius);
  padding: 5px 7px;
  box-shadow: var(--box-shadow);
}
@media (max-width: 768px) {
  .header_menu {
    position: relative;
    flex-wrap: wrap;
  }
  .header_banner {
    height: 60vh;
  }
  .header_menu_link_container {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
    width: 100%;
    background: var(--color-2);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 0 10px;
  }
  .header_menu_link_container.open {
    max-height: 400px;
    padding: 20px 10px;
  }
  .header_menu_link_container div {
    padding: 10px 0px;
  }
  .header_menu_logo_container {
    width: 70%;
  }
  .header_menu_mobile_button_container {
    display: block;
  }
  .header_menu {
    width: 100%;
    justify-content: space-between;
  }
  .header_text_container {
    max-width: 100%;
    width: 100%;
  }
  .banner_text {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .banner_text div {
    height: 100%;
  }
}
.header_contact_container {
  position: absolute;
  right: 0;
  background: #ffffff;
  height: 60px;
  width: 150px;
  border-bottom-left-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideLeft 0.8s ease forwards;
  animation-delay: 0.2s;
  transform: translateX(100%);
  z-index: 3;
}

.header_contact_container::after {
  content: "";
  position: absolute;
  width: var(--border-radius);
  right: 0;
  background: #ffffff;
  height: var(--border-radius);
  bottom: calc(var(--border-radius) * -1);
  -webkit-mask: radial-gradient(
    var(--border-radius) at 0% 100%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 0% 100%,
    transparent 98%,
    black
  );
  animation: slideLeft2 0.8s ease forwards;
  animation-delay: 0.2s;
  transform: translateX(calc(-150px + var(--border-radius)));
}

.header_contact_container::before {
  content: "";
  position: absolute;
  width: var(--border-radius);
  left: calc(var(--border-radius) * -1);
  background: #ffffff;
  height: var(--border-radius);
  top: 0;
  -webkit-mask: radial-gradient(
    var(--border-radius) at 0% 100%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 0% 100%,
    transparent 98%,
    black
  );
}

@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideLeft2 {
  from {
    transform: translateX(calc(-150px + var(--border-radius)));
  }
  to {
    transform: translateX(0);
  }
}

.header_social_media_wrapper {
  position: absolute;
  right: 7.5%;
  bottom: 0;
  animation: slideUp 0.8s ease forwards;
  animation-delay: 0.5s;
  transform: translateY(100%);
  z-index: 3;
}
.header_social_media_container {
  position: relative;
  bottom: 0;
  justify-content: center;
  display: flex;
  gap: 8px;
  background: white;
  border-top-right-radius: var(--border-radius);
  padding: 10px;
  box-sizing: border-box;
  height: 60px;
  border-top-left-radius: var(--border-radius);
}
.header_social_media_container::after {
  content: "";
  position: absolute;
  width: var(--border-radius);
  right: calc(var(--border-radius) * -1);
  background: #ffffff;
  height: var(--border-radius);
  bottom: 0;
  -webkit-mask: radial-gradient(
    var(--border-radius) at 100% 0,
    transparent 98%,
    black
  );
  mask: radial-gradient(var(--border-radius) at 100% 0, transparent 98%, black);
  animation: slideUp2 0.8s ease forwards;
  animation-delay: 0.5s;
  transform: translateY(calc(-50px + var(--border-radius)));
}
.header_social_media_container::before {
  content: "";
  position: absolute;
  width: var(--border-radius);
  left: calc(var(--border-radius) * -1);
  background: #ffffff;
  height: var(--border-radius);
  bottom: 0;

  -webkit-mask: radial-gradient(
    var(--border-radius) at 0 0,
    transparent 98%,
    black
  );
  mask: radial-gradient(var(--border-radius) at 0 0, transparent 98%, black);
  animation: slideUp2 0.8s ease forwards;
  animation-delay: 0.5s;
  transform: translateY(calc(-50px + var(--border-radius)));
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideUp2 {
  from {
    transform: translateY(calc(-50px + var(--border-radius)));
  }
  to {
    transform: translateY(0);
  }
}

.header_social_media_button {
  background: var(--color-3);
  color: var(--color-0);
  border-radius: 8px;
  padding: 6px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_social_media_button img {
  width: 25px;
}
/* WRAPPER */
.header_banner {
  position: relative;
  width: 100%;
  aspect-ratio: 212 / 137;
  margin-top: 3vh;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--color-1);
}

/* SLIDES */
.banner_slide {
  position: absolute;
  inset: 0;
  background: var(--bg) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.03);
  z-index: 0;
  animation: bannerFadeZoom;
}

/* OVERLAY */
.banner_slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(var(--color-1-rgb), 1),
    rgba(var(--color-1-rgb), 0.8),
    rgba(var(--color-1-rgb), 0.5)
  );
  z-index: 1;
}

/* IMAGE ANIMATION */
@keyframes bannerFadeZoom {
  0% {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
  }

  26% {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }

  33.333% {
    opacity: 0;
    transform: scale(1);
    z-index: 0;
  }

  93% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
  }
}

/* TEXT CONTAINER (jouw bestaande class) */
.header_text_container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* TEXT ANIMATION */
.banner_text {
  max-width: 55%;
  padding: 6%;
  color: white;

  opacity: 0;
  transform: translateY(12px);
  animation: bannerTextFade;
}

/* TEXT KEYFRAMES */
@keyframes bannerTextFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  31% {
    opacity: 0;
    transform: translateY(-10px);
  }

  94% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bannerImageFade {
  to {
    opacity: 1;
  }
}

@keyframes bannerOverlayFade {
  to {
    opacity: 0.9;
  }
}

.banner_slide,
.banner_text {
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

/* slide delays */
.banner_slide:nth-child(1),
.banner_slide:nth-child(1) .banner_text {
  animation-delay: 0s;
}

.banner_slide:nth-child(2),
.banner_slide:nth-child(2) .banner_text {
  animation-delay: -20s;
}

.banner_slide:nth-child(3),
.banner_slide:nth-child(3) .banner_text {
  animation-delay: -10s;
}

/* Tekst wrapper */
.text_slide_animation {
  color: var(--color-2); /* lichte basis kleur */
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
}

/* Pseudo-element dat de kwaststreek maakt */
.text_slide_animation::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--mask-width, 100%);
  color: var(--color-1); /* donkere kwastkleur */
  overflow: hidden;
  white-space: normal;
  text-align: center;
  font-size: 2.5rem;
  clip-path: inset(0 100% 0 0); /* begin: volledig verborgen */
  transition: clip-path 1s cubic-bezier(0.18, 0.17, 0.6, 0.96);
}

.text_slide_animation.animate::after {
  clip-path: inset(0 0% 0 0); /* einde: volledig zichtbaar */
}

@media (max-width: 768px) {
  .text_slide_animation {
    width: 100%;
  }

  .text_slide_animation::after {
    white-space: normal;
    word-break: break-word;
  }
}

.page_wrapper {
  overflow-x: hidden;
  width: 100%;
}

.text_color_0 {
  color: var(--color-0) !important;
}

.text_color_1 {
  color: var(--color-1) !important;
}

.text_color_2 {
  color: var(--color-2) !important;
}

.text_color_3 {
  color: var(--color-3) !important;
}

.text_color_4 {
  color: var(--color-4) !important;
}

.text_color_5 {
  color: var(--color-5) !important;
}

.text_color_6 {
  color: var(--color-6) !important;
}

.text_color_7 {
  color: var(--color-7) !important;
}

.border_color_0 {
  border-color: var(--color-0) !important;
}

.border_color_1 {
  border-color: var(--color-1) !important;
}

.border_color_2 {
  border-color: var(--color-2) !important;
}

.border_color_3 {
  border-color: var(--color-3) !important;
}

.border_color_4 {
  border-color: var(--color-4) !important;
}

.border_color_5 {
  border-color: var(--color-5) !important;
}

.border_color_6 {
  border-color: var(--color-6) !important;
}

.border_color_7 {
  border-color: var(--color-7) !important;
}

.background_color_0 {
  background-color: var(--color-0);
}

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

.background_color_2 {
  background-color: var(--color-2);
}

.background_color_3 {
  background-color: var(--color-3);
}

.background_color_4 {
  background-color: var(--color-4);
}

.background_color_5 {
  background-color: var(--color-5);
}

.background_color_6 {
  background-color: var(--color-6);
}

.background_color_7 {
  background-color: var(--color-7);
}

.overlap {
  float: left;
  height: 0;
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

.img {
  border-radius: var(--border-radius);
  margin: 0 auto;
  float: none;
}
#footer {
  background: var(--color-1);
  color: var(--color-0);
  border-radius: var(--border-radius);
  padding: 50px 0 0 0;
  box-shadow: var(--box-shadow);
}

#copyright_footer {
  padding: 10px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: small;
  color: grey;
  font-weight: 100;
}
#copyright_footer img {
  width: 80px;
}

.policy_document_container h1 {
  font-size: 3rem;
  text-transform: none;
}
.policy_document_container h2 {
  font-size: 2rem;
  text-transform: none;
}
.policy_document_container h3 {
  font-size: 1rem;
  text-transform: none;
}

.slider_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.slider_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-y: hidden;
}

.slider_container::-webkit-scrollbar {
  display: none;
}

.slider_item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 20px;
}

.slider_button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.slider_button_prev {
  left: 10px;
}

.slider_button_next {
  right: 10px;
}

@media (min-width: 1024px) {
  .slider_button {
    display: block;
  }

  .slider_wrapper.slider_2 .slider_item {
    flex: 0 0 50%;
  }

  .slider_wrapper.slider_3 .slider_item {
    flex: 0 0 33.3333%;
  }

  .slider_wrapper.slider_4 .slider_item {
    flex: 0 0 25%;
  }

  .slider_wrapper.slider_5 .slider_item {
    flex: 0 0 20%;
  }

  .slider_wrapper.slider_6 .slider_item {
    flex: 0 0 16.6667%;
  }

  .slider_wrapper.slider_7 .slider_item {
    flex: 0 0 14.2857%;
  }

  .slider_wrapper.slider_8 .slider_item {
    flex: 0 0 12.5%;
  }

  .slider_wrapper.slider_9 .slider_item {
    flex: 0 0 11.1111%;
  }

  .slider_wrapper.slider_10 .slider_item {
    flex: 0 0 10%;
  }
}

.line_anchor_container {
  position: relative;
}

.line_anchor,
.line_anchor_visible {
  position: absolute;
  height: 0;
  width: 0;
}

.leader-line {
  z-index: 0;
}

.above_line {
  display: flex;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .leader-line {
    display: none !important;
  }
}

.benefits_container {
  display: flex;
  gap: 0.5rem;
}

.benefits_icon {
  height: 60px;
  background: var(--color-4);
  width: 60px;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.benefits_icon img {
  transition: var(--transition);
}
.benefits_text {
  height: 60px;
  background: var(--color-4);
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 25px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.benefits_container:hover .benefits_icon,
.benefits_container:hover .benefits_text {
  background: var(--color-3);
  color: var(--color-0);
  box-shadow: var(--box-shadow-color-3);
}

.benefits_container:hover .benefits_icon img {
  filter: brightness(0) invert(1);
}

.benefits_container.active .benefits_icon,
.benefits_container.active .benefits_text {
  background: var(--color-3);
  color: var(--color-0);
  box-shadow: var(--box-shadow-color-3);
}

.benefits_container.active .benefits_icon img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .benefits_text {
    width: 100%;
    justify-content: start;
  }
  .benefits_container {
    width: 100%;
  }
}
.text_card {
  background: var(--color-2);
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: var(--box-shadow);
}

.text_card_header {
  margin-top: -19px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.text_card_title {
  width: calc(100% - 50px);
}
.text_card_title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color-1);
  display: block;
  border-radius: var(--border-radius-pill);
}
.text_card_icon {
  display: flex;
  align-items: end;
  margin-left: 25px;
}
.text_card_icon img {
  width: 50px;
}
.graph_1_wrapper {
  position: relative;
}

.graph_1_content {
  position: absolute;
  display: grid;
  gap: 2rem;
  padding-left: 50px;
  padding-bottom: 50px;
  height: 100%;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
}
.graph_1_bar {
  background: var(--color-2);
  border-radius: var(--border-radius);
  padding: 20px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  height: 400px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  position: relative;
  box-shadow: var(--box-shadow);
}

.graph_1_content > div:nth-of-type(1) .graph_1_bar {
  height: 320px;
}

.graph_1_content > div:nth-of-type(2) .graph_1_bar {
  height: 400px;
}

.graph_1_content > div:nth-of-type(3) .graph_1_bar {
  height: 300px;
}

.graph_1_content > div:nth-of-type(4) .graph_1_bar {
  height: 380px;
}

.graph_1_bar:hover,
.graph_1_bar.active {
  background: var(--color-5);
  color: white;
  height: 600px;
  box-shadow: var(--box-shadow-color-5);
}

.graph_1_bar hr {
  border: none;
  height: 4px;
  background-color: var(--color-1);
  border-radius: 4px;
  transition: 1s;
}

.graph_1_bar:hover hr,
.graph_1_bar.active hr {
  background: white;
}
.graph_1_bar img {
  width: 20%;
  position: absolute;
  top: 25px;
  left: 25px;
  transition: filter 0.3s ease;
}

.graph_1_bar:hover img,
.graph_1_bar.active img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .graph_1_background {
    display: none;
  }
  .graph_1_content {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .graph_1_content {
    position: relative;
  }
  .graph_1_wrapper {
    height: auto;
  }
  .graph_1_bar {
    height: 300px !important;
  }
}

.graph_2_wrapper {
  position: relative;
}

.graph_2_content {
  position: absolute;
  display: grid;
  gap: 2rem;
  padding-left: 50px;
  height: 100%;
  padding-bottom: 35px;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
}

.graph_2_bubble {
  aspect-ratio: 1;
  border-radius: var(--border-radius-pill);
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow);
}
.graph_2_bubble.bubble_1 {
  background: #a9d5ee;
  height: 150px;
  width: 150px;
  left: 40%;
  bottom: 10%;
  animation: float1 11s ease-in-out infinite;
  padding: 40px;
}
.graph_2_bubble.bubble_2 {
  background: #fee6d5;
  height: 200px;
  width: 200px;
  left: 180%;
  bottom: 37%;
  animation: float2 12s ease-in-out infinite;
  animation-delay: 1s;
}
.graph_2_bubble.bubble_3 {
  background: #e0eaf2;
  height: 230px;
  width: 230px;
  left: 260%;
  bottom: 20%;
  animation: float3 10.5s ease-in-out infinite;
  animation-delay: 2s;
}
.graph_2_bubble.bubble_4 {
  background: #f1be99;
  height: 150px;
  width: 150px;
  left: 400%;
  bottom: 60%;
  animation: float4 11.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* Animaties */
@keyframes float1 {
  0% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  12% {
    transform: translate3d(2px, -3px, 0) rotate(0.2deg);
  }
  25% {
    transform: translate3d(5px, -7px, 0) rotate(0.5deg);
  }
  38% {
    transform: translate3d(7px, -10px, 0) rotate(0.3deg);
  }
  50% {
    transform: translate3d(5px, -13px, 0) rotate(0deg);
  }
  62% {
    transform: translate3d(1px, -11px, 0) rotate(-0.3deg);
  }
  75% {
    transform: translate3d(-3px, -8px, 0) rotate(-0.5deg);
  }
  88% {
    transform: translate3d(-2px, -4px, 0) rotate(-0.2deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}

@keyframes float2 {
  0% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  14% {
    transform: translate3d(-2px, -2px, 0) rotate(-0.2deg);
  }
  28% {
    transform: translate3d(-6px, -6px, 0) rotate(-0.4deg);
  }
  42% {
    transform: translate3d(-8px, -9px, 0) rotate(-0.1deg);
  }
  56% {
    transform: translate3d(-6px, -12px, 0) rotate(0.2deg);
  }
  70% {
    transform: translate3d(-2px, -10px, 0) rotate(0.4deg);
  }
  84% {
    transform: translate3d(1px, -5px, 0) rotate(0.1deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}

@keyframes float3 {
  0% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  10% {
    transform: translate3d(1px, -2px, 0) rotate(0.1deg);
  }
  22% {
    transform: translate3d(4px, -5px, 0) rotate(0.3deg);
  }
  35% {
    transform: translate3d(8px, -8px, 0) rotate(0.5deg);
  }
  48% {
    transform: translate3d(10px, -11px, 0) rotate(0.2deg);
  }
  61% {
    transform: translate3d(8px, -14px, 0) rotate(-0.2deg);
  }
  74% {
    transform: translate3d(4px, -11px, 0) rotate(-0.4deg);
  }
  87% {
    transform: translate3d(1px, -6px, 0) rotate(-0.1deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}

@keyframes float4 {
  0% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  16% {
    transform: translate3d(-1px, -3px, 0) rotate(-0.1deg);
  }
  30% {
    transform: translate3d(-4px, -7px, 0) rotate(-0.3deg);
  }
  44% {
    transform: translate3d(-7px, -11px, 0) rotate(-0.5deg);
  }
  58% {
    transform: translate3d(-9px, -13px, 0) rotate(-0.2deg);
  }
  72% {
    transform: translate3d(-6px, -10px, 0) rotate(0.1deg);
  }
  86% {
    transform: translate3d(-2px, -5px, 0) rotate(0.3deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}

.tag {
  background: var(--color-5);
  color: white;
  width: fit-content;
  padding: 2px;
  padding-left: 25px;
  padding-right: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 10px;
  display: flex;
  font-size: 1rem;
  align-items: center;
  margin-right: 15px;
  box-shadow: var(--box-shadow);
}

.tag::before {
  content: "•";
  font-size: 1.9rem;
  margin-left: -10px;
  margin-right: 10px;
}

.contact_container {
  background: var(--color-2);
  padding: 20px;
  border-radius: var(--border-radius);
}

.contact_container_cutout {
  background: #fbfcfe;
  border-top-right-radius: var(--border-radius);
  position: absolute;
  left: -2px;
  bottom: -20px;
  width: calc(100% - 175px);
  height: 80px;
}

.contact_container_cutout::after {
  content: "";
  position: absolute;
  width: var(--border-radius);
  right: calc(var(--border-radius) * -1);
  background: #fbfcfe;
  height: var(--border-radius);
  bottom: 20px;
  -webkit-mask: radial-gradient(
    var(--border-radius) at 100% 0%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 100% 0%,
    transparent 98%,
    black
  );
}

.contact_container_cutout::before {
  content: "";
  position: absolute;
  width: var(--border-radius);
  left: 0;
  background: #fbfcfe;
  height: var(--border-radius);
  top: calc(var(--border-radius) * -1);
  -webkit-mask: radial-gradient(
    var(--border-radius) at 100% 0%,
    transparent 98%,
    black
  );
  mask: radial-gradient(
    var(--border-radius) at 100% 0%,
    transparent 98%,
    black
  );
}

@media (max-width: 768px) {
  .contact_container_cutout {
    background: #ffffff;
  }

  .contact_container_cutout::after {
    background: #ffffff;
  }

  .contact_container_cutout::before {
    background: #ffffff;
  }
}
.procedure_block_item {
  display: grid;
  grid-template-columns: 1fr 9fr 1fr;
  grid-template-rows: 1fr;
  align-items: start;
}
.procedure_line_container {
  position: relative;
}
.procedure_line_container object {
  margin-bottom: -100%;
  position: absolute;
  top: 100px;
  height: 190px;
  right: -130px;
}

.procedure_line_container_mirrored {
  transform: scaleX(-1);
}

.procedure_block {
  padding: 10px 20px;
  border-radius: var(--border-radius);
  display: flex;
  transition: var(--transition);
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  gap: 1rem;
}
.procedure_block_text {
  width: 100%;
  text-align: center;
}

.procedure_block.active {
  background: var(--color-2);
  box-shadow: var(--box-shadow);
}

.procedure_block.active .procedure_block_number {
  box-shadow: var(--box-shadow);
  background: white;
}

.procedure_block_number {
  border-radius: var(--border-radius);
  aspect-ratio: 1;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.procedure_block_number h1 {
  font-weight: normal;
  font-size: 4rem;
  font-style: italic;
  margin-left: -10px;
}

@media (max-width: 768px) {
  .procedure_block {
    width: 100%;
  }
  .procedure_line_container {
    display: none;
  }
  .procedure_block_item {
    grid-template-columns: 1fr;
  }
}

.button {
  background: var(--color-5);
  color: white;
  padding: 5px 5px 5px 15px;
  border-radius: var(--border-radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  box-shadow: var(--box-shadow-color-5);
  cursor: pointer;
  z-index: 999999999;
  position: relative;
}

.button.button_color_3 {
  background: var(--color-3);
  box-shadow: var(--box-shadow-color-3);
}

.button.button_color_1 {
  background: var(--color-1);
  box-shadow: var(--box-shadow-color-1);
}

.button:hover .button_icon_wrap {
  margin-left: 5px;
}
.button_icon_wrap {
  width: 0;
  overflow: hidden;
  flex: 0 0 auto;
  transition: 0.5s;
}

.button_icon {
  height: 30px;
  width: 30px;
  aspect-ratio: 1;
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  opacity: 0;
  transform: translateX(-80px) rotate(-180deg);
}

.button.animate .button_icon_wrap {
  animation: iconReveal 0.8s ease-out forwards;
}

.button.animate .button_icon {
  animation: iconRoll 0.8s ease-out forwards;
}

@keyframes iconReveal {
  0% {
    width: 0;
  }

  100% {
    width: 32px;
  }
}

@keyframes iconRoll {
  0% {
    opacity: 0;
    transform: translateX(-80px) rotate(-180deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

.header_line_text {
  white-space: nowrap;
  font-size: 2.3rem;
}
.header_line_right {
  margin-right: calc((100vw - 1300px) / 2 * -1);
  margin-left: 60px;
  width: 130%;
}
.header_line_left {
  margin-left: calc((100vw - 1300px) / 2 * -1);
  margin-right: 60px;
  width: 130%;
  transform: scaleX(-1);
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .header_line_right {
    margin-right: calc((100vw - 1100px) / 2 * -1);
  }
  .header_line_left {
    margin-left: calc((100vw - 1100px) / 2 * -1);
  }
}

@media (min-width: 320px) and (max-width: 1300px) {
  .header_line_right {
    margin-right: calc((100vw - 80vw) / 2 * -1);
  }
  .header_line_left {
    margin-left: calc((100vw - 80vw) / 2 * -1);
  }
}
.animated_hr {
  position: relative;
  border: none;
  height: 2px;
  background: var(--color-3);
  transform: scaleX(0);
  transform-origin: right;
  overflow: visible; /* belangrijk */
}

/* cirkel */
.animated_hr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: white;
  border: 2px solid var(--color-3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

@keyframes hr-grow {
  to {
    transform: scaleX(1);
  }
}

@keyframes circle-in {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.animated_hr.animate {
  animation: hr-grow 0.8s ease forwards;
}

.animated_hr.animate::after {
  animation: circle-in 0.3s ease forwards;
  animation-delay: 0.8s;
}

@media (max-width: 768px) {
  .header_line_right,
  .header_line_left {
    display: none;
  }
  .header_line_text {
    font-size: 2rem;
  }
}
.project_container {
  padding: 15px 0;
}

.project_heading {
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.project_heading h3 {
  margin: 0;
}

.project_container p {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.project_heading_2 {
  min-height: calc(1.5rem * 2);
}

.project_img_container {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  aspect-ratio: 2/3;
  box-shadow: var(--box-shadow);
}

.project_img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_img_overlay {
  background: var(--color-1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0.4;
  mix-blend-mode: hard-light;
}

.project_container:hover .project_img_overlay {
  opacity: 0;
}

.project_tag_container {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.project_tag_container .tag {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .project_img_overlay {
    opacity: 0;
  }
}

.slider_button_next,
.slider_button_prev {
  background: none;
}
.slider_button_next img,
.slider_button_prev img {
  width: 50px;
}

@media (max-width: 768px) {
  .slider_button_next img,
  .slider_button_prev img {
    width: 20px;
  }
}

.slider_button_next img.bounce,
.slider_button_prev img.bounce {
  animation: bounce-subtle 0.35s cubic-bezier(0.25, 1.5, 0.5, 1);
}

.slider_mobile_buttons_custom {
  position: absolute;
  width: calc(100% + 60px);
  display: flex;
  justify-content: space-between;
  top: 40%;
  left: -30px;
}

@media (min-width: 768px) {
  .slider_wrapper_custom {
    width: 1800px;
    max-width: 90vw;
    margin: 0 auto;
    margin-left: -110px;
  }

  .slider_wrapper {
    width: 120%;
  }
  .slider_mobile_buttons_custom {
    display: none;
  }
}

@keyframes bounce-subtle {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

.footer_social_media_wrapper {
  position: absolute;
  right: 7.5%;
  bottom: 0;
  animation: slideUp 0.8s ease forwards;
  animation-delay: 0.5s;
  transform: translateY(100%);
  z-index: 3;
}
.footer_social_media_container {
  position: absolute;
  top: 20px;
  right: 20px;
  justify-content: center;
  display: flex;
  gap: 8px;
  padding: 10px;
  box-sizing: border-box;
  height: 60px;
  border-top-left-radius: var(--border-radius);
}

.footer_social_media_button {
  background: var(--color-3);
  color: var(--color-0);
  border-radius: 8px;
  padding: 6px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_media_button img {
  width: 25px;
}

@media (max-width: 768px) {
  .footer_social_media_container {
    display: none;
  }
}

@keyframes fade_up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_down {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_left {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade_right {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade_up {
  opacity: 0;
  transform: translateY(40px);
}
.fade_down {
  opacity: 0;
  transform: translateY(-40px);
}
.fade_left {
  opacity: 0;
  transform: translateX(40px);
}
.fade_right {
  opacity: 0;
  transform: translateX(-40px);
}
.fade_in {
  opacity: 0;
}

.fade_up.animate {
  animation: fade_up 0.6s ease forwards;
}
.fade_down.animate {
  animation: fade_down 0.6s ease forwards;
}
.fade_left.animate {
  animation: fade_left 0.6s ease forwards;
}
.fade_right.animate {
  animation: fade_right 0.6s ease forwards;
}
.fade_in.animate {
  animation: fade_in 0.6s ease forwards;
}

/* vision */
.vision_line_wrapper {
  position: relative;
}

.vision_line_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 130px 0;
}

.vision_line_overlay h2 {
  margin: 0;
}

.vision_line_text_top {
  position: absolute;
  top: -6px;
  left: 0;
  width: 50%;
}

.vision_line_text_bottom {
  width: 60%;
  right: 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .vision_line_overlay {
    position: relative;
    height: auto;
    padding: 2rem 0;
  }

  .vision_line_text_top,
  .vision_line_text_bottom {
    width: 100%;
    position: relative;
  }
}

.flip_card {
  height: 160px;
  perspective: 1000px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
}

.flip_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.flip_card:hover .flip_card_inner,
.flip_card.flipped .flip_card_inner {
  transform: rotateY(180deg);
}

.flip_card_front,
.flip_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1rem;
  text-align: center;
}

.flip_card_front {
  transition: box-shadow 0.15s ease;
}

.flip_card:hover .flip_card_front,
.flip_card.flipped .flip_card_front {
  box-shadow: var(--box-shadow);
}

.flip_card_back {
  background: var(--color-2);
  transform: rotateY(180deg);
  box-shadow: var(--box-shadow);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .flip_card {
    margin: 40px auto;
  }

  .flip_card_front object {
    margin: 30px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_notice {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.5rem;
}
