:root {
  --_font-family---body-font: Manrope, sans-serif;
  --surface--black: black;
  --_typography---font-size--paragraph-medium: 16px;
  --_typography---line-height--large: 150%;
  --_typography---font-weight--reguler: 400;
  --_typography---letter-spacing--medium: -.02em;
  --_typography---font-size--heading-1: 120px;
  --_typography---line-height--reguler: 120%;
  --_typography---font-weight--bold: 700;
  --_typography---letter-spacing--large: -.04em;
  --_typography---font-size--heading-2: 80px;
  --_typography---font-size--heading-3: 60px;
  --_typography---font-size--heading-4: 56px;
  --_typography---font-weight--semi-bold: 600;
  --_typography---font-size--heading-5: 40px;
  --_typography---font-size--heading-6: 32px;
  --_typography---font-weight--medium: 500;
  --text--primary: #5e5e5e;
  --surface--page: #f0f2f4;
  --_spacing---section-padding--default: 100px;
  --surface--white: white;
  --_typography---font-size--heading-extra-large: 200px;
  --_typography---font-weight--extra-bold: 800;
  --_typography---font-size--heading-7: 24px;
  --_typography---font-size--paragraph-extra-large: 20px;
  --_spacing---container--default: 80px;
  --brand-color--green-tint: #00a36033;
  --_typography---line-height--medium: 140%;
  --brand-color--green: #00a35f;
  --text--secondary: #b5b5b5;
  --brand-color--teal: #00788a;
  --_typography---font-size--paragraph-large: 18px;
  --brand-color--magenta: #631e56;
  --border--light: #ebebeb;
  --_typography---font-size--paragraph-small: 14px;
  --_typography---font-size--paragraph-extra-small: 12px;
  --border--dark: #373737;
  --glass--fill: #eef1f4b8;
  --glass--border: #fffc;
  --glass--fill-hover: #e6eaeed1;
  --text--ink: #1a1a1a;
  --text--muted: #5d5d5d;
  --surface--footer: #0d0f12;
  --_typography---letter-spacing--reguler: 0%;
}

.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 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  --surface--black: black;
  --text--primary: #5e5e5e;
  --surface--page: white;
  --surface--white: white;
  --brand-color--green-tint: #00a35f33;
  --brand-color--green: #00a35f;
  --text--secondary: #b5b5b5;
  --brand-color--teal: #00788a;
  --brand-color--magenta: #631e56;
  --border--light: #ebebeb;
  --border--dark: #373737;
  --glass--fill: #eef1f4b8;
  --glass--border: #fffc;
  --glass--fill-hover: #e6eaeed1;
  --text--ink: #1a1a1a;
  --text--muted: #5d5d5d;
  --surface--footer: #0d0f12;
}

h1 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-1);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-2);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-3);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-5);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-6);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  margin-bottom: 10px;
}

a {
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-medium);
  text-decoration: underline;
}

ul, ol {
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
}

.page-wrap {
  background-color: #fff;
}

.nav-dorpdown-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.section {
  position: relative;
}

.section.hero-section {
  background-color: var(--surface--page);
  min-height: 100vh;
  position: relative;
}

.section.hero-section.home {
  background-color: var(--surface--black);
  height: 100vh;
  min-height: auto;
  padding: 10px;
}

.section.hero-section.home.hero-frame-light {
  background-color: var(--surface--page);
}

.section.section-padding {
  padding-top: var(--_spacing---section-padding--default);
  padding-bottom: var(--_spacing---section-padding--default);
}

.section.section-padding.bg-black {
  background-color: var(--surface--page);
}

.section.section-padding.service-section {
  --surface--black: #f0f2f4;
  --text--primary: #e6e8eb;
  --surface--page: #0d1117;
  --surface--white: #161c26;
  --brand-color--green-tint: #00a36033;
  --brand-color--green: #00a35f;
  --text--secondary: #8b929e;
  --brand-color--teal: #00788a;
  --brand-color--magenta: #631e56;
  --border--light: #ffffff14;
  --border--dark: #ffffff1f;
  --glass--fill: #eef1f4b8;
  --glass--border: #fffc;
  --glass--fill-hover: #e6eaeed1;
  --text--ink: #1a1a1a;
  --text--muted: #5d5d5d;
  --surface--footer: #0d0f12;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.section-cta {
  background-color: #f0f2f4;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.section.bg-black {
  background-color: var(--surface--black);
}

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

.overlay-hero {
  z-index: 2;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-hero.blur {
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.overlay-hero.inner {
  background-color: #0000008c;
}

.nav-dorpdown-wrapper-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.title-hero {
  z-index: 3;
  position: relative;
}

.title-hero.home {
  z-index: 3;
  font-family: var(--_font-family---body-font);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--heading-extra-large);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--extra-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  position: relative;
}

.title-hero.inner-page {
  font-family: var(--_font-family---body-font);
  font-size: var(--_typography---font-size--heading-1);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--extra-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.title-hero.detail-project {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-2);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.hero-contain {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-contain.main {
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.hero-contain.main.trail-effect {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
}

.hero-contain.main.inner-page {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 80px;
  padding-left: 80px;
}

.hero-contain.main._404 {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}

.sub-title-hero {
  z-index: 3;
  width: 100%;
  max-width: 582px;
  font-family: var(--_font-family---body-font);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--large);
  position: relative;
}

.sub-title-hero-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.sub-title-hero-wrapper.home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}

.brand-2 {
  border-right: 1px solid #ffffff3d;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.contact-link-wrap {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  height: auto;
  color: var(--surface--white);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  white-space: nowrap;
  background-color: #fff0;
  border: 1px #f1eadc;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-primary.yk-mt-32 {
  margin-top: 32px;
}

.nav-link-2 {
  color: #c9c9c9;
  padding: 0;
}

.nav-link-2:hover {
  color: #fff;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 600;
}

.nav-link {
  opacity: 1;
  font-family: var(--_font-family---body-font);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--reguler);
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--large);
  text-transform: none;
  padding: 0;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

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

.nav-contain-wrap {
  border-bottom: 1px #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 40px 60px;
  display: flex;
}

.logo-white {
  width: 101px;
}

.nav-dorpdown-wrapper-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-black, .menu-toggle {
  display: none;
}

.container-navbar {
  z-index: 2;
  border-bottom: 1px #8e8e8e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 20;
  background-color: #ddd0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.brand {
  width: 100%;
  max-width: 203px;
}

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

.nav-menu:where(.w-variant-6c6300ca-8130-5ea6-fe0f-2f2f73919d4f) {
  display: none;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: none;
  padding-right: var(--_spacing---container--default);
  padding-left: var(--_spacing---container--default);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.yk-demo-cta {
  text-align: center;
  max-width: 720px;
}

#about-us:not(.section-overview) {
  border-bottom: 1px solid #f0f2f4;
}

.about-us-contain {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) auto;
  background-color: #fff0;
  align-items: start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 0;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.about-us-contain > .header-section {
  grid-area: 1 / 1 / 2 / 2;
}

.about-us-contain > .about-bottom-content {
  grid-area: 2 / 1 / 3 / 2;
}

.about-us-contain > .about-image-wrapper {
  --stagger: 40px;
  grid-column-gap: 32px;
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.about-us-contain .about-image-right {
  flex: 0 0 auto;
  width: 300px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
}

.about-us-contain .about-image-right.is-low {
  transform: translateY(var(--stagger));
}

.about-us-contain .about-image-right.is-high {
  transform: translateY(calc(var(--stagger) * -1));
}

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

.header-section.our-work {
  padding-left: 80px;
}

.header-section.testi {
  padding-left: 80px;
  padding-right: 80px;
}

.section-tag {
  grid-column-gap: 8px;
  font-family: var(--_font-family---body-font);
  color: #2d2d2d;
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--semi-bold);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-tag:where(.w-variant-4779d227-f921-7aed-3e8f-3d930b57b521) {
  color: var(--surface--white);
}

.circle-tag-wrap {
  grid-column-gap: 5.33333px;
  background-color: var(--brand-color--green-tint);
  border-radius: 133.333px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2.66667px;
  text-decoration: none;
  display: flex;
}

.about-bottom-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-large {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-large.about-us {
  max-width: 29em;
  color: var(--surface--black);
}

.about-image-wrapper {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.about-image.large {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.about-text {
  width: 100%;
  max-width: 944px;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--medium);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.about-text.reveal-text {
  color: var(--surface--black);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
}

.circle-tag {
  background-color: var(--brand-color--green);
  border-radius: 1000px;
  width: 10px;
  height: 10px;
}

.title-section {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-2);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.title-section.text-white {
  color: var(--surface--white);
}

.section-contain {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-contain.detail-work {
  flex-flow: row;
}

.team-list {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

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

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

.team-name {
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.team-job {
  font-family: var(--_font-family---body-font);
  color: var(--text--secondary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.team-image:hover {
  filter: none;
}

.team-image-wrapper {
  width: 100%;
  height: 598px;
  overflow: hidden;
}

.pocess-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process-header-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.process-title {
  font-family: var(--_font-family---body-font);
  color: var(--brand-color--teal);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.plus-icon {
  object-fit: cover;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 12px;
  background-color: #f0f2f4;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 702.32px;
  height: 360px;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}

.testimonial-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  display: flex;
}

.testi-text {
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.testi-name {
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.testi-job {
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-large);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.testi-image-wrap {
  width: 100%;
  height: 280px;
}

.testi-image-wrap.mobile {
  display: none;
}

.brand-list {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 824px;
  margin-top: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.brand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

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

.footer-cta-card {
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 950px;
  padding: 40px 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-cta-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-cta-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 724.5px;
  text-decoration: none;
  display: flex;
}

.footer-cta-info-wrap.align-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.heading-7 {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.heading-7.contact-info-text:hover {
  color: #000000ad;
}

.cta-title {
  font-family: var(--_font-family---body-font);
  color: var(--brand-color--magenta);
  font-size: var(--_typography---font-size--heading-2);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--large);
  text-decoration: none;
}

.footer {
  background-color: var(--surface--page);
  padding-top: 0;
}

.top-content-footer {
  width: 100%;
  max-width: none;
  padding: 80px var(--_spacing---container--default);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.col-text {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.paragraph-medium {
  width: auto;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-medium.text-grey-2 {
  color: var(--text--secondary);
}

.social-list {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon {
  grid-column-gap: 10px;
  background-color: #ffffff0d;
  border: 1px solid #242424;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.social-icon:hover {
  background-color: var(--brand-color--green);
}

.bitwitter-x {
  object-fit: cover;
  overflow: hidden;
}

.menu-footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 588px;
  text-decoration: none;
  display: flex;
}

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

.menu-col.newslatter {
  max-width: 305px;
}

.menu-title {
  font-family: var(--_font-family---body-font);
  color: var(--text--secondary);
  font-size: var(--_typography---font-size--paragraph-large);
  line-height: var(--_typography---font-size--heading-7);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.menu-footer-list {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-footer {
  grid-column-gap: 4px;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.circle-menu-wrap {
  grid-column-gap: 3.33333px;
  background-color: var(--brand-color--green-tint);
  border-radius: 83.3333px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 1.66667px;
  text-decoration: none;
  display: flex;
}

.circle-menu {
  background-color: var(--brand-color--green);
  object-fit: cover;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 6.66667px;
  height: 6.66667px;
  text-decoration: none;
  display: flex;
}

.home {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.title-footer {
  width: 100%;
  max-width: 440px;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.image_wrap {
  display: block;
  position: absolute;
  inset: 25px auto auto 25px;
}

.content_img {
  width: 100%;
  height: 100%;
  display: block;
}

.service-image {
  object-fit: cover;
  width: 20vw;
  height: 20vw;
}

.service-image._1 {
  position: absolute;
  top: 40%;
  left: 0;
}

.service-image._2 {
  position: absolute;
  bottom: 0;
  left: 40%;
  right: auto;
}

.service-image._3 {
  position: absolute;
  top: 40%;
  right: 0;
}

.service-image._4 {
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 40%;
}

.service-wheel {
  justify-content: flex-start;
  align-items: center;
  width: 250vh;
  height: 250vh;
  display: flex;
  position: absolute;
  left: -116.3vh;
}

.service-wheel-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sticky-service-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500vh;
  display: flex;
  position: relative;
}

.service-contain-wrapper {
  background-color: var(--surface--white);
  width: 100%;
  position: relative;
  overflow: visible;
}

.stiky-service {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.service-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.service-text {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  white-space: nowrap;
}

.service-text.text-3, .service-text.text-4 {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.service-text.text-2 {
  opacity: 0;
  font-family: var(--_font-family---body-font);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.service-image-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-image-bg.image-3, .service-image-bg.image-4 {
  opacity: 0;
  display: block;
}

.service-image-bg.image-2 {
  opacity: 0;
}

.overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00a35f73;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.line-footer {
  background-color: #3c3c3c;
  width: 100%;
  height: 1px;
}

.copyright-wrapper {
  border: 0 solid #3c3c3c;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.logo-footer-wraper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.process-text {
  opacity: 0;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
}

.process-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.minus-icon {
  display: none;
}

.service-text-list {
  position: relative;
}

.team-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.team-slider-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-slider-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
  position: static;
  top: 50%;
}

.text-slider {
  opacity: .2;
  color: var(--surface--white);
  font-size: var(--_typography---font-size--heading-1);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  white-space: nowrap;
}

.text-slider-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-slider-contain {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 50%;
  overflow: hidden;
}

.work-card {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border: 1px #ffffff12;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 694px;
  max-width: 694px;
  height: 426px;
  padding: 20px 20px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 3px #ffffff0d;
}

.work-card.auto {
  min-width: auto;
  max-width: none;
}

.list-work {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-work.gird-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-card-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.the-height-400vh-section {
  width: 100%;
  height: 550vh;
}

.the-sticky-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
}

.the-width-400vh-scrollable-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 2;
  width: 100%;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #ffffff14;
  white-space: nowrap;
  font-size: 320px;
  line-height: 120%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.title-hero-wrap {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 792px;
  display: flex;
  position: relative;
}

.section-contain-style-guide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.style-guide-item {
  grid-row-gap: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

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

.line-dashed {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 1px;
}

.heading-6 {
  width: auto;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-6);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.table-of-contents-header {
  grid-column-gap: 4px;
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--medium);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.table-of-contents {
  grid-row-gap: 24px;
  border: 1px solid var(--border--light);
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 372px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}

.list-style-guide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.table-of-contents-item {
  grid-column-gap: 4px;
  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: #eee #eee #eee var(--brand-color--green);
  width: 100%;
  height: 56px;
  font-family: var(--_font-family---body-font);
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--medium);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 20px;
  text-decoration: none;
  display: flex;
}

.table-of-contents-item:hover {
  color: #111;
  background-color: #fff;
  border-left: 2px #111;
}

.table-of-contents-item.w--current {
  color: var(--surface--black);
  font-weight: var(--_typography---font-weight--bold);
  border-left-style: solid;
}

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

.paragraph-extra-large {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
}

.paragraph-extra-large.text-white._404 {
  text-align: center;
  width: 100%;
  max-width: 712px;
}

.paragraph-extra-large.text-grey {
  color: var(--text--primary);
}

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

.typography-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px dashed #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

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

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

.paragraph-small {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-small);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
}

.line-vertical {
  background-color: #d9d9d9;
  width: 1px;
  height: 12px;
}

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

.style-guide-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.color-hexa {
  font-family: var(--_font-family---body-font);
  color: var(--text--primary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--medium);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.color-block {
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  width: 100%;
  height: 116px;
}

.color-block.text-grey {
  background-color: #707070;
}

.color-block.white {
  background-color: var(--surface--white);
}

.color-block.black {
  background-color: var(--surface--black);
}

.color-block.bg-grey {
  background-color: #f7f7f7;
}

.color-block.border {
  background-color: #eee;
}

.color-block.red {
  background-color: var(--brand-color--green);
}

.list-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.color-name {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--bold);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

._404-wrap {
  z-index: 3;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._404-image {
  width: 100%;
  max-width: 600px;
}

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

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.pointer---wrap {
  z-index: 1001;
  pointer-events: none;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pointer {
  background-color: var(--surface--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  display: flex;
  transform: scale(0);
}

.pointer---text {
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-medium);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.slider {
  display: none;
}

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

.div-block-5 {
  z-index: 4;
  background-image: linear-gradient(0deg, #000 21%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-footer-text {
  white-space: nowrap;
}

.tag-work-wrap {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  top: 16.5px;
  left: 547px;
}

.tag-work {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--paragraph-extra-small);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--medium);
  white-space: nowrap;
  background-color: #0000003d;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.process-card {
  grid-row-gap: 54px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #ebebeb #ebebeb #ebebeb var(--brand-color--teal);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 360px;
  padding: 20px;
  display: flex;
  position: relative;
}

.process-card.center, .process-card.side {
  border-color: var(--border--dark);
  background-color: var(--surface--black);
}

.nav-link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.nav-link-wrap:hover {
  text-decoration: none;
}

.nav-line {
  background-color: var(--surface--white);
  width: 0%;
  height: 1px;
}

.about-image-left {
  width: 100%;
  max-width: 174px;
  height: 226px;
  overflow: hidden;
}

.about-image-right {
  width: 100%;
  max-width: 301px;
  height: 226px;
  overflow: hidden;
}

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

.wrapper-icon-accordion {
  background-color: #fff0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.question-inner {
  z-index: 2;
  grid-column-gap: 20px;
  color: #555;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.list-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.answer-block {
  z-index: 2;
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.title-question {
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.02em;
}

.answer-text {
  max-width: 700px;
  color: var(--text--secondary);
  font-size: var(--_typography---font-size--paragraph-medium);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--reguler);
  letter-spacing: -.02em;
  margin-bottom: 0;
  display: block;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f3ee00;
  border: 1px #eee;
  border-bottom: 1px solid #373737;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader {
  z-index: 600;
  pointer-events: none;
  background-color: #f0f2f4;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  padding: 96px 24px 40px;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.wrap-preloader-logo {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preload-text {
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
}

.preload-text.preload-text-2 {
  opacity: 1;
  color: #01798a;
  position: absolute;
  top: 0;
}

.preload-text.preload-text-3 {
  opacity: 1;
  color: #631e56;
  position: absolute;
  top: 0;
  left: 0;
}

.preload-text.preload-text-1 {
  color: #00a360;
}

.preload-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  overflow: hidden;
}

.preload-text-list {
  position: relative;
  overflow: hidden;
}

.line-bar-preload {
  background-color: var(--text--primary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.line-bar-preload.botton {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0;
}

.line-bar {
  background-color: var(--surface--white);
  width: 20%;
  height: 100%;
}

.collection-item-2, .collection-list-wrapper {
  width: 100%;
}

.overview-content {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 704px;
  text-decoration: none;
  display: flex;
}

.detail-work-text {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-5);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.overview-item {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overview-item-label {
  width: auto;
  font-family: var(--_font-family---body-font);
  color: var(--text--primary);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.overview-item-value {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-7);
  line-height: var(--_typography---line-height--large);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: right;
  letter-spacing: var(--_typography---letter-spacing--large);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.tabs {
  width: 100%;
}

.detail-image-tab {
  object-fit: cover;
  width: 100%;
  height: 600px;
  min-height: auto;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 12px;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

.tab-link {
  border-radius: 10px;
  width: 100%;
  max-width: 246px;
  height: 136px;
  padding: 0;
  overflow: hidden;
}

.tab-link.w--current {
  border: 1px solid var(--surface--white);
}

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

.readme {
  padding: 20px 40px 40px;
}

.text-black {
  color: #000;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 664px;
  margin-bottom: 0;
}

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

.text-field {
  border: 1px solid var(--border--light);
  height: 70px;
  color: var(--surface--black);
  font-size: var(--_typography---font-size--paragraph-extra-large);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px 16px;
}

.text-field:focus {
  border-color: var(--surface--black);
  background-color: var(--surface--white);
}

.text-field.texrarea {
  height: 140px;
}

.text-field.transparent {
  border-style: none;
  border-color: var(--border--dark);
  color: var(--surface--white);
  background-color: #fff0;
}

.input-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.label {
  color: var(--text--primary);
  font-weight: var(--_typography---font-weight--medium);
}

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

.submit-button {
  background-color: var(--surface--black);
  width: 100%;
  height: 64px;
  font-size: var(--_typography---font-size--paragraph-large);
  font-weight: var(--_typography---font-weight--bold);
  border-radius: 1000px;
  box-shadow: 0 2px 5px #0003, 0 21px 21px #00000017, 0 46px 28px #0000000d, 0 5px 11px #0000001a;
}

.submit-button:hover {
  background-color: var(--border--dark);
}

.text-red {
  color: var(--brand-color--green);
}

.success-message {
  background-color: var(--surface--black);
  color: var(--surface--white);
  border-radius: 12px;
}

.button-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cta-card-wrapper {
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 430px;
  max-width: 430px;
  height: 494px;
  text-decoration: none;
  display: flex;
}

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

.cta-text {
  width: 100%;
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-5);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--large);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.text-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: underline;
}

.form-newslatter {
  border: 1px solid var(--border--dark);
  border-radius: 20px;
  display: flex;
}

.text-field-transparent {
  background-color: #fff0;
  border: 1px solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.submit-button-2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
  position: relative;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message-2 {
  background-color: var(--surface--white);
  font-size: var(--_typography---font-size--paragraph-medium);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: 20px;
}

.text-block-2 {
  color: var(--text--primary);
  --surface--black: black;
  --text--primary: #5e5e5e;
  --surface--page: white;
  --surface--white: white;
  --brand-color--green-tint: #00a35f33;
  --brand-color--green: #00a35f;
  --text--secondary: #b5b5b5;
  --brand-color--teal: #00788a;
  --brand-color--magenta: #631e56;
  --border--light: #ebebeb;
  --border--dark: #373737;
  --glass--fill: #eef1f4b8;
  --glass--border: #fffc;
  --glass--fill-hover: #e6eaeed1;
  --text--ink: #1a1a1a;
  --text--muted: #5d5d5d;
  --surface--footer: #0d0f12;
}

.inline-p-0 {
  color: #9aa0b0;
  white-space: nowrap;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.inline-span-0, .inline-span-1, .inline-span-2, .inline-span-3, .inline-span-4, .inline-span-5, .inline-span-6 {
  color: #b5b5b5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.inline-div-0 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.inline-div-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-top: 1px solid #f0f2f4;
  border-bottom: 1px solid #f0f2f4;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.inline-div-0-1 {
  color: #00a35f;
  letter-spacing: -.04em;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.inline-div-1-1 {
  color: #5d5d5d;
  max-width: 200px;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.inline-div-2 {
  color: #00a35f;
  letter-spacing: -.04em;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.inline-div-3 {
  color: #5d5d5d;
  max-width: 220px;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.inline-div-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #f0f2f4;
  flex-wrap: wrap;
  padding: 60px 80px;
  display: flex;
}

.yk-mo {
  background-color: #fff;
  border-top: 1px solid #f0f2f4;
  border-bottom: 1px solid #f0f2f4;
  padding: 32px 0;
}

.yk-ml {
  color: #9aa0b0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 18px 80px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.yk-mt {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
}

.yk-mi {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: center;
  width: max-content;
  padding: 0 36px;
  animation: 28s linear infinite yk-marquee;
  display: flex;
}

.yk-mt-1, .yk-mt-1-2 {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
}

.ykmo {
  text-align: center;
  border-top: 1px solid #f0f2f4;
  border-bottom: 1px solid #f0f2f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 24px 0;
  display: block;
}

.ykml {
  color: #b5b5b5;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 12px;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.ykmt {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000);
}

.ykmi {
  flex-wrap: nowrap;
  align-items: center;
  gap: 48px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ykmt-1 {
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, #0000, #000 12% 88%, #0000);
  mask: linear-gradient(to right, #0000, #000 12% 88%, #0000);
}

.yk-logo {
  filter: grayscale() opacity(.45);
  width: auto;
  height: 28px;
}

.yk-li {
  filter: grayscale() opacity(.4);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 120px;
  height: 26px;
}

.yk-li.inline-div-0 {
  background-image: url('../images/company-lloyds.png');
}

.yk-li.inline-div-1 {
  background-image: url('../images/company-lockton.png');
}

.yk-li.inline-div-2 {
  background-image: url('../images/company-meridian.png');
}

.yk-li.inline-div-3 {
  background-image: url('../images/company-gallagher.png');
}

.yk-li.inline-div-4 {
  background-image: url('../images/company-hyperion.png');
}

.yk-li.inline-div-5 {
  background-image: url('../images/company-BMS.png');
}

.yk-li.inline-div-6 {
  background-image: url('../images/company-oakeshott.png');
}

.inline-div-0-1-2 {
  display: none;
}

.hero-page-title {
  font-family: var(--_font-family---body-font);
  color: var(--surface--white);
  font-size: var(--_typography---font-size--heading-1);
  font-weight: var(--_typography---font-weight--extra-bold);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.dp-features {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 80px 120px;
}

.dp-feature {
  border-top: 1px solid #f0f2f4;
  padding: 48px 0;
}

.dp-feature-title {
  color: #0d0d0d;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.dp-feature-body {
  color: #5d5d5d;
  max-width: 680px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.eco-section {
  background-color: #fff;
  padding: 100px 80px;
}

.eco-intro {
  margin-bottom: 60px;
}

.eco-label {
  color: #9aa0b0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.eco-heading {
  color: #0d0d0d;
  letter-spacing: -.04em;
  max-width: 600px;
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
}

.eco-subhead {
  color: #5d5d5d;
  max-width: 640px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

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

.eco-card {
  background-color: #0e1117;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 360px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eco-card:hover {
  transition: transform .3s;
  transform: translateY(-4px);
}

.eco-card-bg {
  opacity: .35;
  background-image: url('../images/');
  background-size: cover;
  position: absolute;
  inset: 0;
}

.eco-card-overlay {
  background-image: linear-gradient(to top, #00a35f8c 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.eco-card-content {
  z-index: 2;
  position: relative;
}

.eco-card-num {
  color: #ffffff80;
  letter-spacing: .1em;
  margin: 0 0 10px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.eco-card-title {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.eco-card-body {
  color: #ffffffbf;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.eco-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px;
  display: flex;
}

.eco-tag {
  justify-content: center;
  margin-bottom: 48px;
}

.eco-para {
  color: #2d2d2d;
  letter-spacing: -.04em;
  max-width: 944px;
  margin: 0 auto 80px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
}

.eco-highlight {
  color: #00788a;
}

.eco-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.eco-card-1 {
  background-color: #0e1117;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 340px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* Per-card background: set background-image inline on .eco-card-bg-1 in the HTML,
   e.g. style="background-image: url('images/abstract-green.webp')".
   Paths in the style attribute are relative to the page, not to this stylesheet. */
.eco-card-bg-1 {
  opacity: .35;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.eco-card-ov {
  background-image: linear-gradient(to top, #00a35f80 0%, #0000 65%);
  position: absolute;
  inset: 0;
}

.eco-card-inner {
  z-index: 2;
  text-align: left;
  position: relative;
}

.eco-card-num-1 {
  color: #ffffff80;
  letter-spacing: .1em;
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.eco-card-title-1 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.eco-card-desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.reveal-text.eco-para {
  font-family: var(--_font-family---body-font);
  color: var(--surface--black);
  font-size: var(--_typography---font-size--heading-4);
  line-height: var(--_typography---line-height--reguler);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--large);
}

.yk-logo-hyperion {
  background-image: url('../images/hyperion-hires.jpg');
  width: 150px;
}

.dmf {
  background-color: #fff;
  padding: 0 80px;
}

.dmf-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.dmf-left {
  flex: 0 0 42%;
  padding: 120px 0;
  position: sticky;
  top: 120px;
}

.dmf-label {
  color: #9aa0b0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.dmf-h {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 24px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 115%;
}

.dmf-sub {
  color: #5d5d5d;
  max-width: 420px;
  margin: 0 0 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.dmf-sub.inline-p-0, .dmf-sub.inline-p-1 {
  margin: 0;
}

.dmf-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #00a35f;
  border-radius: 100px;
  align-items: center;
  padding: 14px 26px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.dmf-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  padding: 120px 0;
  display: flex;
}

.dmf-card {
  background-color: #fafbfc;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 40px;
  display: flex;
}

.dmf-card-icon {
  background-color: #00a35f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
}

.dmf-card-t {
  color: #1a1a1a;
  letter-spacing: -.02em;
  max-width: 360px;
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.dmf-pills {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.dmf-pill {
  color: #5d5d5d;
  border: 1px solid #e0e3e7;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.dmf-bullets {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.dmf-bullet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: flex;
}

.dmf-dot {
  background-color: #00a35f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.dmfb-divider {
  color: #c0c4cc;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 40px 0;
  font-family: Manrope, sans-serif;
  font-size: 11px;
}

.dmfb {
  background-color: #fff;
}

.dmfb-intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 80px 60px;
}

.dmfb-label {
  color: #9aa0b0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.dmfb-h {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 115%;
}

.dmfb-track {
  position: relative;
}

.dmfb-panel {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.dmfb-panelcard {
  background-color: #0e1117;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  min-height: 480px;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dmfb-bg {
  opacity: .25;
  background-image: url('../images/');
  background-size: cover;
  position: absolute;
  inset: 0;
}

.dmfb-ov {
  background-image: linear-gradient(120deg, #00a35f66, #00788a33);
  position: absolute;
  inset: 0;
}

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

.dmfb-num {
  color: #ffffff80;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dmfb-t {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 560px;
  margin: 0 0 28px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
}

.dmfb-pills {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.dmfb-pill {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.dmfb-bl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.dmfb-blrow {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #ffffffe6;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: flex;
}

.dmfb-bldot {
  background-color: #00a35f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.dmfb-p {
  color: #fffc;
  max-width: 520px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.df {
  background-color: #fff;
}

.df-intro {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 140px 80px 100px;
}

.df-label {
  color: #9aa0b0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.df-h {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 32px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 115%;
}

.df-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #00a35f;
  border-radius: 100px;
  align-items: center;
  padding: 15px 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.df-track {
  position: relative;
}

.df-panel {
  height: 100vh;
  padding: 96px 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.df-pbg {
  background-size: cover;
  position: absolute;
  inset: 0;
}

.df-pbg.inline-div-0, .df-pbg.inline-div-4, .df-pbg.inline-div-7 {
  background-image: url('../images/');
}

.df-pov {
  position: absolute;
  inset: 0;
}

.df-pov.inline-div-1 {
  background-image: linear-gradient(120deg, #00a35fc7, #00a35f59);
}

.df-pov.inline-div-2 {
  background-image: linear-gradient(135deg, #00788a, #005f6e);
}

.df-pov.inline-div-5 {
  background-image: linear-gradient(120deg, #631e56cc, #631e5666);
}

.df-pov.inline-div-6 {
  background-image: linear-gradient(135deg, #00a35f, #007a47);
}

.df-pov.inline-div-8 {
  background-image: linear-gradient(120deg, #00788ac7, #631e5673);
}

.df-pov.inline-div-4 {
  background-image: linear-gradient(120deg, #631e56cc, #631e5666);
}

.df-pov.inline-div-7 {
  background-image: linear-gradient(120deg, #00788ac7, #631e5673);
}

.df-pc {
  z-index: 2;
  width: 100%;
  display: flex;
  position: relative;
}

.df-pc.al-c {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

.df-pc.al-split, .al-ll {
  justify-content: flex-start;
  align-items: flex-end;
}

.al-c {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.al-split {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.df-t {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 620px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}

.df-t.inline-h3-0, .df-t.inline-h3-1 {
  margin: 0 auto;
}

.df-side {
  max-width: 560px;
  margin-top: 18px;
}

.df-p {
  color: #ffffffd9;
  max-width: 520px;
  margin: 18px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.df-p.inline-p-0 {
  margin: 0;
}

.df-pills {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  display: flex;
}

.df-pill {
  color: #fff;
  border: 1px solid #ffffff59;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.df-bl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}

.df-bl.inline-div-3 {
  align-items: center;
}

.df-blrow {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #ffffffeb;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: flex;
}

.df-bldot {
  opacity: .9;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.df-intro-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 140px 80px 100px;
  display: flex;
}

.df-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: inline-flex;
}

.df-tagdot {
  background-color: #00a35f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.df-taglbl {
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.df-h-1 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 28px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 115%;
}

.df-sub {
  color: #5d5d5d;
  letter-spacing: -.02em;
  max-width: 680px;
  margin: 0 0 32px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.df-panel-1 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 96px 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.df-pbg-1 {
  background-size: cover;
  position: absolute;
  inset: 0;
}

.df-pc-1 {
  z-index: 2;
  max-width: 680px;
  position: relative;
}

.df-t-1 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}

.df-p-1 {
  color: #ffffffd9;
  max-width: 560px;
  margin: 20px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.inline-div-5-parent.inline-div-5 {
  background-image: linear-gradient(135deg, #00a35f, #007a47);
}

.inline-div-6-parent.inline-div-6 {
  background-image: url('../images/');
}

.dfg {
  background-color: #fbfcfd;
  position: relative;
  overflow: clip visible;
}

.dfg-intro {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 140px 80px 60px;
  display: flex;
  position: relative;
}

.dfg-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: inline-flex;
}

.dfg-dot {
  background-color: #00a35f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dfg-lbl {
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dfg-h {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 28px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 115%;
}

.dfg-sub {
  color: #5d5d5d;
  letter-spacing: -.02em;
  max-width: 680px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.dfg-glow {
  z-index: 1;
  opacity: 0;
  filter: blur(90px);
  pointer-events: none;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  transition: opacity .4s;
  position: fixed;
}

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

.dfg-panel {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.dfg-eyebrow {
  color: #9aa0b0;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.dfg-t {
  color: #1a1a1a;
  letter-spacing: -.04em;
  max-width: 820px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 115%;
}

.dfg-p {
  color: #5d5d5d;
  max-width: 600px;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.dfg-pills {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.dfg-pill {
  color: #1a1a1a;
  background-color: #fff9;
  border: 1px solid #e0e3e7;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.dfg-bl {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.dfg-blrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: flex;
}

.dfg-bldot {
  background-color: #00a35f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.dfg-glow-1 {
  z-index: 1;
  opacity: 0;
  filter: blur(80px);
  pointer-events: none;
  will-change: left, top, background;
  border-radius: 50%;
  width: 55vw;
  height: 55vw;
  transition: opacity .5s;
  position: fixed;
}

.dfg-panel-1 {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: stretch;
  height: 100vh;
  padding: 120px 100px;
  display: flex;
}

.dfg-pc {
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.pos-tl {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.pos-tr {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
}

.pos-bl {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.pos-br {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
}

.pos-c {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.dfg-wrapc {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.dfg-eyebrow-1 {
  color: #9aa0b0;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.dfg-t-1 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 115%;
}

.dfg-p-1 {
  color: #5d5d5d;
  margin: 22px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.dfg-pills-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  display: flex;
}

.dfg-pill-1 {
  color: #1a1a1a;
  background-color: #ffffffb3;
  border: 1px solid #e0e3e7;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.dfg-bl-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}

.dfgp {
  background-color: #fbfcfd;
  position: relative;
}

.dfgp-track {
  height: 600vh;
  position: relative;
}

.dfgp-stage {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.dfgp-glow {
  z-index: 1;
  opacity: 0;
  filter: blur(80px);
  pointer-events: none;
  will-change: transform, background;
  border-radius: 50%;
  width: 55vw;
  height: 55vw;
  position: absolute;
}

.dfgp-intro {
  z-index: 3;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: absolute;
  inset: 0;
}

.dfgp-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: inline-flex;
}

.dfgp-dot {
  background-color: #00a35f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dfgp-lbl {
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dfgp-sub {
  color: #1a1a1a;
  letter-spacing: -.04em;
  max-width: 840px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.dfgp-panel {
  z-index: 2;
  opacity: 0;
  will-change: opacity;
  padding: 160px 100px 120px;
  display: flex;
  position: absolute;
  inset: 0;
}

.dfgp-panel.p-tl {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.dfgp-panel.p-tr {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.dfgp-panel.p-bl {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

.dfgp-pc {
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.p-tl {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-tr {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.p-bl {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.p-br {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
}

.p-c {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.dfgp-eyebrow {
  color: #9aa0b0;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.dfgp-t {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 115%;
}

.dfgp-p {
  color: #5d5d5d;
  margin: 22px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

.dfgp-pills {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-top: 28px;
  display: flex;
}

.dfgp-pill {
  color: #0a7a48;
  white-space: nowrap;
  background-color: #00a35f0f;
  border: 1px solid #00a35f40;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  transition: all .25s;
}

.dfgp-pill:hover {
  background-color: #00a35f24;
  transform: translateY(-2px);
}

.dfgp-bl {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}

.dfgp-th {
  color: #1a1a1a;
  letter-spacing: -.04em;
  max-width: 860px;
  margin: 24px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 118%;
}

.dfgp-b {
  color: var(--brand-color--teal);
}

.dfgp-blrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #5d5d5d;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: flex;
}

.dfgp-bldot {
  background-color: #00a35f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.bx {
  font-family: Manrope, sans-serif;
}

.bx-explain {
  text-align: center;
  background-color: #fbfcfd;
  border-top: 1px solid #eef0f2;
  padding: 120px 80px;
}

.bx-inner {
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
}

.bx-eyebrow {
  color: #9aa0b0;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
}

.bx-h {
  color: #1a1a1a;
  letter-spacing: -.03em;
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.bx-p {
  color: #5d5d5d;
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 160%;
}

.bx-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #00a35f;
  border-radius: 100px;
  align-items: center;
  margin-top: 16px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.bx-how {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #eef0f2;
  padding: 120px 80px;
}

.bx-howh {
  color: #1a1a1a;
  letter-spacing: -.03em;
  max-width: 680px;
  margin: 0 auto 56px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.bx-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bx-step {
  background-color: #fbfcfd;
  border: 1px solid #eef0f2;
  border-left: 3px solid #00a35f;
  border-radius: 12px;
  padding: 32px;
}

.bx-stepn {
  color: #00a35f;
  letter-spacing: .1em;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.bx-stept {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 600;
  line-height: 125%;
}

.bx-stepp {
  color: #5d5d5d;
  margin: 0;
  font-size: 16px;
  line-height: 155%;
}

.bx-summary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.bx-spill {
  color: #0a7a48;
  background-color: #00a35f12;
  border: 1px solid #00a35f33;
  border-radius: 100px;
  padding: 9px 18px;
  font-size: 14px;
}

.cx {
  font-family: Manrope, sans-serif;
}

.cx-explain {
  background-color: #fbfcfd;
  border-top: 1px solid #eef0f2;
  padding: 120px 80px;
}

.cx-inner {
  max-width: 880px;
  margin: 0 auto;
}

.cx-eyebrow {
  color: #9aa0b0;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
}

.cx-h {
  color: #1a1a1a;
  letter-spacing: -.03em;
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.cx-p {
  color: #5d5d5d;
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 160%;
}

.cx-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #00a35f;
  border-radius: 100px;
  align-items: center;
  margin-top: 16px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.cx-how {
  background-color: #fff;
  border-top: 1px solid #eef0f2;
  padding: 120px 80px;
}

.cx-howh {
  color: #1a1a1a;
  letter-spacing: -.03em;
  max-width: 680px;
  margin: 0 0 56px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.cx-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  display: grid;
}

.cx-step {
  background-color: #fbfcfd;
  border: 1px solid #eef0f2;
  border-left: 3px solid #00788a;
  border-radius: 12px;
  padding: 32px;
}

.cx-stepn {
  color: #00788a;
  letter-spacing: .1em;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.cx-stept {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 600;
  line-height: 125%;
}

.cx-stepp {
  color: #5d5d5d;
  margin: 0;
  font-size: 16px;
  line-height: 155%;
}

.cx-summary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.cx-spill {
  color: #005f6e;
  background-color: #00788a12;
  border: 1px solid #00788a33;
  border-radius: 100px;
  padding: 9px 18px;
  font-size: 14px;
}

.ab {
  background-color: #fff;
  font-family: Manrope, sans-serif;
}

.ab-hero {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 80px 100px;
}

.ab-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: inline-flex;
}

.ab-dot {
  background-color: #00a35f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ab-lbl {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
}

.ab-h1 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 28px;
  font-size: 60px;
  font-weight: 500;
  line-height: 112%;
}

.ab-lead {
  color: #5d5d5d;
  max-width: 760px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 155%;
}

.ab-sec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 80px;
}

.ab-alt {
  background-color: #fbfcfd;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
  max-width: none;
}

.ab-altin {
  max-width: 1200px;
  margin: 0 auto;
}

.ab-eyebrow {
  color: #9aa0b0;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.ab-h2 {
  color: #1a1a1a;
  letter-spacing: -.03em;
  max-width: 640px;
  margin: 0 0 24px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.ab-p {
  color: #5d5d5d;
  margin: 0 0 18px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.ab-p.inline-p-0, .ab-p.inline-p-1 {
  max-width: 640px;
}

.ab-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.ab-card {
  background-color: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  padding: 32px;
}

.ab-cardt {
  color: #00a35f;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ab-cardp {
  color: #5d5d5d;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.ab-tl {
  flex-direction: column;
  margin-top: 48px;
  display: flex;
}

.ab-tlitem {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #eef0f2;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  padding: 28px 0;
  display: grid;
}

.ab-tlyear {
  color: #00788a;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.ab-tlbody {
  color: #3d3d3d;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.ab-tltitle {
  color: #1a1a1a;
  margin-bottom: 6px;
  font-weight: 600;
  display: block;
}

.ab-stats {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  margin-top: 56px;
  display: flex;
}

.ab-statn {
  color: #00a35f;
  letter-spacing: -.04em;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.ab-statl {
  color: #5d5d5d;
  max-width: 160px;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.ab-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

.ab-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.ab-tmimg {
  aspect-ratio: 1;
  background-color: #e8ebee;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 16px;
}

.ab-tmn {
  color: #1a1a1a;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.ab-tmr {
  color: #00788a;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 4px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.yk-hb {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.yk-hbrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffffeb;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.yk-hbdot {
  background-color: #00a35f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px #00a35f99;
}

.nm {
  background-color: #fff;
  border-top: 1px solid #eef0f2;
  padding: 120px 80px;
}

.nm-in {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.nm-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: inline-flex;
}

.nm-tagdot {
  width: 14px;
  height: 14px;
}

.nm-taglbl {
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.nm-h {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin: 0 0 24px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 118%;
}

.nm-p {
  color: #5d5d5d;
  max-width: 680px;
  margin: 0 0 64px;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  line-height: 160%;
}

.nm-stats {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.nm-statn {
  color: #00a35f;
  letter-spacing: -.04em;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}

.nm-statl {
  color: #5d5d5d;
  max-width: 200px;
  margin-top: 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.wk-title {
  z-index: 3;
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 12px #0006;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.clive-photo {
  background-image: url('../images/clive-oconnell.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.yk-ct {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.yk-ct-cols {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #e6e9ec;
  flex-wrap: wrap;
  padding-bottom: 48px;
  display: flex;
}

.yk-ct-col {
  flex: 1;
  min-width: 220px;
}

.yk-ct-h {
  color: #00a35f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.yk-ct-l {
  color: #2d2d2d;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.yk-ct-e {
  color: #00788a;
  margin-top: 6px;
  font-weight: 500;
}

.yk-ct-off {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
}

.yk-ct-offcol {
  flex: 1;
  min-width: 240px;
}

.yk-ct-offh {
  color: #631e56;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.yk-ct-offt {
  color: #5d5d5d;
  max-width: 300px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.yk-ct-msg {
  text-align: center;
  background-color: #0d0f12;
  border-radius: 20px;
  margin-top: 48px;
  padding: 40px;
}

.yk-ct-msgt {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.yk-ct-msgp {
  color: #b8bdc4;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.yk-ct-btn {
  color: #0d0f12;
  background-color: #fff;
  border-radius: 100px;
  padding: 14px 32px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s, color .25s;
  display: inline-block;
}

.yk-legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 8px 0 0;
}

@media screen and (min-width: 1440px) {
  .title-hero.detail-project {
    font-size: var(--_typography---font-size--heading-1);
  }

  .hero-contain.main.trail-effect {
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
  }

  .sub-title-hero {
    font-family: Manrope, sans-serif;
  }

  .sub-title-hero-wrapper.home {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .team-image, .team-image:hover {
    filter: none;
  }

  .footer-cta-card {
    position: static;
  }

  .menu-footer-row {
    grid-column-gap: 100px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .title-footer {
    line-height: var(--_typography---line-height--medium);
  }

  .text-slider-contain {
    position: sticky;
    top: 50%;
    transform: none;
  }

  .list-style-guide {
    max-width: 877px;
  }

  .div-block-3 {
    display: flex;
  }

  .pointer {
    transform: scale(0);
  }

  .wrapper-icon-accordion {
    min-width: 40px;
    min-height: 40px;
  }

  .list-faq {
    justify-content: center;
    align-items: center;
  }

  .faq-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .detail-image-tab {
    height: 800px;
  }

  .tabs-menu {
    max-width: 1200px;
  }

  .tab-link {
    width: 246px;
    height: 136px;
    padding: 0;
  }

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

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .about-us-contain > .about-image-wrapper {
    --stagger: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-us-contain .about-image-right {
    width: 260px;
  }

  .about-us-contain .about-image-right.is-low {
    transform: translateX(calc(var(--stagger) * -1));
  }

  .about-us-contain .about-image-right.is-high {
    transform: translateX(var(--stagger));
  }
}

@media screen and (max-width: 991px) {
  body {
    --_spacing---section-padding--default: 80px;
    --_spacing---container--default: 40px;
    --_typography---font-size--paragraph-medium: 16px;
    --_typography---line-height--large: 150%;
    --_typography---font-weight--reguler: 400;
    --_typography---letter-spacing--medium: -.02em;
    --_typography---font-size--heading-1: 80px;
    --_typography---line-height--reguler: 120%;
    --_typography---font-weight--bold: 700;
    --_typography---letter-spacing--large: -.04em;
    --_typography---font-size--heading-2: 60px;
    --_typography---font-size--heading-3: 60px;
    --_typography---font-size--heading-4: 40px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-size--heading-5: 40px;
    --_typography---font-size--heading-6: 32px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--heading-extra-large: 120px;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-size--heading-7: 24px;
    --_typography---font-size--paragraph-extra-large: 20px;
    --_typography---line-height--medium: 140%;
    --_typography---font-size--paragraph-large: 18px;
    --_typography---font-size--paragraph-small: 14px;
    --_typography---font-size--paragraph-extra-small: 12px;
    --_typography---letter-spacing--reguler: 0%;
  }

  .nav-dorpdown-wrapper, .nav-dorpdown-wrapper-3 {
    justify-content: center;
    align-items: center;
  }

  .hero-contain.main.trail-effect, .hero-contain.main.inner-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-title-hero-wrapper.home {
    justify-content: center;
    align-items: flex-start;
  }

  .brand-2, .brand-2.w--current {
    border-right-style: none;
    width: auto;
  }

  .contact-link-wrap {
    width: auto;
    display: none;
  }

  .contact-link-wrap:where(.w-variant-6c6300ca-8130-5ea6-fe0f-2f2f73919d4f), .contact-link-wrap.is-mobile {
    display: flex;
  }

  .button-primary {
    font-size: var(--_typography---font-size--paragraph-extra-large);
  }

  .nav-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .nav-link-2 {
    color: var(--surface--white);
    font-size: var(--_typography---font-size--heading-7);
    text-decoration: none;
  }

  .nav-link-2:hover, .nav-link-2.w--current {
    color: var(--surface--white);
    font-weight: var(--_typography---font-weight--medium);
  }

  .nav-menu-phone {
    z-index: 200;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #00000054;
    border: 1px #ffffff26;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding: 32px 42px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-contain-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dorpdown-wrapper-4 {
    justify-content: center;
    align-items: center;
  }

  .menu-toggle {
    cursor: pointer;
    background-color: #fff0;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .menu-toggle:where(.w-variant-6c6300ca-8130-5ea6-fe0f-2f2f73919d4f) {
    display: none;
  }

  .container-navbar {
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .navbar {
    position: fixed;
  }

  .header-nav-phone {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-menu-toggle {
    display: block;
  }

  .image-menu-toggle.black {
    display: none;
  }

  .brand, .brand.w--current {
    width: auto;
    max-width: none;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .header-section.our-work {
    padding-left: 40px;
  }

  .about-us-contain {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-us-contain > .about-image-wrapper {
    --stagger: 28px;
    grid-area: 3 / 1 / 4 / 2;
    justify-content: flex-start;
    width: 100%;
  }

  .about-us-contain .about-image-right {
    flex: 1 1 0;
    width: auto;
  }

  .about-bottom-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .about-image {
    width: 100%;
    max-width: none;
  }

  .about-image.large {
    width: 100%;
    min-width: auto;
  }

  .section-contain.detail-work {
    flex-flow: column;
  }

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

  .footer-cta-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 20px;
  }

  .footer-cta-info-wrap, .footer-cta-info-wrap.align-right {
    flex-flow: column;
  }

  .top-content-footer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .service-wheel {
    justify-content: flex-start;
    align-items: center;
    width: 200vw;
    height: 200vw;
    left: -110.9vw;
  }

  .service-wheel-wrap {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .line-footer.white {
    background-color: var(--surface--white);
    opacity: .24;
  }

  .copyright-wrapper {
    flex-flow: wrap;
  }

  .the-overflow-hidden-mask {
    padding-left: 40px;
  }

  .section-contain-style-guide {
    padding-top: 0;
  }

  .table-of-contents {
    display: none;
  }

  .div-block-3 {
    flex-flow: wrap;
  }

  .line-vertical {
    display: none;
  }

  .color-block-wrapper {
    width: 100%;
  }

  .list-color-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  ._404-image {
    max-width: 400px;
  }

  .process-card.center, .process-card.side {
    height: 300px;
    min-height: 300px;
  }

  .bg-blur-nav {
    opacity: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .preloader {
    padding-top: 120px;
  }

  .tabs-menu {
    max-width: 700px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .form-block {
    max-width: none;
  }

  .form {
    width: 100%;
  }

  .eco-wrap {
    padding: 80px 40px;
  }

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

  .reveal-text.eco-para {
    font-size: 40px;
  }

  .dfgp-intro {
    padding: 60px 48px;
  }

  .dfgp-th {
    max-width: 640px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_spacing---section-padding--default: 40px;
    --_spacing---container--default: 20px;
    --_typography---font-size--paragraph-medium: 16px;
    --_typography---line-height--large: 150%;
    --_typography---font-weight--reguler: 400;
    --_typography---letter-spacing--medium: -.02em;
    --_typography---font-size--heading-1: 40px;
    --_typography---line-height--reguler: 120%;
    --_typography---font-weight--bold: 700;
    --_typography---letter-spacing--large: -.04em;
    --_typography---font-size--heading-2: 40px;
    --_typography---font-size--heading-3: 60px;
    --_typography---font-size--heading-4: 32px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-size--heading-5: 32px;
    --_typography---font-size--heading-6: 32px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--heading-extra-large: 80px;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-size--heading-7: 20px;
    --_typography---font-size--paragraph-extra-large: 16px;
    --_typography---line-height--medium: 140%;
    --_typography---font-size--paragraph-large: 16px;
    --_typography---font-size--paragraph-small: 14px;
    --_typography---font-size--paragraph-extra-small: 12px;
    --_typography---letter-spacing--reguler: 0%;
  }

  .nav-dorpdown-wrapper, .nav-dorpdown-wrapper-3 {
    z-index: 2;
    display: none;
  }

  .hero-contain.main.inner-page {
    padding-left: 20px;
  }

  .brand-2 {
    width: 100px;
    padding-left: 0;
  }

  .brand-2.w--current {
    width: auto;
  }

  .contact-link-wrap {
    display: none;
  }

  .contact-link-wrap:where(.w-variant-6c6300ca-8130-5ea6-fe0f-2f2f73919d4f) {
    display: flex;
  }

  .contact-link-wrap.is-mobile {
    display: block;
  }

  .brand-logo {
    width: 100%;
    max-width: none;
  }

  .nav-list {
    margin-top: 0;
    padding: 20px 16px;
  }

  .nav-link-2.w--current:hover {
    color: #0a0a0a;
  }

  .nav-menu-phone {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-flow: column;
    padding: 0;
  }

  .nav-contain-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dorpdown-wrapper-4 {
    z-index: 2;
    display: none;
  }

  .menu-toggle {
    cursor: pointer;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .menu-toggle:where(.w-variant-6c6300ca-8130-5ea6-fe0f-2f2f73919d4f) {
    display: none;
  }

  .menu-toggle.close-toggle {
    background-color: #0a0a0a;
  }

  .container-navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-phone {
    padding: 20px 16px;
  }

  .image-menu-toggle {
    width: 24px;
    display: block;
  }

  .image-menu-toggle.black {
    display: none;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    display: none;
  }

  .about-us-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header-section.our-work {
    padding-left: 20px;
  }

  .header-section.testi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-contain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-contain.our-work {
    overflow: hidden;
  }

  .team-list {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
  }

  .team-card {
    min-width: auto;
    max-width: none;
  }

  .team-image-wrapper {
    height: 460px;
  }

  .pocess-wrap {
    display: none;
  }

  .process-row {
    flex-flow: column;
  }

  .testimonial-card {
    max-width: 500px;
  }

  .testi-image-wrap.mobile {
    display: none;
  }

  .cta-title {
    font-size: var(--_typography---font-size--heading-1);
  }

  .top-content-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-footer {
    line-height: var(--_typography---line-height--large);
  }

  .stiky-service {
    overflow: hidden;
  }

  .service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .copyright-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-footer {
    width: 100%;
  }

  .process-text {
    opacity: 100;
    color: var(--surface--white);
  }

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

  .team-slider {
    width: 100%;
  }

  .work-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .list-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .work-card-image {
    transform-style: flat;
    transform: none;
  }

  .the-height-400vh-section {
    height: auto;
  }

  .the-sticky-div {
    height: auto;
    position: relative;
  }

  .the-width-400vh-scrollable-div {
    flex-flow: column;
    width: 100%;
  }

  .the-overflow-hidden-mask {
    z-index: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: visible;
  }

  .text-block {
    display: none;
  }

  .style-guide-item {
    grid-row-gap: 16px;
  }

  .line-vertical {
    display: none;
  }

  .color-block.bg-grey {
    width: 100%;
  }

  .list-color-block {
    grid-template-columns: 1fr 1fr;
  }

  ._404-image {
    max-width: 300px;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .arrow-slider {
    background-color: var(--border--light);
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    inset: auto auto 0 55%;
    transform: translate(-50%);
  }

  .arrow-slider.left-arrow {
    left: 45%;
    transform: translate(-50%)rotate(180deg);
  }

  .collection-item {
    width: 100%;
    min-width: 20vw;
  }

  .faq-item {
    z-index: 2;
  }

  .preloader {
    padding-top: 92px;
    padding-bottom: 24px;
  }

  .tabs-menu {
    max-width: 600px;
  }

  .tab-link {
    height: 100px;
  }

  .cta-card-wrapper {
    min-width: 0;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .eco-wrap {
    padding: 60px 20px;
  }

  .reveal-text.eco-para {
    text-align: center;
    font-size: 28px;
  }

  .dfgp-intro {
    padding: 40px 32px;
  }

  .dfgp-sub {
    max-width: 100%;
    font-size: 32px;
  }

  .dfgp-panel {
    padding: 100px 40px 60px;
  }

  .dfgp-panel.p-tl, .dfgp-panel.p-tr, .dfgp-panel.p-bl, .dfgp-panel.p-br {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .dfgp-t {
    font-size: 30px;
  }

  .dfgp-pills {
    justify-content: center;
  }

  .dfgp-bl {
    align-items: center;
  }

  .dfgp-th {
    max-width: 100%;
    font-size: 34px;
  }

  .dfgp-blrow {
    justify-content: center;
  }

  .nm {
    padding: 72px 40px;
  }

  .nm-h {
    font-size: 34px;
  }

  .nm-p {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .nm-statn {
    font-size: 56px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section.home {
    padding: 10px;
  }

  .hero-contain.main.inner-page {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .brand-2 {
    width: auto;
    padding-left: 0;
  }

  .brand-2.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .nav-link-2:hover, .nav-link-2.w--current:hover {
    color: var(--surface--white);
  }

  .nav-menu-phone {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #00000054;
  }

  .nav-contain-wrap {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-toggle {
    padding: 10px;
  }

  .container-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-menu-toggle {
    display: block;
  }

  .image-menu-toggle.black {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .header-section.our-work {
    padding-right: 20px;
  }

  .header-section.testi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contain.our-work {
    overflow: hidden;
  }

  .process-row {
    flex-flow: column;
  }

  .testimonial-card {
    max-width: none;
  }

  .testimonial-card.testi-1 {
    height: auto;
    padding: 20px;
  }

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

  .testimonial-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-image-wrap.desktop {
    display: none;
  }

  .testi-image-wrap.mobile {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    display: block;
  }

  .footer-cta-card {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-cta-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-cta-info-wrap, .footer-cta-info-wrap.align-right {
    justify-content: center;
    align-items: flex-start;
  }

  .service-image, .service-image._4 {
    width: 40vw;
    height: 40vw;
  }

  .service-text {
    white-space: normal;
  }

  .work-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 320px;
  }

  .list-work {
    flex-flow: column;
  }

  .list-work.gird-2 {
    grid-template-columns: 1fr;
  }

  .work-card-image {
    transform-style: flat;
    transform: none;
  }

  .the-height-400vh-section {
    height: auto;
  }

  .the-sticky-div {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .the-width-400vh-scrollable-div {
    flex-flow: column;
    width: 100%;
  }

  .the-overflow-hidden-mask {
    z-index: auto;
    height: auto;
    padding-right: 20px;
    position: relative;
    overflow: visible;
  }

  .text-block {
    display: none;
    left: 0;
  }

  .section-contain-style-guide {
    padding-top: 0;
  }

  .style-guide-item {
    padding: 24px;
  }

  .typhography-detail {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .style-guide-card-wrap {
    padding: 20px 0;
  }

  .arrow-slider {
    left: 60%;
  }

  .arrow-slider.left-arrow {
    left: 40%;
  }

  .testi-profile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .wrapper-title-faq {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-plus {
    width: 20px;
  }

  .wrapper-icon-accordion {
    width: auto;
    min-width: 36px;
    height: auto;
    min-height: 36px;
  }

  .question-inner {
    grid-column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .question-block.top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .answer-text {
    line-height: 24px;
  }

  .faq-item, .preloader {
    padding-left: 16px;
    padding-right: 16px;
  }

  .detail-image-tab {
    height: 500px;
  }

  .tabs-menu {
    max-width: 320px;
    overflow: auto;
  }

  .tab-link {
    min-width: 100px;
  }

  .cta-card-wrapper {
    min-width: 0;
    max-width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .dfgp-intro {
    padding: 32px 20px;
  }

  .dfgp-sub {
    max-width: 100%;
    font-size: 26px;
    line-height: 124%;
  }

  .dfgp-panel {
    padding: 90px 24px 40px;
  }

  .dfgp-pc {
    max-width: 100%;
  }

  .dfgp-t {
    font-size: 25px;
    line-height: 120%;
  }

  .dfgp-p {
    margin-top: 14px;
    font-size: 16px;
  }

  .dfgp-pills {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dfgp-pill {
    padding: 8px 16px;
    font-size: 13px;
  }

  .dfgp-th {
    max-width: 100%;
    font-size: 28px;
    line-height: 122%;
  }

  .dfgp-blrow {
    justify-content: center;
    font-size: 15px;
  }

  .nm {
    padding: 56px 24px;
  }

  .nm-h {
    font-size: 28px;
    line-height: 122%;
  }

  .nm-p {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .nm-stats {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nm-statn {
    font-size: 44px;
  }
}

#w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-f3719f86, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-614fc67f, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-609958e9, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-5e6d76c7, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-463267a1, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-190ab763, #w-node-_9404fc3a-4702-992e-10a7-63ca1b3b4ec8-8d540704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


