@font-face {
  font-family: Geistvariablevf;
  src: url('../fonts/GeistVariableVF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --gray-20: #e5e5e8;
  --gray-30: #d5d5d9;
  --gray-50: #707079;
  --gray-90: #000;
  --gray-50-501: #fcfcfc;
  --gray-10: #f4f4f5;
  --gray-40: #a2a2ab;
  --gray-60: #53535c;
  --gray-70: #404047;
  --gray-80: #28282b;
  --bgbk: #1c1c1c03;
  --white: white;
  --primary: var(--gray-20);
  --secondary: #b3350b;
  --yellow-500\<deleted\|variable-439bd0ed\>: #e6af07;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

@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 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 24px;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  border-top: 1px solid var(--gray-20);
  border-bottom: 1px solid var(--gray-20);
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  list-style-type: none;
}

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

blockquote {
  letter-spacing: 0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

figure {
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

figcaption {
  text-align: center;
  margin-top: 0;
}

.style-guide-header-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

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

.style-guide-content-section {
  padding-top: 196px;
}

.style-guide-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.style-guide-content-container {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-content-header-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-style-h4 {
  color: #000;
  letter-spacing: .05em;
  order: -1;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.text-style-h4.textcolor-white {
  color: #fff;
}

.text-style-h4.casehl {
  margin-top: 30px;
  font-size: 24px;
  line-height: 24px;
}

.style-guide-content-component {
  width: 100%;
}

.style-guide-typography-component {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #404047;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.typography-information-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-30);
  align-items: center;
  display: flex;
}

.special-text-caption {
  color: var(--gray-50);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.body-n-regular-text {
  font-size: 16px;
  line-height: 24px;
}

.body-n-regular-text.text-color-gray-60 {
  letter-spacing: .1rem;
  font-size: 12px;
  font-weight: 400;
}

.body-n-medium-text {
  letter-spacing: .05rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.body-s-regular-text {
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
}

.body-s-regular-text.text-color-gray-60 {
  color: var(--gray-90);
}

.body-s-regular-text.corevalue {
  max-width: 100%;
}

.body-s-regular-text.headtext {
  max-width: 60%;
}

.body-s-medium-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.special-text-quote {
  letter-spacing: 0;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.button-text {
  letter-spacing: .56px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.special-text-l-bold {
  font-size: 20px;
  font-weight: 700;
}

.special-text-s-bold {
  letter-spacing: .32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.special-text-xs-bold {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.style-guide-color-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.style-guide-color-container {
  flex-direction: column;
  display: flex;
}

.style-guide-bg-color-block {
  height: 100px;
}

.style-guide-bg-color-block.bg-color-gray-50 {
  background-color: var(--gray-50-501);
}

.style-guide-bg-color-block.bg-color-gray-100 {
  background-color: var(--gray-10);
}

.style-guide-bg-color-block.bg-color-gray-200 {
  background-color: var(--gray-20);
}

.style-guide-bg-color-block.bg-color-gray-300 {
  background-color: var(--gray-30);
}

.style-guide-bg-color-block.bg-color-gray-400 {
  background-color: var(--gray-40);
}

.style-guide-bg-color-block.bg-color-gray-500 {
  background-color: var(--gray-50);
}

.style-guide-bg-color-block.bg-color-gray-600 {
  background-color: var(--gray-60);
}

.style-guide-bg-color-block.bg-color-gray-700 {
  background-color: var(--gray-70);
}

.style-guide-bg-color-block.bg-color-gray-800 {
  background-color: var(--gray-80);
}

.style-guide-bg-color-block.bg-color-gray-900 {
  background-color: var(--gray-90);
  border: 1px solid #fff;
}

.style-guide-bg-color-block.bg-color-black {
  background-color: var(--bgbk);
}

.style-guide-bg-color-block.bg-color-white {
  background-color: var(--white);
}

.style-guide-bg-color-block.bg-color-primary {
  background-color: var(--primary);
}

.style-guide-bg-color-block.bg-color-secondary {
  background-color: var(--secondary);
}

.style-guide-color-information-block {
  padding: 8px 12px;
}

.button-primary {
  background-color: var(--primary);
  color: var(--bgbk);
  letter-spacing: .56px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: all .5s;
}

.button-primary:hover {
  background-color: var(--yellow-500\<deleted\|variable-439bd0ed\>);
}

.button-primary:active {
  background-color: #c78903;
}

.nav-link {
  color: var(--gray-90);
  letter-spacing: .05rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.style-guide-form-wrapper {
  width: 100%;
  max-width: 620px;
}

.form-label-text {
  letter-spacing: .14px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-input {
  border: 1px none var(--gray-40);
  background-color: var(--white);
  color: var(--gray-90);
  border-radius: 0;
  height: 36px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
}

.form-input.text-area {
  border-style: none;
  border-color: var(--gray-20);
  background-color: var(--gray-10);
  letter-spacing: .05rem;
  border-radius: 4px;
  height: 100px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

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

.style-guide-navigation {
  z-index: 1;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-direction: column;
  width: 300px;
  height: 100%;
  padding: 28px 0;
  display: flex;
  position: fixed;
  overflow: scroll;
}

.style-guide-container {
  margin-left: 340px;
  padding-left: 2%;
  padding-right: 2%;
}

.form-field-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.style-guide-line {
  background-color: var(--gray-70);
  width: 100%;
  height: 1px;
}

.checkbox-form-wrapper {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox {
  margin: 0 12px 0 0;
}

.radio-button-field-wrapper {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox-label, .radio-button-label {
  margin-bottom: 0;
}

.text-style-h1 {
  color: var(--gray-90);
  letter-spacing: .05em;
  font-family: Red Hat Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.text-style-h1.membername {
  font-size: 18px;
  line-height: 18px;
}

.text-style-h2 {
  letter-spacing: .05em;
  font-family: Red Hat Display, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 56px;
}

.text-style-h3 {
  letter-spacing: .03em;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-style-h5 {
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.text-style-h6 {
  letter-spacing: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.style-guide-heading-container, .style-guide-nav-menu-container {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.body-xs-regular {
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.body-xs-medium {
  letter-spacing: .05rem;
  object-fit: contain;
  font-family: Red Hat Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.body-xs-medium.text-color-grey-50 {
  color: var(--gray-50);
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.body-xs-medium.text-color-grey-40 {
  color: var(--gray-40);
}

.body-xs-medium.text-color-gray-70 {
  color: var(--gray-70);
}

.body-xs-medium.textcolor-white, .body-xs-medium.worktop {
  color: #fff;
}

.homepage-section {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-component {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-logo-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  width: 183px;
  display: flex;
}

.nav-logo-wrap.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: Red Hat Display, sans-serif;
  display: flex;
}

.nav-wrap {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-content-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-top-content-container {
  align-items: center;
  display: flex;
}

.hero-top-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrapper {
  flex: 0 auto;
  position: relative;
  overflow: hidden;
}

.text-wrapper.footer-button {
  height: 110px;
  overflow: hidden;
}

.display-text {
  letter-spacing: .03em;
  font-family: Red Hat Display, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  overflow: hidden;
}

.hero-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-rotator-wrapper {
  flex: none;
  margin-bottom: 79px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-bottom-content-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.line-wrapper {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-wrapper.bottom {
  flex: 0 auto;
  inset: auto 0% 0%;
}

.line-global {
  background-color: var(--gray-90);
  width: 100%;
  height: 1px;
  font-size: 12px;
}

.line-global.line-grey-20 {
  background-color: var(--gray-20);
}

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

.hero-scroll-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-down {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.hero-scroll-icon-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.services-marquee {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  align-items: center;
  height: 96px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-marquee.about {
  display: none;
}

.services-marquee-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.square {
  background-color: var(--primary);
  flex: none;
  width: 10px;
  height: 10px;
}

.marquee-text {
  color: #000;
  letter-spacing: .03em;
  flex: none;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.work-section {
  padding-top: 80px;
  padding-bottom: 120px;
  display: none;
}

.section-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-wrapper.width-830px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 830px;
  margin-bottom: 40px;
}

.section-title-wrapper.sticky {
  position: sticky;
  top: 40px;
}

.section-title-wrapper.our-value {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: row;
  width: 100%;
}

.section-title-wrapper.studio {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
}

.section-title-wrapper.studio.company {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.section-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray-30);
  object-fit: contain;
  border-radius: 100px;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.section-tag.on-dark {
  border-color: var(--gray-90);
  object-fit: contain;
  flex: none;
  order: 0;
}

.section-tag.on-dark.casetag {
  background-color: #ffffff5c;
  border-style: none;
  padding-bottom: 6px;
}

.section-tag.bg-white {
  background-color: var(--bgbk);
}

.section-tag.bg-white.work-top {
  border-color: var(--white);
}

.line-tag {
  background-color: var(--gray-90);
  width: 46px;
  height: 1px;
}

.line-tag.worktop {
  background-color: var(--white);
}

.home-work-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.work-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-cover {
  border: 1px solid var(--gray-30);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-cover.thumbnail-project {
  position: absolute;
  inset: 0%;
}

.image-cover.blog-thumbnail-image {
  position: absolute;
}

.home-process-section {
  background-color: var(--gray-30);
  padding-top: 80px;
  padding-bottom: 120px;
}

.home-process-content-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  align-items: flex-start;
  display: flex;
}

.home-services-section {
  background-color: var(--primary);
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-services-content-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.our-value-content-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.service-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 20px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.home-testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-testimonial-wrapper {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.testimonial-marquee-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.testimonial-content-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

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

.avatar-48px {
  border-radius: 100%;
  height: 48px;
}

.home-insight-section {
  background-color: var(--gray-10);
  height: 400vh;
  min-height: 400vh;
}

.footer-component {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.footer-top-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 576px;
  display: flex;
  overflow: hidden;
}

.footer-button-link {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-button-icon-wrap {
  flex-flow: column;
  flex: none;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-button {
  background-color: var(--bgbk);
  height: 4px;
}

.footer-button-text-wrapper {
  position: relative;
}

.footer-bottom-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.footer-logo-wrapper {
  flex: none;
}

.footer-logo-wrapper.w--current {
  flex: none;
  width: 110px;
  height: 40px;
}

.footer-company-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-company-info-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-company-info-container.footerlocation {
  justify-content: center;
  align-items: flex-end;
}

.footer-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  letter-spacing: .05rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  font-family: Red Hat Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: grid;
}

.footer-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link-text-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-insight-list-wrapper {
  height: 100%;
}

.home-insight-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 400vh;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.home-insight-collection-item {
  flex: 1;
}

.insight-link-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: none;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.insight-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insight-thumbnail-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray-20);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.insight-thumbnail-info-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insight-author-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-32px {
  border-radius: 100%;
  order: -1;
  width: 32px;
  height: 32px;
}

.insight-thumbnail-image-wrapper {
  width: 100%;
}

.link-project-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: none;
  flex-flow: column;
  transition: all .3s;
  display: flex;
}

.link-project-wrapper:hover {
  text-decoration: underline;
}

.project-info-wrapper, .insight-thumbnail-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.menu-button {
  display: none;
}

.testimonial-content-holder {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.home-testimonial-heading-holder {
  flex-flow: column;
  display: flex;
}

.nav-menu-open {
  display: none;
}

.nav-open-bottom-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.nav-open-company-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.nav-open-company-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-hero-section {
  padding-top: 192px;
  padding-bottom: 96px;
  overflow: visible;
}

.about-hero-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.about-title-wrapper {
  max-width: 1080px;
}

.about-hero-bottom-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  display: flex;
}

.about-hero-text-wrap {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  padding-bottom: 0;
  display: flex;
}

.about-our-journey-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-journey-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.split-heading-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-journey-content-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-journey-content-grid.member {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.our-journey-content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.our-journey-title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-color-gray-60 {
  color: var(--gray-60);
  letter-spacing: .05rem;
  font-size: 14px;
  line-height: 28px;
  overflow: visible;
}

.about-our-value-section {
  background-color: var(--primary);
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-studio-section {
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.about-studio-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.about-studio-heading-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-heading-desctiption-wrap {
  max-width: 720px;
}

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

.core-member-section {
  background-color: var(--gray-10);
  padding-top: 120px;
  padding-bottom: 120px;
}

.core-member-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.core-member-heading-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.studio-heading-description-wrap {
  width: 480px;
}

.our-member-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.our-member-collection {
  max-width: 1080px;
}

.our-member-list {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-member-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--gray-20);
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.about-us-client-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-us-client-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.client-logo-grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-logo-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.client-logo {
  height: 40px;
}

.nav-menu-list-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-hero-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-hover-button {
  background-color: var(--gray-90);
  width: 100%;
  height: 1px;
}

.service-hero-section {
  padding-top: 192px;
  padding-bottom: 40px;
}

.service-hero-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-section-tag {
  justify-content: space-between;
  align-items: center;
  width: 420px;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.line-animation {
  background-color: var(--gray-90);
  width: 100%;
  height: 1px;
}

.service-hero-paragraph-wrap {
  max-width: 604px;
}

.our-service-track {
  background-color: var(--gray-10);
  height: 700vw;
  padding-top: 96px;
  padding-bottom: 96px;
}

.our-service-camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.our-service-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.our-service-item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 96px 0 96px 80px;
}

.our-service-item-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.service-list {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.project-link-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  width: 100%;
  display: flex;
}

.project-link-image-wrap {
  border-radius: 12px;
  flex: none;
  width: 400px;
  height: 280px;
  overflow: hidden;
}

.project-text-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.project-name-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.project-name-info-wrap:hover {
  text-decoration: underline;
}

.service-industry-section {
  background-color: var(--gray-20);
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-industry-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-industry-list-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service-industry-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 560px;
  display: flex;
}

.service-industry-list-component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.service-industry-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 40px;
}

.home-stack-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 640px;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.home-process-accordion-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
}

.process-accordion-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.accordion-paragraph-wrap {
  margin-top: 10px;
  overflow: hidden;
}

.works-hero-section {
  background-color: var(--primary);
  padding-top: 192px;
  padding-bottom: 96px;
}

.works-hero-section.workhead {
  background-color: var(--white);
  padding-bottom: 50px;
}

.works-hero-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-work-section {
  max-width: 1440px;
  height: 80svh;
  margin: 0% auto 5.5%;
  padding: 80px 5.5%;
  position: relative;
}

.featured-work-container {
  width: 100%;
  height: 100%;
}

.featured-work-item {
  height: 100%;
}

.featured-work-link-block {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.featured-works-info-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  max-width: 720px;
  padding: 24px;
  display: flex;
}

.featured-works-info-container.bg-color-tpblack {
  background-color: var(--bgbk);
  background-image: linear-gradient(#0000001a, #0000001a);
}

.work-title-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.works-testimonial-section {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.works-testimonial-container {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.works-testimonial-content-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.service-list-component {
  width: 100%;
  max-width: 400px;
}

.project-header-section {
  background-color: var(--gray-10);
  padding-top: 192px;
  padding-bottom: 0;
}

.project-header-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  padding-bottom: 5%;
  display: flex;
}

.project-detail-header-container {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  display: flex;
}

.project-name-header-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-detail-title-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.project-detail-description-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.project-info-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.detail-work-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.detail-work-container {
  display: flex;
}

.detail-work-container.the-challenge {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail-work-container.the-solution {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.detail-work-container.the-result {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-detail-image-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.work-detail-image-gallery.the-result {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.work-detail-image-gallery.the-challenge {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.paragraph-wrapper.width-604px {
  width: 100%;
  max-width: 604px;
}

.the-result-heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.detail-work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.arrow-button-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow-button-icon._1 {
  bottom: 0%;
}

.arrow-button-icon._2 {
  bottom: -100%;
  right: 100%;
}

.contact-section {
  padding-top: 192px;
  padding-bottom: 96px;
}

.contact-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.contact-heading-wrapper {
  width: 574px;
}

.service-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: minmax(144px, .25fr) .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-wrapper {
  width: 100%;
}

.contact-form {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 575px;
  margin-bottom: 0;
  padding: 28px 0;
}

.submit-button {
  color: #000;
  background-color: #0000;
  padding: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 112px;
  font-weight: 600;
  line-height: 108px;
}

.contact-content-container {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  width: 60%;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.contact-split-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-social-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.social-link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  letter-spacing: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Red Hat Display, sans-serif;
  display: flex;
}

.insight-detail-header-section {
  background-color: var(--gray-20);
  padding-top: 176px;
  padding-bottom: 80px;
}

.insight-detail-header-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insight-detail-title-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.insight-detail-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.insight-detail {
  height: 340px;
}

.image-wrapper.gallery-image {
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  width: 128px;
  min-width: 128px;
  max-width: 128px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.image-wrapper.member {
  height: 360px;
}

.image-wrapper.project-image-small {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
}

.image-wrapper.project-image-big {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 504px;
  display: flex;
}

.image-wrapper.service-image {
  position: sticky;
  top: 0;
}

.image-wrapper.service-image._1 {
  border-radius: 8px;
  top: 20px;
}

.image-wrapper.service-image._2 {
  top: 100px;
}

.image-wrapper.service-image._3 {
  top: 180px;
}

.image-wrapper.service-image._4 {
  top: 240px;
}

.image-wrapper.insight-thumbnail {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.image-wrapper.project-link-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.featured-image {
  position: absolute;
  inset: 0%;
}

.image-wrapper.featured-insight {
  flex: none;
  width: 256px;
  height: 256px;
}

.image-wrapper.work-main-wrapper {
  height: 768px;
}

.image-wrapper.work-detail-image-wrapper {
  border-radius: 12px;
}

.image-wrapper.our-member-profile {
  height: 480px;
}

.insight-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 16px;
  position: relative;
}

.insight-info-column {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.insight-info-column.avatar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.insight-info-column.social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: sticky;
  top: 40px;
}

.insight-avatar-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-insight-share {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-body-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.insight-body-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.insight-body-wrapper {
  width: 100%;
}

.submit-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button-block {
  position: relative;
}

.right-navbar-wrap {
  flex-flow: column;
  flex: none;
  display: flex;
  overflow: hidden;
}

.circular-text {
  cursor: default;
  position: static;
}

.service-detail-section {
  padding-top: 192px;
  padding-bottom: 100px;
}

.service-detail-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-slider-wrapper {
  flex-flow: column;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-insight-title-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.insight-component-container {
  max-width: 1440px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 5.5%;
}

.padding-top {
  height: 100%;
  padding: 120px 0 0;
}

.arrow-down-absolute {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.whip {
  background-color: var(--white);
  border-radius: 0;
  padding-left: 5.5%;
  padding-right: 5.5%;
  position: absolute;
  inset: 0%;
}

.footer-company-info-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.button-arrow {
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.button-arrow.worktop {
  background-color: var(--white);
}

.button-arrow-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.arrow-icon-absolute {
  position: absolute;
  inset: auto auto -100% -100%;
}

.featured-insight-section {
  background-color: var(--primary);
  padding-top: 192px;
}

.insight-header-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.featured-insight-colelction-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
}

.featured-insight-item-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-insight-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.featured-insight-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.insight-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.insight-tabs-component {
  display: flex;
}

.insight-tabs-menu {
  flex-flow: column;
  width: 480px;
  margin-right: 80px;
  display: flex;
  position: sticky;
}

.insight-tabs-content {
  width: 100%;
}

.tabs-line {
  background-color: #000;
  align-self: center;
  width: 32px;
  height: 1px;
}

.collection-list.insight {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.tab-link-tab-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-1:hover {
  padding-left: 20px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  padding-left: 20px;
}

.tab-link-tab-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-2:hover {
  padding-left: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  padding-left: 16px;
}

.tab-link-tab-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-3:hover {
  padding-left: 20px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  padding-left: 20px;
}

.tab-link-tab-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  flex-flow: row;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  padding-left: 20px;
}

.tab-link-tab-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-5:hover {
  padding-left: 20px;
}

.tab-link-tab-5.w--current {
  background-color: #fff;
  padding-left: 20px;
}

.tab-link-tab-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--gray-20);
  background-color: #fff;
  padding: 16px 0;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-6:hover {
  padding-left: 20px;
}

.tab-link-tab-6.w--current {
  background-color: #fff;
  padding-left: 20px;
}

.rich-text-element {
  line-height: 150%;
}

.rich-text-element h1 {
  letter-spacing: .1rem;
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 150%;
}

.rich-text-element h2 {
  letter-spacing: .05em;
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.rich-text-element h3 {
  letter-spacing: .05em;
  height: 150%;
  margin-top: 20px;
  margin-bottom: 16px;
}

.rich-text-element h4 {
  letter-spacing: .05em;
  height: 9%;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 150%;
}

.rich-text-element h5 {
  letter-spacing: .05em;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 150%;
}

.rich-text-element h6 {
  letter-spacing: .05rem;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 150%;
}

.rich-text-element p {
  letter-spacing: .05rem;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.insight-body-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-info-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.underline-wrapper {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.our-member-section {
  padding-top: 184px;
  padding-bottom: 184px;
}

.our-member-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-media-member {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.changelog-section {
  padding-top: 192px;
  padding-bottom: 100px;
}

.changelog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.page-loader {
  z-index: 1000;
  background-color: var(--gray-90);
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 6%;
  padding-right: 6%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-item {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.changelog-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.license-section {
  padding-top: 192px;
  padding-bottom: 80px;
}

.license-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.license-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-info-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-link-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-info-block {
  overflow: hidden;
}

.project-view-button {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: block;
}

.nav-link-text {
  color: var(--gray-90);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.blog-hero-header-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.insight-category-section {
  padding-top: 196px;
  padding-bottom: 80px;
}

.insight-category-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.brand-pageload {
  width: 37em;
  max-width: 50%;
}

.hero-image-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.hero-image-2 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 80px;
}

.hero-image-3 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 80px;
}

.license-heading-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-background {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.text-block {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.body {
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-size: 12px;
  font-weight: 400;
}

.heading {
  letter-spacing: .08em;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-7 {
  letter-spacing: .06rem;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  letter-spacing: .04rem;
  font-size: 16px;
  line-height: 32px;
}

.heading-3 {
  font-size: 10px;
}

.heading-4 {
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.bold-text {
  letter-spacing: 0;
  font-family: Syne, sans-serif;
  font-size: 82px;
  font-weight: 600;
}

.bold-text-2 {
  color: #fff;
  letter-spacing: .04em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 79px;
  font-weight: 500;
}

.bold-text-3 {
  text-decoration: none;
}

.bold-text-4 {
  letter-spacing: .02em;
  font-weight: 600;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 600;
}

.text-block-5 {
  color: #ff4b4b;
  font-family: Syne, sans-serif;
  font-size: 12px;
}

.text-block-6 {
  text-align: left;
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.heading-5 {
  letter-spacing: .02em;
  margin-bottom: 50px;
  font-family: Red Hat Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.heading-6, .heading-7 {
  letter-spacing: .02em;
  font-family: Red Hat Display, sans-serif;
}

.checkbox-label-2 {
  font-size: 12px;
  line-height: 12px;
}

.checkbox-field {
  font-size: 12px;
  line-height: 21px;
}

.checkbox-label-3, .checkbox-label-4, .checkbox-label-5 {
  letter-spacing: .05rem;
}

.text-block-7 {
  letter-spacing: .05rem;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.text-block-8 {
  letter-spacing: .05rem;
  margin-top: 20px;
  font-family: Syne, sans-serif;
  line-height: 32px;
}

.flex-block, .flex-block-2, .flex-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-2 {
  height: 20px;
}

.flex-block-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}

.text-block-9 {
  letter-spacing: .1rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 200%;
}

.text-block-9.fvtext {
  max-width: 60%;
  font-weight: 700;
}

.flex-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 99.9999%;
}

.div-block-3 {
  overflow: hidden;
}

.div-block-4 {
  object-fit: contain;
  flex: 0 auto;
  overflow: hidden;
}

.div-block-5 {
  overflow: hidden;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 100px;
}

.flex-block-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  font-size: 20px;
}

.text-block-11 {
  letter-spacing: .1rem;
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-11.strength {
  width: 240px;
}

.text-block-12, .text-block-13 {
  font-size: 13px;
  font-weight: 400;
}

.text-block-14 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-14-copy {
  letter-spacing: .05rem;
  font-size: 14px;
  font-weight: 400;
}

.contact-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text-block-15 {
  font-family: Syne, sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.text-block-15.rabelcom {
  letter-spacing: .05rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 60px;
}

.text-block-17 {
  font-size: 60px;
  line-height: 94px;
}

.text-block-18 {
  font-size: 14px;
}

.text-block-19 {
  letter-spacing: .05rem;
  font-size: 14px;
}

.heading-8 {
  letter-spacing: .05em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 70px;
}

.paragraph-8 {
  letter-spacing: .05rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-block-20, .text-block-21 {
  font-family: Red Hat Display, sans-serif;
  font-size: 99px;
  font-weight: 500;
  line-height: 100%;
}

.bold-text-8 {
  color: #fff;
  letter-spacing: .04em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 80px;
  font-weight: 500;
}

.text-block-22 {
  color: #000;
  letter-spacing: .1rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
  font-family: Red Hat Display, sans-serif;
}

.paragraph-9 {
  letter-spacing: .05rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image {
  border: 1px solid var(--gray-30);
  border-radius: 10px;
}

.heading-15 {
  letter-spacing: .05em;
  font-family: Red Hat Display, sans-serif;
}

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

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

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

.heading-16 {
  font-family: Red Hat Display, sans-serif;
}

.image-2 {
  margin-bottom: 48px;
}

.image-3 {
  max-width: 80%;
  margin-bottom: 42px;
}

.textcolor-white {
  color: #fff;
}

.image-4 {
  width: 110px;
  max-width: none;
}

.text-block-23 {
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.text-block-24 {
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.success-message {
  background-color: var(--gray-10);
  border-radius: 16px;
  padding: 60px 40px;
}

.div-block-6 {
  height: 30px;
}

.div-block-7 {
  height: 60px;
}

.div-block-8 {
  width: 20%;
}

.homeflowsection {
  background-color: var(--gray-10);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-9 {
  width: 150px;
  overflow: hidden;
}

.div-block-10 {
  height: 40px;
}

.div-block-11 {
  width: 100%;
  height: 96%;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.privacy-policy-textsection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.text-block-25 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-11-copy {
  letter-spacing: .1rem;
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-11-copy.strength {
  width: 240px;
}

.frame-4315 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43.4365px;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-12 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 2px solid #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-column-gap: 8px;
  background-color: #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbarcontainer {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 4px;
  text-decoration: none;
  display: flex;
}

.frame-4316 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 2px solid #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80svh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-4369 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000000d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.error-950fd8fe-0712-255a-91a9-55410be896d6 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.frame-4370 {
  grid-column-gap: 8px;
  background-color: #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-4371 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 2px solid #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.image-wrapper-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 593px;
  display: flex;
}

.image-20 {
  object-fit: cover;
  position: absolute;
  top: 300px;
  left: 880px;
}

.image-21 {
  object-fit: cover;
  position: absolute;
  top: -80px;
  left: -104px;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4350 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4322 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4361 {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4372 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #000;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.frame-4373 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4374 {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.lptext-block-26 {
  letter-spacing: .1em;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.section-q {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4342 {
  grid-row-gap: 20px;
  background-color: #0000001a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.error-1c6c6b70-6df3-b198-8f3d-05c8956eef92 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.text-9 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.div-block-12 {
  background-color: #0000000d;
}

.case {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4344 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-4325 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 178px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-11 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4343 {
  grid-column-gap: 63px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4331 {
  grid-row-gap: 39px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-501 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.frame-4327 {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4326 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 336px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.error-4ba87f99-27b4-5f76-35dc-77a727c4ede9 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

._2 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-502 {
  object-fit: cover;
  border-radius: 23px;
}

.problem {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4375 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4376 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4377 {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.solution {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4378 {
  grid-row-gap: 20px;
  background-color: #0000001a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.error-635424d2-c197-8c43-f8b2-f75aafb5edc9 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.text-15 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.frame-4333 {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4345 {
  grid-row-gap: 66px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4379 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4321 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-17 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-18 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.frame-4320 {
  grid-column-gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4318 {
  grid-column-gap: 8px;
  border: 1px solid #0ea3ff99;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4323 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4380 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.web {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4352 {
  grid-row-gap: 20px;
  background-color: #c93b3b;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.error-b0b3911e-75c1-850d-e8ca-99ef515f1201 {
  color: #fff;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43.4365px;
  text-decoration: none;
  display: flex;
}

.feature {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4334 {
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4341 {
  grid-row-gap: 51px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4336 {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4335 {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-4381 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4382 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.error-92fd990e-917d-4308-462e-410d6e0207f5 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-21 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.frame-4383 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4384 {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 98px 65px;
  text-decoration: none;
  display: flex;
}

.frame-4385 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4386 {
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4387 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4388 {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4389 {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-4390 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4391 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.error-623e43e7-3a7c-ca27-8133-c0a80d8c11d3 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-23 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.frame-4392 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4393 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.section-title {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-6 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-placeholder {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  background-image: url('../images/0_2-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-title {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.feature-description {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.container-10 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.case-2 {
  background-color: #0000000d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.section-container {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.header-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 178px;
  text-decoration: none;
  display: flex;
}

.title {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.subtitle {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.content-container {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.case-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.case-image {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.case-details-container {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.case-info-container {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.case-title {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.case-description {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  font-family: Red Hat Display, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.case-image-2 {
  object-fit: cover;
  border-radius: 23px;
}

.section-process {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.section-4 {
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.steps-container {
  grid-column-gap: 44px;
  grid-row-gap: 52px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.step {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 340px;
  text-decoration: none;
  display: flex;
}

.step-header {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.step-number {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.step-title {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.step-description {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.step-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 340px;
  text-decoration: none;
  display: flex;
}

.section-message {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
}

.background-image {
  background-color: #0ea3ff;
  background-image: linear-gradient(#0ea3ffb3, #0ea3ffb3), url('../images/SECTION--cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 256px;
  padding: 72px 64px;
  text-decoration: none;
  display: flex;
}

.main-heading {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  min-width: 370px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 175%;
  text-decoration: none;
}

.subheading {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.solution-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-row-gap: 20px;
  background-color: #0000001a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.main-text {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.sub-text {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.background-image-2 {
  grid-row-gap: 20px;
  background-color: #0ea3ff;
  background-image: linear-gradient(#009dff80, #009dff80), url('../images/SECTION--cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  min-height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.main-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43.4365px;
  text-decoration: none;
  display: flex;
}

.image-22 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.image-placeholder-copy {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  background-image: url('../images/0_1-1-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.image-placeholder-copy2 {
  grid-column-gap: 8px;
  background-color: #d9d9d9;
  background-image: url('../images/0_0-5-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.case-section-container {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.container-13, .container-14 {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-3-copy {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.services-marquee-copy {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  align-items: center;
  height: 96px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-marquee-copy.about {
  display: none;
}

.logo-marquee {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  align-items: center;
  height: 96px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-marquee.about {
  display: none;
}

.logo-marquee-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: flex-start;
}

.imagemarquee-raise {
  flex: none;
  align-self: flex-end;
}

.imagemarquee-down {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-self: flex-start;
}

.imagemarquee-downwrapper {
  align-self: flex-end;
}

.image-23 {
  width: 280px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.problem-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-15 {
  grid-row-gap: 20px;
  background-color: #0000000d;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.frame-4394 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-4395 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-4396 {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  text-decoration: none;
  display: flex;
}

._0 {
  color: #000;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

._1 {
  color: #0b86d4;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

._3 {
  color: #0b86d3;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.background-image-3 {
  grid-row-gap: 20px;
  background-color: #0ea3ff;
  background-image: linear-gradient(#0ea3ffb3, #0ea3ffb3), url('../images/SECTION--cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  height: 299px;
  min-height: 299px;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

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

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43.4365px;
  text-decoration: none;
  display: flex;
}

.main-text-0 {
  color: #fff;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.main-text-1 {
  color: #ffff49;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.solution-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-4397 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1134px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.main-text-4 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.sub-text-2 {
  color: #0072b9;
  text-align: center;
  letter-spacing: .13em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.logos {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 8px;
  text-decoration: none;
  display: flex;
}

.frame-4398 {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4399 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 179.825px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.images {
  object-fit: cover;
}

.logo2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 136.99px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.logo3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 130.467px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.frame-4400 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.cta {
  grid-column-gap: 58px;
  background-color: #0ea3ff;
  background-image: linear-gradient(#0ea3ffb3, #0ea3ffb3), url('../images/SECTION--cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 614px;
  margin-top: 30px;
  padding: 72px 112px;
  text-decoration: none;
  display: flex;
}

.container-16 {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-17 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 89px;
  text-decoration: none;
  display: flex;
}

.subtitle-2 {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.container-18 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-text-2 {
  color: #fff;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-19 {
  object-fit: cover;
}

.container-20 {
  background-color: #fff;
  border: 2px solid #0ea3ff;
  border-radius: 56px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
}

.button-text-3 {
  color: #0072b9;
  letter-spacing: .13em;
  -webkit-text-stroke-color: #0072b9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 48px;
  background-color: #191717;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43.4365px;
  text-decoration: none;
  display: flex;
}

.copyright-text {
  color: #fff;
  letter-spacing: .13em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 19.59px;
  text-decoration: none;
}

.div-block-13 {
  background-color: #fff;
  width: 1px;
  height: 469px;
}

.container-21 {
  background-color: #fff;
  width: 40px;
  height: auto;
}

.title-copy-goes-here-be-awesome-copy-deco {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.flex-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.cta-menu {
  grid-column-gap: 58px;
  background-color: #0ea3ff;
  background-image: linear-gradient(#0ea3ffb3, #0ea3ffb3), url('../images/SECTION--cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 614px;
  margin-top: 30px;
  padding: 72px 112px;
  text-decoration: none;
  display: none;
}

.title-copy-goes-here-be-awesome-sp {
  color: #0072b9;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: none;
}

.flex-block-12 {
  flex-flow: column;
}

.background-video {
  opacity: .99;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  background-color: #d91a1a;
}

.div-block-15 {
  background-color: #00000057;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-global-copy {
  background-color: var(--gray-90);
  width: 100%;
  height: 1px;
  font-size: 12px;
}

.line-global-copy.line-grey-20 {
  background-color: var(--gray-20);
}

.line-global-fv {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  font-size: 12px;
}

.line-global-fv.line-grey-20 {
  background-color: var(--gray-20);
}

.nav-wrap-copy {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-logo-icon-bk {
  margin-left: -100%;
}

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

.form-label-text-lp {
  letter-spacing: .14px;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.form-input-lp {
  border: 1px none var(--gray-40);
  background-color: var(--gray-10);
  color: var(--gray-90);
  border-radius: 10px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
}

.form-input-lp.text-area {
  border-style: none;
  border-color: var(--gray-20);
  background-color: var(--gray-10);
  letter-spacing: .05rem;
  border-radius: 4px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px;
}

.checkbox-field-lp {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px;
  display: flex;
}

.checkbox-label-5-lp {
  letter-spacing: .05rem;
  margin-left: 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
}

.checkbox-label-4-copy {
  letter-spacing: .05rem;
}

.checkbox-lp {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.button {
  padding-top: 30px;
}

.sendbutton-lp {
  grid-column-gap: 8px;
  background-color: #0072b9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.checkbox-label-5-lp-link {
  letter-spacing: .05rem;
  margin-left: 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.arrowiconlp {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

.flex-block-13 {
  background-color: #f4f4f400;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 40px 40px;
  display: flex;
}

.formrlabellp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.text-block-26 {
  color: #c80000;
  letter-spacing: 2px;
  background-color: #c10d0d1a;
  border: 1px #c80000;
  border-radius: 30px;
  padding: 0 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.link-2 {
  font-size: 12px;
  text-decoration: underline;
}

.text-block-27 {
  color: var(--gray-60);
  font-size: 12px;
}

.text-block-28 {
  color: var(--gray-50);
  letter-spacing: .5px;
  font-size: 13px;
}

.flex-block-14 {
  margin-top: 40px;
}

.heading-5-copy {
  letter-spacing: .02em;
  margin-bottom: 50px;
  font-family: Red Hat Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.section-6 {
  max-width: none;
  margin-top: 68px;
  position: relative;
}

.flex-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 5.5%;
  padding-right: 5.5%;
  position: relative;
  overflow: visible;
}

.heading-doc-lp {
  letter-spacing: .5px;
  font-family: Red Hat Display, sans-serif;
  line-height: 100%;
}

.flex-block-16 {
  width: 100%;
}

.text-docment-lp {
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 200%;
}

.flex-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.bold-text-11, .bold-text-12 {
  font-size: 20px;
}

.lpflexbox-left {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.bold-text-12-label {
  letter-spacing: .05em;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.heading-document-lp {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  line-height: 100%;
}

.footer-component-lpform {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-top-container-lpform {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 576px;
  display: none;
  overflow: hidden;
}

.nav-wrap-lpform {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-list-wrapper-lpform {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.right-navbar-wrap-lpform {
  flex-flow: column;
  flex: none;
  display: none;
  overflow: hidden;
}

.main-page-lpform {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80svh;
  padding-left: 5.5%;
  padding-right: 5.5%;
  display: flex;
}

.container-lpform {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container-lpform {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.name-field-wrapper, .mail-field-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.consultation-field-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.consultation-field-wrapper.hide-on-page-documentrebranding {
  display: block;
}

.company-namefield-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.free-text-field-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.text-privacy-policy {
  margin-top: 40px;
}

.link-block {
  width: 100%;
  margin-top: 40px;
}

.text-block-30 {
  font-size: 111px;
}

@media screen and (min-width: 1440px) {
  .nav-logo-wrap.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .brand-logo-icon {
    position: static;
  }

  .navbar-logo-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbarcontainer, .navbar-content {
    max-width: 1800px;
  }

  .text-3 {
    font-size: 18px;
  }

  .hero-heading-left {
    height: 80svh;
  }

  .frame-4369 {
    height: 100%;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .column {
    flex: 0 auto;
    width: auto;
  }

  .title-copy-goes-here-be-awesome {
    font-size: 87px;
  }

  .error-950fd8fe-0712-255a-91a9-55410be896d6 {
    max-width: 600px;
  }

  .text-4 {
    font-size: 18px;
  }

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

  .text-3-copy {
    font-size: 18px;
  }

  .problem-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta {
    grid-column-gap: 100px;
  }

  .container-20 {
    max-width: 340px;
  }

  .div-block-13 {
    width: 1px;
    height: 470px;
  }

  .title-copy-goes-here-be-awesome-copy-deco {
    font-size: 32px;
  }

  .flex-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta-menu {
    grid-column-gap: 100px;
  }

  .title-copy-goes-here-be-awesome-sp {
    font-size: 87px;
    display: none;
  }

  .brand-logo-icon-bk {
    margin-left: -183px;
    position: static;
  }

  .flex-block-13 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .text-block-26 {
    border-radius: 1px;
  }

  .section-6 {
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-top: 80px;
    display: flex;
  }

  .flex-block-15 {
    align-items: stretch;
    max-width: none;
  }

  .heading-doc-lp {
    font-family: Red Hat Display, sans-serif;
    font-size: 28px;
    line-height: 100%;
  }

  .text-block-29 {
    font-family: Red Hat Display, sans-serif;
    line-height: 200%;
  }

  .flex-block-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-docment-lp {
    font-family: Red Hat Display, sans-serif;
    line-height: 200%;
  }

  .flex-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .lpflexbox-left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .body-s-regular-text {
    max-width: 80%;
  }

  .style-guide-color-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-navigation {
    display: none;
  }

  .style-guide-container {
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-logo-wrap {
    flex: 0 auto;
  }

  .nav-menu {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-top-content-container {
    position: relative;
  }

  .display-text {
    font-family: Red Hat Display, sans-serif;
    font-size: 52px;
    font-weight: 500;
  }

  .text-rotator-wrapper {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section-title-wrapper.width-830px {
    width: auto;
  }

  .section-title-wrapper.our-value {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .work-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-process-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .our-value-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .home-testimonial-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-marquee-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    height: auto;
  }

  .home-insight-section {
    height: auto;
    min-height: auto;
  }

  .home-insight-collection-list {
    flex-flow: column;
    width: auto;
  }

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

  .menu-button.w--open {
    color: var(--bgbk);
    background-color: #0000;
  }

  .about-hero-bottom-wrapper {
    flex-flow: column;
  }

  .about-hero-text-wrap {
    max-width: 100%;
  }

  .split-heading-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .core-member-heading-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .studio-heading-description-wrap {
    width: auto;
  }

  .our-member-list {
    grid-template-columns: 1fr 1fr;
  }

  .our-service-track, .our-service-camera {
    height: auto;
  }

  .our-service-frame {
    flex-flow: column;
  }

  .our-service-item {
    width: auto;
    height: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .our-service-item-wrap {
    flex-flow: column;
  }

  .service-info-wrap {
    flex-flow: row;
    width: auto;
  }

  .project-link-wrap {
    flex-flow: column;
  }

  .home-process-accordion-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .works-hero-section.workhead {
    padding-top: 120px;
  }

  .works-hero-container {
    flex-flow: column;
  }

  .featured-work-section {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .service-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-form {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper.project-image-small {
    height: 504px;
  }

  .image-wrapper.project-link-image-wrap {
    width: auto;
  }

  .image-wrapper.work-main-wrapper {
    height: 600px;
  }

  .insight-body-container {
    grid-template-columns: 1.5fr auto;
  }

  .right-navbar-wrap {
    display: none;
  }

  .circular-text {
    width: 146px;
  }

  .insight-slider-wrapper {
    height: auto;
  }

  .home-insight-title-wrap {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .insight-component-container {
    height: auto;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .featured-insight-item-container, .license-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-header-container {
    flex-flow: column;
  }

  .bold-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 76px;
  }

  .bold-text-2 {
    letter-spacing: .04em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 70px;
  }

  .text-block-9.fvtext {
    max-width: 72%;
  }

  .contact-content-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bold-text-8 {
    letter-spacing: .04em;
    font-size: 70px;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
    height: 100svh;
    padding: 0;
  }

  .frame-4316, .navbar-button {
    display: none;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .title-copy-goes-here-be-awesome {
    font-size: 52px;
    line-height: 150%;
  }

  .error-950fd8fe-0712-255a-91a9-55410be896d6 {
    font-size: 14px;
  }

  .actions {
    flex-flow: column;
  }

  .frame-4370 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
  }

  .image-wrapper-2 {
    width: 70%;
  }

  .text-7 {
    font-size: 28px;
  }

  .lptext-block-26 {
    font-size: 20px;
  }

  .frame-4333 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-17 {
    font-size: 24px;
  }

  .frame-4320 {
    flex-flow: row;
  }

  .text-19 {
    font-size: 14px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title {
    font-size: 28px;
  }

  .feature-title {
    font-size: 22px;
  }

  .feature-description {
    font-size: 14px;
  }

  .content-container {
    grid-column-gap: 20px;
  }

  .case-container {
    flex: 1;
  }

  .case-image {
    height: 220px;
  }

  .case-details-container {
    grid-row-gap: 28px;
    flex: 1;
  }

  .case-title {
    font-size: 13px;
  }

  .case-description {
    font-size: 20px;
  }

  .case-image-2 {
    height: 220px;
  }

  .step {
    min-width: 0;
    max-width: 300px;
  }

  .step-number {
    font-size: 24px;
  }

  .step-title {
    font-size: 20px;
  }

  .step-description {
    font-size: 14px;
  }

  .step-2 {
    min-width: auto;
    max-width: 300px;
  }

  .background-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-heading {
    min-width: 340px;
    font-size: 30px;
    font-weight: 600;
  }

  .main-text {
    font-size: 23px;
  }

  .main-text-2 {
    font-size: 24px;
  }

  .image-22 {
    width: 21%;
  }

  .case-section-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagemarquee-raise, .imagemarquee-down {
    width: 70%;
  }

  .image-23 {
    width: 24%;
  }

  .problem-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-24 {
    font-size: 24px;
  }

  ._0, ._1, ._3 {
    font-size: 18px;
  }

  .background-image-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .main-text-0, .main-text-1 {
    font-size: 24px;
  }

  .main-text-4 {
    font-size: 22px;
  }

  .logos {
    padding-left: 20px;
  }

  .frame-4398 {
    grid-column-gap: 38px;
  }

  .frame-4399, .logo2, .logo3 {
    height: 100%;
  }

  .cta {
    grid-column-gap: 33px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .button-text-3 {
    font-size: 14px;
  }

  .div-block-13 {
    width: 1px;
  }

  .title-copy-goes-here-be-awesome-copy-deco {
    font-size: 21px;
    line-height: 150%;
  }

  .cta-menu {
    grid-column-gap: 33px;
    border-radius: 0;
    height: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .title-copy-goes-here-be-awesome-sp {
    font-size: 52px;
    line-height: 150%;
  }

  .sendbutton-lp {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
  }

  .flex-block-13 {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-15 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .lpflexbox-left {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-document-lp {
    padding-left: 0;
  }

  .right-navbar-wrap-lpform {
    display: none;
  }

  .main-container-lpform {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .body-s-regular-text {
    width: 100%;
    max-width: 100%;
  }

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

  .text-style-h3 {
    font-size: 17px;
  }

  .navbar-container {
    position: static;
  }

  .nav-logo-wrap {
    z-index: 900;
  }

  .nav-menu {
    background-color: var(--primary);
    height: 100vh;
  }

  .text-wrapper.footer-button {
    height: 70px;
  }

  .display-text {
    font-size: 55px;
    line-height: 80px;
  }

  .hero-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-rotator-wrapper {
    width: 141px;
    margin-bottom: 60px;
    inset: auto 0% 0% auto;
  }

  .work-section {
    padding-bottom: 80px;
  }

  .section-title-wrapper.width-830px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-work-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-process-content-wrapper {
    flex-flow: column;
  }

  .home-services-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-value-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-bottom-container {
    flex-flow: column;
  }

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

  .menu-button {
    padding: 0;
    overflow: visible;
  }

  .menu-button.w--open {
    z-index: 999;
    color: var(--gray-90);
  }

  .nav-menu-open {
    height: 100%;
    padding: 56px 24px 40px;
    display: block;
  }

  .navbar-open-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
  }

  .nav-open-bottom-container {
    text-align: left;
    flex-flow: column;
  }

  .nav-top-line {
    background-color: var(--bgbk);
    width: 40px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
  }

  .nav-bottom-line {
    background-color: var(--bgbk);
    width: 40px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
  }

  .about-hero-text-wrap {
    max-width: 100%;
    padding-bottom: 120px;
  }

  .split-heading-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .our-journey-content-grid {
    grid-template-columns: 1fr;
  }

  .our-journey-content-grid.member {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu-list-wrapper {
    display: none;
  }

  .service-section-tag {
    width: 100%;
  }

  .service-info-wrap {
    flex-flow: column;
    width: 100%;
  }

  .service-industry-container {
    flex-flow: column;
  }

  .service-industry-holder {
    order: -1;
    width: auto;
  }

  .home-stack-image-wrapper {
    height: 520px;
  }

  .home-process-accordion-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .works-hero-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .featured-work-section {
    height: 80svh;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .works-testimonial-container {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
  }

  .service-list-component {
    max-width: 100%;
  }

  .contact-section {
    padding-top: 120px;
  }

  .contact-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .contact-heading-wrapper {
    width: auto;
  }

  .service-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .contact-content-container {
    width: 100%;
  }

  .insight-detail-header-section {
    padding-top: 140px;
  }

  .insight-detail-header-container {
    flex-flow: column;
    display: flex;
  }

  .image-wrapper.work-main-wrapper {
    height: 520px;
  }

  .circular-text {
    width: 100%;
    height: 100%;
  }

  .featured-insight-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .featured-insight-item-container {
    flex-flow: column;
    display: flex;
  }

  .insight-tabs-menu {
    display: none;
  }

  .insight-info-sticky {
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .page-loader-item {
    align-items: center;
  }

  .license-section {
    padding-top: 160px;
  }

  .work-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-pageload {
    max-width: 70%;
  }

  .bold-text-2 {
    font-size: 70px;
    line-height: 50px;
  }

  .bold-text-4 {
    font-size: 50px;
    line-height: 89px;
  }

  .text-block-9.fvtext {
    max-width: 70%;
  }

  .contact-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .text-block-20, .text-block-21, .bold-text-8 {
    font-size: 70px;
  }

  .link {
    font-size: 42px;
  }

  .menugtext {
    text-align: center;
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
  }

  .section {
    height: 43px;
    overflow: hidden;
  }

  .image-5 {
    width: 51px;
  }

  .menugtext-close {
    text-align: center;
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
  }

  .nav-menu-list-wrapper-lpform {
    display: none;
  }

  .container-lpform {
    padding-top: 120px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .main-container {
    height: 100%;
    margin-top: 0;
    padding: 0 6.6% 0%;
  }

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

  .text-style-h4 {
    letter-spacing: .05em;
    font-size: 20px;
    line-height: 35px;
  }

  .text-style-h4.textcolor-white {
    font-size: 20px;
    line-height: 150%;
  }

  .text-style-h4.casehl {
    font-size: 16px;
    line-height: 28px;
  }

  .typography-information-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
  }

  .body-n-regular-text.text-color-gray-60 {
    letter-spacing: .05rem;
    font-size: 10px;
    line-height: 22px;
  }

  .body-s-regular-text {
    clear: none;
    text-align: left;
    align-self: auto;
    width: 100%;
    font-size: 10px;
  }

  .body-s-regular-text.text-color-gray-60 {
    line-height: 22px;
  }

  .body-s-regular-text.headtext {
    max-width: 100%;
  }

  .body-s-regular-text.spinmenu {
    text-align: left;
  }

  .style-guide-color-container {
    width: 100%;
  }

  .form-label-text, .form-input {
    font-size: 12px;
  }

  .form-input.text-area {
    letter-spacing: .05rem;
    line-height: 20px;
  }

  .text-style-h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-style-h1.srprice {
    font-size: 28px;
    line-height: 28px;
  }

  .text-style-h2 {
    font-size: 20px;
    line-height: 35px;
  }

  .text-style-h3 {
    letter-spacing: .07em;
    font-size: 14px;
    line-height: 28px;
  }

  .text-style-h5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 150%;
  }

  .body-xs-regular {
    font-size: 10px;
    font-weight: 500;
    display: block;
  }

  .body-xs-regular.position {
    line-height: 17px;
  }

  .body-xs-regular.scrolltext {
    display: none;
  }

  .body-xs-medium, .body-xs-medium.text-color-grey-50 {
    font-size: 10px;
  }

  .body-xs-medium.servicetag {
    color: #0000008f;
  }

  .homepage-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar-component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-logo-wrap {
    z-index: 900;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    padding-left: 0;
  }

  .nav-logo-wrap.w--current {
    z-index: 0;
    flex: 0 auto;
  }

  .nav-menu {
    z-index: 800;
    background-color: var(--primary);
    height: 100svh;
  }

  .nav-wrap {
    z-index: 400;
  }

  .hero-content-container {
    justify-content: space-between;
    align-items: center;
    height: 91.0713%;
    margin-top: 0;
    padding-top: 90px;
  }

  .hero-top-content-container {
    height: 100%;
    position: relative;
  }

  .hero-top-content-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: flex-start;
    max-width: 360px;
    height: 91.8034%;
    margin-bottom: 20px;
  }

  .text-wrapper.footer-button {
    height: 46px;
    overflow: hidden;
  }

  .display-text {
    height: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
  }

  .text-rotator-wrapper {
    width: 35%;
    position: absolute;
    inset: auto 0% 5% auto;
  }

  .hero-bottom-content-container {
    flex: 0 auto;
    width: 100%;
  }

  .hero-bottom-content-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-scroll-info-block {
    display: flex;
  }

  .hero-image-wrapper {
    height: 30vh;
    display: none;
  }

  .services-marquee {
    font-family: Red Hat Display, sans-serif;
    font-weight: 500;
  }

  .services-marquee.about {
    display: flex;
  }

  .services-marquee-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 16px;
  }

  .marquee-text {
    font-family: Red Hat Display, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .work-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-title-wrapper.width-830px {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .section-title-wrapper.studio {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-title-wrapper.studio.company {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-tag {
    overflow: hidden;
  }

  .section-tag.on-dark {
    padding-left: 10px;
    overflow: hidden;
  }

  .section-tag.on-dark.casetag {
    font-size: 16px;
  }

  .home-work-container, .work-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-cover {
    border-style: none;
    border-radius: 0;
    height: 100%;
  }

  .image-cover.thumbnail-project {
    border-style: none;
  }

  .home-services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-services-content-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .our-value-content-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .service-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 24px;
  }

  .home-testimonial-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .testimonial-marquee-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .testimonial-content-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .testimonial-avatar-wrap {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-component {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-top-container {
    margin-bottom: 40px;
  }

  .footer-button-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-button-icon-wrap {
    width: 42px;
    height: 42px;
  }

  .footer-bottom-container {
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .footer-logo-wrapper.w--current {
    text-align: right;
    align-self: auto;
  }

  .footer-company-info-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

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

  .footer-menu-list {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .insight-thumbnail-info-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button.w--open {
    z-index: 999;
  }

  .koneksi-image-logo {
    height: 24px;
  }

  .testimonial-content-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-menu-open {
    z-index: 500;
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 60px;
    display: flex;
    position: relative;
  }

  .navbar-open-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 50px;
  }

  .nav-open-bottom-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 100px;
  }

  .nav-top-line, .nav-bottom-line {
    background-color: var(--gray-90);
  }

  .about-hero-section {
    vertical-align: baseline;
    padding-top: 164px;
  }

  .about-hero-container {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .about-hero-text-wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .about-our-journey-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-journey-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .our-journey-content-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .our-journey-content-grid.member {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .our-journey-content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 24px;
  }

  .our-journey-title-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .about-our-value-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .about-our-value-section.member {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .about-studio-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .about-studio-section.company {
    padding-top: 40px;
  }

  .about-studio-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .studio-gallery-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .core-member-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-member-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .client-logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    height: 22.5px;
  }

  .nav-menu-list-wrapper {
    background-color: var(--white);
  }

  .about-hero-info-block {
    display: block;
  }

  .service-hero-section {
    padding-top: 100px;
  }

  .service-hero-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-industry-container {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .service-industry-list-component {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .home-stack-image-wrapper {
    height: auto;
    position: static;
  }

  .home-process-accordion-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .process-accordion-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 32px;
  }

  .works-hero-section.workhead {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .works-hero-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .featured-work-section {
    height: 70svh;
  }

  .featured-works-info-container {
    height: 240px;
    overflow: hidden;
  }

  .featured-works-info-container.bg-color-tpblack {
    height: 100%;
  }

  .project-header-section {
    padding-top: 100px;
  }

  .project-header-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-detail-header-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .project-info-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .detail-work-section {
    padding-top: 29px;
    padding-bottom: 72px;
  }

  .detail-work-container.the-challenge, .detail-work-container.the-solution, .detail-work-container.the-result {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-detail-image-gallery.the-result {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-flow: column;
    height: 360px;
  }

  .work-detail-image-gallery.the-challenge {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    height: 296px;
  }

  .the-result-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .detail-work-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-section {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .service-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .contact-form {
    letter-spacing: .09rem;
    padding-left: 0;
    padding-right: 0;
    font-family: Syne, sans-serif;
    font-weight: 400;
  }

  .submit-button {
    font-size: 80px;
    line-height: 88px;
  }

  .contact-content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .contact-split-container {
    flex-flow: column;
  }

  .contact-social-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
  }

  .insight-detail-header-container {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .insight-detail-title-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrapper.insight-detail {
    height: 164px;
  }

  .image-wrapper.gallery-image {
    width: 60px;
    min-width: 70px;
  }

  .image-wrapper.project-image-small, .image-wrapper.project-image-big {
    height: 196px;
  }

  .image-wrapper.service-image._1 {
    height: auto;
  }

  .image-wrapper.insight-thumbnail {
    height: 20vh;
  }

  .image-wrapper.featured-insight {
    height: 196px;
  }

  .image-wrapper.work-main-wrapper {
    height: 40svh;
  }

  .social-media-insight-share {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .insight-body-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr;
  }

  .circular-text {
    width: 100%;
  }

  .home-insight-title-wrap, .insight-component-container {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }

  .footer-company-info-block {
    object-fit: fill;
  }

  .button-arrow {
    display: none;
  }

  .insight-header-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .featured-insight-item-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .insight-section {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .insight-info-sticky {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-loader {
    height: 100svh;
    display: block;
  }

  .page-loader-item {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .license-section {
    padding-top: 140px;
  }

  .license-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .license-info-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .work-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-pageload {
    max-width: 65%;
  }

  .text-block {
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    letter-spacing: .03rem;
    margin-bottom: -20px;
    font-size: 10px;
    line-height: 20px;
  }

  .heading {
    font-size: 12px;
  }

  .paragraph-7 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 10px;
  }

  .heading-4 {
    font-size: 11px;
    line-height: 24px;
  }

  .bold-text {
    font-size: 51px;
  }

  .bold-text-2 {
    font-size: 44px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3, .text-block-4 {
    font-size: 13px;
  }

  .bold-text-4 {
    letter-spacing: .05em;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-5 {
    margin-bottom: 32px;
    font-size: 38px;
  }

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

  .text-block-9 {
    font-family: Red Hat Display, sans-serif;
    font-size: 11px;
    font-weight: 500;
  }

  .text-block-9.fvtext {
    max-width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text-block-11 {
    width: 180px;
  }

  .contact-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 45px;
  }

  .text-block-20, .text-block-21 {
    font-size: 50px;
  }

  .bold-text-8 {
    font-size: 44px;
  }

  .text-block-22 {
    font-size: 8px;
  }

  .flex-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .textcolor-white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
  }

  .menugtext {
    color: #000;
    text-align: center;
    letter-spacing: .05px;
    font-family: Red Hat Display, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
  }

  .section {
    height: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-5 {
    width: 90px;
  }

  .success-message {
    padding: 40px 20px;
  }

  .div-block-8 {
    width: 40%;
  }

  .flex-block-9 {
    flex-flow: column;
  }

  .text-block-11-copy {
    width: 180px;
  }

  .vectors-wrapper {
    max-width: 70%;
    height: 30px;
  }

  .navbar-logo-left {
    z-index: 999;
    padding-left: 20px;
  }

  .text-3 {
    font-size: 15px;
    font-weight: 600;
  }

  .hero-heading-left {
    flex-flow: column;
    height: 95svh;
  }

  .frame-4369 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    flex: 1;
    overflow: visible;
  }

  .container {
    clear: both;
    background-color: #0000000d;
    flex: 1;
    padding: 30px 20px 40px;
  }

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

  .title-copy-goes-here-be-awesome {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 160%;
    display: none;
  }

  .error-950fd8fe-0712-255a-91a9-55410be896d6 {
    font-size: 13px;
    font-weight: 600;
  }

  .actions {
    flex-flow: column;
    width: 100%;
  }

  .frame-4370 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .frame-4371 {
    grid-column-gap: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 40px;
  }

  .text-4 {
    font-size: 15px;
    font-weight: 600;
  }

  .image-wrapper-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .image-6 {
    height: 30svh;
  }

  .problem {
    padding-bottom: 40px;
  }

  .frame-4333 {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-4379 {
    grid-row-gap: 8px;
  }

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

  .text-17 {
    font-size: 18px;
  }

  .text-18 {
    font-size: 14px;
    font-weight: 500;
  }

  .frame-4320 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-19 {
    font-size: 12px;
  }

  .frame-4323 {
    grid-row-gap: 10px;
  }

  .frame-4380 {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .feature-3 {
    padding-top: 40px;
  }

  .container-5 {
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    font-size: 24px;
  }

  .container-7 {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image-placeholder {
    background-position: 50%;
    background-size: cover;
    max-width: none;
  }

  .case-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title {
    font-size: 28px;
  }

  .content-container {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .case-details-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps-container {
    grid-row-gap: 28px;
  }

  .step {
    grid-row-gap: 12px;
    max-width: none;
  }

  .step-header {
    grid-column-gap: 8px;
  }

  .step-2 {
    max-width: none;
  }

  .section-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-image {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-height: auto;
    padding: 40px 30px;
  }

  .main-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 150%;
  }

  .subheading {
    font-size: 12px;
  }

  .image-22 {
    z-index: 10;
  }

  .image-placeholder-copy, .image-placeholder-copy2 {
    background-position: 50%;
    background-size: cover;
    max-width: none;
  }

  .case-section-container {
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-3-copy {
    font-size: 14px;
    font-weight: 600;
  }

  .services-marquee-copy {
    font-family: Red Hat Display, sans-serif;
    font-weight: 500;
  }

  .services-marquee-copy.about {
    display: flex;
  }

  .logo-marquee {
    font-family: Red Hat Display, sans-serif;
    font-weight: 500;
  }

  .logo-marquee.about {
    display: flex;
  }

  .logo-marquee-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 16px;
  }

  .imagemarquee-raise {
    width: 40%;
  }

  .imagemarquee-down {
    width: 50%;
  }

  .problem-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-15 {
    padding: 40px 20px;
  }

  .frame-4394 {
    grid-row-gap: 20px;
  }

  .text-24 {
    font-size: 22px;
  }

  .frame-4395 {
    grid-row-gap: 12px;
  }

  .frame-4396 {
    grid-column-gap: 12px;
  }

  .vectors-wrapper-9 {
    width: 20px;
    height: 20px;
  }

  .text-25 {
    font-size: 15px;
  }

  ._0, ._1, ._3 {
    font-size: 13px;
  }

  .background-image-3 {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vectors-wrapper-10 {
    max-width: 45%;
    height: 20px;
  }

  .main-text-0, .main-text-1 {
    font-size: 20px;
  }

  .frame-4397 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-text-4 {
    line-height: 150%;
  }

  .sub-text-2 {
    font-size: 12px;
  }

  .images {
    min-width: 0;
    max-width: 100%;
    overflow: auto;
  }

  .cta {
    grid-row-gap: 40px;
    flex-flow: column;
    min-height: auto;
    padding: 40px 20px 60px;
  }

  .container-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-17 {
    flex: none;
    height: auto;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .container-18 {
    flex: 0 auto;
  }

  .button-text-2 {
    flex: 1;
    font-size: 24px;
  }

  .container-19 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    height: auto;
    display: block;
    overflow: auto;
  }

  .container-20 {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-text-3 {
    font-size: 15px;
  }

  .div-block-13 {
    display: none;
  }

  .title-copy-goes-here-be-awesome-copy-deco {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 160%;
  }

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

  .title-copy-goes-here-be-awesome-sp {
    letter-spacing: .1em;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 160%;
    display: block;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .background-video {
    height: 100svh;
  }

  .nav-wrap-copy {
    z-index: 800;
  }

  .brand-logo-icon-bk {
    z-index: 200;
    order: 0;
    margin-left: -183px;
    position: relative;
  }

  .menugtext-close {
    color: #000;
    text-align: center;
    letter-spacing: .05px;
    font-family: Red Hat Display, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
  }

  .form-label-text-lp {
    font-size: 14px;
  }

  .form-input-lp {
    padding-left: 12px;
    font-size: 12px;
  }

  .form-input-lp.text-area {
    letter-spacing: .05rem;
    height: 128px;
    font-size: 12px;
    line-height: 20px;
  }

  .checkbox-label-5-lp {
    font-size: 12px;
  }

  .sendbutton-lp {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .flex-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 10px;
  }

  .text-block-28 {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-5-copy {
    margin-bottom: 32px;
    font-size: 38px;
  }

  .text-docment-lp {
    font-size: 12px;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 16px;
  }

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

  .bold-text-12-label {
    font-size: 20px;
  }

  .footer-component-lpform {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-top-container-lpform {
    margin-bottom: 40px;
  }

  .nav-wrap-lpform {
    z-index: 400;
  }

  .nav-menu-list-wrapper-lpform {
    background-color: var(--white);
  }

  .container-lpform {
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .main-container-lpform {
    height: 100%;
    margin-top: 0;
    padding: 0 0% 0%;
  }
}

#w-node-_4c5c8e46-7fd7-ae68-3d6f-960025d4343b-dea69558 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_965ce914-e55d-5554-46b3-5e7b590e292f-dea69558 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7b8-dea69558 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7c4-dea69558 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_1d66172d-9ac1-a2c8-b3ce-ce77498d663a-dea69558 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d66172d-9ac1-a2c8-b3ce-ce77498d6650-dea69558 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_7547ae1e-1bf9-5360-c91e-62a3d33a40ba-d33a4090, #w-node-_5ddf20f4-b455-b219-6d77-453d6d6f7843-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b2a-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b2f-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b49-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b4e-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b53-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b58-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b5d-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b62-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b67-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b6c-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b71-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b76-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b7c-dea695af, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b81-dea695af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_035cea89-0e90-e1a6-b4e1-7e3f7604ea92-dea695c4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_046ac658-b69f-37f1-594d-b3b3cbe78421-dea695c5 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d8bbb720-c884-6b96-35ae-a1b868e30ff4-dea695c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3abb0161-1457-49b4-e0f7-f4217fee820a-dea695c5, #w-node-_847ccc50-40f4-1e80-7d72-41171d938b17-dea695c5 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_62aae0ba-2fa6-702f-2004-c5ab9b285291-dea695c5, #w-node-_9f6da55e-1d30-33fe-2e4d-2dda315fc8f8-dea695c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55f5166c-23a5-bd48-102c-1fe444acbb10-dea695c5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_55f5166c-23a5-bd48-102c-1fe444acbb1d-dea695c5 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_6614ea0b-521b-5900-0399-2ea8bea4f1f9-dea695c7, #w-node-_7d331939-92a4-1157-b89c-f47c767bfcb1-dea695c7, #w-node-c8a935e4-1ea3-74ba-1a95-f6e031be5b7b-dea695c7, #w-node-_8194c7f5-f4a5-45bf-a007-a981c23aa357-dea695c7, #w-node-_5a486a7f-b9d4-1dc7-7598-c2aa1c694e87-dea695c9, #w-node-_5a486a7f-b9d4-1dc7-7598-c2aa1c694e94-dea695c9, #w-node-_5a486a7f-b9d4-1dc7-7598-c2aa1c694ea1-dea695c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa25d3-dea695ca {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa25e9-dea695ca {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2600-dea695ca {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2616-dea695ca {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa262d-dea695ca {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2643-dea695ca {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-e9fc5ea4-9764-079c-93da-5cb3a6bf9d97-a6bf9d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4c5c8e46-7fd7-ae68-3d6f-960025d4343b-dea69558, #w-node-_965ce914-e55d-5554-46b3-5e7b590e292f-dea69558, #w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7b8-dea69558, #w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7c4-dea69558, #w-node-_1d66172d-9ac1-a2c8-b3ce-ce77498d663a-dea69558, #w-node-_1d66172d-9ac1-a2c8-b3ce-ce77498d6650-dea69558, #w-node-_035cea89-0e90-e1a6-b4e1-7e3f7604ea92-dea695c4, #w-node-_55f5166c-23a5-bd48-102c-1fe444acbb10-dea695c5, #w-node-_55f5166c-23a5-bd48-102c-1fe444acbb1d-dea695c5, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa25d3-dea695ca, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa25e9-dea695ca, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2600-dea695ca, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2616-dea695ca, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa262d-dea695ca, #w-node-_6bf55707-0c6f-c073-ec4a-b897f0fa2643-dea695ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_046ac658-b69f-37f1-594d-b3b3cbe78421-dea695c5 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-d8bbb720-c884-6b96-35ae-a1b868e30ff4-dea695c5 {
    grid-column-end: 3;
  }

  #w-node-_3abb0161-1457-49b4-e0f7-f4217fee820a-dea695c5 {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Geistvariablevf';
  src: url('../fonts/GeistVariableVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}