:root {
  --off-white: #fffdfa;
  --charcoal: #23271f;
  --_responsive---xxl-56: 3.5rem;
  --_responsive---xl-48: 3rem;
  --_responsive---l-40: 2.5rem;
  --_responsive---m-32: 2rem;
  --_responsive---s-24: 1.5rem;
  --_responsive---xxs-16: 1rem;
  --navy-blue: #0a3648;
  --lime-green: #afea5c;
  --black: black;
  --_base---l-18: 1.125rem;
  --_base---smooth-white: #fcfcff;
  --_responsive---xs-18: 1.125rem;
  --_responsive---xxxl-72: 4.5rem;
  --orange: #ff7602;
  --light-blue: #cfe0e7;
  --sky-blue: #9fcae6;
  --white: white;
  --dark-green: #395a0a;
  --_base---black: black;
  --_base---dark-blue: #0c062d;
  --sand: #e9a551;
  --_base---light-purple: #9479ff;
  --_base---white-80: #fcfcffcc;
  --_base---dark-purple: #7356e5;
  --_base---red: #8f2e2e;
  --gray: #526771;
  --_base---blue: #0849a9;
  --_base---transparent: #fff0;
  --_base---s-14: .875rem;
  --_base---m-16: 1rem;
  --_base---xl-24: 1.5rem;
}

body {
  background-color: var(--off-white);
  color: var(--charcoal);
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---xxl-56);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---xl-48);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---l-40);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---m-32);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---s-24);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---xxs-16);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.global-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-12 {
  font-size: .75rem;
}

.overflow-visible {
  overflow: visible;
}

.text-size-16 {
  font-size: var(--_responsive---xxs-16);
  margin-bottom: 0;
  line-height: 1.4;
}

.text-size-16.text-weight-semibold.text-color-navyblue {
  color: var(--navy-blue);
}

.text-size-16.text-color-grey {
  color: #526771;
}

.text-size-16.text-color-offwhite.text-weight-semibold {
  text-wrap: balance;
}

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

.text-size-24 {
  cursor: pointer;
  font-size: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: visible;
}

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

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  background-color: var(--lime-green);
  opacity: .85;
  color: var(--charcoal);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.button:where(.w-variant-7971e3cd-ada8-1e28-da35-7a24095f2edd) {
  border: 1px solid var(--charcoal);
  opacity: .8;
  color: var(--black);
  font-size: var(--_base---l-18);
  background-color: #0000;
}

.button:where(.w-variant-61c05a09-a650-8a22-8ff1-a23789797efd) {
  color: var(--black);
  background-color: #0000;
}

.button:where(.w-variant-9792bcff-877a-9c20-cbe2-69a9a8fc5745) {
  border: 1px solid var(--off-white);
  opacity: .8;
  color: var(--off-white);
  font-size: var(--_base---l-18);
  background-color: #0000;
}

.button:hover, .button:hover:where(.w-variant-7971e3cd-ada8-1e28-da35-7a24095f2edd), .button:hover:where(.w-variant-9792bcff-877a-9c20-cbe2-69a9a8fc5745) {
  opacity: 1;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: .125rem solid #000;
}

.button.secondary-btn, .button.secondary-3, .button.read-bio, .button.secondary-4 {
  border: 1px solid var(--charcoal);
  color: var(--black);
  font-size: var(--_base---l-18);
  background-color: #0000;
}

.button.is-secondary-black:hover, .button.is-secondary-black.position-relative {
  opacity: 1;
}

.button.is-secondary-white {
  border: 1px solid var(--off-white);
  opacity: .8;
  color: var(--off-white);
  font-size: var(--_base---l-18);
  background-color: #0000;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.button.is-secondary-white:hover {
  opacity: 1;
}

.button.secondary-btn {
  border: 1px solid var(--charcoal);
  color: var(--black);
  font-size: var(--_base---l-18);
  background-color: #0000;
}

.button.is-secondary-black {
  border: 1px solid var(--charcoal);
  opacity: .8;
  color: var(--black);
  font-size: var(--_base---l-18);
  background-color: #0000;
}

.button.is-secondary-black:hover, .button.is-secondary-black.position-relative, .button.is-secondary-black.position-relative {
  opacity: 1;
}

.spacer-60 {
  width: 100%;
  padding-top: 3.75rem;
}

.spacer-96 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-16 {
  width: 100%;
  padding-top: 1rem;
}

.flex-h-right-center {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-h-right-center.gap-10 {
  grid-row-gap: .625rem;
  grid-row-gap: .625rem;
}

.flex-h-between-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-h-between-center {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-h-between-center.gap-40.is-tablet.margin-bottom-120 {
  margin-bottom: 7.5rem;
}

.flex-h-between-center.gap-90.is-tablet {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
}

.flex-h-between-center.gap-90.is-tablet.margin-bottom-120 {
  margin-bottom: 7.5rem;
}

.flex-h-between-stretch {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-v-center-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-center-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-v-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-main.sp-120-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-main.bg-color-black {
  background-color: var(--black);
}

.section-main.sp-0-40 {
  padding-bottom: 2.5rem;
}

.section-main.sp-64-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-main.sp-0-60 {
  padding-bottom: 3.75rem;
}

.section-main.sp-96-120 {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
}

.section-main.sp-0-120 {
  padding-bottom: 7.5rem;
  padding-right: 0;
}

.section-main.sp-32-0 {
  padding-top: 2rem;
}

.section-main.sp-152-50 {
  padding-top: 9.5rem;
  padding-bottom: 3.125rem;
}

.section-main.is-tablet {
  display: none;
}

.section-main.sp-50-136 {
  padding-top: 7.625rem;
  padding-bottom: 8.5rem;
}

.section-main.sp-70-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.section-main.sp-96-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-main.sp-96-96.bg-color-lightgreen {
  background-color: #afea5c2b;
}

.section-main.overflow-hidden.position-relative.sp-300-30 {
  padding-top: 21.5rem;
  padding-bottom: 2.6875rem;
}

.section-main.sp-0-0 {
  padding-bottom: 2.5rem;
}

.section-main.sp-0-0.is-mobile-80-80.overflow-hidden {
  padding-bottom: 0;
}

.text-size-18 {
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: var(--_responsive---xs-18);
}

.spacer-24 {
  padding-top: 1.5rem;
}

.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.position-relative {
  position: relative;
}

.spacer-32 {
  padding-top: 2rem;
}

.line-divider {
  background-color: #11111124;
  width: 100%;
  height: 1px;
}

.line-divider.is-tablet, .line-divider.display-tablet, .line-divider.display-tablet {
  display: none;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  transition: transform .3s;
  position: fixed;
}

.hamburger-wrapper {
  color: var(--off-white);
}

.swiper {
  width: 100%;
  overflow: visible !important;
}

.swiper.is-v2 {
  margin-left: auto;
  margin-right: auto;
}

.heading-display {
  font-family: Judson, Arial, sans-serif;
  font-size: var(--_responsive---xxxl-72);
  font-weight: 700;
  line-height: 1;
}

.heading-display.text-color-offwhite.text-align-center {
  text-wrap: balance;
  text-wrap: balance;
  text-wrap: balance;
}

.text-color-orange {
  color: var(--orange);
}

.text-color-charcoal {
  color: var(--charcoal);
}

.text-color-charcoal.text-size-26 {
  font-size: 1.625rem;
}

.text-color-offwhite {
  color: var(--off-white);
}

.text-color-charcoal60 {
  color: #23271f99;
}

.text-color-charcoal30 {
  color: #23271f4d;
}

.spacer-48 {
  padding-top: 3rem;
}

.spacer-48.is-desktop-hide {
  display: none;
}

.max-width-832 {
  width: 100%;
  max-width: 52rem;
}

.brand-wrapper {
  align-self: flex-end;
}

.brand-wrapper:where(.w-variant-aa848162-a0bc-5b9c-f784-b02b9b519a1c) {
  color: #333;
}

.brand-wrapper.w--current {
  padding-left: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--off-white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open:lang(nl-nl) {
  position: relative;
}

.homepage-case-content-wrapper {
  height: 100%;
  margin-top: 6.25rem;
  position: sticky;
  top: 2%;
}

.case-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.case-box {
  z-index: 1;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border-radius: 3px;
  justify-content: space-between;
  padding: .75rem .75rem .75rem 1.5rem;
  display: flex;
  position: relative;
}

.case-box.is-tablet {
  display: none;
}

.case-box.tablet-hide {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.case-box-wrapper {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 2.125rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: .75rem;
  position: relative;
  overflow: hidden;
}

.case-thumbnail-image {
  object-fit: cover;
  width: 100%;
  min-width: 24.625rem;
  max-height: 12.5rem;
}

.case-right {
  width: 25rem;
}

.fullscreen-image {
  background-image: linear-gradient(#0000008c, #0000008c);
  background-position: 0 0;
  padding-bottom: 0;
  position: relative;
}

.max-width-700 {
  width: 100%;
  max-width: 43.75rem;
}

.info-card {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid #fffdfa26;
  border-radius: 3px;
  max-width: 25rem;
  padding: .625rem .75rem;
}

.info-icon {
  display: inline-flex;
}

.quote-section-wrapper {
  z-index: 2;
  grid-column-gap: 290px;
  grid-row-gap: 290px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.info-card-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 0;
  display: flex;
}

.v-gradient-line {
  background-image: linear-gradient(184deg, #ff7600, #ff760080 92%, #ff76001a);
  width: 1px;
  height: 100%;
}

.timeline-component {
  justify-content: space-between;
  align-items: stretch;
  margin-left: 15.25rem;
  display: flex;
}

.timeline-component.is-tablet {
  display: none;
}

.timeline-date-copy-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
}

.line-dot-wrapper {
  align-items: center;
  display: flex;
}

.spacer-106 {
  width: 100%;
  padding-top: 6.625rem;
}

.timeline-content-wrapper {
  flex-flow: column;
  max-width: 23rem;
  display: flex;
}

.brand-journey-copy-wrapper {
  margin-left: 16.5rem;
}

.brand-journey-wrapper {
  overflow: hidden;
}

.button-wrapper {
  margin-left: 19rem;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-18 {
  width: 100%;
  padding-top: 1.125rem;
}

.thumbnail-image-wrapper {
  z-index: 4;
  opacity: 1;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  position: relative;
}

.article-thumbnail-wrapper {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.article-date-wrapper {
  z-index: 5;
  padding: .625rem 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fullscreen-image-large {
  height: 50rem;
}

.fullscreen-image-large.about-us {
  background-image: url("https://cdn.prod.website-files.com/690c745b63d548f0348dd38e/6915ebb829acacff84b80168_11a0c88f0f15414e220f250eb632be82_cta-about-us-image.avif");
  background-position: 50%;
  background-size: 1440px;
  background-attachment: scroll;
}

.fullscreen-image-large.blog {
  background-image: url("https://cdn.prod.website-files.com/690c745b63d548f0348dd38e/691ee3fbf68d964d4d6f23a4_blog-cta-image.avif");
  background-size: cover;
}

.footer-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 4rem 4rem;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.cases-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cases-wrapper.about-us, .cases-wrapper.home {
  justify-content: flex-end;
  align-items: flex-start;
}

.case-wrapper {
  border: 1px solid #23271f1a;
  border-radius: 3px;
  padding: .25rem;
}

.case-wrapper.is-hero {
  border-color: #ffffff3d;
}

.case {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  border-radius: 3px;
  flex-flow: column;
  min-width: 12.5rem;
  min-height: 6.25rem;
  padding: .625rem .625rem .75rem .75rem;
  display: flex;
  position: relative;
}

.case.is-hero {
  position: relative;
}

.case.is-hero:hover {
  background-color: #0000;
}

.footer-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: var(--orange);
}

.lime-green-overlay {
  background-color: var(--lime-green);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -110%;
}

.swiper-slide {
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.section-hero {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-hero.about-us {
  padding-top: 15rem;
  padding-bottom: 4.5rem;
}

.section-hero.newsroom {
  padding-top: 21.5rem;
  padding-bottom: 2.6875rem;
  position: relative;
}

.section-hero.contact {
  padding-top: 13rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-hero.privacy-policy {
  padding-top: 21.5rem;
  padding-bottom: 2.6875rem;
  position: relative;
}

.section-hero.cases {
  padding-top: 16rem;
  padding-bottom: 4rem;
  position: sticky;
}

.section-hero.homepage {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-wrapper {
  background-color: var(--off-white);
  position: relative;
  overflow: hidden;
}

.section-wrapper.overflow-visible {
  overflow: visible;
}

.case-about-us-thumbnail-image {
  opacity: .9;
  object-fit: cover;
  border-radius: 3px;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.case-about-us-thumbnail-image:hover {
  opacity: 1;
}

.case-about-us-thumbnail-image.homepage {
  opacity: 1;
  opacity: 1;
  width: 100%;
}

.case-link-arrow-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.floating-button {
  z-index: 10;
  background-color: var(--lime-green);
  pointer-events: none;
  border-radius: 3px;
  height: 2rem;
  padding: .25rem 1rem .375rem;
  transition: transform .2s;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.dark-overlay {
  z-index: -1;
  background-image: linear-gradient(90deg, #00000080, #0000), linear-gradient(#0000004d, #0000004d);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.dark-overlay.v2 {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.thumbnail-overlay-gradient {
  z-index: 3;
  background-image: linear-gradient(#23271f4d, #0000);
  position: absolute;
  inset: 0%;
}

.text-size-32 {
  font-size: 2rem;
}

.text-size-32.text-weight-bold.text-color-almostblack {
  color: #121f1b;
}

.icon {
  display: inline-flex;
}

.icon:where(.w-variant-aa848162-a0bc-5b9c-f784-b02b9b519a1c) {
  color: var(--charcoal);
}

.icon.status-dot {
  width: 9px;
}

.dots-animation-activator {
  padding-top: 1px;
}

.spacer-64 {
  width: 100%;
  padding-top: 4rem;
}

.gap-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.dropdown-wrapper {
  margin-top: 2rem;
  padding: 0;
  inset: 35% 0% auto;
}

.dropdown-wrapper:lang(nl-nl) {
  top: 35%;
  bottom: auto;
  left: auto;
}

.dropdown-wrapper.w--open {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #f7f1e999;
  border: 1px solid #ccc5b899;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 12.75rem;
  padding: .75rem;
  left: -60%;
}

.dropdown-wrapper.w--open:lang(nl-nl) {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: -30%;
}

.dropdown-wrapper.w--open:lang(nl) {
  left: -10%;
}

.video-hero-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.navbar-logo {
  color: var(--off-white);
  display: inline-flex;
}

.navbar-logo:where(.w-variant-aa848162-a0bc-5b9c-f784-b02b9b519a1c) {
  color: var(--charcoal);
}

.homepage-case-heading-wrapper {
  max-width: 36rem;
  padding-right: 2rem;
}

.case-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 7rem;
  display: grid;
}

.fotter-cases-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.text-link {
  font-size: var(--_responsive---xxs-16);
}

.text-link.text-color-offwhite {
  color: var(--off-white);
}

.text-link.text-color-offwhite.is-mobile-charcoal:where(.w-variant-aa848162-a0bc-5b9c-f784-b02b9b519a1c) {
  color: var(--charcoal);
}

.button-bg {
  z-index: 0;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

.button-bg.dot {
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: block;
  inset: auto 0% -20% 48%;
}

.button-bg.dot.cases {
  left: 55%;
}

.button-bg.dot.lang {
  left: 39%;
}

.button-bg.dropdown-dot {
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: block;
  inset: 36% auto 0% 0%;
}

.button-bg.dropdown-dot.is-footer {
  inset: 30% auto 0% -15px;
}

.button-bg.dropdown-dot.is-footer.is-news {
  left: -34%;
}

.button-bg.dropdown-dot.is-footer.is-documentation {
  left: -12%;
}

.button-bg.dropdown-dot.is-footer.is-aboutus {
  left: -20%;
}

.button-bg.dropdown-dot.is-footer.is-faq {
  left: -47%;
}

.button-bg.read-more {
  padding: .25rem;
}

.button-inner {
  z-index: 1;
  position: relative;
}

.cursor {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 100em;
  width: .6em;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-bg {
  background-color: var(--lime-green);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.spacer-56 {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.timeline-copy-wrapper {
  flex-flow: column;
  max-width: 23rem;
  display: flex;
}

.timeline-copy-wrapper.about-us {
  max-width: 30.625rem;
}

.solid-dot {
  background-color: #ff7602;
  border-radius: 20px;
  width: 1.25rem;
  height: 1.25rem;
}

.solid-dot.is-darkgreen {
  background-color: #395a0a;
}

.solid-dot.is-limegreen {
  background-color: #afea5c;
}

.solid-dot.is-skyblue {
  background-color: #9fcae6;
}

.solid-dot.is-navyblue {
  background-color: #0a3648;
}

.line {
  background-color: #ff7602;
  width: 14rem;
  height: 1px;
}

.border-dot {
  border: 1px solid #ff7602;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-color-orange-2 {
  color: #ff7602;
}

.footer-logo-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.logo-img {
  width: 42.5rem;
  max-width: none;
}

.footer-button-content-wrapper {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyrights-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-logo-address-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-logo-address-wrapper.w--current {
  margin-bottom: 2rem;
}

.navbar-dropdown {
  margin-bottom: -60px;
  padding-bottom: 60px;
}

.case-button {
  z-index: 1;
  position: relative;
}

.footer-button-icon-wrapper {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.white-line {
  background-image: linear-gradient(270deg, #fffdfa00, #fffdfa 50%, #fffdfa00);
  width: 100%;
  max-width: 64rem;
  height: 1px;
}

.magnetic-button-dot {
  color: var(--lime-green);
  padding: .25rem 1rem .375rem;
  position: relative;
}

.magnetic-button-dot:hover {
  color: var(--black);
}

.magnetic-button-dot.dropdown {
  padding-right: 0;
}

.magnetic-button-dot.is-footer {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.copied-to-clipboard {
  z-index: 99999;
  background-color: var(--orange);
  opacity: 0;
  border-radius: 3px;
  padding: .25rem 1rem .375rem;
  display: none;
  position: absolute;
  inset: auto auto -40% 0%;
}

.copied-to-clipboard.hero {
  inset: -80% auto auto 0%;
}

.map-wrapper {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.map {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map.map-1 {
  opacity: 1;
  transform: translate(1400px, 2600px)scale(30);
}

.map.map-2 {
  opacity: 0;
}

.checkbox {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: #23271f17;
  border: 1px solid #fff0;
  margin-top: 0;
  margin-left: 0;
  box-shadow: 0 2px 5px #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 2px 5px #0000;
}

.checkbox.register {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-left: -1.25rem;
  margin-right: .5rem;
  position: static;
}

.checkbox.register.w--redirected-checked {
  background-color: var(--lime-green);
}

.swiper-button-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-end;
  align-items: flex-start;
  width: 37.8125rem;
  display: flex;
}

.swiper-button_icon {
  display: inline-flex;
}

.news-card-wrapper {
  position: relative;
}

.category {
  border: 0 solid #00000029;
  border-radius: 3px;
  margin-bottom: 0;
  padding: .375rem 1rem;
  position: relative;
  box-shadow: 0 2px 5px #0000;
}

.category:hover {
  background-color: #23271f17;
}

.categories-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #00000029;
  border-radius: 4px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.category-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-card-external-link, .news-card-internal-link {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.categories-on-news-card-wrapper {
  z-index: 1000;
  position: absolute;
}

.categories-on-news-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  max-width: 10rem;
  padding-top: 1rem;
  padding-left: 1rem;
  display: flex;
}

.category-on-news-card {
  border: 1px solid var(--off-white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #fffdfa1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.map-image {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

.map-image-wrapper {
  z-index: 12;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.map-pin {
  border-radius: 100px;
  position: absolute;
  inset: 50% auto auto 51%;
}

.map-text-wrapper {
  z-index: 2;
  padding-top: 17rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.max-width-572 {
  width: 100%;
  max-width: 35.75rem;
}

.parallax-photo-image-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax-photo-image-bg.v2 {
  z-index: -2;
}

.parallax-photo-image-bg.v2.is-mobile {
  display: none;
}

.dark-overlay-parallax {
  z-index: 1;
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.full-screen-image-large-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar_backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.newsletter-footer-link {
  text-decoration: underline;
  transition: color .3s;
}

.newsletter-footer-link:hover {
  color: var(--orange);
}

.case-collection-list-wrapper {
  border-left: 1px solid #23271f1a;
  width: 100%;
  max-width: 48.125rem;
}

.white-bottom-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #fffdfa, var(--off-white) 55%, #fffdfa00);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 9rem;
  position: absolute;
  inset: auto 0% 0%;
}

.white-bottom-gradient.top {
  background-image: linear-gradient(180deg, #fffdfa, var(--off-white) 55%, #fffdfa00);
  background-image: linear-gradient(180deg, #fffdfa, var(--off-white) 55%, #fffdfa00);
  inset: 0% 0% auto;
  height: 18rem;
  inset: 0% 0% auto;
}

.map-modal-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.map-modal-content {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 26.4375rem;
  padding: 5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 175px #0000002e;
}

.text-size-48 {
  font-size: 3rem;
}

.cases-modal-wrapper {
  border: 1px solid #52677199;
  border-radius: 3px;
}

.case-modal-icon-wrapper {
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---xxl-56: 3.5rem;
    --_responsive---xl-48: 3rem;
    --_responsive---l-40: 2.5rem;
    --_responsive---m-32: 2.25rem;
    --_responsive---s-24: 1.5rem;
    --_responsive---xxs-16: 1rem;
    --_responsive---xs-18: 1.125rem;
    --_responsive---xxxl-72: 4.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .max-width-300 {
    align-self: center;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button {
    opacity: 1;
  }

  .button:where(.w-variant-33b4de09-e5c0-9d54-56da-bffb46e96779) {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-flex;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacer-60 {
    padding-top: 3rem;
  }

  .spacer-192 {
    padding-top: 9rem;
  }

  .spacer-2 {
    padding-top: .09375rem;
  }

  .spacer-40 {
    padding-top: 2.25rem;
  }

  .spacer-144 {
    padding-top: 6rem;
  }

  .spacer-80 {
    padding-top: 3.75rem;
  }

  .spacer-8.is-tablet-24 {
    padding-top: 1.5rem;
  }

  .spacer-4 {
    padding-top: .1875rem;
  }

  .flex-h-between-top.gap-32.is-tablet-vertical {
    flex-flow: column;
  }

  .flex-h-between-center.gap-40.is-tablet {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-h-between-center.gap-90.is-tablet {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-h-between-stretch.gap-32.is-tablet-vertical, .flex-h-between-stretch.is-tablet-vertical, .flex-h-between-stretch.gap-32.is-tablet-vertical, .flex-h-between-stretch.gap-32.is-tablet-vertical, .flex-h-between-stretch.is-tablet-vertical {
    flex-flow: column;
  }

  .flex-v-stretch-between {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-main.is-tablet {
    display: block;
  }

  .spacer-120.is-tablet {
    padding-top: 2rem;
  }

  .line-divider {
    width: 130%;
    position: absolute;
    left: -15%;
  }

  .line-divider.is-tablet {
    display: block;
    position: relative;
  }

  .line-divider.display-tablet {
    display: block;
  }

  .gridbox-3.is-tablet-2col {
    grid-template-columns: 1fr 1fr;
  }

  .hamburger-wrapper {
    color: var(--off-white);
    background-color: #0000;
    padding: 0;
  }

  .hamburger-wrapper.w--open {
    z-index: 10;
    color: var(--charcoal);
    background-color: #0000;
  }

  .spacer-48 {
    padding-top: 2.25rem;
  }

  .spacer-48.is-desktop-hide {
    display: block;
  }

  .brand-wrapper.w--current {
    z-index: 99;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: flex-end;
  }

  .dropdown-toggle {
    color: var(--charcoal);
  }

  .dropdown-toggle.w--open {
    justify-content: center;
    align-items: center;
  }

  .homepage-case-content-wrapper {
    border-bottom: 1px #23271f1a;
    border-right-style: none;
    width: 100%;
    position: static;
  }

  .case-section-wrapper {
    flex-flow: column;
  }

  .case-box.is-tablet {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-top: 3rem;
    padding: 0;
    display: flex;
  }

  .case-box.tablet-hide {
    display: none;
  }

  .case-box-wrapper {
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .case-thumbnail-image {
    max-height: 16rem;
  }

  .case-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .quote-section-wrapper {
    height: 80svh;
  }

  .v-gradient-line.is-tablet {
    z-index: 0;
    z-index: 0;
    inset: 0% auto 0% 2%;
    height: 90%;
    margin-top: 1rem;
    position: absolute;
    inset: 0% auto 0% 2%;
  }

  .timeline-component.is-tablet {
    flex-flow: column;
    margin-left: 0;
    padding-top: 5rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .spacer-160, .spacer-106 {
    padding-top: 6rem;
  }

  .button-wrapper.is-tablet {
    margin-left: 4rem;
  }

  .spacer-18 {
    padding-top: .875rem;
  }

  .spacer-170 {
    padding-top: 6rem;
  }

  .footer-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us-hero {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(45deg, #000c, #0000), url("https://cdn.prod.website-files.com/690c745b63d548f0348dd38e/6911de41bf3c000a2dd7f37c_green-claim-image-3.avif");
    background-position: 0 0, 0 0, 60%;
  }

  .spacer-102 {
    padding-top: 6rem;
  }

  .swiper-slide {
    padding: 35px 40px;
  }

  .swiper-slide.blog, .swiper-slide.news, .swiper-slide.blog, .swiper-slide.news {
    padding: 0;
  }

  .team-members-container {
    padding-right: 4rem;
  }

  .team-member.is-tablet {
    height: auto;
  }

  .text-size-26 {
    font-size: 1.375rem;
  }

  .section-hero.homepage {
    height: 80vh;
  }

  .section-hero.cases {
    position: relative;
  }

  .documents-component {
    justify-content: center;
    align-items: stretch;
  }

  .faq_item {
    border-bottom: 1px solid #121f1b0d;
  }

  .spacer-72 {
    padding-top: 3.75rem;
  }

  .case-hero-wrapper {
    padding-top: 10rem;
  }

  .case-current-status-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .case-current-status-header {
    justify-content: flex-start;
    align-items: center;
  }

  .our-demands {
    display: none;
  }

  .circle._2 {
    bottom: 2rem;
    left: 0%;
  }

  .circle._3 {
    bottom: 4rem;
    left: 0%;
  }

  .circle._4 {
    bottom: 6rem;
    left: 0%;
  }

  .circle._5 {
    transition-property: none;
    bottom: 8rem;
    left: 0%;
  }

  .text-size-32 {
    font-size: 2rem;
  }

  .icons-boxes-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .icon.dots {
    margin-top: .375rem;
  }

  .dots-animation-activator {
    padding-top: 2.25rem;
  }

  .spacer-64.is-tablet-32, .spacer-112.is-tablet-32, .spacer-112.is-tablet-32 {
    padding-top: 2rem;
  }

  .highlighted-thumbnail-image {
    width: 100%;
    min-height: 24rem;
  }

  .dropdown-wrapper {
    background-color: #0000;
  }

  .dropdown-wrapper.w--open {
    background-color: #0000;
    border-style: none;
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
    left: 0%;
  }

  .contact-hero-img {
    transform: scale(1.2);
  }

  .contact-hero-img.is-tablet {
    object-position: 50% 0%;
    object-position: 50% 0%;
    display: inline-block;
    transform: none;
  }

  .contact-hero-linear-gradient.general-contact, .contact-hero-dark-overlay.general-contact, .contact-hero-dark-overlay.general-contact {
    display: none;
  }

  .navbar-logo {
    width: 14rem;
  }

  .case-left {
    flex-flow: column;
  }

  .footer-links-wrapper {
    grid-template-columns: .75fr .75fr;
    margin-bottom: 0;
  }

  .text-link.text-color-offwhite.is-mobile-charcoal {
    color: var(--charcoal);
  }

  .button-bg.dot, .button-bg.dropdown-dot, .button-bg.dot, .button-bg.dropdown-dot, .cursor {
    display: none;
  }

  .timeline-component-wrapper {
    display: flex;
    position: relative;
  }

  .footer-logo-wrapper, .footer-logo-wrapper.w--current {
    margin-bottom: 1.125rem;
  }

  .logo-img {
    width: 33rem;
  }

  .footer-button-content-wrapper {
    grid-column-gap: 2.875rem;
    grid-row-gap: 2.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-copyrights-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .navbar-wrapper {
    background-color: var(--off-white);
    flex-flow: column;
    width: 100%;
    height: 29.1875rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-links-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
  }

  .team-member-wrapper-tablet {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .values-wrapper-tablet {
    flex-flow: column;
    display: flex;
  }

  .value-tablet {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-us-info-card-wrapper-tablet {
    background-image: url("https://cdn.prod.website-files.com/690c745b63d548f0348dd38e/690daac7e50a0ef0eef24ec8_leidschendam%2C%20ZH.avif");
    background-position: 0 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 43rem;
    padding: 2rem;
    display: flex;
  }

  .our-demands-tablet {
    padding-top: 6rem;
    display: block;
  }

  .circles-wrapper-tablet {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .number-wrapper-tablet {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .numbers-component-tablet {
    display: block;
  }

  .number-text-tablet {
    margin-bottom: 0;
  }

  .footer-logo-address-wrapper.w--current {
    margin-bottom: 1.125rem;
  }

  .navbar-dropdown {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .blog-post-wrapper {
    flex-flow: column;
  }

  .sticky-image-wrapper {
    display: none;
  }

  .bio-pop-up {
    width: 100%;
    padding-right: 3.75rem;
    right: -100%;
  }

  .image-2 {
    border-radius: 4px;
  }

  .contact-us-form-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 14.75rem;
  }

  .contact-us-blur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000004d;
    width: 100%;
    height: 100%;
    display: none;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .spacer-250 {
    padding-top: 6rem;
  }

  .form-button:where(.w-variant-33b4de09-e5c0-9d54-56da-bffb46e96779) {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-flex;
  }

  .text-size-40 {
    font-size: 1.375rem;
  }

  .swiper-button-wrap {
    width: 14rem;
  }

  .map-image {
    margin-top: 3rem;
  }

  .map-pin {
    top: 50%;
    left: 49%;
  }

  .map-text-wrapper {
    padding-top: 4rem;
  }

  .max-width-572.is-tablet-0 {
    max-width: none;
  }

  .case-collection-list-wrapper {
    border-left-style: none;
  }

  .white-bottom-gradient {
    height: 5rem;
  }

  .white-bottom-gradient.top {
    height: 11rem;
  }

  .map-modal-content {
    max-width: 37rem;
    max-height: 22rem;
  }

  .text-size-48 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---xxl-56: 2.5rem;
    --_responsive---xl-48: 2.25rem;
    --_responsive---l-40: 2rem;
    --_responsive---m-32: 1.625rem;
    --_responsive---s-24: 1.25rem;
    --_responsive---xxs-16: 1rem;
    --_responsive---xs-18: 1rem;
    --_responsive---xxxl-72: 2.625rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: var(--_responsive---m-32);
  }

  h6 {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-16, .text-size-16.text-color-charcoal, .text-size-16.text-color-charcoal {
    font-size: var(--_responsive---xxs-16);
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-14 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .container-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-20.is-mobile-18 {
    font-size: 1.125rem;
  }

  .spacer-60 {
    padding-top: 2.25rem;
  }

  .fs-styleguide_section-header-3 {
    font-size: .875rem;
  }

  .spacer-96.is-mobile-48 {
    padding-top: 3rem;
  }

  .spacer-96.is-mobile-80 {
    padding-top: 5rem;
  }

  .spacer-192 {
    padding-top: 3.5rem;
  }

  .spacer-40 {
    padding-top: 1.5rem;
  }

  .spacer-144 {
    padding-top: 3rem;
  }

  .spacer-80 {
    padding-top: 2.2rem;
  }

  .spacer-8 {
    padding-top: .28125rem;
  }

  .style-h4 {
    font-size: 1.25rem;
  }

  .flex-h-between-stretch.gap-32.is-tablet-vertical.is-tablet-gap-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-main.sp-0-40.is-mobile-80-80, .section-main.sp-0-0.is-mobile-80-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-main.sp-120-120.is-mobile-96-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-main.sp-120-120.is-mobile-48-96 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .section-main.sp-0-40.is-mobile-80-80, .section-main.sp-0-0.is-mobile-80-80, .section-main.sp-0-0.is-mobile-80-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-main.sp-70-70.is-mobile-96-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-main.sp-70-70.is-mobile-48-96 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .spacer-50.is-mobile-32 {
    padding-top: 2rem;
  }

  .spacer-120.is-mobile-96 {
    padding-top: 6rem;
  }

  .line-divider {
    width: 100vw;
    margin-left: -1.5rem;
    left: 0%;
  }

  .gridbox-3.is-tablet-2col.is-mobile-1col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .gridbox-3.is-landscape-2col {
    grid-template-columns: 1fr 1fr;
  }

  .is-mobile-vertical {
    flex-flow: column;
    display: flex;
  }

  .heading-display {
    font-size: var(--_responsive---xxxl-72);
  }

  .heading-display.text-color-offwhite.text-align-center.is-mobile-font-size-56 {
    font-size: 3.5rem;
  }

  .text-color-charcoal {
    font-size: var(--_responsive---s-24);
  }

  .spacer-48 {
    padding-top: 1.5rem;
  }

  .navbar-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .homepage-case-content-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .quote-section-wrapper {
    height: 100svh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .v-gradient-line.is-tablet {
    left: 3%;
  }

  .spacer-160, .spacer-106 {
    padding-top: 3rem;
  }

  .thumbnail-image-wrapper {
    min-height: 28rem;
  }

  .spacer-170 {
    padding-top: 3rem;
  }

  .footer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
  }

  .cases-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cases-wrapper.about-us, .cases-wrapper.home, .cases-wrapper.about-us, .cases-wrapper.home {
    display: none;
  }

  .case-wrapper {
    width: 100%;
  }

  .case-wrapper.cases-hero {
    border-color: #fffdfa26;
    padding: 0;
  }

  .case {
    flex-flow: row;
    justify-content: space-between;
    height: 100%;
    min-height: 0;
  }

  .case.is-hero {
    flex-flow: column;
    min-height: 6.25rem;
  }

  .case.cases-hero {
    min-width: 0;
    padding: 0;
  }

  .spacer-102 {
    padding-top: 3rem;
  }

  .team-members-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-member.is-tablet {
    width: auto;
  }

  .text-size-26 {
    font-size: 1.25rem;
  }

  .section-hero.newsroom, .section-hero.privacy-policy {
    padding-top: 10rem;
  }

  .section-hero.newsroom, .section-hero.privacy-policy {
    padding-top: 10rem;
  }

  .section-hero.cases {
    padding-top: 14rem;
  }

  .spacer-72 {
    padding-top: 2.2rem;
  }

  .dark-overlay {
    background-image: linear-gradient(45deg, #000000b3, #0000), linear-gradient(#0000004d, #0000004d);
  }

  .text-size-120 {
    font-size: .75rem;
  }

  .text-size-32.is-mobile-26 {
    font-size: 1.625rem;
  }

  .icons-boxes-wrapper {
    grid-template-columns: 1fr;
  }

  .dots-animation-activator {
    padding-top: 1.5rem;
  }

  .form-wrapper {
    min-width: 0;
    padding: 1.5rem 1rem;
  }

  .navbar-logo {
    width: 12rem;
  }

  .footer-links-wrapper {
    justify-items: stretch;
  }

  .text-link.text-color-charcoal {
    font-size: var(--_responsive---xxs-16);
    font-size: var(--_responsive---xxs-16);
  }

  .logo-img {
    width: 30rem;
  }

  .footer-button-content-wrapper {
    grid-auto-flow: column;
    justify-content: space-between;
    place-items: center end;
    display: flex;
  }

  .heading-2 {
    font-size: var(--_responsive---s-24);
  }

  .about-us-info-card-wrapper-tablet {
    height: 48rem;
  }

  .case-button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-button-icon-wrapper {
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .spacer-20.is-mobile-96 {
    padding-top: 6rem;
  }

  .bio-pop-up {
    overflow: scroll;
  }

  .case-hero-text-wrapper {
    margin-bottom: 2.5rem;
  }

  .is-mobile-landscape, .cases-wrapper-is-mobile-landscape {
    align-self: flex-start;
    width: 100%;
    display: block;
  }

  .copied-to-clipboard {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    right: 1.5rem;
  }

  .spacer-250 {
    padding-top: 8rem;
  }

  .form-block {
    margin-bottom: 0;
  }

  .text-size-40 {
    font-size: 1.25rem;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .map-image {
    z-index: -1;
    width: 350%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    position: relative;
    transform: scale(1.2);
  }

  .map-pin {
    top: 47%;
    left: 49%;
  }

  .map-text-wrapper {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .parallax-photo-image-bg.v2.is-mobile {
    object-position: 65% 50%;
    object-position: 65% 50%;
    object-position: 65% 50%;
    display: inline-block;
  }

  .white-bottom-gradient {
    background-image: linear-gradient(0deg, #fffdfa, var(--off-white) 50%, #fffdfa00);
    height: 4rem;
  }

  .white-bottom-gradient.top {
    height: 9rem;
  }

  .map-modal-content {
    max-width: 31rem;
    max-height: 26rem;
    padding: 3rem;
  }

  .text-size-48 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .max-width-300.is-mobile-224 {
    max-width: 14rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-20.text-color-white.text-weight-semibold, .text-size-20.text-weight-semibold.text-color-navyblue, .text-size-20.text-color-offwhite.text-weight-semibold.is-mobile-portrait-16, .text-size-20.text-color-white.text-weight-semibold, .text-size-20.text-color-white.text-weight-semibold, .text-size-20.text-weight-semibold.text-color-navyblue, .text-size-20.text-weight-semibold.text-color-navyblue, .text-size-20.text-color-offwhite.text-weight-semibold.is-mobile-portrait-16, .text-size-20.text-color-offwhite.text-weight-semibold.is-mobile-portrait-16, .text-size-20.text-color-offwhite.text-weight-semibold.is-mobile-portrait-16 {
    font-size: 1rem;
  }

  .flex-h-left-center.gap-16.is-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gridbox-3.is-landscape-2col.is-portrait-1col {
    grid-template-columns: 1fr;
  }

  .case-thumbnail-image {
    min-width: 0;
  }

  .quote-section-wrapper {
    height: 120svh;
  }

  .v-gradient-line.is-tablet {
    left: 5%;
  }

  .swiper-slide {
    padding: 30px;
  }

  .team-member.is-tablet {
    width: auto;
  }

  .document-wrapper {
    width: 17rem;
    height: 17rem;
  }

  .circle {
    width: 18rem;
    height: 18rem;
  }

  .text-size-32.is-mobile-24 {
    font-size: 1.5rem;
  }

  .navbar-logo {
    width: 10rem;
  }

  .logo-img {
    width: 17rem;
  }

  .about-us-info-card-wrapper-tablet {
    background-position: 34%;
  }

  .number-wrapper-tablet {
    flex-flow: column;
  }

  .break-words {
    word-break: break-all;
  }

  .swiper-button-wrap {
    width: 10rem;
  }

  .map-image {
    margin-top: 14rem;
    margin-bottom: 6rem;
    transform: scale(1.5);
  }

  .map-image-wrapper {
    margin-bottom: 0;
  }

  .map-pin {
    top: 55%;
    left: 44%;
  }

  .parallax-photo-image-bg.v2.is-mobile {
    object-position: 56% 50%;
    object-position: 56% 50%;
    object-position: 56% 50%;
  }

  .white-bottom-gradient {
    background-image: linear-gradient(0deg, #fffdfa, var(--off-white) 41%, #fffdfa00);
    height: 5rem;
  }

  .white-bottom-gradient.top {
    height: 16rem;
  }
}

#w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf878-21dbf863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf866-21dbf863 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf882-21dbf863 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71fba567-d913-9901-b42c-10169289be0e-21dbf863 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65e48523-ce3e-46fd-9c84-46765df038d8-21dbf863 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e6dbe4d6-6c9b-4dd5-0dcc-c6640a024d1b-21dbf863 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76da18b3-ee3c-1d24-b043-0e5c7ed0f352-21dbf863 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cb92f9b8-fe7a-6292-fe92-e76bf7749886-21dbf863 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b1b6c1d8-6e2d-4a80-b230-8a57345d1311-21dbf863 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e32cda20-28ea-4d69-b629-4a247810f076-21dbf863 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1e93bb87-a365-3cf2-cb9c-78079c83d536-21dbf863 {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #footer.w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf863-21dbf863 {
    grid-row-end: 7;
  }

  #w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf878-21dbf863 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf866-21dbf863 {
    grid-row: 4 / 5;
  }

  #w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf882-21dbf863 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1e93bb87-a365-3cf2-cb9c-78079c83d536-21dbf863 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8e370046-5406-f6ae-a045-12fe2614d1b4-21dbf863 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #footer.w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf863-21dbf863 {
    grid-row-end: 4;
  }

  #w-node-_2ba000c9-9a85-16ab-365b-f1d721dbf866-21dbf863 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
