@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-SemiBold.ttf') format("truetype");
  font-weight: 600;
  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 {
  --white: white;
  --_typography---paragraph-small: 14px;
  --_typography---lh-base: 120%;
  --_typography---heading-1: 120px;
  --_typography---lh-snug: 110%;
  --_typography---heading-2: 100px;
  --_typography---heading-3: 80px;
  --_typography---lh-loose: 140%;
  --_typography---heading-6: 36px;
  --black: black;
  --_typography---paragraph-medium: 16px;
  --_typography---lh-tight: 84%;
  --_typography---heading-8: 20px;
  --_typography---lh-large: 156%;
  --_typography---heading-7: 24px;
  --blue: #d2f7ff;
  --_typography---lh-relaxed: 135%;
  --_typography---heading-4: 54px;
  --_typography---heading-5: 44px;
  --grey: #828282;
  --_typography---paragraph-large: 18px;
  --border: #e5e5e5;
  --bg-grey: #3c3c3c;
  --orange: #f24f35;
  --_typography---paragraph-extra-small: 12px;
  --charcoal-black: #252525;
  --soft-grey: #ebebeb;
  --bright-snow: #f7f7f7;
  --bg-black-2: #262626;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---lh-base);
}

h1 {
  color: var(--white);
  font-size: var(--_typography---heading-1);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h2 {
  color: var(--white);
  font-size: var(--_typography---heading-2);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  color: var(--white);
  font-size: var(--_typography---heading-3);
  line-height: var(--_typography---lh-base);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h4 {
  font-size: var(--_typography---heading-6);
  line-height: var(--_typography---lh-loose);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.body {
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 400;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 40px;
  display: flex;
}

.button-navbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 48px;
  padding: 4px 8px 4px 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-navbar:where(.w-variant-9f9be0bd-fe80-3687-a53f-1be2e7af7d8a) {
  letter-spacing: -.004em;
  border: 1px solid #000;
}

.button-navbar:where(.w-variant-eb944d80-a224-934e-151a-01007f7c253d) {
  background-color: #fff0;
  border: 1px solid #000;
}

.button-navbar:where(.w-variant-0d21ff63-e256-fe68-5ef3-e8af1e1fb64a) {
  background-color: var(--black);
  color: var(--white);
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 10px 24px 10px 16px;
  border-radius: 1000px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.whatsapp-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.whatsapp-btn-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.whatsapp-btn-text {
  color: #fff;
}

.arrow-wrapper {
  background-color: var(--black);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-wrapper:where(.w-variant-0d21ff63-e256-fe68-5ef3-e8af1e1fb64a) {
  background-color: var(--white);
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
}

.logo-text {
  color: var(--white);
  font-size: 24px;
}

.logo-text:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
  color: var(--black);
}

.logo-image {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.section {
  position: relative;
}

.section.hero {
  height: 100vh;
}

.section.hero.home {
  height: auto;
}

.section.hero.inner-page {
  height: 100vh;
}

.section.hero.contact-us {
  height: auto;
  padding-top: 0;
}

.section.hero.utility-page {
  height: 850px;
}

.section.about-us {
  background-color: var(--black);
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.our-work {
  background-color: var(--black);
  padding: 80px 0;
}

.section.testimonial {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 24px;
}

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

.section.section-service-list {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.our-workflow {
  background-color: var(--black);
  color: #262626;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.px-120.black-section.service-section {
  overflow: hidden;
}

.section.achivement {
  background-color: var(--black);
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.overview-section {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 32px;
}

.nav-link {
  color: var(--white);
  font-size: var(--_typography---paragraph-medium);
  text-transform: uppercase;
  padding: 0;
}

.nav-link:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
  color: var(--black);
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

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

.arrow-white {
  width: 17px;
}

.arrow-white:where(.w-variant-0d21ff63-e256-fe68-5ef3-e8af1e1fb64a) {
  display: none;
}

.arrow-white.absolute {
  position: absolute;
  left: -21px;
}

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

.wrapper-content-hero {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.wrapper-content-hero.home {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

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

.wrapper-content-hero.utility-pages {
  justify-content: center;
  align-items: center;
}

.wrapper-content-hero.contact-us {
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-content-hero.service, .wrapper-content-hero.project {
  justify-content: flex-start;
  align-items: flex-end;
}

.wrapper-hero-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrapper-hero-text.inner-page {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.wrapper-hero-text.utility-pages {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 717px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.wrapper-hero-text.contact-us {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.wrapper-hero-text.home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.hero-text {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
}

.hero-text.inner-page {
  font-size: var(--_typography---heading-1);
  line-height: var(--_typography---lh-tight);
  max-width: 800px;
  font-weight: 700;
}

.hero-text.inner-page.project {
  color: var(--white);
  font-size: var(--_typography---heading-1);
  max-width: 600px;
}

.hero-text.inner-page.detail-project {
  color: var(--white);
  max-width: 800px;
}

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

.hero-text.text-black.utility-page {
  font-size: var(--_typography---heading-2);
  text-align: center;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.about-us {
  grid-row-gap: 120px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-contain-about-us {
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.label-section {
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-large);
  letter-spacing: -.01em;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.label-section:where(.w-variant-53a434f5-3c30-9dee-4f08-fd18de21b1d6) {
  color: var(--black);
}

.label-section.white {
  color: var(--white);
  font-size: var(--_typography---heading-7);
}

.about-us-content-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-section-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-section-wrapper.title-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.title-section {
  color: var(--white);
  font-size: var(--_typography---heading-1);
  line-height: var(--_typography---lh-tight);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.title-section.text-white {
  color: var(--white);
  letter-spacing: -.04em;
}

.title-section.testimonial {
  color: var(--white);
  text-align: center;
}

.title-section.works {
  color: var(--white);
  font-size: var(--_typography---heading-2);
  line-height: var(--_typography---lh-tight);
  text-align: center;
  max-width: 1172px;
}

.title-section.service.service-1 {
  color: #d2f7ff;
  font-size: clamp(32px, 9vw, 120px);
  text-align: center;
}

.title-section.service.service-2 {
  opacity: 1;
  color: #d2f7ff;
  font-size: clamp(32px, 9vw, 120px);
  position: static;
  top: auto;
  left: auto;
  text-align: center;
}

.title-section.service.service-3 {
  opacity: 1;
  color: var(--blue);
  font-size: clamp(32px, 9vw, 120px);
  line-height: var(--_typography---lh-tight);
  position: static;
  top: 0;
  left: 0;
  text-align: center;
}

.title-section.text-center {
  text-align: center;
}

.title-section.text-center.about-us-title {
  line-height: var(--_typography---lh-tight);
  max-width: 1200px;
  font-weight: 700;
}

.title-section.section-team {
  color: var(--white);
  text-align: center;
  max-width: 900px;
}

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

.title-section.service-title {
  line-height: var(--_typography---lh-tight);
}

.title-section-blue {
  color: var(--blue) !important;
  font-size: clamp(32px, 9vw, 120px);
  line-height: var(--_typography---lh-tight);
  letter-spacing: -.01em;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.about-us-bottom {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 843px;
  text-decoration: none;
  display: flex;
}

.about-us-text {
  color: var(--white);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-relaxed);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.button-read-more {
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.01em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: underline;
}

.about-us-image {
  z-index: 4;
  object-fit: contain;
  border: 1px #000;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-work {
  grid-row-gap: 120px;
  background-color: #262626;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

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

.section-contain-work.proect-page {
  grid-row-gap: 40px;
}

.work-card-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.work-card-wrapper._1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  position: sticky;
  top: 20px;
  left: auto;
}

.work-column-content {
  grid-row-gap: 12px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 854px;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.work-column-content.left {
  max-width: 458px;
  height: 400px;
  padding: 16px;
}

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

.work-badge-wrapper {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.work-category-badge {
  grid-column-gap: 4px;
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.01em;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1000px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.work-card-title {
  color: var(--black);
  font-size: var(--_typography---heading-4);
  line-height: var(--_typography---lh-tight);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

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

.work-description {
  color: var(--black);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

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

.section-contain-testimonial {
  grid-row-gap: 48px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.title-section-span-testi {
  text-align: center;
  white-space: normal;
  max-width: 1000px;
}

.testimonial-card {
  grid-column-gap: 24px;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
  padding: 40px 0 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial-card.version-2 {
  grid-row-gap: 60px;
  background-color: #fff0;
  flex-flow: column;
  width: auto;
  max-width: none;
  padding: 0;
}

.testimonual-info-contain {
  z-index: 2;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 218px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonual-info-contain.version-2 {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
}

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

.testimonial-people {
  object-fit: cover;
  border-radius: 250px;
}

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

.testimonial-name {
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-base);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.testimonial-position {
  opacity: .5;
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-base);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.logomark {
  object-fit: cover;
}

.testimonial-text-wrapper {
  z-index: 2;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial-text-wrapper.version-2 {
  grid-row-gap: 60px;
}

.testimonial-text {
  color: var(--white);
  font-size: var(--_typography---heading-5);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 758px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.testimonial-text.version-2 {
  line-height: var(--_typography---lh-relaxed);
  max-width: none;
}

.list-logo-brand {
  grid-column-gap: 12px;
  background-color: #3c3c3c;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 84px;
  margin-top: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.logo-brand-wrapper {
  grid-row-gap: 10px;
  background-color: #4f4f4f00;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 68px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.logo-brand-wrapper.w--current {
  background-color: #4f4f4f;
}

.text-20 {
  color: #fff;
  font-size: var(--_typography---heading-8);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.footer {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-contain {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

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

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

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

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

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

.footer-info-label {
  opacity: 1;
  color: var(--grey);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-loose);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.footer-info-value {
  color: var(--black);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-loose);
  text-align: right;
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.rectangle-40187 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1344px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.footer-center-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-center-content.w--current {
  cursor: pointer;
}

.footer-text-large {
  color: #000;
  text-align: center;
  letter-spacing: -.07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.sosmed-image {
  object-fit: cover;
  overflow: hidden;
}

.footer-bottom-content {
  grid-row-gap: 28px;
  border-top: 1px solid var(--border);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  text-decoration: none;
  display: flex;
}

.footer-left-content {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.social-media-icons {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: var(--grey);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---lh-loose);
  text-align: right;
  letter-spacing: -.01em;
  white-space: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black);
}

.footer-link.copyright {
  opacity: 1;
  color: var(--grey);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.01em;
  text-decoration: none;
}

.list-project {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

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

._1 {
  color: #ff390c;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  position: absolute;
  top: 195px;
  left: 567px;
}

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

.master-scroll-images {
  z-index: 2;
  flex-flow: column;
  margin-bottom: 400px;
  display: flex;
  position: relative;
}

.images-scroll-block {
  width: 100%;
  position: relative;
}

.scroll-image-vertical {
  border: 7px solid var(--white);
  border-radius: 0;
  width: 269px;
  height: 323px;
  overflow: hidden;
}

.scroll-image-vertical._2 {
  width: 268px;
  height: 297px;
  margin-left: auto;
  margin-right: 2%;
  position: static;
}

.scroll-image-vertical._3 {
  width: 272px;
  height: 297px;
  margin-top: 269px;
  margin-left: auto;
  margin-right: 15%;
  position: static;
}

.scroll-image-vertical._1 {
  width: 268px;
  height: 297px;
  margin-left: 2%;
  margin-right: auto;
  position: static;
}

.scroll-image-vertical._4 {
  width: 268px;
  height: 297px;
  margin-top: 161px;
  margin-left: 2%;
  margin-right: auto;
  position: static;
}

.master-scroll {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrapper-header-our-work {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
}

.text-master-scroll-center {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0%;
}

.section-bg-service {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-title-our-work {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.wrapper-title-work-slide {
  min-width: 600px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.title-service-wrap {
  position: static;
}

.title-service-wrap.scroll-3, .title-service-wrap.scroll-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.cursor-container {
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.thumbnail-container {
  aspect-ratio: 1.43;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.thumbnail {
  aspect-ratio: auto;
  object-fit: contain;
  width: 300px;
  height: 300px;
  position: absolute;
}

.line-vertical {
  background-color: #303030;
  width: 1px;
  height: auto;
  min-height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.scroll-down {
  margin-top: 100px;
  display: none;
}

.logo-brand-slider-wraper {
  display: none;
}

.logo-slider {
  display: flex;
}

.badge-service-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 435px;
  text-decoration: none;
  display: flex;
}

.badge-service {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1000px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.badge-service.transparent {
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  background-color: #fff0;
  font-weight: 500;
}

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

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

.service-item-info {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.service-item-title {
  color: var(--black);
  font-size: var(--_typography---heading-3);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.07em;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.service-item {
  grid-column-gap: 0px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.service-item:hover {
  background-color: var(--white);
}

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

.our-workflow-header {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.our-workflow-list {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.workflow-card {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 879px;
  max-width: 879px;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.workflow-card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  display: flex;
}

.workflow-step-wrap {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.workflow-step {
  grid-column-gap: 4px;
  color: var(--white);
  font-size: var(--_typography---paragraph-large);
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 1000px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 8px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.workflow-number {
  grid-column-gap: 4px;
  color: var(--white);
  font-size: var(--_typography---paragraph-large);
  letter-spacing: -.01em;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.workflow-title {
  color: var(--black);
  font-size: var(--_typography---heading-6);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.workflow-desc {
  color: var(--black);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.02em;
  max-width: 501px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.workflow-image {
  opacity: .1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 269.419px;
  height: 263.91px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 88px;
  left: 563px;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 500vh;
  height: 100%;
  display: flex;
}

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

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

.the-height-400vh-section {
  width: 100%;
  height: 500vh;
  position: relative;
}

.arrow-black {
  display: none;
}

.arrow-black:where(.w-variant-0d21ff63-e256-fe68-5ef3-e8af1e1fb64a) {
  display: block;
}

.arrow-black.absolute:where(.w-variant-0d21ff63-e256-fe68-5ef3-e8af1e1fb64a) {
  position: absolute;
  left: -21px;
}

.list-image-about {
  grid-column-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.about-us-image-1 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

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

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

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

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

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

.list-team.padding-top {
  padding-top: 164px;
}

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

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

.team-name {
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-large);
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.team-positions {
  color: var(--grey);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-large);
  text-align: right;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.team-image {
  border-radius: 12px;
  width: 100%;
}

.list-great-member {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

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

.great-years {
  color: var(--white);
  font-size: var(--_typography---heading-1);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.great-desc {
  color: var(--white);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.great-member-item {
  grid-row-gap: 160px;
  background-color: #a0a0a000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.great-member-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.great-member-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
  position: sticky;
  top: 40px;
}

.bg-our-work {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cursor-container-2 {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail-container-2 {
  aspect-ratio: 1.43;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 331px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.thumbnail-2 {
  aspect-ratio: 1.43;
  border: 1px solid var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-us-image-wrapper {
  width: 100%;
  min-width: 700px;
  height: 601px;
}

.about-us-slider-wrap {
  width: auto;
  display: flex;
  overflow: hidden;
}

.about-us-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.overley-hero {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000, var(--black));
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.overley-hero.detail-project {
  background-image: linear-gradient(180deg, #0000004a, var(--black) 91%);
  height: 100%;
}

.text-hero-bottom {
  z-index: 2;
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-base);
  text-align: right;
  max-width: 359px;
  position: static;
  bottom: -50%;
  right: 40px;
}

.text-hero-top {
  z-index: 2;
  color: var(--white);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---lh-base);
  text-align: right;
  text-transform: uppercase;
  max-width: 359px;
  position: static;
  inset: -20% auto auto 40px;
}

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

.label-image {
  border-radius: 1000px;
}

.label-image.light-label:where(.w-variant-53a434f5-3c30-9dee-4f08-fd18de21b1d6), .label-image.dark-label {
  display: none;
}

.label-image.dark-label:where(.w-variant-53a434f5-3c30-9dee-4f08-fd18de21b1d6) {
  display: block;
}

.brand-list-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 175px;
  display: flex;
}

.brand-list-wrapper.is-mobile {
  display: none;
}

.brand-card {
  grid-row-gap: 10px;
  border: 1px solid #787878;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 175px;
  padding: 60px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.about-us-text-content {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-bg-about {
  opacity: .5;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.service-card.service-card-2 {
  z-index: 4;
  position: relative;
}

.service-card.service-card-3 {
  z-index: 3;
  position: relative;
}

.service-card.service-card-4 {
  z-index: 2;
  position: relative;
}

.service-card.service-card-5 {
  z-index: 1;
  position: relative;
}

.service-card.service-card-1 {
  z-index: 5;
  position: relative;
}

.service-number {
  color: var(--orange);
  font-size: var(--_typography---heading-6);
  line-height: var(--_typography---lh-tight);
  letter-spacing: -.07em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.service-card-title {
  color: var(--black);
  font-size: var(--_typography---heading-4);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.04em;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.service-card-title.service-title-sm {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.service-card-image {
  object-fit: cover;
  border: 6px solid #fff;
  width: auto;
  min-width: 281px;
  max-width: none;
  height: 193px;
  box-shadow: 0 4px 4px #00000040;
}

.service-card-desc {
  color: var(--black);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.01em;
  max-width: 330px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.list-service {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.list-service.is-desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.header-section.align-left {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.header-section.service-header {
  justify-content: center;
  align-items: flex-start;
}

.our-service {
  grid-row-gap: 120px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 140px 32px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.achievement-item {
  z-index: 2;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.achievement-item.left {
  justify-content: center;
  align-items: flex-start;
}

.achievement-item.left.achievement-2 {
  padding-left: 257px;
}

.achievement-item.left.achievement-3 {
  padding-left: 600px;
}

.achievement-list-item {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1328px;
  text-decoration: none;
  display: flex;
}

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

.paragraph-extra-large {
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-loose);
  font-weight: 500;
}

.paragraph-extra-large.section-desc-achievement {
  max-width: 488px;
}

.paragraph-extra-large.text-right {
  text-align: right;
}

.paragraph-extra-large.text-right.max-513px {
  max-width: 513px;
}

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

.paragraph-extra-large.text-black.text-center {
  text-align: center;
}

.paragraph-extra-large.text-grey {
  color: var(--grey);
  font-weight: 400;
}

.heading-1 {
  font-size: var(--_typography---heading-1);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-1.text-black {
  color: var(--black);
}

.tabs-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-link-testi {
  background-color: #1c1c1c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  padding: 60px 24px;
  display: flex;
}

.tab-link-testi.w--current {
  background-color: #3e3e3e;
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.image-brand-testi {
  max-width: 135px;
}

.testimonial-slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
}

.testimonial-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.testimonial-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s, width 0.3s;
  cursor: pointer;
}

.testimonial-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #fff;
}

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

.testim-image-bg.is-mobile {
  display: none;
}

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

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.testimonial-image-v2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}

.testimonial-left-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  display: flex;
}

.founder-block {
  gap: 24px;
}

.founder-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 520px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.founder-image {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
}

.testimonial-text.version-2 {
  font-size: 28px;
  line-height: 1.6;
}

.founder-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px 8px;
}

.founder-name {
  font-size: 24px;
  font-weight: 600;
  color: inherit;
}

.founder-title {
  font-size: 14px;
  opacity: 0.7;
}

.hero-desc {
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-relaxed);
  text-align: right;
  max-width: 350px;
}

.text-hero-wrapper {
  width: auto;
}

.paragraph-medium {
  font-size: var(--_typography---paragraph-medium);
}

.paragraph-medium.text-black {
  color: var(--black);
}

.paragraph-medium.scoll-down-text.is-mobile {
  display: none;
}

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

.service-item-desc {
  color: var(--black);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-relaxed);
  letter-spacing: -.01em;
  max-width: 330px;
  font-weight: 500;
}

.service-item-desc.is-mobile {
  display: none;
}

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

.project-image {
  object-fit: cover;
}

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

.project-title {
  color: var(--white);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-tight);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.project-type {
  opacity: 1;
  color: var(--grey);
  font-size: var(--_typography---heading-7);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

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

._404-content-wrapper {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 526px;
  text-decoration: none;
  display: flex;
}

._404-header-wraper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

._404-text {
  color: #979797;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

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

.overview-contain {
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1376px;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

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

.list-info-detail-project {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 471px;
  text-decoration: none;
  display: flex;
}

.info-detail-project {
  grid-column-gap: 24px;
  border: 0 solid #0000001a;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 68px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.label-info {
  color: var(--black);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.service-info-list {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.value-info {
  color: var(--grey);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.heading-6 {
  color: var(--black);
  font-size: var(--_typography---heading-6);
  line-height: var(--_typography---lh-base);
  font-weight: 500;
}

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

.heading-6.bold {
  font-weight: 700;
}

.section-contain-detail-project {
  grid-row-gap: 60px;
  background-color: #040403;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.detail-project-text-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.img-detail-large {
  border-radius: 12px;
  width: 100%;
  height: 700px;
}

.image-detail-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 700px;
  display: grid;
}

.image-detail-medium {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.more-project-contain {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.more-project-right {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.style-guide-card {
  grid-column-gap: 313px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 22px #bfbfbf1a, 0 40px 40px #bfbfbf17, 0 90px 54px #bfbfbf0d, 0 160px 64px #bfbfbf03, 0 250px 70px #bfbfbf00;
}

.typography-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 797px;
  text-decoration: none;
  display: flex;
}

.font-section {
  grid-row-gap: 12px;
  border: 0 solid #ebebeb;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.font-title {
  color: #828282;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
}

.font-name {
  color: #000;
  letter-spacing: -.06em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-item-wrapper {
  grid-row-gap: 12px;
  border: 0 solid #ebebeb;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

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

.heading-size {
  color: var(--grey);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---lh-relaxed);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.line-vertical-small {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: var(--black);
  font-size: var(--_typography---heading-2);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.04em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.heading-4 {
  color: #0a0a0a;
  font-size: var(--_typography---heading-4);
  line-height: var(--_typography---lh-snug);
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.heading-5 {
  color: #0a0a0a;
  font-size: var(--_typography---heading-5);
  line-height: var(--_typography---lh-relaxed);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.heading-7 {
  color: #0a0a0a;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-large {
  color: #0a0a0a;
  font-size: var(--_typography---paragraph-large);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-extra-small {
  color: var(--black);
  font-size: var(--_typography---paragraph-extra-small);
  line-height: var(--_typography---lh-loose);
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.utility-card-row {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 22px #bfbfbf1a, 0 40px 40px #bfbfbf17, 0 90px 54px #bfbfbf0d, 0 160px 64px #bfbfbf03, 0 250px 70px #bfbfbf00;
}

.style-guide-title {
  grid-row-gap: 12px;
  border: 0 solid #ebebeb;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 797px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.style-guide-title-text {
  color: var(--black);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-large);
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.color-swatches {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 797px;
  text-decoration: none;
  display: flex;
}

.color-swatch {
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #6666661a;
}

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

.color-swatch-name {
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
}

.color-swatch-hex {
  color: var(--grey);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---lh-base);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.button-examples {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-small {
  font-size: var(--_typography---paragraph-small);
}

.paragraph-small.text-black {
  color: var(--black);
}

.color-block {
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 100%;
  height: 101px;
}

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

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

.color-block.gray-cloud {
  background-color: var(--grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.bright-snow {
  background-color: var(--bright-snow);
}

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

.table-of-contents-header {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: var(--white);
  font-size: 14px;
}

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

.table-of-contents-item {
  grid-column-gap: 4px;
  color: var(--grey);
  font-size: var(--_typography---paragraph-medium);
  border: 1px #111;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 20px;
  text-decoration: none;
  display: flex;
}

.table-of-contents-item:hover {
  color: var(--white);
  border-left: 2px solid #ff390c;
}

.table-of-contents-item.w--current {
  font-size: var(--_typography---paragraph-medium);
}

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

.section-contain-utility-pages.align-center {
  justify-content: center;
  align-items: center;
}

.text-span {
  opacity: 1;
  color: var(--black);
}

.form-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 629px;
  display: flex;
  position: relative;
}

.contact-info-container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.contact-label {
  opacity: .5;
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.contact-number {
  color: var(--white);
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-snug);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.contact-us-left {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.form {
  width: 100%;
}

.field-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.field-label {
  font-size: var(--_typography---heading-8);
  line-height: var(--_typography---lh-loose);
  font-weight: 500;
}

.field-label.black {
  color: var(--black);
}

.required {
  color: red;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #888;
}

.text-field.textarea {
  line-height: var(--_typography---lh-tight);
  height: 179px;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  text-transform: uppercase;
  border-radius: 200px;
  width: 100%;
  height: 48px;
  margin-top: 40px;
  font-weight: 500;
}

.thumnail-service-wrap {
  display: none;
}

.circle-button {
  color: var(--black);
  font-size: var(--_typography---paragraph-extra-small);
  text-transform: uppercase;
  background-color: #fff;
  border: .78px solid #fff;
  border-radius: 780px;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
  top: 312px;
  left: 241px;
}

.project-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.success-message {
  border: 1px solid var(--bg-grey);
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  height: auto;
}

.work-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-subtitle-hero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-service {
  display: none;
}

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

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

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

.nav-menu-phone, .menu-toggle, .slider {
  display: none;
}

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

.play-pause-button {
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: 11%;
  bottom: auto;
  right: 40px;
}

.detail-project-description {
  font-size: var(--_typography---heading-6);
  line-height: var(--_typography---lh-base);
  text-align: center;
}

.heading-3.text-black {
  color: var(--black);
}

/* ===== Services Grid Layout ===== */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 48px;
}

.services-grid-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

.service-grid-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.service-grid-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.service-grid-card:hover {
  border-color: var(--orange);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 165, 0, 0.15);
}

.service-grid-card:hover::before {
  opacity: 1;
}

.service-grid-icon {
  width: 100%;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.service-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.4s ease;
}

.service-grid-card:hover .service-grid-img {
  transform: scale(1.05);
}

.service-grid-number {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.service-grid-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.service-grid-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

/* ===== DMC Service Page Sections ===== */

/* DMC Section Title Override */
.title-section.dmc-title {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.title-section.dmc-title .title-section-blue {
  font-size: inherit;
}

/* Program Intro */
.dmc-program-intro {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-intro-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.dmc-highlights-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.dmc-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
}

.dmc-highlight-badge:hover {
  border-color: var(--orange);
  box-shadow: 0 4px 16px rgba(242, 79, 53, 0.15);
}

.dmc-intro-content {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dmc-intro-heading {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.dmc-intro-text {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  letter-spacing: -0.005em;
}

.dmc-mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 800px;
}

.dmc-mv-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}

.dmc-mv-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.dmc-mv-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.dmc-mv-text {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* Certified Program */
.dmc-certified-section {
  background-color: var(--black);
  padding: 48px 0;
}

.dmc-split-section {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.dmc-split-left,
.dmc-split-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}

.dmc-split-divider {
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--blue) 30%, var(--blue) 70%, transparent 100%);
  opacity: 0.5;
  flex-shrink: 0;
}

.dmc-split-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
}

.dmc-split-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.dmc-split-accent {
  font-size: 40px !important;
}

.dmc-split-desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.dmc-split-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 28px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 1000px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.dmc-split-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.dmc-split-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.dmc-cert-badge {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1000px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease, color 0.3s ease;
}

.dmc-cert-badge:hover {
  border-color: var(--blue);
  color: #fff;
}

.dmc-certified-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.dmc-certified-desc {
  text-align: center;
  max-width: 820px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  letter-spacing: -0.005em;
}

/* Curriculum */
.dmc-curriculum-section {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-curriculum-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

/* Curriculum Grid - Reference Style */
.dmc-curriculum-contain {
  position: relative;
}

.dmc-curr-subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  max-width: 420px;
  margin-top: 12px;
}

.dmc-curr-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 120px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.dmc-curr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
}

.dmc-curr-card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
}

.dmc-curr-card:hover {
  border-color: #00e5c3;
  background: #161616;
  transform: translateY(-3px);
}

.dmc-curr-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 229, 195, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dmc-curr-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.dmc-curr-card:hover .dmc-curr-title {
  color: #fff;
}

/* Who Can Join - Accordion */
.dmc-whocanjoin-section {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-whocanjoin-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.dmc-accordion-list {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dmc-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dmc-accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dmc-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dmc-accordion-header:hover {
  color: var(--orange);
}

.dmc-accordion-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.dmc-accordion-header:hover .dmc-accordion-title {
  color: var(--orange);
}

.dmc-accordion-icon {
  color: #fff;
  transition: transform 0.35s ease, color 0.3s ease;
  flex-shrink: 0;
}

.dmc-accordion-item.active .dmc-accordion-icon {
  transform: rotate(45deg);
  color: var(--orange);
}

.dmc-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.dmc-accordion-item.active .dmc-accordion-body {
  max-height: 200px;
  padding-bottom: 24px;
}

.dmc-accordion-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  padding-right: 48px;
}

.dmc-whocanjoin-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  width: 100%;
  max-width: 1200px;
}

/* Digital Tools */
.dmc-tools-section {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-tools-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

/* Honeycomb Grid */
.dmc-honeycomb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  --hex-size: 140px;
}

.dmc-hex-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -20px;
}

.dmc-hex-row:first-child {
  margin-top: 0;
}

.dmc-hex-row-offset {
  margin-left: 0;
}

.dmc-hex {
  width: var(--hex-size);
  height: calc(var(--hex-size) * 1.1547);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: transform 0.35s ease;
  flex-shrink: 0;
}

.dmc-hex:hover {
  transform: scale(1.1);
  z-index: 2;
}

.dmc-hex-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  gap: 8px;
}

.dmc-hex:hover .dmc-hex-inner {
  background: #f5f5f5;
}

.dmc-hex-logo {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.dmc-hex-text {
  color: #222;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
}

.dmc-hex:hover .dmc-hex-text {
  color: var(--orange);
}

.dmc-honeycomb-desktop {
  display: flex;
}

.dmc-honeycomb-tablet {
  display: none;
}

.dmc-honeycomb-mobile {
  display: none;
}

/* Certifications */
.dmc-certifications-section {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-certifications-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.dmc-certifications-desc {
  text-align: center;
  max-width: 820px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  letter-spacing: -0.005em;
}

/* Career Support */
.dmc-career-section {
  background-color: var(--black);
  padding: 60px 0;
}

.dmc-career-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

/* Career Bento Header */
.dmc-career-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 56px;
}

.dmc-career-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.dmc-career-heading-accent {
  color: var(--blue);
}

.dmc-career-subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 600px;
}

/* Bento Grid */
.dmc-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 14px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.dmc-bento-card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dmc-bento-card:hover {
  border-color: rgba(0, 229, 195, 0.3);
  background: #141414;
}

.dmc-bento-sm {
  grid-column: span 1;
}

.dmc-bento-lg {
  grid-column: span 2;
}

.dmc-bento-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.dmc-bento-desc {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

.dmc-bento-accent {
  width: 40px;
  height: 3px;
  background: #00e5c3;
  border-radius: 2px;
  margin-top: 8px;
}

.dmc-bento-community {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dmc-career-cta {
  text-align: center;
  margin-top: 8px;
}

.dmc-career-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #00e5c3;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
}

.dmc-career-btn:hover {
  background: #00c9ab;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 229, 195, 0.25);
  gap: 16px;
}

@media screen and (min-width: 1440px) {
  .button-navbar {
    width: auto;
    max-width: none;
  }

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

  .section.about-us {
    grid-row-gap: 0px;
  }

  .section.our-work {
    max-width: 100%;
  }

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

  .section.section-service {
    background-color: #000;
  }

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

  .section.px-120.black-section {
    background-color: var(--black);
  }

  .image-hero {
    width: 100%;
    height: 100%;
  }

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

  .wrapper-content-hero.service {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .wrapper-hero-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .wrapper-hero-text.inner-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-hero-text.utility-pages {
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-hero-text.contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-hero-text.home {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-text {
    font-size: var(--_typography---heading-2);
  }

  .hero-text.inner-page.project {
    max-width: 1000px;
  }

  .hero-text.inner-page.detail-project {
    max-width: 900px;
  }

  .hero-text.text-black {
    font-size: var(--_typography---heading-1);
    font-weight: 700;
  }

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

  .section-contain-about-us {
    grid-row-gap: 200px;
  }

  .title-section-wrapper.title-about-us {
    grid-row-gap: 24px;
  }

  .title-section, .title-section.text-white.works {
    font-size: var(--_typography---heading-1);
  }

  .title-section.works {
    font-size: var(--_typography---heading-1);
    max-width: 1200px;
  }

  .title-section.service.service-1 {
    font-size: clamp(32px, 9vw, 120px);
  }

  .title-section.service.service-2 {
    opacity: 1;
    font-size: clamp(32px, 9vw, 120px);
  }

  .title-section.service.service-3 {
    opacity: 1;
    font-size: clamp(32px, 9vw, 120px);
    position: static;
  }

  .title-section-blue {
    font-size: clamp(32px, 9vw, 120px);
  }

  .about-us-bottom {
    max-width: 676px;
  }

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

  .about-us-image {
    width: 490px;
    height: auto;
  }

  .title-section-span-testi {
    max-width: 1000px;
  }

  .footer-text-large {
    font-size: 250px;
  }

  .scroll-image-vertical {
    width: 18.681vw;
    height: 22.431vw;
  }

  .master-scroll {
    margin-bottom: 0;
  }

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

  .text-master-scroll-center {
    z-index: 1;
  }

  .wrapper-title-work-slide {
    min-width: 520px;
  }

  .overflow-hidden {
    width: auto;
    overflow: hidden;
  }

  .overflow-hidden.scroll-down {
    display: none;
  }

  .the-width-400vh-scrollable-div {
    width: 500vh;
  }

  .the-overflow-hidden-mask {
    height: auto;
  }

  .the-sticky-div {
    flex-flow: column;
    display: flex;
    top: 30px;
  }

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

  .list-image-about {
    padding: 0;
  }

  .about-us-image-1 {
    object-fit: cover;
  }

  .great-member-header {
    max-width: 600px;
  }

  .text-hero-top {
    font-size: var(--_typography---paragraph-small);
    text-transform: uppercase;
    bottom: auto;
    left: 6%;
    right: auto;
  }

  .service-card-title {
    font-size: var(--_typography---heading-3);
    width: 100%;
  }

  .service-card-title.service-title-sm {
    font-size: 24px;
  }

  .paragraph-extra-large.max-300 {
    max-width: 300px;
  }

  .testim-image-bg.is-desktop {
    object-position: 100% 0%;
  }

  .text-hero-wrapper {
    width: auto;
  }

  .paragraph-medium.scoll-down-text.is-desktop {
    white-space: nowrap;
  }

  .hero-bottom-content {
    justify-content: space-between;
    align-items: flex-end;
    overflow: visible;
  }

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

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

@media screen and (min-width: 1920px) {
  .hero-text.inner-page {
    font-size: var(--_typography---heading-1);
  }

  .section-contain-about-us {
    grid-row-gap: 100px;
  }

  .about-us-bottom {
    max-width: 60%;
  }

  .work-card-title {
    max-width: 800px;
  }

  .scroll-image-vertical {
    width: 14.9448vw;
    height: 17.9448vw;
  }

  .the-sticky-div {
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---paragraph-small: 14px;
    --_typography---lh-base: 120%;
    --_typography---heading-1: 100px;
    --_typography---lh-snug: 110%;
    --_typography---heading-2: 44px;
    --_typography---heading-3: 44px;
    --_typography---lh-loose: 140%;
    --_typography---heading-6: 24px;
    --_typography---paragraph-medium: 16px;
    --_typography---lh-tight: 84%;
    --_typography---heading-8: 20px;
    --_typography---lh-large: 156%;
    --_typography---heading-7: 20px;
    --_typography---lh-relaxed: 135%;
    --_typography---heading-4: 54px;
    --_typography---heading-5: 36px;
    --_typography---paragraph-large: 18px;
    --_typography---paragraph-extra-small: 12px;
  }

  .button-navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section.hero {
    height: auto;
    padding-top: 100px;
  }

  .section.hero.home {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.hero.inner-page {
    height: auto;
    padding-top: 0;
  }

  .section.hero.utility-page {
    padding-top: 0;
  }

  .section.about-us, .section.our-work {
    display: flex;
  }

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

  .wrapper-content-hero.home {
    height: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-content-hero.about {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-content-hero.utility-pages {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-content-hero.service {
    padding-top: 100px;
  }

  .wrapper-content-hero.project {
    padding-top: 60px;
  }

  .wrapper-hero-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-hero-text.inner-page {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    padding-top: 300px;
  }

  .wrapper-hero-text.contact-us {
    flex-flow: column;
  }

  .wrapper-hero-text.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-text.text-black.utility-page, .title-section.text-white.works, .title-section.works, .title-section.service.service-1, .title-section.service.service-2, .title-section.service.service-3 {
    font-size: var(--_typography---heading-1);
  }

  .about-us-image {
    max-width: 190px;
    height: auto;
    top: 55%;
  }

  .testimonial-text {
    max-width: 511px;
  }

  .list-logo-brand {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo-brand-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .scroll-image-vertical {
    width: 200px;
    height: 260px;
  }

  .wrapper-header-our-work {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-bg-service {
    width: 100%;
    height: 100%;
  }

  .wrapper-title-our-work {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wrapper-title-work-slide {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .title-service-wrap.scroll-2 {
    width: auto;
  }

  .thumbnail {
    width: 200px;
    height: 200px;
  }

  .button-nav-wrapper {
    display: none;
  }

  .overflow-hidden.scroll-down {
    margin-top: 0;
  }

  .service-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
  }

  .our-workflow-list {
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .workflow-card {
    min-width: 100%;
    max-width: none;
  }

  .workflow-image {
    max-width: 200px;
    height: auto;
    top: 20px;
    left: auto;
  }

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

  .the-overflow-hidden-mask {
    padding-right: 32px;
  }

  .the-sticky-div {
    position: static;
  }

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

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

  .list-great-member {
    max-width: 100%;
  }

  .great-info {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .great-member-contain {
    flex-flow: column;
  }

  .great-member-header {
    position: static;
  }

  .cursor-container-2 {
    display: none;
  }

  .thumbnail-2.is-mobile {
    position: static;
  }

  .text-hero-bottom {
    margin-top: 100px;
  }

  .brand-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .brand-list-wrapper.is-desktop {
    display: none;
  }

  .brand-list-wrapper.is-mobile {
    flex-flow: row;
    width: auto;
    display: flex;
  }

  .brand-card {
    min-width: 272px;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-text-content {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

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

  .service-card-image {
    width: 100%;
    min-width: auto;
  }

  .list-service.is-desktop {
    display: none;
  }

  .services-grid-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .services-grid {
    gap: 16px;
    margin-top: 36px;
  }

  .service-grid-card {
    padding: 22px 20px;
    gap: 12px;
  }

  .service-grid-icon {
    height: 120px;
  }

  .service-grid-title {
    font-size: 16px;
  }

  .service-grid-desc {
    font-size: 13px;
  }

  /* DMC Sections - Tablet */
  .title-section.dmc-title {
    font-size: 40px;
  }

  .dmc-intro-heading {
    font-size: 34px;
  }

  .dmc-curr-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .dmc-curr-count {
    font-size: 90px;
  }

  .dmc-honeycomb {
    --hex-size: 120px;
  }

  .dmc-honeycomb-desktop {
    display: none;
  }

  .dmc-honeycomb-tablet {
    display: flex;
  }

  .dmc-honeycomb-mobile {
    display: none;
  }

  .dmc-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dmc-bento-lg {
    grid-column: span 2;
  }

  .dmc-career-heading {
    font-size: 38px;
  }

  .dmc-program-intro,
  .dmc-curriculum-section,
  .dmc-whocanjoin-section,
  .dmc-tools-section,
  .dmc-certifications-section,
  .dmc-career-section {
    padding: 48px 0;
  }


  .achievement-item.left.achievement-2, .achievement-item.left.achievement-3 {
    padding-left: 0;
  }

  .testim-image-bg.is-desktop {
    display: block;
  }

  .testim-image-bg.is-mobile {
    display: none;
    position: static;
  }

  .testimonial-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .paragraph-medium.scoll-down-text.is-desktop {
    display: none;
  }

  .paragraph-medium.scoll-down-text.is-mobile {
    display: block;
  }

  .hero-bottom-content {
    order: -9999;
  }

  .service-item-desc.is-desktop {
    display: none;
  }

  .service-item-desc.is-mobile {
    display: block;
  }

  .project-image {
    width: 1005px;
  }

  .heading-2 {
    font-size: 100px;
  }

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

  .thumnail-service-wrap {
    width: 100%;
    display: flex;
  }

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

  .slide {
    max-width: 398px;
    margin-right: 20px;
    overflow: hidden;
  }

  .mask {
    width: auto;
    max-width: 398px;
    overflow: visible;
  }

  .left-arrow {
    background-color: var(--bg-grey);
    outline-offset: 0px;
    border-radius: 1000px;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .arrow-left {
    transform: rotate(-180deg);
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    background-color: var(--bg-grey);
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    inset: auto auto 0 3.7rem;
  }

  .brand-list-scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .brand-list-hidden {
    width: 100%;
    overflow: hidden;
  }

  .nav-link-2 {
    color: #000;
    font-size: 60px;
    line-height: var(--_typography---lh-snug);
    text-decoration: none;
  }

  .nav-link-2:hover {
    color: var(--black);
  }

  .nav-link-2.w--current {
    color: #000;
  }

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

  .close-icon-2 {
    cursor: pointer;
    display: block;
  }

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

  .nav-menu-phone {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border: 1px #ffffff26;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 32px 42px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-menu-phone .whatsapp-btn {
    border-color: var(--black);
    color: var(--black);
  }

  .nav-menu-phone .whatsapp-btn-text {
    color: var(--black);
  }

  .nav-menu-phone .whatsapp-btn:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .menu-toggle {
    background-color: var(--white);
    cursor: pointer;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    display: flex;
  }

  .menu-toggle:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    background-color: var(--black);
  }

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

  .image-menu-toggle:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9), .image-menu-toggle.black {
    display: block;
  }

  .image-menu-toggle.black:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    display: none;
  }

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

  .play-pause-button {
    display: none;
  }

  .heading-3.text-black {
    font-size: 80px;
  }

  .services-grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .services-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .service-grid-card {
    padding: 20px 18px;
    gap: 12px;
    border-radius: 16px;
  }

  .service-grid-icon {
    height: 110px;
    border-radius: 12px;
  }

  .service-grid-img {
    border-radius: 12px;
  }

  .service-grid-title {
    font-size: 15px;
  }

  .service-grid-desc {
    font-size: 12px;
    line-height: 1.5;
  }

  /* DMC Sections - Small Tablet */
  .title-section.dmc-title {
    font-size: 32px;
  }

  .dmc-highlights-badges {
    gap: 12px;
  }

  .dmc-highlight-badge {
    font-size: 13px;
    padding: 10px 18px;
  }

  .dmc-intro-heading {
    font-size: 28px;
  }

  .dmc-intro-text,
  .dmc-certified-desc,
  .dmc-certifications-desc {
    font-size: 15px;
  }

  .dmc-split-section {
    flex-direction: column;
  }

  .dmc-split-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue) 70%, transparent 100%);
  }

  .dmc-split-left,
  .dmc-split-right {
    padding: 32px 0;
  }

  .dmc-split-title {
    font-size: 24px;
  }

  .dmc-mission-vision {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dmc-curr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .dmc-curr-card {
    padding: 22px 18px;
    gap: 16px;
  }

  .dmc-curr-count {
    font-size: 70px;
  }

  .dmc-curr-subtitle {
    font-size: 14px;
  }

  .dmc-honeycomb {
    --hex-size: 105px;
  }

  .dmc-hex-text {
    font-size: 11px;
  }

  .dmc-hex-row {
    gap: 6px;
    margin-top: -16px;
  }

  .dmc-honeycomb-desktop {
    display: none;
  }

  .dmc-honeycomb-tablet {
    display: flex;
  }

  .dmc-honeycomb-mobile {
    display: none;
  }

  .dmc-bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dmc-bento-lg {
    grid-column: span 2;
  }

  .dmc-career-heading {
    font-size: 30px;
  }

  .dmc-career-header {
    margin-bottom: 36px;
  }

  .dmc-bento-card {
    padding: 22px 20px;
  }

  .dmc-accordion-title {
    font-size: 18px;
  }

  .dmc-program-intro,
  .dmc-curriculum-section,
  .dmc-whocanjoin-section,
  .dmc-tools-section,
  .dmc-certifications-section,
  .dmc-career-section,
  .dmc-certified-section {
    padding: 40px 0;
  }

}

@media screen and (max-width: 767px) {
  body {
    --_typography---paragraph-small: 12px;
    --_typography---lh-base: 120%;
    --_typography---heading-1: 54px;
    --_typography---lh-snug: 110%;
    --_typography---heading-2: 36px;
    --_typography---heading-3: 44px;
    --_typography---lh-loose: 140%;
    --_typography---heading-6: 20px;
    --_typography---paragraph-medium: 14px;
    --_typography---lh-tight: 84%;
    --_typography---heading-8: 16px;
    --_typography---lh-large: 156%;
    --_typography---heading-7: 20px;
    --_typography---lh-relaxed: 135%;
    --_typography---heading-4: 36px;
    --_typography---heading-5: 24px;
    --_typography---paragraph-large: 16px;
    --_typography---paragraph-extra-small: 12px;
  }

  h3 {
    line-height: var(--_typography---lh-loose);
  }

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

  .section.hero {
    height: 100vh;
  }

  .section.hero.home {
    padding-bottom: 50px;
  }

  .section.about-us, .section.section-service-list, .section.our-workflow, .section.px-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.overview-section {
    padding-top: 60px;
  }

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

  .wrapper-content-hero.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-content-hero.utility-pages {
    padding-top: 100px;
  }

  .wrapper-content-hero.contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-hero-text {
    width: 100%;
  }

  .hero-text, .hero-text.inner-page {
    font-size: var(--_typography---heading-1);
  }

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

  .title-section.service-title {
    text-align: center;
  }

  .work-card-wrapper._1, .work-card-wrapper._2 {
    flex-flow: column;
    height: 100vh;
  }

  .work-card-wrapper._3 {
    flex-flow: column;
    height: auto;
  }

  .work-column-content {
    height: 300px;
  }

  .work-column-content.left {
    grid-row-gap: 69px;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    grid-row-gap: 24px;
    flex-flow: column;
    min-height: auto;
  }

  .testimonial-card.version-2 {
    grid-row-gap: 40px;
    min-height: auto;
  }

  .testimonial-text-wrapper {
    order: -9999;
  }

  .testimonial-text-wrapper.version-2 {
    grid-row-gap: 40px;
  }

  .list-logo-brand {
    background-color: #3c3c3c00;
    width: auto;
    margin-top: 0;
    padding: 0;
  }

  .logo-brand-wrapper {
    min-width: 100px;
  }

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

  .footer-top-link {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-info, .footer-info.align-right {
    justify-content: center;
    align-items: center;
  }

  .footer-center-content {
    min-height: 258px;
  }

  .footer-left-content {
    order: 3;
  }

  .footer-left-content.menu-link {
    order: 1;
  }

  .social-media-icons {
    order: 2;
  }

  .scroll-image-vertical {
    width: 132px;
    height: 159px;
  }

  .scroll-image-vertical._2, .scroll-image-vertical._3, .scroll-image-vertical._1, .scroll-image-vertical._4 {
    width: 180px;
    height: 200px;
    margin-top: 160px;
  }

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

  .wrapper-title-our-work {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .wrapper-title-work-slide {
    min-width: 140px;
  }

  .cursor-container {
    display: none;
  }

  .logo-brand-slider-wraper {
    background-color: var(--bg-grey);
    margin-top: 48px;
    position: relative;
    overflow: hidden;
  }

  .logo-slider {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .service-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 16px;
  }

  .our-workflow-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-workflow-list {
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .workflow-card {
    min-width: 100%;
    max-width: none;
  }

  .workflow-image {
    max-width: 100px;
    height: auto;
    top: 10%;
    left: auto;
    right: 10%;
  }

  .the-width-400vh-scrollable-div {
    width: auto;
  }

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

  .the-sticky-div {
    position: static;
  }

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

  .list-image-about {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .great-member-item {
    padding-left: 0;
  }

  .great-member-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .great-member-header {
    position: static;
  }

  .cursor-container-2 {
    display: none;
  }

  .thumbnail-2.is-mobile {
    border-radius: 8px;
  }

  .about-us-image-wrapper {
    min-width: 322px;
  }

  .overley-hero.detail-project {
    height: 100%;
  }

  .text-hero-bottom {
    max-width: 292px;
  }

  .brand-list-wrapper.is-desktop {
    display: none;
  }

  .brand-list-wrapper.is-mobile {
    flex-flow: row;
    display: flex;
  }

  .brand-card {
    width: 200px;
    min-width: 200px;
    height: 84px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-section.service-header {
    justify-content: center;
    align-items: center;
  }

  .our-service {
    padding-bottom: 80px;
  }

  .tab-link-testi {
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-brand-testi {
    max-width: 100px;
  }

  .testim-image-bg.is-desktop {
    display: none;
  }

  .testim-image-bg.is-mobile {
    height: 321px;
    display: block;
  }

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

  .testimonial-image-v2 {
    object-fit: cover;
    width: 70px;
    height: 70px;
  }

  .hero-desc, .paragraph-medium.scoll-down-text.is-mobile {
    font-size: var(--_typography---paragraph-medium);
  }

  .project-image {
    height: 400px;
  }

  ._404-header-wraper {
    height: auto;
  }

  .overview-contain {
    padding: 80px 20px;
  }

  .heading-6.bold {
    font-size: var(--_typography---heading-4);
  }

  .detail-project-text-wrap {
    padding: 60px 0;
  }

  .img-detail-large {
    object-fit: cover;
    height: 503px;
  }

  .image-detail-row {
    grid-template-columns: 1fr;
    height: auto;
  }

  .image-detail-medium {
    height: 503px;
  }

  .more-project-header {
    flex-flow: column;
  }

  .heading-2, .heading-4 {
    font-size: var(--_typography---heading-1);
  }

  .heading-5 {
    font-size: var(--_typography---heading-3);
  }

  .heading-7 {
    font-size: var(--_typography---heading-5);
  }

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

  .collection-list-work {
    width: 100%;
  }

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

  .brand-image {
    width: 100px;
  }

  .nav-menu-phone {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
  }

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

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

  .image-menu-toggle:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    display: block;
  }

  .image-menu-toggle.black:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    display: none;
  }

  .heading-3.text-black {
    font-size: 54px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-section.service.service-1,
  .title-section.service.service-2,
  .title-section.service.service-3,
  .title-section-blue {
    line-height: 1.2;
    word-break: keep-all;
  }

  .hero-text {
    font-size: 42px !important;
    word-break: keep-all;
  }

  .hero-text.inner-page {
    font-size: 36px !important;
    word-break: keep-all;
  }

  .section.hero.utility-page {
    height: 700px;
  }

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

  .wrapper-content-hero.utility-pages {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-hero-text.inner-page {
    clear: none;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 200px;
  }

  .wrapper-hero-text.utility-pages {
    justify-content: center;
    align-items: center;
  }

  .wrapper-hero-text.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-text {
    letter-spacing: -.05em;
  }

  .hero-text.inner-page.detail-project {
    font-size: var(--_typography---heading-1);
  }

  .hero-text.inner-page.text-white {
    overflow-wrap: anywhere;
  }

  .title-section.text-white.max-250 {
    max-width: 250px;
  }

  .button-read-more {
    font-size: 20px;
  }

  .work-card-wrapper._1 {
    height: auto;
  }

  .work-column-content {
    height: 200px;
  }

  .testimonial-card {
    padding-top: 0;
  }

  .testimonial-text-wrapper {
    grid-row-gap: 40px;
  }

  .testimonial-text {
    line-height: var(--_typography---lh-loose);
  }

  .logo-brand-wrapper {
    min-width: 100px;
  }

  .text-20 {
    font-size: var(--_typography---heading-8);
  }

  .footer-info-label {
    font-size: var(--_typography---paragraph-large);
  }

  .footer-center-content {
    min-height: 258px;
  }

  .footer-center-content.w--current {
    min-height: 400px;
  }

  .footer-text-large {
    font-size: 100px;
  }

  .footer-left-content.menu-link {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    width: auto;
  }

  .footer-link.copyright {
    font-size: var(--_typography---paragraph-small);
  }

  .wrapper-title-our-work {
    flex-flow: column;
  }

  .wrapper-title-work-slide {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 12vw;
    overflow: hidden;
    position: relative;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .logo-brand-slider-wraper {
    position: relative;
  }

  .service-item-title {
    overflow-wrap: anywhere;
  }

  .workflow-desc {
    font-size: var(--_typography---heading-5);
    line-height: var(--_typography---lh-relaxed);
  }

  .section-team-contain {
    grid-row-gap: 80px;
  }

  .list-team-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .list-team-wrapper.is-desktop {
    display: none;
  }

  .list-team.padding-top {
    padding-top: 0;
  }

  .team-name, .team-positions {
    font-size: var(--_typography---heading-7);
  }

  .team-image {
    object-fit: cover;
    height: 435px;
  }

  .great-desc {
    font-size: var(--_typography---heading-5);
  }

  .text-hero-bottom {
    max-width: 292px;
    margin-top: 100px;
  }

  .image-bg-about {
    width: 100%;
    height: 100%;
  }

  .service-card {
    padding: 24px;
  }

  .service-card-title {
    font-size: var(--_typography---heading-3);
  }

  .service-card-title.service-title-sm {
    font-size: 20px;
  }

  .our-service {
    padding: 80px 16px 0;
  }

  .testim-image-bg.is-mobile {
    height: 321px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-header-wraper {
    height: auto;
  }

  .detail-project-text-wrap {
    padding: 60px 0;
  }

  .more-project-contain {
    grid-row-gap: 80px;
  }

  .more-project-header {
    grid-row-gap: 20px;
  }

  .style-guide-card, .utility-card-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .color-swatches, .button-examples {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-5 {
    max-width: 53px;
  }

  .left-arrow {
    left: 33%;
  }

  .left-arrow.home {
    left: 35%;
  }

  .right-arrow {
    left: 4.8rem;
  }

  .right-arrow.center {
    left: 60%;
    transform: translate(-50%);
  }

  .right-arrow.home {
    left: 53%;
  }

  .brand-list-hidden {
    display: none;
  }

  .nav-link-2 {
    font-size: 40px;
  }

  .header-nav-phone {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .nav-menu-phone {
    justify-content: center;
    align-items: center;
  }

  .menu-toggle {
    padding: 10px;
  }

  .menu-toggle:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    background-color: var(--black);
  }

  .image-menu-toggle:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    display: block;
  }

  .image-menu-toggle.black:where(.w-variant-02e3980c-f352-533b-39c1-7b49f723bba9) {
    display: none;
  }

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

  .mask-2 {
    width: 100%;
  }

  .services-grid-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .services-grid {
    gap: 12px;
    margin-top: 24px;
  }

  .service-grid-card {
    padding: 20px 16px;
    gap: 12px;
    border-radius: 14px;
    flex-direction: row;
    align-items: center;
  }

  .service-grid-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 12px;
  }

  .service-grid-img {
    border-radius: 12px;
  }

  .service-grid-number {
    font-size: 12px;
  }

  .service-grid-title {
    font-size: 15px;
  }

  .service-grid-desc {
    display: none;
  }

  /* DMC Sections - Mobile */
  .title-section.dmc-title {
    font-size: 26px;
  }

  .dmc-highlights-badges {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .dmc-highlight-badge {
    justify-content: center;
    font-size: 14px;
    padding: 12px 20px;
  }

  .dmc-intro-heading {
    font-size: 24px;
  }

  .dmc-intro-text,
  .dmc-certified-desc,
  .dmc-certifications-desc {
    font-size: 14px;
  }

  .dmc-split-left,
  .dmc-split-right {
    padding: 24px 0;
    gap: 16px;
  }

  .dmc-split-title {
    font-size: 22px;
  }

  .dmc-split-desc {
    font-size: 14px;
  }

  .dmc-cert-badge {
    padding: 6px 14px;
    font-size: 12px;
  }

  .dmc-mv-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .dmc-curr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .dmc-curr-card {
    padding: 20px 16px;
    gap: 14px;
    border-radius: 12px;
  }

  .dmc-curr-title {
    font-size: 13px;
  }

  .dmc-curr-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .dmc-curr-icon svg {
    width: 20px;
    height: 20px;
  }

  .dmc-curr-count {
    font-size: 50px;
  }

  .dmc-curr-subtitle {
    font-size: 13px;
  }

  .dmc-honeycomb {
    --hex-size: 100px;
  }

  .dmc-hex-text {
    font-size: 10px;
  }

  .dmc-hex-row {
    gap: 4px;
    margin-top: -14px;
  }

  .dmc-hex-inner {
    padding: 12px;
  }

  .dmc-honeycomb-desktop {
    display: none;
  }

  .dmc-honeycomb-tablet {
    display: none;
  }

  .dmc-honeycomb-mobile {
    display: flex;
  }

  .dmc-accordion-title {
    font-size: 16px;
  }

  .dmc-accordion-header {
    padding: 20px 0;
  }

  .dmc-accordion-text {
    font-size: 14px;
    padding-right: 24px;
  }

  .dmc-whocanjoin-grid {
    grid-template-columns: 1fr;
  }

  .dmc-bento-grid {
    grid-template-columns: 1fr;
  }

  .dmc-bento-lg {
    grid-column: span 1;
  }

  .dmc-career-heading {
    font-size: 26px;
  }

  .dmc-career-header {
    margin-bottom: 28px;
  }

  .dmc-bento-card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .dmc-bento-title {
    font-size: 15px;
  }

  .dmc-career-btn {
    font-size: 14px;
    padding: 16px 28px;
  }

  .dmc-program-intro,
  .dmc-curriculum-section,
  .dmc-whocanjoin-section,
  .dmc-tools-section,
  .dmc-certifications-section,
  .dmc-career-section,
  .dmc-certified-section {
    padding: 32px 0;
  }
}


@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-SemiBold.ttf') format('truetype');
  font-weight: 600;
  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;
}

.service-grid-desc {
  font-size: 16px;
}

/* Service section subtitle text — fluid sizing replacing inline font-size: 60px */
.service-subtitle-text {
  color: #ffffff;
  font-size: clamp(18px, 4.5vw, 60px);
  display: block;
  text-align: center;
  word-break: keep-all;
}

/* Hero heading — fluid responsive sizing via clamp() */
.title-section.works,
.title-section.service.service-1,
.title-section.service.service-2,
.title-section.service.service-3 {
  font-size: clamp(32px, 9vw, 120px);
}

@media screen and (min-width: 1440px) {
  .about-us-image {
    width: 200px;
    height: auto;
  }
}

.gsap_split_word {
  text-align: center;
}
