@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueThin-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueLight-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBook-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueRegular.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueRegular-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueHeavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueHeavy-Italic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue";
  src: url('../fonts/UniNeueBlack-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto mono;
  src: url('../fonts/RobotoMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto mono;
  src: url('../fonts/RobotoMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---primary--beige: #f8f7f3;
  --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_colors---primary--black: #000;
  --fixed--1rem: 1rem;
  --_typography---font-weight--regular: 400;
  --fixed--0rem: 0rem;
  --_typography---h1--font-family: var(--_typography---font-family--primary);
  --_typography---h1--font-size: var(--fixed--6rem);
  --_typography---h1--line-height: 100%;
  --_typography---h1--font-weight: var(--_typography---font-weight--medium);
  --_typography---h1--letter-spacing: -.02em;
  --_typography---h2--font-family: var(--_typography---font-family--primary);
  --_typography---h2--font-size: var(--fixed--5rem);
  --_typography---h2--font-weight: var(--_typography---font-weight--medium);
  --_typography---h2--letter-spacing: -.02em;
  --_typography---h3--font-family: var(--_typography---font-family--primary);
  --_typography---h3--font-size: var(--fixed--3-5rem);
  --_typography---h3--line-height: 105%;
  --_typography---h3--font-weight: var(--_typography---font-weight--medium);
  --_typography---h3--letter-spacing: -.02em;
  --_typography---h4--font-family: var(--_typography---font-family--primary);
  --_typography---h4--font-size: var(--fixed--2-75rem);
  --_typography---h4--line-height: 110%;
  --_typography---h4--font-weight: var(--_typography---font-weight--medium);
  --_typography---h4--letter-spacing: -.02em;
  --_typography---h5--font-family: var(--_typography---font-family--primary);
  --_typography---h5--font-size: var(--fixed--2rem);
  --_typography---h5--line-height: 110%;
  --_typography---h5--font-weight: var(--_typography---font-weight--medium);
  --_typography---h5--letter-spacing: -.02em;
  --_typography---h6--font-family: var(--_typography---font-family--primary);
  --_typography---h6--font-size: var(--fixed--1-25rem);
  --_typography---h6--line-height: 120%;
  --_typography---h6--font-weight: var(--_typography---font-weight--medium);
  --_typography---h6--letter-spacing: -.02em;
  --fixed--2-5rem: 2.5rem;
  --fixed--1-5rem: 1.5rem;
  --fixed--1-125rem: 1.125rem;
  --border-radius--xxsmall: var(--fixed--0-25rem);
  --_colors---primary--white: white;
  --fixed--1-25rem: 1.25rem;
  --_typography---font-weight--medium: 500;
  --fixed--0-875rem: .875rem;
  --_typography---font-weight--thin: 100;
  --spacer--xxhuge: var(--fixed--12rem);
  --fixed--2rem: 2rem;
  --spacer--custom-1: var(--fixed--1-25rem);
  --fixed--0-75rem: .75rem;
  --fixed--4rem: 4rem;
  --fixed--3rem: 3rem;
  --fixed--1-75rem: 1.75rem;
  --spacer--custom-3: var(--fixed--2-5rem);
  --section--medium: var(--fixed--8rem);
  --fixed--6rem: 6rem;
  --spacer--tiny: var(--fixed--0-125rem);
  --_typography---font-weight--extra-bold: 800;
  --spacer--medium: var(--fixed--2rem);
  --spacer--custom-2: var(--fixed--1-5rem);
  --_typography---font-weight--light: 300;
  --fixed--2-75rem: 2.75rem;
  --fixed--2-25rem: 2.25rem;
  --fixed--0-5rem: .5rem;
  --spacer--xhuge: var(--fixed--8rem);
  --section--large: var(--fixed--10rem);
  --fixed--6-5rem: 6.5rem;
  --_typography---font-weight--bold: 700;
  --spacer--small: var(--fixed--1rem);
  --section--xxlarge: var(--fixed--13rem);
  --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
  --spacer--xxlarge: var(--fixed--5rem);
  --section--xsmall: var(--fixed--4rem);
  --section--small: var(--fixed--6rem);
  --spacer--xlarge: var(--fixed--4rem);
  --_typography---font-weight--black: 900;
  --section--xlarge: var(--fixed--12rem);
  --spacer--xsmall: var(--fixed--0-5rem);
  --_typography---font-weight--extra-light: 200;
  --_typography---font-weight--semibold: 600;
  --spacer--xxsmall: var(--fixed--0-25rem);
  --spacer--huge: var(--fixed--6rem);
  --_typography---h2--line-height: 100%;
  --spacer--large: var(--fixed--3rem);
  --_typography---font-family--primary: "Uni Neue", Arial, sans-serif;
  --fixed--5rem: 5rem;
  --border-radius--xsmall: var(--fixed--0-5rem);
  --fixed--4-5rem: 4.5rem;
  --fixed--3-5rem: 3.5rem;
  --base--beige\<deleted\|variable-18c14968-cf92-b56f-6465-88a57344cb44\>: #f8f7f3;
  --fixed--9rem: 9rem;
  --fixed--8rem: 8rem;
  --_colors---grey--400: #474747;
  --fixed--12rem: 12rem;
  --_colors---grey--300: #6b6b6b;
  --fixed--7rem: 7rem;
  --border-radius--huge: var(--fixed--1-75rem);
  --border-radius--small: var(--fixed--0-75rem);
  --border-radius--medium: var(--fixed--1rem);
  --fixed--0-25rem: .25rem;
  --border-radius--ultra: var(--fixed--3rem);
  --fixed--15rem: 15rem;
  --border-radius--xxlarge: var(--fixed--1-5rem);
  --_colors---grey--200: #b6b6b6;
  --border-radius--large: var(--fixed--1-125rem);
  --fixed--0-125rem: .125rem;
  --_colors---grey--100: #ddd;
  --_colors---grey--500: #333;
  --_colors---grey--600: #292929;
  --_colors---grey--700: #171717;
  --_colors---grey--800: #0f0f0f;
  --_colors---grey--900: #0a0a0a;
  --_colors---white--transparent: transparent;
  --_colors---white--10: #ffffff1a;
  --_colors---white--15: #ffffff26;
  --_colors---white--20: #fff3;
  --_colors---white--30: #ffffff4d;
  --_colors---white--40: #fff6;
  --_colors---white--50: #ffffff80;
  --_colors---white--70: #ffffffb3;
  --_colors---white--80: #fffc;
  --_colors---white--60: #fffc;
  --_colors---white--90: #fffc;
  --fixed--5-5rem: 5.5rem;
  --fixed--10rem: 10rem;
  --fixed--11rem: 11rem;
  --fixed--13rem: 13rem;
  --fixed--14rem: 14rem;
  --fixed--16rem: 16rem;
  --border-radius--tiny: var(--fixed--0-125rem);
  --border-radius--xlarge: var(--fixed--1-25rem);
  --border-radius--xhuge: var(--fixed--2rem);
  --border-radius--xxhuge: var(--fixed--2-5rem);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: #fff;
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--black);
  font-size: var(--fixed--1rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

h2 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

h3 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

h4 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

h5 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

h6 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

p {
  margin-bottom: var(--fixed--0rem);
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  padding-left: var(--fixed--2-5rem);
}

blockquote {
  margin-bottom: var(--fixed--0rem);
  padding: var(--fixed--0rem);
  font-size: var(--fixed--1-5rem);
  border-left: 5px #e2e2e2;
  line-height: 120%;
}

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

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

.utility-page-wrap.min-heigh {
  height: 100vh;
}

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

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

.resources_item {
  border-radius: var(--border-radius--xxsmall);
  background-color: var(--_colors---primary--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.resources_heading {
  padding-bottom: var(--fixed--1-25rem);
  font-size: var(--fixed--1-5rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--medium);
  border-bottom: 1px dotted #474747;
}

.display-flex {
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.heading-style-h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.text-weight-thin {
  font-weight: var(--_typography---font-weight--thin);
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.main-wrapper {
  background-color: #fff;
  position: relative;
  overflow: clip;
}

.spacer-xxhuge {
  padding-top: var(--spacer--xxhuge);
  width: 100%;
}

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

.hide {
  display: none;
}

.icon-height-small {
  height: var(--fixed--1-5rem);
}

.resources_group {
  grid-row-gap: var(--fixed--2rem);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.spacer-custom-1 {
  padding-top: var(--spacer--custom-1);
  width: 100%;
}

.icon-height-xlarge {
  height: var(--fixed--4rem);
}

.overflow-scroll {
  overflow: scroll;
}

.resources_items {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

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

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

.text-style-nowrap {
  white-space: nowrap;
}

.text-rich-text {
  line-height: 1.5;
}

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

.text-rich-text h2 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2-5rem);
}

.text-rich-text p {
  margin-bottom: var(--fixed--2-5rem);
  line-height: 1.5;
}

.text-rich-text h4 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.text-rich-text h3 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2rem);
}

.text-rich-text h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.text-rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-weight: 500;
}

.text-rich-text h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.text-rich-text h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: var(--fixed--1-5rem);
}

.spacer-custom-3 {
  padding-top: var(--spacer--custom-3);
  width: 100%;
}

.padding-section-medium {
  padding-top: var(--section--medium);
}

.spacer-tiny {
  padding-top: var(--spacer--tiny);
  width: 100%;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-size-medium {
  font-size: var(--fixed--1-125rem);
}

.text-weight-xbold {
  font-weight: var(--_typography---font-weight--extra-bold);
}

.spacer-medium {
  padding-top: var(--spacer--medium);
  width: 100%;
}

.resources_section {
  grid-row-gap: var(--fixed--1-5rem);
  flex-direction: column;
  display: flex;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.spacer-custom-2 {
  padding-top: var(--spacer--custom-2);
  width: 100%;
}

.text-weight-light {
  font-weight: var(--_typography---font-weight--light);
}

.overflow-visible {
  overflow: visible;
}

.resources_component {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-direction: column;
  display: flex;
}

.resources_item-content {
  padding: var(--fixed--2-25rem) var(--fixed--2-5rem) var(--fixed--4rem);
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.spacer-xhuge {
  padding-top: var(--spacer--xhuge);
  width: 100%;
}

.padding-global {
  padding-right: var(--fixed--3rem);
  padding-left: var(--fixed--3rem);
}

.padding-global.is-tiny {
  padding-right: var(--fixed--1-5rem);
  padding-left: var(--fixed--1-5rem);
}

.padding-section-large {
  padding-top: var(--section--large);
}

.text-size-large {
  font-size: var(--fixed--1-25rem);
}

.icon-height-medium {
  height: var(--fixed--2rem);
  max-width: none;
  display: inline;
}

.heading-style-h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

.text-weight-bold {
  font-weight: var(--_typography---font-weight--bold);
}

.spacer-small {
  padding-top: var(--spacer--small);
  width: 100%;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.padding-section-xxlarge {
  padding-top: var(--section--xxlarge);
}

.overflow-auto {
  overflow: auto;
}

.heading-style-h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

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

.container-tiny {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.heading-style-h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

.text-style-all-caps {
  text-transform: uppercase;
}

.resources_groups {
  grid-row-gap: var(--fixed--4rem);
  flex-direction: column;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

.text-style-label {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.display-inline-block {
  display: inline-block;
}

.container-xsmall {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-large {
  height: var(--fixed--2-5rem);
  aspect-ratio: 1;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-xxsmall {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

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

.spacer-xxlarge {
  padding-top: var(--spacer--xxlarge);
  width: 100%;
}

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

.display-block {
  display: block;
}

.padding-section-xsmall {
  padding-top: var(--section--xsmall);
}

.padding-section-small {
  padding-top: var(--section--small);
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: var(--fixed--1rem);
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

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

.spacer-xlarge {
  padding-top: var(--spacer--xlarge);
  width: 100%;
}

.text-style-muted {
  opacity: .6;
}

.section_resources.min-height {
  min-height: 80vh;
}

.text-weight-black {
  font-weight: var(--_typography---font-weight--black);
}

.padding-section-xlarge {
  padding-top: var(--section--xlarge);
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.heading-style-h3 {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

.heading-style-h3.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

.display-inline {
  display: inline;
}

.text-size-tiny {
  font-size: var(--fixed--0-75rem);
}

.spacer-xsmall {
  padding-top: var(--spacer--xsmall);
  width: 100%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-weight-xlight {
  font-weight: var(--_typography---font-weight--extra-light);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-size-small {
  font-size: var(--fixed--0-875rem);
}

.text-weight-semibold {
  font-weight: var(--_typography---font-weight--semibold);
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.resources_class {
  padding: var(--fixed--0-5rem) .625rem;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--fixed--0-75rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--medium);
  background-color: #1e7bfa;
  border-radius: 4px;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.page-wrapper.full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xxsmall {
  padding-top: var(--spacer--xxsmall);
  width: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

.container-small {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_subheading {
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.spacer-huge {
  padding-top: var(--spacer--huge);
  width: 100%;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

.container-large {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-style-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-weight-medium {
  font-weight: var(--_typography---font-weight--medium);
}

.spacer-large {
  padding-top: var(--spacer--large);
  width: 100%;
}

.resources_fonts {
  grid-column-gap: 5.5rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
}

.resources_license-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.resources_font-1 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_license-wrap {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.resources_licenses-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_license-image-link {
  aspect-ratio: 1;
  border-radius: var(--border-radius--xsmall);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_font-2 {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.resources_changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buy-template {
  z-index: 98;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 10px 10px -5px #0003;
}

.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._1 {
  top: 0;
}

.home-header_img-wrap._2 {
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._5 {
  bottom: 0%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.section_home-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header_headings {
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.home-header_heading {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--fixed--4-5rem);
  line-height: 100%;
  font-weight: var(--_typography---h1--font-weight);
  text-align: center;
}

.home-header_heading._2, .home-header_heading._3 {
  display: none;
  position: absolute;
}

.home-header_imgs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-header_imgs-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 80%;
  min-height: 50rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.button {
  border-radius: var(--fixed--1-5rem);
  background-color: var(--_colors---primary--black);
  color: #fff;
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
  display: block;
  position: relative;
  overflow: clip;
}

.button:where(.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b) {
  color: var(--_colors---primary--black);
  background-color: #0000;
  background-image: linear-gradient(#f2f1ed, #dddbd1);
}

.button:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  border-radius: var(--fixed--1rem);
  color: var(--_colors---primary--black);
  font-size: var(--fixed--0-875rem);
  background-color: #0000;
  background-image: linear-gradient(#f2f1ed, #dddbd1);
}

.button:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.button_inner {
  padding: var(--fixed--1-5rem) var(--fixed--2rem);
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  padding: var(--fixed--1rem) var(--fixed--1-5rem);
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #5b4637;
  background-image: linear-gradient(to right, #4a392f, #b89b80);
  position: absolute;
  bottom: 0;
}

.button_gradient-ball.ball-1:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  filter: blur(13px);
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #d7c2ab, #f1e5d6);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-2:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  filter: blur(13px);
}

.button_text {
  z-index: 5;
  position: relative;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 99;
  padding-top: var(--fixed--1rem);
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_logo {
  width: var(--fixed--9rem);
}

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

.navbar_link-text._2 {
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.navbar_link-text._1 {
  pointer-events: none;
}

.navbar_links-wrap {
  padding: var(--fixed--0-5rem) var(--fixed--0-5rem) var(--fixed--0-5rem) var(--fixed--1-75rem);
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1-75rem);
  border-radius: var(--fixed--1-5rem);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_links {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: #fff;
  font-size: var(--fixed--0-875rem);
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--medium);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_location-globe {
  width: 1.5rem;
  height: 1.5rem;
}

.home-header_label {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.home-header_labels-wrap {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.home-header_labels {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header_text {
  color: var(--_colors---grey--400);
  font-size: var(--fixed--1-125rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  max-width: 25.625rem;
}

.navbar_logo-wrap {
  position: relative;
  top: -.5rem;
}

.brand-wordmark {
  font-family: var(--_typography---font-family--primary);
  font-weight: var(--_typography---font-weight--bold);
  white-space: nowrap;
}

.brand-sup {
  vertical-align: .9em;
  position: relative;
  top: -16px;
  font-size: calc(.28em + 1pt);
  line-height: 0;
  margin-left: .04em;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_heading {
  max-width: 56rem;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.label_line {
  width: var(--fixed--3-5rem);
  background-color: var(--_colors---primary--black);
  background-image: none;
  height: 2px;
}

.brands_item-desc {
  color: var(--_colors---grey--300);
  font-size: .75rem;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
}

.brands_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

.line {
  border-top: 1px dotted var(--_colors---grey--300);
  width: 100%;
  height: 1px;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_component {
  padding: var(--fixed--1rem);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-about_heading {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
  white-space: nowrap;
  position: absolute;
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
}

.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_video-statements {
  z-index: 2;
  pointer-events: none;
  width: min(var(--hero-statement-width, 34rem), 66vw);
  max-width: 34rem;
  min-height: var(--hero-statement-height, 8rem);
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-about_video-statement {
  color: var(--_colors---primary--white);
  text-align: center;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: opacity .3s, transform .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translateY(1rem);
}

.home-about_video-statement.is-active {
  opacity: 1;
  transform: translateY(0);
}

.home-about_video-statement span {
  font-family: var(--_typography---font-family--primary);
  font-size: calc(clamp(1.125rem, 4.6vw, 4.25rem) * var(--hero-statement-scale, 1));
  line-height: .92;
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: -.04em;
  text-shadow: 0 0 18px #00000040;
  display: block;
}

.home-about_video-statement.is-long span {
  font-size: calc(clamp(1rem, 3.8vw, 3.35rem) * var(--hero-statement-scale, 1));
}

.home-about_video-statement.is-pronunciation span:last-child {
  font-size: calc(clamp(.78rem, 1.5vw, 1.35rem) * var(--hero-statement-scale, 1));
  letter-spacing: .08em;
  margin-top: .35rem;
}

.home-about_img-text {
  font-family: var(--_typography---h3--font-family);
  color: var(--_colors---primary--white);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  text-align: center;
  letter-spacing: var(--_typography---h3--letter-spacing);
  white-space: nowrap;
  position: absolute;
}

.work-list_wrapper {
  width: 100%;
  max-width: none;
}

.work-list_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-list_item {
  width: 100%;
  height: 100%;
}

.work-list_item.is-foundation {
  grid-column: 1 / -1;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_block {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  perspective: 1200px;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  border: 1px solid #d8cec2;
  border-radius: 1.5rem;
  background-color: #fffcf7cc;
  box-shadow: 0 24px 60px #1b140b0d;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_block:hover {
  border-color: #bca790;
  box-shadow: 0 30px 70px #1b140b14;
  transform: translateY(-4px);
}

.work-list_infos {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-list_meta {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_status {
  padding: .4rem .7rem;
  border-radius: 999px;
  color: var(--_colors---primary--white);
  background-color: var(--_colors---primary--black);
  font-size: .72rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.work-list_status.is-beta {
  color: var(--_colors---primary--black);
  background-color: #d7cec1;
}

.work-list_status.is-prototype {
  color: var(--_colors---primary--black);
  background-color: #ece6dc;
  border: 1px solid #9b8e7e;
}

.work-list_use-case {
  color: var(--_colors---grey--300);
  font-size: .72rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.work-list_images-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
  position: relative;
}

.work-list_image-main {
  z-index: 2;
  aspect-ratio: 4 / 3;
  border-radius: 1.15rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_img-main {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.work-list_img-second {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.work-list_image-second {
  z-index: 4;
  aspect-ratio: 3 / 2;
  border: 1px solid #ffffff99;
  border-radius: .95rem;
  justify-content: center;
  align-items: center;
  width: 28%;
  display: flex;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 16px 32px #0000001a;
}

.work-list_head {
  position: relative;
}

.work-list_item.is-foundation .work-list_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  display: grid;
}

.work-list_item.is-foundation .work-list_image-main {
  aspect-ratio: 16 / 9;
}

.work-list_item.is-foundation .work-list_image-second {
  width: 24%;
}

.hover_pill {
  padding: var(--fixed--0-5rem) var(--fixed--0-875rem);
  border-radius: var(--border-radius--small);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #0a0a0a4d;
  font-size: .75rem;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
}

.work-list_number-wrap {
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.work-list_number {
  color: var(--_colors---primary--black);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.suite-showcase {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.suite-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(18rem, 22rem));
  grid-template-rows: auto;
  grid-auto-columns: minmax(18rem, 22rem);
  justify-content: center;
  width: 100%;
  display: grid;
}

.suite-card {
  --suite-card-radius: 3.6rem;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --glow-opacity: 0;
  --suite-glow: rgba(28, 19, 13, .08);
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 22rem;
  display: block;
  position: relative;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform .2s ease;
  will-change: transform;
}

.suite-card:focus {
  outline: none;
}

.suite-card:focus-visible .suite-card_shell {
  outline: 2px solid #1c130d;
  outline-offset: 4px;
}

.suite-card_shell {
  border: 1px solid #d9d0c5;
  border-radius: var(--suite-card-radius);
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 0 #ffffff80, 0 28px 80px #1b140b14;
  width: 100%;
  height: 100%;
  padding: .9rem;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.suite-card_reveal-grid {
  pointer-events: none;
  z-index: 6;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0;
  border-radius: var(--suite-card-radius);
  overflow: hidden;
  transform: translateZ(48px);
  transition: opacity 0s linear .7s;
}

.suite-card_reveal-grid span {
  background-color: #fff;
  opacity: 0;
  transition: opacity .46s ease var(--cell-delay, 0ms), transform .46s ease var(--cell-delay, 0ms);
}

.suite-card_glow {
  opacity: 0;
  pointer-events: none;
  border-radius: 1.35rem;
  background: radial-gradient(120px circle at var(--pointer-x) var(--pointer-y), var(--suite-glow), #0000 44%);
  position: absolute;
  inset: .75rem;
  transition: opacity .2s ease;
}

.suite-card_content {
  z-index: 8;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.3rem 1.3rem 7rem;
  display: flex;
  position: relative;
  transform: translateZ(28px);
}

.suite-card_category {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #20160d;
  align-items: center;
  font-size: .85rem;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .06em;
  text-transform: uppercase;
  display: flex;
}

.suite-card_icon {
  color: #1f1610;
  background-color: #21160d0d;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.suite-card_icon svg {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}

.suite-card_copy {
  color: #1c130d;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  margin-top: 3.45rem;
  position: relative;
}

.suite-card_copy h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.45rem;
  line-height: .95;
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: 0;
  white-space: nowrap;
}

.suite-card_copy p {
  color: #6c6259;
  max-width: 14.75rem;
  margin-top: .75rem;
  margin-bottom: 0;
  font-size: .98rem;
  line-height: 1.5;
}

.suite-card_media {
  z-index: 5;
  border-radius: var(--suite-card-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  box-shadow: none;
  transform: translate3d(0, 0, 58px);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.suite-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.08);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.suite-footnote {
  color: #6c6259;
  max-width: 72rem;
  margin: 1.25rem auto 0;
  font-size: .9rem;
  line-height: 1.5;
  text-align: center;
}

.suite-card-pos {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #f5b544;
}

.suite-card-fulfill {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #4386f4;
}

.suite-card-book {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #35cf62;
}

.suite-card-kiosk {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #43d8c6;
}

.suite-card-deliver {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #18beb3;
}

.suite-card-count {
  --suite-glow: rgba(28, 19, 13, .08);
  --suite-accent: #f7524f;
}

@media (hover: hover) and (pointer: fine) {
  .suite-card_content {
    opacity: 0;
    filter: none;
    transition: opacity .18s ease .12s;
  }

  .suite-card_reveal-grid {
    opacity: 0;
    display: grid;
  }

  .suite-card:hover .suite-card_content,
  .suite-card:focus-within .suite-card_content {
    opacity: 1;
    filter: blur(0);
  }

  .suite-card:hover .suite-card_reveal-grid,
  .suite-card:focus-within .suite-card_reveal-grid {
    opacity: 1;
    transition-delay: 0s;
  }

  .suite-card:hover .suite-card_reveal-grid span,
  .suite-card:focus-within .suite-card_reveal-grid span {
    opacity: 1;
    transform: scale(1);
  }

  .suite-card:hover .suite-card_media {
    transform: translate3d(0, 0, 58px);
  }

  .suite-card:focus-within .suite-card_media {
    transform: translate3d(0, 0, 58px);
  }

  .suite-card:hover .suite-card_image,
  .suite-card:focus-within .suite-card_image {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .suite-card_media {
    opacity: 0 !important;
  }

  .suite-card_reveal-grid {
    display: none !important;
  }

  .suite-card_content {
    opacity: 1 !important;
    filter: none !important;
  }

  .suite-card_reveal-grid span,
  .suite-card_content,
  .suite-card_media,
  .suite-card_image {
    transition: none !important;
  }
}

.services_component {
  grid-column-gap: var(--fixed--4rem);
  grid-row-gap: var(--fixed--4rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services_items {
  grid-column-gap: var(--fixed--3rem);
  grid-row-gap: var(--fixed--3rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_item {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

.services_item-infos {
  grid-column-gap: var(--fixed--0-25rem);
  grid-row-gap: var(--fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_desc {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.services_content {
  top: var(--fixed--3rem);
  position: sticky;
}

.business-moment_component {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.business-moment_heading {
  color: #000;
  max-width: 60rem;
  margin-top: 0;
  margin-bottom: 3.25rem;
  font-size: clamp(3.25rem, 6.5vw, 6.5rem);
  line-height: .92;
  font-weight: 700;
  letter-spacing: -.04em;
}

.scramble-text {
  font-family: "Roboto mono", monospace;
  letter-spacing: -.08em;
  white-space: nowrap;
  display: inline-block;
}

.business-moment_body {
  color: #1c130d;
  max-width: 42rem;
  margin-bottom: 0;
  margin-left: auto;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.12;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.015em;
}

.business-moment_highlight {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  margin-top: .72em;
  padding-left: .12em;
  padding-right: .16em;
  color: #1c130d;
  isolation: isolate;
  vertical-align: baseline;
}

.business-moment_highlight:before {
  content: "";
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0 -.04em;
  transform: translateY(105%);
  transition: transform .72s cubic-bezier(.16, 1, .3, 1);
}

.business-moment_highlight.is-visible {
  color: #fff;
}

.business-moment_highlight.is-visible:before {
  transform: translateY(0%);
}

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

.cta_graphic-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius--ultra);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta_graphic {
  filter: blur(20px);
  object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
}

.cta_content {
  padding: var(--fixed--4rem);
  grid-column-gap: var(--fixed--3rem);
  grid-row-gap: var(--fixed--3rem);
  border-radius: var(--border-radius--ultra);
  background-color: var(--_colors---primary--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta_button-wrap {
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1-75rem);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_text {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  max-width: 350px;
}

.cta_head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.pill_wrap {
  z-index: 5;
  padding: .35rem var(--fixed--1-125rem);
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  border-radius: var(--fixed--15rem);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7e6e0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_pill {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.scroll-note_text {
  z-index: 2;
  font-family: var(--_typography---font-family--detail);
  color: #727067;
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .1em;
  text-transform: uppercase;
  position: absolute;
  top: 2rem;
}

.footer_link-label {
  color: var(--_colors---primary--black);
  font-weight: 400;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.footer_social-media {
  width: var(--fixed--1-5rem);
}

.footer_template-link {
  color: var(--_colors---grey--300);
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: var(--_colors---primary--black);
}

.footer_wrap {
  z-index: 0;
  padding-top: var(--fixed--3rem);
  padding-bottom: var(--fixed--3rem);
  padding-right: var(--fixed--2rem);
  padding-left: var(--fixed--2rem);
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  border-radius: var(--border-radius--xxlarge);
  background-color: var(--_colors---primary--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_copyright {
  color: var(--_colors---grey--300);
  font-size: .82rem;
  font-weight: 400;
}

.footer_copyright .brand-sup {
  vertical-align: super;
  top: -.18em;
  font-size: .72em;
}

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

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.footer_legal-divider {
  background-color: var(--_colors---grey--200);
  width: 1px;
  height: 1.25rem;
}

.footer_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_social {
  grid-column-gap: var(--fixed--1rem);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--_colors---grey--400);
  font-size: .875rem;
  font-weight: var(--_typography---font-weight--medium);
}

.footer_link:hover {
  color: var(--_colors---primary--black);
}

.footer {
  padding: var(--fixed--1-5rem);
}

.footer_brand {
  margin-right: auto;
  padding-top: 0;
  padding-bottom: .6rem;
}

.footer_brand-img {
  width: min(30rem, 72vw);
  height: auto;
  display: block;
}

.about-header_content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

.about-header_asset-text {
  color: #fff;
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.about-header_asset-info {
  z-index: 3;
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  background-image: linear-gradient(#00000078, #0000);
  flex-flow: column;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.about-header_asset-line {
  opacity: .38;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.about-header_cube-side {
  background-color: var(--_colors---primary--black);
  backface-visibility: hidden;
  border-radius: 3vh;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.about-header_cube-side._4 {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(0%, 0, -16vh)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.about-header_cube-side._2 {
  z-index: 3;
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(100%, 0, 16vh)rotateX(0)rotateY(90deg)rotateZ(0);
}

.about-header_cube-side._3 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 16vh);
}

.about-header_cube-side._1 {
  z-index: 4;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 16vh);
}

.about-header_asset {
  z-index: 1;
  backface-visibility: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-header_cube {
  aspect-ratio: 1 / 1.85;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 32vh;
  display: flex;
  position: relative;
  transform: rotateX(0)rotateY(1deg)rotateZ(0);
}

.about-header_cube-wrap {
  z-index: 3;
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-header_gradient {
  z-index: 2;
  background-image: linear-gradient(#00000063, #0000000d 54%, #0000 78%);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-header_spacing {
  padding-top: 3vh;
}

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

.approach_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.approach_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--large);
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.approach_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.approach_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-values_imgs-wrap {
  border-radius: var(--border-radius--huge);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-values_block-content {
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1-75rem);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21rem;
  display: flex;
}

.about-values_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-values_head-wrap {
  max-width: 21rem;
}

.about-values_imgs-wrapper {
  padding-top: var(--fixed--3rem);
  padding-bottom: var(--fixed--3rem);
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_values {
  position: relative;
}

.about-values_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
}

.about-values_head {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-values_img-tablet {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
  display: none;
}

.about-values_content {
  width: 50%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.about-values_img-wrap {
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
  overflow: clip;
}

.about-values_img-wrap._1 {
  z-index: 1;
  position: relative;
}

.about-values_img-wrap._3 {
  z-index: 3;
  opacity: 0;
  position: absolute;
}

.about-values_img-wrap._2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
}

.about-values_block {
  flex-direction: column;
  justify-content: center;
  padding: 20vh 15% 20vh 20%;
  display: flex;
}

.about-team_grid {
  grid-column-gap: var(--fixed--4rem);
  grid-row-gap: var(--fixed--5rem);
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.about-team_item {
  grid-column-gap: var(--fixed--1-125rem);
  grid-row-gap: var(--fixed--1-125rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-team_img-wrap {
  aspect-ratio: 2 / 2.4;
  border-radius: var(--border-radius--small);
  width: 100%;
  position: relative;
  overflow: clip;
}

.about-team_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-team_texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-team_text {
  font-family: "Uni Neue", Arial, sans-serif;
  font-size: var(--fixed--1rem);
  line-height: 120%;
  font-weight: var(--_typography---font-weight--medium);
}

.text-color-grey-350 {
  color: #707070;
}

.about-team_text-2 {
  font-family: "Uni Neue", Arial, sans-serif;
  font-size: .875rem;
  line-height: 120%;
}

.team_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  display: block;
}

.early-access_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #1c130d;
  border-bottom: 1px solid #1c130d;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.early-access_content {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 7rem;
}

.early-access_intent {
  color: #1c130d;
  max-width: 28rem;
  margin-bottom: 2rem;
}

.early-access_intent p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.14;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.02em;
}

.early-access_intent p:first-child {
  color: #6f6b65;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .01em;
}

.early-access_text {
  color: #4f463e;
  max-width: 32rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.28rem;
  line-height: 1.45;
  font-weight: 500;
}

.early-access_note {
  color: #7a7168;
  max-width: 28rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.early-access_form {
  background-color: transparent;
  padding-top: .2rem;
}

.early-access_fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.form_field, .business-type_field {
  min-width: 0;
}

.form_field.is-full, .business-type_field.is-full {
  grid-column: 1 / -1;
}

.form_field label, .business-type_field legend {
  color: #6c6259;
  margin-bottom: .65rem;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  display: block;
}

.form_field label span, .business-type_field legend span {
  color: #8b2d21;
  margin-left: .15rem;
}

.form_field input, .form_field select {
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .45rem 0 .85rem;
  color: #1c130d;
  font-family: var(--_typography---font-family--secondary);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_field select {
  background-image: linear-gradient(45deg, transparent 50%, #1c130d 50%), linear-gradient(135deg, #1c130d 50%, transparent 50%);
  background-position: calc(100% - .35rem) 45%, calc(100% - .05rem) 45%;
  background-repeat: no-repeat;
  background-size: .32rem .32rem, .32rem .32rem;
  padding-right: 2.5rem;
}

.form_field input::placeholder {
  color: #b5ada4;
}

.form_field input:focus, .form_field select:focus, .business-type_option:has(input:focus-visible) {
  outline: none;
}

.business-type_field {
  border: 0;
  margin: 1.35rem 0 0;
  padding: 0;
}

.business-type_options {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.business-type_option {
  cursor: pointer;
  border: 1px solid #cfc6ba;
  border-radius: 999px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3rem;
  padding: .7rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
}

.business-type_option input {
  accent-color: #1c130d;
  width: .95rem;
  height: .95rem;
  margin: 0;
}

.business-type_option:has(input:checked) {
  border-color: #1c130d;
  background-color: #1c130d;
  color: #fff;
}

.early-access_actions {
  border-top: 1px solid #cfc6ba;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.75rem;
  padding-top: 1.6rem;
  display: flex;
}

.form_disclaimer {
  color: #7a7168;
  max-width: 18rem;
  margin-bottom: 0;
  font-size: .86rem;
  line-height: 1.45;
}

.early-access_submit {
  border: 0;
  border-radius: 999px;
  background-color: #1c130d;
  color: #fff;
  cursor: pointer;
  min-height: 3.25rem;
  padding: .9rem 1.55rem;
  font-family: var(--_typography---font-family--secondary);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s ease, transform .2s ease;
}

.early-access_submit:hover {
  background-color: #3a2b21;
  transform: translateY(-1px);
}

.early-access_submit:focus-visible {
  outline: 2px solid #1c130d;
  outline-offset: 3px;
}

.blog-list_head {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blog-list_subheading {
  margin-bottom: var(--fixed--0-5rem);
  color: var(--_colors---grey--300);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.blog-list_list {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-list_block {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-list_img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-list_img-wrap {
  border-radius: var(--border-radius--medium);
  overflow: clip;
}

.blog-list_content {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 95%;
  display: flex;
}

.blog-list_desc {
  color: var(--_colors---grey--400);
}

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

.input-wrapper {
  position: relative;
}

.newsletter_arrow {
  width: var(--fixed--2rem);
  color: #fff;
}

.newsletter_button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.newsletter_form {
  position: relative;
}

.newsletter_submit-btn {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.newsletter_btn-wrap {
  border-radius: var(--fixed--3rem);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field {
  border-radius: var(--fixed--3-5rem);
  background-color: var(--_colors---primary--white);
  font-family: var(--_typography---font-family--primary);
  color: #000;
  font-size: var(--fixed--3-5rem);
  border: 1px #000;
  height: 13rem;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 13rem;
}

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

.newsletter_btn-wrapper {
  padding: var(--fixed--1rem);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.newsletter_form-block {
  width: 100%;
  margin-bottom: 0;
}

.newsletter_label-wrap {
  padding-left: var(--fixed--5rem);
}

.success-message {
  border-radius: var(--border-radius--small);
  background-color: #dad8d2;
  padding: 0;
}

.newsletter_success-in {
  padding: var(--fixed--2-75rem);
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  display: flex;
}

.error-message {
  border-radius: var(--fixed--0-5rem);
  position: relative;
}

.button-solid {
  z-index: 2;
  padding: var(--fixed--1-5rem) 1.75rem;
  font-family: var(--_typography---font-family--secondary);
  color: #fff;
  font-size: var(--fixed--0-875rem);
  line-height: 1.5;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  background-color: #242424;
  background-image: linear-gradient(#242424, #131313);
  border: 1px solid #0000;
  border-bottom-style: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  transition: border .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000006, -2.2px 2.4px .3px #00000008, -3.3px 3.7px .5px #00000009, -4.6px 5.1px .7px #00000009, -6px 6.6px .9px #0000000a, -7.6px 8.4px 1.3px #0000000a, -9.5px 10.5px 1.8px #0000000b, -11.8px 13px 2.4px #0000000b, -14.7px 16.2px 3.2px #0000000b, -18.3px 20.2px 4.4px #0000000b, -23px 25.4px 6px #0000000b, -29.3px 32.3px 8.2px #0000000c, -37.8px 41.8px 11.3px #0000000c, -49.9px 55.1px 15.9px #0000000c, -67.7px 74.8px 22.7px #0000000d, -96.7px 106.8px 34px #0000000e, -152.5px 168.5px 56.1px #0000000e;
}

.button-solid:hover {
  background-image: linear-gradient(#585858, #141414);
}

.contact_form {
  display: block;
}

.contact_fields-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_colors---primary--black);
  color: #000;
  background-color: #0000;
  border-radius: 0;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
}

.form_field:focus {
  border-bottom-color: var(--_colors---primary--black);
}

.form_field::placeholder {
  color: #000;
}

.form_field.message {
  height: 8rem;
}

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

.contact_form-block {
  margin-bottom: 0;
  display: block;
}

.contact_field-wrap-2 {
  display: block;
}

.contact_form-wrap, .faq_component {
  flex-flow: column;
  display: flex;
}

.faq_answer-spacing {
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
}

.faq_answer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 7.9922% 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  display: flex;
  overflow: hidden;
}

.faq_question {
  font-size: var(--fixed--1-125rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.01em;
}

.faq_question-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 5.65302% 1fr 5.89864%;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.125rem;
  display: grid;
}

.faq_accordion {
  padding-bottom: var(--fixed--1-25rem);
  border-bottom: 1px dotted #b6b6b6;
}

.faq_button {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-34-copy {
  background-color: var(--_colors---primary--black);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .75rem;
  display: flex;
}

.faq_button-line {
  width: var(--fixed--1-25rem);
  background-color: #011d3f;
  flex: none;
  height: 2px;
}

.faq_button-line.is-second {
  position: absolute;
  transform: rotate(90deg);
}

.home-header_img {
  aspect-ratio: 1 / 1.3;
  border-radius: var(--fixed--1-25rem);
  object-fit: cover;
  max-width: none;
  height: 9rem;
  position: absolute;
}

.navbar_hamburger-wrap {
  display: none;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
  position: relative;
}

.navbar_hamburger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.work-list_desc {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  line-height: 1.45;
  text-align: left;
  max-width: 26rem;
}

.post-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.blog_other-label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-header_image-wrap {
  border-radius: var(--border-radius--large);
  width: 100%;
  overflow: clip;
}

.post-header_infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-global-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.work-header_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.work-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.work-content_head {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-content_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.case-content_component {
  flex-flow: column;
  display: flex;
}

.work-content_content {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21.875rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.case-content_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-header_infos {
  grid-column-gap: var(--fixed--2-75rem);
  grid-row-gap: var(--fixed--2-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-header_brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-content_imgs-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-content_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.case-content_imgs-wrap {
  width: 100%;
}

.case-content_final-head {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26rem;
  display: flex;
}

.empty-state {
  text-align: left;
  background-color: #f5f7fa;
  border-radius: .5rem;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.work-final_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-header_info-text {
  color: var(--_colors---grey--300);
  font-size: .875rem;
  font-weight: var(--_typography---font-weight--medium);
}

.case-content_final {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.work-header_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-header_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.case-content_imgs-item {
  width: 100%;
}

.work-content_heading {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--fixed--2-5rem);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

.collection-list-wrapper {
  width: 100%;
}

.work-related_img {
  aspect-ratio: 2;
  border-radius: var(--border-radius--small);
  object-fit: cover;
}

.work-related_infos {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--_colors---grey--400);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.animation-scroll-border {
  border-radius: var(--fixed--2rem);
}

.class-for-animation {
  display: none;
}

.animation-scroll-padding {
  padding: var(--fixed--1-5rem);
}

.blog-list_title {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--fixed--1-5rem);
  line-height: 115%;
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.instructions_rich-text {
  line-height: 1.5;
}

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

.instructions_rich-text h2 {
  margin-top: var(--fixed--3rem);
  margin-bottom: var(--fixed--2-25rem);
  padding-top: var(--fixed--1-5rem);
  padding-bottom: var(--fixed--1-5rem);
  padding-left: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
  border-left: 3px solid #b6b4ad;
}

.instructions_rich-text p {
  margin-bottom: var(--fixed--2rem);
  line-height: 1.5;
}

.instructions_rich-text img {
  border-radius: var(--border-radius--medium);
}

.instructions_rich-text h4 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.instructions_rich-text h3 {
  margin-top: var(--fixed--2-5rem);
  margin-bottom: var(--fixed--1-5rem);
  padding-bottom: var(--fixed--1rem);
  border-bottom: 1px dotted var(--_colors---grey--300);
  font-size: var(--fixed--1-5rem);
}

.instructions_rich-text h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.instructions_rich-text blockquote {
  margin-top: var(--fixed--2rem);
  margin-bottom: var(--fixed--2-5rem);
  padding: var(--fixed--1-5rem);
  border-radius: var(--border-radius--xsmall);
  outline-offset: 4px;
  font-size: var(--fixed--1rem);
  background-color: #a3c9e542;
  outline: 1px dashed #0073ff;
}

.instructions_rich-text h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.instructions_rich-text h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.instructions_rich-text ul {
  margin-top: -.5rem;
  margin-bottom: var(--fixed--2rem);
}

.instructions_rich-text ol {
  margin-bottom: var(--fixed--2-5rem);
}

.instructions_rich-text a {
  padding: var(--fixed--0-125rem) var(--fixed--0-5rem) var(--fixed--0-125rem) 1.65rem;
  border-radius: var(--border-radius--xsmall);
  color: #2d62ff;
  font-weight: var(--_typography---font-weight--medium);
  background-color: #dfeaff;
  background-image: url('../images/link.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .75rem;
  display: inline-block;
}

.instructions_rich-text figcaption {
  margin-top: var(--fixed--0-75rem);
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--regular);
}

.instructions_rich-text code {
  display: inline-block;
}

.docs_component {
  padding: var(--fixed--0-125rem) var(--fixed--0-5rem) var(--fixed--0-125rem) var(--fixed--1-75rem);
  border-radius: var(--spacer--xsmall);
  color: var(--_colors---primary--white);
  background-color: #289e50;
  background-image: url('../images/component.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .85rem;
  margin-top: 2px;
  margin-bottom: 2px;
  font-style: normal;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-5rem: 1.5rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --fixed--1-25rem: 1.25rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--12rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-25rem);
    --fixed--0-75rem: .75rem;
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2-5rem);
    --section--medium: var(--fixed--7rem);
    --fixed--6rem: 6rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--2rem);
    --spacer--custom-2: var(--fixed--1-5rem);
    --fixed--2-75rem: 2.75rem;
    --fixed--2-25rem: 2.25rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--8rem);
    --section--large: var(--fixed--8rem);
    --fixed--6-5rem: 6.5rem;
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--10rem);
    --spacer--xxlarge: var(--fixed--4rem);
    --section--xsmall: var(--fixed--2-75rem);
    --section--small: var(--fixed--5rem);
    --spacer--xlarge: var(--fixed--4rem);
    --section--xlarge: var(--fixed--9rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--6rem);
    --spacer--large: var(--fixed--3rem);
    --fixed--5rem: 5rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--4-5rem: 4.5rem;
    --fixed--3-5rem: 3.5rem;
    --fixed--9rem: 9rem;
    --fixed--8rem: 8rem;
    --fixed--12rem: 12rem;
    --fixed--7rem: 7rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--0-25rem: .25rem;
    --border-radius--ultra: var(--fixed--1-5rem);
    --fixed--15rem: 15rem;
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--0-125rem: .125rem;
    --fixed--5-5rem: 5.5rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xlarge: var(--fixed--0-75rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --border-radius--xxhuge: var(--fixed--1-25rem);
    --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--5rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h1--letter-spacing: -.02em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--4rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -.02em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--3rem);
    --_typography---h3--line-height: 105%;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -.02em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--2-25rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--1-5rem);
    --_typography---h5--line-height: 110%;
    --_typography---h5--font-weight: var(--_typography---font-weight--medium);
    --_typography---h5--letter-spacing: -.02em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1-125rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.02em;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--semibold: 600;
    --_typography---h2--line-height: 100%;
    --_typography---font-family--primary: "Uni Neue", Arial, sans-serif;
  }

  .resources_heading {
    font-size: 1.25rem;
  }

  .icon-height-xlarge {
    height: var(--fixed--3rem);
  }

  .text-rich-text h2 {
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text h4 {
    font-size: var(--fixed--1-75rem);
  }

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

  .text-rich-text h6 {
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text h1 {
    font-size: var(--fixed--3rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-5rem);
  }

  .padding-section-medium.is-tablet-smaller {
    padding-top: var(--fixed--3rem);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .resources_component {
    grid-column-gap: var(--fixed--4rem);
    grid-row-gap: var(--fixed--4rem);
  }

  .resources_item-content {
    grid-row-gap: var(--fixed--0-5rem);
  }

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

  .padding-global {
    padding-right: var(--fixed--2-25rem);
    padding-left: var(--fixed--2-25rem);
  }

  .padding-section-large.is-tablet-smaller {
    padding-top: var(--fixed--3rem);
  }

  .text-size-large {
    font-size: var(--fixed--1-125rem);
  }

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

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

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

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

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

  .resources_font-block:hover {
    opacity: 1;
  }

  .home-header_heading {
    font-size: var(--fixed--3-5rem);
  }

  .home-header_imgs-wrap {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .navbar_logo {
    width: var(--fixed--8rem);
  }

  .navbar_component {
    justify-content: center;
    align-items: center;
  }

  .navbar_links-wrap {
    padding-top: var(--fixed--2rem);
    padding-right: var(--fixed--2rem);
    padding-bottom: var(--fixed--2rem);
    padding-left: var(--fixed--2rem);
    opacity: 0;
    background-color: #0009;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5rem);
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
  }

  .navbar_links {
    z-index: 101;
    flex-flow: column;
  }

  .navbar_logo-wrap {
    top: auto;
  }

  .brands_item-logo {
    height: 25%;
  }

  .brands_item-logo-wrap {
    width: var(--fixed--12rem);
  }

  .brands_head {
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    flex-flow: column;
    display: flex;
  }

  .home-about_heading, .home-about_img-text {
    font-size: var(--_typography---h4--font-size);
    -webkit-text-stroke-width: 0px;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .work-list_image-main {
    border-radius: 1.25rem;
  }

  .work-list_image-second {
    border-radius: 1rem;
  }

  .work-list_item.is-foundation .work-list_block {
    grid-template-columns: 1fr;
  }

  .suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suite-card:last-child {
    grid-column: auto;
  }

  .suite-card_media {
    width: 100%;
    height: 100%;
    inset: 0;
  }

  .services_component {
    grid-column-gap: var(--fixed--2-5rem);
    grid-row-gap: var(--fixed--2-5rem);
    flex-flow: column;
    display: flex;
  }

  .services_items {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cta_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .cta_content {
    padding: var(--fixed--3rem);
  }

  .cta_head {
    max-width: none;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .footer_lists {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
  }

  .footer_wrap {
    padding-top: var(--fixed--2-25rem);
    padding-bottom: var(--fixed--1rem);
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-header_asset-text {
    font-size: .75rem;
  }

  .about-header_asset-info {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .about-header_cube-side {
    border-radius: 4vw;
  }

  .about-header_cube-side._4 {
    transform: translate3d(0%, 0, -20vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .about-header_cube-side._2 {
    transform: translate3d(100%, 0, 20vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .about-header_cube-side._3 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 20vw);
  }

  .about-header_cube-side._1 {
    transform: translate3d(0, 0, 20vw);
  }

  .about-header_cube {
    width: 40vw;
  }

  .about-header_cube-wrap {
    height: auto;
  }

  .about-header_spacing {
    padding-top: 10vw;
  }

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

  .about-values_imgs-wrap {
    aspect-ratio: 16 / 9;
  }

  .about-values_block-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-values_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .about-values_imgs-wrapper {
    width: 100%;
    height: auto;
    padding: 0 2.25rem;
    display: none;
    position: relative;
    top: auto;
  }

  .about-values_head {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .about-values_img-tablet {
    aspect-ratio: 1;
    border-radius: var(--border-radius--large);
    display: block;
  }

  .about-values_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-values_block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center end;
    padding: 0;
    display: grid;
  }

  .about-team_grid {
    grid-column-gap: var(--fixed--1-125rem);
    grid-row-gap: var(--fixed--3rem);
    grid-template-columns: 1fr 1fr;
  }

  .blog-list_list {
    grid-row-gap: var(--fixed--3rem);
    grid-template-columns: 1fr 1fr;
  }

  .newsletter_arrow {
    width: 2.5rem;
  }

  .text-field {
    font-size: var(--fixed--2-25rem);
    height: 10rem;
    padding-left: 3rem;
    padding-right: 11rem;
  }

  .newsletter_btn-wrapper {
    padding: .75rem;
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--3rem);
  }

  .faq_answer-spacing {
    height: 1.25rem;
    min-height: 1.25rem;
  }

  .faq_question {
    font-size: var(--fixed--1rem);
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 5%;
  }

  .faq_button-line {
    width: var(--fixed--1-125rem);
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: -.3rem;
    display: flex;
    position: relative;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .padding-global-5 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .work-final_img {
    position: relative;
  }

  .work-content_head {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
  }

  .work-content_grid {
    flex-flow: column;
    display: flex;
  }

  .work-content_content {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .work-header_infos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .case-content_imgs-list {
    grid-column-gap: var(--fixed--3rem);
    grid-row-gap: var(--fixed--3rem);
  }

  .work-final_img-wrap {
    aspect-ratio: auto;
  }

  .case-content_final {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .work-header_img-wrap {
    aspect-ratio: auto;
  }

  .work-header_img {
    position: relative;
  }

  .work-content_heading, .instructions_rich-text h4 {
    font-size: var(--fixed--1-75rem);
  }

  .instructions_rich-text h6 {
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text h1 {
    font-size: var(--fixed--3rem);
  }

  .instructions_rich-text h5 {
    font-size: var(--fixed--1-5rem);
  }
}

@media screen and (max-width: 767px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-5rem: 1.5rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --fixed--1-25rem: 1.25rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--6rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-125rem);
    --fixed--0-75rem: .75rem;
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2rem);
    --section--medium: var(--fixed--5rem);
    --fixed--6rem: 6rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--1-5rem);
    --spacer--custom-2: var(--fixed--1-125rem);
    --fixed--2-75rem: 2.75rem;
    --fixed--2-25rem: 2.25rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--6rem);
    --section--large: var(--fixed--5rem);
    --fixed--6-5rem: 6.5rem;
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--5rem);
    --spacer--xxlarge: var(--fixed--3rem);
    --section--xsmall: var(--fixed--2-25rem);
    --section--small: var(--fixed--3rem);
    --spacer--xlarge: var(--fixed--3rem);
    --section--xlarge: var(--fixed--5rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--5rem);
    --spacer--large: var(--fixed--2rem);
    --fixed--5rem: 5rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--4-5rem: 4.5rem;
    --fixed--3-5rem: 3.5rem;
    --fixed--9rem: 9rem;
    --fixed--8rem: 8rem;
    --fixed--12rem: 12rem;
    --fixed--7rem: 7rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--0-25rem: .25rem;
    --border-radius--ultra: var(--fixed--1-25rem);
    --fixed--15rem: 15rem;
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--0-125rem: .125rem;
    --fixed--5-5rem: 5.5rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xlarge: var(--fixed--0-75rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --border-radius--xxhuge: var(--fixed--1rem);
    --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--3rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h1--letter-spacing: -.02em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--2-5rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -.02em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--2rem);
    --_typography---h3--line-height: 105%;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -.02em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--1-75rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--1-5rem);
    --_typography---h5--line-height: 110%;
    --_typography---h5--font-weight: var(--_typography---font-weight--medium);
    --_typography---h5--letter-spacing: -.02em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.02em;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--semibold: 600;
    --_typography---h2--line-height: 100%;
    --_typography---font-family--primary: "Uni Neue", Arial, sans-serif;
  }

  blockquote {
    font-size: var(--fixed--1-125rem);
  }

  .resources_heading {
    padding-bottom: var(--fixed--0-875rem);
    font-size: 1.125rem;
  }

  .spacer-custom-1.is-mobile-small {
    padding-top: var(--fixed--0-75rem);
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .text-rich-text h2 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-75rem);
  }

  .text-rich-text p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .text-rich-text h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text h3 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text h6 {
    font-size: var(--fixed--1-125rem);
  }

  .text-rich-text h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-25rem);
  }

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

  .padding-section-medium.is-mobile-small {
    padding-top: var(--fixed--2-5rem);
  }

  .padding-section-medium.is-mobile-big {
    padding-top: var(--fixed--6rem);
  }

  .padding-section-medium.is-tablet-smaller {
    padding-top: var(--fixed--1-5rem);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .resources_section {
    grid-row-gap: var(--fixed--1-125rem);
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .resources_component {
    grid-column-gap: var(--fixed--2-75rem);
    grid-row-gap: var(--fixed--2-75rem);
  }

  .resources_item-content {
    padding: var(--fixed--1-5rem);
  }

  .padding-global {
    padding-right: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
  }

  .padding-section-large.is-mobile-big {
    padding-top: var(--fixed--6-5rem);
  }

  .text-size-large {
    font-size: var(--fixed--1rem);
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

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

  .text-style-label {
    letter-spacing: .05em;
  }

  .spacer-xlarge.is-mobile-small {
    padding-top: var(--fixed--2rem);
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3.is-mobile-h4 {
    font-size: var(--_typography---h4--font-size);
    line-height: var(--_typography---h4--line-height);
    font-weight: var(--_typography---h4--font-weight);
    letter-spacing: var(--_typography---h4--letter-spacing);
  }

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

  .heading-style-h2.is-mobile-h3 {
    font-size: var(--_typography---h3--font-size);
    line-height: var(--_typography---h3--line-height);
    font-weight: var(--_typography---h3--font-weight);
    letter-spacing: var(--_typography---h3--letter-spacing);
  }

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

  .section_home-header {
    height: auto;
    min-height: auto;
  }

  .home-header_heading {
    font-size: var(--fixed--2rem);
  }

  .home-header_imgs-wrapper {
    display: none;
  }

  .button {
    border-radius: var(--fixed--1-25rem);
  }

  .button_inner {
    padding: var(--fixed--1-25rem) var(--fixed--1-75rem);
  }

  .navbar {
    padding-top: var(--fixed--0-5rem);
    padding-bottom: var(--fixed--0-5rem);
    background-color: #fff;
  }

  .navbar_links-wrap {
    width: calc(100% - 3rem);
    display: none;
    top: calc(100% + .5rem);
  }

  .home-header_location-globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-header_label {
    font-size: var(--fixed--0-75rem);
  }

  .home-header_text {
    font-size: var(--fixed--1rem);
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .label_line {
    width: var(--fixed--1-75rem);
  }

  .home-about_video-statements {
    width: min(78vw, 24rem);
    min-height: 5.5rem;
  }

  .home-about_video-statement span {
    font-size: clamp(1.35rem, 6.4vw, 2.6rem);
  }

  .home-about_video-statement.is-long span {
    font-size: clamp(1.125rem, 5.4vw, 2rem);
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .work-list_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .work-list_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .875rem;
  }

  .work-list_image-main {
    border-radius: .875rem;
  }

  .work-list_image-second {
    border-radius: .5rem;
    width: 32%;
    right: .875rem;
    bottom: .875rem;
  }

  .work-list_infos, .work-list_meta {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .work-list_item.is-foundation {
    grid-column: auto;
  }

  .work-list_item.is-foundation .work-list_block {
    display: flex;
  }

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

  .suite-card:last-child {
    grid-column: auto;
  }

  .suite-card_content {
    padding: 1rem 1rem 6rem;
  }

  .suite-card_copy {
    max-width: 100%;
    margin-top: 3rem;
  }

  .suite-card_copy h3 {
    font-size: 2.25rem;
  }

  .suite-card_copy p {
    font-size: .94rem;
  }

  .suite-card_media {
    width: 100%;
    height: 100%;
    inset: 0;
  }

  .services_component {
    grid-column-gap: var(--fixed--1-75rem);
    grid-row-gap: var(--fixed--1-75rem);
  }

  .services_items {
    grid-column-gap: var(--fixed--1-125rem);
    grid-row-gap: var(--fixed--1-125rem);
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

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

  .footer_social-media {
    width: var(--fixed--1-25rem);
  }

  .footer_wrap {
    grid-column-gap: var(--fixed--3-5rem);
    grid-row-gap: var(--fixed--3-5rem);
  }

  .footer_template-links {
    grid-column-gap: var(--fixed--0-25rem);
    grid-row-gap: var(--fixed--0-25rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_link {
    font-size: .75rem;
  }

  .about-header_content {
    position: relative;
  }

  .about-header_asset-info {
    padding: 1rem;
  }

  .about-values_block-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-values_wrapper {
    flex-direction: column;
  }

  .about-values_imgs-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    top: auto;
  }

  .about-values_block, .about-team_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-team_text, .about-team_text-2 {
    font-size: .75rem;
  }

  .blog-list_subheading, .blog-list_desc {
    font-size: var(--fixed--0-875rem);
  }

  .newsletter_arrow {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    display: flex;
  }

  .newsletter_btn-wrap {
    border-radius: var(--fixed--0-875rem);
  }

  .text-field {
    border-radius: var(--fixed--1rem);
    font-size: var(--fixed--1-75rem);
    height: 6rem;
    padding-left: 2rem;
    padding-right: 6rem;
  }

  .newsletter_btn-wrapper {
    padding: var(--fixed--0-5rem);
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--2rem);
  }

  .button-solid {
    padding-top: var(--fixed--1rem);
    padding-bottom: var(--fixed--1rem);
    border-radius: .75rem;
    font-size: .875rem;
  }

  .faq_content {
    width: 98%;
    margin-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 6%;
  }

  .faq_button-line {
    width: var(--fixed--0-875rem);
    height: 1px;
  }

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

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .work-header_infos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .case-content_imgs-list {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
  }

  .work-header_info-text {
    display: none;
  }

  .work-content_heading {
    font-size: var(--fixed--1-5rem);
    -webkit-text-stroke-width: 0px;
  }

  .blog-list_title {
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text figure {
    margin-bottom: var(--fixed--2rem);
  }

  .instructions_rich-text h2 {
    margin-top: var(--fixed--1-25rem);
    margin-bottom: var(--fixed--1-25rem);
    padding-top: var(--fixed--1-125rem);
    padding-bottom: var(--fixed--1-125rem);
    padding-left: var(--fixed--1rem);
    border-left-width: 2px;
    font-size: 1.35rem;
  }

  .instructions_rich-text p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .instructions_rich-text h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text h3 {
    margin-top: var(--fixed--1-5rem);
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-125rem);
  }

  .instructions_rich-text h6 {
    font-size: var(--fixed--1-125rem);
  }

  .instructions_rich-text h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .instructions_rich-text h5 {
    font-size: var(--fixed--1-25rem);
  }
}

@media screen and (max-width: 479px) {
  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

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

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

  .resources_font-1 {
    font-size: 5rem;
  }

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

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

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

  .resources_font-2 {
    font-size: 5rem;
  }

  .section_home-header {
    min-height: 100vh;
  }

  .home-header_component {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header_headings {
    max-width: 15rem;
  }

  .home-header_imgs-wrapper {
    display: flex;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60vh;
  }

  .home-header_labels-wrap {
    bottom: 1.25rem;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_image-second {
    width: 34%;
    right: .75rem;
    bottom: .75rem;
  }

  .suite-card_content {
    padding: .75rem .75rem 5.25rem;
  }

  .suite-card_category {
    font-size: .75rem;
  }

  .suite-card_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .suite-card_copy {
    margin-top: 2.5rem;
  }

  .suite-card_copy h3 {
    font-size: 2rem;
  }

  .suite-card_copy p {
    font-size: .9rem;
  }

  .suite-card_media {
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: var(--suite-card-radius);
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .cta_content {
    padding: var(--fixed--2rem);
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_lists {
    grid-column-gap: var(--fixed--1rem);
    grid-row-gap: var(--fixed--1rem);
  }

  .footer_wrap {
    padding-bottom: var(--fixed--1-5rem);
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .footer_main {
    grid-column-gap: var(--fixed--2-75rem);
    grid-row-gap: var(--fixed--2-75rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .about-header_cube-side._4 {
    transform: translate3d(0%, 0, -25vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .about-header_cube-side._2 {
    transform: translate3d(100%, 0, 25vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .about-header_cube-side._3 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 25vw);
  }

  .about-header_cube-side._1 {
    transform: translate3d(0, 0, 25vw);
  }

  .about-header_cube {
    width: 50vw;
  }

  .about-header_cube-wrap {
    perspective: 1000px;
  }

  .about-header_spacing {
    padding-top: var(--fixed--2-75rem);
  }

  .approach_items {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .about-values_imgs-wrapper {
    position: relative;
  }

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

  .about-values_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .about-values_block {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    display: flex;
  }

  .about-team_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .blog-list_list {
    flex-flow: column;
    display: flex;
  }

  .text-field {
    font-size: var(--fixed--1-125rem);
    height: 5rem;
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--0rem);
  }

  .faq_answer-wrap {
    padding-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 10%;
  }

  .faq_button {
    width: 2rem;
    height: 2rem;
  }

  .home-header_img {
    border-radius: 1.75vh;
    width: 10vh;
    height: auto;
  }

  .work-content_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .work-header_infos {
    grid-column-gap: var(--fixed--0-75rem);
    grid-row-gap: var(--fixed--0-75rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-content_final {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .work-related_img {
    aspect-ratio: 3 / 2;
  }
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af54f-921af54a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af569-921af54a {
  order: 0;
  place-self: end start;
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af576-921af54a {
  place-self: end;
}

#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cce-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cd6-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cea-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04dd8-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ddf-6571a0e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d350e3ee-5b0c-0d6b-de28-200e71443040-6571a13b, #w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd1206-6571a1ab, #w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd120e-6571a1ab, #w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8d5-005ba8d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8dc-005ba8d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8db-005ba8d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_484cd889-9c9b-9c07-ce5b-d03b07feac89-6571a08c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd1226-6571a1ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0632acfa-8aaa-b158-7b6a-58a2921af576-921af54a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cce-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cd6-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cea-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04d8c-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04dd8-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ddf-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f12-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f19-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f20-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f40-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f47-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04faa-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04fb2-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04fee-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ff6-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d05012-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d0501a-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d05036-6571a0e5, #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d0503e-6571a0e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueThin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueLight-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBook-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueRegular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueRegular-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueHeavy-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBlack-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto mono';
  src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto mono';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.navbar_component--menu {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.navbar_menu {
  margin-left: auto;
  display: flex;
}

.navbar_menu-list {
  align-items: center;
  gap: clamp(.75rem, 1.75vw, 1.5rem);
  display: flex;
}

.navbar_menu-link {
  font-family: var(--_typography---font-family--primary);
  color: var(--_colors---primary--black);
  font-size: .95rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  opacity: .72;
  align-items: center;
  gap: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
  transition: opacity .2s ease, transform .2s ease;
}

.navbar_menu-arrow {
  font-family: "Roboto mono", monospace;
  font-size: .95em;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transform: translateX(-.45rem);
  transition: opacity .2s ease, transform .2s ease, width .2s ease;
}

.navbar_menu-link:hover,
.navbar_menu-link:focus-visible,
.navbar_menu-link.is-current {
  color: var(--_colors---primary--black);
  opacity: 1;
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .navbar_menu-link:hover,
  .navbar_menu-link:focus-visible {
    transform: translateY(-1px);
  }

  .navbar_menu-link:hover .navbar_menu-arrow,
  .navbar_menu-link:focus-visible .navbar_menu-arrow {
    opacity: 1;
    width: .85rem;
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu-list {
    gap: .9rem;
  }

  .navbar_menu-link {
    font-size: .82rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo {
    width: 6.5rem;
  }

  .navbar_component--menu {
    gap: .75rem;
  }

  .navbar_menu-list {
    gap: .7rem;
  }

  .navbar_menu-link {
    font-size: .72rem;
  }
}

.suite-showcase {
  max-width: 72rem;
}

.suite-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: none;
  grid-auto-columns: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
  min-height: 24rem;
  overflow: hidden;
}

.suite-card {
  --suite-card-radius: 2rem;
  aspect-ratio: auto;
  flex: 0 1 5.25rem;
  width: auto;
  max-width: none;
  min-width: 5.25rem;
  height: 24rem;
  transform: none;
  transition: flex-basis .55s cubic-bezier(.22, 1, .36, 1), min-width .55s cubic-bezier(.22, 1, .36, 1), transform .2s ease;
}

.suite-card:nth-child(1), .suite-card:hover, .suite-card:focus-within {
  flex-basis: 26rem;
  min-width: 26rem;
}

.suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) {
  flex-basis: 5.25rem;
  min-width: 5.25rem;
}

.suite-card:focus {
  outline: none;
}

.suite-card:focus-visible .suite-card_shell {
  outline: 2px solid #1c130d;
  outline-offset: 4px;
}

.suite-card_shell {
  border: 0;
  border-radius: var(--suite-card-radius);
  background-color: #111;
  background-image: linear-gradient(180deg, #2b2b2b, #111 70%);
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

.suite-card:after {
  content: attr(data-app-label);
  z-index: 3;
  color: var(--suite-accent, #fff);
  font-family: var(--_typography---font-family--primary);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
  transition: opacity .2s ease;
}

.suite-card:nth-child(1):after,
.suite-card:hover:after,
.suite-card:focus-within:after {
  opacity: 0;
}

.suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within):after {
  opacity: 1;
}

.suite-card_glow, .suite-card_reveal-grid {
  display: none !important;
}

.suite-card_media {
  z-index: 1;
  border-radius: var(--suite-card-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: none;
  transform-origin: center;
  transition: opacity .28s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

.suite-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.03);
}

.suite-card:nth-child(1) .suite-card_media,
.suite-card:hover .suite-card_media,
.suite-card:focus-within .suite-card_media {
  opacity: 1;
  transform: rotate(0deg);
}

.suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) .suite-card_media {
  opacity: 0;
  transform: none;
}

.suite-card_content {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(90deg, #000000e6 0%, #000000bf 42%, #0000 82%);
  justify-content: flex-end;
  padding: 1.35rem;
  opacity: 0;
  display: flex;
  position: relative;
  transform: none;
  transition: opacity .28s ease .12s;
}

.suite-card:nth-child(1) .suite-card_content,
.suite-card:hover .suite-card_content,
.suite-card:focus-within .suite-card_content {
  opacity: 1;
}

.suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) .suite-card_content {
  opacity: 0;
}

.suite-card_category {
  color: #ffffffb3;
  font-size: .78rem;
}

.suite-card_copy {
  color: #fff;
  width: min(18rem, 70%);
  max-width: 18rem;
  margin-top: auto;
}

.suite-card_copy h3 {
  color: #fff;
  font-size: 2.75rem;
  line-height: .95;
}

.suite-card_copy p {
  color: #ffffffbf;
  max-width: 16rem;
  font-size: 1rem;
  line-height: 1.5;
}

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

@media screen and (max-width: 991px) {
  .suite-grid {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: .75rem;
    scroll-snap-type: x mandatory;
  }

  .suite-card, .suite-card:nth-child(1), .suite-card:hover, .suite-card:focus-within {
    flex: 0 0 21rem;
    min-width: 21rem;
    height: 22rem;
    scroll-snap-align: center;
  }

  .suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) {
    flex-basis: 21rem;
    min-width: 21rem;
  }

  .suite-card_content,
  .suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) .suite-card_content {
    opacity: 1;
  }

  .suite-card:after,
  .suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within):after {
    opacity: 0;
  }

  .suite-card_media,
  .suite-grid:hover .suite-card:nth-child(1):not(:hover):not(:focus-within) .suite-card_media {
    opacity: 1;
  }
}

@media screen and (max-width: 479px) {
  .suite-card, .suite-card:nth-child(1), .suite-card:hover, .suite-card:focus-within {
    flex-basis: 18rem;
    min-width: 18rem;
    height: 20rem;
  }

  .suite-card_copy h3 {
    font-size: 2.2rem;
  }
}

.numetric_component {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.numetric_heading {
  color: #000;
  max-width: 56rem;
  margin-top: 0;
  margin-bottom: 2.75rem;
  font-size: clamp(2.75rem, 5.6vw, 5.6rem);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.04em;
}

.numetric_text {
  color: #1c130d;
  max-width: 40rem;
  margin-bottom: 0;
  margin-left: auto;
  font-size: clamp(1.32rem, 1.95vw, 2rem);
  line-height: 1.16;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.015em;
}

.operations-layer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .92fr) minmax(22rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 68rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.operations-layer_content {
  min-width: 0;
}

.operations-layer_heading {
  color: #000;
  max-width: 36rem;
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: clamp(2.15rem, 4.25vw, 4.35rem);
  line-height: .96;
  font-weight: 700;
  letter-spacing: -.04em;
}

.operations-layer_text {
  color: #1c130d;
  max-width: 31rem;
  margin-bottom: 0;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.22;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.015em;
}

.operations-layer_text p {
  margin-top: 0;
  margin-bottom: 0;
}

.operations-layer_list {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  flex-flow: column;
  margin-top: 1.35rem;
  margin-bottom: 1.45rem;
  padding-left: 1.25em;
  display: flex;
}

.operations-layer_list li {
  padding-left: .15em;
}

.suite-orbit {
  justify-self: end;
  width: min(100%, 32rem);
}

.suite-orbit_stage {
  --orbit-radius: clamp(8.8rem, 15vw, 11.5rem);
  aspect-ratio: 1;
  width: min(100%, 31rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.suite-orbit_stage:before {
  display: none;
}

.suite-orbit_center {
  z-index: 2;
  text-align: center;
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 1.25rem;
  width: min(12.25rem, 44%);
  min-height: 8.75rem;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;
  transform: translate(-50%, -50%);
}

.suite-orbit_center h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: .65rem;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: .95;
  font-weight: 700;
  letter-spacing: -.035em;
}

.suite-orbit_center p {
  color: #1c130dcc;
  margin-bottom: 0;
  font-size: .98rem;
  line-height: 1.32;
  font-weight: var(--_typography---font-weight--medium);
}

.suite-orbit_label {
  color: #00000073 !important;
  margin-bottom: .55rem !important;
  font-family: "Roboto mono", monospace;
  font-size: .72rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.suite-orbit_item {
  --orbit-angle: calc((360deg / 6) * var(--orbit-index) + var(--orbit-offset, 0deg));
  appearance: none;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 1.25rem;
  width: clamp(3.8rem, 7vw, 4.9rem);
  height: clamp(3.8rem, 7vw, 4.9rem);
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(calc(var(--orbit-radius) * -1)) rotate(calc(var(--orbit-angle) * -1));
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), opacity .25s ease, filter .25s ease, box-shadow .25s ease;
}

.suite-orbit_item img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
}

.suite-orbit_item:not(.is-active) {
  opacity: 1;
  filter: none;
}

.suite-orbit_item:hover,
.suite-orbit_item:focus-visible {
  opacity: 1;
  filter: saturate(1);
  outline: none;
}

.suite-orbit_item.is-active {
  z-index: 3;
  opacity: 1;
  filter: none;
  background: #fff;
  box-shadow: 0 1rem 2.25rem #0000001f;
  transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateY(calc(var(--orbit-radius) * -1)) rotate(calc(var(--orbit-angle) * -1)) scale(1.14);
}

.section_system-flow {
  background-color: #fff;
}

.system-flow_component {
  font-family: var(--_typography---font-family--primary);
  text-align: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.system-flow_heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 4.5rem;
  font-size: clamp(3rem, 6.2vw, 6rem);
  line-height: .95;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.045em;
}

.system-flow_visual {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.system-flow_products {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.035em;
  opacity: 0;
  display: flex;
  transition: opacity .5s ease .95s;
}

.system-flow_line {
  color: #000;
  width: 100%;
  height: 1.5rem;
  display: block;
  overflow: visible;
}

.system-flow_line.is-vertical {
  display: none;
}

.system-flow_path,
.system-flow_arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-flow_path {
  stroke-dasharray: 688;
  stroke-dashoffset: 688;
}

.system-flow_arrow {
  opacity: 0;
  transition: opacity .25s ease 1.1s;
}

.system-flow_labels {
  color: #6f6b65;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.35rem;
  font-size: .92rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .03em;
  opacity: 0;
  display: grid;
  transition: opacity .45s ease .72s;
}

.system-flow_support {
  color: #1c130d;
  margin-top: 5rem;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.35;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.015em;
}

.system-flow_support strong {
  font-weight: var(--_typography---font-weight--medium);
}

.system-flow_component.is-visible .system-flow_path {
  animation: system-flow-draw 1.45s ease-out forwards;
}

.system-flow_component.is-visible .system-flow_arrow,
.system-flow_component.is-visible .system-flow_labels,
.system-flow_component.is-visible .system-flow_products {
  opacity: 1;
}

@keyframes system-flow-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 767px) {
  .business-moment_heading {
    margin-bottom: 2.5rem;
    font-size: clamp(2.5rem, 11.5vw, 3.65rem);
  }

  .business-moment_body {
    margin-left: 0;
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .early-access_component {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .early-access_content {
    position: static;
  }

  .early-access_text {
    font-size: 1rem;
  }

  .early-access_form {
    padding-top: 0;
  }

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

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

  .early-access_actions {
    align-items: stretch;
    flex-flow: column;
  }

  .form_disclaimer {
    max-width: none;
  }

  .early-access_submit {
    width: 100%;
  }

  .numetric_heading {
    margin-bottom: 2.25rem;
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .numetric_text {
    margin-left: 0;
    font-size: 1.32rem;
    line-height: 1.18;
  }

  .operations-layer_component {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .operations-layer_heading {
    max-width: 28rem;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 8.8vw, 3rem);
  }

  .operations-layer_text {
    font-size: 1.22rem;
    line-height: 1.2;
  }

  .suite-orbit {
    justify-self: center;
    width: 100%;
  }

  .suite-orbit_stage {
    --orbit-radius: clamp(7.2rem, 31vw, 8.5rem);
    width: min(100%, 25rem);
  }

  .suite-orbit_center {
    width: min(11.75rem, 48%);
    min-height: 8.25rem;
    padding: .85rem;
  }

  .suite-orbit_center h3 {
    font-size: 1.45rem;
  }

  .suite-orbit_center p {
    font-size: .88rem;
  }

  .system-flow_heading {
    margin-bottom: 3.25rem;
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .system-flow_visual {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    max-width: 24rem;
    display: grid;
  }

  .system-flow_products {
    grid-row-gap: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 1.25rem;
    font-size: 1.45rem;
  }

  .system-flow_line.is-horizontal {
    display: none;
  }

  .system-flow_line.is-vertical {
    width: 1.5rem;
    height: 18rem;
    display: block;
  }

  .system-flow_line.is-vertical .system-flow_path {
    stroke-dasharray: 328;
    stroke-dashoffset: 328;
  }

  .system-flow_labels {
    grid-row-gap: 0;
    grid-template-columns: 1fr;
    align-content: space-between;
    margin-top: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 1.25rem;
    text-align: left;
    display: grid;
  }

  .system-flow_support {
    margin-top: 3.75rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .suite-orbit_stage {
    --orbit-radius: 7rem;
  }

  .suite-orbit_item {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: .95rem;
  }
}

/* now8 landing typography system: header, body, smaller body */
:root {
  --now8-type-header: var(--_typography---h3--font-size);
  --now8-type-body: clamp(1.15rem, 1.55vw, 1.55rem);
  --now8-type-small: .875rem;
  --now8-type-weight: var(--_typography---font-weight--medium);
}

.business-moment_heading,
.numetric_heading,
.operations-layer_heading,
.system-flow_heading {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--now8-type-header) !important;
  line-height: .95;
  font-weight: var(--now8-type-weight) !important;
  letter-spacing: -.045em;
}

.scramble-text {
  font-family: inherit;
}

.business-moment_body,
.numetric_text,
.operations-layer_text,
.early-access_intent p,
.early-access_content .heading-style-h5,
.system-flow_support,
.form_field input,
.form_field select,
.business-type_option,
.early-access_submit {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--now8-type-body) !important;
  line-height: 1.16;
  font-weight: var(--now8-type-weight) !important;
  letter-spacing: -.015em;
}

.system-flow_products {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--now8-type-body) !important;
  line-height: 1;
  font-weight: var(--now8-type-weight) !important;
  letter-spacing: -.035em;
}

.suite-orbit_center p,
.suite-orbit_label,
.system-flow_labels,
.early-access_intent p:first-child,
.form_field label,
.business-type_field legend,
.form_disclaimer,
.suite-footnote,
.cta_pill {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--now8-type-small) !important;
  line-height: 1.25;
  font-weight: var(--now8-type-weight) !important;
}

.form_field label,
.business-type_field legend,
.system-flow_labels,
.suite-orbit_label {
  letter-spacing: .04em;
}

.inline-brand-highlight {
  color: #fff;
  background-color: #000;
  padding: .02em .16em .04em;
  font-family: var(--_typography---font-family--primary);
  font-weight: var(--now8-type-weight);
  line-height: .95;
  letter-spacing: -.045em;
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

a.inline-brand-highlight,
.footer_copyright a {
  text-decoration: none;
}

a.inline-brand-highlight:hover,
a.inline-brand-highlight:focus-visible {
  color: #fff;
  outline: 1px solid #000;
  outline-offset: 3px;
}

.footer_copyright a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  :root {
    --now8-type-body: 1.18rem;
    --now8-type-small: .82rem;
  }
}
