:root {
  --white: white;
  --neutral-900: #202123;
  --primary-500: #d82433;
  --neutral-300: #eff0f1;
  --neutral-200: #f3f4f5;
  --neutral-100: #f8f8f8;
  --neutral-500: #c5ced6;
  --neutral-400: #e8e9ea;
  --neutral-700: #6d757a;
  --neutral-800: #404649;
  --neutral-600: #929ba3;
  --neutral-50-501: #f5f6fa;
  --primary-900: #7f042c;
  --primary-800: #990a2f;
  --primary-700: #b3102e;
  --primary-600: #c8152d;
  --primary-400: #e63c48;
  --primary-300: #f0626a;
  --primary-200: #f4777e;
  --primary-100: #f98d95;
  --primary-50-501: #fee0e2;
}

body {
  background-color: var(--white);
  color: var(--neutral-900);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  min-width: 0;
  color: var(--neutral-900);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary-500);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.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;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar.secondary-navbar {
  border-bottom-width: 0;
}

.navbar.secondary-navbar.background-neutral-100 {
  background-color: var(--neutral-200);
}

.nav-link {
  color: #fff;
  padding: 0 1rem;
  font-size: 1rem;
  transition: color .2s;
}

.nav-link:hover {
  color: #d82433;
}

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

.nav-link.white-navbar-navlink {
  color: var(--neutral-900);
  transition-property: all;
}

.nav-link.white-navbar-navlink:hover {
  color: var(--primary-500);
}

.nav-link.secondary-navlink.desktop-hidden {
  display: none;
}

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

.menu-button {
  display: none;
}

.section {
  min-height: 32px;
  margin-bottom: 12.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.styleguide-section {
  padding-bottom: 80px;
}

.section.styleguide-section.bg-black {
  background-color: #000;
}

.section.styleguide-section.bg-black.pt-28 {
  padding-top: 7rem;
}

.section.mb-0 {
  margin-bottom: 0;
}

.section.split-section, .section.cta-section {
  margin-top: 20rem;
}

.section.hero-section {
  margin-bottom: 10rem;
  padding-top: 7.5rem;
}

.section.job-hero-section {
  margin-bottom: 7.5rem;
  padding-top: 7.5rem;
}

.section.subpage-hero-section {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 5rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.slider-section {
  background-color: var(--primary-500);
  color: var(--white);
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.section.image-hero-section {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 12.5rem;
  padding-top: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.neutral-100-section {
  background-color: var(--neutral-100);
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.split-section, .section.cta-section {
  margin-top: 20rem;
}

.container {
  width: 100%;
  max-width: 1580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6rem;
  position: static;
}

.underline {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.underline.styleguide-bottom-divider {
  margin-top: 80px;
}

.underline.underline-hover {
  background-color: #fff;
  margin-top: -1px;
}

.nav-link-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 1.5rem;
  padding: .75rem 2.5rem .75rem 2rem;
  font-size: .9375rem;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: static;
}

.nav-link-button:hover {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
  color: var(--white);
}

.nav-link-button.white-navbar-nav-link-button {
  border-color: var(--neutral-400);
  color: var(--neutral-900);
}

.nav-link-button.white-navbar-nav-link-button:hover {
  border-color: var(--primary-500);
  color: var(--neutral-300);
}

.nav-link-button.white-navbar-nav-link-button.w--current {
  border-color: var(--neutral-400);
  color: var(--primary-500);
}

.nav-link-button.white-navbar-nav-link-button.w--current:hover {
  color: var(--white);
}

.section-heading-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  display: block;
}

.hero-content-container {
  pointer-events: none;
  width: 100%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: calc(85vh - 12rem);
  padding: 0 15vh 0;
  display: flex;
  position: relative;
}

.hero-content-container.subpage-fullheight-hero-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  height: 65vh;
  min-height: calc(85vh - 12rem);
  padding-top: 17rem;
  overflow: clip;
}

.hero-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-content: end;
  align-items: end;
  width: 100%;
}

.hero-box-container {
  background-color: #d82433;
  padding: 4rem 2.5rem;
}

.hero-box-container.py-20 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-links-container {
  border-top: 1px solid #fff3;
  margin-top: 2.5rem;
  padding-top: 0;
}

.hero-link {
  color: var(--white);
  cursor: pointer;
  border-bottom: 0 solid #fff3;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.hero-link:hover {
  color: var(--white);
}

.scroll-down-container {
  width: 15vh;
  height: 15vh;
  color: var(--white);
  text-align: left;
  cursor: pointer;
  background-color: #d82433;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.scroll-down-container:hover {
  color: var(--white);
}

.hero-subtitle {
  width: 240px;
  max-width: 240px;
  margin-bottom: 0;
  line-height: 150%;
}

.prenav-container {
  background-color: #ffffff26;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  padding: 0 64px;
  display: flex;
}

.secondary-navlink {
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  transition: color .2s;
}

.secondary-navlink:hover {
  color: #d82433;
}

.secondary-navlink.w--current {
  color: var(--primary-500);
}

.secondary-navlink.last-navlink {
  padding-right: 0;
}

.link-arrow {
  height: 1.6875rem;
}

.hero-link-container {
  position: relative;
}

.play-button {
  transform-origin: 50%;
  width: 64px;
  height: 64px;
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  background-color: #fff3;
}

.preloader {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader.active {
  display: flex;
}

.preloader-logo-container {
  position: relative;
}

.preloader-logo {
  max-width: 72px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-lg.text-neutral-800.line-height-xl {
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xl.mb-1 {
  margin-bottom: .25rem;
}

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

.text-2xl.font-medium {
  letter-spacing: -.02em;
  letter-spacing: -.02em;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.text-primary-500 {
  color: var(--primary-500);
}

.font-extended {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.font-extended.font-semibold {
  font-weight: 600;
}

.navbar-wrapper {
  z-index: 20;
  width: 100%;
  position: absolute;
}

.navbar-wrapper.white-navbar {
  border-bottom: 1px solid var(--neutral-300);
  position: relative;
}

.navbar-container {
  width: 100%;
  color: var(--white);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4rem;
  display: flex;
  position: relative;
}

.menu-content-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.brand, .brand:hover {
  color: var(--white);
}

.brand.scroll-brand {
  margin-left: 19px;
  display: block;
  position: static;
  top: 19px;
  left: 0;
}

.brand.white-navar, .brand.white-navar.w--current {
  color: var(--neutral-900);
}

.logo {
  height: 19px;
  color: var(--white);
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  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;
  display: grid;
  position: relative;
}

._12-column-grid.row-gap-xl {
  grid-row-gap: 5.5rem;
}

.footer {
  background-color: #0000;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

.footer-link {
  display: block;
}

.mb-2 {
  margin-bottom: .5rem;
}

.text-neutral-800 {
  color: var(--neutral-800);
}

.subfooter {
  grid-column-gap: 40px;
  margin-top: 7.5rem;
  display: flex;
}

.subfooter-links-container {
  grid-column-gap: 80px;
  align-self: flex-end;
  width: 58.333%;
  display: flex;
}

.subfooter-copyright-container {
  width: 41.666%;
}

.mb-8 {
  margin-bottom: 2rem;
}

.cta-container {
  background-color: var(--primary-500);
  width: 100%;
  color: var(--white);
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cta-image-container {
  z-index: 1;
  clear: none;
  object-fit: contain;
  width: 49vw;
  margin-top: -7.5rem;
  margin-bottom: 7.5rem;
  position: relative;
  top: 0;
  right: 0;
}

.cta-white-bg {
  background-color: var(--white);
  width: 29vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cta-content-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 7.5rem 0 7.5rem 6rem;
  padding-right: 8rem;
  display: flex;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.cta-linkblock {
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid #fff3;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.cta-linkblock:hover {
  color: #ffffff80;
}

.cta-links-container {
  border-top: 1px solid #fff3;
}

.cta-icon {
  height: 1.5rem;
  margin-right: 1.25rem;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb-4 {
  margin-bottom: 1rem;
}

.cta-graphic-element {
  width: 20.05vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mb-12 {
  margin-bottom: 3rem;
}

.max-width-85 {
  max-width: 85%;
}

.text-neutral-700 {
  color: var(--neutral-700);
}

.hero-heading {
  letter-spacing: -.2vw;
  margin-bottom: 5rem;
  font-size: 4vw;
}

.hero-heading.font-extended.font-semibold {
  font-size: 4vw;
}

.tracking-tight {
  letter-spacing: -.025rem;
}

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

.mb-30 {
  margin-bottom: 7.5rem;
}

.section-heading-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.section-heading-content-container.center-text {
  text-align: center;
  text-align: center;
}

.button {
  border: 1px solid var(--neutral-400);
  color: var(--primary-500);
  background-color: #0000;
  padding: .75rem 2.5rem;
  font-size: .9375rem;
  transition-property: all;
}

.button:hover {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
  color: var(--white);
}

.button.mt-20 {
  margin-top: 5rem;
}

.button.underline-button {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  font-size: 1rem;
  transition-duration: .2s;
}

.button.underline-button:hover {
  color: var(--primary-500);
  text-align: center;
  background-color: #0000;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-thumbnail-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.product-thumbnail-content-container {
  border-top: 0px solid var(--neutral-400);
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  padding-top: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.product-thumbnail-overlay {
  background-image: linear-gradient(#0000, #0003);
  display: block;
  position: absolute;
  inset: 0;
}

.product-container {
  cursor: pointer;
  width: 100%;
  transition: all .2s;
}

.product-container:hover {
  color: var(--primary-500);
}

.product-title-container {
  border-top: 1px solid var(--neutral-400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  color: var(--neutral-700);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-grid-logo-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 2rem 3vw;
  display: flex;
}

.business-area-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business-area-title-container {
  border-top: 0px solid var(--neutral-400);
  border-bottom: 0px solid var(--neutral-400);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.business-area-content-container {
  border-top: 1px solid var(--neutral-400);
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.business-area-container {
  cursor: pointer;
  transition: all .2s;
}

.business-area-container:hover {
  color: var(--primary-500);
}

.business-area-thumbnail-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.split-section-inner-container {
  background-color: var(--neutral-100);
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.split-section-image-wrapper {
  color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/620a545bd299e24f843da2b6/655713156baf5fbb82183a15_Untitled_1.3.1.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
  position: relative;
}

.split-section-content-wrapper {
  flex: 0 auto;
  width: 58.33%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.mt-10 {
  margin-top: 2.5rem;
}

.reverse-split-section-container {
  color: var(--neutral-900);
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.reverse-split-section-image-container {
  z-index: 1;
  clear: none;
  object-fit: contain;
  flex: 0 auto;
  order: 1;
  width: 58.33%;
  margin-top: -7.5rem;
  margin-bottom: 7.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.reverse-split-section-content-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 15% 2rem 40%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reverse-split-section-graphic-element {
  border: 0 solid red;
  width: 28.5%;
  height: auto;
  margin-bottom: -1px;
  margin-left: -2px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.cta-inner-content-container {
  max-width: 520px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.home-background-video {
  width: 100vw;
  height: 85vh;
  min-height: 552px;
  display: block;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -8px;
    font-size: 18vw;
  }

  .navbar {
    border-style: solid;
    border-width: 0;
    border-color: black black var(--neutral-300);
    position: absolute;
  }

  .navbar.secondary-navbar {
    display: none;
  }

  .nav-link {
    color: var(--neutral-900);
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .nav-link.secondary-navlink {
    padding-top: 8px;
  }

  .nav-link.secondary-navlink.desktop-hidden {
    align-self: center;
    display: block;
  }

  .prenav-menu-container {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 28px 0 0;
    position: relative;
    top: 0;
  }

  .menu-button {
    z-index: 3;
    border: 1px solid var(--neutral-300);
    background-color: var(--white);
    border-radius: 100vw;
    padding: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    z-index: 3;
    color: var(--neutral-900);
    background-color: #0000;
  }

  .section.split-section, .section.cta-section.mb-0 {
    margin-top: 0;
  }

  .section.image-hero-section {
    height: 100vh;
    margin-top: 0;
    position: relative;
  }

  .section.split-section, .section.cta-section.mb-0, .section.cta-section.mb-0 {
    margin-top: 0;
  }

  .section.subpage-hero-section {
    height: 80vh;
    margin-top: 0;
    position: relative;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .underline {
    display: block;
  }

  .underline.underline-hover {
    display: none;
  }

  .nav-link-button {
    float: left;
    grid-column-gap: 0rem;
    border-color: var(--neutral-500);
    color: var(--neutral-900);
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    left: 0;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .background-video {
    height: 100%;
    overflow: visible;
  }

  .hero-content-container {
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    bottom: 0;
  }

  .hero-content-container.subpage-fullheight-hero-content-container {
    height: 80vh;
  }

  .hero-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .hero-box-container {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
    padding: 2rem 3rem;
    position: relative;
    bottom: 0;
  }

  .hero-links-container {
    grid-column-gap: 5rem;
    border-top-width: 1px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.5rem;
    display: flex;
  }

  .scroll-down-container {
    width: 10vh;
    height: 10vh;
    color: var(--neutral-700);
    background-color: #0000;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 3rem;
  }

  .hero-subtitle {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .prenav-container {
    padding: 14px 32px;
    display: block;
  }

  .link-arrow {
    margin-left: .5rem;
  }

  .scroll-down-arrow {
    max-width: 1.5rem;
  }

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

  .text-8xl {
    font-size: 4.8rem;
  }

  .text-9xl {
    font-size: 6.4rem;
  }

  .navbar-wrapper {
    position: absolute;
    top: auto;
  }

  .navbar-container {
    z-index: 5;
    grid-row-gap: 1.5rem;
    background-color: var(--white);
    width: 100%;
    color: var(--neutral-900);
    border-bottom: 0 solid #000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .menu-content-container {
    background-color: var(--white);
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 6.6rem 2rem 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .nav-menu-2 {
    border-top: 1px solid var(--neutral-300);
    background-color: var(--white);
    flex-flow: column;
    flex: none;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 2rem 0;
    display: flex;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .primary-menu-container {
    z-index: 99999999;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .secondary-menu-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
  }

  .brand {
    z-index: 2;
    color: var(--neutral-900);
  }

  .brand.scroll-brand {
    display: none;
  }

  .logo {
    height: 19px;
    color: var(--neutral-900);
  }

  .logo:hover {
    color: var(--neutral-900);
  }

  .hamburger-icon {
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex;
  }

  .hamburger-square {
    background-color: var(--neutral-700);
    width: .375rem;
    height: .375rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-row {
    grid-column-gap: .25rem;
    display: flex;
  }

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

  ._12-column-grid.row-gap-lg, ._12-column-grid.row-gap-xl, ._12-column-grid.row-gap-lg, ._12-column-grid.row-gap-xl {
    grid-row-gap: 80px;
  }

  .subfooter-links-container {
    flex-direction: row;
  }

  .subfooter-copyright-container {
    align-self: flex-end;
  }

  .cta-image-container {
    width: 50%;
    margin-top: 0;
  }

  .cta-content-container {
    margin-left: 3rem;
    padding-right: 3rem;
  }

  .cta-graphic-element {
    width: 21vw;
  }

  .hero-heading {
    margin-bottom: 5rem;
    font-size: 8vw;
  }

  .hero-heading.font-extended.font-semibold {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-logo-container {
    padding: 2rem 6rem;
  }

  .business-area-grid {
    grid-template-columns: 1fr;
  }

  .split-section-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .split-section-image-container {
    width: 80%;
    margin-top: -7.5rem;
    margin-bottom: 0;
    position: relative;
  }

  .split-section-content-container {
    padding: 7.5rem 5rem 12.5rem;
    position: relative;
  }

  .split-section-inner-container {
    padding-top: 0%;
  }

  .split-section-content-wrapper {
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .split-section-graphic-element {
    width: auto;
    height: 7.5rem;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    inset: 0 auto auto 0;
  }

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

  .reverse-split-section-image-container {
    width: 80%;
    margin-top: -7.5rem;
    margin-bottom: 0;
    position: relative;
  }

  .reverse-split-section-content-container {
    margin-left: 0;
    padding: 7.5rem 5rem 12.5rem;
    position: relative;
  }

  .reverse-split-section-graphic-element {
    width: auto;
    height: 7.5rem;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    top: 0;
    bottom: auto;
  }

  .splide.slider1 {
    width: 100%;
    margin-left: 0;
  }

  .splide__slide {
    width: 75%;
  }

  .product-text-container {
    max-width: none;
  }

  .product-text-container.mb-10 {
    max-width: 90%;
  }

  .background-image, .hero-image-overlay {
    height: 100%;
  }

  .specifications-box.sticky-container {
    margin-right: 0;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs {
    display: block;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 5rem;
    bottom: auto;
  }

  .tab {
    border-bottom: 1px solid var(--neutral-400);
    text-align: center;
    border-left-width: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tab.w--current {
    border-bottom-width: 2px;
    border-bottom-color: var(--primary-500);
  }

  .subpage-hero-content-container {
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    bottom: 0;
  }

  .about-background-video {
    height: 100%;
    overflow: visible;
  }

  .numbers-container {
    max-width: none;
  }

  .subpage-hero-image-container {
    height: 70vh;
    overflow: visible;
  }

  .hero-background-image {
    object-fit: cover;
    height: 100%;
  }

  .splide__pagination__page {
    transition: opacity .35s;
  }

  .team-members-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-background-image-wrapper, .background-video-wrapper {
    height: 70vh;
  }

  .button-icon {
    margin-right: .75rem;
  }

  .contact-image {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .home-background-video {
    height: 100%;
    overflow: visible;
  }

  .video-embed-2, .video-embed-3 {
    z-index: 1;
  }

  .menu-navigation {
    z-index: 99999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -3px;
    font-size: 14vw;
  }

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

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

  .section {
    margin-bottom: 7.5rem;
  }

  .section.image-hero-section {
    height: auto;
  }

  .section.mb-0 {
    margin-bottom: 0;
  }

  .section.subpage-hero-section {
    height: auto;
    margin-top: 102px;
    margin-bottom: 7.5rem;
  }

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

  .section-heading-container {
    margin-bottom: 5rem;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .background-video {
    position: static;
  }

  .hero-content-container {
    height: auto;
    color: var(--neutral-900);
    position: static;
  }

  .hero-content-container.subpage-fullheight-hero-content-container {
    height: auto;
    padding-top: 2rem;
  }

  .hero-box-container.py-20 {
    width: 100%;
    color: var(--white);
    width: 100%;
  }

  .scroll-down-container {
    display: none;
  }

  .hero-subtitle {
    color: var(--neutral-700);
  }

  .play-button {
    border-color: var(--neutral-500);
    color: var(--neutral-800);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .play-button.product-play-button {
    margin-bottom: 0;
  }

  .text-7xl {
    font-size: 4rem;
  }

  .text-8xl {
    font-size: 4.5rem;
  }

  .text-9xl {
    font-size: 5rem;
  }

  .navbar-wrapper {
    top: 0;
  }

  .nav-menu-2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._12-column-grid {
    grid-template-columns: 1fr;
  }

  .footer-link.mb-2.text-neutral-800 {
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    align-self: flex-start;
  }

  .subfooter {
    grid-column-gap: 16px;
    justify-content: space-between;
    width: 100%;
  }

  .subfooter-links-container {
    grid-column-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
  }

  .subfooter-copyright-container {
    text-align: right;
    order: 1;
    align-self: flex-end;
  }

  .cta-container {
    flex-direction: column;
    padding-top: 7.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-image-container {
    width: 95%;
    margin-bottom: 0;
    margin-left: -2.5rem;
    left: 0;
  }

  .cta-white-bg {
    width: auto;
    height: 5rem;
    position: absolute;
    top: auto;
    left: 2.5rem;
    right: 0;
  }

  .cta-content-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-heading.font-extended.font-semibold {
    margin-top: 2rem;
    font-size: 9vw;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid-logo-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .business-area-grid {
    grid-template-columns: 1fr;
  }

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

  .split-section-image-container {
    width: 80%;
    margin-bottom: 0;
    margin-left: -2.5rem;
    left: 0;
  }

  .split-section-content-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .split-section-inner-container {
    padding-top: 0%;
    position: static;
  }

  .split-section-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .reverse-split-section-container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .reverse-split-section-image-container {
    width: 80%;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: 0;
  }

  .reverse-split-section-content-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    position: static;
  }

  .splide__slide {
    width: 75%;
  }

  .breadcrumb.text-white {
    top: -6rem;
  }

  .product-text-container.mb-10 {
    max-width: none;
  }

  .product-specifications-box {
    width: 100%;
  }

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

  .hero-image-overlay {
    height: 100%;
  }

  .specifications-box.sticky-container {
    margin-right: 0;
  }

  .job-tags-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .job-tag {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .subpage-hero-content-container {
    height: auto;
    min-height: auto;
    color: var(--white);
    margin-top: -208px;
    padding-top: 0;
    position: relative;
  }

  .subpage-hero-content-container.about-hero-content-container {
    color: var(--neutral-900);
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .subpage-hero-content-container.news-hero-content-container {
    color: var(--neutral-900);
    margin-top: 0;
    padding-top: 64px;
  }

  .about-background-video {
    position: static;
  }

  .numbers-container {
    max-width: 50%;
  }

  .subpage-hero-image-container {
    height: auto;
    position: relative;
  }

  .slider_img {
    margin-bottom: 2rem;
    padding-top: 66%;
    position: relative;
    overflow: hidden;
  }

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

  .filters-container {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .product-background-image-wrapper {
    height: auto;
  }

  .background-video-wrapper {
    height: 289px;
    padding-top: 0%;
    position: relative;
  }

  .home-background-video {
    height: auto;
    margin-top: 102px;
    padding-top: 56.25%;
    display: block;
    position: relative;
  }
}

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

  h2 {
    letter-spacing: -1px;
    font-size: 20px;
  }

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

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

  .section.hero-section, .section.job-hero-section {
    margin-bottom: 7.5rem;
  }

  .section.split-section {
    margin-top: 0;
  }

  .section.hero-section, .section.job-hero-section {
    margin-bottom: 7.5rem;
  }

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

  .nav-link-button {
    display: flex;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

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

  .hero-grid {
    grid-row-gap: 24px;
  }

  .hero-box-container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-box-container.py-20 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .scroll-down-container {
    display: none;
  }

  .hero-subtitle {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

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

  .secondary-navlink {
    padding-left: 0;
    padding-right: 0;
  }

  .play-button.about-play-button {
    margin-bottom: 1.5rem;
  }

  .text-lg {
    white-space: normal;
  }

  .text-2xl.text-neutral-800.phone-text-xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .text-3xl.font-medium.tracking-tight.phone-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-3xl.font-medium.phone-text-2xl {
    font-size: 1.5rem;
  }

  .text-5xl {
    font-size: 2.25rem;
  }

  .text-5xl.font-extended.font-semibold.phone-text-3xl {
    font-size: 1.8755rem;
  }

  .text-5xl.font-extended.font-semibold.intro-text {
    font-size: 1.7rem;
  }

  .text-6xl {
    font-size: 2.75rem;
  }

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

  .text-8xl {
    font-size: 3.25rem;
  }

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

  .font-extended.font-semibold.text-5xl.text-primary-500.mb-10.phone-text-2xl {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

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

  .nav-menu-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .subfooter {
    flex-direction: column;
    align-items: flex-start;
  }

  .subfooter-links-container {
    align-self: flex-start;
  }

  .subfooter-copyright-container {
    align-self: flex-start;
    width: 100%;
    margin-top: 2rem;
  }

  .cta-image-container {
    width: 116%;
  }

  .cta-graphic-element {
    margin-bottom: -1px;
  }

  .max-width-85.no-max-width-mobile {
    max-width: none;
  }

  .hero-heading.font-extended.font-semibold {
    margin-top: 0;
    font-size: 10vw;
  }

  .button.underline-button {
    border-width: 1px;
    margin-top: 2rem;
  }

  .button.underline-button:hover {
    background-color: var(--primary-500);
    color: var(--white);
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .product-thumbnail-content-container {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
  }

  .product-title-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-grid {
    grid-row-gap: 40px;
  }

  .logo-grid-logo-container {
    padding: 1rem;
  }

  .business-area-grid {
    grid-template-columns: 1fr;
  }

  .business-area-title-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .split-section-image-container {
    width: 100%;
    margin-top: -5rem;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .split-section-content-container {
    padding: 4rem 1.5rem 9rem;
  }

  .split-section-graphic-element {
    height: 5rem;
  }

  .reverse-split-section-image-container {
    width: 100%;
    margin-top: -5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .reverse-split-section-content-container {
    padding: 4rem 1.5rem 9rem;
  }

  .reverse-split-section-graphic-element {
    height: 5rem;
    margin-right: -1px;
  }

  .splide__slide {
    width: 90%;
  }

  .product-text-container {
    max-width: none;
  }

  .product-specifications-box {
    padding: 1.5rem;
  }

  .image-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .specifications-box {
    padding: 1.5rem;
  }

  .specifications-box.sticky-container {
    margin-right: 0;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

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

  .news-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero-content-container {
    margin-top: -181px;
    padding-top: 64px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subpage-hero-content-container.about-hero-content-container {
    color: var(--neutral-900);
    margin-top: 0;
  }

  .numbers-container {
    max-width: none;
  }

  .splide__pagination {
    display: none;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
  }

  .cms-rich-text h2 {
    font-size: 2rem;
  }

  .background-video-wrapper {
    height: auto;
    padding-top: 56.25%;
  }
}

#w-node-_78f5cfe0-70f9-f16d-7562-8d0cbe4f342d-1f483fb8 {
  grid-area: 2 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_78f5cfe0-70f9-f16d-7562-8d0cbe4f342f-1f483fb8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_592a7199-daaf-068c-02d6-caf03d088b2f-1f483fb8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_3c68b41c-a0a0-2bcb-d307-d3f7bfd480e7-1f483fb8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f4f785d0-70a8-efd4-e535-83aea3678d7b-1f483fb8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ac331f9b-44cb-3075-1abf-6e1fa378aae2-1f483fb8, #w-node-_423a3244-b82e-aa30-eadb-5a0f80ebaa46-1f483fb8, #w-node-_2f3fb500-8e6c-50e8-8039-15a6b8fd20e1-1f483fb8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ea-1f483fb8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ef-1f483fb8 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: start end;
}

#w-node-ce16ae7e-5e16-7797-2e73-82bbfec52e9a-1f483fb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d28b202b-3ab2-ca35-7bfb-87878a751a39-1f483fb8 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-ad697383-ba1a-9ae7-37f6-1a03d01b6456-1f483fb8, #w-node-_04bc7eb3-1509-67d4-7534-6e666daaa605-1f483fb8, #w-node-_7f619acc-04f8-918e-3df2-3ffbb56b8605-1f483fb8, #w-node-ae824fb9-b868-6f7a-0255-c4142e1cb2e1-1f483fb8, #w-node-_732394f6-8068-dd2e-7bad-d589e6ce851c-1f483fb8, #w-node-ed3507b7-764d-a46c-c096-611a914a7c4d-1f483fb8, #w-node-df8bba1c-0c5d-7e0e-4f2a-cdb549b96549-1f483fb8, #w-node-af397f9e-164c-071b-eeaa-72fa08c44d2b-1f483fb8, #w-node-c0dbfde6-4945-7536-d8a3-70502e1304ab-1f483fb8, #w-node-c47e7038-d1fe-d375-fe53-a570c29aaaea-1f483fb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dfedc32-cdc7-e6fd-205e-0031cc298e9e-1f483fb8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_28aee937-9922-7f8a-43e2-78891389939d-1f483fb8, #w-node-_88853936-1e62-8605-bc1a-90a134113111-3411310e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88853936-1e62-8605-bc1a-90a134113112-3411310e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_88853936-1e62-8605-bc1a-90a134113114-3411310e {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-_88853936-1e62-8605-bc1a-90a13411311d-3411310e {
  grid-area: 2 / 8 / 3 / 10;
}

#w-node-_88853936-1e62-8605-bc1a-90a134113124-3411310e {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_88853936-1e62-8605-bc1a-90a13411312d-3411310e {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_88853936-1e62-8605-bc1a-90a13411312f-3411310e {
  grid-area: 3 / 1 / 4 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_78f5cfe0-70f9-f16d-7562-8d0cbe4f342d-1f483fb8, #w-node-_592a7199-daaf-068c-02d6-caf03d088b2f-1f483fb8, #w-node-_3c68b41c-a0a0-2bcb-d307-d3f7bfd480e7-1f483fb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4f785d0-70a8-efd4-e535-83aea3678d7b-1f483fb8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ac331f9b-44cb-3075-1abf-6e1fa378aae2-1f483fb8, #w-node-_423a3244-b82e-aa30-eadb-5a0f80ebaa46-1f483fb8, #w-node-_2f3fb500-8e6c-50e8-8039-15a6b8fd20e1-1f483fb8 {
    grid-column: span 2 / span 2;
  }

  #w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ea-1f483fb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ef-1f483fb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d28b202b-3ab2-ca35-7bfb-87878a751a39-1f483fb8, #w-node-_5dfedc32-cdc7-e6fd-205e-0031cc298e9e-1f483fb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_88853936-1e62-8605-bc1a-90a134113112-3411310e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_88853936-1e62-8605-bc1a-90a134113114-3411310e, #w-node-_88853936-1e62-8605-bc1a-90a13411311d-3411310e, #w-node-_88853936-1e62-8605-bc1a-90a134113124-3411310e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88853936-1e62-8605-bc1a-90a13411312d-3411310e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_88853936-1e62-8605-bc1a-90a13411312f-3411310e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4f785d0-70a8-efd4-e535-83aea3678d7b-1f483fb8 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac331f9b-44cb-3075-1abf-6e1fa378aae2-1f483fb8, #w-node-_423a3244-b82e-aa30-eadb-5a0f80ebaa46-1f483fb8, #w-node-_2f3fb500-8e6c-50e8-8039-15a6b8fd20e1-1f483fb8 {
    grid-column: span 2 / span 2;
  }

  #w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ea-1f483fb8, #w-node-faf45458-d35f-8d74-35b9-5cf93a8b11ef-1f483fb8, #w-node-d28b202b-3ab2-ca35-7bfb-87878a751a39-1f483fb8, #w-node-_5dfedc32-cdc7-e6fd-205e-0031cc298e9e-1f483fb8, #w-node-_88853936-1e62-8605-bc1a-90a134113112-3411310e {
    grid-column: span 1 / span 1;
  }

  #w-node-_88853936-1e62-8605-bc1a-90a13411312d-3411310e {
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac331f9b-44cb-3075-1abf-6e1fa378aae2-1f483fb8, #w-node-_423a3244-b82e-aa30-eadb-5a0f80ebaa46-1f483fb8, #w-node-_2f3fb500-8e6c-50e8-8039-15a6b8fd20e1-1f483fb8 {
    grid-column: span 1 / span 1;
  }
}
