@font-face {
  font-family: Interdisplay;
  src: url('../fonts/interdisplay-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/interdisplay-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/interdisplay-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/interdisplay-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Chivomono;
  src: url('../fonts/chivomono-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chivomono;
  src: url('../fonts/chivomono-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Chivomono;
  src: url('../fonts/chivomono-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chivomono;
  src: url('../fonts/chivomono-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Remora Sans W 3 Demi";
  src: url('../fonts/remora_sans_w3_demi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
  --colors--black: #1e1e1e;
  --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
  --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
  --_typography---font-weights--font-weight-400: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weights--font-weight-500: 500;
  --_typography---heading-01--h1-letter-spacing: -.04em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1.1em;
  --_typography---heading-02--h2-letter-spacing: -.02em;
  --_typography---heading-03--h3-font-size: 3rem;
  --_typography---heading-03--h3-letter-spacing: -.02px;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---hedaing-05--h5-font-size: 1.5rem;
  --_typography---hedaing-05--h5-line-height: 1.2em;
  --_typography---hedaing-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.3em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---paragraph-l--p-l-font-size: 1.1rem;
  --_typography---paragraph-l--p-l-line-height: 1.5em;
  --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --colors--text: #5a6271;
  --colors--white: white;
  --_typography---button-text--button-font-size: 1.1rem;
  --_typography---button-text--button-line-height: 1.3em;
  --_typography---button-text--button-letter-spacing: -.02em;
  --_typography---heading-03--h3-line-height: 1.1em;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --_typography---font-weights--font-weight-600: 600;
  --colors--light-gray: #eef0f6;
  --beige: #dbc4ab;
  --colors--border: #d0d8e4;
  --colors--transparent: #fff0;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-m--p-m-font-size: .88rem;
  --colors--gray: #8a919b;
  --beige-2: #ffe5cf;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
}

.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(--_typography---font-families--primary-font-family);
  color: var(--colors--black);
  font-size: var(--_typography---paragarph-l-medium--p-l-medium-font-size);
  line-height: var(--_typography---paragarph-l-medium--p-l-medium-line-height);
  font-weight: var(--_typography---font-weights--font-weight-400);
  --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
  --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
  --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
  --_typography---font-weights--font-weight-400: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weights--font-weight-500: 500;
  --_typography---heading-01--h1-letter-spacing: -.04em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1.1em;
  --_typography---heading-02--h2-letter-spacing: -.02em;
  --_typography---heading-03--h3-font-size: 3rem;
  --_typography---heading-03--h3-letter-spacing: -.02px;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---hedaing-05--h5-font-size: 1.5rem;
  --_typography---hedaing-05--h5-line-height: 1.2em;
  --_typography---hedaing-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.3em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---paragraph-l--p-l-font-size: 1.1rem;
  --_typography---paragraph-l--p-l-line-height: 1.5em;
  --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --_typography---button-text--button-font-size: 1.1rem;
  --_typography---button-text--button-line-height: 1.3em;
  --_typography---button-text--button-letter-spacing: -.02em;
  --_typography---heading-03--h3-line-height: 1.1em;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --_typography---font-weights--font-weight-600: 600;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-m--p-m-font-size: .88rem;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
}

h1 {
  font-size: var(--_typography---heading-01--h1-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-01--h1-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---heading-03--h3-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-03--h3-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-04--h4-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---hedaing-05--h5-font-size);
  line-height: var(--_typography---hedaing-05--h5-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---hedaing-05--h5-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---heading-06--h6-font-size);
  line-height: var(--_typography---heading-06--h6-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-06--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  font-size: var(--_typography---paragraph-l--p-l-font-size);
  line-height: var(--_typography---paragraph-l--p-l-line-height);
  font-weight: var(--_typography---font-weights--font-weight-400);
  margin-bottom: 0;
  display: block;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-slider-wrapper {
  position: relative;
}

.footer-top-block {
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 150px;
  padding-top: 50px;
  display: flex;
}

.nav-menu-button {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.testimonial-image-block {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 826px;
  overflow: hidden;
}

.social-link {
  font-family: var(--_typography---font-families--secondary-font-family);
  color: var(--colors--black);
  font-size: var(--_typography---paragraph-mono--p-mono-font-size);
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .35s ease-in-out;
}

.social-link:hover {
  text-decoration-color: #1e1e1e;
}

.footer-text-content-block {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-content-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-answer-block {
  color: var(--colors--text);
  padding-top: 16px;
  padding-bottom: 16px;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 120px;
}

.faq {
  padding: 32px 0 96px;
}

.footer-link {
  color: var(--colors--black);
  font-weight: var(--_typography---font-weights--font-weight-500);
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .35s ease-in-out;
}

.footer-link:hover {
  -webkit-text-decoration-color: var(--colors--black);
  text-decoration-color: var(--colors--black);
}

.matrics-item {
  grid-row-gap: 16px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.service-slider-mask {
  width: 100%;
  max-width: 450px;
  height: 500px;
  position: relative;
  overflow: visible;
}

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

.footer-bottom-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mail-link-bottom-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.nav-open-button-line-v1 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
}

.nav-link {
  color: var(--colors--black);
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  padding-bottom: 10px;
  position: relative;
}

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

.button-primary-v2 {
  grid-column-gap: 16px;
  width: auto;
  color: var(--colors--black);
  font-size: var(--_typography---button-text--button-font-size);
  line-height: var(--_typography---button-text--button-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---button-text--button-letter-spacing);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.matrics-video-block {
  background-image: url('../images/105-adentique-300426-105x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 880px;
  display: flex;
}

.service-slider-arrow {
  background-color: #0000002e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  inset: 0% auto 0% 0%;
}

.service-slider-arrow.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  inset: 0% 0% 0% auto;
}

.nav-links-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-slider-fade-effect {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(92deg, #fff0, #fff0 12.5% 87.5%, #fff);
  position: absolute;
  inset: 0%;
}

.faq-items-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-newsletter-block {
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.hero-left-time-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -45px auto auto 0%;
  transform: rotate(-90deg);
}

.mail-link-inner {
  padding-top: 8px;
  padding-bottom: 16px;
}

.footer-content-wrapper {
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1520px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.faq-question-text {
  white-space: normal;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
}

.social-links-block {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h4 {
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-03--h3-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
}

.footer-newsletter-block-description-text {
  font-family: var(--_typography---font-families--secondary-font-family);
  color: var(--colors--text);
  font-size: var(--_typography---paragraph-mono--p-mono-font-size);
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
  font-weight: var(--_typography---font-weights--font-weight-400);
  margin-bottom: 10px;
}

.matrics-content-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.nav-logo {
  width: 250px;
}

.nav-link-number-block {
  padding-right: 10px;
}

.home-about-text-block {
  text-align: center;
  width: 100%;
}

.button-primary {
  grid-column-gap: 16px;
  width: auto;
  color: var(--colors--black);
  font-size: var(--_typography---button-text--button-font-size);
  line-height: var(--_typography---button-text--button-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---button-text--button-letter-spacing);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.button-primary.white {
  color: var(--colors--white);
}

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

.service-slider-icon {
  width: 100%;
  height: 100%;
}

.hero-marquee-wrapper-outer-block {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.nav-container {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-slider-item {
  margin-right: 12px;
}

.nav-menu-block {
  z-index: 4;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #ffffff85);
  width: 100%;
  height: 810px;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.testimonial-text-content-block {
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  padding: 56px;
  display: flex;
}

.button-primary-bottom-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.services {
  padding-top: 32px;
  padding-bottom: 120px;
}

.hero-marquee-top-mask-effect {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff 2.5%, #fff0 12.5% 87.5%, #fff 97.5%, #fff);
  position: absolute;
  inset: 0%;
}

.h2 {
  font-size: var(--_typography---heading-03--h3-font-size);
  line-height: var(--_typography---heading-03--h3-line-height);
  letter-spacing: var(--_typography---heading-03--h3-letter-spacing);
}

.h2.split-text-effect {
  font-size: var(--_typography---heading-03--h3-font-size);
  font-weight: var(--_typography---font-weights--font-weight-500);
  text-align: center;
}

.nav-menu-block-inner {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 160px 32px 48px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.slider-nav {
  display: none;
}

.paragraph-m-regular {
  font-size: var(--_typography---paragarph-l-medium--p-l-medium-font-size);
  line-height: var(--_typography---paragraph-m--p-m-line-height);
}

.paragraph-m-regular.big {
  font-size: var(--_typography---hedaing-05--h5-line-height);
  font-weight: var(--_typography---font-weights--font-weight-600);
}

.nav-close-button-line-v2 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.matrics-card-counter-text {
  font-size: 26px;
  line-height: 32px;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.review-author-info-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.matrics {
  padding-top: 32px;
  padding-bottom: 120px;
}

.form-error-state {
  background-color: #0000;
  margin-top: 23px;
  padding: 0;
}

.matrics-item-top-block {
  grid-column-gap: 3px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.hero-top-block {
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px 20px;
  display: flex;
}

.hero-item-single {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  flex: none;
  width: 181px;
  overflow: hidden;
}

.hero-item-single._01 {
  border-radius: 80px;
  width: 362px;
}

.service-info-block {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.service-info-block._100 {
  max-width: none;
}

.hero-marquee-wrapper {
  grid-column-gap: 10px;
  height: 520px;
  display: flex;
  overflow: hidden;
}

.nav-brand {
  z-index: 5;
}

.nav-menu-open-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.nav-menu-close-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colors--light-gray);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 80px;
}

.footer {
  z-index: 10;
  background-color: var(--beige);
  padding: 32px;
  position: relative;
}

.service-icon {
  filter: invert();
  align-self: center;
  width: 250px;
  height: 250px;
}

.service-icon.black {
  filter: none;
}

.service-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.hero-bottom-block {
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.matrics-content-block {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: var(--_typography---font-weights--font-weight-400);
  letter-spacing: var(--_typography---hedaing-05--h5-letter-spacing);
}

.heading-style-h5.right {
  text-align: right;
}

.primary-button-icon {
  width: 16px;
  height: 16px;
}

.primary-button-icon.white {
  filter: invert();
}

.faq-question-block {
  grid-column-gap: 16px;
  border-bottom: 1px solid var(--colors--border);
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.form-button {
  background-color: var(--beige);
  height: 52px;
  font-family: var(--_typography---font-families--primary-font-family);
  color: var(--colors--black);
  font-weight: var(--_typography---font-weights--font-weight-600);
  text-transform: none;
  border-radius: 12px;
  transition: background-color .35s ease-in-out;
}

.form-button:hover {
  background-color: var(--colors--black);
  color: var(--colors--white);
}

.paragraph-l-regular {
  font-size: var(--_typography---paragraph-l--p-l-font-size);
  line-height: var(--_typography---paragraph-l--p-l-line-height);
  --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
  --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
  --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
  --_typography---font-weights--font-weight-400: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weights--font-weight-500: 500;
  --_typography---heading-01--h1-letter-spacing: -.04em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1.1em;
  --_typography---heading-02--h2-letter-spacing: -.02em;
  --_typography---heading-03--h3-font-size: 3rem;
  --_typography---heading-03--h3-letter-spacing: -.02px;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---hedaing-05--h5-font-size: 1.5rem;
  --_typography---hedaing-05--h5-line-height: 1.2em;
  --_typography---hedaing-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.3em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---paragraph-l--p-l-font-size: 1.1rem;
  --_typography---paragraph-l--p-l-line-height: 1.5em;
  --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --_typography---button-text--button-font-size: 1.1rem;
  --_typography---button-text--button-line-height: 1.3em;
  --_typography---button-text--button-letter-spacing: -.02em;
  --_typography---heading-03--h3-line-height: 1.1em;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --_typography---font-weights--font-weight-600: 600;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-m--p-m-font-size: .88rem;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
}

.paragraph-l-regular.close {
  max-width: 600px;
}

.services-content-wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.hero {
  width: 100%;
  height: 100vh;
  padding-top: 105px;
  padding-bottom: 32px;
  overflow: hidden;
}

.faq-answer-wrapper {
  background-color: var(--colors--transparent);
  position: relative;
  overflow: hidden;
}

.hero-marquee-item {
  grid-column-gap: 10px;
  flex: none;
  display: flex;
}

.nav-link-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero-marquee-asset {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-about {
  padding: 120px 32px;
}

.home-about._2 {
  padding-top: 0;
  padding-bottom: 80px;
}

.hero-marquee-block {
  grid-column-gap: 10px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.footer-newsletter-top-block {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.hero-bottom-top-block {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-success-state {
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-hover-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-close-button-line-v1 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 2px;
  height: 32px;
  transform: rotate(45deg);
}

.paragraph-text-mono {
  font-family: var(--_typography---font-families--secondary-font-family);
  font-size: 22px;
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
  display: flex;
}

.testimonial-cards-block {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.service-slider-card {
  background-color: var(--beige);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.service-slider-card.grey {
  background-color: var(--colors--light-gray);
}

.nav-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-item {
  width: 100%;
  overflow: hidden;
}

.mail-link {
  color: var(--colors--black);
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-03--h3-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
}

.nav-open-button-line-v2 {
  background-color: var(--colors--black);
  border-radius: 50px;
  width: 32px;
  height: 2px;
  position: absolute;
}

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

.matrics-item-description-block {
  color: var(--colors--text);
}

.testimonial-top-block {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.faq-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.home-about-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-xl-medium {
  font-size: var(--_typography---paragraph-xl--p-xl-font-size);
  line-height: var(--_typography---paragraph-xl--p-xl-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
}

.awards {
  margin-bottom: 4rem;
  padding-bottom: 32px;
}

.team {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-top: 56px;
  padding-bottom: 120px;
}

.about-experties-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.about-hero-content-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-title-block {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  position: sticky;
  top: 120px;
}

.about-hero-text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 900px;
  color: var(--colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abou-hero {
  margin-bottom: 32px;
  padding-top: 100px;
}

.about-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 286px;
  background-color: var(--colors--light-gray);
  border-radius: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 72px;
  display: flex;
}

.team-cards-block {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.about-bg {
  object-fit: cover;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/82-adentique-300426-082.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.about-logo-image {
  width: 200px;
}

.about {
  margin-top: 5rem;
  margin-bottom: 32px;
}

.team-card {
  border: 1px solid var(--colors--border);
  border-radius: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.awards-top-block {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-hero-wrapper {
  border-radius: 32px;
  width: 100%;
  height: 86vh;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.awards-content-wrapper {
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-text-effect {
  text-align: left;
}

.about-top-block {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.team-card-info-block {
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.projects-hero-title-block {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.paragraph-xl-regular {
  font-size: var(--_typography---paragraph-xl--p-xl-font-size);
  line-height: var(--_typography---paragraph-xl--p-xl-line-height);
}

.projects-hero-description-block {
  color: var(--colors--text);
}

.projects-content-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.projects {
  padding-top: 128px;
  padding-bottom: 32px;
}

.projects-hero-block {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-card {
  width: 100%;
  color: var(--colors--black);
}

.blog-card {
  border: 1px solid var(--colors--border);
  width: 100%;
  color: var(--colors--black);
  border-radius: 20px;
  overflow: hidden;
}

.heading-style-h6 {
  font-size: var(--_typography---heading-06--h6-font-size);
  line-height: var(--_typography---heading-06--h6-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---heading-06--h6-letter-spacing);
}

.contact-form {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: grid;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-content-wrapper {
  grid-row-gap: 48px;
  border-bottom: 1px none var(--colors--border);
  flex-flow: column;
  margin-bottom: 12px;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.contact-hero-wrapper {
  border-bottom: 1px solid var(--colors--border);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 48px;
  display: flex;
}

.contact-form-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.contact-form-field {
  border-style: solid;
  border-width: 1px;
  border-color: #d0d8e4 #d0d8e4 var(--colors--border);
  height: 48px;
  color: var(--colors--black);
  font-size: var(--_typography---paragarph-l-medium--p-l-medium-font-size);
  line-height: var(--_typography---paragraph-l--p-l-line-height);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 16px;
}

.contact-form-field::placeholder {
  color: var(--colors--text);
}

.contact-form-field.text-area {
  height: 116px;
  padding-top: 16px;
}

.contact {
  padding-top: 104px;
  position: relative;
}

.contact-hero-left-block {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 16px;
  background-color: var(--colors--black);
  height: 56px;
  color: var(--colors--white);
  font-size: var(--_typography---button-text--button-font-size);
  line-height: var(--_typography---button-text--button-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---button-text--button-letter-spacing);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.button-secondary-icon {
  filter: invert();
  width: 16px;
  height: 16px;
}

.template-content-item-block {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.project-link-button {
  grid-column-gap: 8px;
  width: auto;
  color: var(--colors--black);
  font-size: var(--_typography---paragraph-m--p-m-font-size);
  line-height: var(--_typography---paragraph-m--p-m-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.project-link-button-icon {
  width: 12px;
  height: 12px;
}

.cta-title-wrapper {
  grid-row-gap: 14px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.cta-description-block {
  color: var(--colors--gray);
}

.project-details-info-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 452px;
  padding-top: 120px;
  display: flex;
  position: sticky;
  top: 0;
}

.cta-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-link-button-bottom-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cta {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

.utility-page-button {
  grid-column-gap: 16px;
  width: auto;
  color: var(--colors--black);
  font-size: var(--_typography---button-text--button-font-size);
  line-height: var(--_typography---button-text--button-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---button-text--button-letter-spacing);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.utility-content-top-block {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

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

.utility-image-block {
  border-radius: 16px;
  width: 100%;
  height: 930px;
  overflow: hidden;
}

.utility-content-block {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.utility-content-wrapper {
  padding-top: 112px;
  padding-bottom: 32px;
}

.blog-pagination-link {
  grid-column-gap: 8px;
  border: 1px solid var(--colors--border);
  background-color: var(--colors--white);
  height: 56px;
  color: var(--colors--black);
  font-size: var(--_typography---button-text--button-font-size);
  line-height: var(--_typography---button-text--button-line-height);
  font-weight: var(--_typography---font-weights--font-weight-500);
  letter-spacing: var(--_typography---button-text--button-letter-spacing);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .35s ease-in-out;
  display: flex;
}

.blog-pagination-link:hover {
  background-color: #eef0f6;
}

.icon-20px {
  width: 20px;
  height: 20px;
}

.project-card-2 {
  color: #1e1e1e;
  width: 100%;
}

.h1 {
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 5rem;
}

.h1.small {
  font-size: 4rem;
}

.button {
  background-color: var(--beige);
  font-family: var(--_typography---font-families--primary-font-family);
  color: var(--colors--black);
  font-weight: var(--_typography---font-weights--font-weight-600);
  border-radius: 16px;
  padding: 14px 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--colors--black);
  color: var(--colors--white);
}

.button.neg {
  background-color: var(--colors--black);
  color: var(--beige-2);
}

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

.tags {
  font-family: var(--_typography---font-families--secondary-font-family);
  font-size: 22px;
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags.small {
  color: #fff;
  text-transform: none;
  --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
  --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
  --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
  --_typography---font-weights--font-weight-400: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weights--font-weight-500: 500;
  --_typography---heading-01--h1-letter-spacing: -.04em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1.1em;
  --_typography---heading-02--h2-letter-spacing: -.02em;
  --_typography---heading-03--h3-font-size: 3rem;
  --_typography---heading-03--h3-letter-spacing: -.02px;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---hedaing-05--h5-font-size: 1.5rem;
  --_typography---hedaing-05--h5-line-height: 1.2em;
  --_typography---hedaing-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.3em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---paragraph-l--p-l-font-size: 1.1rem;
  --_typography---paragraph-l--p-l-line-height: 1.5em;
  --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --_typography---button-text--button-font-size: 1.1rem;
  --_typography---button-text--button-line-height: 1.3em;
  --_typography---button-text--button-letter-spacing: -.02em;
  --_typography---heading-03--h3-line-height: 1.1em;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --_typography---font-weights--font-weight-600: 600;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-m--p-m-font-size: .88rem;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
  font-size: 16px;
  text-decoration: none;
}

.heading {
  text-align: right;
}

.footer-wsmn {
  background-color: var(--colors--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

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

.picture-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.picture-grid-wrapper {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

.link {
  color: #fff;
}

.holiday {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.holiday-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--colors--white);
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 8px 10px 20px #0003;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.x {
  background-color: var(--beige);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.collection-list-wrapper {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
    --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
    --_typography---font-weights--font-weight-400: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weights--font-weight-500: 500;
    --_typography---heading-01--h1-letter-spacing: -.04em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1.1em;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---heading-03--h3-font-size: 3rem;
    --_typography---heading-03--h3-letter-spacing: -.02px;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---hedaing-05--h5-font-size: 1.5rem;
    --_typography---hedaing-05--h5-line-height: 1.2em;
    --_typography---hedaing-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.3em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---paragraph-l--p-l-font-size: 1.1rem;
    --_typography---paragraph-l--p-l-line-height: 1.5em;
    --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
    --_typography---paragraph-mono--p-mono-font-size: 14px;
    --_typography---paragraph-mono--p-mono-line-height: 1.22em;
    --_typography---button-text--button-font-size: 1.1rem;
    --_typography---button-text--button-line-height: 1.3em;
    --_typography---button-text--button-letter-spacing: -.02em;
    --_typography---heading-03--h3-line-height: 1.1em;
    --_typography---paragraph-m--p-m-line-height: 1.4em;
    --_typography---font-weights--font-weight-600: 600;
    --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
    --_typography---paragraph-xl--p-xl-line-height: 1.4em;
    --_typography---paragraph-m--p-m-font-size: .88rem;
    --_typography---paragraph-s--p-s-font-size: .75rem;
    --_typography---paragraph-s--p-s-line-height: 1.3em;
  }

  .testimonial-image-block {
    height: 400px;
  }

  .testimonials {
    padding-bottom: 80px;
  }

  .faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .matrics-item {
    grid-row-gap: 24px;
    border-bottom: 1px solid #d0d8e4;
    width: 100%;
    padding: 24px;
  }

  .footer-bottom-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .matrics-video-block {
    height: 600px;
  }

  .hero-left-time-block {
    left: -8px;
  }

  .testimonial-text-content-block {
    grid-row-gap: 40px;
    max-width: none;
    padding-top: 48px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .services {
    padding-bottom: 80px;
  }

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

  .matrics {
    padding-bottom: 24px;
  }

  .hero-top-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 24px;
  }

  .hero-bottom-block {
    grid-row-gap: 48px;
  }

  .hero {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-content-wrapper {
    grid-row-gap: 0px;
    padding-top: 48px;
  }

  .home-about {
    padding: 96px 24px;
  }

  .hero-bottom-top-block {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .matrics-item-description-block {
    width: 100%;
    max-width: 200px;
  }

  .testimonial-top-block {
    grid-row-gap: 16px;
    padding-top: 60px;
  }

  .home-about-content-wrapper {
    grid-row-gap: 16px;
  }

  .awards {
    padding-bottom: 40px;
  }

  .team {
    margin-bottom: 40px;
  }

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

  .team-title-block {
    position: relative;
    top: 0;
  }

  .about-content-wrapper {
    grid-row-gap: 24px;
    padding: 56px 0 16px;
  }

  .about {
    margin-bottom: 40px;
  }

  .about-hero-wrapper {
    height: 700px;
    margin-bottom: 40px;
  }

  .awards-content-wrapper {
    grid-row-gap: 24px;
  }

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

  .contact-content-block {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .utility-image-block {
    height: 600px;
  }

  .utility-content-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-families--primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---paragarph-l-medium--p-l-medium-font-size: 1rem;
    --_typography---paragarph-l-medium--p-l-medium-line-height: 1.4em;
    --_typography---font-weights--font-weight-400: 400;
    --_typography---heading-01--h1-font-size: 3rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weights--font-weight-500: 500;
    --_typography---heading-01--h1-letter-spacing: -.04em;
    --_typography---heading-02--h2-font-size: 2.5rem;
    --_typography---heading-02--h2-line-height: 40px;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---heading-03--h3-font-size: 2.4rem;
    --_typography---heading-03--h3-letter-spacing: -.02px;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---hedaing-05--h5-font-size: 1.5rem;
    --_typography---hedaing-05--h5-line-height: 1.2em;
    --_typography---hedaing-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.3em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---paragraph-l--p-l-font-size: 1.1rem;
    --_typography---paragraph-l--p-l-line-height: 1.5em;
    --_typography---font-families--secondary-font-family: Chivomono, Arial, sans-serif;
    --_typography---paragraph-mono--p-mono-font-size: 14px;
    --_typography---paragraph-mono--p-mono-line-height: 1.22em;
    --_typography---button-text--button-font-size: 1.1rem;
    --_typography---button-text--button-line-height: 1.3em;
    --_typography---button-text--button-letter-spacing: -.02em;
    --_typography---heading-03--h3-line-height: 1.1em;
    --_typography---paragraph-m--p-m-line-height: 1.4em;
    --_typography---font-weights--font-weight-600: 600;
    --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
    --_typography---paragraph-xl--p-xl-line-height: 1.4em;
    --_typography---paragraph-m--p-m-font-size: .88rem;
    --_typography---paragraph-s--p-s-font-size: .75rem;
    --_typography---paragraph-s--p-s-line-height: 1.3em;
  }

  .testimonial-image-block {
    height: 400px;
  }

  .footer-content-block {
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .testimonials {
    padding-bottom: 40px;
  }

  .faq {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .matrics-item {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .service-slider-mask {
    max-width: 100%;
  }

  .footer-links-wrapper {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .matrics-video-block {
    height: 494px;
  }

  .service-slider-arrow {
    background-color: #0000;
    display: none;
  }

  .nav-links-wrapper {
    grid-row-gap: 4px;
  }

  .service-slider-fade-effect {
    background-image: none;
  }

  .faq-items-wrapper, .footer-newsletter-block {
    max-width: 100%;
  }

  .footer-content-wrapper {
    grid-row-gap: 134px;
  }

  .matrics-content-wrapper {
    grid-row-gap: 32px;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 24px;
  }

  .service-slider-icon {
    display: none;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-block {
    height: 640px;
  }

  .testimonial-text-content-block {
    max-width: 100%;
    padding: 32px 16px 40px;
  }

  .services {
    padding-bottom: 32px;
  }

  .nav-menu-block-inner {
    padding: 112px 16px 32px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-nav {
    background-color: #0003;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 130px;
    display: flex;
    inset: auto 0% 0%;
  }

  .matrics {
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .hero-top-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .testimonial-card {
    padding-bottom: 24px;
    position: relative;
    top: 0;
  }

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

  .service-slider {
    padding-bottom: 60px;
  }

  .hero-bottom-block {
    grid-row-gap: 50px;
  }

  .services-content-wrapper {
    grid-row-gap: 32px;
  }

  .hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-content-wrapper {
    grid-row-gap: 168px;
    padding-top: 64px;
  }

  .home-about {
    padding: 32px 16px;
  }

  .hero-bottom-top-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-cards-block {
    grid-row-gap: 24px;
  }

  .nav-bottom-block {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .testimonial-top-block, .home-about-content-wrapper {
    padding: 20px 16px;
  }

  .awards {
    padding-bottom: 32px;
  }

  .team {
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .abou-hero {
    padding-top: 84px;
  }

  .about-content-wrapper {
    padding: 40px 24px 24px;
  }

  .about {
    margin-bottom: 32px;
  }

  .about-hero-wrapper {
    height: 600px;
    margin-bottom: 32px;
  }

  .awards-content-wrapper {
    grid-row-gap: 40px;
  }

  .projects {
    padding-top: 100px;
  }

  .projects-hero-block {
    grid-row-gap: 24px;
  }

  .contact-content-wrapper {
    grid-row-gap: 24px;
    padding: 24px 0 40px;
  }

  .contact-hero-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-details-info-wrapper {
    max-width: 100%;
    position: relative;
  }

  .utility-content-top-block {
    padding: 24px;
  }

  .utility-image-block {
    height: 400px;
  }

  .utility-content-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-content-wrapper {
    padding-top: 80px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer-top-block {
    margin-bottom: 0;
    padding-top: 0;
  }

  .social-link.left {
    text-align: left;
  }

  .footer-link {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 200px;
    display: flex;
  }

  .matrics-item {
    padding-left: 0;
  }

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

  .footer-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .footer-newsletter-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mail-link-inner {
    font-size: var(--_typography---hedaing-05--h5-font-size);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-content-wrapper {
    grid-row-gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .h2.split-text-effect {
    font-size: 2rem;
  }

  .slider-nav {
    width: 165px;
  }

  .hero-top-block {
    padding-top: 80px;
  }

  .heading-style-h5 {
    max-width: 400px;
    font-size: 1.25rem;
  }

  .heading-style-h5.right {
    text-align: left;
  }

  .hero-content-wrapper {
    grid-row-gap: 0px;
  }

  .home-about._2 {
    padding-bottom: 0;
  }

  .footer-newsletter-top-block {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .service-slider-card {
    padding: 30px;
  }

  .testimonial-top-block {
    grid-row-gap: 32px;
    padding-top: 60px;
  }

  .home-about-content-wrapper {
    grid-row-gap: 32px;
  }

  .abou-hero {
    padding-top: 100px;
  }

  .about-content-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .projects {
    padding-top: 140px;
  }

  .contact-content-block {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 3rem;
  }

  .h1.small {
    font-size: 2rem;
  }

  .heading {
    text-align: left;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .picture-grid-wrapper {
    display: none;
  }

  .heading-2 {
    font-size: var(--_typography---heading-04--h4-font-size);
  }

  .holiday {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    max-width: none;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/interdisplay-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/interdisplay-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/interdisplay-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/interdisplay-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chivomono';
  src: url('../fonts/chivomono-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Remora Sans W 3 Demi';
  src: url('../fonts/remora_sans_w3_demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}