@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsanscondensed;
  src: url('../fonts/IBMPlexSansCondensed-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsanscondensed;
  src: url('../fonts/IBMPlexSansCondensed-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: #5e5d5d;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-primary: #0d0d0d;
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 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;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

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

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item.is-bg_dark {
  background-color: #000;
}

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

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

.background-color-primary {
  color: var(--text-color--text-alternate);
  background-color: #000;
}

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

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

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-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-style-h3 {
  font-size: 2rem;
  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;
}

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.text-color-secondary.text-align-center.text-size-semismall {
  font-size: .75rem;
}

.text-size-regular.text-weight-normal.text-color-primary {
  font-size: .875rem;
}

.text-size-regular.text-align-center.text-style-muted {
  opacity: 1;
  color: #e0dfdf;
}

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 80%;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-size-small {
  color: #000;
  font-size: .625rem;
  font-weight: 400;
  line-height: 115%;
}

.text-size-small.text-color-secondary {
  color: #00000080;
}

.text-size-small.text-color-white {
  color: #fff;
}

.text-size-small.text-color-grey {
  color: gray;
  font-size: .75rem;
  font-weight: 300;
}

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

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

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

.background-color-secondary {
  background-color: #0d0d0d;
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  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;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

.background-color-tertiary {
  background-color: #fff;
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.text-color-white {
  color: #fff;
}

.text-color-semiwhite {
  color: #ffffff80;
}

.text-color-grey {
  color: #5e5d5d;
}

.hero-grid_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  height: 100svh;
  display: grid;
}

.hero_left-col {
  background-color: #ca709e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_right-col {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_left-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  max-width: 300px;
  height: 50%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
}

.wrap_card-eyebrow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap_card-headline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card_headline-eyebrow {
  grid-column-gap: 45%;
  grid-row-gap: 45%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-hero {
  color: #000;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero_left-text-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 87svh;
}

.hero_right-text-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 86svh;
}

.hero_left-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_right-image-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.section_hero-sticky {
  position: sticky;
  top: 0;
}

.section_projects {
  background-color: #000;
  position: relative;
}

.project_left-card {
  aspect-ratio: 16 / 9;
  background-color: #0d0d0d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  height: auto;
  display: flex;
  position: absolute;
}

.project_right-col {
  background-color: #0d0d0d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100svh;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.project_left-col {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-grid_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_right-nav {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.project_right-nav_list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.project_right-nav_number {
  width: 50%;
  color: var(--base-color-neutral--white);
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 7rem;
  line-height: 1.2;
  display: flex;
}

.nav_list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 20% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 300;
  display: grid;
}

.nav_list-item.active {
  opacity: 100;
}

.list_item-number {
  color: #e0dfdf;
  letter-spacing: -1px;
  font-family: Inconsolata, monospace;
  font-size: .75rem;
}

.list_item-name {
  color: #e0dfdf;
  text-transform: uppercase;
  font-size: .75rem;
}

.project_right-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.project_right-headline {
  color: #e0dfdf;
  font-size: 2.75rem;
  font-weight: 300;
}

.icon_arrow-right {
  color: #e0dfdf;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.project_left-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 80svh;
  display: flex;
}

.project_right-sticky {
  height: 100%;
}

.section_about {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.about-grid_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  height: 100dvh;
  display: grid;
}

.about_left-col {
  background-color: #0d0d0d;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_right-col {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_right-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_right-skills {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 40%;
  padding: 1.5rem 2rem;
  display: flex;
}

.about_right-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about_right-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 65%;
  padding: 1rem;
  display: flex;
}

.about_card-date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_right-sphere-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.dropdown_text-block {
  color: #e0dfdf;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.skills_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.skills_block-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-size-smaller {
  color: #fff;
  font-size: .55rem;
  font-weight: 400;
  line-height: 115%;
}

.text-size-smaller.text-color-grey {
  color: var(--text-color--text-secondary);
}

.text-size-smaller.text-color-grey.text-inconsolata {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.skills_list-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.about_left-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.about_left-skills {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-size: 10vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 10vmin;
  display: flex;
  position: relative;
}

.page-loader_component {
  z-index: 999;
  background-color: #08012d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_text-style {
  display: none;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 10vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #cc1faf;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-grid_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  height: 100dvh;
  display: grid;
}

.section_intro {
  background-color: #fff;
  position: relative;
}

.intro_left-col {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100dvh;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro_right-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 100dvh;
  padding: 2rem;
  display: flex;
}

.max-width-semilarge {
  width: 100%;
  max-width: 60%;
}

.intro_left-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.intro_background-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.margin-0 {
  margin: 0;
}

.footer_form {
  width: calc(100% - 24px);
  margin-bottom: 0;
}

.footer_form-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form_text-field {
  color: #979797;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 0 16px;
  font-weight: 300;
}

.form_text-submission {
  display: flex;
  position: relative;
}

.form_submit-trigger {
  background-color: #fff0;
  position: absolute;
  inset: 0%;
}

.form_submit-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 8px auto;
}

.main-button {
  color: #111;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 100px;
  align-items: center;
  padding: 16px 30px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-button.regular-link {
  border-style: none none solid;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  width: 100%;
  padding: 5px 0 8px;
}

.text-wrapper {
  width: 100%;
  height: 20px;
  font-size: 16px;
  overflow: hidden;
}

.nav-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.nav-text.cta, .nav-text.cta.off {
  color: #ecebe9;
  text-transform: none;
  font-size: .875rem;
  font-weight: 300;
}

.form_submit-icon {
  color: #e0dfdf;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer_form-success {
  background-color: #000;
  padding: 40px 60px;
}

.footer_form-failed {
  background-color: #fff0;
  margin-top: 24px;
  padding: 0;
  font-weight: 300;
}

.form_text-status {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.component_loader {
  z-index: 9999;
  background-color: #0d0d0d;
  justify-content: center;
  align-items: flex-end;
  width: 100svw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_bottom {
  z-index: 9998;
  position: relative;
  bottom: 2rem;
}

.loader-container {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.loader-container.is-loader-bottom {
  z-index: 998;
  color: #161616;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loader-counter {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.loader-paragraph {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.body {
  background-color: #0d0d0d;
  overflow: clip;
}

.skills_block-wrapper {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 16px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.up-down-arrow {
  color: #fff;
  background-color: #0000;
  font-size: 20px;
  font-weight: 400;
}

.skills_block-info {
  margin-top: 24px;
  overflow: hidden;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ultra_gradient {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ultra_gradient.is-first {
  z-index: 0;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -11.3em;
  right: 7.6em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #fff;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.gradient-animation-custom-css {
  display: none;
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.text-size-tiny-2 {
  font-size: .875rem;
}

.text-size-tiny-2.is-cursor-text {
  z-index: 12;
  color: #0f0602;
  display: none;
  position: absolute;
}

.cursor_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor_dot {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  z-index: 9997;
  pointer-events: none;
  mix-blend-mode: difference;
}

.button-reveal {
  background-color: #0f0602;
  border: 2px solid #0f0602;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 105%);
}

.button-reveal.is-cursor-click-reveal {
  background-color: #2b2b2b;
  border-radius: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale(0);
}

.footer_top {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.project_left-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 5px #0000001c;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

.footer-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60svw;
  display: flex;
}

.footer-bottom-right {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.code-embed {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.depth-effect {
  width: 100svw;
  height: 100svh;
}

.background-color-black {
  background-color: #000;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100svh;
}

.hero {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.grid_animation-sphere {
  width: 100svw;
  height: 100svh;
}

.project_return-wrapper {
  z-index: 9999999;
  position: absolute;
  inset: 2em auto auto 2em;
}

.project_return-button {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

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

.about_right-background {
  position: absolute;
  inset: 0%;
}

.about_right-image, .intro_background-image, .hero_right_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_story-right {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about_story-card {
  perspective: 200vw;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about_story-card_img {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_story-card_img.radius-regular {
  max-height: 400px;
}

.about_story-card_height {
  padding-top: 130%;
}

.about_story-left {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.about_story-tag {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.about_story-item {
  background-color: #fff;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 3rem;
  bottom: auto;
}

.about_story-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about_story-pagaraph {
  max-width: 25rem;
  padding-bottom: 2rem;
}

.about_story-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_story-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20svh 2rem 1.5rem;
  display: grid;
}

.about_story-rotate_card {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.about_story-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 24rem;
  display: flex;
}

.project_item-img {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_story-img {
  background-color: #0b0c0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.about_story-img.radius-regular {
  position: relative;
}

.about-history-top {
  max-width: 30rem;
}

.section_services {
  color: #fff;
  background-color: #0d0d0d;
  position: relative;
}

.about_story-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_features {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.text-tiny-eyebrow {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: .75rem;
}

.max-width-about {
  max-width: 300px;
}

.services-grid_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 60svw 40svw;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_left-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service_right-sticky {
  background-color: #000;
  height: 100%;
}

.service_right-col {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100svh;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.service_left-grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.service_left-item {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 50svh;
  padding: 1rem;
  display: flex;
}

.service_right-block {
  z-index: 2;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

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

.text-size-xsmall {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 115%;
}

.text-size-xsmall.text-color-secondary {
  color: #00000080;
}

.text-size-xsmall.text-color-white {
  color: #fff;
}

.text-size-xsmall.text-color-grey {
  color: gray;
  font-size: .75rem;
  font-weight: 300;
}

.image {
  position: absolute;
  inset: 0%;
}

.service_background-img {
  position: sticky;
}

.service_right-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service_right-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.service_right-icon {
  aspect-ratio: 1;
  width: 50px;
  height: 100%;
}

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

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

.project_item-tag {
  position: relative;
  overflow: hidden;
}

.navbar_toggle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: flex;
}

.navbar_toggle.w--open {
  z-index: 10;
}

.work-body_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 6.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-hero_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page_wrapper {
  background-color: #0b0c0f;
  font-family: Satoshi, Arial, sans-serif;
}

.heading-style-h1-2 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

.work-body_details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.heading-style-h5-2 {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.work-hero_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.work-body_image {
  object-fit: contain;
  border-radius: .625rem;
  width: 70%;
  max-width: 70%;
  will-change: transform;
}

.work-body_descript {
  max-width: 40rem;
}

.text-size-semitiny {
  font-size: .7rem;
}

.text-size-semitiny.text-style-allcaps {
  letter-spacing: .09rem;
}

.section-work-body {
  z-index: 20;
  background-color: #fff;
  position: relative;
}

.section-footer {
  z-index: 15;
  background-color: #000;
  position: relative;
}

.footer_link {
  color: #fff;
  text-decoration: none;
}

.navbar_dropdown-list {
  mix-blend-mode: normal;
}

.navbar_dropdown-list.w--open {
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 0;
  display: flex;
  inset: auto 0% 0%;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.section_navbar {
  z-index: 999;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-horizontal_nav {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  display: none;
}

.navbar_right {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.curve_link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.navbar_line {
  background-color: #fff;
  width: 37.5%;
  height: 1px;
}

.navbar_line.navbar-line-bottom, .navbar_line.navbar-line-top {
  mix-blend-mode: difference;
}

.text-size-xxsmall {
  font-size: .8rem;
}

.text-size-xxsmall.text-style-allcaps {
  letter-spacing: .07rem;
  font-size: .625rem;
  line-height: 1.3;
}

.icon {
  color: #0b0c0f;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.navbar_overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #0b0c0f80;
  display: none;
  position: fixed;
  inset: 0%;
}

.hover_text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.footer_links {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

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

.hover-arrow.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.navbar_logo {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  mix-blend-mode: difference;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}

.footer_block {
  flex-direction: column;
  display: flex;
}

.grid_large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar_dropdown {
  position: static;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-size-large-2 {
  font-size: 1.4rem;
  line-height: 1.45;
}

.curve_arrow {
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.navlink {
  color: #fff;
  text-decoration: none;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  border-right: 1px solid #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 10rem;
  max-height: 65vh;
  padding: 12rem 2rem 0;
  text-decoration: none;
  display: grid;
  overflow: auto;
}

.hyperlink {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #0b0c0f;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar_drop-content {
  z-index: 30;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_drop-content.radius-regular {
  z-index: 150;
  mix-blend-mode: normal;
  margin-top: 1.5rem;
}

.work-body_item {
  background-color: #0b0c0f;
  justify-content: center;
  align-items: center;
  padding: 3.5rem;
  display: flex;
  overflow: hidden;
}

.nav_buton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.fotter_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #2e313a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.navbar_link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.projects-hero_curve {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-end;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: 1px 0% auto;
}

.works_cms-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.works_content-spacer {
  z-index: 20;
  background-color: #0b0c0f;
  height: 2rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.works_content-spacer.work-bottom-spacer {
  height: 1.5rem;
  top: auto;
}

.works_content-spacer.hero-spacer_top {
  background-color: #fff;
  height: 3.625rem;
}

.works_hero-right {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: .625rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.works-hero_navbar {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.work-white-background {
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
  width: 100%;
}

.works_intro-title {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.works_hero-intro {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 104rem);
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  display: grid;
  position: relative;
}

.works_hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .85fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
}

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

.text-size-tiny-3.text-style-allcaps {
  letter-spacing: .09rem;
}

.works_content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.works_content-header {
  width: 100%;
}

.works_right-bg {
  border-radius: .625rem;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  bottom: 0;
}

.hero_loop-text {
  align-items: center;
  width: 100vw;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero_loop-strip {
  line-height: 1;
  display: flex;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.works_content-intro {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.loop_text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-left: 2rem;
  padding-right: 3.5svw;
  display: flex;
}

.hero_loop-wrap {
  z-index: 2;
  color: #fff;
  letter-spacing: -.35vw;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 10vw;
  margin-bottom: 0;
  font-size: 20vw;
  font-weight: 400;
  display: flex;
  position: relative;
}

.work_top-text {
  justify-content: space-between;
  display: flex;
}

.about_hero-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.work-top-left {
  grid-column-gap: .35rem;
  align-items: center;
  display: flex;
}

.works_cms-item_wrap {
  perspective: 200vw;
}

.works_content-top {
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #e9f2f5;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.125rem 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.button_stroke {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.works-hero_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

.works_cms-wrapper {
  perspective: 200vw;
  width: 100%;
}

.works_cms-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  border-radius: 1rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.text-size-projects {
  font-size: .7rem;
}

.text-size-projects.text-style-allcaps {
  letter-spacing: .09rem;
}

.heading-style-h4-2 {
  text-transform: capitalize;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.work-card_tag {
  padding-left: 1px;
}

.works_card-height {
  padding-top: 56%;
}

.works_card-text {
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.project_item-cover.screen-size {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  max-width: none;
  height: auto;
}

.works_item-card {
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.works_left-image {
  filter: blur(1px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hidden_script {
  display: none;
}

.navmenu_text {
  mix-blend-mode: difference;
}

.navmenu_text.spaced {
  letter-spacing: .0875rem;
}

.mobile_view-only {
  display: none;
}

.cms_projects {
  width: 100%;
}

._154-mouse {
  opacity: .6;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: auto auto 1%;
}

._154-circle {
  background-color: #202020;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

@media screen and (min-width: 1280px) {
  .section_hero-sticky {
    overflow: hidden;
  }

  .text-size-smaller.text-color-grey {
    font-size: .655rem;
  }

  .section_intro {
    overflow: hidden;
  }

  .intro_left-content {
    width: 60%;
    display: inline-flex;
  }

  .section_footer {
    overflow: hidden;
  }

  .component_loader {
    z-index: 5;
    background-color: #0d0d0d;
  }

  .loader-counter, .loader-paragraph {
    color: #fff;
    text-transform: uppercase;
  }

  .skills_block-info {
    margin-top: 16px;
  }

  .about_story-list {
    padding-top: 10rem;
  }

  .section_features {
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h3.padding-bottom.padding-xsmall {
    font-size: 2.5rem;
  }

  .text-size-regular.text-color-secondary.text-bottom_footer {
    font-size: 1.25rem;
  }

  .hero_left-card {
    z-index: 2;
    height: 45%;
    padding: 1.5rem;
  }

  .heading-style-hero {
    font-size: 2rem;
  }

  .hero_right-image-wrap {
    justify-content: center;
    align-items: center;
    width: 125px;
    display: flex;
  }

  .about_right-skills {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about_right-card {
    padding: 1.5rem;
  }

  .about_right-sphere-wrap {
    justify-content: center;
    align-items: center;
    width: 125px;
    display: flex;
  }

  .text-size-smaller.text-color-grey {
    font-size: .75rem;
  }

  .max-width-semilarge {
    max-width: 55%;
  }

  .intro_left-content {
    width: 60%;
  }

  .footer_form-wrap {
    margin-right: 28px;
    padding-left: 24px;
  }

  .project_return-wrapper {
    top: 3em;
    left: 3em;
  }

  .project_return-button {
    font-size: 1.25rem;
  }

  .about_story-list {
    padding-bottom: 3rem;
  }

  .text-tiny-eyebrow {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h3 {
    font-size: 3rem;
  }

  .heading-style-h3.padding-bottom.padding-xsmall {
    font-size: 3.25rem;
  }

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

  .text-size-regular.text-color-secondary.text-align-center.text-size-semismall {
    font-size: .875rem;
  }

  .text-size-regular.text-color-secondary.text-bottom_footer {
    font-size: 1.5rem;
  }

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

  .text-size-small.text-color-grey {
    font-size: 1.125rem;
  }

  .main-wrapper {
    width: 100svw;
  }

  .hero_left-card {
    width: 35%;
    max-width: 400px;
    padding: 2rem;
  }

  .card_headline-eyebrow {
    grid-column-gap: 45%;
    grid-row-gap: 45%;
  }

  .heading-style-hero {
    font-size: 2.5rem;
  }

  .hero_right-image-wrap {
    width: 150px;
  }

  .project_left-card {
    width: 70%;
  }

  .project_right-col {
    padding: 2.5rem;
  }

  .project_right-nav_number {
    font-size: 8rem;
  }

  .list_item-number, .list_item-name {
    font-size: 1rem;
  }

  .project_right-headline {
    font-size: 4rem;
  }

  .about_left-col {
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .about_right-skills {
    padding: 32px 40px 40px;
  }

  .about_right-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about_right-sphere-wrap {
    width: 150px;
  }

  .dropdown_text-block {
    font-size: 1.1255rem;
  }

  .skills_block-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .text-size-smaller.text-color-grey {
    color: var(--text-color--text-secondary);
    font-size: 1rem;
  }

  .skills_list-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about_left-content, .about_left-skills {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .intro_left-col {
    padding: 4rem 2.5rem;
  }

  .intro_right-col {
    padding: 2.5rem;
  }

  .max-width-semilarge {
    max-width: 45%;
  }

  .intro_background-wrapper {
    padding: 40px;
    overflow: hidden;
  }

  .footer_form-wrap {
    margin-right: 56px;
    padding-left: 0;
  }

  .form_text-field {
    font-size: 1.15rem;
  }

  .form_submit-button {
    width: 52px;
    height: 52px;
    bottom: 3px;
  }

  .main-button.regular-link {
    border-bottom-color: #ffffff1a;
    width: 100%;
    padding-bottom: 8px;
  }

  .nav-text.cta {
    color: #e0dfdf;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .nav-text.cta.off {
    text-transform: none;
    font-size: 1rem;
  }

  .shape-9 {
    right: 14.9em;
  }

  .footer_top {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-social-link {
    width: 42px;
    height: 42px;
  }

  .code-embed {
    color: #fff;
  }

  .project_return-button {
    font-size: 1.5rem;
  }

  .about_story-card_img.radius-regular {
    max-height: 500px;
  }

  .about_story-left {
    padding: 5rem;
  }

  .about_story-pagaraph {
    max-width: none;
  }

  .about_story-list {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .about_story-intro {
    max-width: none;
  }

  .text-tiny-eyebrow {
    font-size: 1rem;
  }

  .max-width-about {
    max-width: 500px;
  }

  .service_left-col {
    padding: 5rem;
  }

  .service_right-col {
    padding: 5rem 2.5rem 2.5rem;
  }

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

  .text-size-xsmall.text-color-grey {
    font-size: 1.125rem;
  }

  .service_right-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .works_cms-list, .works_content-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h3.padding-bottom.padding-xsmall.text-color-white {
    font-size: 1.25rem;
  }

  .heading-style-h3.text-weight-medium.text-color-primary.text-align-center {
    font-size: 1.5rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-color-secondary.text-align-center.text-size-semismall {
    font-size: .675rem;
  }

  .text-size-regular.text-color-secondary.text-skills-eyebrow {
    font-size: .75rem;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero_left-col {
    background-color: #0000;
  }

  .hero_left-card {
    width: 65%;
  }

  .hero_left-background {
    display: flex;
  }

  .hero_right-image-wrap {
    width: 100px;
    height: 100px;
  }

  .project_right-col {
    padding: 1.5rem;
  }

  .project_right-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
  }

  .project_right-nav_list {
    width: 100%;
  }

  .project_right-nav_number {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 4rem;
  }

  .nav_list-item {
    grid-template-columns: 20% 70%;
  }

  .project_right-headline {
    font-size: 2rem;
  }

  .about_left-col {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_right-skills {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_right-sphere-wrap {
    width: 75%;
  }

  .text-size-smaller.text-color-grey.last-item {
    display: none;
  }

  .text-wrapper {
    height: 20px;
  }

  .nav-text {
    font-size: 36px;
  }

  .component_loader {
    display: none;
    position: fixed;
    inset: 0%;
  }

  .loader_bottom {
    bottom: 8rem;
  }

  .loader-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader-counter {
    font-size: 4rem;
  }

  .loader-paragraph {
    font-size: 2rem;
  }

  .body {
    overflow: visible;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .cursor-wrapper.hide-tablet.blend-mode-difference {
    display: none;
  }

  .footer_top {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 60svw 40svw;
    margin-right: 24px;
  }

  .footer-nav {
    max-width: 100%;
  }

  .footer-left {
    flex: none;
    width: auto;
  }

  .about_story-right {
    min-height: auto;
  }

  .about_story-left {
    padding: 2rem;
  }

  .about_story-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_story-pagaraph {
    max-width: none;
  }

  .about_story-list {
    padding: 8rem 1.5rem 2rem;
  }

  .about_story-rotate_card {
    width: 40%;
  }

  .about_story-intro {
    max-width: none;
  }

  .about_story-img.radius-regular {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-history-top, .max-width-about {
    max-width: none;
  }

  .service_left-col {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service_right-col {
    padding-top: 2rem;
  }

  .service_left-grid {
    flex-flow: column;
    display: flex;
  }

  .service_left-item {
    aspect-ratio: 3;
  }

  .work-body_details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-top: 1rem;
  }

  .text-size-regular-2 {
    font-size: 1.1rem;
  }

  .work-body_image {
    width: 80%;
    max-width: 80%;
  }

  .padding-horizontal_nav {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer_links {
    padding-bottom: 2rem;
  }

  .grid_large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid #e7eeee;
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .navbar_drop-content {
    max-height: 80vh;
    overflow: auto;
  }

  .navbar_drop-content.radius-regular {
    max-height: 65vh;
  }

  .fotter_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .navbar_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works_cms-list {
    padding-bottom: 2rem;
  }

  .works_content-spacer {
    height: 4vh;
    display: none;
  }

  .works_content-spacer.work-bottom-spacer {
    margin-top: 96vh;
    top: 96vh;
    bottom: auto;
  }

  .works_hero-right {
    margin-right: 0;
  }

  .works-hero_navbar {
    position: absolute;
  }

  .works_intro-title {
    padding-top: 0;
  }

  .works_hero-intro {
    grid-template-columns: minmax(auto, 104rem);
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .works_hero-left {
    grid-template-rows: auto 1fr;
    height: 100svh;
    padding-top: 10rem;
    position: relative;
  }

  .works_content {
    padding: 0;
  }

  .works_right-bg {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_loop-text {
    margin-left: 0;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .works_content-intro {
    padding-top: 2rem;
  }

  .loop_text {
    padding-left: 1rem;
  }

  .hero_loop-wrap {
    align-items: flex-end;
    height: 20vw;
  }

  .work_top-text {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .about_hero-text {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .works_content-top {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    top: 0;
  }

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

  .mobile_view-only {
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.text-color-secondary.text-bottom_footer {
    display: none;
  }

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

  .text-size-small.text-color-primary.text-nobreak {
    white-space: nowrap;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .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-style-h2 {
    font-size: 2rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

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

  .hero_left-card {
    width: 70%;
  }

  .card_headline-eyebrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .heading-style-hero {
    font-size: 1.5rem;
  }

  .project_right-col {
    padding: 1.5rem;
  }

  .nav_list-item {
    grid-template-columns: 25% 70%;
  }

  .list_item-number, .list_item-name {
    font-size: .65rem;
  }

  .about-grid_wrapper {
    flex-flow: column-reverse;
    height: auto;
    display: flex;
  }

  .about_left-col {
    padding: 2.5rem 1.5rem;
  }

  .about_right-skills {
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_right-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about_right-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about_right-sphere-wrap {
    width: 50%;
  }

  .about_left-skills {
    display: none;
  }

  .intro_right-col {
    padding: 1.5rem;
  }

  .footer_form {
    width: 100%;
  }

  .footer_form-wrap {
    margin-right: 0;
  }

  .loader_bottom {
    bottom: 5rem;
  }

  .loader-container.is-loader-bottom {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .loader-counter {
    font-size: 4rem;
  }

  .loader-paragraph {
    font-size: 2rem;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 24em;
    height: 80em;
    top: 11.6em;
    right: -4.8em;
    transform: rotate(-55deg);
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

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

  .footer_top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 24px;
    display: flex;
  }

  .footer-nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-link {
    width: 42px;
    height: 42px;
  }

  .footer-left {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .footer-bottom-right {
    width: auto;
  }

  .about_story-left {
    padding: 1.5rem;
  }

  .about_story-pagaraph {
    max-width: none;
  }

  .about_story-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about_story-list {
    padding: 6rem 1.5rem 1.5rem 0;
  }

  .about-history-top {
    max-width: 20rem;
  }

  .service_left-col, .service_right-col {
    padding: 1.5rem;
  }

  .text-size-xsmall.text-color-primary.text-nobreak {
    white-space: nowrap;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .work-hero_intro {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

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

  .work-body_image {
    width: 100%;
    max-width: 100%;
  }

  .work-body_descript {
    max-width: 90%;
  }

  .padding-horizontal_nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar {
    padding-top: 1.5rem;
  }

  .footer_links {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

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

  .navbar_link {
    padding: 1.5rem;
  }

  .work-body_item {
    padding: 1.2rem;
  }

  .fotter_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .works_cms-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .works_intro-title {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .works_hero-left {
    height: 100svh;
    padding-top: 25svh;
  }

  .works_content {
    padding: 0;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .works_content-intro {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_hero-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 19rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .works_content-top {
    padding-top: 1rem;
    padding-bottom: .8rem;
  }

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

  .works_card-text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-small {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3.text-weight-medium.text-color-primary.text-align-center {
    font-size: 1rem;
  }

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

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

  .text-size-regular.text-weight-normal.text-color-primary {
    font-size: .675rem;
  }

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

  .hero-grid_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: 100svh 100svh;
    grid-template-columns: 100svw;
    grid-auto-columns: 1fr;
    height: auto;
    padding-bottom: 6rem;
    display: flex;
  }

  .hero_left-col {
    height: 100svh;
    min-height: 100svh;
  }

  .hero_right-col {
    height: 100svh;
    min-height: 100svh;
    position: relative;
  }

  .hero_right-col.sphere-section {
    height: 40svh;
    min-height: 40svh;
  }

  .hero_left-card {
    width: 65%;
    min-width: 65%;
    height: 45%;
    padding: 1.25rem;
  }

  .card_headline-eyebrow {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-between;
    align-items: center;
  }

  .hero_right-text-bottom {
    inset: auto 0% 0%;
  }

  .section_hero-sticky {
    overflow: hidden;
  }

  .section_projects {
    z-index: 1;
    overflow: visible;
  }

  .project_left-card {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-width: 100%;
    position: static;
    inset: 0%;
  }

  .project_right-col {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .project_left-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    overflow: visible;
  }

  .projects-grid_wrapper {
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    height: 100svh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: clip;
  }

  .project_right-nav_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    pointer-events: none;
    cursor: none;
    display: flex;
  }

  .project_right-nav_number {
    font-size: 3rem;
  }

  .nav_list-item {
    grid-template-columns: 20% 70%;
  }

  .list_item-number, .list_item-name {
    font-size: .75rem;
  }

  .project_right-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project_right-headline {
    font-size: 2rem;
  }

  .project_right-more {
    display: flex;
  }

  .project_left-item {
    width: 100svw;
    min-width: 100svw;
    height: 100%;
    min-height: auto;
    padding: 12px 24px;
    position: static;
    overflow: hidden;
  }

  .project_right-sticky {
    height: 100%;
  }

  .about-grid_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    height: auto;
    display: flex;
  }

  .about_right-col, .about_right-skills {
    height: auto;
  }

  .about_right-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about_right-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 65%;
    height: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .about_right-sphere-wrap {
    width: 125px;
    height: 125px;
  }

  .skills_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

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

  .intro-grid_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 1fr .5fr;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .intro_left-col {
    height: 100svh;
  }

  .intro_right-col {
    height: 100%;
  }

  .intro_left-content {
    width: 80%;
  }

  .main-button {
    text-align: center;
    font-size: 16px;
  }

  .main-button.regular-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-text {
    font-size: 30px;
  }

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

  .component_loader {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .loader-counter {
    font-size: 3rem;
  }

  .loader-paragraph {
    font-size: 1rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .footer_top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .project_left-content {
    box-shadow: 4px 4px 5px #00000029;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    width: 100%;
  }

  .about_story-left {
    padding: 0;
    position: relative;
  }

  .about_story-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about_story-block {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .about_story-list {
    padding-top: 2rem;
    padding-right: 0;
  }

  .about_story-rotate_card {
    width: 75%;
  }

  .about_story-img.radius-regular {
    aspect-ratio: 3 / 4;
  }

  .about-history-top, .max-width-about {
    max-width: 75%;
  }

  .services-grid_wrapper {
    flex-flow: column-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    height: auto;
    display: flex;
    position: sticky;
    top: 0;
    overflow: clip;
  }

  .service_left-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 1.5rem 3rem;
    display: flex;
    overflow: visible;
  }

  .service_right-sticky {
    height: 100%;
  }

  .service_right-col {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 1rem;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    position: relative;
  }

  .service_left-item {
    min-height: 35svh;
  }

  .service_right-icon-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: absolute;
    inset: 1.75rem 0% auto;
  }

  .service_right-icon {
    width: 25px;
  }

  .navbar_toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .work-body_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .work-body_details {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    padding-bottom: 2rem;
    display: flex;
  }

  .work-body_descript {
    max-width: 90%;
  }

  .section_navbar {
    width: 100%;
  }

  .padding-horizontal_nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_links {
    padding-top: 1rem;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .hyperlink {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .works_cms-list {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .works_intro-title {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .works_hero-intro {
    padding-bottom: 2rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop_text {
    padding-left: 1.5rem;
  }

  .hero_loop-wrap {
    font-size: 18vw;
  }

  .about_hero-text {
    padding-top: 1rem;
    padding-bottom: 3rem;
    padding-left: .25rem;
  }

  .works_content-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .works-hero_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._154-mouse {
    z-index: 9;
    display: none;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-907dc613 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-907dc613, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-907dc613 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-907dc613 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-907dc613, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-907dc613 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-907dc613 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-907dc613, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-907dc613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_66089495-0bab-fc51-c139-bbd813ced869-f1740f84, #w-node-_0cb6827c-b088-8b28-d073-be759faf2db1-f1740f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_960a0a12-b864-fd7b-34f4-37d8e2460024-f1740f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_960a0a12-b864-fd7b-34f4-37d8e246002b-f1740f84, #w-node-_6cdb2ebd-8e78-2a94-ea3d-67df4d8858ac-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e246002e-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460036-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460040-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460049-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460055-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460061-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e246006d-f1740f84, #w-node-_960a0a12-b864-fd7b-34f4-37d8e2460079-f1740f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb98bfd0-24e4-4424-7926-da1411b038c3-11b038c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cb98bfd0-24e4-4424-7926-da1411b038c6-11b038c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb98bfd0-24e4-4424-7926-da1411b038c8-11b038c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cb98bfd0-24e4-4424-7926-da1411b038d5-11b038c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fbd9f1e-0dcb-1e4e-ef09-2103b77acfbc-b77acfba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0fbd9f1e-0dcb-1e4e-ef09-2103b77acfbf-b77acfba, #w-node-_0fbd9f1e-0dcb-1e4e-ef09-2103b77acfd1-b77acfba, #w-node-_0fbd9f1e-0dcb-1e4e-ef09-2103b77acfdb-b77acfba, #w-node-_0fbd9f1e-0dcb-1e4e-ef09-2103b77acfe5-b77acfba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8ab-3757a656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8ae-3757a656, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8c8-3757a656, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8d2-3757a656, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8e6-3757a656, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c8f4-3757a656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c907-3757a656 {
  justify-self: center;
}

#w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c909-3757a656 {
  justify-self: end;
}

#w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c915-3757a656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dcd-8c700c61 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dce-8c700c61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dcf-8c700c61 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dd8-8c700c61 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dd9-8c700c61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dea-8c700c61 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-cb98bfd0-24e4-4424-7926-da1411b038c6-11b038c0 {
    order: 9999;
    justify-self: end;
  }

  #w-node-cb98bfd0-24e4-4424-7926-da1411b038c8-11b038c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-cb98bfd0-24e4-4424-7926-da1411b038d5-11b038c0, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c907-3757a656, #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c909-3757a656 {
    justify-self: start;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dce-8c700c61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dcf-8c700c61 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dd8-8c700c61 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dd9-8c700c61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb98bfd0-24e4-4424-7926-da1411b038c8-11b038c0 {
    justify-self: center;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dd8-8c700c61 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6945ea2-14d2-4a75-f67c-9635f7568d11-f1740f84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cb98bfd0-24e4-4424-7926-da1411b038c6-11b038c0 {
    justify-self: center;
  }

  #w-node-cb98bfd0-24e4-4424-7926-da1411b038c8-11b038c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-cb98bfd0-24e4-4424-7926-da1411b038d5-11b038c0 {
    justify-self: center;
  }

  #w-node-f8c59cb9-8a8a-7d4a-b611-7050dc67c909-3757a656 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-ecb4873b-25f1-9ab5-e9ae-4ca1662a9dcd-8c700c61 {
    grid-area: 1 / 1 / 2 / 4;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsanscondensed';
  src: url('../fonts/IBMPlexSansCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsanscondensed';
  src: url('../fonts/IBMPlexSansCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}