@font-face {
  font-family: Freight Big Pro Semi;
  src: url('../fonts/freight-big-pro-semi-bold-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Freight Big Pro Book;
  src: url('../fonts/freight-big-pro-book-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--00: #fff;
  --neutral--900: #0d0d0d;
  --primary: #fff08300;
  --opacity--dark--5: #0000000d;
  --ai-image-row-desktop: 26vw;
  --neutral--1000: #000;
  --beige--50: #f8f7f4;
  --neutral--200: #c7c7c7;
  --2: .125rem;
  --4: .25rem;
  --8: .5rem;
  --12: .75rem;
  --16: 1rem;
  --20: 1.25rem;
  --24: 1.5rem;
  --28: 1.75rem;
  --32: 2rem;
  --36: 2.25rem;
  --40: 2.5rem;
  --48: 3rem;
  --56: 3.5rem;
  --64: 4rem;
  --72: 4.5rem;
  --80: 5rem;
  --88: 5.5rem;
  --104: 6.5rem;
  --120: 7.5rem;
  --144: 9rem;
  --160: 10rem;
  --beige--100: #ebe8e0;
  --neutral--30: #f7f7f7;
  --neutral--100: #e5e5e5;
  --neutral--350: #a6a6a6;
  --neutral--400: #595959;
  --neutral--500: #414141;
  --neutral--600: #464646;
  --neutral--650: #3b3b3b;
  --neutral--700: #303030;
  --neutral--750: #212121;
  --neutral--800: #1a1a1a;
  --opacity--dark--3: #00000008;
  --opacity--dark--10: #0000001a;
  --opacity--dark--15: #05336126;
  --opacity--dark--20: #0003;
  --opacity--dark--40: #0006;
  --opacity--dark--80: #000c;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--neutral--00);
  min-height: 100%;
  color: var(--neutral--900);
  flex-direction: column;
  font-family: neulis-sans;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-display-pro;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral--900);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s;
}

ul {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.heading-h2 {
  z-index: 99999;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .98em;
  position: static;
}

.heading-h2.position-absolute {
  display: block;
}

.heading-h3 {
  font-family: freight-display-pro;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h3.position-absolute {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  line-height: 1.2em;
  display: block;
}

.paragraph-20 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.btn-primary {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary);
  min-width: 8.25rem;
  color: var(--neutral--900);
  cursor: pointer;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.btn-primary:hover {
  background-color: #fef29a;
  box-shadow: 0 2px 8px #ffffff42, 0 4px 40px #ffffff29;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.section.section--ai-images {
  display: block;
}

.text-field {
  border: 1px solid var(--opacity--dark--5);
  background-color: var(--neutral--00);
  border-radius: 3rem;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field::placeholder {
  color: #8a8a8a;
}

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

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_spline-scene {
  z-index: auto;
  opacity: .46;
  mix-blend-mode: normal;
  width: 100vw;
  height: 100%;
  margin-left: 570px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.row-1 {
  width: 102%;
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  margin-left: -1%;
  display: flex;
}

.ai-image {
  z-index: 2;
  object-fit: contain;
  border-radius: .25em;
  position: relative;
}

.row-2 {
  width: 100%;
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 12vw;
  display: block;
  position: relative;
}

.ai-img_text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.ai-img_text-wrapper {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.ai-img_artwork-wrapper {
  z-index: 4;
  will-change: transform;
  width: 100%;
  margin-bottom: -26rem;
  position: relative;
}

.ai-img_blank-wrapper {
  z-index: 1;
  will-change: transform;
  width: 100%;
  position: absolute;
  inset: 100vw 0% 0%;
}

.blank-wrapper {
  aspect-ratio: 3 / 4;
  background-color: #f7f7f7d1;
  border-radius: .5rem;
  width: 100%;
  max-width: 8vw;
}

.blank-wrapper.balnk-wrapper--center {
  position: relative;
  top: -13vw;
}

.blank-row-1 {
  width: 90%;
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blank-row-2 {
  width: 55%;
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-img_art-blank-wrapper {
  z-index: 4;
  width: 100%;
  max-width: 100%;
  margin-top: -100vw;
  padding-top: 80vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.ai-img_blank-work-wrapper {
  width: 100%;
  position: relative;
}

.ai-img_artwork-inner-wrapper {
  width: 100%;
}

.ai-img_desc-wrapper {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: .25rem;
  flex-flow: column;
  width: 124%;
  margin-top: .25rem;
  margin-left: -12%;
  padding: .5rem;
  display: none;
  position: absolute;
}

.ai-img_desc {
  text-align: center;
  font-size: .7rem;
  line-height: 1.3em;
}

.position-absolute {
  position: absolute;
}

.loader {
  z-index: 1600;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-heading {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 5vw;
  font-style: normal;
  line-height: 1.4em;
  display: none;
}

.loader_column {
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  width: 25%;
  height: 100%;
}

.loader_column.is-2 {
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding-right: 1em;
  display: flex;
}

.loader_column.is-4 {
  border-right-style: none;
  height: 100%;
}

.loader_column.is-3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding-left: 1em;
  display: flex;
}

.black-section-fade {
  background-image: linear-gradient(180deg, #0000, var(--neutral--1000));
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.black-section-fade.black-section-fade--ai-imgs {
  z-index: 5;
  pointer-events: none;
}

.ai-img_white-shadow {
  filter: blur(30px);
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cursor-wrapper {
  z-index: 100000;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-element {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.button_circle {
  z-index: 0;
  background-color: #3cf5ff;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.menu_button-circle {
  background-color: #5bc2c5;
  border: 1px solid #5bc2c5;
  margin-bottom: 0;
}

.navbar_link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.navbar_link.w--current {
  color: #fff;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navbar_menu-button {
  padding: 0;
}

.button {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button.is-navbar-button.menu_button {
  opacity: 0;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #1d1d1d80;
  border: 2px solid #1d1d1d33;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  height: 3.46rem;
  padding: .2rem .5rem .2rem 2.8rem;
  transition: width .2s;
  position: fixed;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar_component {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-inner-shadow {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.header_title {
  line-height: 110%;
  display: inline;
}

.header_title.heading-style-h1 {
  opacity: 1;
  color: var(--beige--50);
  text-transform: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 105%;
  position: static;
}

.external-link {
  color: #fff;
  mix-blend-mode: difference;
  text-decoration: underline;
}

.external-link:hover {
  text-decoration: none;
}

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

.header-100svh {
  z-index: 0;
  align-items: center;
  min-height: calc(100svh - 6rem);
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.margin-top.margin-medium {
  padding-top: 30px;
  display: block;
}

.header_title-wrapper {
  mix-blend-mode: normal;
  padding-top: 20px;
}

.header_testimonail-link {
  z-index: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1rem;
  transition: filter .2s, z-index .2s;
  position: relative;
}

.header_testimonail-link:hover {
  z-index: 1;
  filter: brightness(70%);
}

.testimonial_client-logo-link {
  mix-blend-mode: difference;
  transition: opacity .2s;
}

.testimonial_client-logo-link:hover {
  opacity: .7;
}

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .88rem;
  font-weight: 600;
}

.header_tag-wrapper {
  color: var(--beige--50);
  background-color: #1f6c6e;
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  font-size: .88rem;
  display: none;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.is-height-full {
  align-items: stretch;
  display: none;
}

.section_header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.padding-section-large.is-header {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
}

.canvas-outer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.subtext {
  color: #fff;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.hero-title-large {
  mix-blend-mode: normal;
  max-width: 1200px;
  padding-top: 0;
}

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

.hero-gradient {
  background-image: linear-gradient(0deg, #0f0f0f, #fff0);
  height: 20vh;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image {
  opacity: .61;
  mix-blend-mode: normal;
  width: 100vw;
  max-width: 100vw;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image-2 {
  opacity: .57;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 35px 15px;
  overflow: visible;
}

.purple-line {
  background-color: #5bc2c5;
  width: 100%;
  height: 2px;
}

.comment-wrapper-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.comment-tag {
  color: var(--beige--50);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
}

.sticky-wrap {
  z-index: 2;
  height: auto;
  position: relative;
}

.view-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.view-line {
  align-items: center;
  width: 100%;
}

.view {
  text-align: center;
  width: 95px;
  font-style: normal;
}

.hero_visual-height, .hero_image-height-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.home-hero_scoll-wrapper {
  z-index: 20;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-hero_scoll-line {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-2-dark {
  opacity: .57;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 35px 15px;
  overflow: visible;
}

.comment-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  background-color: #0b0b0b00;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.line_wrap {
  z-index: 999;
  pointer-events: none;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.line_panel {
  opacity: .3;
  border-right: 1px solid #ffffff1f;
  width: 100%;
  height: 100%;
}

.line_panel.last {
  border-right-color: #fff0;
}

.product_section {
  flex-wrap: wrap;
  padding-top: 11vw;
  padding-bottom: 11vw;
  display: flex;
}

.product_link {
  border-bottom: 1px solid #464646;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.product_list {
  width: 60%;
  color: var(--neutral--00);
  font-family: Freight Big Pro Semi, Georgia, sans-serif;
}

.product_title {
  color: #f8f7f4;
  font-size: 2rem;
  line-height: 1;
}

.product_content {
  width: 100%;
  color: var(--neutral--00);
  justify-content: space-between;
  align-items: center;
  padding-right: 3vw;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  display: flex;
  position: relative;
}

.product_header {
  width: 40%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.product_img {
  opacity: 0;
  pointer-events: none;
  border-radius: 20px;
  width: 33.3333%;
  height: auto;
  position: absolute;
  overflow: visible;
}

.product_number {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.svg_wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.img_wrap {
  z-index: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.img_cover {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

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

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

.track-icon {
  background-color: #5bc2c5;
  border-radius: 50%;
  width: .75em;
  height: .75em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.text-micro-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.text-micro-2.grey-01 {
  color: #5bc2c5;
  letter-spacing: 0;
  text-transform: none;
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.text-display-4 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.text-display-7 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.about-card {
  z-index: auto;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.content {
  text-align: center;
  border: 2px solid #2d2d2d;
  justify-content: center;
  padding: 4em;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-card-title {
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
}

.track {
  border: 1px solid #464646;
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: center;
  height: 6.25em;
  display: none;
  overflow: hidden;
}

.col {
  width: 100%;
}

.col._10-20 {
  max-width: 50%;
}

.text-display-1 {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 5em;
}

.row {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.row.story-content {
  flex-direction: row;
  justify-content: space-between;
}

.row.story-title {
  margin-bottom: 5em;
}

.story-text {
  width: 100%;
  max-width: 296px;
}

.text-body-2 {
  color: #f8f7f4;
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.subtext-content {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.subtext-content.grey-01 {
  color: #5bc2c5;
  letter-spacing: 0;
  text-transform: none;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-item {
  cursor: pointer;
  background-color: #0000;
  border-left: 2px solid #5bc2c5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-a-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.9em;
}

.faq-divider {
  opacity: .23;
  border: 1px solid #8f8f8f;
  height: 0;
  font-size: .91em;
  line-height: 1em;
}

.c-faq-q {
  background-color: #fff;
  align-items: center;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1em;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  overflow: hidden;
}

.timeline-main_heading-wrapper-2 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  line-height: 1.2em;
}

.section-faq-heading--home {
  background-color: #ececec;
  padding-top: 60px;
  display: block;
  position: relative;
  top: 0;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.container-11 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.faq-stripe-2 {
  background-color: #5bc2c5;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-21 {
  color: #000;
  font-size: 20px;
}

.faq-q-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.home-faq-section {
  clear: none;
  background-color: #ececec;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  top: auto;
}

.faq-stripe-1 {
  background-color: #5bc2c5;
  width: 2px;
  height: 100%;
}

.home-faq {
  z-index: 20;
  min-height: auto;
  padding-bottom: 60px;
  position: relative;
  top: 0;
  bottom: 0;
}

.bold-text-9 {
  color: #5bc2c5;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
}

.margin-bottom-xlarge {
  border: 0 solid #000;
  margin-bottom: 56px;
}

.expect-header {
  color: #fff;
  text-align: center;
  width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.timeline_progress-bar-2 {
  z-index: -1;
  background-color: #5bc2c5;
  background-image: none;
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: -4px auto 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #0d0d0d, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-fade-top {
  background-image: linear-gradient(#0d0d0d, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.expect-sub-heading {
  color: #5bc2c5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -10px;
}

.timeline-section {
  z-index: 0;
  background-color: #0d0d0d;
  display: block;
  position: relative;
}

.timeline_circle {
  background-color: #5bc2c5;
  border: 1px solid #0d0d0d;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0d0d0d;
}

.timeline_item-3 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.step {
  text-align: left;
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bold-text-13, .bold-text-12 {
  color: #5bc2c5;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
}

.timeline_progress-4 {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_date-text-2 {
  z-index: 0;
  color: #fff;
  letter-spacing: -.03em;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.footer-wrap {
  color: #dfd3c3;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.footer {
  z-index: 1;
  color: #fff;
  text-align: left;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 3vw 3vw;
  display: flex;
  position: relative;
  bottom: 0;
}

.form-wrapper {
  width: 80vw;
  margin-left: 0;
  position: relative;
}

.footer-flex {
  z-index: 50;
  color: #fff;
  text-align: left;
  background-color: #0a0a0a00;
  flex-flow: row;
  place-content: stretch space-between;
  align-items: center;
  margin-top: 21px;
  padding: 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-area {
  color: #0d0d0d;
  background-color: #dbdbdb;
  border: 0 solid #000;
  border-bottom: 1px solid #5bc2c5;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 105px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.text-area:hover, .text-area:active {
  border-bottom-color: #316567;
}

.text-area:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93 #f3bb93 #5bc2c5;
}

.form-container {
  z-index: 1;
  background-color: #0a0a0a00;
  flex-direction: column;
  padding: 40px 20px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-name-wrapper {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.footer-text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.field-label-2 {
  color: #0d0d0d;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.contact-wrapper-2 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
  top: 70px;
}

.text-field-2 {
  color: #0d0d0d;
  background-color: #dbdbdb;
  border: 0 solid #000;
  border-bottom: 1px solid #5bc2c5;
  border-radius: 8px;
  min-height: 62px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.text-field-2:hover, .text-field-2:active {
  border-bottom-color: #316567;
}

.text-field-2:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93 #f3bb93 #5bc2c5;
}

.text-field-2::placeholder {
  color: #626262;
  -webkit-text-stroke-color: #626262;
  font-weight: 600;
}

.grid-form-container {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  color: #fff;
  margin-bottom: 48px;
}

.claim-button {
  color: #fff;
  background-color: #316567;
  border-radius: 9px;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .4s;
}

.claim-button:hover {
  background-color: #162f30;
  text-decoration: none;
}

.success-message-2 {
  color: #fff;
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.error-message-2 {
  color: #9a9a9a;
  text-align: center;
  background-color: #a32323;
  margin-top: 28px;
  padding: 24px 39px;
}

.field-label-6, .field-label-7, .field-label-8 {
  color: #0d0d0d;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.form-block-3 {
  color: #fff;
  background-color: #ececec;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 80px;
}

.background-video {
  z-index: 10;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: var(--neutral--900);
  font-family: Montserrat, sans-serif;
}

.case-results {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}

.case-card {
  z-index: auto;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-card.content {
  text-align: center;
  background-color: #ededed;
  border: 1px solid #464646;
  justify-content: center;
  padding: 40px 4em;
}

.case-subtext {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.case-subtext.grey-01 {
  color: #5bc2c5;
  letter-spacing: 0;
  text-transform: none;
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.case-results-header {
  color: #f8f7f4;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3.5em;
}

.who-we-are-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.who-we-are-number-wrap {
  flex: 0 0 42px;
}

.who-we-are-section-title-inner {
  position: sticky;
  top: 20px;
}

.section-subtitle-block {
  overflow: hidden;
}

.container-13 {
  background-color: #0000;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-subtitle-border {
  background-color: #5bc2c5;
  width: 28px;
  height: 2px;
  margin-top: -6px;
}

.single-who-we-are-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral--900);
  background-color: #0d0d0d;
  border-top: 1px solid #2d2d2d;
  padding-top: 33px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: sticky;
  top: 20px;
}

.single-who-we-are-content-wrap.border-and-padding-none {
  background-color: #0d0d0d;
  border-top-width: 0;
  padding-top: 0;
}

.who-we-are-title {
  color: #f8f7f4;
  margin-bottom: 12px;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
}

.who-we-are-content-scrolling-border-left {
  z-index: 2;
  background-color: #5bc2c5;
  width: 1px;
  height: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-subtitle {
  color: #5bc2c5;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #0e564e;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.who-we-are-top-border {
  z-index: 1;
  background-color: #2d2d2d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.who-we-are-content-border-left {
  z-index: 1;
  background-color: #2d2d2d;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-title-2 {
  margin-bottom: 0;
}

.section-title-2.font-size-decrease-tablet-device {
  color: #f8f7f4;
  text-align: center;
  -webkit-text-stroke-color: #121212;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.who-we-are-summary {
  color: #f8f7f4;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.9em;
}

.section-title-block {
  overflow: hidden;
}

.who-we-are-content-area {
  margin-left: 0;
  padding-top: 95px;
  padding-bottom: 65px;
  padding-right: 100px;
  position: relative;
}

.section-subtitle-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.who-we-are-number-text {
  color: #121212;
  background-color: #5bc2c5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: #0d0d0d;
}

.line-scroll-div {
  width: 100%;
  height: 160px;
  margin-top: -261px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: clip;
}

.hero {
  height: 100vh;
}

.video {
  padding-bottom: 10vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
}

.content {
  padding-top: 9em;
  padding-bottom: 9em;
}

.content.story {
  background-color: var(--primary);
  color: var(--neutral--00);
  padding-top: 4em;
  padding-bottom: 7em;
}

.case-results-section {
  padding-top: 9em;
  padding-bottom: 9em;
}

.case-results-section.padding-0 {
  color: var(--neutral--00);
  background-color: #0000;
}

.results {
  color: var(--beige--50);
  background-color: #0d0d0d;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.faq {
  background-color: #ececec;
  margin-bottom: 0;
  display: flex;
}

.front-back-txt-anim_text-wrapper {
  grid-row-gap: 3rem;
  color: var(--beige--50);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.heading-xlarge {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.text-style-nowrap {
  text-align: left;
  letter-spacing: 0;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.section-tip {
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.front-back-txt-anim_text {
  z-index: 1;
  position: relative;
}

.front-back-txt-anim_text.is-back {
  z-index: -1;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.front-back-txt-anim_img {
  background-color: #5bc2c5;
  background-image: url('../images/bw-image.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100em;
  width: 36%;
  max-width: 20rem;
  height: 100%;
  position: relative;
}

.front-back-txt-anim_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.heading-xlarge-front {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge-front.text-style-nowrap {
  letter-spacing: 0;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.image-16 {
  z-index: 10;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 50px;
  height: auto;
  margin: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.circle {
  color: #1f1f1f;
  -webkit-text-stroke-width: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #5bc2c5;
  border: 1px #000;
  border-radius: 100em;
  width: 180px;
  height: 180px;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 6px solid #333;
  border-radius: 100em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin: 10px;
  display: block;
  position: absolute;
  overflow: clip;
}

.heading-h3-copy {
  font-family: freight-display-pro;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h3-copy.position-absolute {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  line-height: 1.2em;
  display: block;
}

.results-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.faq-header {
  color: #0d0d0d;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 4.5rem;
  line-height: 1.1em;
}

.body-inner-pages {
  background-color: #f8f7f4;
  font-family: Montserrat, sans-serif;
}

.h2_spacer-2 {
  padding-bottom: 2em;
}

.about_circle-height-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sticky-wrap-2 {
  z-index: 2;
  height: auto;
  position: relative;
}

.about_visual-2 {
  width: 40%;
  position: relative;
}

.about_image {
  z-index: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_circle-wrapper-2 {
  width: 60%;
  margin-top: -13%;
  margin-right: -14%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero_circle-height-3 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.about_content-3 {
  width: 50%;
}

.hero_content-3 {
  width: 50%;
  padding-right: 40px;
}

.about_image-height-3 {
  width: 100%;
  padding-top: 64%;
  position: relative;
  inset: 0%;
}

.hero_visual-3 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.hero_image-3 {
  z-index: 2;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.about_wrap-3 {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.progress-3 {
  background-color: #5bc2c5;
  width: 0%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_photo-3 {
  z-index: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_circle {
  width: 100%;
  position: relative;
}

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

.hero_circle-placeholder-2 {
  z-index: 1;
  background-color: #141414;
  border-radius: 100vw;
  width: 100%;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container.is-hero {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 7em;
  display: flex;
}

.container.is-about {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.section-2.is-about {
  background-color: #131313;
  position: sticky;
  top: 0;
}

.section-2.is-about.relative {
  position: relative;
}

.heading {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 1.1em;
}

.heading-3 {
  color: var(--beige--50);
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph-21 {
  color: var(--beige--50);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph {
  color: #0d0d0d;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.text-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  display: block;
}

.text-wrap.small {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.inner-faq {
  z-index: 20;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 0;
  bottom: 0;
}

.content-section-2 {
  background-color: #f8f7f4;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 6em 2em 4em;
  display: block;
  position: relative;
}

.content-wrap {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.image-17 {
  width: 80%;
  max-width: 80%;
  overflow: clip;
}

.product_section-inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 11vw;
  padding-bottom: 11vw;
  display: flex;
}

.product_header-inner {
  width: 40%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: none;
}

.cases-large-text {
  width: auto;
  max-width: 700px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 20px;
}

.section-title-block-cases, .section-subtitle-block-cases {
  overflow: hidden;
}

.section-title-2-copy-copy {
  margin-bottom: 0;
}

.section-title-2-copy-copy.font-size-decrease-tablet-device {
  color: #f8f7f4;
  text-align: left;
  -webkit-text-stroke-color: #121212;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-23 {
  color: #5bc2c5;
}

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

.section-subtitle-wrap-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.results-inner {
  color: var(--beige--50);
  background-color: #0d0d0d;
  margin-top: 65px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

.results-container-inner {
  background-color: #0000;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.results-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.results-section-inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 10vw;
  display: flex;
}

.who-we-are-content-area-copy {
  margin-left: 0;
  padding-top: 95px;
  padding-bottom: 65px;
  position: relative;
}

.who-we-are-top-border-copy {
  z-index: 1;
  background-color: #2d2d2d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.results-home {
  background-color: #0d0d0d;
  flex-wrap: wrap;
  padding-top: 11vw;
  padding-bottom: 11vw;
  display: flex;
}

.text-block {
  color: #0d0d0d;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  font-weight: 700;
}

.content-section-about {
  padding-top: 100px;
  padding-bottom: 140px;
}

.body-home {
  background-color: var(--beige--50);
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 34px;
}

.paragraph-22 {
  padding-top: 18px;
}

.rt-2 {
  padding-top: 31px;
}

.rt-bullets {
  padding-top: 14px;
  font-weight: 700;
}

.list {
  font-weight: 600;
}

.list-2 {
  font-weight: 700;
}

.rt-2-copy-copy {
  padding-top: 5px;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #0000;
  border-left: 2px solid #c8e202;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.story {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 25px;
}

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

.value-number {
  color: #76c0c4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.value-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.value-title {
  color: #fafafa;
  margin-bottom: 0;
  font-family: Freight Big Pro Book, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.value-content-block {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.values-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.value-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

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

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

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

.value-description {
  color: var(--beige--50);
  font-size: 1rem;
  line-height: 1.7em;
}

.value-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #1b1b1b;
  border: 1px solid #6b6b6b40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.value-content-wrapper._04 {
  border-style: none;
  border-radius: 20px;
  top: 24%;
}

.value-content-wrapper._01 {
  border-style: none;
  border-radius: 20px;
  top: 15%;
}

.value-content-wrapper._02 {
  border-style: none;
  border-radius: 20px;
  top: 18%;
}

.value-content-wrapper._03 {
  border-style: none;
  border-radius: 20px;
  top: 21%;
}

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

.text-span-31 {
  font-weight: 700;
}

.link-5, .link-6 {
  color: #76c0c4;
}

.rich-text-block {
  color: var(--beige--50);
  line-height: 1.7em;
}

.bold-text-29 {
  color: #76c0c4;
}

.text-span-32 {
  color: #5bc2c5;
  font-weight: 700;
}

.contact-container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vh;
}

.nav-contact-link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: none;
}

.nav-contact-link.w--current {
  color: #fff;
}

.timeline-section-contact {
  z-index: 0;
  background-color: #0d0d0d;
  display: block;
  position: relative;
}

.video-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.link-7 {
  color: #4ba3a6;
}

.link-7:hover {
  color: #5bc2c5;
}

.link-8 {
  color: #4ba3a6;
}

.link-8:hover {
  color: #5bc2c5;
}

.link-9 {
  color: #4ba3a6;
}

.link-9:hover {
  color: #5bc2c5;
}

.link-10 {
  color: #4ba3a6;
}

.link-10:hover {
  color: #5bc2c5;
}

.link-11 {
  color: #4ba3a6;
}

.link-11:hover {
  color: #5bc2c5;
}

.link-12 {
  color: #4ba3a6;
}

.link-12:hover {
  color: #5bc2c5;
}

.link-13 {
  color: #4ba3a6;
}

.link-13:hover {
  color: #5bc2c5;
}

.image-18 {
  object-fit: cover;
  max-width: none;
  overflow: hidden;
}

.nav-columns {
  z-index: 1;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.menu-close-icon {
  opacity: 0;
  position: absolute;
}

.menu-icon-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-categories {
  text-align: left;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-logo-link {
  z-index: 10;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 16px 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroller {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-text-2 {
  float: left;
  color: #9f53bb;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.menu-button {
  z-index: 101;
  color: #fff;
  order: 0;
  align-items: center;
  padding: 32px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  background-color: #0000;
}

.image {
  padding-top: 5px;
}

.navigation {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.underline {
  opacity: 1;
  background-color: #f24137;
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline.big {
  background-color: #9f53bb;
  height: 4px;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-copyright {
  color: #ffffff80;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 16px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 32px 16px auto;
}

.scroll-text-home {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 6vw;
  line-height: 1.37;
  transition: color .6s;
}

.scroll-text-home:hover {
  color: #5bc2c5;
  -webkit-text-stroke-color: #fff;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 6vw;
  line-height: 1.37;
}

.scroll-text:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.menu-line-middle {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.nav-links {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.custom-css {
  display: none;
}

._404-page-wrap {
  background-color: #0c0c0c;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-menu {
  z-index: 100;
  background-color: #151515;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 104px 14%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-line-top {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  float: left;
  clear: left;
  color: #fff;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.menu-line-bottom {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-gradient-blur {
  opacity: .75;
  filter: blur(100px);
  background-image: linear-gradient(#f969fc, #bc01f0 50%, #0c01de);
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: -10% auto auto -10%;
}

.bg-gradient-blur._2 {
  top: -25%;
  left: 15%;
}

.nav-social {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 88px;
  margin-right: -4px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: 0% 32px auto auto;
}

.menu-icon-2 {
  color: #9f53bb;
  width: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1280px) {
  .heading-h2 {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    line-height: 1.15em;
  }

  .heading-h3.position-absolute {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
  }

  .hero_spline-scene {
    opacity: .46;
    filter: none;
    mix-blend-mode: normal;
    object-fit: fill;
    width: 100vw;
    height: 100%;
    margin-top: 0;
    margin-left: 690px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    inset: 0%;
    overflow: hidden;
  }

  .ai-img_desc-wrapper {
    display: none;
  }

  .navbar_menu.is-page-height-tablet {
    padding-left: 3rem;
    padding-right: .5rem;
  }

  .header_title.heading-style-h1 {
    opacity: 1;
    mix-blend-mode: normal;
    font-size: 5.5em;
    font-style: normal;
  }

  .padding-global {
    display: block;
  }

  .container-small {
    width: 100vw;
    display: block;
  }

  .section_header {
    display: block;
    overflow: hidden;
  }

  .subtext {
    max-width: none;
    padding-top: 24px;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .hero-gradient {
    background-image: linear-gradient(0deg, #0f0f0f, #fff0);
    height: 20vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-image {
    opacity: .61;
    width: 100vw;
    max-width: none;
    display: block;
  }

  .product_img {
    border-radius: 20px;
  }

  .product_number {
    color: #f8f7f4;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .timeline-main_heading-wrapper-2 {
    max-width: 900px;
  }

  .home-faq-section {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .home-faq {
    padding-top: 0;
  }

  .margin-bottom-xlarge {
    border-width: 0;
    margin-bottom: 0;
  }

  .expect-header {
    width: 950px;
  }

  .timeline_right {
    background-color: #fff0;
    border-radius: 18px;
  }

  .step {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .timeline_date-text-2 {
    position: sticky;
  }

  .bold-text-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .footer {
    padding-top: 20px;
  }

  .text-area {
    color: #0d0d0d;
    border-bottom-color: #5bc2c5;
  }

  .text-area:active {
    font-style: normal;
  }

  .form-container {
    background-color: #0a0a0a00;
    padding-top: 0;
  }

  .text-field-2 {
    color: #0d0d0d;
    background-color: #dbdbdb;
  }

  .form-block-3 {
    -webkit-text-stroke-color: #fff;
    border-color: #ffffff40;
  }

  .who-we-are-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
  }

  .who-we-are-section-title-inner {
    max-width: 390px;
  }

  .container-13 {
    max-width: 1200px;
  }

  .single-who-we-are-content-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 50px;
  }

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

  .section-title-2.font-size-decrease-tablet-device {
    text-align: center;
  }

  .who-we-are-summary {
    margin-bottom: 0;
  }

  .who-we-are-content-area {
    padding-top: 125px;
    padding-bottom: 95px;
    padding-right: 120px;
  }

  .section-subtitle-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
    color: #0d0d0d;
  }

  .hero {
    display: block;
  }

  .content.story {
    padding-bottom: 7em;
  }

  .case-results-section.padding-0 {
    background-color: #0000;
  }

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

  .faq {
    margin-bottom: 0;
  }

  .container-large-2 {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .heading-h3-copy.position-absolute {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
  }

  .faq-header {
    color: #272727;
    max-width: none;
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    font-size: 4.5em;
    line-height: 1.1em;
  }

  .hero_content-3 {
    width: 45%;
    padding-right: 40px;
  }

  .progress-3 {
    background-color: #5bc2c5;
  }

  .heading {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
  }

  .heading-3 {
    color: #fff;
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    font-size: 3rem;
    line-height: 1.1em;
  }

  .paragraph-21 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 2.2em;
  }

  .paragraph {
    color: #0d0d0d;
    font-size: 18px;
    line-height: 1.8;
  }

  .text-wrap {
    max-width: 900px;
  }

  .inner-faq {
    padding-top: 60px;
  }

  .content-section-2 {
    background-color: #f8f7f4;
  }

  .image-17 {
    width: 80%;
    max-width: 80%;
  }

  .cases-large-text {
    width: auto;
    max-width: 800px;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    text-align: left;
  }

  .section-subtitle-wrap-copy {
    justify-content: center;
    align-items: center;
  }

  .results-inner {
    background-color: #0d0d0d;
    display: none;
  }

  .results-container-inner {
    max-width: none;
  }

  .results-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
  }

  .results-section-inner {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .who-we-are-content-area-copy {
    padding-top: 125px;
    padding-bottom: 95px;
  }

  .value-content-block {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .contact-container {
    padding-top: 8vh;
  }
}

@media screen and (min-width: 1440px) {
  .heading-h2 {
    line-height: 1.15em;
  }

  .hero_spline-scene {
    height: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .navbar_menu.is-page-height-tablet {
    padding-left: 3.8rem;
    padding-right: .5rem;
  }

  .header_title.heading-style-h1 {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
  }

  .subtext {
    max-width: none;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .hero-gradient {
    background-image: linear-gradient(0deg, #0f0f0f, #fff0);
    width: auto;
    height: 30vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-image {
    width: 100vw;
    max-width: none;
    height: 100%;
  }

  .comment-tag {
    font-size: 1rem;
  }

  .comment-wrapper {
    cursor: default;
  }

  .product_img {
    border-radius: 20px;
  }

  .text-micro-2.grey-01 {
    font-weight: 700;
    line-height: 1.5;
  }

  .text-body-2 {
    font-size: 1.15em;
  }

  .subtext-content.grey-01 {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
  }

  .faq-a-text {
    font-size: 18px;
    line-height: 1.9em;
  }

  .timeline-main_heading-wrapper-2 {
    padding-bottom: 40px;
  }

  .home-faq-section {
    padding-bottom: 100px;
  }

  .home-faq {
    padding-top: 60px;
  }

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

  .margin-bottom-xlarge {
    border-width: 0;
  }

  .expect-header {
    width: 950px;
    padding-top: 180px;
  }

  .expect-sub-heading {
    font-weight: 700;
  }

  .timeline-section {
    cursor: default;
  }

  .step {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
  }

  .bold-text-13 {
    font-weight: 700;
    text-decoration: none;
  }

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

  .bold-text-3 {
    font-size: 18px;
    line-height: 1.9;
  }

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

  .footer {
    cursor: default;
    padding-top: 40px;
  }

  .form-wrapper {
    border-radius: 0;
    width: 80vw;
  }

  .footer-flex {
    margin-top: 0;
    padding-top: 1.5em;
  }

  .text-area {
    color: #0d0d0d;
    border-radius: 8px;
  }

  .text-area:hover {
    border-bottom-color: #316567;
  }

  .form-container {
    background-color: #0000;
    padding-top: 0;
  }

  .first-name-wrapper {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-text {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .field-label-2 {
    color: #0d0d0d;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .contact-wrapper-2 {
    border-radius: 0;
    grid-template-columns: 2.5fr;
  }

  .text-field-2 {
    color: #0d0d0d;
    border-radius: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-field-2:hover, .text-field-2:active, .text-field-2:focus {
    border-bottom-color: #316567;
  }

  .claim-button {
    color: #fff;
    background-color: #316567;
    padding: 18px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .claim-button:hover {
    background-color: #162f30;
    text-decoration: none;
  }

  .field-label-6, .field-label-7, .field-label-8 {
    color: #0d0d0d;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .form-block-3 {
    border-color: #ffffff40;
    border-radius: 20px;
  }

  .case-subtext.grey-01 {
    font-weight: 700;
    line-height: 1.5;
  }

  .container-13 {
    max-width: 1350px;
  }

  .section-title-2.font-size-decrease-tablet-device {
    text-align: center;
  }

  .who-we-are-summary {
    font-size: 18px;
    line-height: 1.9em;
  }

  .who-we-are-content-area {
    padding-right: 150px;
  }

  .case-results-section.padding-0 {
    background-color: #0000;
  }

  .faq {
    padding-bottom: 0;
  }

  .faq-header {
    max-width: none;
    line-height: 1.1em;
  }

  .heading {
    font-size: 3.5rem;
  }

  .text-wrap.small {
    width: 55%;
  }

  .inner-faq {
    padding-top: 60px;
  }

  .content-section-2 {
    background-color: #f8f7f4;
  }

  .image-17 {
    width: 80%;
    max-width: 80%;
  }

  .cases-large-text {
    width: auto;
    max-width: 800px;
  }

  .section-subtitle-block-cases {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    text-align: left;
  }

  .results-container-inner {
    max-width: none;
  }

  .results-section-inner {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .list {
    font-weight: 600;
  }

  .value-number {
    color: #76c0c4;
    font-size: 14px;
    font-weight: 700;
  }

  .value-title {
    font-family: Freight Big Pro Book, Georgia, sans-serif;
    font-size: 3rem;
  }

  .value-description {
    color: var(--beige--50);
    font-size: 1rem;
    line-height: 1.9em;
  }

  .contact-container {
    padding-top: 0;
  }

  .timeline-section-contact {
    cursor: default;
  }
}

@media screen and (min-width: 1920px) {
  .heading-h2 {
    line-height: 1.15em;
  }

  .section.section--ai-images {
    width: auto;
  }

  .hero_spline-scene {
    margin-left: 897px;
    overflow: hidden;
  }

  .main-heading {
    color: #0d0d0d;
  }

  .black-section-fade.black-section-fade--ai-imgs {
    background-image: linear-gradient(180deg, #0000, var(--neutral--1000));
  }

  .navbar_link {
    margin-left: auto;
    margin-right: auto;
  }

  .button_text-regular {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar_menu.is-page-height-tablet {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    padding-right: .5rem;
    overflow: hidden;
  }

  .header_title.heading-style-h1 {
    line-height: 105%;
  }

  .header_title-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-family: Freight Big Pro Semi, Georgia, sans-serif;
  }

  .padding-section-large.is-header {
    margin-left: auto;
    margin-right: auto;
  }

  .canvas-outer {
    display: block;
  }

  .subtext {
    max-width: none;
    padding-top: 28px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5em;
  }

  .hero-title-large {
    text-align: center;
    max-width: 1800px;
  }

  .hero-gradient {
    z-index: 10;
    background-image: linear-gradient(0deg, #0f0f0f 23%, #fff0);
    width: 100vw;
    height: 30vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-image {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .image-2 {
    opacity: .28;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .comment-tag {
    color: #f8f7f4;
    font-size: 1rem;
  }

  .image-2-dark {
    opacity: .76;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .comment-wrapper {
    cursor: auto;
  }

  .product_header {
    padding-left: 9vw;
  }

  .story-text {
    max-width: 340px;
  }

  .subtext-content.grey-01 {
    font-size: 30px;
  }

  .faq-divider {
    color: var(--neutral--200);
  }

  .c-faq-q, .c-faq-a {
    background-color: #fff;
  }

  .timeline-main_heading-wrapper-2 {
    max-width: 950px;
    padding-bottom: 100px;
  }

  .section-faq-heading--home {
    background-color: #ececec;
    padding-top: 60px;
  }

  .home-faq-section {
    background-color: #ececec;
    top: 0;
  }

  .home-faq {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .margin-bottom-xlarge {
    border-width: 0;
  }

  .expect-header {
    color: #f8f7f4;
    width: 950px;
  }

  .timeline-section {
    cursor: default;
  }

  .step {
    color: #f8f7f4;
  }

  .footer {
    color: #fff;
    cursor: default;
    height: auto;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .text-area {
    color: #0d0d0d;
    -webkit-text-stroke-color: #a28d65;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .text-area:hover {
    -webkit-text-stroke-color: #9f53bb;
    border-bottom-color: #316567;
  }

  .text-area:active {
    border-bottom-color: #316567;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    margin-top: 220px;
    padding-top: 0;
    padding-bottom: 20px;
    bottom: 89px;
  }

  .first-name-wrapper {
    color: #a28d65;
    -webkit-text-stroke-color: #a28d65;
  }

  .footer-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .field-label-2 {
    color: #0d0d0d;
  }

  .contact-wrapper-2 {
    top: 0;
  }

  .text-field-2 {
    color: #0d0d0d;
    -webkit-text-stroke-color: #9f53bb;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-field-2:hover {
    color: #171717;
    border-bottom-color: #316567;
  }

  .text-field-2:active {
    border-bottom-color: #316567;
  }

  .claim-button {
    background-color: #316567;
    margin-top: 0;
    margin-left: auto;
    padding: 20px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 0%;
    right: auto;
  }

  .claim-button:hover {
    color: #fff;
    -webkit-text-stroke-color: #62563d;
    background-color: #162f30;
    text-decoration: none;
  }

  .field-label-6, .field-label-7, .field-label-8 {
    color: #0d0d0d;
  }

  .form-block-3 {
    color: #009d4f;
    -webkit-text-stroke-color: #b7a07200;
    border-color: #ffffff40;
    border-radius: 20px;
  }

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

  .who-we-are-wrapper {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .container-13 {
    max-width: none;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-left: 108px;
    padding-right: 108px;
  }

  .section-title-2.font-size-decrease-tablet-device {
    padding-bottom: 10px;
    font-size: 4rem;
    line-height: 1.1em;
  }

  .who-we-are-summary {
    font-size: 18px;
    line-height: 1.9em;
  }

  .who-we-are-content-area {
    margin-left: 0;
    padding-right: 200px;
  }

  .faq {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .faq-header {
    max-width: none;
    line-height: 1.1em;
  }

  .heading {
    font-size: 4rem;
    line-height: 1em;
  }

  .heading-3 {
    line-height: 1.2em;
  }

  .paragraph {
    padding-top: 40px;
  }

  .inner-faq {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section-2 {
    background-color: #f8f7f4;
  }

  .image-17 {
    width: 80%;
    max-width: 80%;
    overflow: clip;
  }

  .product_header-inner {
    padding-left: 9vw;
  }

  .cases-large-text {
    text-align: center;
    width: auto;
    max-width: 1200px;
  }

  .section-subtitle-block-cases {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    font-size: 2.6rem;
  }

  .results-container-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .results-wrapper {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .results-section-inner {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .who-we-are-content-area-copy {
    margin-left: 0;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .who-we-are-top-border-copy {
    display: none;
  }

  .body-home {
    background-color: var(--beige--50);
  }

  .value-content-block {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-large {
    width: auto;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .contact-container {
    padding-top: 0;
  }

  .nav-contact-link {
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-section-contact {
    cursor: default;
  }

  .scroll-text-home, .scroll-text {
    font-size: 6vw;
  }

  .nav-menu {
    display: none;
  }
}

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

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

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

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .hero_spline-scene {
    z-index: auto;
    opacity: .47;
    mix-blend-mode: normal;
    margin-top: 92px;
    margin-left: 373px;
    display: block;
  }

  .row-1, .row-2 {
    height: 55vw;
  }

  .ai-image-wrapper {
    width: 20vw;
  }

  .ai-img_text-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ai-img_artwork-wrapper {
    margin-bottom: -55rem;
  }

  .blank-wrapper {
    max-width: 12vw;
  }

  .blank-row-1 {
    height: 55vw;
  }

  .main-heading {
    font-size: 11vw;
  }

  .loader_column {
    display: none;
  }

  .loader_column.is-2 {
    width: 50%;
    min-width: auto;
  }

  .loader_column.is-4 {
    display: none;
  }

  .loader_column.is-3 {
    width: 50%;
    min-width: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link, .navbar_logo-link.w--current {
    padding-left: .5rem;
  }

  .navbar_component {
    position: fixed;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-inner-shadow {
    display: none;
  }

  .header_title.heading-style-h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 5.5rem;
  }

  .header-100svh {
    min-height: 100svh;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

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

  .header_title-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_header {
    border-radius: 0;
  }

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

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

  .hero-image {
    opacity: .61;
  }

  .comment-wrapper-bottom {
    position: static;
  }

  .comment-tag {
    font-size: 14px;
  }

  .product_section {
    padding-top: 5rem;
  }

  .product_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product_list {
    width: 100%;
  }

  .product_content {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .product_header {
    width: 100%;
  }

  .product_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .svg_wrap {
    z-index: 12;
    padding-top: 5rem;
  }

  .img_cover {
    z-index: 11;
    display: block;
    overflow: hidden;
  }

  .container-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .text-display-4 {
    font-size: 2.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .about-card.content {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .text-display-1 {
    font-size: 4em;
  }

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

  .row.story-title {
    margin-bottom: 3em;
  }

  .timeline-main_heading-wrapper-2 {
    padding-bottom: 60px;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .home-faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-9 {
    font-size: 18px;
    font-weight: 700;
  }

  .expect-header {
    width: 550px;
    font-size: 3em;
    line-height: 1.3;
  }

  .timeline_item-3 {
    grid-template-columns: 1fr 96px 1fr;
  }

  .step {
    padding-left: 20px;
    padding-right: 15px;
    line-height: 1.9;
  }

  .bold-text-13, .bold-text-12 {
    font-size: 18px;
    font-weight: 700;
  }

  .timeline_date-text-2 {
    font-size: 18px;
  }

  .bold-text-3 {
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6;
  }

  .footer-wrap {
    height: auto;
  }

  .footer {
    height: auto;
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .form-wrapper {
    margin-left: 0;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-text {
    padding-top: 0;
  }

  .field-label-2 {
    font-size: 2vw;
  }

  .contact-wrapper-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .field-label-6, .field-label-7, .field-label-8 {
    font-size: 2vw;
  }

  .form-block-3 {
    min-width: 100%;
    max-width: 100%;
  }

  .background-video {
    border-radius: 20px;
  }

  .case-results {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .case-card.content {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .case-results-header {
    font-size: 2.5em;
  }

  .container-13 {
    max-width: 720px;
  }

  .section-subtitle {
    margin-bottom: 10px;
  }

  .section-title-2.font-size-decrease-tablet-device {
    font-size: 4rem;
    line-height: 1.1em;
  }

  .section-title-block {
    padding-bottom: 60px;
  }

  .who-we-are-content-area {
    padding-top: 75px;
    padding-bottom: 45px;
  }

  .hero {
    overflow: clip;
  }

  .video {
    border-radius: 20px;
    padding-bottom: 5vh;
    overflow: hidden;
  }

  .content, .case-results-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .case-results-section.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .front-back-txt-anim_img {
    width: 50%;
  }

  .image-16 {
    width: 35px;
    max-width: none;
    height: auto;
    display: block;
    overflow: visible;
  }

  .circle {
    justify-content: center;
    align-items: center;
    width: 8rem;
    max-width: none;
    height: 8rem;
  }

  .div-block-2 {
    border-width: 4px;
    width: 7rem;
    height: 7rem;
    display: flex;
    overflow: visible;
  }

  .heading-h3-copy {
    font-size: 2.5rem;
  }

  .results-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .body-inner-pages {
    overflow: visible;
  }

  .about_visual-2 {
    width: 90%;
  }

  .about_content-3 {
    width: 90%;
    padding-top: 39px;
  }

  .hero_content-3 {
    width: 100%;
    padding-right: 0;
  }

  .hero_visual-3 {
    width: 100%;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .about_wrap-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100vw;
    display: flex;
  }

  .progress-3 {
    background-color: #5bc2c5;
  }

  .hero_wrap {
    text-align: center;
    padding-top: 100px;
  }

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

  .container.is-hero {
    width: 100vw;
    padding-bottom: 8em;
  }

  .container.is-about {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    line-height: 1.1em;
  }

  .heading-3 {
    line-height: 1.2em;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.8;
  }

  .text-wrap {
    padding-left: 20px;
  }

  .text-wrap.small {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    align-items: flex-start;
  }

  .image-17 {
    width: 60%;
    max-width: 60%;
  }

  .product_section-inner {
    padding-top: 4rem;
  }

  .product_header-inner {
    width: 100%;
  }

  .cases-large-text {
    max-width: 600px;
  }

  .section-title-block-cases {
    max-width: 900%;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    font-size: 3rem;
    line-height: 1em;
  }

  .results-inner {
    display: none;
  }

  .results-container-inner {
    max-width: 720px;
  }

  .results-section-inner {
    padding-top: 4rem;
  }

  .who-we-are-content-area-copy {
    padding-top: 75px;
    padding-bottom: 45px;
  }

  .results-home {
    padding-top: 5rem;
  }

  .body-home {
    background-color: var(--neutral--900);
  }

  .heading-4 {
    line-height: 1.18em;
  }

  .value-title {
    font-size: 2.25rem;
  }

  .value-content-block {
    padding: 2rem;
  }

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

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

  .code-embed {
    border-radius: 20px;
    overflow: hidden;
  }

  .contact-container {
    padding-top: 5vh;
  }

  .nav-contact-link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-columns {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .nav-bar-logo-link {
    height: 64px;
  }

  .scroller {
    height: 8rem;
  }

  .menu-button {
    background-color: #0000;
    height: 64px;
    padding: 20px;
  }

  .navigation {
    min-height: auto;
  }

  .nav-copyright {
    bottom: 8px;
    right: 20px;
  }

  .nav-menu {
    padding-left: 8%;
    padding-right: 8%;
    display: none;
    overflow: scroll;
  }

  .nav-link {
    font-size: 40px;
    line-height: 32px;
  }

  .nav-social {
    height: 64px;
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

  .heading-h2 {
    font-size: 3rem;
    line-height: 1em;
  }

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

  .paragraph-20 {
    width: 100%;
  }

  .row-1, .row-2 {
    height: 65vw;
  }

  .ai-image-wrapper {
    width: 24vw;
  }

  .ai-img_artwork-wrapper {
    margin-bottom: -65rem;
  }

  .blank-wrapper {
    max-width: 16vw;
  }

  .blank-row-1 {
    height: 65vw;
  }

  .main-heading {
    font-size: 10vw;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-4, .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .black-section-fade {
    height: 4rem;
  }

  .button.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header_title {
    font-size: 2.5rem;
  }

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

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

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

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

  .comment-wrapper-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comment-tag {
    font-size: 16px;
    line-height: 24px;
  }

  .view, .home-hero_scoll-wrapper {
    display: none;
  }

  .comment-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 320px;
  }

  .product_section {
    padding-bottom: 5.4rem;
  }

  .container-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-4 {
    font-size: 1.75em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .row.story-content {
    flex-direction: column;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item-3 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .step {
    font-size: 32px;
    line-height: 35px;
  }

  .timeline_progress-4 {
    left: 6px;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .footer-wrap {
    justify-content: space-around;
    height: auto;
  }

  .footer {
    height: auto;
  }

  .text-area {
    font-size: 16px;
  }

  .form-container {
    background-color: #fff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-text {
    padding-top: 0;
  }

  .contact-wrapper-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .text-field-2 {
    font-size: 16px;
  }

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

  .form-block-3 {
    min-width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }

  .case-results {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .case-results-header {
    font-size: 1.75em;
  }

  .who-we-are-wrapper {
    grid-template-columns: 1fr;
  }

  .who-we-are-section-title-inner {
    position: static;
  }

  .container-13 {
    max-width: 100%;
  }

  .single-who-we-are-content-wrap {
    padding-left: 0;
    position: static;
  }

  .single-who-we-are-content-wrap.border-and-padding-none {
    position: static;
  }

  .who-we-are-content-scrolling-border-left {
    display: none;
  }

  .section-subtitle {
    margin-bottom: 5px;
  }

  .who-we-are-content-border-left {
    display: none;
  }

  .section-title-2.font-size-decrease-tablet-device {
    font-size: 32px;
    line-height: 44px;
  }

  .who-we-are-content-area {
    margin-left: 0;
    padding-top: 0;
  }

  .content, .case-results-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .section-tip {
    align-items: center;
  }

  .front-back-txt-anim_img {
    width: 50%;
    max-width: 25rem;
  }

  .front-back-txt-anim_component {
    height: 30rem;
  }

  .heading-xlarge-front {
    font-size: 4rem;
  }

  .heading-h3-copy {
    font-size: 2.25rem;
  }

  .results-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .about_visual-2 {
    width: 90%;
  }

  .about_circle-wrapper-2 {
    width: 50%;
    margin-right: -14%;
  }

  .about_content-3 {
    width: 100%;
    padding-top: 3.7em;
  }

  .heading {
    line-height: 1em;
  }

  .content-section-2 {
    height: auto;
    padding-bottom: 4em;
  }

  .product_section-inner {
    padding-bottom: 5.4rem;
  }

  .cases-large-text {
    position: static;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    font-size: 32px;
    line-height: 44px;
  }

  .results-container-inner {
    max-width: 100%;
  }

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

  .results-section-inner {
    padding-bottom: 5.4rem;
  }

  .who-we-are-content-area-copy {
    margin-left: 0;
    padding-top: 0;
  }

  .results-home {
    padding-bottom: 5.4rem;
  }

  .story {
    padding: 0;
  }

  .value-title {
    font-size: 2rem;
  }

  .value-content-block {
    padding: 1.5rem;
  }

  .values-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value-image-wrapper {
    height: auto;
  }

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

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

  .value-content-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

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

  .nav-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-categories {
    padding-top: 16px;
    padding-left: 0;
  }

  .nav-bar-logo-link {
    height: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .menu-text-2 {
    display: none;
  }

  .menu-button {
    height: 60px;
    padding: 18px;
  }

  .nav-copyright {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

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

  .nav-menu {
    flex-wrap: wrap;
    padding: 80px 60px 8px;
  }

  .nav-link {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
  }

  .nav-social {
    height: 60px;
  }
}

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

  .heading-h2 {
    font-size: 2.75rem;
    line-height: 1.15em;
  }

  .heading-h2.position-absolute {
    line-height: 1.15em;
  }

  .heading-h3.position-absolute {
    font-size: 2.75rem;
    line-height: 1.2em;
  }

  .form-block {
    width: 100%;
  }

  .hero_spline-scene {
    object-fit: fill;
    margin-top: 112px;
    margin-left: 180px;
    padding-left: 0;
    top: 10%;
  }

  .row-1 {
    width: 110%;
    height: 150vw;
    margin-left: -4%;
  }

  .row-2 {
    max-width: 90%;
  }

  .ai-image-wrapper {
    width: 30vw;
  }

  .main-heading {
    font-size: 10vw;
  }

  .loader_column.is-2 {
    padding-right: .5em;
  }

  .loader_column.is-3 {
    padding-left: .5em;
  }

  .button.is-navbar-button, .button.is-navbar-button.menu_button {
    display: none;
  }

  .navbar_menu.is-page-height-tablet {
    display: block;
  }

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

  .header_title.heading-style-h1 {
    font-size: 3rem;
    line-height: 115%;
  }

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

  .testimonial_client-logo-link, .canvas-outer {
    display: none;
  }

  .subtext {
    max-width: 300px;
    font-size: 18px;
  }

  .hero-image {
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 235px;
    display: block;
    overflow: visible;
  }

  .comment-tag {
    font-size: 10px;
  }

  .sticky-wrap {
    width: 100vw;
    display: block;
  }

  .view {
    display: none;
  }

  .comment-wrapper {
    width: auto;
    max-width: 380px;
  }

  .product_section {
    padding-bottom: 4rem;
  }

  .product_link {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .product_title {
    font-size: 1.5rem;
  }

  .product_img {
    width: 100%;
  }

  .img_wrap {
    aspect-ratio: auto;
    height: auto;
    overflow: visible;
  }

  .img_cover {
    padding-bottom: 0;
    display: none;
  }

  .container-2 {
    padding-bottom: 0;
  }

  .about-card.content {
    padding: 6em 1.25em;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .text-body-2 {
    font-size: 16px;
  }

  .timeline-main_heading-wrapper-2 {
    background-color: #ececec;
    padding-bottom: 40px;
  }

  .section-faq-heading--home {
    background-color: #ececec;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-span-21, .faq-q-text {
    min-width: 18px;
  }

  .home-faq-section {
    background-color: #ececec;
    width: 90vw;
    margin-left: auto;
    padding-top: 60px;
  }

  .home-faq {
    width: 86vw;
    margin-left: 12px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    font-size: 20px;
    font-weight: 600;
  }

  .margin-bottom-xlarge {
    border-width: 0;
  }

  .expect-header {
    width: auto;
    font-size: 2em;
    line-height: 1.3;
  }

  .expect-sub-heading {
    font-size: 16px;
    line-height: 1em;
    top: 0;
  }

  .timeline-section {
    display: block;
  }

  .timeline_item-3 {
    grid-template-columns: 48px 1fr;
  }

  .step {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .bold-text-13 {
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
  }

  .bold-text-12 {
    font-size: 20px;
    font-weight: 600;
  }

  .timeline_date-text-2 {
    font-size: 20px;
    line-height: 1.1;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .footer-wrap {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .footer {
    z-index: 1;
    background-color: #0d0d0d;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .form-wrapper {
    background-color: #0a0a0a00;
    width: 90vw;
  }

  .footer-flex {
    flex-direction: column;
    place-content: center;
    align-items: center;
    height: 30vh;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-area {
    min-width: auto;
    max-width: none;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 100px;
    overflow: hidden;
  }

  .footer-text {
    justify-content: center;
    margin-top: 3em;
  }

  .field-label-2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contact-wrapper-2 {
    grid-column-gap: 70px;
    grid-row-gap: 16px;
    background-color: #1b1b1b00;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .claim-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .claim-button:hover {
    background-color: #240a2e;
  }

  .field-label-6, .field-label-7, .field-label-8 {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .form-block-3 {
    background-color: #ececec;
    border-radius: 11px;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .body {
    color: #0d0d0d;
  }

  .case-card.content {
    padding: 6em 1.25em;
  }

  .case-results-header {
    font-size: 2.6em;
    line-height: 1.05em;
  }

  .single-who-we-are-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .who-we-are-title {
    margin-top: 10px;
    font-size: 24px;
  }

  .section-title-2.font-size-decrease-tablet-device {
    font-size: 36px;
    line-height: 38px;
  }

  .who-we-are-content-area {
    padding-right: 30px;
  }

  .video {
    padding-bottom: 0;
  }

  .content {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .content.story {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .case-results-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .results {
    background-color: #0d0d0d;
    padding-top: 20px;
  }

  .faq {
    background-color: #ececec;
  }

  .heading-xlarge.text-style-nowrap {
    text-align: left;
    font-size: 3rem;
  }

  .container-large-2 {
    background-color: #0d0d0d;
  }

  .front-back-txt-anim_img {
    background-color: #0000;
    background-image: url('../images/bw-image.avif');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    max-width: 12rem;
  }

  .front-back-txt-anim_component {
    height: 24rem;
  }

  .heading-xlarge-front.text-style-nowrap {
    font-size: 3rem;
  }

  .image-16 {
    width: 10px;
    height: 50px;
  }

  .circle {
    justify-content: center;
    align-items: center;
    width: 6rem;
    max-width: none;
    height: 6rem;
  }

  .div-block-2 {
    border-width: 4px;
    width: 5rem;
    height: 5rem;
    margin: auto;
    display: flex;
  }

  .heading-h3-copy.position-absolute {
    font-size: 2.75rem;
    line-height: 1.3em;
  }

  .results-container {
    padding-bottom: 60px;
  }

  .faq-header {
    font-size: 3rem;
    line-height: 1em;
  }

  .sticky-wrap-2 {
    height: auto;
  }

  .about_visual-2 {
    width: 100%;
  }

  .hero_wrap {
    padding-top: 60px;
  }

  .container.is-about {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-3 {
    line-height: 1.1em;
  }

  .paragraph {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .text-wrap {
    font-size: 18px;
    line-height: 2;
  }

  .text-wrap.small {
    width: 100%;
    padding-top: 0;
  }

  .inner-faq {
    width: 86vw;
    margin-left: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-2 {
    height: auto;
    margin-top: 0;
    padding: 8em 2em 4em;
    display: block;
  }

  .content-wrap {
    max-width: none;
  }

  .product_section-inner {
    padding-bottom: 4rem;
  }

  .cases-large-text {
    margin-top: 160px;
  }

  .section-title-2-copy-copy.font-size-decrease-tablet-device {
    font-size: 36px;
    line-height: 38px;
  }

  .results-inner {
    background-color: #0d0d0d;
    padding-top: 20px;
  }

  .results-container-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .results-section-inner, .results-home {
    padding-bottom: 4rem;
  }

  .content-section-about {
    padding-left: 22px;
    padding-right: 22px;
  }

  .body-home {
    background-color: var(--neutral--900);
    color: #0d0d0d;
  }

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

  .value-number {
    font-size: 1.25rem;
  }

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

  .value-description {
    font-size: 1rem;
  }

  .contact-container {
    max-width: none;
    padding-top: 0;
  }

  .nav-contact-link {
    display: block;
  }

  .timeline-section-contact {
    padding-top: 100px;
    display: block;
  }

  .nav-categories {
    padding-top: 48px;
  }

  .nav-bar-logo-link {
    z-index: 20;
    padding-left: 16px;
  }

  .nav-bar-logo-link.w--current {
    padding-left: 5px;
  }

  .scroller {
    height: 6rem;
  }

  .image {
    max-width: 90%;
  }

  .navigation.nav-wrap {
    width: auto;
    height: 8vh;
    display: flex;
    position: absolute;
  }

  .nav-link {
    font-size: 18px;
  }
}

#w-node-_74e0f6fe-f1a7-4fa7-8cd6-46766a8a4382-babee897, #w-node-_74e0f6fe-f1a7-4fa7-8cd6-46766a8a4384-babee897, #w-node-_74e0f6fe-f1a7-4fa7-8cd6-46766a8a438b-babee897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e0f6fe-f1a7-4fa7-8cd6-46766a8a438d-babee897 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0de30e89-d39d-2e89-981d-0b61b8393bfd-babee897, #w-node-_04f737aa-455e-690a-6160-5a52ba8f02b3-babee897, #w-node-_8542fcb3-b022-1b6a-f6a0-105fcb5816f9-babee897, #w-node-_0d9ea65c-4b7c-d96d-868e-9ba5e517d7e3-babee897, #w-node-_0d9ea65c-4b7c-d96d-868e-9ba5e517d7ee-babee897, #w-node-_0d9ea65c-4b7c-d96d-868e-9ba5e517d7f7-babee897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16f1fef1-aed1-b618-9c60-fb98bb60afb1-babee897, #w-node-_9d688f52-3585-44df-69d7-e5470d704d78-0d704d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3e14303-4d96-8b7c-a0ee-9217e79d3b20-e79d3b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d3e14303-4d96-8b7c-a0ee-9217e79d3b30-e79d3b1e {
  justify-self: end;
}

#w-node-_530d9c31-b72e-c9a4-cdf8-2f581e66e0f1-da4736b6, #w-node-_73b7e5d6-9df7-3608-839f-6b201d0098f3-545d8528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_74e0f6fe-f1a7-4fa7-8cd6-46766a8a438d-babee897 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d688f52-3585-44df-69d7-e5470d704d64-0d704d60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d688f52-3585-44df-69d7-e5470d704d6c-0d704d60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_9d688f52-3585-44df-69d7-e5470d704d78-0d704d60 {
    grid-column: span 1 / span 1;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d3a-0eb19d2d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d3e-0eb19d2d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d40-0eb19d2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d52-0eb19d2d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d56-0eb19d2d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d6a-0eb19d2d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_434bf7ec-d565-059e-802e-3d030eb19d6e-0eb19d2d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab98086-da4736b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab9808a-da4736b6 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab9808c-da4736b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab9809e-da4736b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab980a2-da4736b6 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab980b6-da4736b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7c0b0bf6-d4bf-2e42-cf2a-e3ca9ab980ba-da4736b6 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_530d9c31-b72e-c9a4-cdf8-2f581e66e0dd-da4736b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_530d9c31-b72e-c9a4-cdf8-2f581e66e0e5-da4736b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_530d9c31-b72e-c9a4-cdf8-2f581e66e0f1-da4736b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-e06b5d1c-70db-68b3-b9a4-ef7a58be3777-d325ca11, #w-node-e06b5d1c-70db-68b3-b9a4-ef7a58be3791-d325ca11 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Freight Big Pro Semi';
  src: url('../fonts/freight-big-pro-semi-bold-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freight Big Pro Book';
  src: url('../fonts/freight-big-pro-book-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}