@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueRoman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --fonts--brand-font: "Helvetica Neue", Arial, sans-serif;
  --colors--white: #d4d4d4;
  --main-colors--white-text: #d4d4d4;
  --main-colors--primary-color: #ee4530;
  --others--dark-gray-color: #414146;
  --blueish-gray\<deleted\|variable-e675851a-fee3-bcec-d38f-ac7b1f835f5d\>: #414146;
  --white--white2: white;
  --white\<deleted\|variable-1e345711-2e53-5874-fc64-97b9c36cad36\>: #fff;
  --main-colors--secondary-black: #29243e;
  --colors--bg-color: #0a0a0a;
  --white--gray-v2: #e1e1e1;
  --others--primary-dark: #0c0d13;
  --colors--primary-color: #ee4530;
  --colors--secondary-color: #464646;
  --main-colors--primary-black: #020308;
  --project-button--padding-left-right: 16px;
  --white--primary: whitesmoke;
  --white--secondary-white: #f8f8f8;
  --white--gray: #ebebeb;
  --project-button--padding-top-bottom: 8px;
}

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

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

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

body {
  font-family: var(--fonts--brand-font);
  color: var(--colors--white);
  font-size: 1vw;
  line-height: 1;
}

h1 {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.test-section {
  padding-top: 12em;
  overflow: hidden;
}

.section-heading-block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title {
  color: var(--main-colors--white-text);
  text-align: center;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2;
}

.section-title.text-md {
  font-size: 3.5em;
}

.orange-text {
  color: var(--main-colors--primary-color);
  text-decoration: none;
}

.section-description {
  line-height: 1.4;
}

.section-description.text-sm {
  font-size: 1.25em;
}

.section-description.text-sm.service-description {
  color: #b1b1b1;
  width: 22em;
}

.section-description.text-sm.hero-description {
  width: 38em;
  font-family: var(--fonts--brand-font);
  color: #d9d9d9;
}

.heading-texts-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5em;
  display: flex;
}

.service-section {
  padding-top: 4rem;
}

.container-lg {
  padding-left: 13.875em;
  padding-right: 13.875em;
}

.container-md {
  padding-left: 26em;
  padding-right: 25em;
}

.service-description-wrap {
  margin-bottom: 4.6em;
}

.service-cards-area {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  overflow: hidden;
}

.service-card {
  background-color: #171717;
  border-radius: 70px;
  flex: none;
  max-height: none;
  padding: 75px 80px 40px;
  position: relative;
  overflow: hidden;
}

.service-card-number {
  color: var(--others--dark-gray-color);
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.service-type {
  color: var(--white--white2);
  margin-bottom: 1em;
  font-size: 3em;
  line-height: 1;
}

.white-layer {
  background-color: #f3f0ec;
  border-radius: 150px;
  padding-top: 95px;
  padding-bottom: 95px;
}

.service-summary-wraper {
  justify-content: center;
  align-items: center;
  margin-bottom: 8em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.our-speciality-area {
  padding-left: 6.4em;
  padding-right: 6.4em;
}

.promotion-heading-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.313em;
  display: flex;
}

.container-sm {
  padding-left: 6.438em;
  padding-right: 6.438em;
}

.contact-wraper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-heading-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 2.5em;
  display: flex;
}

.contact-buttons-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contents-wrapper {
  padding: 6.563em 5.313em;
  overflow: hidden;
}

.service-card-header-wrap {
  margin-bottom: 9em;
}

.service-cards-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.sticky-container {
  flex-flow: column;
  width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
}

.sticky-cards-block {
  width: 100%;
  padding-left: 26em;
  display: flex;
  position: sticky;
  top: 10em;
  overflow: hidden;
}

.overflow-none {
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-icon {
  width: 30em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-hide {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.webflow-service-area {
  justify-content: space-between;
  padding-top: 180px;
  padding-left: 6.4em;
  padding-right: 6.4em;
  display: flex;
}

.webflow-service-right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.webflow-service-card {
  border: 1px solid var(--main-colors--white-text);
  background-color: #fff;
  border-radius: 70px;
  padding: 3.75em;
}

.webflow-service-card.two {
  z-index: 1;
  position: sticky;
  top: 10em;
}

.webflow-service-card.three {
  z-index: 2;
  position: sticky;
  top: 10em;
}

.webflow-service-card.four {
  z-index: 3;
  margin-bottom: 0;
  position: sticky;
  top: 10em;
}

.webflow-service-card.one {
  z-index: 0;
  position: sticky;
  top: 10em;
}

.webflow-card-number {
  opacity: .2;
  color: #6c6c6c;
  font-size: 4em;
  line-height: 1;
}

.webflow-card-header-wrap {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.webflow-card-details-wrap {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.webflow-card-icon {
  width: 3em;
}

.webflow-service-name {
  color: var(--main-colors--secondary-black);
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.webflow-service-description {
  color: #6c6c6c;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
}

.webflow-service-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 10em;
}

.secondary-section-title {
  color: var(--main-colors--secondary-black);
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

.webflow-card-icon-block {
  background-color: #f7f7f7;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 6.5em;
  height: 6.5em;
  padding: .8em;
  display: flex;
  overflow: hidden;
}

.webflow-service-description-block {
  max-width: 30em;
}

.cursor-image {
  z-index: 1;
  width: 1.5em;
  position: absolute;
  bottom: auto;
  right: auto;
}

.cursor-image.is-right-bottom {
  margin-top: 0;
  margin-left: 0;
  inset: 2.3em -22% 0% auto;
}

.project-view-contents-wrap {
  z-index: 2147483647;
  background-color: var(--white--white2);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.project-view-section {
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.project-view-blurr-background {
  z-index: 999;
  background-color: #000000d6;
  position: absolute;
  inset: 0%;
}

.project-view-button-block {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 3em;
  padding-right: 2.8em;
  display: flex;
  position: sticky;
  top: 0;
}

.close-button {
  z-index: 99;
  color: var(--white--white2);
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 28px;
  padding: 14px 28px;
  display: inline-block;
}

.project-inner-contents-container {
  padding: 6em 7.25em 6rem;
}

.project-info-title {
  color: #000;
  font-size: 2.5em;
  font-weight: 400;
}

.main {
  z-index: 999999;
  background-color: var(--colors--bg-color);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 1rem;
}

.main.is-teaser {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  padding-top: 0;
}

.webflow-service-heading-block {
  max-width: 360px;
}

.service-summary-block {
  max-width: 580px;
  color: var(--white--gray-v2);
}

.service-summary-block.is-mobile {
  display: none;
}

.service-summary-text {
  opacity: 1;
  color: var(--main-colors--secondary-black);
  font-size: 2.5em;
  line-height: 1.4;
  overflow: hidden;
}

.service-text-block {
  max-width: 580px;
  position: relative;
}

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

.speciality-cards-block {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speciality-card {
  background-color: #fff;
  border-radius: 60px;
  padding: 25px 20px 60px;
}

.speciality-card-contents-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.speciality-card-logo-block {
  background-color: #f7f7f7;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.speciality-card-icon {
  width: 4.313em;
}

.speciality-card-summary-block {
  width: 100%;
  margin-top: 3.2em;
}

.speciality-card-summary {
  color: #6c6c6c;
  font-size: 1.5em;
  line-height: 1.4;
}

.speciality-card-title {
  color: #474747;
  font-weight: 500;
}

.faq-section {
  padding-top: 10.25em;
  padding-bottom: 245px;
  overflow: hidden;
}

.main-container {
  max-width: 74%;
  margin-left: auto;
  margin-right: auto;
}

.main-container.is-utility {
  max-width: 60%;
}

.faq-title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-items-block {
  margin-top: 9.5rem;
}

.faq-item {
  border-bottom: .094em solid #494949;
  width: 100%;
}

.faq-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em 0;
  display: flex;
}

.faq-toggle.w--open {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  color: var(--main-colors--white-text);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.4;
}

.faq-contents-block {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-icon {
  width: .5em;
  font-size: 1.938em;
}

.faq-summary {
  color: #bbb;
  max-width: 44em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: Inter, sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
}

.liner {
  background-color: #494949;
  height: 1px;
}

.footer-bottom-contents-wrapper {
  margin-top: 10.5em;
}

.footer-brand-block {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.footer-brand-block.w--current {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.25em;
  display: flex;
  position: relative;
}

.footer-brand-text {
  color: #cdcdcd;
  font-size: 11.5em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}

.footer-brand-text.absolute {
  z-index: 1;
  color: var(--main-colors--primary-color);
  position: absolute;
  inset: 0%;
}

.footer-brand-text.default {
  z-index: 1;
  position: relative;
}

.footer-boottom-texts-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  margin-top: .563em;
  display: flex;
}

.footer-text {
  color: #888;
  font-size: 1em;
  text-decoration: none;
}

.footer-text.is-link-text {
  transition-duration: .4s;
}

.footer-text.is-link-text:hover {
  color: var(--main-colors--primary-color);
}

.footer-link-texts-block {
  grid-column-gap: .563em;
  grid-row-gap: .563em;
  display: flex;
}

.footer-liner {
  background-color: #888;
  width: .063em;
}

.promotion-cards-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.promotion-single-cards-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.promotion-card-title {
  color: #fff;
  text-align: center;
  font-size: 1.875em;
  line-height: 1.2;
}

.card-mouse-block {
  display: flex;
  position: relative;
}

.card-mouse-wrap.three {
  position: absolute;
  inset: auto auto 30% 30%;
}

.card-mouse-wrap.one {
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-mouse-wrap.two {
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-mouse-wrap.is-right-bottom {
  margin-top: 3em;
  margin-left: .2em;
}

.card-mouse-wrap.is-card-one {
  margin-left: 3em;
}

.promotion-card {
  background-color: #141414;
  border-radius: 70px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 60px 40px 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tools-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tools {
  background-color: #24282c;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.cursor-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.card-mouse-inner-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 12.7em;
  position: relative;
}

.card-mouse-inner-wrap.is-card-two {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.service-cursor-badge {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.188em;
  display: flex;
}

.service-cursor-badge.bg-orange {
  background-color: #ee4530;
}

.service-cursor-badge.bg-gray {
  background-color: #9ba3ad;
  margin-right: auto;
}

.service-cursor-badge.bg-black {
  background-color: #25282c;
  margin-left: auto;
}

.promotion-summary {
  color: #666a73;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
}

.cursor-text {
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

.cursor-text.text-black {
  color: #16181b;
}

.promotion-cards-texts-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.promotion-card-contents-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.promorion-card-icons-block {
  grid-column-gap: 1.438em;
  grid-row-gap: 1.438em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.313em;
  display: flex;
}

.promotion-card-icon {
  width: 3.813em;
}

.book-a-call-block {
  z-index: 1;
  background-color: var(--others--primary-dark);
  border-radius: 2vw;
  position: relative;
  overflow: hidden;
}

.book-call-contents-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.utility-section {
  padding-top: 10rem;
  padding-bottom: 13em;
}

.utility-contents-wrapper {
  color: #d9d9d9;
  font-variation-settings: "wght" 400;
}

.utility-title-block {
  text-align: center;
  margin-bottom: 4em;
}

.utility-title {
  font-variation-settings: "wght" 700;
  font-size: 2.5em;
}

.utility-info-contents-wrapper {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  display: flex;
}

.utility-info-title {
  color: #d9d9d9cc;
  font-size: 1.5rem;
}

.utility-summary-text {
  color: #d9d9d9cc;
  font-size: 1rem;
  line-height: 1.7;
}

.utility-list {
  color: #d9d9d9cc;
}

.utility-info-sub-title {
  color: #d9d9d9cc;
  font-size: 1.2rem;
}

.book-a-call-info-block {
  border-radius: 2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.footer-social-meadia-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2.25em;
  display: flex;
}

.social-meadia-icon-block {
  background-color: #6c6c6c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  transition: background-color .4s;
  display: flex;
}

.social-meadia-icon-block:hover {
  background-color: var(--main-colors--primary-color);
}

.social-meadia-icon-block.is-one {
  justify-content: center;
  align-items: flex-end;
}

.social-meadia-icon {
  width: 1.8em;
}

.social-meadia-icon.is-one {
  width: 1.4em;
}

.text-white {
  color: #fff;
}

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

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

.our-speciality-section {
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.hero-section {
  background-image: url('../images/hero_bg.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  height: 97vh;
  margin-left: 1rem;
  margin-right: 1rem;
}

.hero-contents-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.display-heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.display-title-block {
  text-align: center;
  max-width: 44rem;
}

.hero-tag-block {
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  transition: filter .5s;
  display: flex;
}

.hero-tag {
  opacity: .8;
  color: #d9d9d9;
}

.display-buttons-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 58px;
  transition: filter .5s;
  display: flex;
}

.primary-button {
  background-color: var(--colors--primary-color);
  color: #d9d9d9;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18.5px 32px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  overflow: hidden;
}

.primary-button:where(.w-variant-a44af23e-fb87-8528-037b-fd116c781240) {
  background-color: var(--colors--secondary-color);
}

.primary-button:where(.w-variant-0bb61bd1-c946-679c-e108-ba1314028f11) {
  background-color: var(--colors--secondary-color);
  justify-content: center;
  align-items: center;
}

.primary-button:hover {
  background-color: var(--colors--secondary-color);
}

.primary-button:hover:where(.w-variant-a44af23e-fb87-8528-037b-fd116c781240) {
  background-color: var(--colors--primary-color);
}

.button-text {
  color: #d9d9d9;
}

.button-text:where(.w-variant-0bb61bd1-c946-679c-e108-ba1314028f11) {
  font-size: 14px;
}

.button-text.absolute {
  position: absolute;
  inset: 0%;
}

.secondary-button {
  background-color: var(--colors--secondary-color);
  color: #d9d9d9;
  border-radius: 32px;
  padding: 18.5px 32px;
  text-decoration: none;
  transition: background-color .5s;
  overflow: hidden;
}

.secondary-button:hover {
  background-color: var(--colors--primary-color);
}

.nav-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  transition: filter .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav {
  background-color: #2d2d30;
  border-radius: 30px;
  padding: 6px;
}

.nav-contents-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #030409;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  padding: 15px 22px;
  display: flex;
  overflow: hidden;
}

.brand-block {
  display: flex;
}

.nav-menu-toggler {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.menu-liner {
  background-color: #fff;
  width: 65px;
  height: 1px;
}

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

.nav-menu-block {
  overflow: hidden;
}

.nav-menu-text {
  color: #eee;
  font-size: 20px;
  text-decoration: none;
  transition: color .5s;
}

.nav-menu-text:hover {
  color: var(--colors--primary-color);
}

.pricing-section {
  padding-top: 180px;
}

.pricing-wrapper {
  margin-top: 40px;
}

.pricing-switch {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  padding: 16px 24px;
  transition: color .4s;
  position: relative;
}

.package-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.package-summary {
  color: #464646;
  margin-top: 10px;
  font-size: 18px;
}

.tabs-content {
  padding-left: 60px;
  padding-right: 60px;
}

.pckage-features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  transition: opacity .5s;
  display: flex;
}

.pckage-features-wrapper.after {
  display: none;
}

.pcakge-features-block {
  background-image: url('../images/tick.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
}

.pcakge-features-block.is-special {
  background-image: url('../images/special.svg');
}

.package-features-text {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.pckage-speciality-block {
  background-image: url('../images/plus.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.package-speciality-text {
  color: #0009;
  font-size: 16px;
}

.pricing-card-liner {
  background-color: #7c7c7c;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.pckage-button-block {
  margin-top: 40px;
}

.highlighted-text {
  color: #000;
}

.package-pricing-wrapper {
  justify-content: space-between;
  margin-top: 82px;
  display: flex;
}

.pricing-tabs {
  margin-top: 80px;
}

.package-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 80px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 56px 32px;
  display: flex;
}

.package-pricing-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.package-price-text {
  color: #000;
  font-size: 40px;
  font-weight: 500;
}

.package-message-text {
  color: #000;
  font-size: 12px;
}

.pricing-performace-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricing-toggle-block {
  cursor: pointer;
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 60px;
  padding: 4px;
  display: inline-block;
}

.pricing-toggle-bullet {
  background-color: #7c7c7c;
  border-radius: 100%;
  width: 26px;
  height: 26px;
}

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

.nav-menu-contents-block {
  justify-content: space-between;
  width: 100%;
  padding: 32px 20px;
  display: flex;
}

.story-section {
  height: 400vh;
}

.story-contents-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.story-texts-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.story-text {
  color: var(--colors--primary-color);
  font-size: 4em;
}

.story-text.two {
  position: absolute;
  inset: 0%;
  transform: translate(0, 150%);
}

.story-text.three {
  position: absolute;
  inset: 0%;
  transform: translate(0, 300%);
}

.story-text.four {
  position: absolute;
  inset: 0%;
  transform: translate(0, 450%);
}

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

.testimonial-section {
  padding-bottom: 180px;
}

.testimonial-main-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}

.portfolio-card-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.projects-card {
  width: 100%;
  color: var(--white--white2);
  cursor: pointer;
  background-color: #171717;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: static;
  overflow: hidden;
}

.projects-card.two {
  width: 60%;
}

.projects-card.one {
  width: 40%;
}

.projects-card.five {
  width: 60%;
}

.projects-card.six {
  width: 40%;
}

.projects-section {
  padding-top: 7.5em;
  padding-bottom: 7.1em;
}

.projects-wrap {
  flex-flow: column;
  display: flex;
}

.projects-title-wrap {
  text-align: center;
  background-image: url('../images/Projects.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 850px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -22px;
  padding-top: 104px;
  padding-bottom: 80px;
  display: flex;
}

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

.project-name-block {
  margin-left: 24px;
  margin-right: 24px;
}

.project-name-text {
  opacity: .7;
}

.project-image-block {
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.project-image-block.differ {
  margin-top: -60px;
}

.project-image {
  width: 100%;
}

.book-a-call-image-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.book-a-call-image {
  max-width: 500px;
}

.button-text-block {
  text-align: center;
  position: relative;
}

.dot-block {
  background-color: #1a2e18;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 6px;
  display: flex;
}

.dot {
  background-color: #3a9832;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.blurr-default {
  filter: blur(10px);
  transition: filter 50ms;
}

.display-title {
  transition: filter .5s;
  overflow: hidden;
}

.footer-brand-texts-block {
  flex: none;
  position: relative;
}

.swithcer {
  background-color: #fff;
  border-radius: 100px;
  width: 124px;
  position: absolute;
  inset: 0%;
}

.project-view-wraper {
  z-index: 999999;
  height: 100vh;
  padding-top: 2em;
  position: relative;
  overflow: hidden;
}

.projects-header-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.projects-title-block {
  max-width: 600px;
}

.projects-title {
  color: var(--main-colors--primary-black);
  font-size: 2.5em;
  line-height: 1.2;
}

.project-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  flex-flow: column;
  padding: 20px 40px;
  display: flex;
}

.project-info-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-info-liner {
  background-color: var(--colors--primary-color);
  width: 23px;
  height: 3px;
}

.project-info-text {
  font-size: 1rem;
}

.projects-info-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.projects-info-list-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-dot {
  background-color: #5f5f5f;
  border-radius: 100%;
  width: 11px;
  height: 11px;
}

.projects-info-text {
  font-size: 1.25rem;
}

.project-liner {
  background-color: #4e4e4e40;
  width: 100%;
  height: 1px;
}

.project-info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-info-header-block {
  justify-content: center;
  align-items: flex-start;
  padding-top: 68px;
  padding-bottom: 68px;
  display: flex;
}

.project-info-header-block.details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 720px;
}

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

.project-cards-block.branding {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.project-card {
  background-color: #e7e7e7;
  border-radius: 16px;
  padding: 40px;
}

.project-card.is-large {
  padding: 10px;
}

.project-card.castle {
  padding: 20px;
}

.project-card-image-block.wireframe {
  mix-blend-mode: luminosity;
}

.project-flow-block {
  background-color: #252525;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.project-flow-block.fintech {
  padding-left: 0;
  padding-right: 0;
}

.project-flow-image {
  width: 100%;
}

.project-preview-block {
  background-color: #252525;
  border-radius: 16px;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
}

.project-preview-block.sivoro {
  background-color: #2f2c25;
}

.project-preview-block.valtro {
  background-color: #ebe7e0;
}

.testimonial-togglers-block {
  background-color: #f3f0ec;
  border-radius: 18px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-toggle {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-image {
  pointer-events: none;
  width: 120px;
}

.testimonial-card {
  background-color: #121212;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
}

.testimonial-card-contents-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-message-block {
  max-width: 560px;
}

.testimonial-message {
  color: var(--colors--white);
  font-size: 1.5rem;
}

.testimonial-info-wrapper {
  margin-top: 96px;
  display: inline-block;
}

.testimonial-info-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.testimonial-info-image {
  border-radius: 8px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.testimonial-writer-name {
  font-size: 1.3rem;
}

.testimonial-writer-designation {
  opacity: .7;
  font-size: 1.2rem;
}

.toggler-background {
  z-index: 1;
  background-color: var(--colors--primary-color);
  border-radius: 18px;
  width: 33.4%;
  position: absolute;
  inset: 0%;
}

.toggler-liner {
  background-color: #4e4e4e40;
  width: 2px;
  height: 68px;
  margin-top: auto;
  margin-bottom: auto;
}

.pricing-text-block {
  display: flex;
}

.testimonial-cards-wrapper {
  display: flex;
  overflow: hidden;
}

.about-summary-block {
  max-width: 630px;
  position: relative;
}

.about-summary-text {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.add-transition {
  transition: filter .5s;
}

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

.project-button-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-button {
  background-color: var(--colors--primary-color);
  border-radius: 24px;
  padding: 8px 16px;
  display: flex;
}

.project-button-contents-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-button-text {
  font-size: 1.6em;
}

.project-button-contents-block {
  flex: none;
  display: flex;
  overflow: hidden;
}

.project-card-contents-wraper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 34px;
  display: flex;
  position: relative;
}

.project-view-section-copy {
  z-index: 99999;
}

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

.project-large-card {
  background-color: #ffcc5f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 390px;
  padding: 20px;
  display: flex;
}

.project-large-card.is-differ {
  background-color: #ccb5dd;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
}

.project-large-card.valtro {
  background-color: #ebe7e0;
}

.project-large-card.fintech {
  background-color: #202020;
  background-image: url('../images/noise.webp');
  background-position: 0 0;
  background-size: auto;
}

.project-large-card.fintech-branding {
  background-color: #d2e9bc;
}

.project-branding-image {
  width: 400px;
}

.project-branding-image.valtro {
  width: 200px;
}

.project-branding-image.fintech {
  width: 250px;
}

.project-branding-image.fintech-two {
  width: 200px;
}

.project-page-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2f2c25;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.project-page-card.is-valtro {
  background-color: #ebe7e0;
}

.project-page-block, .project-page-image {
  width: 100%;
  height: 100%;
}

.project-large-card-defult {
  background-color: #2f2c25;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.project-large-card-defult.is-differ {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.project-large-card-defult.valtro {
  background-color: #ebe7e0;
}

.project-large-card-defult.is-valtro {
  background-color: #ebe7e0;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.coming-soon {
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.teaser {
  border-radius: 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.teaser-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.teaser-main {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teaser-icon {
  width: 5rem;
}

.teaser-block {
  max-width: 600px;
  margin-top: 60px;
}

.teaser-tag-block {
  margin-top: 30px;
  margin-bottom: 20px;
}

.teaser-tag {
  font-size: 1.2rem;
}

.teaser-header {
  font-size: 3rem;
}

.teaser-wrapper {
  height: 100%;
  padding: var(--project-button--padding-left-right);
}

.teaser-bg {
  z-index: 0;
  background-image: url('../images/bg.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .service-wrapper {
    padding-bottom: 8em;
  }

  .contact-heading-block {
    max-width: 840px;
  }

  .service-summary-block {
    max-width: 620px;
  }
}

@media screen and (min-width: 1440px) {
  .contact-heading-block {
    max-width: 1000px;
  }

  .service-cards-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .webflow-service-heading-block {
    max-width: 540px;
  }

  .display-title-block {
    max-width: 50rem;
  }

  .hero-tag-block {
    max-width: 750px;
    margin-top: 30px;
  }

  .tabs-content {
    padding-left: 88px;
    padding-right: 88px;
  }

  .projects-title-wrap {
    background-size: 900px;
  }

  .project-image-block.differ {
    margin-top: -96px;
  }

  .projects-title-block {
    max-width: 730px;
  }

  .project-info-header-block.details {
    max-width: 790px;
  }

  .project-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .project-card.is-large {
    padding: 30px;
  }

  .project-flow-block {
    padding-left: 120px;
    padding-right: 120px;
  }

  .project-large-card.is-differ {
    padding-top: 28px;
  }

  .project-branding-image {
    width: 600px;
  }

  .project-branding-image.fintech {
    width: 300px;
  }

  .project-large-card-defult {
    padding-left: 100px;
    padding-right: 100px;
  }

  .project-large-card-defult.is-differ, .project-large-card-defult.is-valtro {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-block {
    max-width: 700px;
    margin-top: 81px;
  }

  .teaser-tag-block {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .service-card-number {
    color: var(--blueish-gray\<deleted\|variable-e675851a-fee3-bcec-d38f-ac7b1f835f5d\>);
  }

  .contact-heading-block {
    max-width: 1160px;
  }

  .webflow-service-card {
    border: .6em solid var(--white\<deleted\|variable-1e345711-2e53-5874-fc64-97b9c36cad36\>);
  }

  .project-inner-contents-wrap {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .webflow-service-heading-block {
    max-width: 610px;
  }

  .service-summary-block {
    max-width: 940px;
    color: var(--white--gray-v2);
  }

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

  .liner {
    width: 100%;
  }

  .promotion-cards-texts-block {
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
  }

  .display-title-block {
    max-width: 62rem;
  }

  .hero-tag-block {
    max-width: 950px;
  }

  .projects-title-wrap {
    background-size: 1070px;
  }

  .display-title {
    font-size: 3.8em;
  }

  .projects-title-block {
    max-width: 1120px;
  }

  .project-info-header-block.less-space {
    padding-top: 72px;
    padding-bottom: 38px;
  }

  .project-info-header-block.details {
    max-width: 1040px;
  }

  .project-card {
    padding-left: 90px;
    padding-right: 90px;
  }

  .project-flow-block {
    padding-left: 160px;
    padding-right: 160px;
  }

  .project-flow-block.fintech {
    padding-left: 0;
    padding-right: 0;
  }

  .about-summary-block {
    max-width: 890px;
  }

  .promotion-title-block {
    max-width: 1100px;
  }

  .project-button-text {
    font-size: 1.3em;
  }

  .project-large-card {
    height: 460px;
  }

  .project-large-card.is-differ {
    padding-top: 40px;
  }

  .project-branding-image.is-differ {
    width: auto;
  }

  .project-branding-image.valtro {
    width: 250px;
  }

  .project-branding-image.fintech {
    width: 350px;
  }

  .project-branding-image.fintech-two {
    width: 260px;
  }

  .project-large-card-defult.is-differ, .project-large-card-defult.is-valtro {
    padding-top: 0;
  }

  .teaser-icon {
    width: 5.8rem;
  }

  .teaser-tag {
    font-size: 1.5rem;
  }

  .teaser-header {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 991px) {
  .test-section {
    padding-top: 15em;
  }

  .section-title {
    font-size: 5.6em;
  }

  .section-title.text-md {
    font-size: 3.9em;
  }

  .section-description {
    font-size: 1.8em;
  }

  .section-description.text-sm {
    font-size: 1.6em;
  }

  .container-lg {
    padding-left: 8em;
    padding-right: 8em;
  }

  .white-layer {
    border-radius: 60px;
  }

  .our-speciality-area {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-cards-block {
    padding-left: 5em;
    padding-right: 5em;
  }

  .card-icon {
    width: 20em;
  }

  .webflow-service-area {
    flex-flow: column;
  }

  .webflow-service-right {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .webflow-service-card {
    padding: 6em 5em;
    position: static;
  }

  .webflow-card-number {
    font-size: 6em;
  }

  .webflow-card-icon {
    width: 4em;
  }

  .webflow-service-name {
    font-size: 3em;
  }

  .webflow-service-description {
    font-size: 1.8em;
  }

  .webflow-service-left {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5em;
    position: static;
  }

  .secondary-section-title {
    font-size: 5em;
  }

  .webflow-service-description-block {
    max-width: 50em;
  }

  .project-info-title {
    font-size: 3em;
  }

  .main {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .speciality-cards-block {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 6.4em;
    padding-right: 1em;
    display: flex;
  }

  .speciality-card {
    border-radius: 40px;
    flex: none;
    width: 25em;
    padding-bottom: 25px;
  }

  .speciality-card-contents-block {
    justify-content: space-between;
    height: 100%;
  }

  .speciality-card-logo-block {
    border-radius: 20px;
    padding: 20px;
  }

  .speciality-card-icon {
    width: 3em;
  }

  .speciality-card-summary {
    font-size: 1.8em;
  }

  .faq-section {
    padding-bottom: 100px;
  }

  .main-container {
    max-width: 85%;
  }

  .main-container.is-utility {
    max-width: 80%;
  }

  .faq-items-block {
    margin-top: 4rem;
  }

  .faq-toggle {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .faq-title {
    font-size: 3em;
  }

  .faq-summary {
    max-width: none;
    font-size: 1.5em;
  }

  .footer-text {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .promotion-single-cards-block {
    grid-template-columns: 1fr 1fr;
  }

  .promotion-card {
    border-radius: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tools-image {
    width: 3em;
  }

  .tools-image.is-small {
    width: 2.5em;
  }

  .cursor-text {
    font-size: 12px;
  }

  .book-call-contents-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .utility-section {
    padding-top: 10rem;
  }

  .utility-title {
    font-size: 5em;
  }

  .book-a-call-info-block {
    width: 100%;
    height: 100%;
  }

  .social-meadia-icon-block {
    width: 5em;
    height: 5em;
  }

  .social-meadia-icon {
    width: 3em;
  }

  .social-meadia-icon.is-one {
    width: 2.2em;
  }

  .our-speciality-section {
    overflow: hidden;
  }

  .hero-section {
    height: 600px;
    padding-bottom: 120px;
  }

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

  .display-title-block {
    max-width: 33rem;
  }

  .tabs-content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .story-text {
    font-size: 5em;
  }

  .projects-title-wrap {
    background-size: contain;
  }

  .display-title {
    font-size: 5em;
  }

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

  .projects-title {
    font-size: 3.5em;
  }

  .project-info-header-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-info-header-block.details {
    padding-bottom: 0;
  }

  .project-card.castle {
    padding: 10px;
  }

  .project-flow-block {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-button-block {
    display: none;
  }

  .project-page-card {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .teaser-icon {
    width: 4rem;
  }

  .teaser-bg {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  .test-section {
    background-size: cover;
    padding-top: 20em;
  }

  .section-title {
    font-size: 7em;
  }

  .section-description.text-sm {
    font-size: 2.5em;
  }

  .section-description.text-sm.hero-description {
    width: auto;
  }

  .service-section {
    padding-top: 3rem;
  }

  .container-lg, .container-md {
    padding-left: 4em;
    padding-right: 4em;
  }

  .service-card-number {
    font-size: 8em;
  }

  .service-type {
    font-size: 4em;
  }

  .white-layer {
    border-radius: 40px;
  }

  .service-summary-wraper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-sm {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-contents-wrapper {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
  }

  .sticky-cards-block {
    padding-left: 4em;
    padding-right: 4em;
  }

  .card-icon {
    width: 30em;
  }

  .webflow-service-area {
    padding-top: 60px;
  }

  .webflow-service-right {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .webflow-service-card {
    border-radius: 30px;
  }

  .webflow-service-card.two, .webflow-service-card.three, .webflow-service-card.one {
    margin-bottom: 0;
  }

  .webflow-card-icon {
    width: 5em;
  }

  .webflow-service-name {
    font-size: 4em;
  }

  .webflow-service-description {
    font-size: 2.2em;
  }

  .webflow-service-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .secondary-section-title {
    font-size: 7em;
  }

  .webflow-card-icon-block {
    width: 8em;
    height: 8em;
    padding: 1.5em;
  }

  .webflow-service-description-block {
    max-width: 100%;
  }

  .cursor-image {
    width: 2.5em;
  }

  .close-button {
    padding: 10px 20px;
  }

  .project-info-title {
    font-size: 3.5em;
  }

  .webflow-service-heading-block {
    max-width: none;
  }

  .service-summary-block {
    display: none;
  }

  .service-summary-block.is-mobile {
    display: block;
  }

  .service-summary-text {
    white-space: normal;
    font-size: 3.8em;
  }

  .speciality-cards-block {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .speciality-card {
    border-radius: 40px;
    width: 30em;
  }

  .speciality-card-logo-block {
    border-radius: 2.5em;
    width: 12em;
    height: 12em;
  }

  .speciality-card-icon {
    width: 7em;
  }

  .speciality-card-summary {
    font-size: 2.5em;
  }

  .faq-section {
    padding-bottom: 80px;
  }

  .main-container.is-utility {
    max-width: 90%;
  }

  .faq-title {
    font-size: 3.5em;
  }

  .faq-icon {
    font-size: 2.3em;
  }

  .faq-summary {
    font-size: 2em;
  }

  .footer-boottom-texts-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .footer-text {
    font-size: 2em;
  }

  .promotion-cards-block {
    flex-flow: column;
  }

  .promotion-single-cards-block {
    grid-template-columns: 1fr;
  }

  .promotion-card-title {
    font-size: 3.4em;
  }

  .card-mouse-wrap.is-right-bottom {
    margin-top: 8em;
  }

  .promotion-card {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .tools-wrap {
    align-self: center;
  }

  .tools {
    width: 10em;
    height: 10em;
  }

  .card-mouse-inner-wrap {
    padding-bottom: 22em;
  }

  .card-mouse-inner-wrap.is-card-two {
    margin-bottom: 5em;
  }

  .service-cursor-badge {
    padding: 1.5em 1.2em;
  }

  .promotion-summary {
    font-size: 2em;
  }

  .tools-image {
    width: 6em;
  }

  .tools-image.is-small {
    width: 4.5em;
  }

  .cursor-text {
    font-size: 1.7em;
  }

  .promorion-card-icons-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .promotion-card-icon {
    width: 5em;
  }

  .utility-section {
    padding-top: 10rem;
  }

  .utility-title {
    font-size: 6em;
  }

  .utility-summary-text {
    font-size: .9rem;
  }

  .utility-info-sub-title {
    font-size: 1rem;
  }

  .hero-section {
    border-radius: 40px;
    height: 94vh;
    padding-bottom: 60px;
  }

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

  .display-heading-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-tag-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 60px;
  }

  .display-buttons-block {
    margin-top: 30px;
  }

  .primary-button {
    padding: 12px 22px;
  }

  .nav {
    width: 100%;
    max-width: 550px;
  }

  .nav-contents-wrapper {
    justify-content: space-between;
  }

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

  .menu-liner {
    width: 40px;
  }

  .pricing-section {
    padding-top: 80px;
  }

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

  .pricing-tabs {
    margin-top: 40px;
  }

  .package-card {
    border-radius: 40px;
  }

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

  .nav-menu-contents-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .story-text {
    font-size: 6em;
  }

  .testimonial-section {
    padding-bottom: 60px;
  }

  .portfolio-card-block {
    flex-flow: column;
  }

  .projects-card.two, .projects-card.one, .projects-card.five, .projects-card.six {
    width: 100%;
  }

  .display-title {
    font-size: 6em;
  }

  .projects-title {
    font-size: 4em;
  }

  .project-info-header-block.less-space {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .project-cards-block.branding {
    grid-template-columns: 1fr;
  }

  .project-card {
    padding: 20px;
  }

  .project-flow-block {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-preview-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-togglers-block {
    border-radius: 12px;
  }

  .testimonial-toggle {
    padding: 20px;
  }

  .testimonial-image {
    width: 80px;
  }

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

  .testimonial-info-wrapper {
    margin-top: 60px;
  }

  .toggler-background {
    border-radius: 12px;
  }

  .toggler-liner {
    height: 54px;
  }

  .about-summary-text {
    font-size: 3.8em;
  }

  .teaser-icon {
    width: 3rem;
  }

  .teaser-block {
    max-width: 477px;
    margin-top: 40px;
  }

  .teaser-tag {
    font-size: 1rem;
  }

  .teaser-header {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .test-section {
    padding-top: 35em;
  }

  .section-heading-block {
    margin-bottom: 8em;
  }

  .section-title {
    width: 12em;
    font-size: 7.8em;
  }

  .section-title.text-md {
    font-size: 8em;
  }

  .section-description {
    font-size: 3.6em;
  }

  .section-description.text-sm {
    font-size: 2.3em;
  }

  .section-description.text-sm.service-description {
    width: 14em;
    font-size: 5em;
  }

  .section-description.text-sm.hero-description {
    width: 19.5em;
    font-size: 4em;
  }

  .heading-texts-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: 6em;
  }

  .container-lg, .container-md {
    padding-left: 4em;
    padding-right: 4em;
  }

  .service-description-wrap {
    margin-bottom: 10em;
  }

  .service-card {
    border-radius: 3vw;
    width: auto;
    padding: 6em;
  }

  .service-card-number {
    font-size: 20em;
  }

  .service-type {
    font-size: 7em;
  }

  .promotion-heading-block {
    margin-bottom: 15em;
  }

  .container-sm {
    padding-left: 4em;
    padding-right: 4em;
  }

  .contact-heading-block {
    margin-bottom: 5em;
  }

  .contact-buttons-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .footer-contents-wrapper {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
  }

  .service-card-header-wrap {
    margin-bottom: 30em;
  }

  .service-cards-block {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .card-icon {
    width: 40em;
  }

  .webflow-service-right {
    grid-template-columns: 1fr;
  }

  .webflow-service-card.two, .webflow-service-card.three, .webflow-service-card.four, .webflow-service-card.one {
    top: 20em;
  }

  .webflow-card-number {
    font-size: 10em;
  }

  .webflow-card-header-wrap {
    margin-bottom: 6em;
  }

  .webflow-card-details-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .webflow-card-icon {
    width: 9em;
  }

  .webflow-service-name {
    font-size: 5em;
  }

  .webflow-service-description {
    font-size: 4em;
  }

  .webflow-service-left {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .secondary-section-title {
    font-size: 8em;
  }

  .webflow-card-icon-block {
    border-radius: 3em;
    width: 16em;
    height: 16em;
  }

  .cursor-image {
    width: 3.5em;
  }

  .project-view-contents-wrap {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .close-button {
    top: 6em;
  }

  .project-info-title {
    font-size: 4.5em;
  }

  .service-summary-text {
    font-size: 6.5em;
  }

  .speciality-cards-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .speciality-card {
    width: 60em;
    padding: 8em 5em;
  }

  .speciality-card-logo-block {
    width: 20em;
    height: 20em;
  }

  .speciality-card-icon {
    width: 12em;
  }

  .speciality-card-summary-block {
    margin-top: 5em;
  }

  .speciality-card-summary {
    font-size: 4em;
  }

  .faq-toggle {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .faq-title {
    white-space: normal;
    max-width: 15em;
    font-size: 5em;
  }

  .faq-icon {
    width: 1em;
  }

  .faq-summary {
    font-size: 4em;
  }

  .liner {
    margin-top: 10em;
    margin-bottom: 10em;
  }

  .footer-text {
    font-size: 2.6em;
  }

  .promotion-card-title {
    font-size: 5em;
  }

  .card-mouse-wrap.is-right-bottom {
    margin-top: 12em;
  }

  .promotion-card {
    border-radius: 3vw;
  }

  .tools-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tools {
    border-radius: 3vw;
    width: 14em;
    height: 14em;
  }

  .card-mouse-inner-wrap {
    padding-bottom: 30em;
  }

  .service-cursor-badge {
    padding: 2.4em 2em;
  }

  .promotion-summary {
    font-size: 3em;
  }

  .tools-image {
    width: 9em;
  }

  .tools-image.is-small {
    width: 6em;
  }

  .cursor-text {
    font-size: 3em;
  }

  .promorion-card-icons-block {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .promotion-card-icon {
    width: 6em;
  }

  .utility-title {
    font-size: 9.2em;
  }

  .utility-summary-text {
    font-size: .8rem;
  }

  .book-a-call-info-block {
    padding: 2em;
  }

  .social-meadia-icon-block {
    width: 8em;
    height: 8em;
  }

  .social-meadia-icon {
    width: 3.8em;
  }

  .social-meadia-icon.is-one {
    width: 3.2em;
  }

  .hero-section {
    padding-bottom: 20px;
  }

  .hero-contents-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .display-title-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .display-buttons-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav {
    max-width: 330px;
  }

  .nav-contents-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-text {
    font-size: 8em;
  }

  .projects-section {
    padding-top: 15em;
    padding-bottom: 22em;
  }

  .projects-wrap {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
  }

  .projects-title-wrap {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .book-a-call-image {
    max-width: 314px;
  }

  .display-title {
    font-size: 9.2em;
  }

  .projects-title {
    font-size: 5em;
  }

  .project-info-header-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .project-cards-block.branding {
    grid-template-columns: 1fr;
  }

  .project-card {
    padding: 10px;
  }

  .project-preview-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-info-wrapper {
    margin-top: 20px;
  }

  .about-summary-text {
    font-size: 6.5em;
  }

  .teaser-icon {
    width: 40px;
  }

  .teaser-block {
    max-width: 375px;
    overflow: visible;
  }
}

#w-node-_0e527b70-1aa8-8327-4f6a-7298d9cc7b8b-5ab254e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}