:root {
  --blue-900: #0f163e;
  --white: white;
  --primary: #a8856b;
  --grey-500: #878a94;
  --grey-600: #535766;
  --grey-100: whitesmoke;
  --grey-400: #afb1b8;
  --blue-700: #30395d;
  --grey-200: #f2f2f2;
  --grey-300: #dcdde0;
  --blue-800: #272d43;
  --blue-600: #59617d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--blue-900);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--blue-900);
  letter-spacing: -.075rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-900);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}

.nav-menu {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.logo {
  aspect-ratio: 2;
  width: 396px;
  max-width: 1584px;
  height: 99px;
  max-height: 396px;
  margin-top: 2px;
  margin-right: 0;
  display: block;
  position: static;
  overflow: auto;
}

.nav-logo {
  margin-right: 8px;
  padding-left: 0;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  text-align: center;
  flex: 0 auto;
  width: 145px;
  padding: 16px;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .6;
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--primary);
}

.nav-link.primary {
  border: 1px solid var(--blue-900);
  border-radius: 1px;
  margin-left: 16px;
  padding: 14px 32px;
  font-size: 1rem;
  line-height: 1.3;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
}

.navbar-text {
  color: var(--grey-500);
  max-width: 30%;
  margin-bottom: 0;
  padding-top: 0;
}

.left-nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  padding-top: 0;
  display: flex;
}

.text-5xl {
  letter-spacing: -.275rem;
  width: 305px;
  min-width: 0;
  font-size: 7rem;
  line-height: 1.1;
  overflow: visible;
}

.text-5xl.primary-text {
  text-align: left;
  font-family: Playfair Display, sans-serif;
}

.text-large {
  color: var(--white);
  text-align: left;
  letter-spacing: -.025rem;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 1.75rem;
  line-height: 1.2;
  overflow: visible;
}

.text-large.grey-500-text {
  text-align: center;
  margin-left: 0;
}

.text-base {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.footer-link {
  color: var(--grey-600);
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.text-base.footer-link:hover {
  color: var(--primary);
}

.section {
  min-height: 40px;
  margin-bottom: 100px;
}

.section.hero-section {
  align-items: flex-end;
  height: 85vh;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section.grey-background.padding-bt-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.grey-background {
  background-color: var(--grey-100);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.grey-background.padding-bt-160 {
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.text-3xl {
  text-align: left;
  letter-spacing: -.125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: flex;
}

.text-4xl {
  letter-spacing: -.075rem;
  font-size: 4.5rem;
  line-height: 1;
}

.text-2xl {
  letter-spacing: -.05rem;
  font-size: 3rem;
  line-height: 1.1;
}

.text-2xl.margin-bottom-104.fade-in {
  text-align: left;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
}

.text-2xl.margin-top-12 {
  margin-top: 10px;
}

.text-2xl.margin-top-8 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.text-s {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.1;
}

.text-s.navbar-text {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-s.navbar-text.margin-right-16 {
  max-width: none;
  margin-right: 32px;
}

.text-medium {
  text-align: left;
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-medium.hero-subheading {
  color: var(--grey-400);
  margin-bottom: 8px;
  display: flex;
}

.text-medium.text-grey-600 {
  color: var(--blue-900);
  text-align: left;
  cursor: default;
  margin-left: 0;
  overflow: visible;
}

.text-medium.text-grey-600.margin-top-48 {
  text-align: left;
  width: auto;
  min-width: 300px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 40px;
}

.text-medium.margin-bottom-16 {
  margin-bottom: 16px;
  margin-right: 0;
}

.container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 140px;
  padding: 0 9.5vw;
  display: flex;
  position: static;
}

.container.hero-content-container {
  margin-top: 200px;
  margin-bottom: auto;
  position: static;
  bottom: 0;
}

.container.testimonials-container {
  color: var(--white);
  text-align: center;
  margin-top: 140px;
}

.text-field {
  background-color: var(--blue-700);
  object-fit: fill;
  border: 1px solid #fff3;
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--primary);
  color: var(--white);
}

.text-field::placeholder {
  color: #fff9;
}

.text-field.light-textfield {
  background-color: var(--grey-100);
  margin-bottom: 40px;
}

.text-field.light-textfield:focus {
  color: var(--blue-900);
}

.text-field.light-textfield::placeholder {
  color: var(--grey-600);
}

.text-xl {
  font-size: 2rem;
  line-height: 1.2;
}

.text-xl.margin-bottom-24 {
  text-align: center;
}

.text-xl.margin-bottom-32 {
  text-align: left;
}

.text-xl.margin-bottom-56.max-width-80 {
  max-width: 90%;
  margin-left: 15px;
  font-family: Playfair Display, sans-serif;
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) .25fr;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
}

._12-column-grid.numbers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._12-column-grid.margin-top-112 {
  margin-top: 112px;
}

._12-column-grid.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 112px;
}

._12-column-grid.fade-in {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) 1fr 1fr;
  grid-auto-flow: column;
  width: auto;
  margin-top: -50px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.white-text {
  color: var(--white);
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
}

.hero-text-container {
  z-index: 3;
  background-color: var(--blue-900);
  width: auto;
  min-width: auto;
  min-height: 375px;
  padding-top: 15vh;
  padding-bottom: 10vh;
  position: relative;
}

.graphic-element {
  z-index: 0;
  margin-top: 20px;
  margin-right: -50px;
  position: absolute;
  top: -3.5vh;
  right: 25.4vw;
}

.graphic-element.left-aligned {
  left: 11.8vw;
  right: auto;
}

.hero-image {
  z-index: -1;
  width: 90.5vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: static;
}

.scroll-down {
  background-color: var(--grey-100);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 9.5vw;
  height: 15vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.hero-image-container {
  background-color: var(--grey-100);
  padding-bottom: 0;
  display: block;
}

.grey-500-text {
  color: var(--grey-500);
  text-align: left;
}

.primary-text {
  color: var(--primary);
  margin-left: 0;
}

.primary-text.margin-left-8 {
  margin-left: 8px;
}

.navbar-text-container {
  max-width: 60%;
  display: flex;
}

.margin-bottom-104 {
  margin-bottom: 104px;
}

.usp-container {
  border: 1px solid var(--grey-200);
  margin-top: 0;
  padding: 64px 40px 40px;
}

.usp-container.fade-in, .usp-container.fade-in-100ms, .usp-container.fade-in-200ms {
  margin-top: 100px;
}

.icon {
  vertical-align: baseline;
  width: 60px;
  margin-bottom: 40px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.section-heading-container {
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.dot {
  background-color: var(--primary);
  border-radius: 100vw;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.accordion-wrapper {
  border-top: 1px solid var(--grey-300);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
}

.accordion-item {
  border-bottom: 1px solid var(--grey-300);
  cursor: pointer;
  border-radius: 1px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accordion-item-content {
  width: 37%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 10px;
  overflow: hidden;
}

.deliverables-container {
  margin-top: 32px;
}

.deliverable-container {
  border-bottom: 1px solid var(--grey-300);
  cursor: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.margin-top-48 {
  margin-top: 48px;
  display: block;
}

.accordion-item-icon-container {
  justify-content: space-between;
  align-items: center;
  width: 37%;
  margin-top: 8px;
  display: flex;
}

.testimonial-container-background {
  background-color: var(--blue-900);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container-background.no-margin-bottom {
  margin-bottom: -75px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-container-background.fullscreen-image-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-heading-content {
  align-items: center;
  margin-left: 225px;
  display: flex;
}

.section-heading-content.margin-top-12 {
  justify-content: flex-start;
  align-items: center;
  margin: -50px 200px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.divider {
  background-color: var(--blue-800);
  width: 100%;
  height: 1px;
}

.grey-400-text {
  color: var(--grey-400);
  text-align: left;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.approach-item-container {
  max-width: 80%;
}

.margin-top-12 {
  margin-top: 12px;
}

.large-image-container {
  width: 90.5vw;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.white-background {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-content-container {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
  position: relative;
}

.testimonials-container-background {
  z-index: -1;
  background-color: var(--blue-900);
  background-image: url('../images/background-graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container {
  border-bottom: 4px solid var(--primary);
  background-color: var(--white);
  color: var(--blue-900);
  text-align: left;
  padding: 64px 48px 56px 40px;
  position: relative;
  box-shadow: 0 10px 60px #0000000a;
}

.testimonial-container.fade-in {
  margin-right: 0;
}

.testimonial-container.fade-in-100ms {
  width: auto;
  margin-right: 0;
  padding-right: 48px;
}

.testimonial-container.fade-in-200ms {
  margin-left: 0;
}

.testimonial-item-graphic {
  max-width: 20%;
  margin-top: 12px;
  position: absolute;
  top: -2.5vh;
  left: auto;
  right: auto;
}

.client-container {
  align-items: center;
  display: flex;
}

.client-avatar {
  background-color: var(--grey-300);
  object-fit: cover;
  border-radius: 100vw;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  padding-top: 0;
}

.grey-600-text {
  color: var(--grey-600);
}

.grey-600-text.footer-text {
  text-align: left;
  line-height: 168%;
}

.testimonials-heading-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-container.reverse {
  flex-direction: row-reverse;
}

.image-container {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
  overflow: visible;
}

.split-section-content-container {
  width: 38%;
}

.button {
  border: 1px solid var(--grey-300);
  color: var(--blue-900);
  cursor: pointer;
  background-color: #0000;
  margin-top: 48px;
  padding: 16px 40px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--blue-900);
  color: var(--white);
}

.split-section-graphic-element {
  position: absolute;
  top: -3vh;
  right: 179px;
}

.team-member-image-container {
  background-color: var(--grey-100);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
}

.team-member-image {
  opacity: 1;
  width: 100%;
  overflow: visible;
}

.email-link {
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

.email-link.margin-top-24 {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 40px;
}

.email-link-icon {
  margin-left: 8px;
  overflow: visible;
}

.email-link-icon.margin-left-16 {
  margin-left: 16px;
}

.email-link-icon.large-icon {
  height: 20px;
}

.newsletter-container {
  z-index: auto;
  background-color: var(--blue-900);
  color: var(--white);
  background-image: url('../images/background-graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.form {
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 58%;
  margin-top: 64px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--primary);
  cursor: pointer;
  margin-left: 8px;
  padding: 16px 40px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--blue-900);
}

.submit-button.no-margin-left {
  margin-left: 0;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.subfooter {
  border-top: 1px solid var(--grey-300);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -75px;
  display: flex;
}

.subfooter-links {
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.subfooter-link {
  color: var(--grey-500);
  margin-right: 24px;
  text-decoration: none;
  transition: all .2s;
}

.subfooter-link:hover {
  color: var(--primary);
}

.footer {
  padding-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #ff4a4a;
}

.success-message {
  background-color: var(--primary);
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.scroll-progress-bar {
  z-index: 999999;
  background-color: var(--primary);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fade-in-partner {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-left: 70px;
  margin-right: 10px;
}

.fade-in-partner-100ms {
  background-color: #0000;
  margin-left: 40px;
  margin-right: 40px;
}

.fade-in-partner-200ms {
  opacity: 1;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 70px;
  overflow: visible;
}

.image {
  opacity: 0;
  mix-blend-mode: normal;
}

.preloader {
  z-index: 99999;
  background-color: var(--blue-900);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.hero-image-wrapper {
  z-index: 1;
  width: 90.5vw;
  margin-top: -40vh;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.styleguide-hero {
  background-color: var(--blue-900);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 104px;
}

.swatch {
  background-color: #fbfaf8;
  border: 0 solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.blue-900 {
  background-color: var(--blue-900);
}

.swatch.blue-800 {
  background-color: var(--blue-800);
  color: var(--blue-800);
}

.swatch.blue-700 {
  background-color: var(--blue-700);
  color: var(--blue-700);
}

.swatch.blue-600 {
  background-color: var(--blue-600);
  color: var(--blue-700);
}

.swatch.grey-600 {
  background-color: var(--grey-600);
  color: var(--blue-700);
}

.swatch.grey-500 {
  background-color: var(--grey-500);
  color: var(--blue-700);
}

.swatch.grey-400 {
  background-color: var(--grey-400);
  color: var(--blue-700);
}

.swatch.grey-300 {
  background-color: var(--grey-300);
  color: var(--blue-700);
}

.swatch.grey-200 {
  background-color: var(--grey-200);
  color: var(--blue-700);
}

.swatch.grey-100 {
  background-color: var(--grey-100);
  color: var(--blue-700);
}

.swatch.white {
  background-color: var(--white);
  color: var(--blue-700);
  border-width: 1px;
}

.typography-container {
  margin-bottom: 48px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}

.rich-text p {
  color: var(--grey-600);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label-2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.text-span {
  color: var(--primary);
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.body {
  font-family: Roboto, sans-serif;
}

.text-span-2 {
  color: var(--primary);
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  text-overflow: clip;
  white-space: normal;
  font-size: 1.5rem;
  font-style: italic;
  display: inline-block;
  position: static;
}

.code {
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
}

.image-2 {
  vertical-align: text-bottom;
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-top: 175px;
  margin-left: 250px;
}

.image-2.margin-bottom-104.fade-in-100ms {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 25px;
  display: block;
}

.div-block {
  z-index: 1;
  position: relative;
}

.bold-text {
  align-items: center;
  min-width: auto;
  margin-right: 0;
  font-weight: 400;
  display: flex;
}

.background-video {
  width: auto;
  height: 400px;
}

.image-3 {
  width: 500px;
  max-width: 115%;
}

.image-4 {
  width: 175px;
  min-width: auto;
  max-width: 125%;
  min-height: auto;
  max-height: none;
  margin-right: 0;
}

.div {
  background-color: #0f163e;
  border: 1px #000;
  border-right-width: 0;
}

.image-5 {
  clear: none;
  flex-flow: row;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  margin-top: 20px;
  margin-left: 15px;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  height: 426px;
  min-height: 426px;
  max-height: 426px;
  margin-top: 20px;
  margin-right: 15px;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  opacity: 1;
  background-color: #0f163e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.paragraph {
  overflow: visible;
}

.div-block-3 {
  margin-right: -150px;
}

.div-block-4 {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: static;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--grey-500);
  font-size: 14px;
}

.link-block {
  min-width: 100px;
  min-height: 100px;
}

.image-7 {
  width: 150px;
  min-width: 0;
  min-height: 0;
}

.image-8 {
  float: right;
  clear: none;
  margin-top: -3px;
  margin-right: 40px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.partner-fade-in {
  -webkit-text-fill-color: inherit;
  background-color: #0f163e;
  background-clip: border-box;
  margin-left: 60px;
  margin-right: 0;
}

.partner-fade-in-100ms {
  background-color: #0f163e;
  margin-left: 30px;
  margin-right: 30px;
}

.partner-fade-in-200ms {
  opacity: 1;
  background-color: #0f163e;
  margin-left: 0;
  margin-right: 60px;
  overflow: visible;
}

.text-medium-partner {
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-medium-partner.hero-subheading {
  color: var(--grey-400);
  margin-bottom: 8px;
  display: flex;
}

.text-medium-partner.text-grey-600 {
  color: var(--blue-900);
  cursor: default;
  margin-left: 40px;
  overflow: visible;
}

.text-medium-partner.text-grey-600.margin-top-48 {
  text-align: left;
  width: 325px;
  min-width: 325px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
}

.text-medium-partner.margin-bottom-16 {
  margin-bottom: 16px;
  margin-right: 0;
}

.text-medium-partner.text-grey-partner {
  color: var(--grey-400);
  text-align: left;
  cursor: default;
  margin-left: 40px;
  overflow: visible;
}

.text-medium-partner.text-grey-partner.margin-top-48 {
  text-align: left;
  width: 325px;
  min-width: 325px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
}

.section-heading-content-leistungen {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 150px;
  padding-bottom: 20px;
  display: flex;
}

.section-heading-content-leistungen.margin-top-12 {
  justify-content: flex-start;
  align-items: center;
  margin: -50px 200px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading-content-anstaz {
  align-items: center;
  margin-left: 225px;
  display: flex;
}

.section-heading-content-anstaz.margin-top-12 {
  justify-content: flex-start;
  align-items: center;
  margin: -50px 200px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading-content-anstaz.margin-top-12-ansatz {
  justify-content: flex-start;
  align-items: center;
  margin: 50px 200px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading-content-rez {
  align-items: center;
  margin-left: 225px;
  display: flex;
}

.section-heading-content-rez.margin-top-12 {
  justify-content: flex-start;
  align-items: center;
  margin: -50px 200px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading-content-rez.margin-top-12-rez {
  justify-content: flex-start;
  align-items: center;
  margin: -50px 1050px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.code-embed {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
}

.image-10, .image-11 {
  width: 150px;
}

.hero-text-container-500px {
  z-index: 3;
  background-color: var(--blue-900);
  width: 500px;
  min-width: auto;
  min-height: 375px;
  padding-top: 15vh;
  padding-bottom: 10vh;
  position: relative;
}

._12-column-grid-badges {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
}

._12-column-grid-badges.numbers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._12-column-grid-badges.margin-top-112 {
  margin-top: 112px;
}

._12-column-grid-badges.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 112px;
}

._12-column-grid-badges.fade-in {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) 1fr 1fr;
  grid-auto-flow: column;
  width: 800px;
  margin-top: -50px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-3xl-immerda {
  text-align: left;
  letter-spacing: -.125rem;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: block;
}

.text-medium-immerda {
  text-align: left;
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-medium-immerda.hero-subheading {
  color: var(--grey-400);
  margin-bottom: 8px;
  display: flex;
}

.text-medium-immerda.text-grey-600 {
  color: var(--blue-900);
  text-align: left;
  cursor: default;
  margin-left: 0;
  overflow: visible;
}

.text-medium-immerda.text-grey-600.margin-top-48 {
  text-align: left;
  width: auto;
  min-width: 300px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 40px;
}

.text-medium-immerda.margin-bottom-16 {
  margin-bottom: 16px;
  margin-right: 0;
}

.text-2xl-copy {
  letter-spacing: -.05rem;
  font-size: 3rem;
  line-height: 1.1;
}

.text-2xl-copy.margin-bottom-104.fade-in {
  text-align: left;
  margin-bottom: 0;
  padding-top: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
}

.text-2xl-copy.margin-top-12 {
  margin-top: 10px;
}

.text-2xl-copy.margin-top-8 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.text-span-4 {
  font-size: 1.5rem;
}

.text-span-5 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 28px;
    display: flex;
  }

  .navbar {
    height: 160px;
    margin-top: 0;
    top: 0;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.primary {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 160px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: auto;
    overflow: visible;
  }

  .nav-container {
    justify-content: space-between;
    padding: 14px 32px;
  }

  .top-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-text {
    max-width: 60%;
  }

  .menu-button-2 {
    background-color: #0000;
    margin-top: 0;
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    margin-top: -12px;
  }

  .left-nav-container {
    width: 68%;
    padding-top: 0;
  }

  .section {
    margin-bottom: 120px;
  }

  .section.hero-section {
    height: auto;
    margin-top: 200px;
  }

  .text-3xl {
    font-size: 3.5rem;
  }

  .text-medium.hero-subheading {
    color: var(--grey-400);
    max-width: 90%;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._12-column-grid {
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  ._12-column-grid.footer-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr 1fr;
  }

  .hero-text-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .graphic-element {
    z-index: 7;
  }

  .hero-image {
    width: 100%;
    margin-top: 0;
  }

  .scroll-down {
    display: none;
    overflow: visible;
  }

  .accordion-item-content {
    width: auto;
  }

  .testimonials-container-background {
    height: 95%;
  }

  .testimonial-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .split-container, .split-container.reverse {
    flex-direction: column;
  }

  .image-container {
    width: 75%;
  }

  .split-section-content-container {
    width: 75%;
    margin-top: 64px;
  }

  .newsletter-container {
    height: 95%;
  }

  .form-block {
    width: 80%;
  }

  .hero-image-wrapper {
    width: 100vw;
    margin-top: -10vh;
  }

  .text-medium-partner.hero-subheading {
    color: var(--grey-400);
    max-width: 90%;
  }

  .hero-text-container-500px {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._12-column-grid-badges {
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid-badges.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  ._12-column-grid-badges.footer-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr 1fr;
  }

  .text-3xl-immerda {
    font-size: 3.5rem;
  }

  .text-medium-immerda.hero-subheading {
    color: var(--grey-400);
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.1rem;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    align-items: center;
  }

  .navbar-text {
    max-width: 70%;
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open {
    margin-top: 0;
  }

  .left-nav-container {
    width: 70%;
  }

  .text-base.accordion-text-link {
    display: none;
  }

  .section.hero-section {
    margin-top: 200px;
  }

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

  .container {
    padding-right: 32px;
  }

  ._12-column-grid.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr;
  }

  .hero-image {
    width: 100vw;
    margin-top: 0;
  }

  .accordion-item-icon-container {
    width: auto;
  }

  .testimonials-heading-container {
    width: 80%;
  }

  .split-container {
    flex-direction: column;
  }

  .form-block {
    width: 90%;
  }

  .hero-image-wrapper {
    margin-top: -7vh;
  }

  ._12-column-grid-badges.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr;
  }

  .text-3xl-immerda {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.05rem;
    font-size: 2rem;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    width: 192px;
    height: 54px;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .navbar {
    height: 100px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-5xl {
    letter-spacing: -.075rem;
    font-size: 4rem;
  }

  .text-5xl.primary-text {
    margin-top: 0;
    padding-top: 0;
  }

  .text-large {
    margin-left: 20px;
    font-size: 1.4rem;
  }

  .text-large.grey-500-text {
    margin-top: 0;
    margin-left: 0;
  }

  .section {
    margin-top: 0;
    margin-bottom: 96px;
  }

  .section.hero-section {
    margin-top: -50px;
  }

  .section.grey-background.padding-bt-160 {
    margin-top: 0;
    margin-bottom: 97px;
    padding-top: 175px;
    padding-bottom: .5px;
  }

  .text-3xl {
    clear: none;
    text-align: left;
    letter-spacing: -.025rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 25px;
    text-decoration: none;
    display: block;
    position: static;
  }

  .text-2xl {
    font-size: 1.75rem;
  }

  .text-2xl.margin-bottom-104 {
    letter-spacing: -.05rem;
  }

  .text-2xl.margin-bottom-104.fade-in {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-2xl.margin-top-12 {
    width: 300px;
    margin-top: 25px;
  }

  .text-2xl.margin-top-8 {
    float: none;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-top: -25px;
    margin-bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .text-medium {
    margin-top: -10px;
    font-size: 18px;
  }

  .text-medium.hero-subheading {
    max-width: none;
    margin-top: 0;
  }

  .text-medium.text-grey-600 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .text-medium.text-grey-600.margin-top-48 {
    width: 275px;
    min-width: 275px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .container {
    margin-top: -34px;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-content-container {
    margin-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.testimonials-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    border-radius: 0;
    margin-bottom: 16px;
  }

  .text-xl {
    font-size: 25px;
  }

  .text-xl.margin-bottom-24 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 225px;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 25px;
    display: block;
  }

  .text-xl.margin-bottom-32 {
    margin-top: 15px;
  }

  .text-xl.margin-bottom-56.max-width-80 {
    text-align: center;
    font-size: 25px;
  }

  ._12-column-grid {
    margin-top: 0;
    padding-bottom: 0;
  }

  ._12-column-grid.numbers-grid {
    flex-flow: column;
    margin-top: -100px;
  }

  ._12-column-grid.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  ._12-column-grid.fade-in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(32px, 1fr) 1fr;
    grid-auto-flow: row;
    align-self: auto;
    place-items: end start;
    width: 100%;
    margin-top: -25px;
    margin-left: 0;
  }

  .white-text {
    margin-top: 0;
    font-size: 3rem;
  }

  .hero-text-container {
    min-height: 250px;
    margin-top: 30px;
    padding-bottom: 5vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .graphic-element {
    margin-right: -125px;
    right: 200px;
  }

  .hero-image {
    margin-top: -10px;
  }

  .usp-container.fade-in {
    margin-top: 100px;
    padding-top: 10px;
  }

  .usp-container.fade-in-100ms {
    margin-top: -50px;
  }

  .usp-container.fade-in-200ms {
    margin-top: -50px;
    padding-bottom: 0;
  }

  .icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 10px;
    display: inline-flex;
    position: static;
  }

  .accordion-item-content {
    padding-top: 0;
  }

  .accordion-icon {
    margin-right: 25px;
  }

  .accordion-item-icon-container {
    margin-top: 4px;
  }

  .testimonial-container-background.no-margin-bottom {
    margin-top: -50px;
    padding-top: 96px;
    padding-bottom: 10px;
  }

  .section-heading-content {
    margin-top: -50px;
    margin-left: 20px;
    padding-bottom: 36px;
  }

  .grey-400-text {
    margin-top: 10px;
  }

  .margin-bottom-32 {
    margin-bottom: 0;
  }

  .approach-item-container {
    max-width: none;
  }

  .testimonials-content-container {
    text-align: center;
    margin-top: -25px;
  }

  .testimonials-container-background {
    height: 93%;
  }

  .testimonial-container {
    width: 90%;
    padding: 40px 16px 24px;
    box-shadow: 0 10px 60px #0000001a;
  }

  .testimonial-container.fade-in {
    margin: -75px 0 25px;
  }

  .testimonial-container.fade-in-100ms {
    width: 90%;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .testimonial-container.fade-in-200ms {
    margin-right: 0;
  }

  .client-container {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .client-avatar {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimonials-heading-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .image-container, .split-section-content-container {
    width: 100%;
  }

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

  .email-link.margin-top-24 {
    margin-left: 15px;
  }

  .email-link-icon.large-icon.margin-left-16 {
    clear: none;
  }

  .newsletter-container {
    height: 93%;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .submit-button {
    align-self: stretch;
    margin-left: 0;
  }

  .subfooter {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -25px;
  }

  .subfooter-links {
    margin-bottom: 24px;
  }

  .client-logo-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: 125px;
  }

  .fade-in-partner {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .fade-in-partner-100ms {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .fade-in-partner-200ms {
    margin-left: 0;
    margin-right: 0;
  }

  .preloader {
    overflow: visible;
  }

  .image-2 {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: clip;
  }

  .image-2.margin-bottom-104.fade-in-100ms {
    width: 125px;
    min-width: 100px;
    height: 125px;
    margin-top: -1500px;
    margin-left: 140px;
    display: none;
  }

  .bold-text {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-3 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    text-decoration: underline;
    display: inline-flex;
  }

  .image-4 {
    max-width: 100%;
  }

  .image-5 {
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 125%;
  }

  .image-6 {
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 110%;
  }

  .div-block-3 {
    margin-top: -25px;
    margin-right: 0;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-block-3 {
    padding-bottom: 25px;
  }

  .image-7 {
    min-width: 125px;
    max-width: 125px;
    min-height: 125px;
    max-height: 125px;
  }

  .partner-fade-in, .partner-fade-in-100ms {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partner-fade-in-200ms {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-medium-partner.hero-subheading {
    max-width: none;
  }

  .text-medium-partner.text-grey-partner {
    margin-left: 20px;
  }

  .section-heading-content-leistungen {
    margin-top: -100px;
    margin-left: 20px;
    padding-top: 50px;
  }

  .section-heading-content-anstaz.margin-top-12-ansatz {
    margin-top: 0;
  }

  .section-heading-content-rez.margin-top-12-rez {
    justify-content: flex-start;
    align-items: center;
    margin-top: -75px;
    margin-left: -175px;
    margin-right: 0;
    padding-bottom: 25px;
  }

  .code-embed {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 70px;
    overflow: clip;
  }

  .paragraph-2 {
    float: none;
    clear: none;
    position: static;
  }

  .image-9 {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    height: 125px;
    min-height: 125px;
    max-height: 125px;
    margin-top: 0;
    text-decoration: underline;
  }

  .link-block-2 {
    width: auto;
    height: auto;
  }

  .link-block-3 {
    float: right;
  }

  .hero-text-container-500px {
    width: 275px;
    min-height: 200px;
    margin-top: 30px;
    padding-bottom: 5vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._12-column-grid-badges {
    margin-top: 0;
    padding-bottom: 0;
  }

  ._12-column-grid-badges.numbers-grid {
    flex-flow: column;
    margin-top: -100px;
  }

  ._12-column-grid-badges.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  ._12-column-grid-badges.fade-in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(32px, 1fr) 1fr;
    grid-auto-flow: row;
    align-self: auto;
    place-items: end start;
    width: 100%;
    margin-top: -25px;
    margin-left: 0;
  }

  .text-3xl-immerda {
    float: none;
    clear: none;
    text-align: left;
    letter-spacing: -.025rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 255px;
    min-height: auto;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 25px;
    text-decoration: none;
    display: inline-block;
    position: static;
  }

  .text-medium-immerda {
    margin-top: -10px;
    font-size: 18px;
  }

  .text-medium-immerda.hero-subheading {
    max-width: none;
    margin-top: -60px;
  }

  .text-medium-immerda.text-grey-600 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .text-medium-immerda.text-grey-600.margin-top-48 {
    width: auto;
    min-width: auto;
    max-width: 275px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-right: 0;
    display: inline-block;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-2xl-copy {
    font-size: 1.75rem;
  }

  .text-2xl-copy.margin-bottom-104 {
    letter-spacing: -.05rem;
  }

  .text-2xl-copy.margin-bottom-104.fade-in {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-2xl-copy.margin-top-12 {
    width: 300px;
    margin-top: 25px;
  }

  .text-2xl-copy.margin-top-8 {
    float: none;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-top: -25px;
    margin-bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }
}

#w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-01a641c9 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-ba2c9554-e4d0-f61d-4b8f-37032c11386b-01a641c9 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-01a641c9, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-01a641c9, #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-01a641c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-01a641c9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ec55a685-10db-7041-1beb-454d847cda91-01a641c9 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-d8bcb72b-9fdf-fcec-0290-693d308fb11d-01a641c9 {
  order: 9999;
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-01a641c9, #w-node-_43779d23-d05d-de5d-219f-d55267cad966-01a641c9, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7cc651f-d774-8cca-a42e-87b4bf0a073b-01a641c9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_87298b52-3e72-d89a-d563-23a46255731f-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-d4216d4d-058d-5ba1-08d0-c20abf6572df-01a641c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c0305735-62d5-f6d4-083c-8abb263e626e-01a641c9 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5a-01a641c9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5d-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5f-01a641c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe61-01a641c9 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf3792f-01a641c9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37932-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37934-01a641c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37936-01a641c9 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-01a641c9, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-01a641c9, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-01a641c9, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-01a641c9, #w-node-f06c8e7f-a821-9e22-59d3-8bdb55f8f17d-01a641c9, #w-node-_7c6e8f16-1bea-c60b-c449-412187c113bb-01a641c9, #w-node-_3be23ece-4135-1733-1e07-56274e20060f-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-01a641c9, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-01a641c9, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-01a641c9, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-01a641c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_14ad49fa-aa69-0c82-7305-d49015fe9482-01a641c9, #w-node-_773e085e-6c7b-fc0f-16f6-5dd3596a8a9c-01a641c9, #w-node-_32e0a693-5c7e-0ba3-9738-ef38b164f6e9-01a641c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-01a641c9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-01a641c9 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-01a641c9 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-01a641c9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641cd {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641cd {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641cd {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cf {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641cf {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641cf {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641cf {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_86ef8a65-2cdd-c12e-2455-99360350c73a-01a641d0, #w-node-_1dfae30e-f714-b154-3986-cd87b609ad4a-01a641d0, #w-node-c51aef2a-89a7-8ba8-79d6-e7fc1fbd18bc-01a641d0, #w-node-_4aa2fcd7-0c1f-4eaa-8bfd-0842524234af-01a641d0, #w-node-_01b6033f-6f89-41b7-ba4f-f9e479107d18-01a641d0, #w-node-f46cf22a-c09b-cb25-5b65-2d20b783fc63-01a641d0, #w-node-_17050365-5cc4-f236-8d85-c21bad7c4213-01a641d0, #w-node-ccba1c45-4997-8e62-ec3d-53d1e3486b11-01a641d0, #w-node-_27c4deff-e387-5923-afaf-17ddaf702973-01a641d0, #w-node-_3f53e304-4dc5-f0a9-ae7e-dcd8eaabeb71-01a641d0, #w-node-_44afd88b-bdd3-18b2-fa3c-72d764a30bfa-01a641d0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641d0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641d0 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641d0 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641d0 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641d0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-01a641c9, #w-node-ba2c9554-e4d0-f61d-4b8f-37032c11386b-01a641c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-01a641c9, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-01a641c9, #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-01a641c9 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-01a641c9, #w-node-ec55a685-10db-7041-1beb-454d847cda91-01a641c9, #w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-01a641c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43779d23-d05d-de5d-219f-d55267cad966-01a641c9, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-01a641c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-01a641c9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-01a641c9, #w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-01a641c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-01a641c9, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cd {
    grid-column: span 3 / span 3;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641cd, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641cd, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cd, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cf {
    grid-column: span 3 / span 3;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641cf, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641cf, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cf {
    grid-column: span 3 / span 3;
  }

  #w-node-_86ef8a65-2cdd-c12e-2455-99360350c73a-01a641d0, #w-node-_1dfae30e-f714-b154-3986-cd87b609ad4a-01a641d0, #w-node-c51aef2a-89a7-8ba8-79d6-e7fc1fbd18bc-01a641d0, #w-node-_4aa2fcd7-0c1f-4eaa-8bfd-0842524234af-01a641d0, #w-node-_01b6033f-6f89-41b7-ba4f-f9e479107d18-01a641d0, #w-node-f46cf22a-c09b-cb25-5b65-2d20b783fc63-01a641d0, #w-node-_17050365-5cc4-f236-8d85-c21bad7c4213-01a641d0, #w-node-ccba1c45-4997-8e62-ec3d-53d1e3486b11-01a641d0, #w-node-_27c4deff-e387-5923-afaf-17ddaf702973-01a641d0, #w-node-_3f53e304-4dc5-f0a9-ae7e-dcd8eaabeb71-01a641d0, #w-node-_44afd88b-bdd3-18b2-fa3c-72d764a30bfa-01a641d0 {
    grid-column: span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641d0 {
    grid-column: span 3 / span 3;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-01a641d0, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-01a641d0, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-01a641d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641d0 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-01a641c9, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-01a641c9, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-01a641c9, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-01a641c9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8bcb72b-9fdf-fcec-0290-693d308fb11d-01a641c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-01a641c9, #w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-01a641c9, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-01a641c9, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-01a641c9, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-01a641c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-f06c8e7f-a821-9e22-59d3-8bdb55f8f17d-01a641c9, #w-node-_7c6e8f16-1bea-c60b-c449-412187c113bb-01a641c9 {
    place-self: auto center;
  }

  #w-node-_3be23ece-4135-1733-1e07-56274e20060f-01a641c9 {
    justify-self: center;
  }

  #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-01a641c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-01a641c9, #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-01a641c9, #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-01a641c9, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cd, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cd, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641cf, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641cf, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-01a641d0, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-01a641d0 {
    grid-column: span 1 / span 1;
  }
}


