@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  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: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: #dbdbdb;
  --base-color-neutral--primary: #080808;
  --letter-spacing-h: -.02em;
  --link-color--link-primary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --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\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-light: #aaa;
  --third-tab-color: #999;
  --second-tab-color: #b8b8b8;
  --first-tab-color: #d1d1d1;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--background-test: #ff5b46;
  --text-color--nav-height: 5em;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #27ae60;
  --base-color-system--warning-yellow: #e2b93b;
  --base-color-system--error-red: #eb5757;
  --base-color-system--focus-state: #2f80ed;
  --border-color--border-secondary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #27ae60;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--base-color-neutral--primary);
  letter-spacing: var(--letter-spacing-h);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: var(--base-color-neutral--primary);
  letter-spacing: var(--letter-spacing-h);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  color: var(--base-color-neutral--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--base-color-neutral--primary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

p {
  color: var(--base-color-neutral--primary);
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

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-0 {
  margin: 0;
}

.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-right.margin-large {
  text-wrap: pretty;
}

.margin-right.margin-large.hero-text {
  width: 39ch;
}

.margin-right.margin-large.hero-text.text-size-medium {
  letter-spacing: 0;
  line-height: 1.3;
}

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

.padding-bottom.padding-medium.heading-project {
  font-size: 7rem;
}

.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 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--background-color--background-primary);
}

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

.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 {
  background-color: var(--background-color--background-primary);
}

.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 {
  color: var(--base-color-neutral--primary);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  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 {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: var(--base-color-neutral--primary);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-align-center.tablet-faq-text {
  font-weight: 500;
}

.heading-style-h1.sticky.margin-top.margin-huge {
  text-align: center;
  font-weight: 500;
  position: sticky;
  top: 50vh;
}

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

.padding-global.padding-global-footer {
  overflow: hidden;
}

.padding-global.footer-padding-global {
  background-color: var(--base-color-neutral--primary);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 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: 1rem;
}

.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: 48rem;
}

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

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

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

.text-size-small.padding-left.white {
  padding-left: .1rem;
}

.heading-style-h4 {
  color: var(--base-color-neutral--primary);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h4.padding-bottom.padding-large.text-align-center {
  font-weight: 500;
}

.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: var(--base-color-neutral--primary);
}

.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;
  font-weight: 700;
  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;
}

.text-size-large.text-align-center {
  color: var(--background-color--background-primary);
}

.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 {
  color: var(--base-color-neutral--primary);
  letter-spacing: var(--letter-spacing-h);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.margin-left.margin-medium {
  color: var(--base-color-neutral--primary);
}

.heading-style-h2.margin-left.margin-small {
  font-family: Satoshi, Arial, sans-serif;
}

.heading-style-h2.tablet-faq-text {
  font-weight: 400;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--background-color--background-primary);
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  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\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

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

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

.container-large.is-svg-holder {
  mix-blend-mode: difference;
  position: fixed;
}

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

.text-align-center.text-tablet {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 3;
}

.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(--base-color-neutral--primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

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

.button.is-brand {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.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 {
  letter-spacing: -.01em;
  font-size: 1.25rem;
}

.text-size-medium.text-wrap-pretty {
  font-family: Satoshi, Arial, sans-serif;
}

.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: 0;
  display: block;
}

.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: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

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

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.progress-nav__wrapper {
  background-color: var(--base-color-neutral--primary);
  pointer-events: auto;
  border-radius: 50rem;
  flex: none;
  padding: .45em;
}

.progress-nav__wrapper.none {
  display: none;
}

.progress-nav__inner {
  justify-content: space-between;
  align-items: center;
  height: 5em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.progress-nav__logo-svg {
  width: 8em;
}

.progress-nav__logo {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.progress-nav__indicator {
  z-index: 2;
  background-color: var(--base-color-neutral--neutral-dark);
  border-radius: 50em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: -2.5em;
}

.navbar {
  z-index: 500;
  pointer-events: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar.is-mobile {
  display: none;
}

.contact-btn-text {
  height: 100%;
  color: var(--background-color--background-primary);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  display: flex;
}

.contact-btn-text.is--duplicate {
  font-weight: 500;
  position: absolute;
  top: 100%;
}

.contact-btn-text.is--duplicate.is-cta-text {
  font-size: 1.75em;
}

.contact-btn-text.is-btn-secondary {
  color: var(--base-color-neutral--primary);
}

.contact-btn-text.is-cta-text {
  font-size: 1.75em;
}

.contact-button {
  background-color: var(--base-color-neutral--primary);
  pointer-events: auto;
  color: #fff;
  border-radius: 50rem;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.contact-button.is-btn-secondary {
  border: 1px solid var(--base-color-neutral--primary);
  background-color: #08080800;
  justify-content: center;
  align-items: center;
  width: 10rem;
  display: inline-flex;
}

.contact-button.is-cta-button {
  z-index: 2;
  border: 4px solid var(--background-color--background-primary);
  height: 4.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.contact-button.is-cta-button.is-phone-button, .contact-button.is-phone-hero {
  display: none;
}

.progress-nav__list {
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn {
  z-index: 3;
  height: 2.5em;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn.is--before {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 100%;
}

.progress-nav__btn.is--after {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  margin-left: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 100%;
}

.heading {
  letter-spacing: -.01em;
}

.paragraph {
  font-size: 1.25rem;
}

.section-hero {
  height: 100svh;
  padding-bottom: 4rem;
  position: relative;
}

.section-hero.padding-section-large {
  height: 100vh;
}

.section-hero.padding-top.padding-huge, .section-hero.padding-top.padding-xxhuge {
  height: 100dvh;
}

.section-hero.padding-top.padding-xhuge {
  height: 100svh;
}

.hero-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.hero-wrapper-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper-left.margin-left.margin-medium {
  padding-top: 17vh;
}

.hero-wrapper-left.margin-left.margin-large {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 17vh;
}

.hero-wrapper-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.hero-wrapper-right.margin-top.margin-large {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.hero-wrapper-right.margin-top.margin-huge {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

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

.image-cover {
  object-fit: scale-down;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-line {
  background-color: var(--base-color-neutral--neutral-light);
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 85%;
  position: relative;
}

.scroll-indicator {
  position: absolute;
  inset: auto auto 2rem 3rem;
}

.height-100vh {
  height: 100%;
}

.hero-heading {
  width: 19ch;
  color: var(--base-color-neutral--primary);
  font-size: 4rem;
  font-weight: 400;
}

.nav-button-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tools-wrapper {
  justify-content: center;
  display: flex;
}

.tools-logos-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tools-upper-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.image-wrapper {
  width: 80px;
}

.tools-center-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.tools-center-wrapper.margin-right.margin-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  width: auto;
}

.tools-center-wrapper.margin-right.margin-xxlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.svg-code-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 60px;
}

.svg-code-wrapper.is-client-first {
  width: 170px;
}

.image-wrapper-middle {
  width: 56px;
}

.tools-wrapper-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tools-wrapper-bottom.padding-right.padding-huge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
}

.tools-wrapper-bottom.margin-right.margin-xhuge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tools-wrapper-bottom.margin-right.margin-huge {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.image-wrapper-bottom {
  align-items: center;
  width: 86px;
  height: 50px;
  display: flex;
}

.section-projects {
  overflow: clip;
}

.path {
  color: var(--background-color--background-primary);
}

.svg {
  color: var(--base-color-neutral--primary);
}

.svg.svg-footer {
  width: 30vw;
  position: absolute;
  inset: auto -2.5rem 0% auto;
}

.path-grey-color {
  color: var(--base-color-neutral--primary);
}

.svg-wrapper {
  pointer-events: auto;
  color: #2d62ff00;
  mix-blend-mode: normal;
  align-items: center;
  width: 5em;
  display: flex;
}

.svg-wrapper.w--current {
  pointer-events: auto;
}

.code-embed {
  height: 44px;
}

.code-embed-2 {
  height: 57px;
}

.sticky-tab {
  z-index: 10;
  height: 100vh;
  top: calc(var(--nav-height)  - 1px);
  position: sticky;
  overflow: clip;
}

.sticky-tab.is-second-tab {
  z-index: 15;
  pointer-events: none;
  height: 100vh;
  margin-top: -12vh;
}

.sticky-tab.is-third-tab {
  z-index: 20;
  height: 100vh;
  margin-top: -12vh;
}

.container {
  pointer-events: none;
  border-radius: 0 0 20px 20px;
  max-width: 100rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-tab-container {
  border-left-style: solid;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 0;
}

.container.is-tab-container.is-third-tab {
  z-index: 15;
  background-color: var(--third-tab-color);
  pointer-events: auto;
  border-radius: 30px 0 30px 30px;
  justify-content: center;
  align-items: center;
  height: 85%;
  padding: 0 1.5rem;
}

.container.is-tab-container.is-second-tab {
  background-color: var(--second-tab-color);
  pointer-events: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 85%;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.is-tab-container.is-first-tab {
  background-color: var(--first-tab-color);
  pointer-events: auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 85%;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.is-second-slope-container-mobile {
  pointer-events: none;
}

.sticky-tab__placeholder-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sticky-tab-group {
  position: relative;
  overflow: clip;
}

.sticky-tab__content {
  pointer-events: none;
  flex: 33%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky-tab__sticky {
  z-index: 10;
  pointer-events: none;
  flex-flow: column;
  margin-top: -1px;
  display: flex;
  position: relative;
  top: auto;
}

.sticky-tab-group__nav-bg {
  z-index: 2;
  width: 100%;
  height: 4em;
  position: sticky;
  top: 0;
  left: 0;
}

.osmo-icon-svg {
  width: 8em;
}

.sticky-tab__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1;
}

.sticky-tab__title.text-align-center, .sticky-tab__title.text-align-center.heading-second-row {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.sticky-tab__inner {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
}

.path-3, .path-4 {
  color: var(--base-color-neutral--primary);
}

.tab-slot-1, .tab-slot-2 {
  flex: 0 38%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tab-slot-3 {
  border-top-left-radius: 20px;
  flex: 0 38%;
  justify-content: center;
  align-items: flex-end;
  height: 4rem;
  display: flex;
}

.tab-shape {
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sticky-heading {
  z-index: 3;
  position: relative;
}

.heading-sticky-wrapper {
  background-color: var(--first-tab-color);
  border-top-left-radius: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-sticky-wrapper.is-second-tab-wrapper {
  background-color: var(--second-tab-color);
  border-top-left-radius: 0;
}

.heading-sticky-wrapper.is-third-tab-wrapper {
  background-color: var(--third-tab-color);
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
  margin-bottom: -1px;
}

.svg-right-slope {
  width: 3rem;
  height: 4rem;
  margin-bottom: -1px;
  margin-left: -1px;
}

.svg-right-slope.is-third-mobile-slope {
  display: none;
}

.svg-slope-left {
  width: 3rem;
  height: 4rem;
  margin-bottom: -1px;
  margin-right: -1px;
}

.left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 37%;
  display: flex;
}

.left-wrapper.is-middle-wrapper {
  order: 9999;
  justify-content: flex-start;
  align-items: center;
}

.video-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.process-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.process-card {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

.process-card-wrapper {
  min-width: 28rem;
  min-height: 19rem;
}

.process-card-wrapper.is-tablet {
  display: none;
}

.process-wrapper-right {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 250px;
  display: flex;
}

.process-wrapper-left {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.process-arrows-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 15%;
  padding-top: 175px;
  padding-bottom: 200px;
  display: flex;
}

.arrow-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-4, .code-embed-5 {
  height: 12rem;
}

.lottie-arrow {
  flex: 1;
  width: 100%;
  min-height: 12rem;
}

.lottie-arrow-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-arrow-2nd {
  width: 100%;
  min-height: 12rem;
  transform-style: preserve-3d;
  flex: 1;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-arrow-3rd {
  flex: 1;
  width: 100%;
  min-height: 12rem;
}

.process-card-2nd-wrapper {
  min-width: 28rem;
  min-height: 19rem;
}

.process-card-2nd-wrapper.is-tablet {
  display: none;
}

.process-card-3rd-wrapper {
  min-width: 28rem;
  min-height: 19rem;
}

.list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 1.25rem;
  display: flex;
}

.list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.faq-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper.padding-horizontal.padding-xhuge {
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fn-faq-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--third-tab-color);
  cursor: pointer;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.faq-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-heading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-item {
  background-color: var(--second-tab-color);
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.faq-answer {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.faq-answer.text-wrap-pretty.tablet-faq-text {
  font-family: Satoshi, Arial, sans-serif;
}

.faq-arrow-svg {
  width: 2.5rem;
}

.section-cta.padding-section-large {
  margin-left: auto;
}

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

.cta-wrapper.margin-left.margin-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  min-height: auto;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.footer-wrapper.padding-bottom.padding-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

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

.footer-left-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-left-wrapper.padding-bottom.padding-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.path-6 {
  color: var(--base-color-neutral--neutral-lighter);
}

.path-footer {
  color: var(--background-color--background-primary);
}

.copyright {
  font-size: .875rem;
}

.linkedin {
  padding-top: 4px;
}

.svg-container {
  isolation: auto;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.svg-outer-wrapper {
  z-index: 30;
  width: 5em;
  padding-top: 1.5rem;
}

.bunny-player__toggle-mute {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-player__video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bunny-player__playpause {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__timeline-bg {
  background-color: #ffffff26;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .9375em;
  line-height: 1;
}

.bunny-player__text.is--transparent {
  opacity: .5;
}

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

.bunny-player__interface-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: min(2em, 4vw);
  display: flex;
  position: relative;
}

.bunny-player__volume-mute-svg {
  display: none;
}

.bunny-player__time {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.75em;
  display: flex;
}

.bunny-player__timeline {
  cursor: pointer;
  flex: 1;
  align-items: center;
  height: 1em;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.bunny-player__timeline-buffered {
  opacity: .2;
  pointer-events: none;
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

.bunny-player__before {
  padding-top: 62.5%;
}

.bunny-player__dark {
  opacity: .1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__interface-btns {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.bunny-player__pause-svg, .bunny-player__fullscreen-shrink-svg {
  display: none;
}

.bunny-player__interface-fade {
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

.bunny-player__timeline-bar {
  border-radius: 1em;
  width: 100%;
  height: 30%;
  position: absolute;
  overflow: hidden;
}

.bunny-player__timeline-progress {
  pointer-events: none;
  background-color: #ff4c24;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

.bunny-player__loading-svg {
  width: 6em;
}

.bunny-player__loading {
  opacity: 0;
  visibility: hidden;
  background-color: #00000054;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__timeline-handle {
  pointer-events: none;
  background-color: #ff4c24;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)scale(0);
}

.bunny-player__fullscreen-scale-svg {
  display: block;
}

.bunny-player__big-btn-2 {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  background-color: #64646433;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding: 2em;
  display: flex;
  position: relative;
}

.bunny-player__volume-up-svg {
  display: block;
}

.bunny-player {
  pointer-events: none;
  color: #fff;
  isolation: isolate;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateX(0);
}

.bunny-player__interface {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__toggle-fullscreen, .bunny-player__toggle-playpause {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-bg {
  aspect-ratio: 3 / 2;
  pointer-events: none;
  color: #fff;
  isolation: isolate;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  transform: translateX(0);
}

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

.bunny-bg__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bunny-bg__btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  cursor: pointer;
  background-color: #6464644d;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .8125em;
  display: flex;
  position: relative;
}

.bunny-bg__loading-svg {
  width: 6em;
}

.bunny-bg__loading {
  opacity: 0;
  visibility: hidden;
  background-color: #00000054;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-bg__pause-svg {
  display: none;
}

.bunny-bg__playpause {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrapper.padding-custom1, .text-wrapper.padding-top.padding-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.text-wrap-pretty.tablet-faq-text {
  font-family: Satoshi, Arial, sans-serif;
}

.text-faq-tablet.text-align-center {
  color: var(--background-color--background-primary);
}

.heading-4 {
  display: none;
}

.section-project.padding-section-large {
  position: relative;
}

.project-hero-name-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-inside-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.arrow-button {
  width: 2rem;
}

.svg-arrow-button {
  opacity: 0;
  transform-origin: 0%;
  width: 0;
  height: 0;
  color: var(--base-color-neutral--primary);
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-anchor {
  align-items: center;
}

.project-hero-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-hero-content-wrapper.padding-top.padding-huge {
  justify-content: space-between;
}

.video-project-wrapper {
  width: 60%;
  display: flex;
}

.video-project-wrapper.reversed {
  order: -9999;
}

.text-sticky {
  text-wrap: pretty;
  width: 30%;
  position: sticky;
  top: 15vh;
}

.text-sticky.is-2nd {
  order: 9999;
  top: 0;
}

.huge-screenshot-wrapper {
  border: 1px solid var(--base-color-neutral--neutral-light);
  border-radius: 15px;
  height: 100%;
}

.footer {
  z-index: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.svg-footer {
  justify-content: center;
  align-items: flex-end;
  width: 25rem;
  height: 19rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.logo-load-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg-load {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 12rem;
  padding-top: 2rem;
}

.svg-path {
  color: var(--base-color-neutral--primary);
  padding-bottom: 0;
  padding-right: 0;
  display: inline;
}

.global-overlays {
  mix-blend-mode: difference;
}

.demo-video {
  aspect-ratio: 14.3 / 9;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.demo-video.is-video-terra {
  aspect-ratio: 14.5 / 9;
  border: 1px solid var(--base-color-neutral--neutral-light);
}

.demo-video.terra-video {
  aspect-ratio: 14.4 / 9;
}

.demo-video.is-video-paphos-map {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--base-color-neutral--neutral-light);
}

.demo-video.varelo-video {
  aspect-ratio: 14.5 / 9;
}

.demo-video__before {
  padding-top: 0%;
}

.cover-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cover-video__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none !important;
  outline: 0 solid #0000 !important;
  padding: 0 !important;
}

.project-subheading, .project-subheading.text-align-center {
  width: 30ch;
}

.project-subheading.text-align-center.padding-bottom.padding-medium {
  text-wrap-style: pretty;
  width: 31ch;
}

.heading-project {
  font-size: 6rem;
}

.section-next-prev-project {
  overflow: hidden;
}

.next-prev-wrapper {
  justify-content: space-between;
  display: flex;
}

.prev-next-project-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.next-project {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.svg-shevron {
  width: 1rem;
  color: var(--base-color-neutral--primary);
}

.svg-shevron.is-previous-shevron {
  transform: rotate(180deg);
}

.svg-shevron.next-shevron {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.path-7 {
  color: #0000;
}

.paragraph-6 {
  align-self: center;
}

.svg-line {
  background-color: var(--base-color-neutral--primary);
  border-radius: 99px;
  width: 0;
  height: 3px;
  transition: width .4s cubic-bezier(.23, 1, .32, 1);
}

.svg-line.is-2nd {
  order: -9999;
}

.order-last {
  order: 9999;
}

.image-fullscreen {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.body {
  background-color: var(--base-color-neutral--black);
}

.transition {
  z-index: 2000;
  pointer-events: none;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
  transform: none;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-lottie {
  opacity: 1;
  filter: brightness(0);
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.transition-logo-img {
  z-index: 1000;
  width: 12rem;
  max-width: 100%;
  color: var(--background-color--background-primary);
  position: relative;
  overflow: clip;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global {
  background-color: var(--base-color-neutral--black);
}

.transition-logo-img-2 {
  z-index: 2;
  width: 7em;
  position: relative;
}

.transition-lottie-2 {
  filter: brightness(0);
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.transition-color-2 {
  background-color: #b798c1;
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border-2 {
  background-color: #b798c1;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-page-transition {
  z-index: 2;
  width: 12rem;
  max-width: 100%;
  position: relative;
  overflow: clip;
}

.lottie-animation {
  filter: brightness(0);
}

.transition-color-3 {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border-3 {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-color-4 {
  background-color: #b798c1;
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border-4 {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-lottie-3 {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.section-phone-portrait {
  display: none;
}

.section-phone-portrait.padding-bottom.padding-xlarge {
  height: 100vh;
  display: none;
}

.phone-portrait-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-phone-portrait {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.image-phone-portrait-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -25% 0 auto;
}

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

.next-prev-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.path-8 {
  width: 100%;
}

.next-prev-text {
  order: -9999;
  font-size: 1.5rem;
}

.next-prev-text.is-phone {
  display: none;
}

.previous-text {
  font-size: 1.5rem;
  text-decoration: none;
}

.previous-text.is-phone {
  display: none;
}

.heading-5 {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.heading-6 {
  color: var(--base-color-neutral--neutral-darker);
}

.heading-7 {
  color: var(--base-color-neutral--primary);
}

.heading-8 {
  font-weight: 400;
}

.tablet-faq-text.heading-style-h2 {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.5rem;
}

.button-around-cta {
  z-index: 1;
  background-color: var(--background-color--background-primary);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 4.9em;
  padding-left: 2.7em;
  padding-right: 2.7em;
}

.text-behind-cta {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}

.button-around-cta-wrapper {
  background-color: var(--base-color-neutral--primary);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  align-items: flex-start;
  height: 4.5em;
  display: flex;
  position: absolute;
  inset: -2.3em 0% auto;
}

.button-around-cta-relative {
  position: relative;
}

.fn-paragraph-no-margin {
  font-family: Inter, Arial, sans-serif;
}

.cards-track {
  pointer-events: none;
  height: 100vh;
  margin-bottom: 20vh;
  position: sticky;
  top: 0;
}

.card-heading-wrapper {
  padding-left: .25rem;
}

.heading-style-h2-2 {
  color: #080808;
  letter-spacing: -.02em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.card {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  align-items: center;
  width: 450px;
  height: 600px;
  display: flex;
}

.card.padding-custom1.gsap, .card.padding-custom1.figma, .card.padding-custom1.finsweet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: auto;
  background-color: #999;
  border: 2px solid #777;
  align-items: stretch;
  width: 28rem;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
}

.card.padding-custom1.webflow {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: auto;
  background-color: #999;
  border: 2px solid #777;
  align-items: stretch;
  width: 28rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.logo {
  width: 6.5rem;
}

.logo.gsap {
  aspect-ratio: 82 / 30;
  width: auto;
  height: 4rem;
}

.logo.figma {
  aspect-ratio: 205 / 308;
  width: auto;
  height: 4.5rem;
}

.logo.client-first {
  width: 4rem;
  height: 4rem;
}

.card-text {
  text-wrap: pretty;
}

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

.heading-style-h1-sticky {
  color: #080808;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1-sticky.sticky {
  position: sticky;
  top: 50vh;
}

.heading-style-h1-sticky.sticky.margin-top.margin-huge {
  text-align: center;
}

.section-procces-wrapper {
  flex-flow: column;
  height: 400vh;
  position: relative;
}

.card-upper-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-upper-wrapper.gsap {
  justify-content: space-between;
  align-items: center;
}

.card-upper-wrapper.client-first, .card-upper-wrapper.figma {
  align-items: center;
}

.text-size-small-2 {
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
}

.text-size-small-2.padding-left {
  padding-left: .1rem;
}

.white {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.white.text-size-small-2.padding-left {
  padding-left: .1rem;
}

.white.heading-style-h2 {
  font-family: Satoshi, Arial, sans-serif;
}

.card-text-wrapper {
  background-color: #f5f5f5;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2rem .5rem;
  display: flex;
}

.card-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-lighthouse {
  aspect-ratio: 14.5 / 9;
  width: 100%;
  position: relative;
}

.body-2 {
  background-color: var(--background-color--background-primary);
}

.code-embed-6, .none {
  display: none;
}

.body-3 {
  background-color: var(--background-color--background-primary);
}

.splitter-wrapper {
  aspect-ratio: 14.4 / 9;
  border: 1px solid var(--base-color-neutral--neutral-light);
  border-radius: 10px;
  width: 60%;
  position: relative;
  overflow: hidden;
}

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

.splitter-content.is--after {
  clip-path: inset(0 0 0 25%);
}

.splitter-content__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splitter-handle {
  z-index: 2;
  background-color: var(--base-color-neutral--primary);
  cursor: ew-resize;
  justify-content: center;
  align-items: center;
  width: .25em;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
}

.splitter-handle__center {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  background-color: var(--base-color-neutral--primary);
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.splitter-handle__icon {
  justify-content: center;
  align-items: center;
  width: 1.25em;
  display: flex;
}

.path-9 {
  color: #e4d9c8;
}

.testimonials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  display: grid;
}

.testimonial {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--second-tab-color);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.testimonial.is-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1.5rem;
}

.text-testimonial {
  text-wrap-style: pretty;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 130%;
}

.text-testimonial.is-small {
  font-size: 1.25rem;
}

.paragraph-8 {
  letter-spacing: -.2px;
  font-family: Satoshi, Arial, sans-serif;
}

.testimonial-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.testimonial-image-wrapper {
  border-radius: 999px;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.testimonial-image-wrapper.is-small {
  width: 3rem;
  height: 3rem;
}

.image-cover-testimonial {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.testimonial-name {
  font-size: 1.5rem;
  font-weight: 500;
}

.testimonial-name.is-small {
  font-size: 1.25rem;
}

.heading-9 {
  font-family: Satoshi, Arial, sans-serif;
}

@media screen and (min-width: 1440px) {
  h2 {
    letter-spacing: -.01em;
    font-family: Overused grotesk Book;
  }

  p {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-family: Overused grotesk Book;
  }

  .progress-nav__inner, .progress-nav__logo, .navbar {
    pointer-events: none;
  }

  .contact-button.is-btn-secondary {
    width: 10em;
  }

  .contact-button.is-cta-button {
    border-width: 5px;
    border-color: var(--background-color--background-primary);
  }

  .hero-wrapper.padding-top.padding-huge, .hero-wrapper.padding-top.padding-xhuge {
    padding-top: 12rem;
  }

  .image-cover {
    height: 100%;
  }

  .hero-image-wrapper {
    width: 100%;
    height: 85%;
  }

  .tools-text-wrapper {
    flex-flow: column;
    flex: 1;
  }

  .tools-logos-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .tools-center-wrapper.margin-right.margin-xxlarge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .svg-code-wrapper {
    width: 70px;
  }

  .svg-code-wrapper.is-client-first {
    width: 200px;
  }

  .image-wrapper-middle {
    width: 60px;
  }

  .tools-wrapper-bottom.margin-right.margin-xhuge {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-wrapper-bottom {
    width: 80px;
    height: auto;
  }

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

  .svg.svg-footer {
    mix-blend-mode: normal;
  }

  .code-embed {
    height: 44px;
  }

  .code-embed-2 {
    height: 69px;
  }

  .sticky-tab {
    height: 96vh;
    max-height: 55rem;
  }

  .sticky-tab.is-second-tab, .sticky-tab.is-third-tab {
    height: 96vh;
    margin-top: -13vh;
  }

  .container.is-tab-container.is-third-tab, .container.is-tab-container.is-second-tab, .container.is-tab-container.is-first-tab {
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }

  .sticky-tab__placeholder-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .tab-slot-1, .tab-slot-2, .tab-slot-3 {
    flex-basis: 37%;
  }

  .svg-right-slope {
    height: 4rem;
  }

  .left-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    width: 38%;
    padding-bottom: 0;
  }

  .left-wrapper.is-middle-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
  }

  .video-wrapper {
    width: 60%;
  }

  .process-card {
    z-index: 5;
    position: relative;
  }

  .process-card-wrapper {
    width: auto;
    min-width: 31rem;
    height: auto;
    min-height: 22rem;
  }

  .process-arrows-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .lottie-arrow-2nd {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .process-card-2nd-wrapper, .process-card-3rd-wrapper {
    width: auto;
    min-width: 31rem;
    height: auto;
    min-height: 22rem;
  }

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

  .list-item {
    margin-bottom: 0;
  }

  .faq-wrapper {
    width: 70%;
  }

  .faq-wrapper.padding-horizontal.padding-xhuge {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    padding-top: 13rem;
  }

  .path-footer {
    color: var(--background-color--background-primary);
  }

  .text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

  .text-wrapper.padding-medium {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .section-project.padding-top.padding-section-large {
    overflow: hidden;
  }

  .video-project-wrapper.reversed {
    order: -9999;
  }

  .svg-footer {
    width: 35rem;
    height: 23.5rem;
    padding-bottom: 1rem;
  }

  .svg-line {
    height: 2.75px;
  }

  .image-fullscreen {
    aspect-ratio: auto;
  }

  .card.padding-custom1.finsweet {
    width: 28rem;
    height: auto;
  }

  .container-large-2 {
    pointer-events: none;
  }

  .card-text-wrapper {
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .card-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-lighthouse {
    aspect-ratio: 14.5 / 9;
    width: 100%;
  }

  .testimonials-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-testimonial {
    font-size: 2rem;
  }

  .image-cover-testimonial {
    height: 100%;
  }
}

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

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

  .margin-right.margin-large.hero-text {
    font-size: 1rem;
  }

  .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-h1.text-align-center.tablet-faq-text {
    font-size: 3.6rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    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;
  }

  .heading-style-h4.padding-bottom.padding-large {
    padding-bottom: 1rem;
    font-size: 3rem;
  }

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

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

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

  .heading-style-h2.tablet-faq-text {
    font-size: 1.75rem;
  }

  .text-size-medium.text-wrap-pretty {
    display: none;
  }

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

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .progress-nav__wrapper {
    display: none;
  }

  .contact-button.is-cta-button {
    border-width: 3px;
    height: 4.2em;
  }

  .section-hero {
    height: auto;
    padding-bottom: 6rem;
    overflow: hidden;
  }

  .hero-wrapper-left.margin-left.margin-medium {
    padding-top: 10vh;
  }

  .hero-wrapper-left.margin-left.margin-large {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 0;
    padding-top: 13vh;
  }

  .hero-wrapper-right {
    justify-content: flex-end;
    align-items: flex-end;
    width: 45%;
    height: 100%;
    inset: 36% -19% 0 auto;
  }

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

  .scroll-indicator {
    display: none;
  }

  .hero-heading {
    font-size: 3.5rem;
  }

  .section-tools.padding-section-large {
    display: none;
  }

  .section-projects {
    padding-top: 5rem;
  }

  .svg.svg-footer {
    width: 40vw;
    right: -1.5rem;
  }

  .sticky-tab {
    height: auto;
    min-height: 45vh;
    position: sticky;
    top: 5px;
  }

  .sticky-tab.is-second-tab, .sticky-tab.is-third-tab {
    height: auto;
    margin-top: -8rem;
  }

  .container {
    height: 3.5rem;
  }

  .container.is-tab-container.is-third-tab {
    border-top-right-radius: 0;
    min-height: 25rem;
    padding: 1rem 1rem 5rem;
  }

  .container.is-tab-container.is-second-tab, .container.is-tab-container.is-first-tab {
    min-height: 25rem;
    padding: 1rem 1rem 5rem;
  }

  .sticky-tab__placeholder-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
  }

  .sticky-tab__content {
    height: 3.5rem;
  }

  .sticky-tab-group__nav-bg {
    display: none;
  }

  .sticky-tab__title {
    font-size: 2em;
  }

  .tab-slot-1, .tab-slot-2 {
    flex-basis: 43%;
    margin-bottom: -1px;
  }

  .tab-slot-3 {
    flex-basis: 43%;
    height: 3.5rem;
    margin-bottom: -1px;
  }

  .heading-sticky-wrapper, .heading-sticky-wrapper.is-second-tab-wrapper {
    height: 3.5rem;
  }

  .heading-sticky-wrapper.is-third-tab-wrapper, .svg-right-slope, .svg-slope-left {
    height: 3.5rem;
    margin-bottom: 0;
  }

  .left-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-wrapper {
    width: 80%;
  }

  .process-card-wrapper {
    min-width: 32rem;
    min-height: 21rem;
  }

  .process-card-wrapper.is-tablet {
    display: block;
  }

  .process-wrapper-right {
    display: none;
  }

  .process-wrapper-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .process-arrows-wrapper {
    display: none;
  }

  .process-card-2nd-wrapper.is-tablet {
    min-width: 32rem;
    min-height: 21rem;
    display: block;
  }

  .process-card-3rd-wrapper {
    min-width: 32rem;
    min-height: 21rem;
  }

  .section-faq {
    padding-top: 4rem;
  }

  .list {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .faq-wrapper {
    width: 90%;
  }

  .faq-answer.text-wrap-pretty.tablet-faq-text {
    font-size: 1rem;
  }

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

  .footer-wrapper {
    min-height: auto;
    padding-top: 4rem;
    overflow: hidden;
  }

  .bunny-bg__playpause {
    bottom: 1em;
    right: 1em;
  }

  .text-wrap-pretty.tablet-faq-text {
    font-size: 1rem;
  }

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

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

  .text-faq-tablet {
    font-size: .875rem;
  }

  .heading-4 {
    display: block;
  }

  .project-hero-name-wrapper {
    padding-top: 2rem;
  }

  .project-hero-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .project-hero-content-wrapper.padding-top.padding-huge {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .video-project-wrapper {
    order: -9999;
    width: 100%;
  }

  .video-project-wrapper.is-second-video-project {
    order: 9999;
  }

  .text-sticky {
    text-align: left;
    width: 80%;
    position: static;
  }

  .footer {
    padding-bottom: 1rem;
  }

  .svg-footer {
    width: 15rem;
    height: 12rem;
    right: 0;
  }

  .heading-project {
    font-size: 5rem;
  }

  .card.padding-custom1.gsap, .card.padding-custom1.figma, .card.padding-custom1.finsweet, .card.padding-custom1.webflow {
    width: 26rem;
    padding: 1rem;
  }

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

  .section-procces-wrapper {
    overscroll-behavior: none;
  }

  .testimonials-wrapper {
    width: 90%;
  }

  .testimonial {
    padding: 1.5rem;
  }

  .testimonial.is-small {
    padding: 1rem;
  }

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

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

  .testimonial-image-wrapper {
    flex: none;
    width: 4rem;
    height: 4rem;
  }

  .testimonial-name {
    font-size: 1.25rem;
  }
}

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

  .heading-style-h1.text-align-center.tablet-faq-text {
    font-size: 3.5rem;
  }

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

  .padding-global.footer-padding-global {
    background-color: var(--base-color-neutral--primary);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-align-center.text-tablet {
    font-size: 3rem;
  }

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

  .contact-button.is-cta-button.is-phone-button {
    height: 3.8em;
    display: block;
  }

  .hero-wrapper-right {
    display: none;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .section-projects {
    padding-top: 0;
  }

  .svg.svg-footer {
    right: -1rem;
  }

  .sticky-tab {
    height: 100vh;
    min-height: 50vh;
  }

  .sticky-tab.is-second-tab, .sticky-tab.is-third-tab {
    height: 100vh;
  }

  .sticky-tab__title {
    font-size: 2em;
  }

  .sticky-tab__title.text-align-center {
    font-size: 1.5em;
  }

  .tab-slot-1, .tab-slot-2, .tab-slot-3 {
    flex-basis: 50%;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .footer-left-wrapper.padding-bottom.padding-medium {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 1rem;
  }

  .project-hero-name-wrapper {
    padding-top: 3rem;
  }

  .project-hero-content-wrapper.padding-top.padding-huge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-sticky {
    width: 90%;
    font-size: 1rem;
  }

  .footer {
    background-color: #0000;
    padding-bottom: 1rem;
  }

  .svg-footer {
    width: 10rem;
    height: 8rem;
    padding-bottom: 1rem;
  }

  .heading-project {
    font-size: 4.5rem;
  }

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

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

  .testimonials-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }

  .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-right.margin-large.hero-text {
    text-align: center;
    width: 30ch;
    margin-right: 0;
    font-size: .875rem;
    display: none;
  }

  .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-next-project {
    font-size: 1.25rem;
  }

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

  .heading-style-h1.text-align-center.tablet-faq-text {
    font-size: 2.5rem;
  }

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

  .padding-global.height-100vh {
    height: auto;
  }

  .padding-global.footer-padding-global {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    margin-top: -2rem;
    padding-top: 2rem;
  }

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

  .heading-style-h4.padding-bottom.padding-large.text-align-center {
    text-wrap-style: balance;
  }

  .container-large.height-100vh {
    height: auto;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar.is-mobile {
    display: block;
  }

  .contact-btn-text.is--duplicate.is-cta-text, .contact-btn-text.is-cta-text {
    font-size: 1.5em;
  }

  .contact-button {
    display: none;
  }

  .contact-button.is-cta-button {
    border-width: 2.5px;
    justify-content: center;
    align-items: center;
    height: 4em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    display: inline-flex;
  }

  .contact-button.is-cta-button.is-phone-button {
    height: 3.5em;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .contact-button.is-phone-hero {
    height: 3.5em;
    font-size: 1rem;
    display: block;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .hero-wrapper-left.margin-left.margin-medium {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 15vh;
  }

  .hero-wrapper-left.margin-left.margin-large {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15vh;
  }

  .hero-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-line.is-phone-portrait {
    opacity: .7;
    height: 1px;
  }

  .hero-heading {
    text-align: center;
    width: auto;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .tools-upper-wrapper.is-phone-portrait {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .svg-code-wrapper.is-client-first {
    display: block;
  }

  .image-wrapper-middle {
    width: 65px;
  }

  .tools-wrapper-bottom.margin-right.margin-huge {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: block;
  }

  .image-wrapper-bottom {
    width: 75px;
    display: none;
  }

  .svg.svg-footer {
    width: 100%;
    height: 10rem;
    inset: auto 0 0;
  }

  .code-embed {
    width: 150px;
    height: 44px;
  }

  .sticky-tab {
    height: auto;
    min-height: 50dvh;
  }

  .sticky-tab.is-second-tab {
    pointer-events: auto;
    height: auto;
    margin-top: -4rem;
  }

  .sticky-tab.is-third-tab {
    height: auto;
    margin-top: -4rem;
  }

  .container.is-tab-container.is-third-tab {
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    padding-bottom: 1rem;
  }

  .container.is-tab-container.is-second-tab {
    border-top-right-radius: 0;
    padding-bottom: 1rem;
  }

  .container.is-tab-container.is-first-tab {
    padding: 1rem;
  }

  .container.is-second-slope-container-mobile {
    justify-content: flex-end;
  }

  .sticky-tab__placeholder-content {
    flex-flow: column;
    padding-bottom: 4rem;
  }

  .sticky-tab__content {
    display: none;
  }

  .sticky-tab__title.text-align-center {
    padding-left: .75rem;
  }

  .sticky-tab__title.text-align-center.heading-second-row {
    padding-left: 0;
    padding-right: .75rem;
  }

  .tab-slot-1, .tab-slot-2, .tab-slot-3 {
    flex-basis: 65%;
  }

  .heading-sticky-wrapper.is-second-tab-wrapper {
    border-top-right-radius: 30px;
  }

  .heading-sticky-wrapper.is-third-tab-wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
  }

  .svg-right-slope.is-second-slope-mobile {
    display: none;
  }

  .svg-right-slope.is-third-mobile-slope {
    display: block;
  }

  .svg-slope-left.is-third-slope {
    display: none;
  }

  .left-wrapper {
    order: 9999;
    width: 100%;
  }

  .video-wrapper {
    width: 100%;
  }

  .process-card-wrapper {
    width: 100%;
    min-width: auto;
    height: 20rem;
    min-height: auto;
  }

  .process-wrapper-left {
    flex: 0 auto;
    width: 100%;
  }

  .process-card-2nd-wrapper.is-tablet, .process-card-3rd-wrapper {
    width: 100%;
    min-width: auto;
    height: 20rem;
    min-height: auto;
  }

  .faq-wrapper.padding-horizontal.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .faq-item {
    padding: 1rem;
  }

  .faq-arrow-svg {
    width: 2rem;
  }

  .cta-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .footer-left-wrapper.padding-bottom.padding-medium {
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .project-hero-name-wrapper {
    padding-top: 3rem;
  }

  .project-hero-content-wrapper.padding-top.padding-huge {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-sticky {
    width: 100%;
  }

  .footer {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

  .svg-footer {
    width: 80%;
    height: 15rem;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
  }

  .heading-project {
    font-size: 3.75rem;
  }

  .heading-project.padding-bottom.padding-small {
    font-size: 3.25rem;
  }

  .next-project {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .order-last.heading-style-h3 {
    font-size: 1.25rem;
  }

  .section-phone-portrait {
    display: block;
  }

  .section-phone-portrait.padding-bottom.padding-xlarge {
    height: auto;
    display: block;
  }

  .phone-portrait-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 60vh;
    margin-top: -2rem;
  }

  .image-phone-portrait {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    inset: auto -38% 0 auto;
  }

  .image-phone-portrait-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    right: -33%;
  }

  .tools-wrapper-phone {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
  }

  .next-prev-text {
    display: none;
  }

  .next-prev-text.is-phone {
    display: block;
  }

  .previous-text {
    display: none;
  }

  .previous-text.is-phone {
    display: block;
  }

  .tablet-faq-text.heading-style-h2 {
    font-size: 1.25rem;
  }

  .button-around-cta-wrapper {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    height: 3.5em;
    top: -1.75em;
  }

  .cards-track {
    margin-bottom: -5vh;
  }

  .card.padding-custom1.gsap, .card.padding-custom1.figma, .card.padding-custom1.finsweet, .card.padding-custom1.webflow {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-width: 1.5px;
    width: 22rem;
    padding: 1rem;
  }

  .logo {
    width: 5.5rem;
  }

  .logo.gsap {
    height: 2.5rem;
  }

  .logo.figma {
    height: 4rem;
  }

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

  .heading-style-h1-sticky.sticky.margin-top.margin-huge {
    margin-top: 5rem;
    font-size: 2.5rem;
  }

  .card-text-wrapper {
    padding: 1rem .25rem;
  }

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

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

  .text-testimonial, .text-testimonial.is-small {
    font-size: 1.125rem;
  }

  .testimonial-inner-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9b32e2db-3a80-bd24-5205-48f663fa431c-99a2079b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e0fd021-d361-d7c7-4278-4daa7d76e7c5-99a2079b, #w-node-_5c9463af-68f4-8273-6ad4-f99c67438371-99a2079b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40b0-99a2079b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40b0-99a2079b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40b5-99a2079b, #w-node-_82297ab0-0f95-7b8a-6e2b-0cf380c2d28a-99a2079b, #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40c0-99a2079b, #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40c9-99a2079b, #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40d4-99a2079b, #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40df-99a2079b, #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40e8-99a2079b, #w-node-ec736630-a481-e983-52d0-20c4b2a4d495-99a2079b {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39bf49bd-d5a2-b463-6d78-dd8ca0fb40b0-99a2079b {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  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: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}