:root {
  --colors--neutral-200: #fafafa;
  --secondary: Geist, sans-serif;
  --primary: Geist, sans-serif;
  --colors--celadon-grey: #16161b;
  --colors--neutral-300: #e0e0e0;
  --colors--white: white;
  --colors--black: black;
  --colors--neutral-400: #bfbfbf;
  --colors--neutral-500: #29292b;
  --colors--dark-blue: #010517;
  --colors--celadon-purple: #662d91;
  --colors--sand: #efe8e3;
  --colors--grey: #ededed;
  --colors--blush: #d5bdbc;
  --colors--blue: #b1c3cd;
  --colors--blond: #f8eacd;
  --font-size--5xl: 3.5rem;
  --font-size--4xl: 3rem;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>: #9ed8f3;
  --font-size--xl: 1.5rem;
  --font-size--large: 1.25rem;
  --font-size--base: 1rem;
  --site-padding--desktop: 2em;
  --site-padding--tablet: 1rem;
  --site-padding--mobile: 1rem;
  --corners--medium: .5rem;
  --frosted-background: #ffffff1c;
  --fluid-font-size--4xl: 3.2vw;
  --font-size--xs: 1rem;
  --fluid-font-size--xs: 1.1vw;
  --font-size--7xl: 5rem;
  --font-size--6xl: 6rem;
  --corners--small: .25rem;
  --neutral-800: #696969;
  --fluid-font-size--base: 1.2vw;
  --mono: "PT Mono", sans-serif;
  --font-size--small: .9rem;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--large: 1.6vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--5xl: 3.733vw;
  --fluid-font-size--6xl: 4.267vw;
  --fluid-font-size--7xl: 5.333vw;
  --fluid-font-size--8xl: 9.333vw;
  --corners--large: .75rem;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--colors--neutral-200);
  font-family: var(--secondary);
  letter-spacing: -.05em;
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  overscroll-behavior: none;
}

h1 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

p {
  line-height: 1.35;
}

a {
  color: var(--colors--celadon-grey);
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

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

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 3rem;
}

.info-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.info-page-content.max-width {
  max-width: 70ch;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff2b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-heading-wrapper {
  max-width: 60ch;
  margin-bottom: 5rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swatch {
  border: 1px solid var(--colors--neutral-300);
}

.swatch.white {
  background-color: var(--colors--white);
}

.swatch.black {
  border-color: var(--colors--neutral-300);
  background-color: var(--colors--black);
}

.swatch.neutral-200 {
  background-color: var(--colors--neutral-200);
}

.swatch.neutral-300 {
  background-color: var(--colors--neutral-300);
}

.swatch.neutral-400 {
  background-color: var(--colors--neutral-400);
}

.swatch.neutral-500 {
  background-color: var(--colors--neutral-500);
}

.swatch.neutral-600 {
  background-color: var(--colors--celadon-grey);
}

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

.swatch.teal {
  background-color: var(--colors--celadon-purple);
}

.swatch.sand {
  background-color: var(--colors--sand);
}

.swatch.grey {
  background-color: var(--colors--grey);
}

.swatch.blush {
  background-color: var(--colors--blush);
}

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

.swatch.blond {
  background-color: var(--colors--blond);
}

.rich-text {
  font-weight: 400;
}

.rich-text h1 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 3rem;
}

.rich-text h2 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 3px;
  border-left-color: var(--colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>);
}

.rich-text h4 {
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  margin-bottom: 1rem;
}

.rich-text h5 {
  font-family: var(--primary);
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 3rem;
}

.rich-text h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  background-color: var(--colors--dark-blue);
  border-radius: 80rem;
  padding: .75em 1.25em;
  transition: opacity .2s;
}

.form-submit-button:hover {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.container {
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.typography-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.style-guide-label {
  background-color: var(--colors--neutral-300);
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

.margin-bottom {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.medium {
  margin-bottom: 2rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  padding: 2em;
  display: flex;
  position: relative;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: .25rem;
}

.form-input {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1.5px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: var(--colors--neutral-400);
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border-left-style: none;
  border-left-width: 1px;
  margin-bottom: 2rem;
  padding: 1em 0 1.5rem;
}

.form-input:focus {
  color: var(--colors--celadon-grey);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-bottom-color: var(--colors--neutral-500);
  color: var(--colors--celadon-grey);
}

.form-input::placeholder {
  color: var(--colors--neutral-500);
  -webkit-text-stroke-color: var(--colors--black);
}

.page-wrapper {
  overflow: clip;
}

.section {
  letter-spacing: -.01em;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.hero {
  height: 760px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.extra-small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.relative {
  position: relative;
}

.section.no-padding-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section.header {
  height: 50svh;
  padding-top: 12em;
  padding-bottom: 1.5em;
  position: relative;
}

.section.about {
  height: 70svh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: var(--colors--grey);
}

.section.values {
  background-color: var(--colors--grey);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.artcile-intro {
  padding-top: 12em;
  padding-bottom: 0;
}

.section.contact, .section.team-header {
  padding-top: 12em;
  padding-bottom: 5em;
}

.color-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-heading {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.035em;
}

.display-xs {
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.4;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

._50-ch-max {
  max-width: 50ch;
}

.block-quote {
  border-left-width: 2px;
}

.display-8xl {
  letter-spacing: -.05em;
  line-height: .9;
  font-size: clamp(var(--font-size--8xl), var(--fluid-font-size--8xl), var(--fluid-font-size--8xl));
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--colors--celadon-purple);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: opacity .3s;
}

.display-xl {
  font-weight: 500;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
}

.form-block {
  width: 100%;
  max-width: 720px;
}

.form-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.margin-top.large {
  margin-top: 4rem;
}

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
}

.font-link {
  text-decoration: underline;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-top {
  font-size: clamp(var(--font-size--6xl), var(--font-size--6xl), var(--font-size--6xl));
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.hero-headline-text {
  letter-spacing: 0;
  max-width: 1070px;
  height: 100%;
  margin-top: auto;
  margin-bottom: 48px;
  overflow: visible;
}

.hero-bottom {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-content {
  color: var(--colors--white);
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

._12-column-grid.hero {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}

._12-column-grid.center-align {
  place-items: center stretch;
}

._12-column-grid.card-grid {
  width: 80%;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  font-family: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
  position: relative;
}

.hero-image-overlay {
  background-color: #00000063;
  width: 100%;
  height: 100%;
  max-height: 800px;
  position: absolute;
  inset: 0%;
}

.display-6xl {
  letter-spacing: -.01em;
  width: 70vw;
  max-width: 1000px;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 400;
  overflow: visible;
}

.button {
  color: #000;
  letter-spacing: -.01em;
  white-space: normal;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 3em;
  text-decoration: none;
  transition: all .9s cubic-bezier(.135, .9, .15, 1);
  display: block;
  position: relative;
}

.button-content-wrap {
  background-color: var(--colors--dark-blue);
  color: #fff;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  min-width: 240px;
  min-height: 64px;
  padding: 12px 24px;
  display: flex;
}

.button-content-wrap.secondary {
  border: 1px solid var(--colors--celadon-purple);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00030c;
  justify-content: space-between;
  align-items: center;
  min-width: 260px;
  max-width: 260px;
  padding-right: 24px;
  box-shadow: 0 4px 16px 2px #0003;
}

.button-arrow-wrap {
  background-color: var(--colors--celadon-purple);
  border-radius: 10rem;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  min-width: 48px;
  max-width: 48px;
  height: 2.25em;
  min-height: 48px;
  max-height: 48px;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.button-icon {
  aspect-ratio: auto;
  color: var(--colors--white);
  object-fit: contain;
  max-width: 36px;
  max-height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  inset: auto;
}

.hero-card {
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  max-width: 35ch;
  min-height: 10em;
  padding: 2em;
  display: flex;
  position: relative;
}

.hero-cards-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1em;
  display: flex;
}

.dot {
  background-color: var(--colors--white);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.dot._1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.dot._2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.dot._3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.dot._4 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.dots-wrap {
  z-index: -1;
  position: absolute;
  inset: .75em;
}

.preloader {
  z-index: 999;
  background-color: var(--colors--neutral-200);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav-content {
  z-index: 888;
  color: var(--colors--white);
  background-color: #16161bd9;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  height: 100dvh;
  padding: 3em 1.5em 1.5em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-logo {
  width: 6em;
}

.nav-link {
  color: var(--colors--white);
  text-align: left;
  line-height: 1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.nav-link:hover {
  color: var(--colors--neutral-400);
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.bottom-line {
  background-color: var(--colors--white);
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.top-line {
  background-color: var(--colors--white);
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.nav-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
  position: absolute;
  inset: auto auto 1em 1em;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000036;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.social-icon-link {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link:hover {
  opacity: .7;
}

.social-icon-link.black {
  color: var(--colors--black);
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--white);
  text-align: left;
  margin-bottom: .1em;
  padding-bottom: .25rem;
}

.nav-link-wrapper._1 {
  padding-bottom: .25em;
  display: flex;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link-item {
  overflow: hidden;
}

.hero-icons-wrap {
  flex-flow: column;
  display: flex;
}

.logo-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 12vw;
  display: flex;
}

.featured-wrap {
  width: 100%;
}

.logos-list {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 0;
  margin-right: 2rem;
  display: grid;
}

.logo-image {
  width: 100%;
  height: 100%;
}

.featured-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrapper {
  display: flex;
}

.gradient-block {
  background-image: linear-gradient(90deg, var(--colors--neutral-200), #fff0 50%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-block.right {
  background-image: linear-gradient(270deg, var(--colors--neutral-200), #fff0 55%);
  inset: 0% 0% 0% auto;
}

.logos-overflow-hidden, .text-wrap {
  overflow: hidden;
}

.intro-text-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 50ch;
  display: flex;
}

.display-3xl {
  font-weight: 500;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.label-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.label-dot {
  background-color: var(--colors--black);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.heading-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.leading-wide {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.platform-card {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: 6 / 7;
  border-radius: var(--corners--small);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .45s cubic-bezier(.023, .802, .281, 1.001);
  display: flex;
  position: relative;
}

.platform-card:hover {
  background-color: #fff3;
}

.platforms-wrap {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.platforms-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.display-large {
  white-space: pre-wrap;
  word-break: keep-all;
  font-weight: 400;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  width: 90%;
}

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

.platforms-content-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.background-image-wrapper {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#a100ff80, #a100ff80);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.platforms-left {
  width: 40%;
}

.animation-up-0-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 2fr;
  display: grid;
}

.platform-label {
  border-radius: var(--corners--small);
  background-color: var(--colors--white);
  color: var(--colors--celadon-grey);
  padding: .5em;
}

.platform-info-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platform-logo {
  width: 4em;
}

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

.platform-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.platform-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 1.5em;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.tabs-title {
  align-items: flex-start;
}

.tabs-body {
  overflow: hidden;
}

.tabs-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

.tabls-link-wrap {
  color: var(--colors--neutral-400);
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  max-width: 40ch;
  padding: .5em 0;
  display: block;
}

.tabls-link-wrap.w--current {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 2px solid var(--colors--blue);
  color: var(--colors--black);
  background-color: #fff0;
  flex-flow: column;
  max-width: 40ch;
  padding: .5em 0;
  display: flex;
}

.tabs-content-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.content-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.content-wrap.small {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.display-4xl {
  letter-spacing: -.01em;
  font-weight: 400;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  width: 100%;
}

.right-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 3em;
  padding-right: 3em;
  display: flex;
}

.right-block {
  aspect-ratio: 1;
  background-color: var(--colors--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-block {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}

._50-50-block {
  display: flex;
}

.image-wrapper-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60dvh;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.footer-link {
  color: var(--colors--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--neutral-400);
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: var(--colors--white);
  line-height: 1;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

.social-icons-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
}

.button-hover-line {
  background-color: var(--colors--celadon-purple);
  color: var(--colors--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.footer-list-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  color: var(--colors--celadon-purple);
  padding-top: 3em;
  padding-bottom: 1rem;
  position: relative;
}

.footer-icon {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-icon:hover {
  opacity: .7;
}

.footer-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start;
  display: flex;
}

.footer-logo {
  width: 50%;
}

.footer-block {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.footer-details-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  display: flex;
}

.footer-detail {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
}

.testimonial-icon {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--colors--white);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.client-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-mask {
  padding-bottom: 4em;
  overflow: clip;
}

.clip {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow-left {
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow-right {
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25em;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-icon-wrapper {
  position: absolute;
  overflow: hidden;
}

.testimonial-icon-wrapper._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -1rem 0% auto;
}

.testimonial-component {
  color: var(--colors--white);
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  height: auto;
  padding-bottom: 1.5rem;
}

.testimonial-text-wrapper {
  -webkit-text-stroke-color: var(--neutral-800);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pagination {
  height: auto;
  margin-bottom: -8em;
  padding-top: 0;
  font-size: 6px;
  inset: auto auto 0% 0%;
}

.testimonial-slide {
  margin-right: 1.5rem;
}

.let-s-chat {
  color: var(--colors--celadon-purple);
  text-decoration: underline;
}

.image-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 70dvh;
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-revealer {
  z-index: 2;
  background-color: var(--colors--neutral-200);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

._60-ch-max {
  max-width: 60ch;
}

.align-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insights-image-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.insights-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blog-details {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  display: flex;
}

.blog-details.white {
  color: var(--colors--white);
}

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

.insights-link-block {
  width: 100%;
}

.nav-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-block.right {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-end;
  align-items: stretch;
}

.nav-content-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-article {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 18em;
  display: flex;
}

.get-started-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.platforms-sticky {
  position: sticky;
  top: 5em;
}

.team-image {
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-image-wrap {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-content {
  z-index: 1;
  border-top-left-radius: var(--corners--small);
  border-top-right-radius: var(--corners--small);
  border-bottom-left-radius: var(--corners--small);
  border-bottom-right-radius: var(--corners--small);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  background-color: #16161b;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em;
  display: block;
  position: relative;
  bottom: 1em;
}

.team-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.team-card-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-grid {
  z-index: -1;
  background-color: var(--colors--celadon-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-content {
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  color: var(--colors--white);
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.platform-wrap {
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  height: 80svh;
  display: flex;
  position: relative;
}

.platform-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.platform-content {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 8em;
  display: flex;
  position: absolute;
}

.platform-overview {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 35ch;
  display: flex;
}

.platform-title {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.platform-link {
  width: 100%;
}

.custom-padding-left {
  padding-left: 1.5em;
}

.marquee-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 550vw;
  margin-bottom: 10rem;
  display: flex;
}

.marquee-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.platform-icon {
  width: 1.25em;
  height: 1.25em;
}

.label-dot-2 {
  background-color: #c6e5df;
  border-radius: 100%;
  width: .4em;
  height: .4em;
}

.about-header {
  height: 100%;
  display: flex;
}

.about-right {
  width: 50%;
  height: 100%;
}

.about-left {
  background-color: var(--colors--celadon-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

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

.about-left-content-wrap {
  max-width: 40ch;
}

.values-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-image-wrap {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.values-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 30em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-top {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
  position: relative;
}

.values-content-wrap {
  z-index: 2;
  border-radius: var(--corners--small);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  min-height: 8em;
  padding: 2em;
  display: flex;
  position: relative;
}

.platform-icon-wrap {
  width: 12em;
}

.body-copy-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.stats-content {
  z-index: 1;
  color: var(--colors--white);
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}

.stats-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 16em;
  display: flex;
  position: relative;
}

.stats-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  display: grid;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-row {
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-wrap {
  margin-bottom: 0;
}

.accordion-divider {
  border-top: 1.5px solid #bfbfbf;
  height: 0;
}

.accordion-icon-stripe-2 {
  background-color: #1a0f3a;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.accordion-icon-stripe-1 {
  background-color: #1a0f3a;
  width: 1.5px;
  height: 100%;
}

.pre-footer-wrapper {
  z-index: -1;
  background-color: #662d91;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._30-ch-max {
  max-width: 30ch;
}

.overview-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

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

.product-image-wrap-v2 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.product-info {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.product-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.product-info-row {
  display: flex;
}

.product-left {
  width: 50%;
}

.product-title {
  max-width: 30ch;
  display: flex;
  position: sticky;
  top: 5em;
}

.product-info-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.product-info-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.proudct-info-image-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.articles-details-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.articles-content-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-author-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.5rem;
  display: flex;
  position: sticky;
  top: 5em;
}

.author-image-wrapper {
  margin-right: 1rem;
}

.author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.author-header {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.articles-name {
  font-family: var(--secondary);
  font-weight: 500;
}

.article-content-wrap {
  width: 100%;
  max-width: 60ch;
}

.product-link-block, .collection-list-wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.full-width-list-wrapper {
  cursor: pointer;
  width: 100%;
}

.full-wiidth-list, .full-width-product-item {
  width: 100%;
}

.value-icon {
  height: 5em;
}

.news-post-left {
  position: sticky;
  top: 5em;
}

.news-post-grid {
  grid-column-gap: .75em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-wrap {
  z-index: 1;
  color: var(--colors--white);
  position: relative;
}

.stats-top {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.stats-bottom {
  min-height: 4em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.wrap-left {
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 5em;
}

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

.collection-item {
  width: 100%;
}

.nav-news-collection {
  color: var(--colors--white);
  width: 100%;
}

.nav-news-collection-item {
  width: 100%;
}

.industries-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 500;
  display: grid;
}

.view-more {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.view-icon-wrap {
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
}

.view-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.team-link-block {
  width: 100%;
}

.icon-content-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-small {
  width: 1em;
}

.contact-details {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.detail-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.email-link {
  text-decoration: none;
}

.email-link:hover {
  color: #69696b;
}

.contact-content-wrap {
  z-index: 2;
  border-radius: var(--corners--medium);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  background-color: #ffffff1c;
  max-width: 40ch;
  padding: 2em;
  position: absolute;
  inset: auto 1.5em 1.5em auto;
}

.platform-name-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._77-ch-max {
  max-width: 77ch;
}

.platforms-icon {
  width: 12em;
}

.product-cta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-image-wrap {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.faq-image {
  border-radius: var(--corners--small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-sticky {
  position: sticky;
  top: 5em;
}

.team-member-image {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-image-wrap {
  aspect-ratio: 4 / 5;
  position: relative;
}

.team-member-info-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin-top: 10em;
  display: flex;
}

.member-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.team-testimonial {
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  max-width: 35ch;
  padding: 2em;
  position: absolute;
  inset: auto auto 1em 1em;
}

.team-collection-item, .team-collection-wrap {
  width: 100%;
}

.card-headline {
  line-height: 1.1;
  font-size: clamp(var(--font-size--2xl), var(--font-size--2xl), var(--font-size--2xl));
}

.utility-light {
  color: var(--colors--white);
}

.image {
  width: 2em;
}

.text-block {
  letter-spacing: 3px;
}

.icon-medium {
  width: 1.25em;
}

.paragraph {
  letter-spacing: -.01em;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-weight: 400;
}

.heading-6 {
  max-width: 80%;
  font-size: 2rem;
  font-weight: 400;
}

.heading-6.card-heading {
  max-width: 100%;
  margin-bottom: 1em;
}

.text-block-2 {
  width: 76%;
}

.text-block-3 {
  letter-spacing: -.01em;
}

.image-2 {
  min-width: 100%;
  max-width: 160%;
  min-height: 1300px;
  padding-top: 0%;
  transform: translate(0, -41%);
}

.text-block-4 {
  letter-spacing: -.01em;
}

.text-span, .text-span-2 {
  color: #fff;
}

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

.label-dot-light {
  background-color: var(--colors--celadon-purple);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.div-block-2 {
  background-color: red;
}

.section-grey {
  background-color: var(--colors--neutral-300);
  letter-spacing: -.01em;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-grey.hero {
  height: 760px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-grey.extra-small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section-grey.relative {
  position: relative;
}

.section-grey.no-padding-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section-grey.header {
  height: 50svh;
  padding-top: 12em;
  padding-bottom: 1.5em;
  position: relative;
}

.section-grey.about {
  height: 70svh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-grey.grey {
  background-color: var(--colors--grey);
}

.section-grey.values {
  background-color: var(--colors--grey);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-grey.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-grey.artcile-intro {
  padding-top: 12em;
  padding-bottom: 0;
}

.section-grey.contact, .section-grey.team-header {
  padding-top: 12em;
  padding-bottom: 5em;
}

.bullet-list {
  text-indent: 0;
}

.list-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: .5em;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-3 {
  background-color: #000;
}

.text-block-5 {
  line-height: 1.3;
}

.paragraph-2 {
  margin-top: 1.5rem;
}

.display-xs-2 {
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.display-4xl-2 {
  letter-spacing: -.05em;
  font-weight: 500;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.text-wrap-2 {
  overflow: hidden;
}

.label-dot-3 {
  background-color: #c6e5df;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.section-2 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-2.team-header {
  padding-top: 12em;
  padding-bottom: 5em;
}

.container-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.mi2-cha {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #0e1011;
  justify-content: flex-start;
  align-items: center;
  padding-top: 256px;
}

.text-block-6 {
  color: #fffcf8;
  flex: 0 auto;
  max-width: 886px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.text-block-6._7ts-ytp {
  color: #0e1011;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  display: block;
}

.text-block-15 {
  color: #0e1011;
  white-space: pre-line;
  align-self: stretch;
}

.text-block-12 {
  margin-bottom: 100px;
  font-size: 1rem;
}

.paragraph2 {
  font-size: 1rem;
  line-height: 1rem;
  display: inline;
}

.max-width {
  z-index: 10;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-16 {
  color: #fffcf8;
  flex: 0 auto;
  max-width: 886px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.text-block-16._7ts-ytp {
  color: #0e1011;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  display: block;
}

.text-block-17 {
  color: #0e1011;
  white-space: pre-line;
  align-self: stretch;
}

.text-block-18 {
  margin-bottom: 100px;
  font-size: 1rem;
}

.text-block-11 {
  align-self: stretch;
}

.text-block-14 {
  color: #0e1011;
  margin-bottom: 100px;
}

.text-block-19 {
  color: #0000;
  white-space: pre-line;
  align-self: stretch;
}

.text-block-20 {
  color: #0e1011;
  margin-bottom: 100px;
  font-size: 1rem;
}

.background-video {
  height: 100%;
}

.play-pause-button {
  z-index: 9999;
  cursor: auto;
}

.copyright {
  color: var(--neutral-800);
  font-size: 15px;
}

.contact-req-copy {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--5xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--xl);
  }

  .rich-text h6 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .utility-page-content {
    color: var(--colors--white);
  }

  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .section.header {
    position: relative;
  }

  .section.team-header {
    padding-top: 10em;
  }

  .utility-page-heading {
    font-size: var(--font-size--xl);
  }

  .display-xs {
    font-size: var(--font-size--xs);
    margin-bottom: 0;
  }

  .display-8xl {
    font-size: var(--font-size--7xl);
  }

  .cursor-wrap {
    display: none;
  }

  .display-xl {
    font-size: var(--font-size--xl);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-headline-text {
    font-size: var(--font-size--5xl);
  }

  .hero-bottom {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
  }

  .hero-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-end;
    align-items: stretch;
  }

  .display-6xl {
    font-size: var(--font-size--5xl);
  }

  .button-content-wrap {
    padding: .25rem .25rem .25rem 1rem;
  }

  .hero-cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-content {
    width: 70vw;
    padding-right: 1.5em;
    display: none;
  }

  .nav-logo {
    width: 6rem;
  }

  .nav-link {
    font-size: 2rem;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .featured-wrap {
    padding-bottom: 0;
  }

  .logos-list {
    grid-column-gap: 1.5rem;
  }

  .intro-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: none;
  }

  .display-3xl {
    font-size: var(--font-size--2xl);
  }

  .display-large {
    font-size: 1.125rem;
  }

  .platforms-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .platform-logo {
    width: 3.5rem;
  }

  .tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tabs-image {
    aspect-ratio: 1;
    height: 100%;
  }

  .tabs-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
  }

  .content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .display-4xl {
    font-size: var(--font-size--3xl);
  }

  .right-text-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .footer-button {
    padding-bottom: .5rem;
  }

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

  .footer-list-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
  }

  .footer-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-details-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .testimonial-content {
    border-radius: .5rem;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .grid-svg {
    width: 100%;
  }

  .blog-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-article {
    width: 14em;
  }

  .header-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .header-content {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .platform-content {
    padding-right: 1.5em;
  }

  .custom-padding-left {
    padding-left: 1rem;
  }

  .marquee-text-wrapper {
    margin-bottom: 6rem;
  }

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

  .values-card {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .accordion-wrap {
    margin-top: 0;
  }

  .accordion-top-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .product-info-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value-icon {
    height: 4em;
  }

  .news-post-grid {
    grid-row-gap: 4rem;
  }

  .wrap-left {
    padding-left: var(--site-padding--tablet);
  }

  .industries-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .email-link:hover {
    color: #161616;
  }

  .platforms-icon {
    width: 10em;
  }

  .team-member-image-wrap {
    height: 100%;
  }

  .team-member-info-wrap {
    padding-right: var(--site-padding--tablet);
    margin-bottom: 4em;
  }

  .team-testimonial {
    max-width: 30ch;
  }

  .card-headline {
    font-size: var(--font-size--5xl);
  }

  .section-grey {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .section-grey.header {
    position: relative;
  }

  .section-grey.team-header {
    padding-top: 10em;
  }

  .display-xs-2 {
    margin-bottom: 0;
    font-size: .85rem;
  }

  .display-4xl-2 {
    font-size: 2.5rem;
  }

  .section-2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .section-2.team-header {
    padding-top: 10em;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mi2-cha {
    align-items: flex-start;
    padding-top: 128px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-6 {
    width: 100%;
    max-width: 550px;
    font-size: 72px;
    line-height: 80px;
  }

  .text-block-6._7ts-ytp {
    color: #fffcf8;
    font-size: 32px;
  }

  .paragraph2 {
    font-size: 16px;
  }

  .max-width {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .text-block-16 {
    width: 100%;
    max-width: 550px;
    font-size: 72px;
    line-height: 80px;
  }

  .text-block-16._7ts-ytp {
    color: #fffcf8;
    font-size: 32px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 4rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .rich-text h6 {
    font-size: var(--font-size--base);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .utility-page-content {
    width: 90%;
  }

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

  .section.header, .section.about {
    height: auto;
  }

  .section.artcile-intro, .section.contact {
    padding-top: 10em;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 3rem;
  }

  .hero-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  ._12-column-grid.hero {
    grid-row-gap: 1.5rem;
  }

  ._12-column-grid.center-align {
    align-items: start;
  }

  .hero-image-wrapper {
    background-position: 50%;
  }

  .hero-content-wrapper {
    align-items: stretch;
    padding-bottom: 0;
  }

  .display-6xl {
    font-size: var(--font-size--4xl);
  }

  .button-content-wrap {
    width: auto;
  }

  .hero-card {
    height: 100%;
  }

  .hero-cards-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .container-nav {
    padding: 1rem;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
    text-decoration: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .logos-list {
    grid-column-gap: 3rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-top: 0;
    padding-top: 1rem;
  }

  .intro-text-wrap {
    flex-flow: column;
    max-width: 40ch;
  }

  .heading-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 40ch;
  }

  .platforms-right {
    width: 100%;
  }

  .platforms-content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .platforms-left {
    width: 100%;
  }

  .tabs-image {
    aspect-ratio: 3 / 2;
  }

  .content-wrap.small {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .display-4xl {
    font-size: var(--font-size--2xl);
  }

  ._50-50-block {
    flex-flow: column;
  }

  .image-wrapper-content {
    min-height: 32rem;
    padding: 2rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-list-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-list-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    display: flex;
  }

  .footer-details-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .25rem;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pagination {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap {
    height: 50dvh;
    padding: 2rem;
  }

  .nav-content-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .platforms-sticky {
    position: static;
  }

  .header-image-wrapper {
    background-position: 50%;
  }

  .header-content {
    padding-right: var(--site-padding--mobile);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .platform-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-header {
    flex-flow: column;
  }

  .about-right {
    aspect-ratio: 1;
    width: 100%;
  }

  .about-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 10em 1.5rem 5em;
  }

  .values-wrap {
    grid-template-columns: 1fr;
  }

  .values-content-wrap {
    max-width: 40ch;
  }

  .accordion-top-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pre-footer-wrapper {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .product-right {
    width: 100%;
  }

  .product-info-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .product-left {
    width: 100%;
  }

  .articles-content-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .article-author-wrap {
    position: static;
  }

  .value-icon {
    height: 5em;
  }

  .news-post-left {
    position: static;
  }

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

  .wrap-left {
    padding-left: var(--site-padding--mobile);
    position: static;
  }

  .industries-wrap {
    grid-column-gap: 3em;
  }

  .contact-details {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .detail-wrap {
    max-width: 20ch;
  }

  .faq-sticky {
    position: static;
  }

  .team-member-info-wrap {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-top: 0;
  }

  .card-headline {
    font-size: var(--font-size--5xl);
  }

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

  .section-grey.header, .section-grey.about {
    height: auto;
  }

  .section-grey.artcile-intro, .section-grey.contact {
    padding-top: 10em;
  }

  .display-4xl-2 {
    font-size: 2rem;
  }

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

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-6, .text-block-16 {
    max-width: 270px;
    font-size: 32px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .style-guide-item-wrap {
    padding-bottom: 2rem;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 3rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.extra-small {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-headline-text {
    max-width: 25ch;
  }

  .hero-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
  }

  .hero-content {
    padding-bottom: 3em;
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  ._12-column-grid.hero {
    grid-row-gap: 1.5rem;
  }

  ._12-column-grid.center-align {
    grid-row-gap: 3rem;
  }

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

  .hero-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content-wrapper {
    align-items: stretch;
  }

  .display-6xl {
    font-size: var(--font-size--3xl);
  }

  .button {
    width: 100%;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    min-height: 8em;
    padding: 1.5em;
  }

  .hero-cards-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .dots-wrap {
    inset: .5rem;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-bar {
    z-index: 999;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .hero-icons-wrap {
    flex-flow: row;
    display: none;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logos-list {
    grid-column-gap: 1rem;
    justify-content: center;
  }

  .gradient-block {
    background-image: linear-gradient(90deg, var(--colors--neutral-200), #fff0 60%);
  }

  .gradient-block.right {
    background-image: linear-gradient(270deg, var(--colors--neutral-200), #fff0 60%);
  }

  .intro-text-wrap {
    flex-flow: column;
  }

  .display-3xl {
    font-size: var(--font-size--xl);
  }

  .heading-wrap {
    width: 100%;
    max-width: 110%;
  }

  .platform-card {
    max-height: 22rem;
  }

  .platforms-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .platforms-right {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .platforms-content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .platforms-left {
    width: 100%;
  }

  .content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .content-wrap.small {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .display-4xl {
    font-size: var(--font-size--2xl);
  }

  .right-text-wrap {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-left: 0;
  }

  .right-block {
    aspect-ratio: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  ._50-50-block {
    background-color: var(--colors--grey);
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .footer-details-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .testimonial-mask {
    width: 100%;
    padding-bottom: 4rem;
  }

  .slider-arrow-left {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .slider-arrow-right {
    margin-left: 3.5rem;
    position: absolute;
  }

  .testimonial-component, .testimonial-slide {
    width: 100%;
  }

  .blog-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-block, .nav-block.right {
    height: auto;
  }

  .nav-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-article {
    width: 10em;
    display: none;
  }

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

  .team-content {
    padding-left: .05em;
    padding-right: .05em;
  }

  .header-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .header-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .header-content.insights {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .custom-padding-left {
    padding-left: 1rem;
  }

  .marquee-text-wrapper {
    width: 800vw;
    height: 90px;
    margin-bottom: 1rem;
    display: block;
    overflow: hidden;
  }

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

  .about-left {
    padding-bottom: 5em;
  }

  .stats-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-info {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .product-right {
    width: 100%;
  }

  .product-info-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-left {
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .news-post-left {
    position: static;
  }

  .news-post-grid {
    grid-row-gap: 3rem;
  }

  .stats-top {
    width: 90%;
    margin-left: 1em;
    margin-right: 1em;
    overflow: hidden;
  }

  .stats-bottom {
    margin-left: 1em;
    margin-right: 1em;
  }

  .industries-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
  }

  .team-link-block {
    width: 100%;
  }

  .contact-details {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .contact-content-wrap {
    inset: auto 1rem 1rem;
  }

  .platforms-icon {
    width: 7em;
  }

  .faq-sticky {
    position: static;
  }

  .team-testimonial {
    right: 1em;
  }

  .card-headline {
    font-size: var(--font-size--3xl);
  }

  .section-grey {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section-grey.extra-small {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .display-4xl-2 {
    font-size: 2rem;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mi2-cha {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-8941795d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742afe-8941795d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b03-8941795d, #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-8941795d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de24e-8941795d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de271-8941795d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de24f-8941795d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3284b3d-98f7-f44a-7c30-42b38acf8367-8941795d, #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-8941795d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c70e7b9c-f0b2-385c-9c0d-91548e39b710-8941795d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d078b045-850a-52b1-40f0-39a063161d52-8941795d {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_32da24ff-7aa7-23e7-a186-ae03b548c061-8941795d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_32da24ff-7aa7-23e7-a186-ae03b548c066-8941795d, #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-8941795d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-8941795d {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-8941795d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd016-8941795d, #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-8941795d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d91510c4-f8be-2857-af45-9c18d33c889f-8941795d {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-d91510c4-f8be-2857-af45-9c18d33c88a0-8941795d {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_0e4e5172-1c9a-5036-bee0-9b37870ba20f-8941795d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e0-f92d66db {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
  grid-area: 1 / 4 / 2 / 8;
  justify-self: start;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
  grid-area: 1 / 8 / 2 / 13;
  justify-self: end;
}

#w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-89417a00 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_85c870e8-2425-71be-0796-ca8ae4cb6388-89417a00 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19994-89417a00 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-89417a00 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19999-89417a00 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bd330b44-f294-1479-1a65-5e1bea5a3750-ea5a374c, #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51588-89417a01, #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-89417a01 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-89417a01, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-89417a01 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e152-89417a01, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-89417a01 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-89417a01 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-89417a01 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-89417a01 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1a-89417a01 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1f-89417a01, #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-89417a01 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_837e351d-e006-a210-bd7e-a415a4e08637-89417a01 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-89417a03 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-89417a03 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-89417a03 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-af6145aa-f4af-8178-4b27-93b85007936f-89417a03 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-f552e59b-55b0-d32f-3bef-e1634089f5ba-89417a03 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-89417a04 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e0fb4270-75c9-6741-39c9-9d29af4b8b8d-89417a04 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b706607d-679b-d017-6204-d66db53854f1-89417a04 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-aaed4f6f-431c-ff75-e1c5-3b309dbce5c1-89417a04 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_380a16af-1468-8b10-6c21-03eae66cb5ba-89417a04 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_8cd06ed7-bc5c-ed6d-b158-af6698501a17-89417a05 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f584faa1-122a-9111-eeda-8392330898be-89417a05 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3d-89417a1a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-89417a1a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-89417a1a {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f75c8980 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d1f81d8b-30a8-6be1-37a4-c238d5f11ac0-f75c8980 {
  justify-self: center;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19994-f75c8980 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f75c8980 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19999-f75c8980 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9edc3-1ba765c1 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9edcc-1ba765c1 {
  justify-self: center;
}

#w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee00-1ba765c1 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee06-1ba765c1 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee08-1ba765c1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1eff0903-57e3-b7af-041b-0246c3a2258a-0510c465 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1eff0903-57e3-b7af-041b-0246c3a22593-0510c465 {
  justify-self: center;
}

#w-node-_1eff0903-57e3-b7af-041b-0246c3a225c7-0510c465 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_1eff0903-57e3-b7af-041b-0246c3a225cd-0510c465 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1eff0903-57e3-b7af-041b-0246c3a225cf-0510c465 {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-8941795d {
    grid-column-end: 6;
    align-self: end;
  }

  #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-8941795d, #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-8941795d, #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-8941795d {
    grid-column-end: 7;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-8941795d {
    grid-column: 4 / 9;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-8941795d {
    grid-column-end: 7;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-8941795d {
    grid-column: 7 / 9;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-column: 3 / 6;
    justify-self: start;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
    grid-column: 6 / 9;
  }

  #w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-89417a00 {
    grid-column-end: 7;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-89417a00 {
    grid-column: 1 / 3;
  }

  #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-89417a00 {
    grid-column-end: 7;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-89417a00 {
    grid-column: 4 / 9;
  }

  #w-node-bd330b44-f294-1479-1a65-5e1bea5a3750-ea5a374c, #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-89417a01 {
    grid-column-end: 7;
  }

  #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-89417a01, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-89417a01 {
    grid-column-end: 4;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-89417a01 {
    grid-column-end: 7;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-89417a01 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-89417a01 {
    grid-column: 5 / 9;
  }

  #w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-89417a01 {
    grid-column-end: 7;
  }

  #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1a-89417a01 {
    grid-column-end: 4;
  }

  #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-89417a01 {
    grid-column-end: 7;
  }

  #w-node-_837e351d-e006-a210-bd7e-a415a4e08637-89417a01 {
    grid-column: 4 / 9;
  }

  #w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-89417a03 {
    grid-column-end: 7;
  }

  #w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-89417a03 {
    grid-column-end: 3;
  }

  #w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-89417a03 {
    grid-column: 3 / 8;
  }

  #w-node-f552e59b-55b0-d32f-3bef-e1634089f5ba-89417a03 {
    grid-column-end: 9;
  }

  #w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-89417a04 {
    grid-column-end: 7;
  }

  #w-node-_8cd06ed7-bc5c-ed6d-b158-af6698501a17-89417a05 {
    grid-column-end: 5;
  }

  #w-node-f584faa1-122a-9111-eeda-8392330898be-89417a05 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-89417a1a {
    grid-column-end: 7;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-89417a1a {
    grid-column: 3 / 9;
  }

  #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f75c8980 {
    grid-column-end: 7;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-f75c8980 {
    grid-column: 1 / 3;
  }

  #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f75c8980 {
    grid-column-end: 7;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f75c8980 {
    grid-column: 4 / 9;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9edc3-1ba765c1 {
    grid-column-end: 7;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee00-1ba765c1 {
    grid-column: 1 / 3;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee06-1ba765c1 {
    grid-column-end: 7;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee08-1ba765c1 {
    grid-column: 4 / 9;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a2258a-0510c465 {
    grid-column-end: 7;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225c7-0510c465 {
    grid-column: 1 / 3;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225cd-0510c465 {
    grid-column-end: 7;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225cf-0510c465 {
    grid-column: 4 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-8941795d {
    grid-column-end: 4;
  }

  #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-8941795d, #w-node-b36cd468-3bf8-e46f-cadc-be97203de24e-8941795d {
    grid-column-end: 5;
  }

  #w-node-b36cd468-3bf8-e46f-cadc-be97203de271-8941795d {
    grid-column: 1 / 5;
  }

  #w-node-b36cd468-3bf8-e46f-cadc-be97203de24f-8941795d {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-8941795d, #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-8941795d {
    grid-column-end: 5;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-8941795d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf4a-8941795d, #w-node-_851d4370-70f6-7371-cc46-5cfd401248f1-8941795d, #w-node-_30ed507b-a6a3-702f-c146-b0fe7c2702f9-8941795d, #w-node-_0c6bc0db-ba20-d8ca-72e9-40eaa9367e5f-8941795d {
    order: -9999;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-8941795d {
    grid-column-end: 4;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-8941795d {
    grid-column-end: 5;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-8941795d {
    grid-column: 3 / 5;
    justify-self: end;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: start;
  }

  #w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-89417a00, #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-89417a00 {
    grid-column-end: 5;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-89417a00 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bd330b44-f294-1479-1a65-5e1bea5a3750-ea5a374c, #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-89417a01, #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-89417a01 {
    grid-column-end: 5;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-89417a01 {
    grid-column-end: 4;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-89417a01 {
    grid-column-end: 5;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-89417a01 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-89417a01 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-89417a01, #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-89417a01 {
    grid-column-end: 5;
  }

  #w-node-_837e351d-e006-a210-bd7e-a415a4e08637-89417a01 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-89417a03, #w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-89417a04, #w-node-e0fb4270-75c9-6741-39c9-9d29af4b8b8d-89417a04 {
    grid-column-end: 5;
  }

  #w-node-b706607d-679b-d017-6204-d66db53854f1-89417a04 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-aaed4f6f-431c-ff75-e1c5-3b309dbce5c1-89417a04 {
    grid-column: 1 / 5;
  }

  #w-node-_380a16af-1468-8b10-6c21-03eae66cb5ba-89417a04 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-f584faa1-122a-9111-eeda-8392330898be-89417a05 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-89417a1a {
    grid-column-end: 5;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-89417a1a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f75c8980, #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f75c8980 {
    grid-column-end: 5;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f75c8980 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9edc3-1ba765c1, #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee06-1ba765c1 {
    grid-column-end: 5;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee08-1ba765c1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a2258a-0510c465, #w-node-_1eff0903-57e3-b7af-041b-0246c3a225cd-0510c465 {
    grid-column-end: 5;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225cf-0510c465 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-8941795d {
    grid-column-end: 5;
  }

  #w-node-c70e7b9c-f0b2-385c-9c0d-91548e39b710-8941795d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-8941795d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-8941795d {
    grid-column-end: 5;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-8941795d {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-column-end: 4;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-89417a00 {
    grid-column-end: 6;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-89417a00 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-89417a01 {
    grid-column-end: 5;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-89417a01 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-89417a01 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-89417a03 {
    grid-column-end: 5;
  }

  #w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-89417a03 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-f75c8980 {
    grid-column-end: 6;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f75c8980 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee00-1ba765c1 {
    grid-column-end: 6;
  }

  #w-node-a638efcc-8e1e-3c0c-6ef4-2a940ec9ee08-1ba765c1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225c7-0510c465 {
    grid-column-end: 6;
  }

  #w-node-_1eff0903-57e3-b7af-041b-0246c3a225cf-0510c465 {
    grid-area: 2 / 1 / 3 / 5;
  }
}




