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

: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: -.03em;
  --_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: "Chivo Mono", sans-serif;
  --_typography---paragraph-mono--p-mono-font-size: 14px;
  --_typography---paragraph-mono--p-mono-line-height: 1.22em;
  --colors--transparent: #fff0;
  --colors--text: #5a6271;
  --_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-font-size: .88rem;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --colors--light-gray: #eef0f6;
  --colors--border: #d0d8e4;
  --colors--white: white;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
  --colors--gray: #8a919b;
  --_typography---font-weights--font-weight-600: 600;
}

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: -.03em;
  --_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: "Chivo Mono", 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-font-size: .88rem;
  --_typography---paragraph-m--p-m-line-height: 1.4em;
  --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
  --_typography---paragraph-xl--p-xl-line-height: 1.4em;
  --_typography---paragraph-s--p-s-font-size: .75rem;
  --_typography---paragraph-s--p-s-line-height: 1.3em;
  --_typography---font-weights--font-weight-600: 600;
}

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: 96px;
  flex-flow: column;
  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-newsletter-form-field {
  background-color: var(--colors--transparent);
  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);
  border: 1px #000;
  border-bottom: 1px solid #8a919b;
  height: 48px;
  margin-bottom: 0;
  padding: 0;
}

.footer-newsletter-form-field::placeholder {
  color: var(--colors--text);
  font-weight: 400;
}

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

.partner-logo {
  flex: none;
  height: 25px;
}

.testimonials {
  padding-top: 32px;
  padding-bottom: 120px;
  display: none;
}

.faq {
  padding: 32px 32px 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);
}

.footer-link.webflow {
  font-size: var(--_typography---paragraph-mono--p-mono-font-size);
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
}

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

.matrics-item.large {
  width: auto;
}

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

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

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

.service-top-block {
  justify-content: space-between;
  align-items: flex-end;
  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;
}

.home-projects-title-block {
  width: 100%;
  max-width: 350px;
}

.video-play-button {
  background-color: #ffffffe6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.video-play-button:hover {
  background-color: #ffffffb3;
}

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

.nav-link.hide-blog {
  display: none;
}

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

.button-primary-v2 {
  grid-column-gap: 16px;
  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;
  width: auto;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.matrics-video-block {
  background-image: url('../images/matrics-video-bg_1matrics-video-bg.avif');
  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;
  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: 500px;
  display: flex;
}

.footer-newsletter-block {
  grid-row-gap: 23px;
  flex-flow: column;
  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: 250px;
  flex-flow: column;
  display: flex;
}

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

.faq-question-text.v2 {
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.4em;
}

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 4.38rem;
  line-height: 1em;
}

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

.social-links-block.hero-section {
  align-self: flex-end;
}

.matrics-section-title-block {
  max-width: 800px;
}

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

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

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-logo {
  width: 60px;
}

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

.nav-logo {
  width: 55px;
}

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

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

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

.button-primary {
  grid-column-gap: 16px;
  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;
  width: auto;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.nav-menu-block {
  z-index: 4;
  background-color: #ffffffb3;
  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;
}

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

.projects-collection-list.homepage {
  grid-row-gap: 12px;
}

.projects-collection-list.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

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

.footer-newsletter-form {
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

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

.heading-style-h3 {
  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);
}

.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---paragraph-m--p-m-font-size);
  line-height: var(--_typography---paragraph-m--p-m-line-height);
  text-align: right;
}

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

.project-collection-list-wrapper {
  background-color: var(--colors--transparent);
}

.home-blog-top-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.home-blog-title-block {
  max-width: 300px;
}

.home-blog {
  padding-top: 32px;
  padding-bottom: 48px;
  display: none;
}

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

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

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

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

.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: 25px 32px 0;
  display: flex;
}

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

.hero-item-single.v2 {
  border-radius: 0 80px;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.play-icon {
  width: 32px;
  height: 32px;
}

.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(--colors--light-gray);
  padding: 32px;
  position: static;
}

.service-icon {
  align-self: center;
  width: 56px;
  height: 56px;
}

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

.partners-marquee-block {
  grid-column-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-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);
}

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

.paragraph-l-medium {
  font-weight: var(--_typography---font-weights--font-weight-500);
}

.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(--colors--black);
  color: var(--colors--white);
  font-weight: var(--_typography---font-weights--font-weight-500);
  text-transform: uppercase;
  border-radius: 12px;
  height: 52px;
  transition: background-color .35s ease-in-out;
}

.form-button:hover {
  background-color: #1e1e1ed9;
}

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

.paragraph-l-regular.space {
  margin-bottom: 20px;
}

.paragraph-l-regular.about {
  padding-right: 30px;
}

.partners-marquee-effect {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #fff0 12.5% 87.5%, #fff);
  position: absolute;
  inset: 0%;
}

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

.blog-collection-list-wrapper.show-2-item {
  display: none;
}

.hero-large-logo {
  width: 100%;
  max-width: 70vw;
  padding-top: 12vh;
  padding-bottom: 24vh;
}

.hero-large-logo.hero-image {
  margin-top: 17vh;
  margin-bottom: 18vh;
  padding: 10px 10px 5vh;
}

.hero {
  width: 100%;
  height: 100%;
  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%;
}

.hero-marquee-asset._06 {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.hero-marquee-asset._02 {
  width: 100%;
  height: 100%;
}

.hero-marquee-asset._07 {
  transform: scale(1);
}

.hero-marquee-asset._04 {
  width: 366px;
  height: 528px;
}

.hero-marquee-asset._05 {
  width: 1007%;
  height: 100%;
  transform: scale(1);
}

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

.footer-brand-block {
  width: 60px;
}

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

.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;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.hero-bottom-top-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: -22px;
  padding-top: 0;
  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;
}

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

.home-projects-top-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.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: var(--_typography---paragraph-mono--p-mono-font-size);
  line-height: var(--_typography---paragraph-mono--p-mono-line-height);
}

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

.service-slider-card {
  background-color: #e5daf6;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.service-slider-card._04 {
  background-color: #fedca6;
}

.service-slider-card._03 {
  background-color: #ffc9c9;
}

.service-slider-card._02 {
  background-color: #cfffb2;
}

.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: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
}

.partners-marquee-wrapper {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home-about-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 600px;
  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 {
  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;
  display: none;
}

.about-experties-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.about-experties-block.hide {
  display: none;
}

.award-item-info-block {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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;
  max-width: 400px;
  display: flex;
  position: sticky;
  top: 120px;
}

.about-hero-text-block {
  color: var(--colors--white);
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.abou-hero {
  margin-bottom: 32px;
  padding-top: 80px;
  display: block;
}

.abou-hero.hide {
  display: none;
}

.about-content-wrapper {
  grid-row-gap: 150px;
  background-color: var(--colors--light-gray);
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  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%;
}

.award-items-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.award-item {
  border-bottom: 1px solid var(--colors--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.award-item.border-none {
  border-bottom-style: none;
}

.about-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.about {
  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;
  margin-top: 60px;
  display: flex;
}

.about-hero-wrapper {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/Screenshot-2026-02-21-at-3.22.44-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  border-radius: 32px;
  width: 100%;
  height: 90vh;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

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

.about-top-block {
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  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: none;
}

.projects-hero-title-block {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 340px;
  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: 120px;
}

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

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

.project-card-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-card-image-block.pagination {
  border-radius: 12px;
  height: 550px;
}

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

.project-card-logo-block {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card-logo-image {
  width: 136px;
}

.project-card-logo-image.shemademe {
  width: 180px;
}

.project-card-logo-image.ttw {
  width: 220px;
}

.project-card-logo-image.max {
  width: 180px;
}

.project-card-info-block {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 12px 12px;
  display: flex;
}

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

.project-card-date-block {
  grid-column-gap: 2px;
  color: var(--colors--text);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.blog-hero-block {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.blog-card-image-block {
  border-radius: 20px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.blog-card-image-block.featured {
  border-radius: 0;
  width: 100%;
  height: 625px;
}

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

.blog-card-info-block {
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 20px 16px;
  display: flex;
}

.blog-title-block {
  max-width: 350px;
}

.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: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.contact-content-wrapper {
  grid-row-gap: 48px;
  border-bottom: 1px solid 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: 500px;
  display: flex;
}

.contact-form-field {
  border-style: solid;
  border-width: 1px;
  border-color: #d0d8e4 #d0d8e4 var(--colors--border);
  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;
  height: 48px;
  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: 576px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 16px;
  background-color: var(--colors--black);
  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;
  height: 56px;
  padding: 16px;
  display: flex;
}

.style-colors-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.template-content-item {
  grid-column-gap: 20px;
  border: 1px solid var(--colors--border);
  color: var(--colors--text);
  background-color: #eef0f64d;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  display: flex;
}

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

.style-typo-block {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.style-rich-text-wrapper {
  margin-top: 80px;
  padding-bottom: 80px;
}

.template-buttons-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

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

.style-guide-hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
}

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

.color-block {
  grid-row-gap: 8px;
  border: 1px solid #d0d8e4;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

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

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

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

.color-block.border {
  background-color: var(--colors--border);
}

.color-block.light-gray {
  background-color: var(--colors--light-gray);
}

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

.rich-text {
  color: var(--colors--black);
}

.style-guide-item-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-item-block.title {
  border-bottom: 1px solid var(--colors--border);
  padding-bottom: 24px;
}

.style-buttons-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.tempalte-page-content-block {
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

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

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

.licenses-hero-description-block {
  color: var(--colors--text);
  max-width: 600px;
}

.template-page-hero-wrapper {
  padding-top: 200px;
  padding-bottom: 80px;
}

.pages-hero-content-wrapper {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.licenses-link {
  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);
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .35s ease-in-out;
}

.licenses-link:hover {
  text-underline-offset: 4px;
  text-decoration-color: #1e1e1e;
}

.blog-details-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-details-image-block {
  border-radius: 32px;
  width: 100%;
  height: 725px;
  overflow: hidden;
}

.blog-details-top-block {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

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

.blog-details {
  padding-top: 120px;
}

.blog-description-block {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 24px;
  display: flex;
}

.blog-pagination-wrapper {
  grid-column-gap: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.project-link-button {
  grid-column-gap: 8px;
  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;
  width: auto;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.project-short-description-block {
  color: var(--colors--text);
  width: 100%;
  max-width: 410px;
}

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

.project-details-content-wrapper {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-details-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.project-info-items-block {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.project-images-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-details-info-block {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.project-details {
  padding-bottom: 64px;
}

.project-details-image-block {
  border-radius: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

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

.project-details-content-block {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 32px;
}

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

.project-main-description-block {
  color: var(--colors--text);
  width: 100%;
  max-width: 550px;
}

.project-info-item {
  border-bottom: 1px solid var(--colors--border);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.project-main-description-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.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;
  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;
  width: auto;
  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);
  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;
  height: 56px;
  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-pagination {
  padding-top: 64px;
}

.project-pagination-content-wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

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

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

.project-card-date-block-2 {
  grid-column-gap: 2px;
  color: #5a6271;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.list {
  padding-left: 15px;
  list-style-type: disc;
}

.list-item {
  padding-bottom: 12px;
}

.code-embed {
  font-family: var(--_typography---font-families--secondary-font-family);
  font-size: var(--_typography---paragraph-mono--p-mono-font-size);
  margin-bottom: 0;
  padding-bottom: 0;
}

.image {
  width: 70vw;
}

.heading {
  text-align: left;
}

.mugshot {
  border-radius: 20px;
  width: 400px;
}

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

@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: -.03em;
    --_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: "Chivo Mono", 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-font-size: .88rem;
    --_typography---paragraph-m--p-m-line-height: 1.4em;
    --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
    --_typography---paragraph-xl--p-xl-line-height: 1.4em;
    --_typography---paragraph-s--p-s-font-size: .75rem;
    --_typography---paragraph-s--p-s-line-height: 1.3em;
    --_typography---font-weights--font-weight-600: 600;
  }

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

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

  .matrics-item.border-none {
    border-bottom-style: none;
  }

  .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: 500px;
    padding-top: 48px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .projects-collection-list {
    grid-template-columns: 1fr;
  }

  .services {
    padding-bottom: 80px;
  }

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

  .matrics {
    padding-bottom: 24px;
  }

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

  .home-projects {
    padding-bottom: 80px;
  }

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

  .footer {
    padding: 24px;
  }

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

  .blog-collection-list-wrapper.show-3-item {
    display: none;
  }

  .blog-collection-list-wrapper.show-2-item {
    display: block;
  }

  .hero-large-logo.hero-image {
    padding: 30px 40px;
  }

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

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

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

  .matrics-items-block {
    flex-flow: column;
    align-items: stretch;
  }

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

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-collection-list.homepage {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .testimonial-top-block, .home-about-content-wrapper {
    grid-row-gap: 16px;
  }

  .awards {
    padding-bottom: 40px;
  }

  .team {
    margin-bottom: 40px;
  }

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

  .about-hero-content-block {
    justify-content: center;
    align-items: center;
  }

  .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 {
    background-position: 50% 0;
    background-size: cover;
    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;
  }

  .blog-card-image-block, .blog-card-image-block.featured {
    height: 720px;
  }

  .blog-card-image-block.homepage {
    height: 500px;
  }

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

  .template-content-item {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 32px;
  }

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

  .style-guide-hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .template-page-hero-wrapper {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .blog-details-image-block {
    height: 486px;
  }

  .project-details-info-block {
    grid-row-gap: 24px;
  }

  .project-details-image-block {
    height: 300px;
  }

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

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

  .featured-blog-collection-list {
    grid-template-columns: 1fr;
  }
}

@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: -.03em;
    --_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: 2rem;
    --_typography---heading-03--h3-letter-spacing: -.1px;
    --_typography---heading-04--h4-font-size: 1.8rem;
    --_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: "Chivo Mono", 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-font-size: .88rem;
    --_typography---paragraph-m--p-m-line-height: 1.4em;
    --_typography---paragraph-xl--p-xl-font-size: 1.13rem;
    --_typography---paragraph-xl--p-xl-line-height: 1.4em;
    --_typography---paragraph-s--p-s-font-size: .75rem;
    --_typography---paragraph-s--p-s-line-height: 1.3em;
    --_typography---font-weights--font-weight-600: 600;
  }

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

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

  .text-block {
    letter-spacing: -.02em;
    font-size: 3rem;
    line-height: 1.1em;
  }

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

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

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

  .video-play-button {
    width: 80px;
    height: 80px;
  }

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

  .home-projects-content-wrapper, .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%;
  }

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

  .home-blog {
    padding-bottom: 32px;
  }

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

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

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

  .home-projects {
    padding-bottom: 32px;
  }

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

  .partners-marquee-block {
    grid-column-gap: 44px;
  }

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

  .blog-collection-list-wrapper.show-3-item {
    display: block;
  }

  .blog-collection-list-wrapper.show-2-item {
    display: none;
  }

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

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

  .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 {
    padding: 20px 16px;
  }

  .partners-marquee-wrapper {
    grid-column-gap: 44px;
  }

  .home-about-content-wrapper {
    padding: 20px 16px;
  }

  .awards {
    padding-bottom: 32px;
  }

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

  .award-item-info-block {
    justify-content: space-between;
    width: 100%;
  }

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

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

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

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

  .project-card-image-block {
    height: 400px;
  }

  .project-card-image-block.pagination {
    height: 350px;
  }

  .blogs {
    padding-top: 100px;
  }

  .blog-card-image-block, .blog-card-image-block.featured {
    height: 400px;
  }

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

  .style-colors-wrapper {
    margin-top: 60px;
  }

  .template-content-item {
    padding: 24px;
  }

  .style-rich-text-wrapper {
    margin-top: 60px;
    padding-bottom: 60px;
  }

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

  .style-guide-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .style-buttons-wrapper {
    margin-top: 60px;
  }

  .tempalte-page-content-block {
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .template-page-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .blog-details-image-block {
    height: 350px;
  }

  .blog-details-top-block {
    padding-bottom: 0;
  }

  .blog-details {
    padding-top: 100px;
  }

  .blog-description-block {
    padding-top: 0;
  }

  .project-short-description-block {
    max-width: 100%;
  }

  .project-details-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .project-details-info-block {
    grid-row-gap: 16px;
  }

  .project-details {
    padding-bottom: 0;
  }

  .project-details-image-block {
    height: 420px;
  }

  .project-details-content-block {
    padding-top: 0;
  }

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

  .project-main-description-wrapper {
    grid-row-gap: 16px;
    padding: 40px 16px;
  }

  .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) {
  .matrics-item.large {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3.split-text-effect {
    font-size: var(--_typography---heading-03--h3-font-size);
  }

  .container {
    margin-bottom: 60px;
  }

  .paragraph-l-regular.about {
    margin-bottom: 0;
    padding-right: 0;
  }

  .hero-large-logo.hero-image {
    max-width: 90vw;
    margin-top: 10vh;
    margin-bottom: 5vh;
    padding: 0;
  }

  .paragraph-text-mono.hide {
    display: none;
  }

  .matrics-item-description-block {
    max-width: none;
  }

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

  .about-hero-content-block {
    justify-content: center;
    align-items: flex-end;
  }

  .project-card-image-block {
    height: auto;
  }

  .blog-card-image-block, .blog-card-image-block.featured {
    height: 320px;
  }

  .template-buttons-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .template-page-section {
    overflow: hidden;
  }

  .blog-pagination-wrapper {
    grid-row-gap: 18px;
    flex-flow: wrap;
  }

  .project-details-image-block {
    height: auto;
  }

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

#w-node-_38bd2aa9-8ccb-60f6-5b22-c9f6d2dc156b-d60fc61e, #w-node-df10f06e-63c7-e27e-d3b6-c4344ef7ee46-d60fc61e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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