@charset "UTF-8";
/**
* Arcady colors
*/
/** 
* Neutral colors (shades of gray)
*/
/** 
* Base colors
*/
.arcady-color__accent {
  color: #00a667;
}

.arcady-color__primary {
  color: #0d403d;
}

.arcady-color__secondary {
  color: #f8f8f8;
}

.arcady-color__tertiary {
  color: #f6c974;
}

.arcady-color__white {
  color: #ffffff;
}

.arcady-color__black {
  color: #171717;
}

.arcady-bg__accent {
  background-color: #00a667;
}

.arcady-bg__primary {
  background-color: #0d403d;
}

.arcady-bg__secondary {
  background-color: #f8f8f8;
}

.arcady-bg__tertiary {
  background-color: #f6c974;
}

.arcady-bg__white {
  background-color: #ffffff;
}

.arcady-bg__black {
  background-color: #171717;
}

/**
* Spacing
*/
.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-v-4 {
  row-gap: 4px;
}

.gap-v-8 {
  row-gap: 8px;
}

.gap-v-16 {
  row-gap: 16px;
}

.gap-v-24 {
  row-gap: 24px;
}

.arcady-border-radius__base {
  border-radius: 20px;
}

.arcady-border-radius__sm {
  border-radius: 8px;
}

.arcady-border-radius__md {
  border-radius: 16px;
}

.arcady-border-radius__lg {
  border-radius: 32px;
}

.arcady-fontweight__base {
  font-weight: 300;
}

.arcady-fontweight__regular {
  font-weight: 400;
}

.arcady-fontweight__medium {
  font-weight: 500;
}

.arcady-fontweight__semibold {
  font-weight: 600;
}

.arcady-fontweight__bold {
  font-weight: 700;
}

.arcady-fontweight__extrabold {
  font-weight: 800;
}

.arcady-fontsize__h1 {
  font-size: var(--size-h1, 28px);
}

.arcady-fontsize__h2 {
  font-size: var(--size-h2, 24px);
}

.arcady-fontsize__h3 {
  font-size: var(--size-h3, 20px);
}

.arcady-fontsize__h4 {
  font-size: var(--size-h4, 16px);
}

.arcady-fontsize__h5 {
  font-size: var(--size-h5, 12px);
}

.arcady-fontsize__h6 {
  font-size: var(--size-h6, 8px);
}

.arcady-fontsize__smaller {
  font-size: 12px;
}

.arcady-fontsize__normal {
  font-size: 16px;
}

.arcady-fontsize__h1 {
  font-size: var(--size-h1, 28px);
}

.arcady-fontsize__h2 {
  font-size: var(--size-h2, 24px);
}

.arcady-fontsize__h3 {
  font-size: var(--size-h3, 20px);
}

.arcady-fontsize__h4 {
  font-size: var(--size-h4, 16px);
}

.arcady-fontsize__h5 {
  font-size: var(--size-h5, 12px);
}

.arcady-fontsize__h6 {
  font-size: var(--size-h6, 8px);
}

.arcady-fontsize__smaller {
  font-size: 12px;
}

.arcady-fontsize__normal {
  font-size: 16px;
}

.arcady-fontweight__base {
  font-weight: 300;
}

.arcady-fontweight__regular {
  font-weight: 400;
}

.arcady-fontweight__medium {
  font-weight: 500;
}

.arcady-fontweight__semibold {
  font-weight: 600;
}

.arcady-fontweight__bold {
  font-weight: 700;
}

.arcady-fontweight__extrabold {
  font-weight: 800;
}

.arcady-shadow__xs {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.arcady-shadow__sm {
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.arcady-shadow__m {
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.arcady-shadow__lg {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.arcady-shadow__xl {
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.arcady-shadow__xxl {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.arcady-shadow__xxxl {
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

:root {
  --icon-trash-white: url("../../umbraco/publicImages/icons/trash_white.svg");
  --icon-chevron-green: url("../../umbraco/publicImages/icons/chevron_green.svg");
  --icon-chevron-down-white: url("../../umbraco/publicImages/icons/chevron_down_white.svg");
  --icon-chevron-down-dark: url("../../umbraco/publicImages/icons/chevron_down_dark.svg");
  --icon-chevron-dark: url("../../umbraco/publicImages/icons/chevron_dark.svg");
  --icon-star-gold: url("../../umbraco/publicImages/icons/star_gold.svg");
  --icon-linkedin: url("../../umbraco/publicImages/icons/linkedin.svg");
  --icon-twitter: url("../../umbraco/publicImages/icons/twitter.svg");
  --icon-x: url("../../umbraco/publicImages/icons/x.svg");
  --icon-facebook: url("../../umbraco/publicImages/icons/facebook.svg");
  --icon-instagram: url("../../umbraco/publicImages/icons/instagram.svg");
  --icon-check-green: url("../../umbraco/publicImages/icons/check_green.svg");
  --icon-play-solid: url("../../umbraco/publicImages/icons/play-solid.svg");
  --icon-pause-solid: url("../../umbraco/publicImages/icons/pause-solid.svg");
  --icon--arrow-left: url("../../umbraco/publicImages/icons/arrow-left.svg");
  --icon-slick--next: url("../umbraco/publicImages/slick/arrow-next.svg");
  --icon-slick--previous: url("../umbraco/publicImages/slick/arrow-previous.svg");
  --icon-time: url("../../umbraco/publicImages/icons/time.svg");
  --icon-location: url("../../umbraco/publicImages/icons/location.svg");
  --icon-person: url("../../umbraco/publicImages/icons/person.svg");
  --icon-mail: url("../../umbraco/publicImages/icons/mail.svg");
  --icon-calendar: url("../../umbraco/publicImages/icons/calendar.svg");
}

.icon {
  aspect-ratio: 1/1;
  display: inline-block;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.icon--trash-white {
  background-image: var(--icon-trash-white);
}
.icon.icon--chevron-green {
  background-image: var(--icon-chevron-green);
}
.icon.icon--chevron-down-white {
  background-image: var(--icon-chevron-down-white);
}
.icon.icon--chevron-down-dark {
  background-image: var(--icon-chevron-down-dark);
}
.icon.icon--chevron-dark {
  background-image: var(--icon-chevron-dark);
}
.icon.icon--star-gold {
  background-image: var(--icon-star-gold);
}
.icon.icon--linkedin {
  background-image: var(--icon-linkedin);
}
.icon.icon--twitter {
  background-image: var(--icon-twitter);
}
.icon.icon--x {
  background-image: var(--icon-x);
}
.icon.icon--facebook {
  background-image: var(--icon-facebook);
}
.icon.icon--instagram {
  background-image: var(--icon-instagram);
}
.icon.icon--check-green {
  background-image: var(--icon-check-green);
}
.icon.icon--play-solid {
  background-image: var(--icon-play-solid);
}
.icon.icon--pause-solid {
  background-image: var(--icon-pause-solid);
}
.icon.icon--arrow-left {
  background-image: var(--icon--arrow-left);
}
.icon.icon--time {
  background-image: var(--icon-time);
}
.icon.icon--location {
  background-image: var(--icon-location);
}
.icon.icon--person {
  background-image: var(--icon-person);
}
.icon.icon--calendar {
  background-image: var(--icon-calendar);
}
.icon.icon--mail {
  background-image: var(--icon-mail);
}

/* Grid layout */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container *,
.container-fluid *,
.container-xxl *,
.container-xl *,
.container-lg *,
.container-md *,
.container-sm * {
  box-sizing: border-box;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --gutter-x: 16px;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --gutter-x: 48px;
    --gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1400px;
}

.row {
  --gutter-x: 16px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
@media screen and (max-width: 992px) {
  .row {
    --gutter-x: 24px;
    --gutter-y: 0;
  }
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --gutter-x: 0;
}
@media screen and (max-width: 992px) {
  .g-0,
  .gx-0 {
    --gutter-x: 24px;
  }
}

.g-0,
.gy-0 {
  --gutter-y: 0;
}

.g-1,
.gx-1 {
  --gutter-x: 4px;
}
@media screen and (max-width: 992px) {
  .g-1,
  .gx-1 {
    --gutter-x: 24px;
  }
}

.g-1,
.gy-1 {
  --gutter-y: 4px;
}

.g-2,
.gx-2 {
  --gutter-x: 8px;
}
@media screen and (max-width: 992px) {
  .g-2,
  .gx-2 {
    --gutter-x: 24px;
  }
}

.g-2,
.gy-2 {
  --gutter-y: 8px;
}

.g-3,
.gx-3 {
  --gutter-x: 16px;
}
@media screen and (max-width: 992px) {
  .g-3,
  .gx-3 {
    --gutter-x: 24px;
  }
}

.g-3,
.gy-3 {
  --gutter-y: 16px;
}

.g-4,
.gx-4 {
  --gutter-x: 24px;
}
@media screen and (max-width: 992px) {
  .g-4,
  .gx-4 {
    --gutter-x: 24px;
  }
}

.g-4,
.gy-4 {
  --gutter-y: 24px;
}

.g-5,
.gx-5 {
  --gutter-x: 48px;
}
@media screen and (max-width: 992px) {
  .g-5,
  .gx-5 {
    --gutter-x: 24px;
  }
}

.g-5,
.gy-5 {
  --gutter-y: 48px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 4px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 4px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 8px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 16px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 24px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 48px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 24px;
  }
}
@media (min-width: 576px) {
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 48px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 4px;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 8px;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 16px;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 24px;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 24px;
  }
}
@media (min-width: 768px) {
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 48px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 4px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 4px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 8px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 16px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 24px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 48px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 48px;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 4px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 4px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 8px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 8px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 16px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 16px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 24px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 24px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 48px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 992px) {
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1280px) {
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 48px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 4px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 4px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 8px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 8px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 16px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 24px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 24px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 48px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 992px) {
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 24px;
  }
}
@media (min-width: 1400px) {
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 48px;
  }
}
/* General */
/*
    CSS reset
*/
:root {
  --size-h1: 32px;
  --size-h2: 24px;
  --size-h3: 20px;
  --size-h4: 16px;
  --size-h5: 12px;
  --size-h6: 8px;
  --line-height-h1: 34px;
  --line-height-h2: 30px;
  --line-height-h3: 26px;
  --line-height-h4: 22px;
  --line-height-h5: 18px;
  --line-height-h6: 14px;
  --color-themed: #222222;
}

.theme-light {
  background-color: #f8f8f8;
  --color-themed: #222222;
}

.theme-dark {
  background-color: #171717;
  --color-themed: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}

/**
* Set standard styling for headers
*/
h1 {
  margin: 0;
  font: 700 var(--size-h1, 28px)/var(--line-height-h1, 34px) Montserrat, sans-serif;
  color: var(--color-themed);
}

h2 {
  margin: 0;
  font: 700 var(--size-h2, 24px)/var(--line-height-h2, 30px) Montserrat, sans-serif;
  color: var(--color-themed);
}

h3 {
  margin: 0;
  font: 600 var(--size-h3, 20px)/var(--line-height-h3, 26px) Montserrat, sans-serif;
  color: var(--color-themed);
}

h4 {
  margin: 0;
  font: 600 var(--size-h4, 16px)/var(--line-height-h4, 22px) Montserrat, sans-serif;
  color: var(--color-themed);
}

h5 {
  margin: 0;
  font: 600 var(--size-h5, 12px)/var(--line-height-h5, 18px) Montserrat, sans-serif;
  color: var(--color-themed);
}

h1, h2, h3, h4, h5, h6 {
  hyphens: manual;
}

:is(h1, h2, h3, h4, h5, h6) span,
:is(h1, h2, h3, h4, h5, h6) strong {
  color: #00a667;
  font-weight: inherit;
}

/**
    Set default styling for checkboxes
*/
.content {
  flex-grow: 1;
}

.privacy-statement input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.privacy-statement input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  left: -5.1px;
  border: 2px solid #737373;
  border-radius: 8px;
  background-color: white;
}
.privacy-statement input[type=checkbox]:checked:before {
  content: "";
  border: 2px solid #00a667;
}
.privacy-statement input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: 2px solid #00a667;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 3px;
}

/**
    Upscale heading size to normal on desktop
 */
@media screen and (min-width: 992px) {
  :root {
    --size-h1: 50px;
    --size-h2: 40px;
    --line-height-h1: 55px;
    --line-height-h2: 45px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --size-h1: 60px;
    --size-h2: 48px;
    --size-h3: 40px;
    --size-h4: 24px;
    --size-h5: 20px;
    --size-h6: 18px;
    --line-height-h1: 66px;
    --line-height-h2: 54px;
    --line-height-h3: 46px;
    --line-height-h4: 30px;
    --line-height-h5: 26px;
    --line-height-h6: 22px;
  }
}
.divider {
  border-top: 1px solid #222222;
  opacity: 0.2;
  margin-top: 16px;
  margin-bottom: 16px;
}

p {
  font: 400 16px/22px Inter;
  color: var(--color-themed);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  line-height: 140%;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 600 16px/22px Montserrat;
}

.hidden {
  display: none !important;
}

.low-opacity {
  opacity: 0.2;
}

/* Layout */
section.error-404 {
  margin-block: 80px;
}
section.error-404 p {
  margin-block: 24px;
}
section.error-404 .buttonRow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Elements */
footer {
  padding-block: 80px;
  background-color: #171717;
  flex-shrink: 0;
}
footer h6 {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
}
footer .dataEntry {
  font-family: Inter, sans-serif;
  color: #ffffff;
}
footer .dataEntry a {
  transition: color 0.2s ease-out;
  color: #ffffff;
}
footer .dataEntry a:hover {
  color: #00a667;
}
footer a {
  font-weight: 400;
}
footer .bottomRow {
  font-family: Inter, sans-serif;
  margin-top: 64px;
}
footer .bottomRow ul {
  display: flex;
  list-style-type: none;
}
footer .bottomRow ul.disclaimerList {
  column-gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottomRow ul.disclaimerList a {
  font-family: Inter, sans-serif;
}
footer .bottomRow ul.disclaimerList * {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
footer .bottomRow ul.socialList {
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
footer .bottomRow ul.socialList a {
  display: flex;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
footer .bottomRow ul.socialList a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (width < 992px) {
  footer {
    padding-block: 64px;
  }
  footer .row [class^=col-] {
    margin-bottom: 32px;
  }
  footer .bottomRow {
    flex-direction: column-reverse;
  }
  footer .bottomRow ul.socialList {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  footer .bottomRow ul.socialList a {
    width: 2rem;
  }
}

body {
  --navInner: 22px;
  --nav-padding: 16px;
  --body-padding: 16px;
  padding-top: calc(var(--body-padding) * 2 + var(--navInner));
  /* Desktop */
  /* Mobile */
}
@media screen and (width >= 992px) {
  body {
    --navInner: 32px;
    --nav-padding: 48px;
    --body-padding: 48px;
  }
}
@media screen and (width >= 992px) {
  body.navbar-sticky {
    --nav-padding: 16px;
  }
}
body .navigationbar {
  --background: #171717;
  --color: #ffffff;
  --color-cta: #f6c974;
  --color-cta-text-hover: #0d403d;
  --logo-background: url("../../umbraco/publicImages/arcadyLogoWhite.svg");
  --chevron-icon: url("../../umbraco/publicImages/icons/chevron_down_white.svg");
  --shadow: none;
  --container-width: 75vw;
  --hover-background: #262626;
  --hover-color: #ffffff;
  background-color: var(--background);
  color: var(--color);
  box-shadow: var(--shadow);
  font: 400 16px/22px Inter;
  z-index: 4048;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body .navigationbar.sticky {
  transition: padding-block 0.2s ease-out;
  --background: #ffffff;
  --color: #525252;
  --color-cta: #0d403d;
  --color-cta-text-hover: #ffffff;
  --logo-background: url("../../umbraco/publicImages/arcadyLogoBlack.svg");
  --chevron-icon: url("../../umbraco/publicImages/icons/chevron_down_dark.svg");
  --shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  --hover-background: #e5e5e5;
  --hover-color: #525252;
}
body .navigationbar .icon__chevron {
  background-image: var(--chevron-icon);
}
body .navigationbar__wrap {
  display: flex;
  align-items: center;
  padding-block: 16px;
}
body .navigationbar__logo {
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 144px;
  background-position: 0 center;
  background-image: var(--logo-background);
}
body .navigationbar__itemContainer {
  position: absolute;
  top: 100%;
  right: -100vw;
  left: 100vw;
  height: calc(100vh - 64px);
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  align-items: flex-end;
  text-align: right;
  background-color: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transform: translateX(0);
  transition: -webkit-backdrop-filter 0.5s ease-out, backdrop-filter 0.5s ease-out, transform 0.25s ease-out;
}
body .navigationbar__itemContainer li.active {
  z-index: 100;
}
body .navigationbar__itemContainer:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: var(--container-width);
  background-color: #ffffff;
}
body .navigationbar__itemContainer > * {
  z-index: 2;
}
body .navigationbar__item {
  position: relative;
  color: var(--color);
  font: 600 var(--size-h3, 20px)/var(--line-height-h3, 26px) Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease-out;
  position: relative;
}
@media screen and (width < 992px) {
  body .navigationbar__item {
    --color: #525252;
  }
}
body .navigationbar__item--active {
  color: #ffffff;
  font: 600 var(--size-h3, 20px)/var(--line-height-h3, 26px) Montserrat, sans-serif;
}
body .navigationbar__item--active::before, body .navigationbar__item::before {
  content: "";
  inset: -5px -8px;
  background-color: var(--background);
  border-radius: 7px;
  clip-path: polygon(0 0, 0 100%, calc(100% - 15px) 100%, calc(100% - 15px) 0);
  transform: translateX(-20px);
}
body .navigationbar__item--active::after, body .navigationbar__item::after {
  content: "";
  width: 30px;
  right: -8px;
  top: -5px;
  bottom: -5px;
  background-color: var(--background);
  border-radius: 7px;
  transform: translateX(-20px) skewX(-10deg);
}
body .navigationbar__item--active::before, body .navigationbar__item::before, body .navigationbar__item--active::after, body .navigationbar__item::after {
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  transition: transform 0.2s ease-out, background-color 0.3s ease-out;
}
body .navigationbar__item--active {
  display: inline-flex;
  align-items: center;
  position: relative;
}
body .navigationbar__item--active::before, body .navigationbar__item--active::after {
  opacity: 1;
  background-color: #00a667 !important;
}
body .navigationbar__item--active::before {
  transform: translateX(0);
}
body .navigationbar__item--active::after {
  transform: translateX(0) skewX(-10deg);
}
body .navigationbar__item:hover {
  color: var(--hover-color);
}
body .navigationbar__item:hover::before {
  transform: translateX(0);
}
body .navigationbar__item:hover::after {
  transform: translateX(0) skewX(-10deg);
}
body .navigationbar__item:hover::before, body .navigationbar__item:hover::after {
  opacity: 1;
  background-color: var(--hover-background);
}
body .navigationbar .badge {
  margin-left: 4px;
  min-width: 20px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  height: 20px;
  background-color: #f6c974;
  color: #0d403d;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 4px;
  z-index: 10;
}
body .navigationbar li {
  width: calc(var(--container-width) - 48px);
}
body .navigationbar li:last-child {
  margin-top: auto;
  margin-bottom: 16px;
  justify-self: flex-end;
}
body .navigationbar__contact {
  font: 600 16px/22px Montserrat;
  text-align: right;
}
body .navigationbar__contactp {
  color: #525252;
}
body .navigationbar__contact > .button.secondary {
  color: var(--color-cta);
  border-color: var(--color-cta);
  line-height: 18px;
}
body .navigationbar__contact > .button.secondary:hover {
  color: var(--color-cta-text-hover);
  background-color: var(--color-cta);
}
body .menu-toggle {
  opacity: 0;
  pointer-events: none;
}
body .menu-toggle + label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
body .menu-toggle + label .hamburger {
  width: 32px;
  height: 32px;
  position: relative;
}
body .menu-toggle + label .hamburger .lines {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  max-width: 16px;
  border-radius: 2px;
  background: var(--color);
  transition: max-width 0.1s ease-in-out, transform 0.25s ease-out;
}
body .menu-toggle + label .hamburger .lines:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  max-width: 16px;
  border-radius: 2px;
  background: var(--color);
  transition: max-width 0.1s ease-in-out, transform 0.25s ease-out;
  content: "";
  transform: translate(-50%, calc(-50% - 6px));
}
body .menu-toggle + label .hamburger .lines:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  max-width: 16px;
  border-radius: 2px;
  background: var(--color);
  transition: max-width 0.1s ease-in-out, transform 0.25s ease-out;
  content: "";
  transform: translate(-50%, calc(-50% + 6px));
}
body .menu-toggle:checked + label .hamburger .lines {
  max-width: 0;
}
body .menu-toggle:checked + label .hamburger .lines:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .menu-toggle:checked + label .hamburger .lines:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .menu-toggle:checked + label + .navigationbar__itemContainer {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: translateX(-100%);
}
body .menu-toggle-button {
  cursor: pointer;
  right: 1.7rem;
  margin-left: auto;
  align-self: center;
}
body .dropdown-content {
  display: flex;
  flex-direction: column;
}
body .dropdown-content a {
  margin: 8px;
  color: #a3a3a3;
}
body .dropdown-content a:first-of-type {
  margin-top: 16px;
}
body .dropdown-content a:hover {
  color: #00a667;
}
@media screen and (min-width: 992px) {
  body {
    /* Dropdown */
  }
  body .navigationbar {
    padding-block: var(--nav-padding);
  }
  body .navigationbar__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  body .navigationbar__itemContainer {
    position: unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    height: 32px;
    width: unset;
    padding: unset;
    align-self: flex-end;
    margin-left: auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body .navigationbar__itemContainer:before {
    display: none;
  }
  body .navigationbar__item {
    font: 400 16px/22px Inter;
    color: var(--color);
  }
  body .navigationbar__item--active {
    color: #fff;
    font: 400 16px/22px Inter;
    font-weight: 700;
  }
  body .navigationbar__item--active .icon__chevron {
    background-image: url("../../umbraco/publicImages/icons/chevron_down_white.svg");
  }
  body .navigationbar li {
    width: unset;
  }
  body .navigationbar li:last-child {
    margin: unset;
  }
  body .navigationbar__contact {
    color: var(--color);
    font: 600 16px/22px Montserrat;
  }
  body .navigationbar__contact hr,
  body .navigationbar__contact p {
    display: none;
  }
  body .navigationbar__contact .secondary {
    padding: 5px 12px;
    border-radius: 8px;
  }
  body .menu-toggle {
    display: none;
  }
  body .menu-toggle + label {
    display: none;
  }
  body .menu-toggle-button {
    display: none;
  }
  body .icon {
    margin-left: 4px;
    transition: transform 0.2s ease-out;
  }
  body .dropdown:hover .icon {
    transform: rotate(180deg);
  }
  body .dropdown {
    position: relative;
    display: inline-block;
  }
  body .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f8f8;
    min-width: 160px;
    text-wrap: nowrap;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    z-index: 1;
    border-radius: 16px;
    text-align: left;
  }
  body .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  body .dropdown-content a:hover {
    color: #00a667;
  }
  body .dropdown-content a:hover:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  body .dropdown-content a:hover:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  body .dropdown:hover .dropdown-content {
    display: block;
    border-radius: 16px;
  }
}
@media screen and (max-width: 992px) {
  body .navigationbar {
    --color-cta: #0d403d!important;
    --color-cta-text-hover: #ffffff!important;
  }
  body .icon__chevron {
    display: none;
  }
}

.cookie-consent-banner {
  color: #171717;
  border-radius: 16px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #ffffff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  width: 375px;
  bottom: 2%;
  right: 2%;
}
.cookie-consent-banner h2 {
  padding-bottom: 0;
}
.cookie-consent-banner p {
  margin: 0;
  padding-bottom: 16px;
  font-size: 12px;
}
.cookie-consent-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-consent-banner__actions img {
  color: yellow;
  fill: yellow;
}
.cookie-consent-banner__actions .btn--black:hover {
  background: #ffffff;
  color: #171717;
  fill: black;
}
.cookie-consent-banner__actions .btn--white:hover {
  background: #171717;
  color: #ffffff;
}
.cookie-consent-banner svg {
  position: absolute;
  top: -18px;
  right: -18px;
}

.optionsDialog {
  display: none;
  background-color: #ffffff;
  position: fixed;
  border-radius: 16px;
  top: 0;
  left: 0;
  transform: translate(calc(50vw - 50%), calc(50vh - 50%));
  padding: 24px;
  max-width: 552px;
  z-index: 4200;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}

#optionsDialog svg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(calc(50vw - 183%), calc(50vh - 124%));
  z-index: 4100;
}
#optionsDialog ::backdrop {
  backdrop-filter: blur(4px);
}

.cookie-options__actions {
  float: right;
}

@media (min-width: 576px) {
  .cookie-consent-banner__actions {
    flex-direction: row;
  }
  .cookie-consent-banner__actions button {
    width: 345px;
    max-width: 345px;
  }
}
@media screen and (width < 768px) {
  .cookie-consent-banner {
    width: 90%;
  }
  #optionsDialog svg {
    transform: translate(calc(50vw - 56%), calc(50vh - 130%));
  }
  .optionsDialog {
    max-width: 80%;
  }
  .optionsDialog .button {
    width: 100%;
  }
  .cookie-options__actions {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 8px;
  }
}
.checkbox-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-checkbox {
  margin-left: 1rem;
}
.cookie-checkbox .checkbox-wrapper .checkbox {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}
.cookie-checkbox .checkbox-wrapper .checkbox::before input[type=checkbox]:before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}
.cookie-checkbox .checkbox-wrapper .checkbox,
.cookie-checkbox .checkbox-wrapper .checkbox::after {
  transition: all 100ms ease-out;
}
.cookie-checkbox .checkbox-wrapper .checkbox::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.cookie-checkbox .checkbox-wrapper input[type=checkbox] {
  cursor: default;
}
.cookie-checkbox .checkbox-wrapper .checkbox:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}
.cookie-checkbox .checkbox-wrapper .checkbox:checked {
  background-color: #6e79d6;
}
.cookie-checkbox .checkbox-wrapper .checkbox:checked::after {
  background-color: #fff;
  left: 13px;
}
.cookie-checkbox .checkbox-wrapper :focus:not(.focus-visible) {
  outline: 0;
}
.cookie-checkbox .checkbox-wrapper .checkbox:checked:hover {
  background-color: #535db3;
}

.btn {
  transition: color ease-out 200ms, border-color ease-out 200ms, background-color ease-out 200ms, box-shadow ease-out 200ms;
  padding: 24px 34px;
  border-radius: 39px;
  text-decoration: none;
  font-size: var(--size-h5, 12px);
}

.button {
  --_button-color: #f6c974;
  transition: color ease-out 200ms, border-color ease-out 200ms, background-color ease-out 200ms, box-shadow ease-out 200ms;
  color: #0d403d;
  font: 600 16px/22px Montserrat;
  border-width: 2px;
  border-style: solid;
  border-color: var(--_button-color);
  background-color: var(--_button-color);
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 13px 24px;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  --_button-color: #e5b04d;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.button.button__icon-only {
  aspect-ratio: 1;
  font-size: var(--size-h3, 20px);
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button.button__icon-only > .icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (width < 992px) {
  .button.button__icon-only {
    padding: 15px;
  }
  .button.button__icon-only > .icon {
    width: 18px;
    height: 18px;
  }
}

.button:disabled {
  color: #737373;
  background-color: #e5e5e5;
}

.button.secondary {
  background-color: transparent;
  color: var(--_button-color);
  border-color: var(--_button-color);
  box-shadow: none;
}
.button.secondary:hover {
  color: #ffffff;
  background-color: var(--_button-color);
}

.button.secondary-dark {
  background-color: transparent;
  color: #f6c974;
  border-color: #f6c974;
  box-shadow: none;
}
.button.secondary-dark:hover {
  color: #ffffff;
  background-color: #f6c974;
}

.cta {
  display: flex;
  color: #00a667;
  align-items: center;
  gap: 8px;
  transition: color ease-out 200ms;
}
.cta .icon {
  transition: filter ease-out 200ms;
}
.cta:hover {
  color: #0d403d;
}
.cta:hover .icon {
  filter: brightness(0.5) contrast(1.5) hue-rotate(37deg);
}

[data-theme=light] .button.secondary {
  --_button-color: #0d403d;
}

[data-theme=dark] .cta {
  display: flex;
  color: #00a667;
  align-items: center;
  gap: 8px;
  transition: color ease-out 200ms;
}
[data-theme=dark] .cta .icon {
  transition: filter ease-out 200ms;
}
[data-theme=dark] .cta:hover {
  color: #ffffff;
}
[data-theme=dark] .cta:hover .icon {
  filter: brightness(0) invert(1);
}

.arcady-image {
  aspect-ratio: 3/4;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.arcady-image.arcady-image__wide {
  aspect-ratio: 647/364;
}

.chip {
  padding: 5px 12px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 1.5;
  white-space: nowrap;
}
.chip .chip__icon {
  margin-left: -6px;
}
.chip.active {
  background-color: #f6c974;
  border-color: #f6c974;
  color: #0d403d;
}
.chip[onClick], .chip[href] {
  cursor: pointer;
}
.chip[onClick]:hover, .chip[href]:hover {
  transition: 0.2s ease-out;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #222222;
}
.chip[onClick]:hover .chip__icon, .chip[href]:hover .chip__icon {
  filter: invert(1);
}
.chip.chip--color-gold {
  border-color: #f6c974;
  color: #f6c974;
}
.chip.chip--color-dark {
  border-color: #0d403d;
  color: #0d403d;
}
.chip.chip__interactive {
  cursor: pointer;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 16px;
}

.carousel-controls {
  display: flex;
}
.carousel-controls .controls-wrapper {
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.carousel-controls .control {
  padding: 0.9rem;
  border: 2px solid var(--controls, #00a667);
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.carousel-controls .control.control--previous svg {
  transform: rotate(180deg);
}
.carousel-controls .control.control--up svg {
  transform: rotate(270deg);
}
.carousel-controls .control.control--down svg {
  transform: rotate(90deg);
}
.carousel-controls .control.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.carousel-controls .control svg {
  width: 1.5rem;
}
.carousel-controls .control svg * {
  stroke: var(--controls, #00a667);
}
.carousel-controls .control:not(.slick-disabled):hover {
  background-color: var(--controls, #00a667);
}
.carousel-controls .control:not(.slick-disabled):hover svg * {
  stroke: var(--background, #ffffff);
}

.whatsapp-container {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2024;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  color: #0d403d;
  transition: all 0.5s;
}
.whatsapp-container.hide {
  opacity: 0;
  pointer-events: none;
}
.whatsapp-container.show {
  opacity: 1;
  pointer-events: all;
}
.whatsapp-container * {
  box-sizing: border-box;
}
.whatsapp-container p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.whatsapp-container p:first-child {
  color: #0d403d;
}
.whatsapp-container p:last-child {
  color: #00a667;
}
.whatsapp-container .btn-whatsapp {
  width: 34px;
  height: 34px;
  background-color: #00d56a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-container .whatsapp-float {
  width: 16px;
  height: 16px;
}
@media screen and (width < 992px) {
  .whatsapp-container {
    right: 16px;
    bottom: 24px;
  }
  .whatsapp-container p {
    font-size: 12px;
  }
  .whatsapp-container .btn-whatsapp {
    width: 32px;
    height: 32px;
  }
}

.arcady-video-with-controls {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.video-wrapper button {
  pointer-events: none;
  transition: 0.2s all;
  background-color: #f6c974;
  border: none;
  border-radius: 16px;
  padding: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.video-wrapper button:hover {
  background-color: #f6d495;
}

.hiddenIcon {
  display: none;
}

/* Blocks */
header.hero-slanted {
  --imageHeight: 145px;
  --spacingBottom: 64px;
  --slant: 48px;
  --textColor: #ffffff;
  position: relative;
  z-index: 0;
  margin-bottom: var(--spacingBottom);
}
@media screen and (width > 992px) {
  header.hero-slanted {
    --imageHeight: 363px;
    --spacingBottom: 80px;
    --slant: 64px;
  }
}
header.hero-slanted.hero-slanted--no-image {
  padding-bottom: var(--spacingBottom);
}
header.hero-slanted.hero-slanted--no-image:before {
  inset: 0;
}
header.hero-slanted:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0 0 calc(var(--imageHeight) / 2) 0;
  background: #171717;
  clip-path: polygon(0 0, 0 calc(100% - var(--slant)), 100% 100%, 100% 0);
}
header.hero-slanted h1 {
  color: var(--textColor);
  margin-block: 40px 24px;
  font-weight: 700;
  line-height: 1.1;
  font-size: var(--size-h1, 28px);
}
@media screen and (width < 992px) {
  header.hero-slanted h1 {
    line-height: 1.2;
  }
}
header.hero-slanted .hero-slanted__image-column {
  margin-top: 48px;
}
header.hero-slanted .hero-slanted__image-column .image {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
header.hero-slanted .hero-slanted__image-column .image img {
  height: var(--imageHeight);
  width: 100%;
  object-fit: cover;
}
header.hero-slanted .hero-slanted__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (width > 992px) {
  header.hero-slanted.hero-slanted--no-image {
    padding-bottom: calc(var(--spacingBottom) * 2);
  }
  header.hero-slanted h1 {
    margin-top: 64px;
  }
}
@media screen and (width <= 992px) {
  header.hero-slanted .hero-slanted__buttons a.button:not(:first-of-type) {
    display: none;
  }
}
header.hero-slanted .hero-slanted-bg-block {
  position: absolute;
  background-color: #f8f8f8;
  z-index: -10;
  top: 0;
  left: 0;
  height: calc(100% + var(--spacingBottom));
  width: 100%;
}

header.hero-slanted.hero-slanted--carousel {
  padding-top: 64px;
  margin-bottom: 64px;
}
header.hero-slanted.hero-slanted--carousel:before {
  inset: 0 0 64px 0;
}
header.hero-slanted.hero-slanted--carousel h1 {
  margin-top: 0;
}
header.hero-slanted.hero-slanted--carousel .hero__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
  color: white;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel {
  height: 400px;
  width: 100%;
}
@media screen and (width <= 992px) {
  header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel {
    margin-top: 48px;
  }
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item {
  display: inline-block;
  width: 220px;
  max-height: 100%;
  aspect-ratio: 220/400;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item__image {
  width: 220px;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  object-fit: cover;
  overflow: hidden;
  background: #fff;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(1), header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(2), header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(3) {
  opacity: 1;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(4) {
  opacity: 0.75;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(5) {
  opacity: 0.5;
}
header.hero-slanted.hero-slanted--carousel .hero-slanted__carousel__inner .hero-slanted__carousel__item:nth-of-type(6) {
  opacity: 0.25;
}

.hero {
  --backdrop: #f8f8f8;
  --background: #171717;
  --color: #ffffff;
  padding-block: 64px 40px;
  color: var(--color);
  position: relative;
  z-index: 0;
  background: var(--backdrop);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 120px;
  z-index: -1;
  background: var(--background);
}
.hero.hero__fluid {
  padding-bottom: 64px;
}
.hero.hero__fluid::before {
  bottom: 0;
}
.hero .hero__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.hero .hero__text-wrap .hero__breadcrumb {
  display: flex;
  align-items: center;
  color: var(--color);
  font-size: 12px;
  font-weight: 600;
}
.hero .hero__text-wrap .hero__breadcrumb .icon {
  width: 1.5rem;
}
.hero .hero__text-wrap h1 {
  color: var(--color);
}
.hero .hero__text-wrap .hero__chips {
  display: flex;
  gap: 8px;
}
.hero .hero__text-wrap .hero__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 56px;
}
@media screen and (width < 1400px) {
  .hero .hero__text-wrap .hero__subtitle {
    padding-bottom: 7px;
  }
}
.hero .hero__text-wrap .hero__attribution {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.hero .hero__text-wrap .hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero .hero__image-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.hero .hero__image-wrap img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
@media screen and (width <= 992px) {
  .hero {
    padding-top: 40px;
  }
  .hero::before {
    bottom: 64px;
  }
  .hero .hero__image-wrap {
    margin-top: 32px;
    aspect-ratio: 312/230;
    border-radius: 16px;
  }
}
.hero.hero__cookie {
  overflow: hidden;
}
.hero.hero__cookie svg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  max-width: 30vmin;
}
.hero.hero__cookie::before {
  bottom: 0;
}
.hero.hero__cookie .ratio-header {
  aspect-ratio: unset;
}
.hero.hero__cookie h1 {
  padding-bottom: 80px;
}

.ratio-header {
  aspect-ratio: 213/100;
}
@media screen and (width < 1400px) {
  .ratio-header {
    aspect-ratio: 17/10;
  }
}
@media screen and (width < 992px) {
  .ratio-header {
    aspect-ratio: 14/10;
  }
}
@media screen and (width < 768px) {
  .ratio-header {
    aspect-ratio: 12/10;
  }
}

@media screen and (width < 576px) {
  .ratio-header {
    aspect-ratio: 10/10;
    min-height: 495px;
  }
  .hero__ctas {
    display: contents;
  }
}
.vacancy-overview {
  --background: #171717;
  --text: #ffffff;
  --titleColor: #ffffff;
  --subTitleColor: #ffffff;
  --chipHoverColor: #404040;
  background-color: var(--background);
  color: var(--text);
  padding-bottom: 64px;
}
.vacancy-overview[data-theme=light] {
  --titleColor: #0d403d;
  --background: #f8f8f8;
  --subTitleColor: #222222;
  --text: #222222;
  --chipHoverColor: #e5e5e5;
}
.vacancy-overview .vacancy-overview__title-row h1 {
  color: var(--titleColor);
  font-weight: 700;
  font-size: var(--size-h1, 28px);
  margin-top: 64px;
}
.vacancy-overview .vacancy-overview__sub-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
  color: var(--subTitleColor);
  margin-bottom: 64px;
}
@media screen and (width < 992px) {
  .vacancy-overview .vacancy-overview__sub-title h1 {
    margin-bottom: 24px;
  }
}
.vacancy-overview .vacancy-overview__filters {
  margin-bottom: 32px;
}
.vacancy-overview .vacancy-overview__filters .filters__row {
  display: flex;
  gap: 40px;
}
.vacancy-overview .vacancy-overview__filters .filters__row .filter__group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vacancy-overview .vacancy-overview__filters .filters__row .filter__group .filter-group__name {
  font-weight: 600;
  font-size: 12px;
}
.vacancy-overview .vacancy-overview__filters .filters__row .filter__group .filter-group__item {
  cursor: pointer;
}
.vacancy-overview .vacancy-overview__filters .filters__row .filter__group .filter-group__item input[type=checkbox],
.vacancy-overview .vacancy-overview__filters .filters__row .filter__group .filter-group__item input[type=radio] {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.vacancy-overview .vacancy-overview__filters .filters__row .chip {
  cursor: pointer;
  border-color: var(--titleColor);
  color: var(--titleColor);
}
.vacancy-overview .vacancy-overview__filters .filters__row .chip.active {
  background-color: #f6c974;
  border-color: #f6c974;
  color: #0d403d;
}
.vacancy-overview .vacancy-overview__filters .filters__row .chip:hover {
  transition: 0.2s ease-out;
  border-color: var(--titleColor);
  background: var(--chipHoverColor);
  color: var(--titleColor);
}
.vacancy-overview .vacancy-overview__filters .filters__row .chip .chip__icon {
  color: currentColor;
}
.vacancy-overview .vacancy-overview__filters .filters__row > .chip {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (width < 992px) {
  .vacancy-overview .vacancy-overview__filters {
    margin-bottom: 0;
  }
  .vacancy-overview .vacancy-overview__filters .filters__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .vacancy-overview .vacancy-overview__filters .filters__row::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: calc(100% + var(--gutter-x) - 50px);
    top: -5px;
    bottom: -5px;
    width: 50px;
  }
  .vacancy-overview .vacancy-overview__filters .filters__row .filter__group {
    overflow-x: auto;
    width: 100vw;
    margin-left: calc(var(--gutter-x) * -1);
    padding-left: var(--gutter-x);
    padding-right: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vacancy-overview .vacancy-overview__filters .filters__row .filter__group::-webkit-scrollbar {
    display: none;
  }
  .vacancy-overview .vacancy-overview__filters .filters__row > .chip {
    margin-left: 0;
    margin-right: auto;
  }
}

.vacancy-overview__overview * {
  box-sizing: border-box;
}
.vacancy-overview__overview .job-card {
  margin-bottom: 16px;
}
.vacancy-overview__overview.vacancy-overview--overview__desktop {
  display: none;
}
@media screen and (width > 992px) {
  .vacancy-overview__overview.vacancy-overview--overview__desktop {
    display: flex;
  }
}
.vacancy-overview__overview.vacancy-overview--overview__mobile {
  display: flex;
}
@media screen and (width > 992px) {
  .vacancy-overview__overview.vacancy-overview--overview__mobile {
    display: none;
  }
}
.vacancy-overview__overview.vacancy-overview--overview__mobile h2 {
  display: flex;
  align-items: center;
  font-size: var(--size-h2, 24px);
  color: var(--text);
  margin-bottom: 8px;
  margin-top: 32px;
}
.vacancy-overview__overview.vacancy-overview--overview__mobile h2 .badge {
  margin-left: 4px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00a667;
  border-radius: 1000px;
  height: 20px;
  min-width: 20px;
  padding-inline: 5px;
  color: #ffffff;
  font-size: 12px;
}
.vacancy-overview__overview.vacancy-overview--overview__mobile .vacancy-overview__row {
  padding-top: 8px;
  overflow-x: auto;
  display: flex;
  gap: 16px;
}
.vacancy-overview__overview.vacancy-overview--overview__mobile .vacancy-overview__row .card-wrapper:last-of-type {
  margin-right: 64px;
}
.vacancy-overview__overview.vacancy-overview--overview__mobile .vacancy-overview__row .job-card {
  height: 350px;
}

[data-theme=light] .job-card {
  --background: #ffffff;
  --background-opacity: 0.05;
  --text: #222222;
  --chip: #0d403d;
  --hover: #0d403d;
  --hover-chip: #ffffff;
  --hover-color: #ffffff;
  --hover-background-opacity: 0.5;
}

[data-theme=dark] .job-card {
  --background: #222222;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #0d403d;
  --hover-color: #ffffff;
}

[data-theme=gray] .job-card {
  --background: #171717;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #0d403d;
  --hover-color: #ffffff;
}

[data-theme=green] .job-card {
  --background: #0d403d;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #171717;
  --hover-color: #ffffff;
}

.job-card {
  --background: #171717;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #0d403d;
  --hover-color: #ffffff;
  aspect-ratio: 268/371;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  background-color: var(--background);
  transition: transform 0.25s ease-out, background-color 0.15s ease-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--text);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.job-card[data-theme=light] {
  --background: #ffffff;
  --background-opacity: 0.05;
  --text: #222222;
  --chip: #0d403d;
  --hover: #0d403d;
  --hover-chip: #ffffff;
  --hover-color: #ffffff;
  --hover-background-opacity: 0.5;
}
.job-card[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #0d403d;
  --hover-color: #ffffff;
}
.job-card[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #0d403d;
  --hover-color: #ffffff;
}
.job-card[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --chip: #ffffff;
  --hover: #171717;
  --hover-color: #ffffff;
}
.job-card:before {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../umbraco/publicImages/job-card-overlay.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: var(--background-opacity, 1);
}
.job-card .job-card__title {
  overflow-wrap: break-word;
  margin-bottom: 16px;
  color: #00a667;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  min-width: 80%;
}
.job-card .job-card__tags {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.job-card .job-card__tags .chip:not([class*=chip--color]) {
  border-color: var(--chip);
  color: var(--chip);
}
.job-card .job-card__description {
  font-weight: 400;
  line-height: 1.375;
  font: 400 16px/22px Inter;
}
.job-card .job-card__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  justify-content: flex-end;
  background-color: var(--background);
  transition: background-color 0.15s ease-out;
}
.job-card .job-card__cta span.cta {
  display: inline-flex;
  font-weight: 600;
  color: #00a667;
  align-items: center;
  gap: 15px;
}
.job-card .job-card__cta span.cta .icon {
  width: 15px;
  height: 15px;
}
.job-card:hover {
  background-color: var(--hover);
  transform: translateY(-8px);
  color: var(--hover-color);
}
.job-card:hover .job-card__tags .chip:not([class*=chip--color]) {
  border-color: var(--hover-chip, var(--chip));
  color: var(--hover-chip, var(--chip));
}
.job-card:hover::before {
  opacity: var(--hover-background-opacity, var(--background-opacity, 1));
}
.job-card:hover .job-card__cta {
  background-color: var(--hover);
}
.job-card:hover .job-card__cta .cta {
  color: #ffffff;
}
.job-card:hover .job-card__cta .icon {
  filter: brightness(0) invert(1);
}

.job-carousel {
  --background: #171717;
  --text: #ffffff;
  --controls: #00a667;
  background-color: var(--background);
  padding-block: 80px;
}
.job-carousel[data-theme=light] {
  --background: #f8f8f8;
  --text: #0d403d;
  --controls: #0d403d;
}
.job-carousel[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --controls: #00a667;
}
.job-carousel[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --controls: #0d403d;
}
.job-carousel .intro-row {
  padding-bottom: 64px;
}
.job-carousel .intro-row h2 {
  color: var(--text);
}
.job-carousel .intro-row .carousel-controls .control {
  border-color: var(--controls);
}
.job-carousel .intro-row .carousel-controls .control svg {
  stroke: var(--controls);
}
.job-carousel .carousel-row .slick-slide {
  margin: 0 8px;
}
.job-carousel .carousel-row .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.job-carousel .carousel-row .slick-track {
  margin-left: 0;
}
@media screen and (width < 992px) {
  .job-carousel {
    padding-block: 64px;
  }
  .job-carousel .intro-row {
    padding-bottom: 40px;
  }
  .job-carousel .intro-row h2 {
    font-size: 24px;
  }
  .job-carousel .carousel-controls {
    display: none;
  }
}

.jobapplication, .courseregistration {
  background-color: #f8f8f8;
  padding-block: 80px;
}
.jobapplication__header, .courseregistration__header {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.jobapplication__header .job-info, .courseregistration__header .job-info {
  display: flex;
  gap: 0 8px;
}
.jobapplication__header .job-info .chip, .courseregistration__header .job-info .chip {
  border: 1px solid #0d403d;
}
.jobapplication__header h4, .courseregistration__header h4 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.jobapplication__container, .courseregistration__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px 0;
}
.jobapplication__container .breadcrumb, .courseregistration__container .breadcrumb {
  display: flex;
  align-items: center;
}
.jobapplication__container .breadcrumb a, .courseregistration__container .breadcrumb a {
  font: 600 12px/18px Montserrat;
  color: #525252;
}
.jobapplication__infocard, .courseregistration__infocard {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  display: grid;
  grid-auto-columns: 1fr;
  gap: 16px;
  justify-items: center;
  align-items: center;
}
.jobapplication__infocard .separator, .courseregistration__infocard .separator {
  display: none;
}
.jobapplication__infocard .title-label, .courseregistration__infocard .title-label {
  display: flex;
  justify-self: start;
  flex-direction: row;
}
.jobapplication__infocard .title-label .jeroen, .courseregistration__infocard .title-label .jeroen {
  background-color: #00a667;
  padding: 4px;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font: 600 12px/18px Montserrat;
  line-height: 1;
}
.jobapplication__actions, .courseregistration__actions {
  margin-top: 24px;
}
.jobapplication__actions .privacy-statement, .courseregistration__actions .privacy-statement {
  gap: 16px;
  width: 100%;
  max-width: 330px;
  display: flex;
  font: 400 12px/18px Inter;
  justify-content: center;
  align-items: flex-start;
}
.jobapplication__actions .privacy-statement a, .courseregistration__actions .privacy-statement a {
  font-size: 1em;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}
.jobapplication__actions [class^=col-], .courseregistration__actions [class^=col-] {
  display: flex;
}
.jobapplication__actions [class^=col-] .button, .courseregistration__actions [class^=col-] .button {
  margin-left: auto;
  margin-right: 0;
}

.forminput {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.forminput__label {
  font: 600 12px/18px Montserrat;
  margin-bottom: 4px;
}
.forminput__label span {
  color: #00a667;
}
.forminput__input {
  background-color: #ffffff;
  height: 48px;
  padding: 13px 16px;
  border: 1px solid #a3a3a3;
  border-radius: 12px;
  outline: none;
  font-size: 16px;
  font-family: Inter, sans-serif;
}
.forminput__input:focus {
  border-color: #00a667;
  box-shadow: 0px 0px 0px 2px #00a66724;
}
.forminput__input:invalid,
.forminput .input-validation-error {
  border-color: #e54623;
  box-shadow: 0px 0px 0px 2px #e5462324;
}
.forminput .text-danger {
  color: #e54623;
  font: 600 12px/18px Montserrat;
}
.forminput textarea {
  height: 80px;
}
.forminput__file {
  border-radius: 12px;
  border: 1px dashed #a3a3a3;
  width: 100%;
  aspect-ratio: 4/1;
}

@media screen and (min-width: 992px) {
  .jobapplication__header h2, .courseregistration__header h2 {
    width: 90%;
    white-space: break-spaces;
  }
  .jobapplication__header h4, .courseregistration__header h4 {
    font: 600 var(--size-h5, 12px)/var(--line-height-h5, 18px) Montserrat, sans-serif;
  }
  .jobapplication__infocard, .courseregistration__infocard {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .jobapplication__infocard .separator, .courseregistration__infocard .separator {
    display: unset;
  }
  .jobapplication__infocard .title-label h4, .courseregistration__infocard .title-label h4 {
    font: 600 var(--size-h6, 8px)/var(--line-height-h6, 14px) Montserrat, sans-serif;
  }
  .jobapplication__infocard .title-label h4 span, .courseregistration__infocard .title-label h4 span {
    font-size: 12px;
  }
  .jobapplication__infocard div:first-child,
  .jobapplication__infocard div:last-child, .courseregistration__infocard div:first-child,
  .courseregistration__infocard div:last-child {
    grid-column: span 2;
  }
  .forminput[id=or-gate] {
    position: relative;
  }
  .forminput[id=or-gate]:after {
    position: absolute;
    content: "/";
    width: 16px;
    text-align: center;
    left: 100%;
    top: 50%;
  }
}
@media screen and (max-width: 992px) {
  .jobapplication__actions [class^=col-] .button, .courseregistration__actions [class^=col-] .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 16px;
  }
}
/*
*  CSS opruimen voor het drag&drop component
*/
.file-uploader {
  align-self: center;
  width: 100%;
}

.drop-zone {
  cursor: pointer;
  border-radius: 12px;
  border: 1px dashed #d4d4d4;
  padding: 25px 50px;
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drop-zone--itemover {
  border: 1px solid #00a667;
}

.prompt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.prompt > h6 {
  margin: 0;
  color: #a3a3a3;
  font: 400 12px/18px Inter;
}

.title-with-icon {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
}

.title-with-icon > svg {
  flex-shrink: 0;
  object-fit: contain;
  width: 2rem !important;
  height: 3rem !important;
}

.title-with-icon > h4 {
  font: 400 16px/22px Inter;
}
.title-with-icon > h4 > div {
  color: #00a667;
}

.file-input {
  display: none;
}

.labels-view {
  max-width: 140%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 4px;
}

.labels-view::-webkit-scrollbar {
  display: none;
}

.update-card {
  position: relative;
  display: block;
  aspect-ratio: 458/339;
  overflow: hidden;
  border-radius: 16px;
}
.update-card .image,
.update-card .content {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.update-card .image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.update-card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.update-card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.update-card .content .tags {
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  justify-content: flex-end;
}
.update-card .content .tags .chip {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5px);
}
.update-card .content h4 {
  margin-bottom: 16px;
  color: #ffffff;
}
.update-card .content .cta {
  display: flex;
  align-items: center;
}
@media screen and (width < 992px) {
  .update-card {
    aspect-ratio: 312/300;
  }
  .update-card h4 {
    font-size: 20px;
  }
}

.stretch-height .update-card {
  height: 100%;
  aspect-ratio: unset;
}

.update-carousel {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  --controls: #0d403d;
  padding-block: 80px;
  background-color: var(--background);
  color: var(--text);
  overflow: hidden;
}
.update-carousel[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
.update-carousel[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
.update-carousel[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #f6c974;
}
.update-carousel[data-items="0"] .carousel-controls, .update-carousel[data-items="1"] .carousel-controls, .update-carousel[data-items="2"] .carousel-controls {
  display: none;
}
.update-carousel .intro-row {
  margin-bottom: 64px;
}
.update-carousel .intro-row h2 {
  color: var(--title);
}
.update-carousel .intro-row p {
  color: var(--text);
}
.update-carousel .intro-row p {
  margin-top: 24px;
}
.update-carousel .intro-row .carousel-controls .control {
  border-color: var(--controls);
}
.update-carousel .intro-row .carousel-controls .control svg {
  stroke: var(--controls);
}
.update-carousel .carousel .slick-slide {
  margin: 0 8px;
}
.update-carousel .carousel .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.update-carousel .carousel .update-card {
  transition: 0.2s ease-out;
}
.update-carousel .carousel .update-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.update-carousel .carousel .update-card:hover .cta {
  color: #ffffff;
}
.update-carousel .carousel .update-card:hover .cta .icon {
  filter: brightness(0) invert(1);
}
@media screen and (width < 992px) {
  .update-carousel {
    padding-block: 64px;
  }
  .update-carousel .intro-row {
    margin-bottom: 40px;
  }
  .update-carousel .carousel-controls {
    display: none;
  }
}

.update-overview {
  --background: #171717;
  --text: #ffffff;
  background-color: var(--background);
  padding-block: 1px;
}
.update-overview .container .chips {
  color: var(--text);
  margin-block: 32px;
}
.update-overview .container .header {
  margin-block: 64px 32px;
}
.update-overview .container .header h2 {
  color: var(--text);
}
.update-overview .container .container-ctaButton {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.update-overview .container .container-ctaButton .ctaButton__more {
  background-color: #222222;
  border-radius: 16px;
  border: 2px solid #f6c974;
  color: #f6c974;
}

.update-overview__list {
  --blockBackground: #171717;
  --text: #ffffff;
  background-color: var(--blockBackground);
  padding-block: 1px;
  padding-bottom: 64px;
}
.update-overview__list #archief {
  margin-block: 64px 32px;
  color: var(--text);
}
.update-overview__list .chips {
  margin-bottom: 32px;
}
.update-overview__list .chips .chip {
  color: var(--text);
}
.update-overview__list .chips .chip.active {
  color: #0d403d;
}
.update-overview__list .chips .chip.active:hover {
  transition: 0.2s ease-out;
  background-color: #f6c974;
}
.update-overview__list .chips .chip:hover {
  transition: 0.2s ease-out;
  background-color: #404040;
}
.update-overview__list .chips .chip:hover .chip__icon {
  filter: invert(0);
}
@media screen and (width > 768px) {
  .update-overview__list .chips .chip:last-child {
    margin-left: auto;
  }
}
.update-overview__list .chips .update-archive__filter--title {
  color: var(--text);
  list-style-type: none;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
}
.update-overview__list .container-ctaButton {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.update-overview__list .container-ctaButton .ctaButton__more {
  background-color: #222222;
  border-radius: 16px;
  border: 2px solid #f6c974;
  color: #f6c974;
}

.update__card {
  display: flex;
  background: #222222;
  border-radius: 24px;
  height: 390px;
}
.update__card:hover {
  background: #404040;
}
.update__card:hover .cta {
  color: #ffffff;
}
.update__card:hover .cta .icon {
  filter: brightness(0) invert(1);
}
.update__card .image {
  position: relative;
  inset: 0;
  z-index: 0;
  height: 390px;
  width: 50%;
}
.update__card .image img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
}
.update__card .content {
  inset: 0;
  z-index: 0;
  padding: 24px;
  padding-right: 48px;
  width: 50%;
  margin-left: 24px;
}
.update__card .content p,
.update__card .content h2 {
  color: var(--text);
}
.update__card .content .tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #ffffff;
}
.update__card .content .paragraph p {
  margin-block: 24px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.update__card .content .cta {
  display: flex;
  align-items: center;
}
@media screen and (width < 1400px) {
  .update__card .content {
    inset: 0;
    z-index: 0;
    padding: 24px;
    padding-right: 48px;
    width: 50%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .update__card .content .tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #ffffff;
  }
  .update__card .content .paragraph p {
    margin-block: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
  }
  .update__card .content .ctaButton {
    margin-top: auto;
    margin-bottom: 0;
  }
  .update__card .content .cta {
    display: flex;
    align-items: center;
  }
  .update__card .content h2 {
    font-size: 32px;
  }
}

@media screen and (width < 768px) {
  .update-overview {
    padding-block: 24px;
  }
  .update-overview .update__card {
    flex-direction: column;
    min-height: 540px;
    height: auto;
  }
  .update-overview .update__card .image {
    width: 100%;
    height: 40%;
  }
  .update-overview .update__card .image img {
    height: 100%;
    border-radius: 24px 24px 0 0;
  }
  .update-overview .update__card .content {
    width: 100%;
    height: 60%;
    position: relative;
  }
  .update-overview .update__card .content h2 {
    font-size: 24px;
  }
  .update-overview .update__card .content .content {
    width: 100%;
    height: 60%;
    position: relative;
    margin-left: 0;
    padding: 24px;
  }
  .update-overview .update__card .content .content h2 {
    font-size: 24px;
  }
  .update-overview .update__card .content .content .paragraph p {
    margin-block: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
  }
  .update-overview .update__card .content .content .ctaButton .cta {
    justify-content: flex-end;
  }
  .update-overview .update__card .content .paragraph p {
    margin-block: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
  }
  .update-overview .update__card .content .ctaButton {
    margin-left: auto;
  }
}
@media screen and (width < 768px) and (width < 576px) {
  .update__card {
    border-radius: 16px;
  }
  .update__card .image {
    height: 35%;
  }
  .update__card .image img {
    border-radius: 16px 16px 0 0;
  }
  .update__card .content {
    height: 65%;
  }
  .update__card .content h2 {
    font-size: 20px;
  }
}
.card-horizontal {
  --text: #ffffff;
  background: #222222;
  display: flex;
  width: 100%;
  border-radius: 16px;
}
.card-horizontal:hover {
  background: #404040;
}
.card-horizontal:hover .cta {
  color: #ffffff;
}
.card-horizontal:hover .cta .icon {
  filter: brightness(0) invert(1);
}
.card-horizontal .update-card {
  width: 100%;
  display: flex;
}
.card-horizontal .horizontal-image {
  width: 100%;
  aspect-ratio: 363/254;
}
.card-horizontal .horizontal-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.card-horizontal .content {
  height: 100%;
  background-color: var(--background);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
}
.card-horizontal .content h4, .card-horizontal .content p {
  color: var(--text);
}
.card-horizontal .content .tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #ffffff;
}
.card-horizontal .content .paragraph p {
  margin-block: 24px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.card-horizontal .content .ctaButton {
  margin-bottom: 0;
}
.card-horizontal .content .cta {
  display: flex;
  align-items: center;
}
@media screen and (width < 992px) {
  .card-horizontal .horizontal-image {
    width: 50%;
  }
  .card-horizontal .horizontal-image img {
    width: 100%;
  }
  .card-horizontal .content {
    width: 50%;
  }
}

@media screen and (width < 992px) {
  .card-horizontal {
    flex-direction: column;
  }
  .card-horizontal .horizontal-image {
    width: 100%;
    aspect-ratio: 35/20;
  }
  .card-horizontal .horizontal-image img {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .card-horizontal .content {
    width: 100%;
    height: 60%;
    position: relative;
    padding: 24px;
  }
  .card-horizontal .content .paragraph p {
    -webkit-line-clamp: 4;
  }
  .card-horizontal .content .ctaButton .cta {
    justify-content: flex-end;
  }
}
.contentBlockWithImages {
  --background: #f8f8f8;
  --headingColor: #0d403d;
  --textColor: #222222;
  background-color: var(--background);
  padding-block: 80px;
}
.contentBlockWithImages[data-theme=dark] {
  --background: #171717;
  --headingColor: #ffffff;
  --textColor: #ffffff;
}
.contentBlockWithImages[data-theme=gray] {
  --background: #222222;
  --headingColor: #ffffff;
  --textColor: #ffffff;
}
.contentBlockWithImages[data-theme=green] {
  --background: #0d403d;
  --headingColor: #ffffff;
  --textColor: #ffffff;
}
.contentBlockWithImages[data-arrangement=portrait][data-numimages="2"] .description {
  margin-top: 64px;
}
.contentBlockWithImages[data-numimages="3"] .description, .contentBlockWithImages[data-numimages="4"] .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentBlockWithImages[data-textside=Rechts] .row {
  flex-direction: row-reverse;
}
.contentBlockWithImages .row {
  justify-content: center;
}
.contentBlockWithImages .description h1,
.contentBlockWithImages .description h2,
.contentBlockWithImages .description h3,
.contentBlockWithImages .description h4,
.contentBlockWithImages .description h5,
.contentBlockWithImages .description h6 {
  color: var(--headingColor);
  hyphens: manual;
}
.contentBlockWithImages .description h1, .contentBlockWithImages .description h2, .contentBlockWithImages .description h3 {
  font-weight: 700;
}
.contentBlockWithImages .description h4, .contentBlockWithImages .description h5, .contentBlockWithImages .description h6 {
  font-weight: 600;
}
.contentBlockWithImages .description p {
  color: var(--textColor);
}
@media screen and (width > 992px) {
  .contentBlockWithImages .description.col-lg-6 .description__wrap {
    margin: 0 auto;
    width: 66.6666666667%;
  }
}
.contentBlockWithImages .arcady-video-with-controls {
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.contentBlockWithImages .video-wrapper {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.contentBlockWithImages .video-wrapper button {
  pointer-events: none;
  transition: 0.2s all;
  background-color: #f6c974;
  border: none;
  border-radius: 16px;
  padding: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.contentBlockWithImages .video-wrapper button:hover {
  background-color: #f6d495;
}
.contentBlockWithImages .hiddenIcon {
  display: none;
}
.contentBlockWithImages .collage,
.contentBlockWithImages .collage__dip {
  width: 100%;
  display: grid;
}
.contentBlockWithImages .collage img,
.contentBlockWithImages .collage__dip img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.contentBlockWithImages .collage[data-numimages="1"] img,
.contentBlockWithImages .collage__dip[data-numimages="1"] img {
  aspect-ratio: 647/364;
  width: 100%;
}
.contentBlockWithImages .collage[data-numimages="1"][data-arrangement=landscape] img:nth-of-type(1), .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="1"][data-arrangement=landscape] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(1) {
  aspect-ratio: 647/364;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape],
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=landscape] {
  height: 100%;
  display: flex;
  align-items: center;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(1) {
  margin-top: -128px;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(2) {
  display: none;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait],
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=portrait] {
  gap: 16px;
  grid-template-columns: 57.1428571429% 42.8571428571%;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(1) {
  aspect-ratio: 363/400;
}
.contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(2) {
  height: 100%;
  width: 100%;
}
.contentBlockWithImages .collage[data-numimages="3"],
.contentBlockWithImages .collage__dip[data-numimages="3"] {
  grid-template-columns: 57.1428571429% 42.8571428571%;
  gap: 16px;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img,
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=landscape] img {
  width: 100%;
  display: flex;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(1) {
  aspect-ratio: 363/204;
  margin-top: auto;
  margin-bottom: 0;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(2) {
  aspect-ratio: 1/1;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(3),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(3) {
  grid-column: 1/3;
  width: 71.4285714286%;
  margin-left: auto;
  margin-right: 0;
  aspect-ratio: 457/269;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img,
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=portrait] img {
  width: 100%;
  display: flex;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(1) {
  aspect-ratio: 363/400;
  grid-row: 1/3;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(2) {
  aspect-ratio: 268/297;
}
.contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(3),
.contentBlockWithImages .collage__dip[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(3) {
  aspect-ratio: 173/194;
  width: 66.6666666667%;
}
.contentBlockWithImages .collage[data-numimages="4"],
.contentBlockWithImages .collage__dip[data-numimages="4"] {
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img,
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=landscape] img {
  width: 100%;
  display: flex;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(1) {
  grid-column: 1/5;
  aspect-ratio: 363/204;
  margin-top: auto;
  margin-bottom: 0;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(2) {
  grid-column: 5/8;
  aspect-ratio: 1/1;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(3),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(3) {
  grid-column: 1/4;
  aspect-ratio: 268/150;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(4),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(4) {
  grid-column: 4/8;
  aspect-ratio: 363/214;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img,
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=portrait] img {
  width: 100%;
  display: flex;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(1),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(1) {
  grid-column: 1/5;
  grid-row: 1/5;
  aspect-ratio: 363/400;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(2),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(2) {
  grid-column: 5/8;
  grid-row: 1/4;
  aspect-ratio: 268/297;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(3),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(3) {
  grid-column: 3/5;
  grid-row: 5/6;
  aspect-ratio: 173/194;
}
.contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(4),
.contentBlockWithImages .collage__dip[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(4) {
  grid-column: 5/8;
  grid-row: 4/6;
  aspect-ratio: 268/297;
}
.contentBlockWithImages .collage__dip {
  margin-top: 64px;
}
.contentBlockWithImages .collage__dip img {
  width: 116.6666666667%;
  aspect-ratio: 647/364;
}
@media screen and (width < 992px) {
  .contentBlockWithImages > .container > .row {
    flex-direction: column-reverse;
  }
  .contentBlockWithImages .description {
    margin-top: 32px;
  }
  .contentBlockWithImages[data-textside=Rechts] > .container > .row {
    flex-direction: column;
  }
  .contentBlockWithImages[data-textside=Rechts] .description {
    margin-top: 0;
  }
  .contentBlockWithImages[data-textside=Rechts] .collage {
    margin-top: 32px;
  }
  .contentBlockWithImages .collage__dip {
    display: none;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] {
    display: flex;
    flex-wrap: wrap;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(1) {
    width: 100%;
    margin-left: -16px;
    margin-top: 0;
    aspect-ratio: 328/186;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=landscape] img:nth-of-type(2) {
    display: flex;
    margin-top: -32px;
    margin-right: -16px;
    margin-left: auto;
    width: 75%;
    aspect-ratio: 246/140;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait] {
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(1) {
    height: unset;
    grid-column: 1/9;
    grid-row: 1/1;
    width: 100%;
    aspect-ratio: 186/328;
  }
  .contentBlockWithImages .collage[data-numimages="2"][data-arrangement=portrait] img:nth-of-type(2) {
    height: unset;
    margin-top: 85%;
    grid-column: 7/13;
    grid-row: 1/1;
    width: 100%;
    aspect-ratio: 140/246;
  }
  .contentBlockWithImages .collage[data-numimages="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
    width: calc(100% + 16px);
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(2) {
    justify-self: flex-end;
    width: calc(100% + 16px);
    aspect-ratio: 164/112;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=landscape] img:nth-of-type(3) {
    aspect-ratio: 1/1;
    width: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 164/308;
    align-self: flex-end;
    justify-self: flex-end;
    width: calc(100% + 16px);
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: 164/186;
    width: calc(100% + 16px);
  }
  .contentBlockWithImages .collage[data-numimages="3"][data-arrangement=portrait] img:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 1/1;
    width: 100%;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] {
    display: block;
    column-count: 2;
    column-gap: 16px;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(1) {
    aspect-ratio: 164/148;
    width: calc(100% + 16px);
    margin-bottom: 16px;
    float: right;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(2) {
    aspect-ratio: 164/112;
    width: 100%;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(3) {
    aspect-ratio: 148/100;
    width: calc(100% + 16px);
    margin-bottom: 16px;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=landscape] img:nth-of-type(4) {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] {
    display: block;
    column-count: 2;
    column-gap: 16px;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] > img {
    display: initial !important;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(1) {
    aspect-ratio: 164/308;
    width: calc(100% + 16px);
    margin-bottom: 16px;
    float: right;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(2) {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(3) {
    aspect-ratio: 164/186;
    width: calc(100% + 16px);
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .contentBlockWithImages .collage[data-numimages="4"][data-arrangement=portrait] img:nth-of-type(4) {
    aspect-ratio: 148/206;
    width: 100%;
  }
}

.pictureHeader {
  padding: 24px;
  display: flex;
  align-items: center;
}
.pictureHeader__image {
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.background {
  width: 100%;
}

.werken-met-A-klanten {
  --padding-outer: 64px 24px;
  padding: var(--padding-outer);
  display: grid;
  grid-template-rows: auto;
  grid-gap: 24px;
  grid-template-areas: "images" "content";
}
.werken-met-A-klanten__contentwrapper {
  grid-area: content;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.werken-met-A-klanten__imagewrapper {
  grid-area: images;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: -24px;
}
.werken-met-A-klanten__imagewrapper::-webkit-scrollbar {
  display: none;
}
.werken-met-A-klanten__imagewrapper .image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.werken-met-A-klanten__imagewrapper .image img {
  width: 80%;
  height: 80%;
}
.werken-met-A-klanten__title h3 {
  /*color: $color-base-white;*/
}

@media screen and (min-width: 992px) {
  .werken-met-A-klanten {
    --padding-outer: 80px 80px;
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px;
    grid-template-areas: "content images";
  }
  .werken-met-A-klanten__imagewrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 24px;
    padding-left: 52px;
    margin: unset;
  }
  .werken-met-A-klanten__imagewrapper .image {
    width: 101px;
    height: 101px;
  }
}
section.usp-block {
  --background: #f8f8f8;
  --text: #222222;
  --neutral: #f5f5f5;
  padding-block: 80px;
  background-color: var(--background);
}
section.usp-block[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --neutral: #262626;
}
section.usp-block[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --neutral: #262626;
}
section.usp-block[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --neutral: #262626;
}
section.usp-block [class^=col-] > p {
  padding-bottom: 40px;
}
section.usp-block h2 {
  color: var(--text);
}
section.usp-block p {
  color: var(--text);
}
section.usp-block .title {
  margin-bottom: 24px;
}
section.usp-block .headerActive {
  color: #00a667 !important;
}
section.usp-block .intro-text {
  margin-top: 0;
}
section.usp-block .usp-block__item {
  max-width: 650px;
  cursor: pointer;
  padding-bottom: 16px;
}
section.usp-block .usp-block__item__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.usp-block .usp-block__item__top:hover h3 {
  color: #00a667;
}
section.usp-block .usp-block__item__top__text {
  font-size: var(--size-h3, 20px);
  font-weight: 700;
  color: var(--text);
}
section.usp-block .usp-block__item__bottom {
  overflow: hidden;
  transition: 300ms;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--neutral);
}
section.usp-block .usp-block__item__bottom__text {
  color: var(--text);
}

@keyframes rotate45dgLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes rotate45dgRight {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rotateLeft {
  animation: rotate45dgLeft 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

.rotateRight {
  animation: rotate45dgRight 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

.opened {
  height: var(--container-height) !important;
}

@media screen and (min-width: 576px) {
  .usp-block__header {
    margin-bottom: 1rem;
  }
}
.socials {
  --title-color-primary: #ffffff;
  --title-color-secondary: #00a667;
  --background: #0d403d;
  background-color: var(--background);
  padding-block: 80px;
}
.socials[data-theme=dark] {
  --background: #171717;
  --title-color-primary: #ffffff;
  --title-color-secondary: #00a667;
}
.socials[data-theme=gray] {
  --background: #222222;
  --title-color-primary: #ffffff;
  --title-color-secondary: #00a667;
}
.socials[data-theme=light] {
  --background: #f8f8f8;
  --title-color-primary: #222222;
  --title-color-secondary: #00a667;
}
.socials .socialBanner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socials .socialBanner .title {
  color: var(--title-color-primary);
  font-size: var(--size-h3, 20px);
  font-weight: 700;
  margin: 0;
}
.socials .socialBanner .title > span {
  color: var(--title-color-secondary);
}
.socials .icons {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (width < 992px) {
  .socials .socialBanner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .socials .socialBanner .title {
    font-size: var(--size-h2, 24px);
  }
  .socials .icons {
    width: 100%;
    justify-content: center;
  }
}

.block-content-list {
  --text: #222222;
  --background: #f8f8f8;
  --h2-color: #0d403d;
  --h5-color: #222222;
  padding-block: 80px;
  background-color: var(--background);
}
.block-content-list[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --h2-color: #ffffff;
  --h5-color: #00a667;
}
.block-content-list[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --h2-color: #ffffff;
  --h5-color: #00a667;
}
.block-content-list[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --h2-color: #ffffff;
  --h5-color: #00a667;
}
@media screen and (width > 992px) {
  .block-content-list.block-content-list--right .row:last-of-type {
    flex-direction: row-reverse;
  }
}
.block-content-list h2 {
  color: var(--h2-color);
}
.block-content-list h5 {
  color: var(--h5-color);
}
.block-content-list h2 + p {
  margin-top: 24px;
}
.block-content-list p,
.block-content-list li {
  color: var(--text);
}
.block-content-list .row + .row {
  margin-top: 80px;
  justify-content: space-between;
}
.block-content-list .buttons {
  margin-top: 24px;
}
.block-content-list .block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-content-list .block-list .block-list__entry p {
  margin-top: 8px;
}
.block-content-list .block-list .block-list__entry + .block-list__entry {
  margin-top: 32px;
}
@media screen and (width < 992px) {
  .block-content-list .row:last-of-type {
    flex-direction: column-reverse;
  }
  .block-content-list .row + .row {
    margin-top: 40px;
  }
  .block-content-list .arcady-image {
    margin-bottom: 40px;
  }
  .block-content-list h5 {
    font-size: 16px;
  }
}

.start-your-future {
  --background: #f8f8f8;
  --text: #222222;
  --card: #ffffff;
  --title: #0d403d;
  background-color: var(--background);
  color: var(--text);
  overflow: hidden;
  padding-block: 80px;
}
.start-your-future[data-theme=dark] {
  --background: #171717;
  --card: #222222;
  --text: #ffffff;
  --color-cta-hover: #ffffff;
  --cta-icon-hover: brightness(0) invert(1);
  --title: #ffffff;
}
.start-your-future[data-theme=gray] {
  --background: #222222;
  --card: #171717;
  --text: #ffffff;
  --color-cta-hover: #ffffff;
  --cta-icon-hover: brightness(0) invert(1);
  --title: #ffffff;
}
.start-your-future[data-theme=green] {
  --background: #0d403d;
  --card: #ffffff;
  --text: #ffffff;
  --textCard: #222222;
  --title: #ffffff;
}
.start-your-future[data-items="0"] .intro, .start-your-future[data-items="1"] .intro, .start-your-future[data-items="2"] .intro, .start-your-future[data-items="3"] .intro {
  text-align: center;
  justify-content: center;
}
.start-your-future[data-items="0"] .carousel-controls, .start-your-future[data-items="1"] .carousel-controls, .start-your-future[data-items="2"] .carousel-controls, .start-your-future[data-items="3"] .carousel-controls {
  display: none;
}
.start-your-future .intro {
  margin-bottom: 64px;
}
.start-your-future .intro h2 {
  color: var(--title);
}
.start-your-future .intro p {
  color: var(--text);
}
.start-your-future .start-your-future__slider .slick-track {
  display: flex !important;
}
.start-your-future .start-your-future__slider .slick-slide {
  margin: 0 8px;
  display: flex;
  height: inherit !important;
}
.start-your-future .start-your-future__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.start-your-future .start-your-future__slider .start-your-future__card {
  transition: 0.2s ease-out;
  background-color: var(--card);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.start-your-future .start-your-future__slider .start-your-future__card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.start-your-future .start-your-future__slider .start-your-future__card:hover .cta {
  color: var(--color-cta-hover, #0d403d);
}
.start-your-future .start-your-future__slider .start-your-future__card:hover .cta .icon {
  filter: var(--cta-icon-hover, brightness(0.5) contrast(1.5) hue-rotate(37deg));
}
.start-your-future .start-your-future__slider .start-your-future__card .image {
  aspect-ratio: 363/174;
}
.start-your-future .start-your-future__slider .start-your-future__card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.start-your-future .start-your-future__slider .start-your-future__card .content {
  aspect-ratio: 363/290;
  overflow: hidden;
  padding: 16px 24px;
  position: relative;
}
.start-your-future .start-your-future__slider .start-your-future__card .content h4 {
  color: #00a667;
}
.start-your-future .start-your-future__slider .start-your-future__card .content .tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.start-your-future .start-your-future__slider .start-your-future__card .content .tags .chip {
  border-color: var(--textCard, var(--text));
  color: var(--textCard, var(--text));
}
.start-your-future .start-your-future__slider .start-your-future__card .content ul {
  margin-top: 24px;
  list-style: none;
}
.start-your-future .start-your-future__slider .start-your-future__card .content ul li {
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  position: relative;
  color: var(--textCard, var(--text));
  line-height: 1.5;
}
.start-your-future .start-your-future__slider .start-your-future__card .content ul li:not(:first-of-type) {
  margin-top: 16px;
}
.start-your-future .start-your-future__slider .start-your-future__card .content ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../umbraco/publicImages/icons/check_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.start-your-future .start-your-future__slider .start-your-future__card .content .ctaButton {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 24px 24px 24px;
  display: flex;
  justify-content: flex-end;
  background: var(--card);
}
.start-your-future .start-your-future__slider .start-your-future__card .content .ctaButton .cta {
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  gap: 15px;
}
.start-your-future .start-your-future__slider .start-your-future__card .content .ctaButton .cta .icon {
  width: 15px;
  height: 15px;
}
@media screen and (width < 992px) {
  .start-your-future {
    padding-block: 40px;
  }
  .start-your-future .intro {
    margin-bottom: 40px;
  }
  .start-your-future .carousel-controls {
    display: none;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .image {
    aspect-ratio: 312/174;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .content {
    padding-top: 24px;
    aspect-ratio: 312/293;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .content h4 {
    font-size: 20px;
  }
}
@media screen and (width < 992px) {
  .start-your-future .start-your-future__slider .slick-slide > div {
    display: flex;
    height: inherit;
  }
  .start-your-future .start-your-future__slider .start-your-future__card {
    display: flex !important;
    flex-direction: column;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .image {
    aspect-ratio: unset;
    height: 150px;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .content {
    aspect-ratio: unset;
    flex-grow: 1;
  }
  .start-your-future .start-your-future__slider .start-your-future__card .content ul {
    margin-bottom: 1rem;
  }
}

.footer-cta {
  --background: #f8f8f8;
  --cardBackground: #0d403d;
  --text: #ffffff;
  padding-block: 80px;
  background-color: var(--background);
}
.footer-cta[data-theme=light] {
  --background: #f8f8f8;
  --cardBackground: #ffffff;
  --text: #0d403d;
  --shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --title: #0d403d;
}
.footer-cta[data-theme=gray] {
  --background: #222222;
  --cardBackground: #0d403d;
  --text: #ffffff;
}
.footer-cta[data-theme=dark] {
  --background: #171717;
  --cardBackground: #0d403d;
  --text: #ffffff;
}
.footer-cta .row {
  padding-block: 80px;
  background-color: var(--cardBackground);
  border-radius: 32px;
  box-shadow: var(--shadow, none);
  text-align: center;
}
.footer-cta .row h2 {
  color: var(--title, var(--text));
}
.footer-cta .row p {
  padding-inline: 16px;
  color: var(--text);
}
.footer-cta .row p {
  margin-block: 24px;
}
@media screen and (width < 992px) {
  .footer-cta {
    padding-block: 64px;
  }
  .footer-cta .row {
    padding-block: 48px;
  }
}

section.funfacts, section.compensation {
  --background: #171717;
  --cardBackground: #222222;
  --text: #ffffff;
  --title: #ffffff;
  padding-block: 80px;
  background-color: var(--background);
  color: var(--text);
}
section.funfacts[data-theme=light], section[data-theme=light].compensation {
  --background: #f8f8f8;
  --cardBackground: #ffffff;
  --text: #222222;
  --title: #0d403d;
}
section.funfacts[data-theme=gray], section[data-theme=gray].compensation {
  --background: #222222;
  --cardBackground: #404040;
  --text: #ffffff;
  --title: #ffffff;
}
section.funfacts[data-theme=green], section[data-theme=green].compensation {
  --background: #0d403d;
  --cardBackground: #222222;
  --text: #ffffff;
  --title: #ffffff;
}
section.funfacts .intro-row, section.compensation .intro-row {
  margin-bottom: 64px;
}
section.funfacts .intro-row h2, section.compensation .intro-row h2 {
  color: var(--title);
}
section.funfacts .intro-row p, section.compensation .intro-row p {
  color: var(--text);
  margin-top: 24px;
  margin-bottom: 0;
}
section.funfacts .facts-row, section.compensation .facts-row {
  row-gap: 16px;
}
section.funfacts .fact, section.compensation .fact {
  aspect-ratio: 268/164;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  background-color: var(--cardBackground);
  padding: 24px;
}
section.funfacts .fact__inner, section.compensation .fact__inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
section.funfacts .fact__head, section.compensation .fact__head {
  display: flex;
  gap: 16px;
  grid-row: 1/1;
  grid-column: 1/5;
}
section.funfacts .fact__icon, section.compensation .fact__icon {
  width: 56px;
  display: flex;
  align-items: center;
}
section.funfacts .fact__icon img, section.compensation .fact__icon img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
section.funfacts .fact__heading, section.compensation .fact__heading {
  color: var(--title);
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
section.funfacts .fact__subtitle, section.compensation .fact__subtitle {
  grid-row: 2/2;
  grid-column: 1/5;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
@media screen and (width < 992px) {
  section.funfacts, section.compensation {
    padding-block: 40px;
  }
  section.funfacts .intro-row, section.compensation .intro-row {
    margin-bottom: 40px;
  }
  section.funfacts .fact, section.compensation .fact {
    aspect-ratio: unset;
    padding: 16px;
    gap: 8px;
    grid-template-columns: repeat(8, 1fr);
  }
  section.funfacts .fact__head, section.compensation .fact__head {
    gap: 8px;
  }
  section.funfacts .fact__subtitle, section.compensation .fact__subtitle {
    grid-column: 1/9;
  }
}
@media screen and (576px <= width <= 992px) {
  section.funfacts .fact, section.compensation .fact {
    height: 100%;
  }
}

section.quotes {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  --controls: #0d403d;
  padding-block: 80px;
  background-color: var(--background);
  color: var(--text);
}
section.quotes[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
section.quotes[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
section.quotes[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #f6c974;
}
section.quotes .intro-row {
  margin-bottom: 48px;
}
section.quotes .intro-row h2 {
  color: var(--title);
}
section.quotes .quotes-carousel .qoutes-carousel__slider {
  margin-bottom: 0;
}
section.quotes .quotes-carousel .qoutes-carousel__slider .slick-track {
  display: flex !important;
}
section.quotes .quotes-carousel .qoutes-carousel__slider .slick-slide {
  margin: 0 8px;
  height: inherit !important;
}
section.quotes .quotes-carousel .qoutes-carousel__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
section.quotes .quotes-carousel .qoutes-carousel__slider .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
section.quotes .quotes-carousel .qoutes-carousel__slider .slick-slide.slick-active {
  opacity: 1;
}
section.quotes .slick-dots {
  position: unset;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
section.quotes .slick-dots li {
  height: 20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}
section.quotes .slick-dots li button {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  margin: 0;
  background-color: #d4d4d4;
}
section.quotes .slick-dots li button .slick-dot-icon {
  display: none;
}
section.quotes .slick-dots li button:focus {
  outline: none;
}
section.quotes .slick-dots li.slick-active button {
  background-color: #00a667;
}
@media screen and (width < 992px) {
  section.quotes {
    padding-block: 64px;
  }
  section.quotes .intro-row {
    margin-bottom: 40px;
  }
  section.quotes .carousel-controls {
    display: none;
  }
  section.quotes .intro-row {
    margin-bottom: 24px;
  }
  section.quotes .intro-row h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  section.quotes .slick-dots li {
    width: 24px;
  }
}

.quote .quote__text {
  margin-bottom: 24px;
  color: var(--text);
  font-size: var(--size-h5, 12px);
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.quote .quote__text::before {
  content: "“";
}
.quote .quote__text::after {
  content: "”";
}
.quote .quote__author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quote .quote__author .author__image {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  overflow: hidden;
}
.quote .quote__author .author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote .quote__author .author__text {
  font-size: 12px;
  font-weight: 400;
  font-family: Inter, sans-serif;
}
.quote .quote__author .author__text > div {
  display: block;
}
.quote .quote__author .author__text .author__name {
  color: var(--text);
}
.quote .quote__author .author__text .author__title {
  color: #737373;
}

@media screen and (width < 992px) {
  .quote .quote__text {
    font-size: 16px;
  }
}
section.faq-mini {
  --background: #171717;
  --text: #ffffff;
  --card: #222222;
  --cardActive: #0d403d;
  --cardText: #ffffff;
  --cardActiveText: #ffffff;
  background-color: var(--background);
  padding-block: 80px;
}
section.faq-mini[data-theme=light] {
  --background: #f8f8f8;
  --text: #222222;
  --card: #ffffff;
  --cardActive: #0d403d;
  --cardText: #222222;
  --cardActiveText: #ffffff;
}
section.faq-mini[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --card: #171717;
  --cardActive: #0d403d;
  --cardActiveText: #ffffff;
  --cardText: #ffffff;
}
section.faq-mini[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --card: #ffffff;
  --cardActive: #262626;
  --cardActiveText: #ffffff;
  --cardText: #222222;
}
section.faq-mini .intro-row {
  margin-bottom: 64px;
}
section.faq-mini .intro-row h2 {
  text-align: center;
  color: var(--text);
}
section.faq-mini .faq-row .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.faq-mini .faq-row .accordion .tab {
  position: relative;
  cursor: pointer;
  z-index: 0;
}
section.faq-mini .faq-row .accordion .tab .background {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background-color: var(--card);
  z-index: -1;
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0, 1);
}
section.faq-mini .faq-row .accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.faq-mini .faq-row .accordion .tab h3 {
  font-size: var(--size-h5, 12px);
  line-height: 1.3;
}
section.faq-mini .faq-row .accordion .tab h3,
section.faq-mini .faq-row .accordion .tab p {
  color: var(--cardText);
}
section.faq-mini .faq-row .accordion .tab .tab-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px;
  user-select: none;
  gap: 16px;
}
section.faq-mini .faq-row .accordion .tab .tab-label h3 {
  hyphens: manual;
}
section.faq-mini .faq-row .accordion .tab .tab-label .icon {
  width: 32px;
  height: 32px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1);
}
section.faq-mini .faq-row .accordion .tab .tab-label .icon::before, section.faq-mini .faq-row .accordion .tab .tab-label .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 2px;
  background-color: #00a667;
  border-radius: 2px;
}
section.faq-mini .faq-row .accordion .tab .tab-label .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.faq-mini .faq-row .accordion .tab .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner {
  padding: 0 24px 24px 24px;
  color: var(--cardText);
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner * {
  color: var(--cardText);
  font: 400 16px/22px Inter;
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner > p {
  margin-top: 0;
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ul, section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ol {
  padding-left: 1.25rem;
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ul > li, section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ol > li {
  margin-bottom: 0.25rem;
}
section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ul > li:last-of-type, section.faq-mini .faq-row .accordion .tab .tab-content .tab-content__inner ol > li:last-of-type {
  margin-bottom: 0.5rem;
}
section.faq-mini .faq-row .accordion .tab .background {
  transition: background-color 0.5s ease-in-out;
}
section.faq-mini .faq-row .accordion .tab input[type=checkbox]:checked ~ .tab-label .icon {
  transform: rotate(45deg);
}
section.faq-mini .faq-row .accordion .tab input[type=checkbox]:checked ~ .tab-label {
  --cardText: var(--cardActiveText);
}
section.faq-mini .faq-row .accordion .tab input[type=checkbox]:checked ~ .tab-content {
  max-height: 100vh;
  --cardText: var(--cardActiveText);
  transition: max-height 0.5s ease-in-out;
}
section.faq-mini .faq-row .accordion .tab input[type=checkbox]:checked ~ .background {
  background-color: var(--cardActive);
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0, 1);
}
section.faq-mini .cta-row {
  padding-top: 32px;
}
section.faq-mini .cta-row > div {
  display: flex;
  justify-content: center;
}
@media screen and (width < 992px) {
  section.faq-mini {
    padding-block: 64px;
  }
  section.faq-mini .intro-row {
    margin-bottom: 40px;
  }
  section.faq-mini .faq-row .accordion .tab h3 {
    font-size: 20px;
  }
}

section.learning-block {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  padding-block: 80px;
  background-color: var(--background);
}
section.learning-block[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
section.learning-block[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
}
section.learning-block p {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
}
section.learning-block .learning-subtitle {
  color: #00a667;
  font-size: 16px;
  line-height: 1.376;
  margin-bottom: 16px;
}
section.learning-block .learning-item {
  padding-right: 24px;
}
@media screen and (width < 992px) {
  section.learning-block .learning-item {
    margin-bottom: 32px;
  }
  section.learning-block .learning-subtitle {
    margin-bottom: 8px;
  }
}
section.learning-block h3 {
  color: var(--title);
  line-height: 1.3;
  margin-bottom: 32px;
  font-size: 20px;
}

.modular-content-wrap {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  background-color: var(--background);
  padding-block: 40px;
}
.modular-content-wrap[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
.modular-content-wrap[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
}
.modular-content-wrap[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
}
.modular-content-wrap .modular-content__spacing {
  margin-top: -24px;
}
.modular-content-wrap .modular-content {
  margin-bottom: 24px;
}
.modular-content-wrap .modular-content:not(:first-of-type).modular-content__title {
  margin-top: 32px;
}
.modular-content-wrap .modular-content h1,
.modular-content-wrap .modular-content h2,
.modular-content-wrap .modular-content h3,
.modular-content-wrap .modular-content h4,
.modular-content-wrap .modular-content h5,
.modular-content-wrap .modular-content h6 {
  color: var(--title);
}
.modular-content-wrap .modular-content p,
.modular-content-wrap .modular-content li {
  color: var(--text);
}
.modular-content-wrap .modular-content p:first-of-type {
  margin-top: 0;
}
.modular-content-wrap .modular-content p:last-of-type {
  margin-bottom: 0;
}
.modular-content-wrap .modular-content ul,
.modular-content-wrap .modular-content ol {
  padding: 0;
  margin: 0;
  padding-left: 24px;
}
.modular-content-wrap .modular-content ul > li,
.modular-content-wrap .modular-content ol > li {
  padding-left: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: var(--text);
}
.modular-content-wrap .modular-content img {
  max-width: 100%;
}
.modular-content-wrap .modular-content:last-of-type {
  margin-bottom: 0;
}
.modular-content-wrap .modular-content.modular-content__linked-quote {
  margin-block: 40px;
}
@media screen and (width < 992px) {
  .modular-content-wrap .modular-content {
    margin-bottom: 16px;
  }
}
.modular-content-wrap .modular-content__checklist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modular-content-wrap .modular-content__checklist ul li {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: var(--text);
  padding-left: 32px;
  padding-bottom: 16px;
  position: relative;
  line-height: 24px;
  min-height: 24px;
}
.modular-content-wrap .modular-content__checklist ul li:last-of-type {
  padding-bottom: 0;
}
.modular-content-wrap .modular-content__checklist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: var(--icon-check-green);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modular-content-wrap .modular-content__image img {
  width: 100%;
  aspect-ratio: 742/364;
  object-fit: cover;
  height: auto;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
@media screen and (width < 992px) {
  .modular-content-wrap .modular-content__image[data-size=large] .container {
    width: 100%;
    padding: 0;
  }
  .modular-content-wrap .modular-content__image[data-size=large] img {
    border-radius: 0;
  }
}
.modular-content-wrap .modular-content__buttons .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.highlights-container {
  padding-block: var(--padding-block);
  --padding-block: 80px;
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  --controls: #0d403d;
  --slide-max-height: 339px;
  background-color: var(--background);
}
.highlights-container[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
.highlights-container[data-theme=light] {
  --cardTextColor: #ffffff;
}
.highlights-container[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #00a667;
}
.highlights-container[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
  --controls: #ffffff;
  --cardBackground: #525252;
}
.highlights-container .container {
  padding-bottom: 46px;
}
.highlights-container .header-text h2,
.highlights-container p {
  color: var(--text);
}
.highlights-container .card-text {
  color: var(--cardTextColor);
}
.highlights-container .slick-list {
  overflow: visible;
}
.highlights-container .slider-container-wrap {
  height: var(--slide-max-height);
  padding-block: 16px;
  overflow: hidden;
}
.highlights-container .horizontal-slider {
  overflow: visible;
  position: relative;
}
.highlights-container .horizontal-slider:before {
  content: "";
  position: absolute;
  width: 50vw;
  top: -1rem;
  bottom: -1rem;
  right: calc(100% + 16px);
  background-color: var(--background);
  z-index: 5;
}
.highlights-container .horizontal-slider .slick-slide {
  margin: 0 8px;
}
.highlights-container .horizontal-slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.highlights-container .highlight-card {
  position: relative;
  display: block;
  aspect-ratio: 458/339;
  overflow: hidden;
  border-radius: 16px;
  height: var(--slide-max-height);
}
.highlights-container .highlight-card-sm {
  min-width: 230px;
  max-width: 230px;
}
.highlights-container .highlight-card-default {
  min-width: 268px;
  max-width: 268px;
}
.highlights-container .highlight-card-md {
  min-width: 360px;
  max-width: 360px;
}
.highlights-container .highlight-card-lg {
  min-width: 458px;
  max-width: 458px;
}
.highlights-container .highlight-card .image,
.highlights-container .highlight-card .content {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.highlights-container .highlight-card .image {
  background-color: var(--cardBackground, #0d403d);
  background-image: url("../../umbraco/publicImages/job-card-overlay.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.highlights-container .highlight-card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.highlights-container .highlight-card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.highlights-container .highlight-card .content .tags {
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  justify-content: flex-end;
}
.highlights-container .highlight-card .content .tags .chip {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5px);
}
.highlights-container .highlight-card .content h4 {
  color: #ffffff;
}
.highlights-container .highlight-card .content p {
  margin: 0;
  padding-top: 16px;
}
.highlights-container .highlight-card .content .cta {
  display: flex;
  align-items: center;
}
.highlights-container .highlight-card .content .cta .icon {
  margin-left: 0.5rem;
}
@media screen and (width < 992px) {
  .highlights-container .highlight-card {
    aspect-ratio: 312/300;
  }
  .highlights-container .highlight-card h4 {
    font-size: 20px;
  }
}
.highlights-container .horizontal-slider {
  overflow: visible;
  position: relative;
  width: 100%;
}
.highlights-container .horizontal-slider_container {
  display: block;
}
.highlights-container .vertical-controls {
  position: relative;
  z-index: 10;
  height: var(--slide-max-height);
}
.highlights-container .vertical-controls .controls-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.highlights-container .vertical-controls .controls-wrapper .year {
  color: #00a667;
  font-size: var(--size-h3, 20px);
  font-weight: 700;
  transition: opacity 0.25s ease-in-out;
  user-select: none;
  width: 5ch;
  text-align: center;
}
.highlights-container .vertical-controls .controls-wrapper .year.hide {
  opacity: 0;
}
.highlights-container .vertical-slide {
  display: flex;
}
.highlights-container .vertical-slide .slide-content {
  display: flex;
  position: relative;
}

@media screen and (width < 768px) {
  .horizontal-controls .controls-wrapper {
    display: none;
  }
}
@media screen and (width < 992px) {
  .highlights-container {
    padding-bottom: var(--padding-block);
  }
  .highlights-container .container {
    padding-bottom: 0;
  }
  .highlights-container .vertical-controls,
  .highlights-container .slider-container-wrap {
    height: unset;
    padding-bottom: 0;
  }
  .highlights-container .carousel-row {
    flex-direction: column-reverse;
  }
  .highlights-container .carousel-row .col-lg-10 {
    height: var(--slide-max-height);
  }
  .highlights-container .vertical-controls {
    position: relative;
    padding-top: 20px;
    margin-top: 4px;
    z-index: 10;
  }
  .highlights-container .vertical-controls:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: var(--background);
  }
  .highlights-container .vertical-controls .controls-wrapper {
    flex-direction: row;
  }
  .highlights-container .highlight-card-lg {
    min-width: 360px;
    max-width: 360px;
  }
}
.customer-carousel .title {
  color: #525252;
  font-weight: 600;
  margin-left: 25%;
}
.customer-carousel__container {
  --background: #f8f8f8;
  height: 80px;
  margin: 80px 0;
  position: relative;
}
.customer-carousel__container[data-theme=dark] {
  --background: #171717;
}
.customer-carousel__container:before {
  content: "";
  position: absolute;
  top: calc(-80px / 2);
  bottom: calc(-80px / 2);
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--background);
}
.customer-carousel__container .image {
  background-color: var(--background);
}
.customer-carousel__container .image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  mix-blend-mode: luminosity;
  filter: brightness(1);
}

.call-to-action-social {
  background-color: #f8f8f8;
}
.call-to-action-social .icons {
  list-style: none;
  display: flex;
  gap: 8px;
  vertical-align: middle;
}
.call-to-action-social .cta-social {
  font-size: 20px;
  font-weight: 600;
  color: #0d403d;
}
.call-to-action-social .social-wrapper {
  padding: 16px 0 16px 0;
  margin: 16px 0 16px 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.call-to-action-social .horizontal-ruler {
  border-bottom: 1px solid black;
}
.call-to-action-social hr {
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
  height: 1px;
  border: thin solid #d4d4d4;
}
.call-to-action-social .author-wrapper {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
}
.call-to-action-social .author-wrapper .update__author__name {
  color: #222222;
  font-weight: 400;
  margin-bottom: 8px;
}
.call-to-action-social .author-wrapper .update__author__function {
  color: #737373;
}
.call-to-action-social .author-wrapper img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.video-testimonials, .client-testimonials {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  padding-block: 80px;
  background-color: var(--background);
  color: var(--text);
}
.video-testimonials[data-theme=dark], [data-theme=dark].client-testimonials {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
.video-testimonials[data-theme=gray], [data-theme=gray].client-testimonials {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
}
.video-testimonials[data-theme=green], [data-theme=green].client-testimonials {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
}
.video-testimonials h2, .client-testimonials h2,
.video-testimonials p,
.client-testimonials p {
  color: var(--title);
}
.video-testimonials .video-carousel, .client-testimonials .video-carousel {
  margin: 56px 0;
}
.video-testimonials .video-container, .client-testimonials .video-container {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.video-testimonials .video-container .video-wrapper iframe, .client-testimonials .video-container .video-wrapper iframe,
.video-testimonials .video-container .video-wrapper video,
.client-testimonials .video-container .video-wrapper video {
  aspect-ratio: 1920/1080;
  height: auto;
}
.video-testimonials .video-container .video-text, .client-testimonials .video-container .video-text {
  color: var(--text);
}
.video-testimonials .video-container .video-text__title, .client-testimonials .video-container .video-text__title {
  margin: 0;
  margin-top: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.video-testimonials .video-container .video-text__description, .client-testimonials .video-container .video-text__description {
  margin: 0;
  margin-top: 4px;
  font-family: Inter;
  font-size: 400 16px/22px Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.video-testimonials .video-carousel .video-carousel__slider, .client-testimonials .video-carousel .video-carousel__slider {
  margin-bottom: 0;
}
.video-testimonials .video-carousel .video-carousel__slider .slick-slide, .client-testimonials .video-carousel .video-carousel__slider .slick-slide {
  margin: 0 8px;
  height: inherit !important;
}
.video-testimonials .video-carousel .video-carousel__slider .slick-list, .client-testimonials .video-carousel .video-carousel__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.video-testimonials .video-carousel .video-carousel__slider .slick-slide, .client-testimonials .video-carousel .video-carousel__slider .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.video-testimonials .video-carousel .video-carousel__slider .slick-slide.slick-active, .client-testimonials .video-carousel .video-carousel__slider .slick-slide.slick-active {
  opacity: 1;
}
.video-testimonials .slick-dots, .client-testimonials .slick-dots {
  position: unset;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.video-testimonials .slick-dots li, .client-testimonials .slick-dots li {
  height: 20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}
.video-testimonials .slick-dots li button, .client-testimonials .slick-dots li button {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  margin: 0;
  background-color: #d4d4d4;
}
.video-testimonials .slick-dots li button .slick-dot-icon, .client-testimonials .slick-dots li button .slick-dot-icon {
  display: none;
}
.video-testimonials .slick-dots li button:focus, .client-testimonials .slick-dots li button:focus {
  outline: none;
}
.video-testimonials .slick-dots li.slick-active button, .client-testimonials .slick-dots li.slick-active button {
  background-color: #00a667;
}
@media screen and (width < 992px) {
  .video-testimonials .carousel-controls, .client-testimonials .carousel-controls {
    display: none;
  }
  .video-testimonials .slick-dots li, .client-testimonials .slick-dots li {
    width: 24px;
  }
}
.video-testimonials iframe, .client-testimonials iframe {
  width: 100%;
}
.video-testimonials video, .client-testimonials video {
  height: 100%;
  object-fit: cover;
}

.client-testimonials {
  --chip-color: #0d403d;
  --controls: #0d403d;
}
.client-testimonials[data-theme=dark], .client-testimonials[data-theme=gray] {
  --chip-color: #fff;
  --controls: #00a667;
}
.client-testimonials[data-theme=dark] .client-testimonial-container:hover .cta, .client-testimonials[data-theme=gray] .client-testimonial-container:hover .cta {
  color: #ffffff;
}
.client-testimonials[data-theme=dark] .client-testimonial-container:hover .cta .icon, .client-testimonials[data-theme=gray] .client-testimonial-container:hover .cta .icon {
  filter: brightness(0) invert(1);
}
.client-testimonials .intro-row {
  margin-bottom: 56px;
}
.client-testimonials .slick-dots {
  margin-bottom: 32px;
}
.client-testimonials .client-testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
.client-testimonials .client-testimonial-container:hover .cta {
  color: #0d403d;
}
.client-testimonials .client-testimonial-container:hover .cta .icon {
  filter: brightness(0.5) contrast(1.5) hue-rotate(37deg);
}
.client-testimonials .client-testimonial-container .client-testominial__image {
  width: 100%;
  aspect-ratio: 741/417;
  position: relative;
}
.client-testimonials .client-testimonial-container .client-testominial__image > .client-testimonial__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 16px;
  background: #ffffff;
}
.client-testimonials .client-testimonial-container .client-testominial__image > .client-testimonial__logo > img {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin: 4px;
}
.client-testimonials .client-testimonial-container .client-testominial__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.client-testimonials .client-testimonial-carousel .client-testimonial-carousel__slider {
  margin-bottom: 0;
}
.client-testimonials .client-testimonial-carousel .client-testimonial-carousel__slider .slick-track {
  display: flex !important;
}
.client-testimonials .client-testimonial-carousel .client-testimonial-carousel__slider .slick-slide {
  margin: 0 8px;
  height: inherit !important;
}
.client-testimonials .client-testimonial-carousel .client-testimonial-carousel__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.client-testimonials .cta {
  display: flex;
  align-items: center;
}
.client-testimonials .cta .icon {
  margin-left: 0.5rem;
  width: 0.8rem;
}
.client-testimonials .chips .chip {
  border-color: var(--chip-color);
  color: var(--chip-color);
}
.client-testimonials .client-testimonial-text__title {
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-block: 16px;
}
@media screen and (width < 992px) {
  .client-testimonials .client-testimonial-container .client-testominial__image > .client-testimonial__logo {
    border-radius: 8px;
  }
  .client-testimonials .client-testimonial-container .client-testominial__image > .client-testimonial__logo > img {
    margin: 2px;
    width: 48px;
  }
  .client-testimonials .client-testimonial-text__title {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 8px;
  }
}

section.block-iframe {
  --background: #f8f8f8;
  --text: #222222;
  --title: #0d403d;
  background-color: var(--background);
  padding-block: 80px;
}
section.block-iframe[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
section.block-iframe[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --title: #ffffff;
}
@media screen and (width < 768px) {
  section.block-iframe {
    --borderRadius: 16px;
    --gutterVal: 16px;
    --iframeWidth: 100%;
  }
  section.block-iframe[data-size=Full-width] {
    --borderRadius: 0px;
    --iframeWidth: 100%;
    --iframeHeight: 176px;
    --gutterVal: 0px;
    --maxWidth: 100%;
  }
  section.block-iframe .container {
    --gutter-x: var(--gutterVal);
    max-width: var(--maxWidth);
  }
}
@media screen and (width > 768px) {
  section.block-iframe {
    --iframeWidth: 70%;
    --iframeHeight: 364px;
    --borderRadius: 16px;
  }
  section.block-iframe[data-size=Full-width] {
    --iframeWidth: 100%;
    --borderRadius: 16px;
    --iframeHeight: 550px;
  }
}
section.block-iframe iframe {
  border-radius: var(--borderRadius);
  width: var(--iframeWidth);
  height: var(--iframeHeight);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: none;
}
section.block-iframe .arcady-iframe-wrapper {
  display: flex;
  justify-content: center;
}
section.block-iframe p {
  color: var(--text);
}
section.block-iframe h2 {
  color: var(--title);
  margin-bottom: 16px;
}
section.block-iframe p {
  margin-bottom: 48px;
}

.image-carousel {
  --background: #0d403d;
  --text: #ffffff;
  --hoverbackground: #e5e5e5;
  --initialFilter: 0;
  --hoverFilter: 1;
  --color-cta-hover: #ffffff;
  --cta-icon-hover: brightness(0) invert(1);
  --chipactivestatebackground: #f6c974;
  --chipactivestatetext: #0d403d;
  --title: #ffffff;
  background-color: var(--background);
}
.image-carousel[data-theme=light] {
  --background: #f8f8f8;
  --text: #222222;
  --shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --hoverbackground: #e5e5e5;
  --hoverbordercolor: #171717;
  --initialFilter: 1;
  --hoverFilter: 0;
  --color-cta-hover: #0d403d;
  --title: #0d403d;
  --cta-icon-hover: brightness(0.5) contrast(1.5) hue-rotate(37deg);
}
.image-carousel[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --hoverbackground: rgba(255, 255, 255, 0.1);
  --hoverbordercolor: #ffffff;
  --initialFilter: 0;
  --hoverFilter: 1;
  --color-cta-hover: #ffffff;
  --cta-icon-hover: brightness(0) invert(1);
  --title: #ffffff;
}
.image-carousel[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
  --hoverbackground: #404040;
  --hoverbordercolor: #ffffff;
  --initialFilter: 0;
  --hoverFilter: 1;
  --color-cta-hover: #ffffff;
  --cta-icon-hover: brightness(0) invert(1);
  --title: #ffffff;
}
.image-carousel .container {
  padding-block: 80px;
}
.image-carousel .container h2 {
  color: var(--title);
}
.image-carousel .container p,
.image-carousel .container label {
  color: var(--text);
}
.image-carousel .container .cards-container .card {
  transition: 0.2s ease-out;
  width: 100%;
}
.image-carousel .container .cards-container .card img {
  aspect-ratio: 268/312;
  width: 268px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}
.image-carousel .container .cards-container .card_content {
  margin-block: 16px;
}
.image-carousel .container .cards-container .card_content p {
  margin: 0;
}
.image-carousel .container .cards-container .card_content .function {
  color: #737373;
  width: 25ch;
}
.image-carousel .container .cards-container .card:hover {
  transform: translateY(-8px);
}
.image-carousel .container .cards-container .card:hover a {
  color: var(--color-cta-hover);
}
.image-carousel .container .cards-container .card:hover a .icon {
  filter: var(--cta-icon-hover);
}
.image-carousel .filters__row {
  display: flex;
  gap: 40px;
  color: var(--text);
  margin-block: 64px 32px;
}
.image-carousel .filters__row .filter__group {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 8px;
}
.image-carousel .filters__row .filter__group .filter-group__name {
  font-weight: 600;
  font-size: 12px;
  color: var(--text);
}
.image-carousel .filters__row .filter__group .filter-group__item {
  cursor: pointer;
}
.image-carousel .filters__row .filter__group .filter-group__item input[type=checkbox],
.image-carousel .filters__row .filter__group .filter-group__item input[type=radio] {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.image-carousel .filters__row .chip {
  cursor: pointer;
  border-color: var(--text);
  color: var(--text);
}
.image-carousel .filters__row .chip .chip__icon {
  filter: invert(1);
}
.image-carousel .filters__row .chip:hover {
  transition: 0.2s ease-out;
  border-color: var(--hoverbordercolor);
  background-color: var(--hoverbackground);
  color: var(--text);
}
.image-carousel .filters__row .chip:hover .chip__icon {
  color: currentColor;
}
.image-carousel .filters__row .chip.active {
  background-color: var(--chipactivestatebackground);
  border-color: var(--chipactivestatebackground);
  color: var(--chipactivestatetext);
}
.image-carousel .filters__row > .chip {
  margin-left: auto;
  margin-right: 0;
}
.image-carousel__slider .slick-slide {
  margin: 0 8px;
}
.image-carousel__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.image-carousel__slider .slick-list .slick-track .slick-slide {
  height: inherit;
}
@media screen and (width < 768px) {
  .image-carousel {
    margin-bottom: 0;
  }
  .image-carousel .filters__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .image-carousel .filters__row .filter__group {
    overflow-x: auto;
    width: 100vw;
    margin-left: calc(var(--gutter-x) * -1);
    padding-left: var(--gutter-x);
    padding-right: 100px;
  }
  .image-carousel .filters__row > .chip {
    margin-left: 0;
    margin-right: auto;
  }
  .image-carousel .intro {
    margin-bottom: 40px;
  }
  .image-carousel .carousel-controls {
    display: none;
  }
}

section.steps-with-icons--horizontal {
  --background: #f8f8f8;
  --text: #222222;
  --card-background: #ffffff;
  --button-outline: #0d403d;
  --button-outline-unselected: #d4d4d4;
  --title: #0d403d;
  --controls: #0d403d;
  background-color: var(--background);
  padding-block: 80px;
}
section.steps-with-icons--horizontal[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --card-background: #222222;
  --button-outline: #00a667;
  --button-outline-unselected: #404040;
  --title: #ffffff;
  --controls: #00a667;
}
section.steps-with-icons--horizontal h2 {
  color: var(--title);
}
section.steps-with-icons--horizontal p {
  color: var(--text);
}
section.steps-with-icons--horizontal .intro-row {
  margin-bottom: 64px;
}
section.steps-with-icons--horizontal .carousel .slick-slide {
  margin: 0 8px;
}
section.steps-with-icons--horizontal .carousel .slick-slide > div {
  height: 100%;
}
section.steps-with-icons--horizontal .carousel .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
section.steps-with-icons--horizontal .carousel .slick-track .slick-slide:last-of-type .step-wrap .step-index:after {
  content: none;
}
section.steps-with-icons--horizontal .step-wrap {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
  container: stepwrap/inline-size;
}
section.steps-with-icons--horizontal .step-wrap .step-index {
  aspect-ratio: 1/1;
  width: 40px;
  font-size: 16px;
  text-align: center;
  background-color: var(--card-background);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 8px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  position: relative;
}
section.steps-with-icons--horizontal .step-wrap .step-index:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 100cqw;
  height: 1px;
  background-color: var(--button-outline-unselected);
}
section.steps-with-icons--horizontal .step-wrap .step-card {
  flex: 1;
  padding: 24px;
  background-color: var(--card-background);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}
section.steps-with-icons--horizontal .step-wrap .step-card__icon {
  aspect-ratio: 1/1;
  width: 40px;
}
section.steps-with-icons--horizontal .step-wrap .step-card__icon img {
  width: 100%;
  height: 100%;
}
section.steps-with-icons--horizontal .step-wrap .step-card__text {
  font-weight: 400;
  text-align: center;
  color: var(--text);
}
@media screen and (width < 992px) {
  section.steps-with-icons--horizontal {
    padding-block: 64px;
  }
  section.steps-with-icons--horizontal .intro-row {
    margin-bottom: 40px;
  }
  section.steps-with-icons--horizontal .carousel-controls {
    display: none;
  }
}

section.steps-with-icons--vertical {
  --background: #f8f8f8;
  --text: #171717;
  --card-background: #ffffff;
  --button-outline: #0d403d;
  --title: #0d403d;
  --controls: #0d403d;
  --scrollThreshold: 260px;
  --itemHeight: 130px;
  --titleHeight: 118px;
  background-color: var(--background);
  position: relative;
  height: calc(100vh + var(--noItems, 1) * var(--scrollThreshold));
  --index-width: 54px;
}
section.steps-with-icons--vertical[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --card-background: #171717;
  --button-outline: #00a667;
  --title: #ffffff;
  --controls: #00a667;
}
section.steps-with-icons--vertical .steps__container {
  height: max(100vh - var(--nav-padding) * 2 - var(--navInner), var(--itemHeight) * var(--noItems) + 160px + var(--titleHeight));
  padding-block: 80px;
}
section.steps-with-icons--vertical .steps__container > .row {
  height: 100%;
}
section.steps-with-icons--vertical .steps__container > .row .col--steps,
section.steps-with-icons--vertical .steps__container > .row .col--images {
  display: flex;
  flex-direction: column;
}
section.steps-with-icons--vertical .steps__container > .row .col--images {
  justify-content: space-around;
}
@media screen and (width < 992px) {
  section.steps-with-icons--vertical .steps__container > .row .col--images {
    display: none;
  }
}
section.steps-with-icons--vertical h2 {
  height: var(--titleHeight);
}
section.steps-with-icons--vertical h5,
section.steps-with-icons--vertical h2 {
  color: var(--title);
}
section.steps-with-icons--vertical p {
  color: var(--text);
}
section.steps-with-icons--vertical .step__wrap {
  display: grid;
  grid-template-columns: var(--index-width) 1fr;
  gap: 40px;
  flex: 1;
  height: var(--itemHeight);
}
section.steps-with-icons--vertical .step__wrap .step__index {
  position: relative;
}
section.steps-with-icons--vertical .step__wrap .step__index .step__index--number {
  width: 100%;
  aspect-ratio: 1;
  background-color: transparent;
  border: 2px solid var(--card-background);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: var(--card-background);
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
section.steps-with-icons--vertical .step__wrap .step__index:after {
  content: "";
  position: absolute;
  height: calc(100% - var(--index-width));
  width: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, var(--button-outline) 0%, var(--button-outline) var(--progress, 0), var(--card-background) var(--progress, 0), var(--card-background) 100%);
  transition: all 0.3s ease-in-out;
}
section.steps-with-icons--vertical .step__wrap .step__content {
  padding-bottom: 48px;
}
section.steps-with-icons--vertical .step__wrap:last-of-type .step__index:after {
  content: none;
}
section.steps-with-icons--vertical .step__wrap.active.current .step__index--number {
  background-color: var(--button-outline);
  border-color: var(--button-outline);
  color: var(--text);
}
section.steps-with-icons--vertical .step__wrap.active .step__index--number {
  background-color: transparent;
  border-color: var(--button-outline);
  color: var(--button-outline);
}
section.steps-with-icons--vertical .step__wrap.active:not(.current) .step__index:after {
  background-image: none;
  background-color: var(--button-outline);
}
section.steps-with-icons--vertical .image__wrap {
  --offset: -2rem;
  --opacity: 0;
  position: relative;
  height: var(--index-width);
}
section.steps-with-icons--vertical .image__wrap.active {
  --offset: 0rem;
  --opacity: 1;
}
section.steps-with-icons--vertical .image__wrap .image__box {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.steps-with-icons--vertical .image__wrap .image__box img {
  width: 100%;
  aspect-ratio: 370/240;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + var(--offset)));
  opacity: var(--opacity);
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  transition: all 0.3s ease-in-out;
}

section.compensation .compensation__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
section.compensation .compensation__grid .compensation__cell--lg {
  order: -1;
}
@media screen and (width > 992px) {
  section.compensation .compensation__grid[data-items="5"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  section.compensation .compensation__grid[data-items="5"] .compensation__cell:nth-of-type(1) {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  section.compensation .compensation__grid[data-items="5"] .compensation__cell:nth-of-type(2) {
    grid-row: 1/1;
    grid-column: 2/2;
  }
  section.compensation .compensation__grid[data-items="5"] .compensation__cell:nth-of-type(3) {
    grid-row: 2/2;
    grid-column: 1/1;
  }
  section.compensation .compensation__grid[data-items="5"] .compensation__cell:nth-of-type(4) {
    grid-row: 2/2;
    grid-column: 2/2;
  }
  section.compensation .compensation__grid[data-items="5"] .compensation__cell.compensation__cell--lg {
    order: 100;
    grid-row: 1/3;
    grid-column: 3/3;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (width < 992px) {
  section.compensation .compensation__grid {
    grid-template-columns: 1fr;
  }
}
section.compensation .compensation__grid .compensation__cell {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  background-color: var(--cardBackground);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.compensation .compensation__grid .compensation__cell .compensation__header {
  display: flex;
  align-items: center;
  height: 40px;
}
section.compensation .compensation__grid .compensation__cell .compensation__header .icon {
  width: 40px;
  aspect-ratio: 1/1;
}
section.compensation .compensation__grid .compensation__cell .compensation__header .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.compensation .compensation__grid .compensation__cell .compensation__header h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #00a667;
}
section.compensation .compensation__grid .compensation__cell .compensation__statistic {
  color: var(--title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}
section.compensation .compensation__grid .compensation__cell .compensation__subtitle {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  font-family: Inter, sans-serif;
}

.logos-block {
  --background: #f8f8f8;
  --text: #171717;
  --title: #0d403d;
  background-color: var(--background);
  color: var(--text);
}
.logos-block[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
.logos-block[data-theme=gray] {
  --background: #171717;
  --text: #ffffff;
  --title: #ffffff;
}
.logos-block[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
  --title: #ffffff;
}
.logos-block .container {
  padding-block: 80px;
}
.logos-block .container h2 {
  color: var(--title);
}
.logos-block .container p {
  color: var(--text);
}
.logos-block .container p {
  margin: 24px 0;
}
.logos-block .container .logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 24px;
  padding-bottom: 5%;
}
.logos-block .container .logos-card {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  transition: 0.2s ease-out;
}
.logos-block .container .logos-card:hover {
  transform: translateY(-8px);
  transition: 0.2s ease-out;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.logos-block .container .logos-card img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (width < 992px) {
  .logos-block .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .logos-block .container .logos-grid {
    padding-bottom: 40px;
  }
}
@media screen and (width < 992px) and (width < 768px) {
  .logos-block .container .logos-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 0;
  }
  .logos-block .container .logos-grid .logos-card:nth-of-type(7), .logos-block .container .logos-grid .logos-card:nth-of-type(8) {
    display: none;
  }
}

.breadcrumbs {
  --text: #222222;
  --background: #f8f8f8;
  background-color: var(--background);
  padding-block: 16px;
}
.breadcrumbs[data-theme=dark] {
  --background: #171717;
  --text: #ffffff;
}
.breadcrumbs[data-theme=gray] {
  --background: #222222;
  --text: #ffffff;
}
.breadcrumbs[data-theme=green] {
  --background: #0d403d;
  --text: #ffffff;
}
.breadcrumbs span, .breadcrumbs a {
  color: var(--text);
  text-transform: capitalize;
}
.breadcrumbs .breadcrumb {
  font-weight: 400;
}
.breadcrumbs .breadcrumb__last {
  font-weight: 700;
}
.breadcrumbs .icon {
  height: 12px;
}

.specialization {
  --background: #f8f8f8;
  --text: #222222;
  --card: #ffffff;
  --title: #0d403d;
  background-color: var(--background);
  color: var(--text);
  overflow: hidden;
  padding-block: 80px;
}
.specialization[data-theme=dark] {
  --background: #171717;
  --card: #ffffff;
  --text: #ffffff;
  --textCard: #222222;
  --title: #ffffff;
}
.specialization[data-theme=gray] {
  --background: #222222;
  --card: #ffffff;
  --text: #ffffff;
  --textCard: #222222;
  --title: #ffffff;
}
.specialization[data-theme=green] {
  --background: #0d403d;
  --card: #ffffff;
  --text: #ffffff;
  --textCard: #222222;
  --title: #ffffff;
}
.specialization[data-items="0"] .intro, .specialization[data-items="1"] .intro, .specialization[data-items="2"] .intro, .specialization[data-items="3"] .intro {
  text-align: center;
  justify-content: center;
}
.specialization .intro {
  margin-bottom: 64px;
}
.specialization .intro h2 {
  color: var(--title);
}
.specialization .intro p {
  color: var(--text);
}
.specialization .specialization__container {
  display: flex;
  gap: 32px;
}
.specialization .specialization__container .specialization__card {
  transition: 0.2s ease-out;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--card);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.specialization .specialization__container .specialization__card a {
  color: var(--text);
}
.specialization .specialization__container .specialization__card .cta {
  color: #00a667;
}
.specialization .specialization__container .specialization__card .cta:hover {
  color: #0d403d;
}
.specialization .specialization__container .specialization__card:has(.cta):hover {
  transform: translateY(-8px);
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.specialization .specialization__container .specialization__card .image {
  width: 80px;
  height: 80px;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 8px;
  border-radius: 16px;
  background-color: white;
  margin-left: 16px;
}
.specialization .specialization__container .specialization__card .image:not(:first-of-type) {
  margin-left: -8px;
}
.specialization .specialization__container .specialization__card .image__container {
  display: flex;
  margin-top: 16px;
}
.specialization .specialization__container .specialization__card .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.specialization .specialization__container .specialization__card .content {
  overflow: hidden;
  padding: 16px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensure the container takes full height */
}
.specialization .specialization__container .specialization__card .content h4, .specialization .specialization__container .specialization__card .content p {
  color: var(--textCard);
}
.specialization .cta-button {
  margin-top: auto; /* Push the button to the bottom */
}
@media screen and (width < 992px) {
  .specialization {
    padding-block: 40px;
  }
  .specialization .intro {
    margin-bottom: 40px;
  }
  .specialization .specialization__container .specialization__card .content {
    padding-top: 24px;
  }
  .specialization .specialization__container .specialization__card .content h4 {
    font-size: 20px;
  }
}
@media screen and (width < 992px) {
  .specialization .specialization__container {
    flex-direction: column;
  }
  .specialization .specialization__container .specialization__card {
    display: flex !important;
    flex-direction: column;
  }
  .specialization .specialization__container .specialization__card .content {
    flex-grow: 1;
  }
  .specialization .specialization__container .specialization__card .content ul {
    margin-bottom: 1rem;
  }
}

.contact-card-block {
  background-color: #171717;
}

.contact-cards {
  margin: 64px 0;
  display: flex;
  flex-wrap: inherit;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-cards {
    flex-direction: row;
  }
}
.contact-cards .contact-card {
  background-color: #171717;
  color: white;
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .contact-cards .contact-card {
    width: 45%;
  }
}
.contact-cards .contact-card .content {
  display: flex;
  margin-top: 8px;
}
.contact-cards .contact-card .content img {
  border-radius: 100%;
  height: 120px;
  margin-right: 16px;
}
.contact-cards .contact-card .content h4 {
  color: #ffffff;
}
.contact-cards .contact-card .content .icon-container {
  padding: 8px;
  background-color: #00a667;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.contact-cards .contact-card .content .icon-container:hover {
  background-color: #0d403d;
}
.contact-cards .contact-card .content .icon-container:hover .icon {
  background-color: #0d403d;
}
.contact-cards .contact-card .content .icon-container .icon {
  background-color: #00a667;
  padding: 12px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.contact-cards .contact-card .content .links {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}
.contact-cards h2, .contact-cards h3, .contact-cards p {
  color: white;
}

.banner-call-to-action {
  --margin-outer: 64px 24px;
  --padding-outer: 48px 16px;
  --color-themed: #ffffff;
  background-color: #0d403d;
  border-radius: 32px;
  margin: var(--margin-outer);
  padding: var(--padding-outer);
  box-sizing: border-box;
}
.banner-call-to-action__innerwrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 10px;
  gap: 24px;
}
.banner-call-to-action__content {
  font: 400 16px/22px Inter;
}

@media screen and (min-width: 992px) {
  .banner-call-to-action {
    --margin-outer: 80px 80px;
    --padding-outer: 80px 80px;
  }
  .banner-call-to-action__innerwrapper {
    margin: 0px;
    gap: 4px;
  }
}

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