@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.woff2') format("woff2"), url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--black: #141414;
  --colors--white: #fff;
  --colors--neutral-dark: #444;
  --colors--success-green: #cef5ca;
  --colors--success-green-dark: #114e0b;
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--colors--neutral-lightest);
  --colors--neutral-lighter: #ccc;
  --colors--neutral-lightest: #eee;
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--colors--neutral-darker);
  --brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --colors--error-red: #f8e4e4;
  --colors--error-red-dark: #3b0b0b;
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--colors--neutral-darker);
  --colors--neutral: #666;
  --colors--neutral-darker: #222;
  --colors--neutral-light: #aaa;
  --colors--neutral-darkest: #111;
  --colors--warning-yellow: #fcf8d8;
  --colors--warning-yellow-dark: #5e5515;
  --colors--focus-state: #2d62ff;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--colors--black);
  color: var(--colors--white);
  letter-spacing: .01rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--colors--white);
  text-underline-offset: .25rem;
  text-decoration-thickness: .0625rem;
  transition-property: text-decoration-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colors--neutral-dark);
  text-decoration-color: var(--colors--neutral-dark);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

.system {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

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

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.form-message-success {
  background-color: var(--colors--success-green);
  color: var(--colors--success-green-dark);
  padding: 1.25rem;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h3 {
  text-wrap: balance;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-h1 {
  text-wrap: balance;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

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

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: block;
}

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

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

.styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-field-wrap {
  flex: 1;
}

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

.text-size-small {
  font-size: .875rem;
}

.heading-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.form-input {
  border: .0625rem solid var(--colors--neutral-lighter);
  background-color: var(--colors--neutral-lighter);
  height: auto;
  color: var(--colors--black);
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
}

.form-input:hover {
  border-color: var(--colors--neutral-lightest);
}

.form-input:focus {
  border-color: var(--colors--white);
}

.form-input::placeholder, .form-input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-style-link {
  color: var(--brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.heading-h2 {
  text-wrap: balance;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.styleguide-label {
  background-color: var(--colors--black);
  color: var(--colors--white);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: var(--colors--neutral-lightest);
  color: var(--colors--black);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.form-message-error {
  background-color: var(--colors--error-red);
  color: var(--colors--error-red-dark);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

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

.button {
  border: .0625rem solid var(--colors--white);
  background-color: var(--colors--white);
  color: var(--colors--black);
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s, text-decoration-color .2s;
}

.button:hover {
  border-color: var(--colors--neutral-lighter);
  background-color: var(--colors--neutral-lighter);
  text-decoration: none;
}

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

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: .0625rem solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--colors--black);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 6rem;
  display: flex;
}

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

.hide {
  display: none;
}

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.nav-wrap {
  background-color: #0000;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand:hover {
  text-decoration: none;
}

.nav-menu {
  margin-right: -1rem;
}

.nav-menu-link {
  color: var(--colors--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.nav-menu-link.w--current {
  color: var(--colors--white);
}

.nav-button {
  padding: 1rem;
}

.hero-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.hero-title {
  max-width: 30ch;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.nav-company {
  color: var(--colors--white);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.nav-section {
  z-index: 100;
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  background-color: #141414cc;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-image {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 120%;
  display: block;
}

.hero-mask {
  aspect-ratio: 2;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.platform-section {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

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

.mission-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  display: flex;
}

.mission-title {
  width: 25%;
  color: var(--colors--neutral);
  letter-spacing: .1rem;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  font-size: 1rem;
}

.mission-text {
  flex: 1;
  font-size: 2rem;
  line-height: 1.6;
}

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

.platform-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--colors--neutral-darker);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 30rem;
  padding: 2.5rem 3rem;
  display: flex;
  position: sticky;
  top: 8.25rem;
  overflow: clip;
}

.color-orange {
  color: #f56d47;
}

.color-blue {
  color: #1da2b4;
}

.color-green {
  color: #57be52;
}

.platform-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.platform-title {
  color: var(--colors--neutral-lighter);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
}

.platform-subtitle {
  font-size: 4rem;
}

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

.team-mask {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10rem;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

.team-subtitle {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.team-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

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

.team-image {
  width: 100%;
  height: auto;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colors--black);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-section {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9rem 3rem 0 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-title {
  letter-spacing: .1rem;
  font-size: 2.5rem;
}

.cta-text {
  max-width: 50ch;
  color: var(--colors--neutral-lighter);
  font-size: 1.25rem;
}

.cta-heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--colors--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-logo {
  color: #fff;
  text-transform: lowercase;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.footer-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .0625rem solid var(--colors--neutral-dark);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4rem;
  display: flex;
}

.cta-mask {
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-video {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 120%;
  display: block;
}

.absolute-link {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  position: absolute;
}

.platform-video {
  z-index: -1;
  opacity: .5;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.platform-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.platform-overlay.exenest {
  background-color: #320305cc;
}

.platform-overlay.hospinest {
  background-color: #1c2f40cc;
}

.platform-overlay.sananest {
  background-color: #1d3e2fcc;
}

.platform-content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-text {
  max-width: 60ch;
  color: var(--colors--neutral-lighter);
}

.platform-text {
  max-width: 50ch;
}

.cta-wrap {
  display: flex;
}

.footer-copy {
  color: var(--colors--neutral);
  font-size: .875rem;
}

.menu-wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-line {
  width: 100%;
  height: var(--thickness);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.menu-inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.social-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: 1rem;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  display: flex;
}

.social-link:hover {
  -webkit-text-decoration-color: var(--colors--white);
  text-decoration-color: var(--colors--white);
}

.icon-footer {
  flex: none;
  align-self: center;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}

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

.footer-brand {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

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

.newsletter-section {
  background-color: var(--colors--neutral-darker);
  padding-top: 5rem;
  padding-bottom: 4rem;
}

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

.newsletter-form {
  flex: 1;
  margin-bottom: 0;
}

.newsletter-text {
  flex: 1;
  max-width: 50ch;
}

.team-title {
  color: var(--colors--neutral-lighter);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
}

.newsletter-title {
  max-width: 30ch;
  font-size: 2rem;
}

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

@media screen and (max-width: 991px) {
  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-button {
    color: #fff;
    width: 4.25rem;
    height: 2rem;
    margin-right: -1rem;
  }

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

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

  .cta-content {
    height: auto;
    padding-top: 3rem;
    padding-left: 0;
  }

  .footer-logo {
    font-size: 2rem;
  }

  .cta-mask {
    aspect-ratio: 2;
  }

  .cta-wrap {
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .heading-h3 {
    font-size: 1.5rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .heading-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

  .nav-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mission-wrap {
    flex-flow: column;
  }

  .mission-title {
    width: auto;
  }

  .mission-text {
    font-size: 1.5rem;
  }

  .platform-card {
    min-height: auto;
  }

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

  .platform-subtitle {
    font-size: 3rem;
  }

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

  .cta-content {
    flex-direction: column;
  }

  .footer-logo {
    font-size: 1.75rem;
  }

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

  .social-links {
    flex-direction: column;
  }

  .newsletter-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsletter-form {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-row {
    flex-wrap: wrap;
  }

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

  .nav-company {
    font-size: 1.5rem;
  }

  .nav-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .platform-card {
    padding: 2rem 1.5rem;
  }

  .platform-subtitle {
    font-size: 2rem;
  }

  .social-links {
    flex-flow: wrap;
  }
}

#w-node-_65c424ae-aa73-3e9a-b5ce-20644fd12ceb-150eba7b, #w-node-_65c424ae-aa73-3e9a-b5ce-20644fd12cf7-150eba7b, #w-node-_65c424ae-aa73-3e9a-b5ce-20644fd12d03-150eba7b, #w-node-bf5907c4-8c45-ff95-fadd-4cc1961242b5-150eba7b, #w-node-bf5907c4-8c45-ff95-fadd-4cc1961242cc-150eba7b, #w-node-bf47ecdc-f31b-c452-ddb6-db452e063da0-150eba7b, #w-node-_4254c819-3ab1-cd55-4c2e-058475484cdf-150eba7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-150eba7e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-150eba7e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-150eba7e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-150eba7e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-150eba7e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-150eba7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-150eba7e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-150eba7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-150eba7e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-150eba7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-150eba7e {
  justify-self: start;
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2'), url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}