@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-50-501: #fcfcfc;
  --gray-10: #f4f4f5;
  --gray-40: #a2a2ab;
  --gray-60: #53535c;
  --gray-70: #404047;
  --gray-80: #28282b;
  --gray-90: #17171a;
  --black: #1c1c1c;
  --white: white;
  --primary: #ff511a;
  --secondary: #b3350b;
  --yellow-500\<deleted\|variable-439bd0ed\>: #e6af07;
}

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-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 {
  width: 100%;
  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 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.main-container.padding-8 {
  padding-left: 12%;
  padding-right: 12%;
}

.main-container.relative {
  position: relative;
}

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

.section-title-block.bg-color {
  z-index: 1;
  background-color: #f4f4f5;
  margin-top: 6vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  position: relative;
}

.section-title-block.top-m5vh {
  z-index: 1;
  margin-top: 5vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  position: relative;
}

.section-title-block.top-1rem {
  margin-top: 1rem;
}

.section-title-block.gradient-bg {
  background-image: linear-gradient(140deg, #40a6d714, #647bb314 25%, #84539214 50%, #993b7d14 75%, #a0327614);
  border-bottom: 1px solid #d1d1d6;
  border-left: 1px solid #d1d1d6;
  border-right: 1px solid #d1d1d6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1.3rem;
}

.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: -.01em;
  font-family: Geist, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

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

.text-style-h4.color-white.font-22 {
  font-size: 20px;
}

.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-medium-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.body-s-regular-text {
  color: #122825;
  letter-spacing: 0;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.body-s-regular-text.text-color-white {
  color: #fff;
}

.body-s-regular-text.top-m5px {
  margin-top: 5px;
}

.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(--black);
}

.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(--black);
  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: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

.nav-link.color-white {
  color: #fff;
}

.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: #775b5b;
  border-radius: 0;
  height: 36px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
}

.form-input.text-area {
  height: 100px;
}

.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: 8px;
  position: relative;
}

.form-field-wrapper._w-100 {
  width: 100%;
}

.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: -.01em;
  font-family: Geist, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-h1.top-m1vh {
  margin-top: 1vh;
}

.text-style-h1.white-color {
  color: var(--white);
}

.text-style-h2 {
  letter-spacing: -.01em;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.text-style-h3 {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-style-h3.color-black {
  color: #000;
}

.text-style-h5 {
  letter-spacing: 0;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

.text-style-h5.color-white.size-2-2rem {
  font-size: 2.2rem;
  line-height: 1.2;
}

.text-style-h5.margin {
  margin-bottom: 16px;
}

.text-style-h5.clr {
  color: var(--gray-50);
  margin-bottom: 30px;
}

.text-style-h5.weight {
  color: var(--gray-90);
  font-weight: 400;
}

.text-style-h6 {
  letter-spacing: 0;
  font-family: Geist, 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: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.body-xs-regular.color-white {
  color: #fff;
}

.body-xs-medium {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.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.color-white {
  color: #fff;
}

.body-xs-medium.light-font {
  color: #53535c;
  font-weight: 400;
}

.homepage-section {
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.navbar-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-logo-wrap {
  flex: none;
}

.nav-logo-wrap.w--current {
  flex: none;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.hero-content-container {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

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

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

.text-wrapper.footer-button {
  flex-flow: column;
  height: 115px;
  overflow: hidden;
}

.text-wrapper._w-80 {
  width: 80%;
  margin-top: 10px;
}

.text-wrapper.flex-right-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-wrapper._w-70 {
  width: 70%;
  margin-top: 10px;
}

.text-wrapper.top-m {
  margin-top: 1rem;
}

.display-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-text.black-color {
  color: #000;
  display: block;
}

.display-text.size-4rem {
  font-size: 3.5rem;
}

.display-text.size-4rem.black-color.center-align {
  text-align: center;
}

.display-text.size {
  font-size: 5.6rem;
}

.display-text.f-size-2rem {
  color: var(--gray-80);
  text-align: center;
  font-size: 2rem;
}

.text-rotator-wrapper {
  flex: none;
  width: 100%;
  max-width: 300px;
}

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

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

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

.line-wrapper.static {
  position: static;
}

.line-global {
  background-color: #000;
  width: 100%;
  height: 1px;
}

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

.line-global.white-color {
  background-color: #fff;
}

.line-global.opacity {
  opacity: .2;
}

.hero-bottom-content-wrapper {
  justify-content: flex-end;
  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.hide {
  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: 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: -.01em;
  flex: none;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.section-title-wrapper.width-830px {
  width: 830px;
}

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

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

.section-title-wrapper.studio {
  width: 50%;
}

.section-title-wrapper._w-100 {
  width: 100%;
}

.section-title-wrapper._w-100.center {
  justify-content: center;
  align-items: center;
}

.section-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray-30);
  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);
}

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

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

.line-tag.white-color {
  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 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.image-cover.radius-10px {
  border-radius: 10px;
}

.home-process-section {
  background-color: var(--gray-10);
  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: 70px;
  grid-row-gap: 70px;
  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: flex-start;
  align-items: flex-end;
  display: flex;
}

.our-value-content-grid {
  grid-column-gap: 72px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.home-testimonial-section {
  background-color: var(--gray-10);
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: 32px;
  grid-row-gap: 32px;
  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%;
  max-width: 48px;
  height: 48px;
}

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

.footer-component {
  background-color: #0d0d0d;
  padding-top: 80px;
}

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

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

.footer-button-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  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(--black);
  height: 4px;
}

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

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

.footer-bottom-container {
  z-index: 1;
  border-top: 1px solid #f4f4f41f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-bottom-container.align-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.footer-logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

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

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

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

.footer-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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;
}

.footer-text.black-color {
  color: #000;
}

.link-text-wrapper {
  color: #fff;
  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%;
  display: flex;
}

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

.insight-link-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  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;
  flex: 1;
  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;
}

.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 {
  background-color: var(--gray-10);
  padding-top: 192px;
}

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

.about-hero-container.top-p8vh {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 8vh;
}

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

.about-hero-bottom-wrapper {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding-bottom: 10vh;
  display: flex;
}

.about-hero-bottom-wrapper.top-m-5vh {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 5vh;
  padding-bottom: 0;
}

.about-hero-text-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 144px;
  display: flex;
}

.about-hero-text-wrap._w-55 {
  width: 55%;
  padding-bottom: 0;
}

.about-hero-text-wrap._w-55.less-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.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: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-color-gray-60 {
  color: var(--gray-60);
}

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

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

.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-studio-heading-wrap.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.about-studio-heading-wrap.flex-horizontal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-heading-desctiption-wrap {
  width: 55%;
}

.about-heading-desctiption-wrap.width {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.studio-gallery-grid.contact-content-container {
  display: none;
}

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

.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: 100px;
  padding-bottom: 100px;
}

.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 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: 40px;
  grid-row-gap: 40px;
  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-50);
  width: 100%;
  height: 1px;
}

.line-hover-button.gray-line {
  background-color: var(--gray-10);
}

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

.service-hero-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  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;
}

.service-section-tag.width-100 {
  width: 100%;
}

.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);
  width: 100%;
  height: 500vw;
  padding-top: 90px;
  padding-bottom: 90px;
}

.our-service-track.hieght {
  height: auto;
}

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

.our-service-camera.high {
  height: auto;
}

.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: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-service-frame.flex {
  flex-flow: column;
}

.our-service-item {
  flex: none;
  width: 100vw;
  padding-left: 4rem;
  padding-right: 0;
}

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

.service-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.service-info-wrap.center {
  justify-content: center;
  align-items: flex-start;
}

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

.project-link-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.service-industry-section {
  background-color: var(--primary);
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.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: 72px;
  grid-row-gap: 72px;
  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: 40px;
  grid-row-gap: 40px;
  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: sticky;
  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: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

.accordion-paragraph-wrap {
  overflow: hidden;
}

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

.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-left: auto;
  margin-right: auto;
  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;
}

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

.service-list-component.less-m {
  padding-right: 0;
}

.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;
  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 {
  background-image: url('../images/Rectangle-808.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 60px;
}

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

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

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

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

.contact-form {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  color: #000;
  background-color: #0000;
  padding: 0;
  font-size: 7rem;
  line-height: 1;
}

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

.contact-split-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  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: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.social-link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: 96px;
  grid-row-gap: 96px;
  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: 480px;
}

.image-wrapper.gallery-image {
  border-radius: 8px;
}

.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 {
  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 {
  cursor: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

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

.image-wrapper.featured-insight {
  width: 100%;
  height: 400px;
}

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

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

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

.image-wrapper.width-45 {
  width: 45%;
}

.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.social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: sticky;
  top: 40px;
}

.insight-info-column.hide {
  display: none;
}

.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;
  margin-top: 48px;
  display: flex;
  position: relative;
}

.submit-button-wrapper.hide {
  display: none;
}

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

.brand-logo-icon {
  width: 100%;
  max-width: 90px;
}

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

.circular-text {
  width: 100%;
}

.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);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-company-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  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-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

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

.featured-insight-section {
  background-color: #000;
  padding-top: 190px;
}

.insight-header-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  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: 2fr 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-content-wrapper.hide {
  display: none;
}

.insight-tabs-component {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-tabs-menu {
  flex-flow: column;
  width: 520px;
  margin-right: 60px;
  display: flex;
  position: sticky;
  top: 10%;
}

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

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

.collection-list.insight.grid-insight {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 h1, .rich-text-element h2, .rich-text-element h3, .rich-text-element h4, .rich-text-element h5, .rich-text-element h6 {
  margin-top: 20px;
  margin-bottom: 16px;
}

.rich-text-element p {
  margin-bottom: 20px;
}

.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;
  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;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  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;
}

.nav-link-text {
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.hero-image-1 {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#000, #000);
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

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

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

.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: #fff;
  position: absolute;
  inset: 0%;
}

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

.about-section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

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

.content-wrap._w-80 {
  width: 80%;
}

.title-heading {
  color: #122825;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.title-wrap.flex-h {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #122825;
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph.f-size-18px {
  font-size: 1rem;
}

.paragraph-wrap {
  margin-top: 24px;
}

.black-1 {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 41%;
  transform: rotate(39deg);
}

.orange {
  background-color: #a03276;
  border-radius: 999em;
  width: 4em;
  height: 10em;
  margin-left: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 37%;
  transform: rotate(40deg);
}

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

.black {
  background-color: #845392;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 88%;
  transform: rotate(39deg);
}

.button-link {
  z-index: 1;
  cursor: pointer;
  border: 2px solid #ddd8ff2e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  border-color: #fff;
}

.button-link.black-color {
  background-color: #f2f2f7;
}

.button-link.less-p {
  background-color: #f2f2f7;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-link.white {
  background-color: #f2f2f7;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-link.white.top-m-5vh {
  margin-top: 5vh;
}

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

.purple-2 {
  background-color: #993b7d;
  border-radius: 999em;
  width: 7em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  transform: rotate(40deg);
}

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

.text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #0003;
  mix-blend-mode: color;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.text.capitalize-every-word {
  text-transform: capitalize;
}

.orange-1 {
  background-color: #993b7d;
  border-radius: 999em;
  width: 9em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 49%;
}

.blue-1 {
  background-color: #647bb3;
  border-radius: 999em;
  width: 10em;
  height: 5em;
  margin-left: auto;
  position: absolute;
  top: auto;
  right: 44%;
  transform: rotate(60deg);
}

.green {
  background-color: #993b7d;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 40%;
  transform: rotate(29deg);
}

.blue {
  background-color: #993b7d;
  border-radius: 999em;
  width: 8em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -73px 19%;
}

.purple-1 {
  background-color: #993b7d;
  border-radius: 999em;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 auto -4%;
}

.copy-me {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.copy-me.center {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.copy-me.center.less-m {
  margin-top: 0;
}

.copy-me.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.purple {
  background-color: #845392;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  position: absolute;
  top: 0%;
  left: 18%;
  right: 0;
  transform: rotate(-28deg);
}

.text-wrapper2 {
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 10px #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-wrapper2.flex-h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--gray-90);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper2.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image.radius-10px {
  border-radius: 10px;
}

.sticky-heading-container {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 130px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.sticky-heading-container._2 {
  padding-bottom: 130px;
}

.h2 {
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-image-4, .hero-image-5, .hero-image-6 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.main-section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.main-section.gray-bg-color {
  background-color: #f4f4f5;
}

.main-section.gray-bg-color.relative {
  padding-bottom: 8vh;
  position: relative;
  overflow: hidden;
}

.main-section.black-bg-color {
  background-color: #0d0d0d;
}

.main-section.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section.black-bg-color-img {
  background-color: #0d0d0d;
  background-image: url('../images/vector-outline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.main-section.black-bg-color-img-cta {
  background-color: #0d0d0d;
  background-image: url('../images/vector-outline-bootm.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section.black-bg-color-img-service {
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap {
  position: relative;
}

.stay-heading {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
}

.absolute-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-wrap {
  max-width: 80px;
}

.btn-wrap {
  width: 100%;
}

.p1 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.pruple-effect1 {
  z-index: 0;
  opacity: .45;
  filter: blur(105px);
  background-image: linear-gradient(120deg, #a03276, #993b7d 25%, #845392 50%, #647bb3 75%, #40a6d7);
  border-radius: 50%;
  width: 100%;
  max-width: 250px;
  height: 250px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: scroll;
}

.pruple-effect1._1 {
  bottom: 13%;
}

.service-h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.service-content {
  color: #53535c;
}

.service-img {
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
}

.sub-footer {
  border-top: 1px solid #f4f4f41f;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 20px 0 24px;
  display: flex;
}

.image-2 {
  max-width: 18px;
}

.carrers-hero-section {
  background-color: #000;
  padding-top: 192px;
  padding-bottom: 40px;
}

.accordion-header {
  color: #2e323c;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  justify-content: space-between;
}

.accordion-header.js-accordion-header.less-p {
  border-bottom-color: #8e8e9333;
  padding-left: 0;
  padding-right: 0;
}

.accordion-header.js-accordion-header.less-border {
  border-bottom-style: none;
  border-bottom-color: #8e8e9333;
  padding: 10px 0;
}

.js-accordion-icon {
  max-width: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-col-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: flex;
}

.job-time {
  color: #0000007a;
}

.description {
  color: #000;
}

.description p {
  margin-bottom: 10px;
}

.description li {
  border-top-style: none;
  border-bottom-style: none;
  list-style-type: disc;
}

.description ol, .description ul {
  padding-left: 40px;
}

.description h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.description h1, .description blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
}

.description a {
  text-underline-position: under;
  text-decoration: underline;
}

.description.color-white {
  color: var(--white);
}

.question-text {
  color: #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.question-text.f-size1-75px {
  font-size: 1.5rem;
  font-weight: 500;
}

.accordion__item {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion__item.js-accordion-item.padding {
  border: 1px solid #d1d1d6;
  border-radius: 15px;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.accordion-body {
  color: #9096a4;
  padding: 10px 20px 20px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
}

.accordion-body.js-accordion-body.less-p {
  padding-left: 0;
  padding-right: 0;
}

.col-50 {
  width: 50%;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.accordion.js-accordion._w-100 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.richtext-container {
  padding: 40px;
}

.f-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrap {
  margin-top: 60px;
}

.submit-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.select-field {
  color: #775b5b;
  background-color: #f3f3f300;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

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

.pruple-effect2 {
  opacity: .45;
  filter: blur(105px);
  background-image: linear-gradient(120deg, #a03276, #993b7d 25%, #845392 50%, #647bb3 75%, #40a6d7);
  border-radius: 50%;
  width: 100%;
  max-width: 250px;
  height: 250px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.pruple-effect2._2 {
  top: 13%;
}

.whatsapp-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: fixed;
  inset: auto 1% 4% auto;
}

.whatsapp {
  padding: 10px;
}

.whatsapp-icon {
  max-width: 37px;
}

.background-video {
  height: 100%;
}

.faq-wrapper {
  display: none;
}

.worklist-item {
  border-top-color: #0000;
  border-bottom-color: #0000;
  list-style-type: disc;
}

.bullet-list {
  color: var(--gray-50);
}

.highlighted {
  color: var(--gray-90);
  font-weight: 500;
}

.highlight-text {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.footer-contact-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 14.375rem;
  display: flex;
}

.footer-info-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-title {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.3;
}

.footer-link {
  color: #f4f4f4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  color: #f4f4f4cc;
}

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

.footer-info-text {
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1.3;
}

.footer-location-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.footer-logo-iamge {
  width: 150px;
}

.footer-menu-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.divider {
  background-color: #f4f4f466;
  width: 50px;
  height: 1px;
}

.service-contant-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0f;
  flex-flow: column;
  width: 85%;
  padding: 48px 125px 74px 48px;
  display: flex;
  position: relative;
}

.service-title {
  color: #f4f4f4;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.services-list-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.services-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
}

.list-bullet {
  background-color: var(--white);
  border-radius: 100%;
  width: 5px;
  min-width: 5px;
  height: 5px;
}

.footer-gradient-shap {
  z-index: 0;
  opacity: .45;
  filter: blur(105px);
  background-image: linear-gradient(120deg, #a03276, #993b7d 25%, #845392 50%, #647bb3 75%, #40a6d7);
  border-radius: 50%;
  width: 395px;
  height: 395px;
  position: absolute;
  inset: auto 15% 10% auto;
}

.footer-gradient-shap._1 {
  bottom: 13%;
}

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

.contact-hero-title {
  color: #fff;
  font-size: 100px;
  line-height: 1.3;
}

.contact-hero-title.size {
  font-size: 5.6rem;
}

.contact-hero-title.size.small {
  font-size: 5rem;
  line-height: 1.1;
}

.contact-sub-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.contact-form-section {
  padding-top: 110px;
  padding-bottom: 65px;
}

.contact-form-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.contact-form-title {
  font-weight: 500;
}

.contact-form-field-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form-field-box {
  width: 100%;
}

.contact-field-label {
  color: #122825;
  letter-spacing: .14px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.contact-text-field {
  border: 0 solid #000;
  border-bottom: .8px solid #1e1e1e4d;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 14px 12px;
  font-size: 20px;
  line-height: 1.3;
}

.contact-text-field:focus {
  border-bottom-color: var(--black);
}

.contact-text-field::placeholder {
  color: #d9d9d9;
}

.contact-text-field.select {
  background-color: #0000;
}

.select-field-copy {
  color: #775b5b;
  background-color: #f3f3f300;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

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

.background-color {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.background-color.radius-10px {
  border-radius: 10px;
}

.background-color.h {
  display: none;
}

.display-text-2 {
  letter-spacing: -.03em;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-text-2.black-color {
  color: #000;
  display: block;
}

.display-text-2.size-4rem {
  font-size: 4rem;
}

.display-text-2.size {
  font-size: 5.6rem;
}

.display-text-copy {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-text-copy.black-color {
  color: #000;
  display: block;
}

.display-text-copy.size-4rem {
  font-size: 4rem;
}

.display-text-copy.size {
  font-size: 5.6rem;
}

.news-text {
  margin-top: 16px;
}

.absolute-image {
  width: 400px;
  position: absolute;
  inset: -200px -150px auto auto;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100vw;
  padding-left: 4rem;
  padding-right: 4rem;
}

.swiper-container-2 {
  height: 100vh;
  overflow: hidden;
}

.swiper-slide-2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.h1-title {
  z-index: 100;
  color: #fff;
  width: 60%;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 1em;
}

.image-smartphone {
  display: none;
  position: absolute;
}

.image-desktop {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: var(--gray-10);
  width: 100%;
  height: 109vh;
  margin-top: 40px;
  padding-top: 90px;
  padding-bottom: 10px;
  overflow: visible;
}

.div-block.mobile {
  height: 120vh;
  padding-top: 40px;
}

.heading, .heading-2, .heading-3, .heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-text {
  font-size: 20px;
}

.arrow-btn {
  width: 12px;
  line-height: 0;
}

.problem-statement-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5vh;
}

.c1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 5vh;
  display: flex;
  position: relative;
}

.head-03 {
  font-size: 1.6rem;
}

.head-03.font-weight-600 {
  font-size: 22px;
  font-weight: 600;
}

.head-03.color-light {
  color: #1c1c1c;
  font-size: 20px;
}

.head-03.gradient-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #40a6d7, #74bee2 25%, #845392 50%, #993b7d 75%, #a03276);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.25rem;
  font-weight: 600;
}

.line-w {
  width: 100%;
}

.line-w.margin-top-bottom {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.purple-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#40a6d7, #647bb3 25%, #845392 50%, #993b7d 75%, #a03276);
  -webkit-background-clip: text;
  background-clip: text;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -92%;
}

.circle01 {
  border: 1px solid #647bb363;
  border-radius: 50%;
  width: 850px;
  height: 850px;
  position: absolute;
}

.circle01.is02 {
  transform: scale(.85);
}

.circle01.is03 {
  transform: scale(.72);
}

.send-btn-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#40a6d7, #647bb3 25%, #845392 50%, #993b7d 75%, #a03276);
  -webkit-background-clip: text;
  background-clip: text;
}

.select-wrap {
  border: 0 solid #000;
  border-bottom: .8px solid #1e1e1e4d;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-right: 12px;
  font-size: 20px;
  line-height: 1.3;
}

.select-wrap:focus {
  border-bottom-color: var(--black);
}

.select-wrap::placeholder {
  color: #d9d9d9;
}

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

.select-field-2 {
  background-color: #f3f3f300;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 20px;
}

.compaign-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5vh;
}

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

.flex-div.bottom-m-5vh {
  margin-bottom: 3vh;
}

.section-tag-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d5d5d978;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  display: flex;
  box-shadow: 0 2px 5px #8383831c;
}

.section-tag-02.on-dark {
  border-color: var(--gray-90);
}

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

.section-tag-02.gray-color {
  box-shadow: none;
  background-color: #f2f2f7;
  border-color: #d5d5d96e;
}

.section-tag-02.color-g {
  box-shadow: none;
  background-image: linear-gradient(125deg, #40a6d7, #647bb3 28%, #845392 56%, #993b7d 80%, #a03276);
}

.c2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vh 4vh;
  display: flex;
  position: relative;
}

.f-weight-500 {
  color: #1c1c1c;
  font-weight: 600;
}

.light-text {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.light-text.text-color-grey-50 {
  color: var(--gray-50);
}

.light-text.text-color-grey-40 {
  color: var(--gray-40);
}

.light-text.text-color-gray-70 {
  color: var(--gray-70);
}

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

.list {
  padding-left: 10px;
}

.tic-icon {
  width: 100%;
  max-width: 13px;
  margin-top: 6px;
  line-height: 0;
}

.c3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5vh;
  font-size: 1rem;
  display: flex;
}

.c-wrap {
  width: 100%;
  font-size: 1rem;
}

.wrap01 {
  background-color: #fff;
  border: 1px solid #d1d1d6;
  border-radius: 10px;
  height: 100%;
}

.wrap01.lest-right-p {
  background-color: #fff;
  padding: 1vh;
}

.card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 4.2vh 3vh 5vh;
  display: flex;
  position: relative;
}

.card.bg-gradient {
  background-image: linear-gradient(140deg, #40a6d70d, #647bb30d 25%, #8453920d 50%, #993b7d0d 75%, #a032760d);
  border-radius: 8px;
  padding: 3.5vh 2vh 4vh;
}

.head-wrap {
  margin-top: 10px;
}

.head-wrap.flex-h {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.c-01 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blur-circle {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  pointer-events: none;
  background-image: linear-gradient(140deg, #40a6d7, #647bb3 25%, #845392 50%, #993b7d 75%, #a03276);
  border-radius: 50%;
  width: 395px;
  height: 395px;
  position: absolute;
  bottom: -16%;
}

.how-it-works-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.grid-col01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion__item-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item-2:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item-2.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item-2.js-accordion-item.active {
  cursor: default;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body__contents {
  opacity: 1;
  color: #53535c;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
}

.accordion-header-2 {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header-2.js-accordion-header {
  cursor: pointer;
}

.js-accordion-icon-2 {
  height: 28px;
  transition: transform .2s;
}

.question-text-2 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body-2 {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body-2.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-2 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.gray-color {
  color: #8e8e93;
}

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

.service-grid {
  z-index: 1;
  grid-template-rows: auto;
  position: relative;
}

.h2-head {
  color: var(--white);
  letter-spacing: -.01em;
  font-family: Geist, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2-head.top-m1vh {
  margin-top: 1vh;
}

.h2-head.white-color {
  color: var(--white);
}

.btn-wrap01 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.circle-effect {
  z-index: 0;
  filter: blur(90px);
  pointer-events: none;
  background-image: linear-gradient(140deg, #40a6d7, #647bb3 25%, #845392 50%, #993b7d 75%, #a03276);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -40% auto auto -10%;
}

.circle-effect.right {
  inset: auto -10% -50% auto;
}

.circle-effect.center-align {
  inset: auto;
}

.circle-effect.center-align-top {
  inset: -35% auto auto;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5vh;
}

.c4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #d1d1d6;
  flex-flow: column;
  padding: 3vh;
  display: flex;
  position: relative;
}

.c4.no-right-border {
  border-right-style: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.c4.no-right-border.raidus-left {
  border-top-left-radius: 8px;
}

.c4.raidus-right {
  border-top-right-radius: 8px;
}

.list-01 {
  color: #53535c;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1rem;
}

.list-01.top-m {
  margin-top: 1rem;
}

.list-item {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 3px;
  padding-bottom: 3px;
  list-style-type: number;
}

.t2 {
  color: #53535c;
  font-size: 1.2rem;
  font-weight: 500;
}

.t2.top-m {
  margin-top: 1vh;
  font-size: 1rem;
  font-weight: 400;
}

.icon {
  width: 35px;
  height: 35px;
  line-height: 0;
}

.who-is-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .66fr 1fr;
  place-items: center;
  margin-top: 5vh;
}

.h3 {
  font-size: 1.5rem;
}

.list-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  margin-top: 3vh;
}

.g-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.span {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #1c1c1c;
  -webkit-background-clip: text;
  background-clip: text;
}

.max-w-700 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-tabs {
  margin-top: 5vh;
}

.tab-link {
  background-color: #fff;
  border-radius: 50px;
  font-size: 1rem;
}

.tab-link.w--current {
  background-color: var(--gray-90);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.tab-pane-wrap {
  padding-top: 5vh;
}

.success-message {
  background-color: #fff;
}

.thanku-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #40a6d7, #647bb3 26%, #845392 51%, #993b7d 77%, #a03276);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.thanku-content {
  font-size: 1.375rem;
}

.success-icon-wrap {
  width: 100%;
  max-width: 120px;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
}

.img01 {
  max-width: 25%;
}

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

@media screen and (min-width: 1440px) {
  .text-style-h5 {
    font-weight: 400;
  }

  .text-style-h5.mp20 {
    margin-bottom: 20px;
  }

  .text-wrapper.footer-button {
    height: 134px;
  }

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

  .display-text.size {
    font-size: 5.2rem;
  }

  .section-title-wrapper.our-value {
    margin-bottom: 30px;
  }

  .footer-logo-wrapper {
    margin-left: 80px;
    margin-right: 80px;
  }

  .about-hero-text-wrap._w-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .select-field {
    height: auto;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
  }

  .footer-block, .footer-menu-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contact-hero-title.size {
    font-size: 5.2rem;
  }

  .contact-text-field.select {
    background-color: #0000;
  }

  .select-field-copy {
    height: auto;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
  }

  .display-text-2 {
    font-size: 7rem;
  }

  .display-text-2.size {
    font-size: 5.2rem;
  }

  .display-text-copy {
    font-size: 7rem;
  }

  .display-text-copy.size {
    font-size: 5.2rem;
  }

  .circle-wrap {
    bottom: -86%;
  }

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

  .card.bg-gradient {
    padding-top: 2.5vh;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .homepage-section {
    height: 80vh;
  }

  .text-wrapper.footer-button {
    height: 154px;
  }

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

  .image-wrapper.featured-insight {
    height: 500px;
  }

  .sticky-heading-container {
    padding-bottom: 160px;
  }

  .service-title {
    font-size: 64px;
  }

  .services-list-item {
    font-size: 24px;
  }

  .contact-hero-title {
    font-size: 112px;
  }

  .contact-hero-title.size {
    font-size: 5rem;
  }

  .contact-sub-title, .contact-form-title-wrap {
    font-size: 24px;
  }

  .display-text-2, .display-text-copy {
    font-size: 8rem;
  }

  .circle-wrap {
    bottom: -70%;
  }
}

@media screen and (max-width: 991px) {
  .main-container, .main-container.padding-8 {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .body-s-regular-text {
    text-align: left;
    line-height: 1.6;
  }

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

  .text-style-h3 {
    color: #000;
  }

  .text-style-h3.color-black {
    font-size: 26px;
  }

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

  .text-style-h5.color-white.size-2-2rem {
    font-size: 2rem;
  }

  .homepage-section {
    height: 80vh;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-logo-wrap.w--current {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu.black-bg-color {
    background-color: #000;
  }

  .hero-top-content-container {
    position: relative;
  }

  .text-wrapper.footer-button {
    height: 78px;
  }

  .text-wrapper._w-80 {
    width: 100%;
  }

  .text-wrapper.flex-right-align {
    width: 40%;
  }

  .text-wrapper._w-70 {
    width: 100%;
  }

  .display-text {
    font-size: 4rem;
  }

  .display-text.size-4rem {
    font-size: 3rem;
  }

  .display-text.size {
    font-size: 5rem;
  }

  .display-text.f-size-2rem {
    font-size: 1.6rem;
  }

  .text-rotator-wrapper {
    max-width: 180px;
  }

  .section-title-wrapper {
    width: 100%;
  }

  .section-title-wrapper.width-830px {
    width: auto;
  }

  .section-title-wrapper.our-value {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section-title-wrapper.studio {
    width: 100%;
  }

  .work-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-process-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-services-content-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .our-value-content-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    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;
  }

  .footer-button-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .footer-bottom-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-logo-wrapper {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-insight-collection-list {
    flex-flow: column;
    width: auto;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .nav-menu-open {
    height: 100%;
    padding: 30px 24px;
    display: block;
  }

  .navbar-open-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-open-bottom-container {
    flex-flow: column;
    padding-top: 20px;
  }

  .nav-open-company-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .about-hero-bottom-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-bottom: 5vh;
  }

  .about-hero-text-wrap._w-55 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-bottom: 40px;
  }

  .split-heading-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-studio-heading-wrap.horizontal {
    flex-flow: column;
  }

  .about-studio-heading-wrap.flex-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-heading-desctiption-wrap {
    width: 100%;
  }

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

  .nav-menu-list-wrapper {
    display: none;
  }

  .our-service-track, .our-service-camera {
    height: auto;
  }

  .our-service-frame {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    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 {
    width: auto;
  }

  .project-link-wrap {
    flex-flow: column;
    width: 100%;
  }

  .home-process-accordion-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .works-hero-container {
    flex-flow: column;
  }

  .featured-work-section {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .service-list-component {
    padding-right: 0;
  }

  .contact-section {
    padding-top: 300px;
  }

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

  .submit-button {
    font-size: 5rem;
  }

  .image-wrapper.project-image-small {
    height: 504px;
  }

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

  .image-wrapper.width-45 {
    width: 100%;
  }

  .insight-body-container {
    grid-template-columns: 1.5fr auto;
  }

  .brand-logo-icon {
    max-width: 70px;
  }

  .right-navbar-wrap {
    display: none;
  }

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

  .section-about-title-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrap._w-80 {
    width: 100%;
  }

  .orange {
    top: 22em;
  }

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

  .button-link {
    height: 3.4rem;
  }

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

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

  .sticky-heading-container {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .stay-heading {
    font-size: 1.6rem;
  }

  .icon-wrap {
    max-width: 60px;
  }

  .menu-icon {
    width: 62px;
    line-height: 0;
  }

  .footer-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    align-items: stretch;
    width: 100%;
  }

  .footer-menu-wrap {
    width: 100%;
  }

  .service-contant-block {
    padding: 30px 80px 30px 30px;
  }

  .service-title {
    font-size: 36px;
  }

  .contact-hero-title {
    font-size: 60px;
  }

  .contact-hero-title.size {
    font-size: 5rem;
  }

  .contact-hero-title.size.small, .display-text-2 {
    font-size: 4rem;
  }

  .display-text-2.size-4rem {
    font-size: 3rem;
  }

  .display-text-2.size {
    font-size: 5rem;
  }

  .display-text-copy {
    font-size: 4rem;
  }

  .display-text-copy.size-4rem {
    font-size: 3rem;
  }

  .display-text-copy.size {
    font-size: 5rem;
  }

  .swiper-container {
    overflow: hidden;
  }

  .h1-title {
    width: 80%;
  }

  .image-smartphone {
    z-index: 4;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 110%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    inset: 0%;
  }

  .image-desktop {
    z-index: 2;
    display: none;
  }

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

  .problem-statement-grid, .compaign-grid {
    grid-template-columns: 1fr 1fr;
  }

  .how-it-works-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .accordion-2 {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .btn-wrap01.left-align {
    justify-content: flex-start;
    align-items: center;
  }

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

  .who-is-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .tab-link {
    flex: none;
  }

  .tabs-menu {
    overflow: auto;
  }

  .thanku-text {
    font-size: 1.8rem;
  }

  .thanku-content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .text-style-h4 {
    font-size: 22px;
  }

  .text-style-h4.color-white {
    font-size: 20px;
  }

  .body-s-regular-text {
    font-size: .9rem;
  }

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

  .text-style-h1 {
    font-size: 2.2rem;
  }

  .text-style-h3 {
    font-size: 30px;
  }

  .text-style-h5.color-white.size-2-2rem {
    font-size: 1.8rem;
  }

  .homepage-section {
    height: 75vh;
  }

  .navbar-component {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    height: 100vh;
  }

  .text-wrapper.footer-button {
    height: 56px;
  }

  .display-text {
    font-size: 2.9rem;
  }

  .display-text.size-4rem {
    font-size: 3rem;
  }

  .display-text.size {
    font-size: 4.2rem;
  }

  .display-text.f-size-2rem {
    font-size: 1.5rem;
  }

  .text-rotator-wrapper {
    max-width: 150px;
    top: -91%;
  }

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

  .section-title-wrapper.studio {
    width: 100%;
  }

  .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: 50px;
    grid-row-gap: 50px;
  }

  .our-value-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-button-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .footer-bottom-container {
    flex-flow: column;
  }

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

  .menu-button {
    padding: 10px;
  }

  .navbar-open-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-open-bottom-container {
    text-align: left;
    flex-flow: column;
  }

  .about-hero-section {
    padding-top: 140px;
    overflow: clip;
  }

  .about-hero-bottom-wrapper {
    padding-bottom: 5vh;
  }

  .about-hero-text-wrap {
    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;
  }

  .about-studio-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-studio-heading-wrap.horizontal {
    flex-flow: column;
  }

  .about-heading-desctiption-wrap {
    width: 100%;
  }

  .about-us-client-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-menu-list-wrapper {
    display: none;
  }

  .service-hero-section {
    padding-top: 140px;
  }

  .service-section-tag {
    width: 100%;
  }

  .service-info-wrap {
    flex-flow: column;
    width: 100%;
  }

  .service-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-industry-container {
    flex-flow: column;
  }

  .service-industry-holder {
    order: -1;
    width: auto;
  }

  .home-stack-image-wrapper {
    height: 520px;
  }

  .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-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .contact-heading-wrapper {
    width: auto;
  }

  .contact-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .submit-button {
    font-size: 4rem;
  }

  .insight-detail-header-section {
    padding-top: 140px;
  }

  .insight-detail-header-container {
    flex-flow: column;
    display: flex;
  }

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

  .brand-logo-icon {
    max-width: 75px;
  }

  .circular-text {
    width: 100%;
    height: 100%;
  }

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

  .insight-header-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .featured-insight-item-container {
    flex-flow: column;
    display: flex;
  }

  .insight-section {
    padding-bottom: 60px;
  }

  .insight-tabs-menu {
    display: none;
  }

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

  .insight-info-sticky {
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .license-section {
    padding-top: 160px;
  }

  .work-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-image-1 {
    height: 80vh;
    position: relative;
  }

  .hero-image-2, .hero-image-3 {
    height: 80vh;
    position: relative;
    top: 0;
  }

  .about-section {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .section-about-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .title-heading {
    font-size: 1.4rem;
  }

  .title-wrap.flex-h {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gradient-wrapper {
    filter: saturate(150%);
  }

  .button-link {
    height: 3.4rem;
  }

  .text {
    font-size: .9rem;
  }

  .copy-me.center {
    margin-top: 20px;
  }

  .copy-me.gap-1rem {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .purple {
    width: 30em;
    height: 100em;
  }

  .image.radius-10px {
    height: 100%;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .hero-image-4, .hero-image-5, .hero-image-6 {
    height: 80vh;
    position: relative;
    top: 0;
  }

  .main-section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .main-section.black-bg-color-img, .main-section.black-bg-color-img-cta, .main-section.black-bg-color-img-service {
    background-position: 50% 100%;
  }

  .image-wrap.height {
    height: 45vh;
  }

  .absolute-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-wrap {
    max-width: 50px;
  }

  .pruple-effect1 {
    max-width: 200px;
    height: 200px;
  }

  .service-h4 {
    font-size: 1.4rem;
  }

  .carrers-hero-section {
    padding-top: 140px;
    overflow: clip;
  }

  .faq-col-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .job-time {
    font-size: 1rem;
  }

  .description ul {
    padding-left: 20px;
  }

  .description h3 {
    font-size: 1.4rem;
  }

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

  .accordion-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-section {
    padding-top: 140px;
    overflow: clip;
  }

  .pruple-effect2 {
    max-width: 200px;
    height: 200px;
  }

  .footer-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-contant-block {
    padding: 20px;
  }

  .services-list-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-gradient-shap {
    max-width: 200px;
    height: 200px;
  }

  .contact-hero-title {
    font-size: 48px;
  }

  .contact-hero-title.size {
    font-size: 4.2rem;
  }

  .contact-hero-title.size.small {
    font-size: 3rem;
  }

  .contact-form-section {
    padding-top: 80px;
  }

  .background-color.radius-10px {
    height: 100%;
  }

  .display-text-2 {
    font-size: 2.9rem;
  }

  .display-text-2.size-4rem {
    font-size: 3rem;
  }

  .display-text-2.size {
    font-size: 4.2rem;
  }

  .display-text-copy {
    font-size: 2.9rem;
  }

  .display-text-copy.size-4rem {
    font-size: 3rem;
  }

  .display-text-copy.size {
    font-size: 4.2rem;
  }

  .h1-title {
    font-size: 5em;
    left: .5em;
  }

  .image-desktop {
    display: none;
  }

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

  .problem-statement-grid, .compaign-grid {
    grid-template-columns: 1fr;
  }

  .tic-icon {
    max-width: 13px;
  }

  .accordion__item-2 {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text-2 {
    margin-top: 8px;
  }

  .accordion-2 {
    width: 100%;
    margin-bottom: -16px;
  }

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

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

  .g-col {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .thanku-content {
    font-size: 1.1rem;
  }

  .img01 {
    max-width: 20%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .main-container {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }

  .typography-information-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
  }

  .style-guide-color-container, .form {
    width: 100%;
  }

  .text-style-h1 {
    font-size: 1.8rem;
  }

  .text-style-h3, .text-style-h3.color-black {
    font-size: 20px;
    line-height: 28px;
  }

  .text-style-h5.color-white.size-2-2rem {
    font-size: 1.5rem;
  }

  .text-style-h5.weight {
    font-size: 17px;
  }

  .homepage-section {
    height: 65vh;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .hero-top-content-container {
    position: relative;
  }

  .hero-top-content-block {
    max-width: 360px;
  }

  .text-wrapper.footer-button {
    height: 38px;
  }

  .text-wrapper.flex-right-align {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .display-text, .display-text.size-4rem, .display-text.size {
    font-size: 2rem;
  }

  .display-text.f-size-2rem {
    font-size: 1.2rem;
  }

  .text-rotator-wrapper {
    width: 95px;
    position: absolute;
    inset: auto -8% -15% auto;
  }

  .hero-bottom-content-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-bottom-content-wrapper.mobile-verticle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .hero-scroll-info-block {
    display: none;
  }

  .hero-image-wrapper {
    padding-top: 150px;
    overflow: hidden;
  }

  .home-work-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .home-services-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .home-testimonial-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-component {
    padding-top: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-top-container {
    max-width: 100%;
  }

  .footer-button-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .footer-bottom-container {
    padding-top: 20px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .insight-thumbnail-info-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    padding: 5px;
  }

  .nav-menu-open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-open-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-open-bottom-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-open-company-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .about-hero-section {
    padding-top: 140px;
  }

  .about-hero-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-hero-bottom-wrapper.mb-0 {
    padding-bottom: 0;
  }

  .about-hero-text-wrap, .about-hero-text-wrap._w-55 {
    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;
  }

  .about-our-value-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-studio-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-studio-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-studio-heading-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

  .about-hero-info-block {
    display: block;
  }

  .service-hero-section {
    padding-top: 124px;
  }

  .service-hero-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-service-track {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-info-wrap {
    padding-top: 40px;
  }

  .home-stack-image-wrapper {
    position: static;
  }

  .featured-works-info-container {
    height: 240px;
    overflow: hidden;
  }

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

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

  .work-detail-image-gallery.the-result {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 127px;
  }

  .work-detail-image-gallery.the-challenge {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    height: 296px;
  }

  .the-result-heading {
    flex-flow: column;
  }

  .contact-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contact-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .submit-button {
    font-size: 2.6rem;
  }

  .contact-split-container {
    flex-flow: column;
  }

  .contact-social-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .insight-detail-title-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-wrapper.project-image-small, .image-wrapper.project-image-big {
    height: 196px;
  }

  .image-wrapper.insight-thumbnail {
    height: 20vh;
  }

  .image-wrapper.featured-insight {
    height: 196px;
  }

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

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

  .submit-button-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 30px;
  }

  .circular-text {
    width: 100%;
  }

  .home-insight-title-wrap, .insight-component-container {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }

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

  .collection-list.insight.grid-insight.flex {
    display: flex;
  }

  .insight-info-sticky {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .title-heading, .paragraph {
    font-size: 1.2rem;
  }

  .orange {
    top: 30.7em;
  }

  .button-link.less-p {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-link.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text {
    letter-spacing: 0;
    font-size: .8rem;
  }

  .text-wrapper2.flex-h {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .image-wrap.height {
    height: 40vh;
  }

  .stay-heading {
    font-size: 1.2rem;
  }

  .pruple-effect1._1 {
    opacity: .78;
    max-width: 120px;
    height: 120px;
  }

  .service-h4 {
    font-size: 1.2rem;
  }

  .sub-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .carrers-hero-section {
    padding-top: 140px;
  }

  .accordion-header {
    padding: 10px;
  }

  .accordion-header.js-accordion-header.less-p {
    border-bottom-style: none;
  }

  .js-accordion-icon {
    max-width: 24px;
  }

  .faq-col-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .question-text {
    flex: 0 100%;
    font-size: 1.3rem;
  }

  .question-text.f-size1-75px {
    font-size: 1.3rem;
  }

  .accordion__item.js-accordion-item.padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
  }

  .col-50 {
    width: 100%;
  }

  .f-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .submit-wrap.left {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-section {
    padding-top: 140px;
  }

  .menu-icon {
    width: 50px;
  }

  .pruple-effect2._2 {
    opacity: .78;
    max-width: 120px;
    height: 120px;
  }

  .highlight-text {
    font-size: 20px;
  }

  .footer-info-title {
    font-size: 18px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .footer-info-text {
    font-size: 16px;
  }

  .footer-logo-iamge {
    width: 120px;
  }

  .footer-menu-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
  }

  .divider {
    display: none;
  }

  .service-contant-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-title {
    font-size: 22px;
  }

  .services-list-item {
    font-size: 16px;
  }

  .footer-gradient-shap._1 {
    opacity: .78;
    max-width: 120px;
    height: 120px;
  }

  .contact-hero-title {
    font-size: 34px;
  }

  .contact-hero-title.size {
    font-size: 2.6rem;
  }

  .contact-hero-title.size.small {
    font-size: 3rem;
    line-height: 1.2;
  }

  .contact-sub-title {
    font-size: 15px;
  }

  .contact-form-section {
    padding-top: 60px;
  }

  .contact-form-title-wrap {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .contact-form-field-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact-field-label {
    font-size: 20px;
  }

  .display-text-2, .display-text-2.size-4rem {
    font-size: 2rem;
  }

  .display-text-2.size {
    font-size: 3.2rem;
  }

  .display-text-copy, .display-text-copy.size-4rem {
    font-size: 2rem;
  }

  .display-text-copy.size {
    font-size: 3.2rem;
  }

  .swiper-container {
    height: 100%;
    overflow: visible;
  }

  .swiper-container.mob {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .swiper-wrapper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1-title {
    left: .5em;
  }

  .div-block {
    overflow: hidden;
  }

  .div-block.mob {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block.flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block.mobile {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c1 {
    padding: 4vh;
  }

  .head-03 {
    font-size: 20px;
  }

  .head-03.gradient-color {
    font-size: 1.2rem;
  }

  .c2 {
    padding: 4vh;
  }

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

  .tic-icon {
    max-width: 11px;
  }

  .head-wrap.flex-h {
    flex-flow: column;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text-2 {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body-2 {
    padding-left: 56px;
  }

  .accordion-body-2.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-grid {
    place-items: center;
  }

  .h2-head {
    font-size: 1.5rem;
  }

  .h2-head.m-center {
    text-align: center;
  }

  .btn-wrap01.left-align {
    justify-content: center;
    align-items: center;
  }

  .c4 {
    padding: 3vh;
  }

  .c4.no-right-border {
    border-bottom-style: none;
  }

  .c4.raidus-right {
    border-top-right-radius: 0;
  }

  .t2 {
    font-size: 18px;
  }

  .list-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-bottom: 2vh;
  }

  .success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .thanku-text {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .thanku-content {
    font-size: 1rem;
  }

  .success-icon-wrap {
    max-width: 90px;
  }

  .left-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_4c5c8e46-7fd7-ae68-3d6f-960025d4343b-d2875b7e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_965ce914-e55d-5554-46b3-5e7b590e292f-d2875b7e {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7b8-d2875b7e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7c4-d2875b7e {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_5ddf20f4-b455-b219-6d77-453d6d6f7843-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b2a-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b2f-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b49-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b4e-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b53-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b58-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b5d-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b62-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b67-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b6c-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b71-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b76-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b7c-d2875b89, #w-node-e7daa5bf-f180-c9c8-214b-1b3635e10b81-d2875b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_035cea89-0e90-e1a6-b4e1-7e3f7604ea92-d2875b8b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_046ac658-b69f-37f1-594d-b3b3cbe78421-d2875b8c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d8bbb720-c884-6b96-35ae-a1b868e30ff4-d2875b8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3abb0161-1457-49b4-e0f7-f4217fee820a-d2875b8c, #w-node-_847ccc50-40f4-1e80-7d72-41171d938b17-d2875b8c {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_62aae0ba-2fa6-702f-2004-c5ab9b285291-d2875b8c, #w-node-_9f6da55e-1d30-33fe-2e4d-2dda315fc8f8-d2875b8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55f5166c-23a5-bd48-102c-1fe444acbb10-d2875b8c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_55f5166c-23a5-bd48-102c-1fe444acbb1d-d2875b8c {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_1f674061-984e-0c89-d95c-c4042bbb046d-d2875b8e, #w-node-_1096e0f1-3545-9484-2cfb-f1c3af12083d-d2875b8e, #w-node-f9c96fc5-531c-e104-ca7a-de1c5e9a27d9-d2875b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-d2875b8e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-d2875b8e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-cd483e78-f331-8846-07e8-0ff43743f019-d2875b8e {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_9aedfa4a-0f8a-d286-e434-514b506d2215-d2875b91 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9aedfa4a-0f8a-d286-e434-514b506d2226-d2875b91 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_0880edba-8261-5c58-1be2-feccf10f85ac-d2875b91 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0880edba-8261-5c58-1be2-feccf10f85bd-d2875b91 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_0880edba-8261-5c58-1be2-feccf10f8589-d2875b91 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0880edba-8261-5c58-1be2-feccf10f859a-d2875b91 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_1f674061-984e-0c89-d95c-c4042bbb046d-63c9bd04, #w-node-_1096e0f1-3545-9484-2cfb-f1c3af12083d-63c9bd04, #w-node-f9c96fc5-531c-e104-ca7a-de1c5e9a27d9-63c9bd04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-63c9bd04 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-63c9bd04 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-cd483e78-f331-8846-07e8-0ff43743f019-63c9bd04 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_1f674061-984e-0c89-d95c-c4042bbb046d-2ad46980, #w-node-_1096e0f1-3545-9484-2cfb-f1c3af12083d-2ad46980, #w-node-f9c96fc5-531c-e104-ca7a-de1c5e9a27d9-2ad46980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-2ad46980 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-2ad46980 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-cd483e78-f331-8846-07e8-0ff43743f019-2ad46980 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-f60d2da5-c5d2-8bf4-7ba5-776da78bf010-19ff84f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_01ff92b2-92e1-71e1-5e01-c7425b3e25d3-19ff84f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4c5c8e46-7fd7-ae68-3d6f-960025d4343b-d2875b7e, #w-node-_965ce914-e55d-5554-46b3-5e7b590e292f-d2875b7e, #w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7b8-d2875b7e, #w-node-_22c5d1fa-7dea-e527-46e6-769864e5a7c4-d2875b7e, #w-node-_035cea89-0e90-e1a6-b4e1-7e3f7604ea92-d2875b8b, #w-node-_55f5166c-23a5-bd48-102c-1fe444acbb10-d2875b8c, #w-node-_55f5166c-23a5-bd48-102c-1fe444acbb1d-d2875b8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88d3e93f-8c7c-47a0-d7ef-ca6cf601a84c-d2875b90 {
    order: -9999;
  }

  #w-node-_9aedfa4a-0f8a-d286-e434-514b506d2215-d2875b91, #w-node-_9aedfa4a-0f8a-d286-e434-514b506d2226-d2875b91, #w-node-_0880edba-8261-5c58-1be2-feccf10f85ac-d2875b91, #w-node-_0880edba-8261-5c58-1be2-feccf10f85bd-d2875b91, #w-node-_0880edba-8261-5c58-1be2-feccf10f8589-d2875b91, #w-node-_0880edba-8261-5c58-1be2-feccf10f859a-d2875b91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f0d9f72-9b6c-13cc-1e58-ee7c3e631b99-19ff84f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f60d2da5-c5d2-8bf4-7ba5-776da78bf010-19ff84f1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f88272c4-668a-f78b-21ec-7316746d52b0-19ff84f1, #w-node-_172c047f-d413-ef47-157d-2e303e775744-19ff84f1, #w-node-_2ab1956e-f4c1-f91d-58b3-42bca0dc9220-19ff84f1, #w-node-_5a8ccb46-d33d-3bf4-0dc7-491e1f1a6b35-19ff84f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f0d9f72-9b6c-13cc-1e58-ee7c3e631b99-19ff84f1, #w-node-ed55ec8e-85b5-4bee-36eb-cde517da1350-19ff84f1, #w-node-_58dc2a68-6a56-c42f-d33f-f0d6dd184831-19ff84f1, #w-node-_44a86e9c-64f6-122a-e272-ac80e9dc629c-19ff84f1, #w-node-_809d6c33-1312-bfcd-0a14-63b283966b4e-19ff84f1, #w-node-f60d2da5-c5d2-8bf4-7ba5-776da78bf010-19ff84f1, #w-node-f88272c4-668a-f78b-21ec-7316746d52b0-19ff84f1, #w-node-_172c047f-d413-ef47-157d-2e303e775744-19ff84f1, #w-node-_2ab1956e-f4c1-f91d-58b3-42bca0dc9220-19ff84f1, #w-node-_5a8ccb46-d33d-3bf4-0dc7-491e1f1a6b35-19ff84f1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b375c64-125e-312a-9f6d-67c148192ac4-d33a4090 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_046ac658-b69f-37f1-594d-b3b3cbe78421-d2875b8c {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-d8bbb720-c884-6b96-35ae-a1b868e30ff4-d2875b8c {
    grid-column-end: 3;
  }

  #w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-d2875b8e {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-d2875b8e {
    grid-row: 4 / 4;
    grid-column-start: 1;
  }

  #w-node-cd483e78-f331-8846-07e8-0ff43743f019-d2875b8e {
    grid-row: 4 / 4;
  }

  #w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-63c9bd04 {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-63c9bd04 {
    grid-row: 4 / 4;
    grid-column-start: 1;
  }

  #w-node-cd483e78-f331-8846-07e8-0ff43743f019-63c9bd04 {
    grid-row: 4 / 4;
  }

  #w-node-acfdd570-d688-da77-c3c4-136fa4dfe60d-2ad46980 {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-_99702111-4f5a-1aa3-7637-02d459ede0d7-2ad46980 {
    grid-row: 4 / 4;
    grid-column-start: 1;
  }

  #w-node-cd483e78-f331-8846-07e8-0ff43743f019-2ad46980 {
    grid-row: 4 / 4;
  }
}


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