* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
  color: #0f0f0f;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-container {
  position: relative;
  width: 100%;
  padding: 1rem 7rem;
  height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  letter-spacing: -0.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-link {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
  opacity: 0.8;
  overflow: hidden;
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  opacity: 1;
}

.hover-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.nav-link:hover .hover-text-wrapper {
  opacity: 1;
}

.hover-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.nav-link:hover .hover-text,
.contact-button:hover .hover-text,
.ham-link:hover .hover-text,
.ham-contact:hover .hover-text {
  animation: scrollTextBottomToTop 4s linear infinite;
}

@keyframes scrollTextBottomToTop {
  0% {
    transform: translateY(100%);
  }
  15% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.contact-button {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.contact-button:hover {
  background-color: #333;
}
.contact-button svg {
  fill: currentColor;
  z-index: 1;
  transition: transform 0.3s ease;
}
.contact-button:hover svg {
  transform: translateX(3px);
}
.contact-button span {
  z-index: 1;
  font-size: 14px;
}
.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger-menu span {
  width: 25px;
  height: 2px;
  background-color: #0f0f0f;
  transition: all 0.3s ease;
}
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.ham-nav {
  display: none;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.ham-link,
.ham-contact {
  padding: 10px 0;
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.ham-contact {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ham-nav.show {
  display: flex;
}
.contact-button {
  display: flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  background-color: white;
  color: #000000;
  font-weight: 500;
  transition: background-color 0.3s;
}
.contact-button:hover {
  background-color: #000000;
  color: white;
}
.contact-button svg {
  margin-left: 0px;
  width: 12px;
  height: 14px;
  transition: transform 0.3s ease;
}
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 20px;
  height: 24px;
  cursor: pointer;
}
.hamburger-menu span {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
}
.hero-section {
  padding: 7rem;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.hero-intro {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.hero-heading {
  font-size: 150px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 100%;
}
.hero-headline-left-text {
  color: var(--black-900);
  letter-spacing: -14.4px;
  text-transform: uppercase;
  font-size: 165px;
  font-weight: 700;
  line-height: 160px;
  margin: 2px 0 0 -28%;
}
.hero-headline-right-text {
  color: var(--black-900);
  text-align: right;
  letter-spacing: -14.4px;
  text-transform: uppercase;
  margin-right: 11px;
  font-family: Inter, sans-serif;
  font-size: 165px;
  font-weight: 700;
  line-height: 160px;
  margin: 0 0 0 10%;
}
.a-hero-section {
  display: flex;
  gap: 70px;
  padding: 0rem 7rem;
  margin-bottom: 200px;
}
.a-button svg {
  width: 13px;
  margin-bottom: -3px;
}
.a-hero-left {
  width: 30%;
  margin: 4rem 0 0 0;
}
.a-hero-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}
.a-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.a-button:hover {
  background: #333;
}
.a-arrow {
  margin-left: 10px;
}
.a-hero-center {
  width: 30%;
}
.a-hero-image {
  width: 100%;
  height: auto;
}
.a-hero-right {
  width: 30%;
  margin: 4rem 0 0 0;
}
.a-featured-heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.a-client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.a-client {
  width: 80%;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
}
.b-services-section {
  column-gap: 180px;
  display: flex;
  padding: 0rem 7rem;
  margin-bottom: 250px;
  margin-top: 100px;
}
.b-heading {
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
  margin-top: 50px;
}
.right-sec {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
  padding: 60px 0;
}
.right-sec-last {
  display: flex;
  width: 100%;
  padding: 60px 0;
}
.b-right {
  width: 100%;
}
.b-service-item {
  margin-bottom: 40px;
}
.b-desc p {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.b-dot p {
  font-family: Inter, sans-serif;
  font-weight: 600;
  padding: 0 10px;
}
.b-top {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.b-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 17px auto;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  max-width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.b-number {
  font-family: Inter, sans-serif;
  font-weight: 600;
}
.b-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.b-tags {
  max-width: 268px;
  margin-left: 30%;
}
.b-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 600px;
  color: #4f4f4f;
}
.b-divider {
  background-color: var(--horizontal-line);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.a-client-logo {
  max-width: 100%;
  height: 32px;
  object-fit: contain;
  display: block;
}
.c-projects-section {
  padding: 0rem 7rem;
  margin-bottom: 250px;
}
.c-title {
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.c-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.c-project-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0;
}
.c-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.c-project-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-project-image {
  transition: transform 0.3s ease;
}
.c-project-image:hover {
  transform: scale(1.05);
}
.c-project-name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
.c-project-description {
  letter-spacing: -0.14px;
  margin-bottom: 23px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: grey;
}
.c-view-button {
  padding: 10px 16px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.c-view-button svg {
  margin-left: 5px;
  margin-bottom: -3px;
  width: 12px;
  height: 14px;
  transition: transform 0.3s ease;
}
.c-view-button:hover {
  background-color: #000;
  color: #fff;
}

.d-container {
  margin: 0 auto;

  display: flex;
  align-items: flex-start;
  gap: 200px;
}
.d-why-section {
  background-color: #fff;
  padding: 0rem 7rem;
  margin-bottom: 250px;
}
.d-why-heading {
  max-width: 409px;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  z-index: 10;
  background-color: white;
}
.d-why-heading h2 {
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  margin: 0;
}
.d-benefits-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.d-benefit-item,
.d-benefit-item-first {
  display: flex;
  gap: 50px;
  padding: 60px 0;
}
.d-benefit-item-first {
  padding-top: 0;
}
.d-benefit-number {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 500;
  color: #111;
}
.d-benefit-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.d-benefit-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.72px;
  margin: 0;
}
.d-benefit-text {
  color: #555;
  max-width: 600px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin: 0;
}
.d-divider {
  height: 1px;
  background-color: #ddd;
  width: 100%;
}
.e-container {
  display: flex;
  padding: 0rem 7rem;
  grid-column-gap: 60px;
  margin-bottom: 250px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}
.e-left {
  max-width: 530px;
  position: sticky;
  top: 0px;
  align-self: flex-start;
  z-index: 10;
  background-color: white;
}
.e-left h2 {
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.e-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.e-experience {
  justify-content: space-between;
  display: flex;
}
.e-role {
  letter-spacing: -0.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  font-weight: 600;
}
.e-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
}
.e-details span {
  letter-spacing: -0.54px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.e-details p {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.f-container {
  grid-column-gap: 203px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  padding: 0rem 7rem;
  margin-bottom: 250px;
}
.f-row {
  gap: 45px;
}
.f-left {
  max-width: 530px;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  z-index: 10;
  background-color: white;
}
.f-left h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  margin: 0;
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.f-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.f-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.f-item {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 160px;
  display: flex;
}
.f-value {
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  line-height: 80px;
}
.f-label {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.f-divider {
  width: 1px;
  height: 60px;
  background-color: #ccc;
  margin: 0 30px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}
.g-container {
  grid-column-gap: 194px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
  margin-bottom: 250px;
  padding: 0rem 7rem;
}
.g-left {
  max-width: 530px;
  position: sticky;
  top: 0px;
  align-self: flex-start;
  z-index: 10;
  background-color: white;
}
.g-title {
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.g-step {
  grid-column-gap: 90px;
  justify-content: space-between;
  display: flex;
}
.g-step-header {
  font-weight: bold;
  margin-bottom: 10px;
  width: 50%;
}
.g-step-title {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.g-step-description {
  font-size: 14px;
  color: #666;
  max-width: 500px;
}
.g-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 60px 0;
}
.h-reviews-container {
  padding: 0 7rem;
  margin-bottom: 250px;
  width: 100%;
}
.h-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.h-nav-button i {
  font-size: 20px;
  width: 30px;
}
.h-reviews-title {
  width: 100%;
  max-width: 412px;
  margin-bottom: 37px;
  z-index: 999;
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}

.h-nav-buttons {
  display: flex;
  gap: 16px;
  margin-top: 7rem;
}
.h-nav-button {
  background-color: rgb(242, 242, 242);
  border: none;
  padding: 15px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;

  &:hover {
    background-color: #000;
    color: #fff;
  }
}
.h-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.h-carousel-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}
.h-review-card {
  background-color: #f9f9f9;
  padding: 24px;
  height: 400px;
  border-radius: 8px;
  min-width: calc(49% - 20px);
}
.h-review-text {
  letter-spacing: -0.8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 34px;
  width: 100%;
  max-width: 380px;
  height: 70%;
  margin-bottom: 35px;
}
.h-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.h-author-img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  object-fit: cover;
}
.h-author-name {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.h-author-details {
  display: flex;
  flex-direction: column;
}
.h-author-title {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.i-faq-container {
  grid-column-gap: 240px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
  position: static;
  padding: 0rem 7rem;
  margin-bottom: 250px;
}
.i-left {
  position: sticky;
  top: 10px;
  align-self: flex-start;
  z-index: 10;
  background-color: white;
}
.i-right {
  width: 100%;
}
.i-faq-title {
  width: 100%;
  max-width: 412px;
  margin-bottom: 37px;
  z-index: 999;
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.i-faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 0;
}
.i-faq-question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.i-faq-question {
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin: 0;
}
.i-faq-toggle {
  font-size: 2.5rem;
  font-weight: 300;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.i-faq-item.active .i-faq-toggle {
  content: "-";
}
.i-faq-answer {
  padding-top: 20px;
  display: none;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  max-width: 90%;
  max-width: 684px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: grey;
}
.i-faq-item.active .i-faq-answer {
  display: block;
}
.j-articles-section {
  padding: 0rem 7rem;
  margin-bottom: 250px;
}
.j-title {
  width: 100%;
  max-width: 412px;
  margin: 0 auto 37px;
  z-index: 999;
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 84px;
  display: block;
  text-align: center;
}
.j-articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.j-article-card {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.j-article-img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}
.j-article-img:hover {
  transform: scale(1.05);
}
.j-article-info {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px 10px;
  font-size: 14px;
  color: #555;
}
.j-category {
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: -0.36px;
  margin-bottom: 0;
  border: 1px solid grey;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  font-family: Inter, sans-serif;
}
.j-date {
  color: #777;
}
.j-article-title {
  max-width: 330px;
  font-family: Inter, sans-serif;
  letter-spacing: -0.72px;
  margin-bottom: 0;
  font-size: 24px;
}
.j-description {
  color: #828181;
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 350px;
  line-height: 20px;
}
.j-read-more {
  margin: 10px 0px 20px;
  padding: 10px 15px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #e0dddd;
  cursor: pointer;
  align-self: flex-start;
}
.j-read-more:hover {
  background: #000000;
  color: white;
}
.k-container {
  display: flex;
  padding: 7rem;
  display: flex;
  background-color: #e8e8e840;
  width: 100%;
}
.k-left {
  display: flex;
  flex-direction: column;
  width: 62%;
}
.k-heading {
  width: 100%;
  margin-bottom: 37px;
  z-index: 999;
  color: var(--black-900);
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}
.k-contact-word {
  display: inline-block;
  margin-left: 10px;
}
.k-button i {
  margin-left: 6px;
  width: 14px;
  height: 14px;
}
.k-button {
  background-color: black;
  color: white;
  padding: 15px;
  font-size: 16px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  width: 28%;
}
.k-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 40%;
  margin-left: 10%;
}
.k-column {
  min-width: 150px;
}
.k-title {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 700;
}
.k-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.k-list li {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0;
}
.footer-container {
  padding: 0 7rem;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #e8e8e840;
}
.footer-line {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
.footer-content {
  display: flex;
  padding-bottom: 20px;
}
.footer-left {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #555;
}
.footer-center {
  letter-spacing: -0.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #555;
  margin-left: 20rem;
}
.footer-left a:hover {
  color: #000;
}
.footer-link {
  color: #666;
  text-decoration: underline;
}
.footer-activate {
  color: #b3b3b3;
  font-size: 18px;
}
.footer-settings {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 4px;
}
.ham-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.ham-link {
  margin: 10px 0;
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 500;
}
.ham-contact {
  margin-top: 15px;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 500;
  color: #0f0f0f;
  display: inline-block;
}
.s-wrapper {
  margin: 80px 0 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif;
}
.s-header {
  background-color: #fff;
  padding: 0rem 7rem;
  margin-bottom: 3rem;
  text-align: center;
}
.s-brand {
  color: #000;
  text-align: center;
  letter-spacing: -7.2px;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}
.s-hero {
  padding: 0rem 7rem;
}
.s-hero-image {
  width: 100%;
}
.sub-info-section {
  justify-content: space-between;
  display: flex;
  padding: 3rem 7rem;
}
.sub-overview-section {
  padding: 3rem 7rem;
}
.sub-info-item {
  display: flex;
  flex-direction: column;
}
.sub-label {
  letter-spacing: -0.72px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.sub-value {
  color: #666;
  font-family: Inter, sans-serif;
  font-weight: 500;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.sub-overview-title {
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52.8px;
}
.sub-paragraph {
  color: #666464;
  color: var(--black-600);
  letter-spacing: -0.16px;
  text-align: left;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
  color: #464646;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-why-heading,
  .e-left,
  .f-left,
  .g-left,
  .i-left {
    position: relative;
    max-width: 100%;
  }
  .sub-info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .s-brand {
    color: #000;
    text-align: center;
    letter-spacing: -7.2px;
    white-space: nowrap;
    font-family: Inter, sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
  }
  .s-hero-image {
    height: auto;
    width: 100%;
  }
  .nav-menu,
  .contact-button {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }
  .ham-nav.active {
    display: flex;
  }
  .hero-section {
    padding: 30px 15px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-container {
    position: relative;
    padding: 15px;
    width: 100%;
  }
  .hero-intro {
    font-size: 25px;
  }
  .hero-headline-left-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
  }
  .hero-headline-right-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
  }
  .nav-menu,
  .contact-button {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .ham-nav.active {
    display: flex;
  }
  .hero-section {
    padding: 30px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-container {
    position: relative;
    padding: 15px;
    width: 100%;
  }
  .hero-intro {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .hero-headline-left-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 4rem;
  }
  .hero-headline-right-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 7rem;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 35px;
  }
  .a-hero-section {
    display: flex;
    flex-direction: column;
    padding: 10px 15%;
  }
  .a-hero-center {
    order: 0;
    width: 100%;
  }
  .a-hero-left {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .a-hero-right {
    order: 2;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .a-client {
    width: 62%;
    font-weight: 600;
    color: #666;
    display: flex;
    margin: 0 auto;
  }
  .b-services-section {
    grid-column-gap: 0;
    display: flex;
    flex-direction: column;
    padding: 60px 30px;
  }
  .b-heading {
    letter-spacing: -7px;

    font-size: 7rem;
  }
  .b-left {
    text-align: center;
  }
  .b-right {
    width: 100%;
  }
  .right-sec {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #4f4f4f;
    padding: 30px 0;
  }
  .b-tags {
    max-width: 40%;
  }
  .b-tags {
    margin-left: 48%;
  }
  .c-projects-section {
    padding: 30px 15px;
    text-align: center;
  }
  .c-title {
    letter-spacing: -7px;
    font-size: 7rem;
  }
  .d-why-section {
    padding: 30px 15px;
  }
  .d-why-heading h2 {
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
    padding: 5rem 0;
  }
  .d-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }
  .d-benefit-item-first {
    display: flex;
    gap: 10px;
    padding: 0 0 30px 0;
  }
  .d-benefit-item {
    display: flex;
    gap: 10px;
    padding: 30px 0 30px 0;
  }
  .d-benefit-content {
    margin-left: 22rem;
    display: flex;
  }
  .d-benefits-container {
    flex: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .e-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .e-left {
    width: 100%;
  }
  .e-left h2 {
    flex: 0;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
  }

  .e-role {
    letter-spacing: -0.96px;
    width: 50%;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
  .e-details span {
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }
  .e-experience {
    justify-content: space-between;
    display: flex;
    padding: 60px 0;
  }
  .e-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .e-details p {
    letter-spacing: -0.14px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }
  .f-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .f-left {
    width: 100%;
    text-align: center;
  }
  .f-left h2 {
    flex: 0;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
    margin-bottom: 60px;
  }
  .f-right {
    flex: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .g-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .g-left {
    width: 100%;
    text-align: center;
  }
  .g-title {
    flex: 0;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
    margin-bottom: 60px;
  }
  .g-right {
    flex: 0;
    padding-left: 0;
    width: 100%;
  }
  .g-step-header {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .g-step-content {
    margin-left: 21rem;
  }
  .g-step {
    grid-column-gap: 0;
    justify-content: space-between;
    display: flex;
  }
  .i-faq-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .i-faq-title {
    flex: 0;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
    max-width: 100%;
  }
  .i-left {
    padding-right: 0;
    width: 100%;
  }
  .i-faq-question {
    font-size: 25px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin: 0;
  }
  .j-articles-section {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .j-title {
    flex: 0;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100pxx;
    text-align: center;
    margin-bottom: 65px;
    max-width: 100%;
  }
  .j-articles-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
  }
  .k-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .k-left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .k-heading {
    flex: 0 1 0%;
    letter-spacing: -7px;
    font-size: 7rem;
    line-height: 100px;
    text-align: center;
  }
  .k-button {
    background-color: black;
    color: white;
    padding: 16px 24px;
    font-size: 22px;
    border: none;
    cursor: pointer;
    width: 35%;
    margin: 0 auto;
  }
  .k-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    margin: 60px 0 0 0;
  }
  .k-column {
    width: 100%;
    text-align: center;
  }
  .a-hero-description {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
  }
  .a-button {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    transition: background 0.3s ease;
  }
  .a-featured-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .a-client-logo {
    max-width: 100%;
    height: 36px;
    object-fit: contain;
    display: block;
  }
  .b-dot {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto 17px auto;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    max-width: 100%;
    padding: 0;
    text-align: start;
  }
  .right-sec-last {
    display: flex;

    width: 100%;
    border-bottom: 1px solid #4f4f4f;
    padding: 30px 0;
  }
  .footer-container {
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .footer-center {
    order: 1;
    margin: 0;
  }
  .footer-left {
    order: 2;
  }
}
@media (max-width: 992px) {
  .h-review-card {
    min-width: calc(100% - 20px);
  }
  .h-reviews-title {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -4px;
  }
  .h-reviews-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .d-why-heading,
  .e-left,
  .f-left,
  .g-left,
  .i-left {
    position: relative;
  }
  .s-brand {
    color: #000;
    text-align: center;
    letter-spacing: -4.2px;
    white-space: nowrap;
    font-family: Inter, sans-serif;
    font-size: 71px;
    font-weight: 700;
    line-height: 90px;
  }
  .sub-info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 30px;
  }
  .h-reviews-container {
    padding: 30px 15px;
    width: 100%;
    margin: 0;
  }
  .sub-overview-section {
    padding: 30px;
  }
  .s-hero-image {
    height: auto;
    width: 100%;
  }
  .nav-menu,
  .contact-button {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .ham-nav.active {
    display: flex;
  }
  .hero-section {
    padding: 30px 15px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-container {
    position: relative;
    padding: 15px;
    width: 100%;
  }
  .hero-intro {
    font-size: 25px;
  }
  .hero-headline-left-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
  }
  .hero-headline-right-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
  }
  .footer-container {
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .footer-center {
    order: 1;
    margin: 0;
  }
  .footer-left {
    order: 2;
  }
  .nav-menu,
  .contact-button {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }
  .ham-nav.active {
    display: flex;
  }
  .hero-section {
    padding: 30px 15px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-container {
    position: relative;
    padding: 15px;
    width: 100%;
  }
  .hero-intro {
    font-size: 25px;
  }
  .hero-headline-left-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
  }
  .hero-headline-right-text {
    color: var(--black-900);
    letter-spacing: -6.4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
  }
  .a-hero-section {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    margin: 0;
  }
  .a-hero-center {
    order: 0;
    width: 100%;
  }
  .a-hero-left {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .a-hero-right {
    order: 2;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .a-client {
    width: 62%;
    font-weight: 600;
    color: #666;
    display: flex;
    margin: 0 auto;
  }
  .b-services-section {
    grid-column-gap: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    margin: 0;
  }
  .b-heading {
    letter-spacing: -2px;
    margin: 0;

    font-size: 55px;
  }
  .b-left {
    text-align: center;
  }
  .b-right {
    width: 100%;
    text-align: center;
  }
  .right-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: none;
    padding: 20px 0;
    gap: 15px;
  }
  .b-number {
    display: none;
  }
  .right-sec-last {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: none;
    padding: 30px 0;
  }
  .b-tags {
    max-width: 100%;
    margin-left: 0;
  }
  .c-projects-section {
    padding: 30px 15px;
    text-align: left;
    margin: 0;
  }
  .c-title {
    letter-spacing: -2px;
    font-size: 55px;
  }
  .d-why-section {
    padding: 30px 15px;
    text-align: center;
    margin: 0;
  }
  .d-why-heading h2 {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
  }
  .d-container {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 45px;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }
  .g-step-content {
    padding: 18px;
  }
  .g-divider {
    display: none;
  }
  .d-divider {
    display: none;
  }
  .d-benefit-item-first {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 30px 0;
  }
  .d-benefit-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0 30px 0;
  }
  .d-benefit-content {
    margin-left: 0px;
    display: flex;
  }
  .d-benefits-container {
    flex: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .e-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .e-left h2 {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 60px;
  }
  .e-role {
    letter-spacing: -0.96px;
    width: 150px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
  }
  .e-experience {
    justify-content: space-between;
    display: flex;
  }
  .e-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .e-details span {
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }
  .f-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .f-left {
    width: 100%;
    text-align: center;
  }
  .f-left h2 {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 60px;
  }
  .f-right {
    flex: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .g-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .g-left {
    width: 100%;
    text-align: center;
  }
  .g-title {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 60px;
  }
  .g-right {
    flex: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .g-step-header {
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
  }
  .g-step {
    grid-column-gap: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .i-faq-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .i-faq-title {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
  .i-left {
    padding-right: 0;
    width: 100%;
  }
  .i-faq-question {
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin: 0;
  }
  .j-articles-section {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .j-title {
    flex: 0;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
  .j-articles-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0;
  }
  .k-container {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
  }
  .k-left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .k-heading {
    flex: 0;
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  }
  .k-button {
    background-color: black;
    color: white;
    padding: 16px 28px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
  }
  .k-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    margin: 60px 0 0 0;
  }
  .k-column {
    width: 100%;
    text-align: center;
  }
  .a-hero-description {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
  }
  .b-dot {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
  }
  .s-wrapper {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", sans-serif;
  }
  .s-header {
    background-color: #fff;
    padding: 0 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .s-hero {
    padding: 30px;
  }
}
