:root {
  --_font-family---font-display: Anton, sans-serif;
  --_brand---ink-100: #e5dbc6;
  --_font-family---font-sans: "Instrument Sans", sans-serif;
  --_brand---ink-200: #c9bca2;
  --black: black;
  --yellow: #fff205;
  --white: white;
  --_brand---gold-400: #f0a824;
  --_brand---ink-950: #0a0806;
  --_brand---gold-500: #de8f0a;
  --_brand---gold-300: #f6c453;
  --_font-family---font-mono: "Space Mono", sans-serif;
  --_brand---bone-50: #f7f1e3;
  --_brand---bone-200: #e3d7bc;
  --_brand---emerald-400: #34d399;
  --_brand---emerald-500: #10b981;
  --_brand---ember-600: #a83a0b;
  --_brand---ink-850: #171209;
  --_brand---ink-800: #1e1810;
  --_brand---ink-300: #a2937a;
  --_brand---gold-200: #fad97e;
  --_brand---bone-100: #efe7d4;
  --_brand---ink-600: #3e3322;
  --_brand---ink-400: #7a6a4c;
  --_brand---gold-600: #b96f06;
  --_brand---ember-500: #d14e12;
  --_brand---ink-500: #57492f;
  --_brand---ink-50: #f4edde;
  --_brand---ink-700: #2c2317;
  --_brand---ember-400: #e86a2b;
  --_brand---ink-900: #100d08;
  --_brand---bone-300: #d3c39f;
  --_brand---gold-700: #8f5405;
  --_brand---gold-800: #6b3f04;
}

h1 {
  font-family: var(--_font-family---font-display);
  color: var(--_brand---ink-100);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: var(--_font-family---font-display);
  color: var(--_brand---ink-100);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-family: var(--_font-family---font-display);
  color: var(--_brand---ink-100);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.111;
}

h4 {
  font-family: var(--_font-family---font-sans);
  color: var(--_brand---ink-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-family: var(--_font-family---font-sans);
  color: var(--_brand---ink-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.333;
}

h6 {
  font-family: var(--_font-family---font-sans);
  color: var(--_brand---ink-200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_font-family---font-sans);
  margin-bottom: 10px;
}

a {
  font-family: var(--_font-family---font-sans);
  text-decoration: underline;
}

ul, ol {
  font-family: var(--_font-family---font-sans);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  font-family: var(--_font-family---font-sans);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.flex-left {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.full-width {
  width: 100%;
}

.main-body {
  background-color: var(--_brand---ink-950);
  font-family: var(--_font-family---font-mono);
}

.navbar-logo-brand {
  width: 111px;
}

.nav-menu-list {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-list.none-desktop, .none-desktop {
  display: none;
}

.navbar-no-shadow-container-wrap {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.navbar-no-shadow-container-wrap.container-container-7xl {
  max-width: 80rem;
  padding-left: 32px;
  padding-right: 32px;
}

.button-primary {
  font-family: var(--_font-family---font-mono);
  color: #0a0806;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #f0a824;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb6f_arrow-upper-right%20(2).png");
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #f0a824;
  padding: 8px 40px 8px 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.button-primary:hover {
  color: #f6c453;
  background-color: #32343a00;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb75_arrow-upper-right%20(3).png");
  background-position: 91% 40%;
  border-color: #f6c453;
  transform: translate(0, -4px);
}

.button-primary:active {
  background-color: #43464d;
}

.mobile-margin-top-wrap.none-desktop {
  display: none;
}

.nav-link-block {
  font-family: var(--_font-family---font-mono);
  color: var(--_brand---ink-200);
  letter-spacing: .22em;
  text-transform: uppercase;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb72_Rectangle%20240.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  margin-left: 9px;
  margin-right: 9px;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-block:hover {
  color: #f6c453;
  background-size: 100%;
}

.navbar-main-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-regular-inner-wrao {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.none-for-desktop {
  display: none;
}

.nav-button-inner-wrap {
  margin-left: 0;
}

.navbar-no-shadow-wrap {
  width: 100%;
  position: fixed;
  inset: 0% auto auto;
}

.main-section.hero-section-wrap {
  padding-top: 128px;
  padding-bottom: 160px;
}

.main-container {
  width: 100%;
  max-width: 80rem;
  padding-left: 32px;
  padding-right: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1;
}

.text-size-tiny.gold-400-color {
  color: var(--_brand---gold-400);
}

.text-size-tiny.gold-400-color.all-caps {
  text-transform: uppercase;
}

.text-size-tiny.gold-400-color.all-caps.text-weight-bold.latter-spacing-3-08 {
  letter-spacing: 3.08px;
  letter-spacing: 3.08px;
  letter-spacing: 3.08px;
}

.text-size-tiny.color-lnk-100 {
  color: var(--_brand---ink-100);
}

.text-size-tiny.color-lnk-100.all-caps {
  letter-spacing: 1.98px;
  text-transform: uppercase;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.container-container-7xl {
  width: 100%;
  max-width: 80rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-size-medium {
  font-size: 18px;
  line-height: 1.625;
}

.text-size-medium.color-ink-200 {
  color: var(--_brand---ink-200);
}

.text-size-medium.color-ink-200.font-instrument-sans {
  font-family: var(--_font-family---font-sans);
}

.text-size-medium.color-ink-200.font-instrument-sans.max-width--576 {
  max-width: 576px;
}

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

.sub-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.home-hero-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: .01em;
  flex-flow: column;
  line-height: .92;
  display: flex;
}

.span-text-block {
  color: var(--_brand---ink-50);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 128px;
}

.span-text-outline {
  color: #f4edde00;
  letter-spacing: 1.28px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #f0a824d9;
  text-transform: uppercase;
  text-overflow: clip;
  overflow-wrap: normal;
  font-size: 128px;
}

.relative-text-gold-400 {
  color: var(--_brand---gold-400);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 128px;
}

.left-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.color-gold-300 {
  color: var(--_brand---gold-300);
}

.button-secondary {
  color: var(--_brand---ink-950);
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #f0a824;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb6f_arrow-upper-right%20(2).png");
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #f0a824;
  padding: 16px 60px 16px 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.button-secondary:hover {
  color: #f6c453;
  background-color: #f0a82400;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb75_arrow-upper-right%20(3).png");
  background-position: 88% 35%;
  border-color: #f6c453;
  transform: translate(0, -4px);
  box-shadow: 0 16px 40px -12px #f0a82480;
}

.button-secondary:active {
  background-color: #43464d;
}

.flex-left._16-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.link {
  font-family: var(--_font-family---font-mono);
  color: var(--_brand---ink-100);
  letter-spacing: .2em;
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6661abe9b36a9c3f98cd11b8/6a7d5595180c420829bcdb72_Rectangle%20240.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: var(--_brand---gold-300);
  background-size: 100%;
}

.star-icon {
  width: 14px;
  height: 14px;
}

.upwork-wrap {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.flex-left-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_brand---ink-700);
  background-color: var(--_brand---ink-900);
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.color-lnk-400 {
  color: var(--_brand---ink-400);
  font-weight: 400;
}

.icons-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.hero-heading {
  position: relative;
}

.line-wrap {
  width: 130px;
  margin-bottom: -9px;
  margin-right: -6px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-grid {
  width: 100%;
  position: relative;
}

.relative {
  position: relative;
}

.relative.overflow-hidden.full-width.aspect-ratio {
  border: 1px solid var(--_brand---ink-600);
  border: 1px solid var(--_brand---ink-600);
  border: 1px solid var(--_brand---ink-600);
  border: 1px solid var(--_brand---ink-600);
  background-image: linear-gradient(#0a080600, #91919100 55%, #0a0806e6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero-image-wrap {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.side-image-wrap {
  background-color: var(--_brand---ink-900);
  position: relative;
}

.left-top-border {
  z-index: 2;
  border-top: 2px solid #e5dbc7;
  border-left: 2px solid #e5dbc7;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-top-border {
  z-index: 2;
  border-bottom: 2px solid #e5dbc7;
  border-right: 2px solid #e5dbc7;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.round-animation {
  width: 112px;
  margin-top: -32px;
  margin-left: -32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (min-width: 1280px) {
  .follow-block {
    left: -4%;
  }

  .hero-section {
    max-height: 100vh;
  }

  .hero-main-heading {
    line-height: 60px;
  }

  .hero-main-heading.main {
    font-size: 51px;
  }

  .hero-main-heading.main.technical-seo-page {
    width: 90%;
  }

  .hero-main-heading.main.technical-seo-page.fontsize {
    font-size: 60px;
    line-height: 90px;
  }

  .hero-main-heading.mobile-hiden {
    font-size: 52px;
  }

  .yellow.main {
    font-size: 48px;
  }

  .hero-second-div-block {
    justify-content: flex-start;
    width: 100%;
  }

  .hero-second-heading {
    width: auto;
    margin-right: 10px;
    font-size: 56px;
    line-height: 70px;
  }

  .hero-second-heading.technical-seo-page, .hero-second-heading.technical-seo-page.mobile-hiden, .hero-second-heading.technical-seo-page-webflow-integration {
    font-size: 40px;
  }

  .hero-second-heading.developmen {
    width: 63%;
    font-size: 46px;
  }

  .hero-second-heading.developmen.new-one.hiden-item {
    width: auto;
  }

  .hero-second-heading.developmen.hiden-item, .hero-second-heading.developmen.new-one.hiden-item, .hero-second-heading.developmen.new-one.hiden-item {
    width: auto;
  }

  .hero-second-heading.developmen.wix-page.mobile-hiden {
    font-size: 48px;
  }

  .hero-second-heading.developmen.mobile-hiden {
    width: auto;
    font-size: 44px;
  }

  .hero-second-heading.developmen.hiden-item {
    width: auto;
  }

  .hero-second-heading.technical-seo-page, .hero-second-heading.technical-seo-page.mobile-hiden, .hero-second-heading.technical-seo-page.mobile-hiden, .hero-second-heading.technical-seo-page-webflow-integration {
    font-size: 40px;
  }

  .review-text-block {
    font-size: 16px;
  }

  .hero-button-block {
    width: 54%;
  }

  .all-container-block._80-width-container-block.services-container {
    width: 95%;
  }

  .all-container-block._80-width-container-block.padding-same._1296px-width {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-div {
    bottom: 1%;
  }

  .all-description-text {
    width: 75%;
    font-size: 20px;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description {
    width: 88%;
  }

  .all-description-text.digital-block-description {
    width: 91%;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description, .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description {
    width: 88%;
  }

  .heading-all-block.grid-heading-font-size.yellow {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .heading-all-block.services-heading {
    width: 56%;
  }

  .service-grid-block {
    padding: 20px 22px;
  }

  .flex.ver.center._1452, .flex.hor.left, .flex.ver.center._1452, .flex.ver.center._1452, .flex.ver.center._1452, .flex.hor.left, .flex.hor.left {
    width: 140%;
  }

  .line-hor.origin-right {
    width: 140%;
    margin-left: 179px;
  }

  .digital-solutions.support-image, .digital-solutions.customer-image {
    width: 470px;
  }

  .digital-solutions.ux-ui-design-image {
    width: 466px;
  }

  .digital-solutions.support-image, .digital-solutions.customer-image {
    width: 470px;
  }

  .logo-slide_section {
    height: 43vh;
  }

  .logo-slider-img {
    height: 360px;
  }

  .logo_component-slider-2.animtion-2 {
    left: -170%;
  }

  .portfolio-slider-2 {
    padding-top: 86px;
  }

  .launched-block {
    margin-top: 11px;
  }

  .launched-button {
    font-size: 40px;
    line-height: 45px;
  }

  .collection-list {
    grid-column-gap: 45px;
  }

  .blog-div-block {
    height: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-6 {
    font-size: 180px;
  }

  .man-image.style-two {
    top: -34%;
  }

  .ui-ux-block {
    left: -16%;
  }

  .webclaw-heading {
    font-size: 50px;
    line-height: 90px;
  }

  .sub-text {
    width: 71%;
  }

  .heading-div-block {
    top: 75%;
  }

  .about-hero-image {
    width: 67%;
  }

  .why-choose-heading.development {
    width: 89%;
  }

  .choose-bottom-image {
    bottom: -13%;
  }

  .choose-bottom-image.development {
    bottom: -14%;
  }

  .choose-bottom-image.change-1 {
    bottom: -20%;
  }

  .div-block-87 {
    height: 470px;
  }

  .team {
    display: none;
  }

  .values-icon {
    margin-right: 20px;
  }

  .founder-image-2 {
    top: -22%;
    right: -6%;
  }

  .values-grid-block {
    padding-left: 12px;
    padding-right: 14px;
  }

  .brand-heading {
    width: 59%;
  }

  .how-work-div-block {
    grid-column-gap: 60px;
  }

  .how-do-we-work-sub-text {
    width: 76%;
  }

  .div-block-110 {
    grid-column-gap: 20px;
  }

  .text-block-47.white {
    font-size: 18px;
  }

  .gold-price-heading {
    font-size: 35px;
  }

  .gold-text-block, .gold-blck-text-block {
    font-size: 18px;
  }

  .price-heading {
    font-size: 35px;
  }

  .price-sub-text-block {
    font-size: 18px;
  }

  .plans-div-block {
    grid-column-gap: 20px;
  }

  .plan-text-block.dark, .plan-text-block.dark.silver, .plan-text-block.dark, .plan-text-block.dark.silver, .plan-text-block.dark.silver {
    font-size: 18px;
  }

  .text-block-48 {
    width: 76%;
  }

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

  .heading-31 {
    font-size: 21px;
  }

  .image-55 {
    width: 90%;
    height: 221px;
    top: -20%;
    bottom: 2%;
    left: -4%;
  }

  .image-58 {
    height: auto;
    bottom: -17%;
    right: -17px;
  }

  .image-59 {
    height: 211px;
    bottom: -20%;
    left: -2%;
  }

  .image-60._2-img {
    width: 100%;
    height: 222px;
    bottom: -16%;
    right: -20px;
  }

  .faq-heading-block {
    width: 73%;
  }

  .main-home-image {
    top: 20%;
    right: 1%;
  }

  .text-block-53.technical-seo {
    font-size: 18px;
  }

  .image-71 {
    width: 270px;
    right: -49%;
  }

  .image-72 {
    width: 270px;
    right: -50%;
  }

  .image-78 {
    height: 550px;
  }

  .footer-animation-wrapper {
    height: 350px;
    top: -74%;
  }

  .div-block-145 {
    height: 75svw;
  }

  .div-block-147 {
    height: 100vh;
  }

  .portfolio-cms-button {
    font-size: 20px;
  }

  .ui-ux-grid, .free-analysis-grid, .customer-grid {
    grid-template-columns: 1fr 1.25fr;
  }

  .bold-text-14 {
    font-size: 39px;
  }

  .bold-text-14.new-one.size45 {
    font-size: 48px;
  }

  .bold-text-14.new-one {
    font-size: 38px;
  }

  .div-block-178 {
    width: 690px;
  }

  ._2-grid-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .new-description {
    width: 75%;
    font-size: 20px;
  }

  .splide__slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-hero-heading {
    font-size: 80px;
    line-height: 88px;
  }

  .main-sub-heading {
    font-size: 64px;
    line-height: 76px;
  }

  .flex-center-aline.inner-padding {
    padding-bottom: 80px;
  }

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

  ._2-custom-grid {
    grid-template-columns: 416px 1fr;
  }

  ._1296px-container {
    width: 90%;
    max-width: 1296px;
  }

  .div-block-220 {
    width: auto;
  }

  .footer-heading-bold {
    font-size: 180px;
  }

  .footer-cursor-wrapper {
    width: 60%;
  }

  .section-portfolio-slider-bottom {
    padding-top: 86px;
  }
}

@media screen and (min-width: 1440px) {
  .follow-block {
    left: -2%;
  }

  .hero-main-div-block {
    grid-template-columns: 67% 33%;
  }

  .hero-main-heading {
    font-size: 45px;
    line-height: 64px;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden, .hero-main-heading.main.technical-seo-page.mobile-hiden.font-incre {
    font-size: 52px;
  }

  .hero-main-heading.main {
    font-size: 51px;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden, .hero-main-heading.main.technical-seo-page.mobile-hiden.font-incre {
    font-size: 52px;
  }

  .hero-main-heading.main.technical-seo-page {
    width: 80%;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden, .hero-main-heading.main.technical-seo-page.mobile-hiden.font-incre {
    font-size: 52px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize {
    width: 87%;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden, .hero-main-heading.main.technical-seo-page.mobile-hiden.font-incre {
    font-size: 52px;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden.font-incre {
    font-size: 52px;
  }

  .hero-main-heading.main.technical-seo-page.mobile-hiden.down-font {
    font-size: 43px;
  }

  .hero-main-heading.main.mobile-hiden {
    font-size: 52px;
  }

  .yellow.main.technical-seo-page, .yellow.main.technical-seo-page.font-incre {
    font-size: 48px;
  }

  .yellow.main {
    font-size: 45px;
  }

  .yellow.main.technical-seo-page, .yellow.main.technical-seo-page.font-incre {
    font-size: 48px;
  }

  .yellow.main.font-incre, .yellow.main.technical-seo-page, .yellow.main.technical-seo-page.font-incre {
    font-size: 48px;
  }

  .yellow.main.technical-seo-page.font-incre {
    font-size: 48px;
  }

  .yellow.main.technical-seo-page.down-font {
    font-size: 38px;
  }

  .yellow.main.font-incre {
    font-size: 48px;
  }

  .hero-second-div-block {
    width: 100%;
  }

  .hero-second-heading {
    width: 52%;
    font-size: 56px;
  }

  .hero-second-heading.developmen.new-one.hiden-item, .hero-second-heading.developmen.mobile-hiden.font-incre {
    font-size: 48px;
  }

  .hero-second-heading.developmen {
    width: 60%;
  }

  .hero-second-heading.developmen.new-one.hiden-item, .hero-second-heading.developmen.mobile-hiden.font-incre {
    font-size: 48px;
  }

  .hero-second-heading.developmen.new-one {
    width: 57%;
  }

  .hero-second-heading.developmen.new-one.hiden-item, .hero-second-heading.developmen.mobile-hiden.font-incre, .hero-second-heading.developmen.mobile-hiden.font-incre {
    font-size: 48px;
  }

  .hero-second-heading.technical-seo-page {
    width: auto;
    font-size: 30px;
  }

  .hero-second-heading.technical-seo-page.font-size.mobile-hiden {
    font-size: 48px;
  }

  .hero-second-heading.technical-seo-page.mobile-hiden {
    font-size: 46px;
  }

  .hero-second-heading.technical-seo-page-webflow-integration {
    width: 72%;
  }

  .hero-second-heading.technical-seo-page-webflow-integration.technical-seo-page {
    width: 47%;
  }

  .hero-second-heading.technical-seo-page-webflow-integration.technical-seo-page.mobile-hiden {
    width: auto;
    font-size: 48px;
  }

  .hero-second-heading.hiden-item {
    width: auto;
  }

  .hero-second-heading.hiden-item.font-incre {
    font-size: 48px;
  }

  .review-button {
    border: 2px solid #fff;
  }

  .star-image {
    width: 100px;
  }

  .review-text-block {
    font-size: 18px;
  }

  .hero-button-block {
    width: 51%;
  }

  .all-container-block {
    height: 90vh;
  }

  .all-container-block.home, .all-container-block.home-main-hero {
    height: auto;
  }

  .all-container-block._80-width-container-block.services-container {
    width: 100%;
    max-width: 1238px;
  }

  .all-container-block._80-width-container-block.subcribe-container {
    overflow: visible;
  }

  .all-container-block.home, .all-container-block.home-main-hero {
    height: auto;
  }

  .slider-image {
    width: 200px;
  }

  .video-block {
    width: 65%;
  }

  .heading-block {
    width: 64%;
  }

  .all-description-text {
    width: 74%;
    padding-right: 25px;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description {
    width: 84%;
  }

  .all-description-text.digital-block-description {
    width: 100%;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description, .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description, .all-description-text.digital-block-description.customer-description {
    width: 84%;
  }

  .heading-all-block.grid-heading-font-size.yellow {
    font-size: 24px;
  }

  .heading-all-block.services-heading {
    width: 50%;
  }

  ._2-grid-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .line-ver.short._524 {
    z-index: 5;
    z-index: 5;
    z-index: 5;
  }

  .flex.right {
    width: 100%;
  }

  .line-hor.origin-right {
    width: 648px;
    margin-left: 185px;
  }

  .digital-solutions.ux-ui-design-image {
    width: 530px;
  }

  .logo-slide_section {
    height: 45vh;
  }

  .padding-vertical.padding-xxlarge._2 {
    right: 3112px;
  }

  .logo-slider-img {
    width: 330px;
    height: 400px;
  }

  .logo_component-slider-2.animtion-2 {
    width: 3150px;
    left: -140%;
  }

  .portfolio-slider-2 {
    padding-top: 50px;
  }

  .launched-block {
    margin-top: -13px;
  }

  .yellow-link-inner-block {
    width: 100%;
  }

  .stack-image.stack-1 {
    display: block;
  }

  .stack-image.stack-4 {
    top: 24%;
    left: 28%;
  }

  .testimonials-left-bg {
    width: 10%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    transition: all .2s;
  }

  .dropdown-toggle.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .faq--q {
    color: #fff;
    width: 100%;
    font-weight: 300;
  }

  .sosal-links-icon {
    color: #fff;
    font-size: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .faq--ans {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
  }

  .dropdown-list {
    background-color: #c49696;
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .cms-div-block {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .blog-div-block {
    height: 98px;
  }

  .cms-blog-heading {
    margin-top: 0;
  }

  .subcribe {
    overflow: visible;
  }

  .bold-text-6 {
    font-size: 210px;
  }

  .man-image.style-two {
    top: -34%;
  }

  .sub-text {
    width: 68%;
  }

  .street-div-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-hero-section {
    margin-bottom: 80px;
  }

  .heading-div-block {
    top: 55%;
  }

  .about-hero-image {
    width: 60%;
    margin-top: 30px;
  }

  .why-choose-us {
    background-color: #000;
    position: relative;
  }

  .why-choose-heading {
    width: 71%;
  }

  .why-choose-heading.development {
    width: 86%;
  }

  .choose-top-image {
    right: -7%;
  }

  .choose-bottom-image {
    bottom: -13%;
    left: -21%;
  }

  .choose-bottom-image.development {
    bottom: -18%;
  }

  .choose-bottom-image.change-1 {
    bottom: -18%;
    left: -19%;
  }

  .div-block-87 {
    height: 460px;
    position: relative;
  }

  .achievements {
    margin-bottom: 150px;
  }

  .what-we-do-image-5 {
    top: -12%;
  }

  .what-we-do-image-6 {
    right: -7%;
  }

  .vision-mission-bg-image {
    top: -14%;
  }

  .vision-mission-1-grid-block, .vision-mission-2-grid-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 30px;
  }

  .vision-mission-heading {
    margin-bottom: 16px;
  }

  .founder-grid-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 35% 1fr;
    grid-auto-columns: 1fr;
  }

  .founder-grid-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .founder-image-1 {
    position: relative;
    top: -2%;
    left: 0%;
  }

  .founder-image-2 {
    top: -25%;
    right: -5%;
  }

  .team-grid-block {
    width: 80%;
    margin-top: 26px;
  }

  .values-grid-block {
    border-left-width: 0;
    border-left-color: #fff20500;
    padding-left: 15px;
    padding-right: 20px;
  }

  .values-grid-block:hover {
    border-left-width: 16px;
    border-left-color: #fff205;
  }

  .values-grid-block {
    border-left-width: 16px;
  }

  .achiemnets-bg-image {
    height: 772.2px;
  }

  .brand-heading {
    width: 56%;
  }

  .our-values-grid-div {
    grid-column-gap: 85px;
  }

  .how-do-we-work-sub-text {
    width: 73%;
  }

  .div-block-106 {
    grid-column-gap: 26px;
  }

  .gold-price-heading {
    font-size: 40px;
  }

  .gold-text-block {
    font-size: 16px;
  }

  .gold-blck-text-block {
    font-size: 18px;
  }

  .price-sub-text-block {
    font-size: 16px;
  }

  .plan-text-block.dark {
    font-size: 18px;
  }

  .text-block-48 {
    width: 73%;
  }

  .div-block-113 {
    width: 95%;
  }

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

  .heading-31 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .div-block-115 {
    grid-column-gap: 24px;
    grid-row-gap: 15px;
  }

  .div-block-115._100 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .text-block-49 {
    padding-right: 32px;
  }

  .image-55 {
    top: -8%;
  }

  .footer-line-div-block.footer-faq {
    margin-top: 10px;
  }

  .image-58 {
    bottom: -7%;
    right: 0;
  }

  .image-59 {
    bottom: -6%;
    left: -2%;
  }

  .image-60._2-img {
    height: 244px;
    bottom: -17%;
    right: -30px;
  }

  .team-images:hover {
    border-top-left-radius: 120px;
  }

  .faq-heading-block {
    width: 70%;
  }

  .faq-div {
    border-bottom: 1px solid #7a7a7a;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .main-home-image {
    width: 860px;
    inset: auto -2% -13% auto;
  }

  .text-block-53.technical-seo {
    font-size: 19px;
  }

  .image-71 {
    width: 291px;
    right: -50%;
  }

  .image-72 {
    width: 290px;
    top: 25%;
    right: -50%;
  }

  .image-new {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .cms-contant-div-block {
    padding-right: 51px;
  }

  .sub-blog-div-block {
    border-radius: 12px;
  }

  .image-77 {
    z-index: -1;
    bottom: 18%;
  }

  .image-78 {
    height: 650px;
  }

  .text-block-56 {
    width: 24%;
  }

  .rich-text-block-2 {
    width: auto;
  }

  .div-block-139 {
    width: 80%;
  }

  .arrow-right-image {
    margin-right: 40px;
  }

  .footer-animation-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 450px;
    display: flex;
    top: -107%;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .image-82 {
    height: 90vh;
  }

  .div-block-147 {
    height: 106vh;
  }

  .heading-47 {
    font-size: 63px;
    line-height: 70px;
  }

  .bold-text-13 {
    font-size: 74px;
  }

  .left-arrow-2 {
    left: 75%;
  }

  .div-block-149 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-div-block-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 94%;
  }

  .ui-ux-grid, .free-analysis-grid, .customer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-14 {
    font-size: 47px;
  }

  .bold-text-14.new-one.size50 {
    font-size: 48px;
  }

  .bold-text-14.new-one.size45.font-incre, .bold-text-14.new-one.size50 {
    font-size: 48px;
  }

  .bold-text-14.new-one.size45.font-incre, .bold-text-14.new-one.size50 {
    font-size: 48px;
  }

  .bold-text-14.new-one.size45 {
    font-size: 45px;
  }

  .bold-text-14.new-one.size45.font-incre {
    font-size: 48px;
  }

  .footer-icons-wrapper {
    height: 90px;
  }

  .faq-question {
    height: 80px;
  }

  .footer-links-inner-block.part2-1 {
    width: 100%;
  }

  .footer-links-div-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-icons-image, .footer-icons-image.image-3, .footer-icons-image.image-3 {
    width: 150px;
  }

  .div-block-178 {
    width: auto;
  }

  .case-study-main-heading {
    height: 412px;
  }

  .case-bg-image {
    z-index: -1;
    bottom: 10%;
  }

  ._2-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .new-description {
    width: 74%;
    padding-right: 25px;
  }

  .tabs-wrapper {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  ._2-custom-grid {
    grid-template-columns: 560px 1fr;
  }

  .footer-heading-bold {
    font-size: 210px;
  }

  .footer-cursor-wrapper {
    width: 50%;
    left: 14%;
    transform: rotate(-56deg)skew(0deg, 44deg);
  }

  .section-portfolio-slider-bottom {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .follow-block {
    left: 2%;
  }

  .hero-section {
    min-height: 90vh;
    max-height: 90vh;
  }

  .hero-main-div-block {
    grid-template-columns: 63% 38%;
  }

  .hero-button-block {
    width: 51%;
  }

  .all-container-block.home {
    min-height: 90vh;
    max-height: 90vh;
  }

  .all-container-block.home-main-hero {
    min-height: 90vh;
  }

  .bg-image {
    height: 2800px;
  }

  .logo-slide_section {
    height: 30vh;
  }

  .logo_component-slider-2.animtion-2 {
    left: -116%;
  }

  .images-slider-block {
    height: 976px;
  }

  .achiemnets-bg-image {
    height: 800px;
  }

  .team-images {
    width: 90%;
  }

  .main-home-image {
    width: 850px;
    inset: 0% 0% 0% auto;
  }

  .tab-link {
    letter-spacing: .15em;
  }
}

@media screen and (max-width: 991px) {
  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .image {
    width: 100%;
    height: 100px;
  }

  .navbar-no-shadow-container {
    background-color: #0000;
    width: 100%;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-dropdown-link:hover {
    color: #fcd702;
    background-color: #fcd70200;
  }

  .mobile-margin-top-10 {
    margin-top: 50px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 9;
    color: #fff;
    background-color: #000;
  }

  .nav-dropdown {
    justify-content: space-between;
  }

  .nav-dropdown-linkn-1 {
    text-align: center;
  }

  .nav-dropdown-linkn-1:hover {
    color: #fcd702;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    display: flex;
    position: fixed;
  }

  .nav-menu-wrapper {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-dropdown-toggle {
    color: #fff;
    justify-content: center;
    width: 100%;
  }

  .nav-dropdown-toggle:hover {
    color: #fcd702;
  }

  .nav-dropdown-toggle.w--open {
    color: #fff;
    border-bottom-width: 4px;
  }

  .nav-dropdown-toggle.w--open:hover {
    color: #fcd702;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    position: relative;
  }

  .nav-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .body {
    overflow: visible;
  }

  .follow-us-div-block {
    display: none;
  }

  .hero-section {
    min-height: 80vh;
    max-height: 85vh;
  }

  .hero-section.development {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 40px;
  }

  .left-image {
    height: 75vh;
  }

  .hero-main-div-block {
    flex-flow: column;
    display: flex;
  }

  .hero-heading-div-block {
    margin-bottom: 60px;
  }

  .hero-main-heading {
    font-size: 38px;
    line-height: 61px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize.hiden-item, .hero-main-heading.main.hiden-item {
    font-size: 46px;
  }

  .hero-main-heading.new-one.hiden-item.d-none, .hero-main-heading.new-one.mobile-hiden {
    display: none;
  }

  .hero-main-heading.main {
    font-size: 32px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize.hiden-item, .hero-main-heading.main.hiden-item {
    font-size: 46px;
  }

  .hero-main-heading.main.technical-seo-page {
    width: auto;
    font-size: 45px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize.hiden-item, .hero-main-heading.main.hiden-item {
    font-size: 46px;
  }

  .hero-main-heading.main.hiden-item.new-width {
    width: 520px;
    font-size: 52px;
  }

  .hero-main-heading.new-one.hiden-item.d-none, .hero-main-heading.new-one.mobile-hiden {
    display: none;
  }

  .hero-main-heading.new-one.hiden-item {
    font-size: 46px;
    display: block;
  }

  .hero-main-heading.new-one.hiden-item.d-none, .hero-main-heading.new-one.mobile-hiden {
    display: none;
  }

  .hero-main-heading.new-one.mobile-hiden.style-two.d-block {
    display: block;
  }

  .hero-main-heading.hiden-item {
    font-size: 46px;
    display: block;
  }

  .hero-main-heading.mobile-hiden {
    display: none;
  }

  .yellow.main, .yellow.main.technical-seo-page, .yellow.main, .yellow.main.technical-seo-page, .yellow.main.technical-seo-page {
    font-size: 42px;
  }

  .hero-second-div-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hero-second-div-block.down {
    flex-flow: column;
  }

  .hero-second-heading {
    width: auto;
    font-size: 36px;
  }

  .hero-second-heading.developmen {
    font-size: 38px;
    line-height: 71px;
  }

  .hero-second-heading.developmen.wix-page {
    font-size: 32px;
  }

  .hero-second-heading.developmen.mobile-hiden {
    display: none;
  }

  .hero-second-heading.technical-seo-page {
    font-size: 22px;
    line-height: 35px;
  }

  .hero-second-heading.technical-seo-page.mobile-hiden {
    display: none;
  }

  .hero-second-heading.technical-seo-page-webflow-integration.technical-seo-page {
    font-size: 42px;
  }

  .hero-second-heading.hiden-item {
    display: none;
  }

  .hero-button-block {
    width: 66%;
  }

  .hero-button-block.style-two {
    width: 100%;
  }

  .hero-main-image-block {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .all-container-block {
    height: auto;
    padding-left: 20px;
  }

  .all-container-block.home, .all-container-block.home-main-hero {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 70px;
    padding-left: 20px;
  }

  .all-container-block._80-width-container-block.blog-container {
    padding-left: 0;
    padding-right: 0;
  }

  .all-container-block._80-width-container-block.footer-container {
    width: 100%;
  }

  .all-container-block._80-width-container-block.faq-container-1._1296px-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-container-block._80-width-container-block.padding-same._1296px-width {
    width: 100%;
  }

  .all-container-block.home, .all-container-block.home-main-hero {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 70px;
    padding-left: 20px;
  }

  .right-image {
    height: 120vh;
  }

  .slider-div {
    display: none;
  }

  .slider-image {
    width: 150px;
    margin-right: 5px;
  }

  .digital-section {
    padding-top: 100px;
  }

  .video-block {
    width: 100%;
  }

  .heading-block {
    width: 105%;
  }

  .all-description-text {
    width: 100%;
  }

  .heading-all-block {
    font-size: 35px;
  }

  .heading-all-block.new-width {
    font-size: 44px;
  }

  .heading-all-block.our-services-heading.new-width {
    font-size: 52px;
  }

  .heading-all-block.services-heading {
    width: 88%;
  }

  .yellow-60px.new-width {
    font-size: 44px;
  }

  .service-grid-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-grid-block.new-fingm.figma-grid-size, .service-grid-block.new-fingm.figma-grid-size.wix-to-webflow, .service-grid-block.figma-grid-size.technical-seo, .service-grid-block.new-fingm.figma-grid-size, .service-grid-block.new-fingm.figma-grid-size.wix-to-webflow, .service-grid-block.new-fingm.figma-grid-size, .service-grid-block.new-fingm.figma-grid-size.wix-to-webflow, .service-grid-block.new-fingm.figma-grid-size.wix-to-webflow, .service-grid-block.figma-grid-size.technical-seo, .service-grid-block.figma-grid-size.technical-seo {
    grid-template-rows: auto auto;
  }

  ._3-grid-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  ._3-grid-block.figma-2-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .services-section {
    display: block;
  }

  .flex.ver.center, .flex.hor.left.home-left-line, .flex.ver.center, .flex.ver.center, .flex.hor.left.home-left-line, .flex.hor.left.home-left-line, .flex.hor.left.home-left-line {
    display: none;
  }

  .line-container {
    width: 55%;
    margin-top: 70px;
  }

  .logo-slide_section {
    height: 23vh;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider, .logo_component-slider-2 {
    grid-column-gap: 3rem;
  }

  .faq--bg {
    display: none;
  }

  .hero-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonials--container.horizontal-ends.centered {
    grid-row-gap: 58px;
    grid-row-gap: 58px;
    grid-row-gap: 58px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials--section {
    height: auto;
  }

  .testimonials-heading.smaller {
    font-size: 45px;
  }

  .slide-count-wrapper {
    width: 100%;
  }

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

  .blog-main-heading {
    margin-bottom: 50px;
  }

  .blog-div-block {
    height: auto;
  }

  .subcribe {
    display: block;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 115px;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
  }

  .subcribe-block {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .subcribe-block.style-three {
    grid-template-columns: 1fr;
  }

  .man-image {
    width: 325px;
    max-width: 109%;
  }

  .man-image.style-two {
    position: static;
  }

  .round-image {
    width: 55px;
  }

  .ui-ux-block {
    width: 66%;
    display: none;
  }

  .ui-ux-heading {
    font-size: 16px;
    line-height: 17px;
  }

  .projects-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .project-sub-text {
    margin-bottom: 15px;
    line-height: 20px;
  }

  .best-design-block {
    display: none;
  }

  .award-sub-text {
    font-size: 13px;
    line-height: 17px;
  }

  .round-2-image {
    width: 50px;
    height: 50px;
  }

  .footer-line {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .footer-4-grid-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .award-icon {
    width: 32px;
  }

  .hero-section.hero-design {
    padding-top: 160px;
    padding-bottom: 82px;
  }

  .about-hero-section {
    height: 750px;
  }

  .about-hero-bg-image {
    object-fit: cover;
    height: 488px;
  }

  .about-hero-heading {
    font-size: 60px;
  }

  .about-hero-sub-heading {
    text-align: center;
    margin-top: 14px;
    font-size: 18px;
  }

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

  .why-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four, .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four, .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four {
    text-align: center;
  }

  .why-choose-heading {
    text-align: center;
    width: 100%;
  }

  .choose-top-image, .choose-bottom-image {
    display: none;
  }

  .why-choose-us-images-div-block, .what-we-do-heading {
    text-align: center;
  }

  .vision-mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-36 {
    width: 100%;
  }

  .what-we-do-image-5, .what-we-do-image-6 {
    display: none;
  }

  .all-sub-text-for-about-us, .all-sub-text-for-about-us.why-choose-seb-text-block {
    text-align: center;
    width: 100%;
  }

  .all-sub-text-for-about-us.why-choose-seb-text-block {
    text-align: center;
    width: 100%;
  }

  .all-sub-text-for-about-us.text-block-34 {
    text-align: left;
  }

  .vision-mission-bg-image {
    display: none;
  }

  .vision-mission-grid-block, .founder-grid-block {
    flex-flow: column;
    display: flex;
  }

  .founder-image-2 {
    top: -28%;
    right: 10%;
  }

  .name-div-block {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .founder-heading, .founder-main-heading {
    text-align: center;
  }

  .team-grid-block, .all-values-grid-block, .all-achiemnets-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .our-values {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-heading {
    width: 100%;
    font-size: 35px;
  }

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

  .our-values-heading {
    font-size: 35px;
  }

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

  .how-do-we-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-work-div-block {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .how-work-div-block.wix-page {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-do-we-work-heading {
    font-size: 46px;
  }

  .pricing-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-table-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-27 {
    font-size: 35px;
  }

  .div-block-106 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .silver-price-table.webflow-agency-page {
    width: 100%;
    height: 100%;
  }

  .plans-div-block.plans-div-block-new {
    height: auto;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-30 {
    font-size: 35px;
  }

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

  .div-block-115 {
    overflow: visible;
  }

  .image-55 {
    height: 192px;
    left: 14%;
  }

  .footer-heading {
    font-size: 30px;
  }

  .text-block-28-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-line-div-block {
    margin-top: 20px;
  }

  .footer-line-div-block.footer-faq.none-for-mobile {
    display: none;
  }

  .image-58 {
    height: 199px;
    right: -25%;
  }

  .image-59 {
    height: 200px;
    left: 21%;
  }

  .image-60._2-img {
    height: 201px;
    right: -82px;
  }

  .button-white-text {
    color: #fff;
  }

  .button-white-text:hover, .button-animation.header, .button-animation.header {
    color: #000;
  }

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

  .main-home-image {
    width: 35%;
    display: none;
    position: relative;
  }

  .image-71, .image-72, .image-73 {
    display: none;
  }

  .collection-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-cms-div-block {
    flex-flow: column;
    display: flex;
  }

  .main-image {
    border-radius: 0;
  }

  .sub-blog-div-block {
    height: auto;
  }

  .blog-post-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .image-77 {
    display: none;
  }

  .image-78 {
    height: 300px;
  }

  .div-block-135 {
    flex-flow: wrap;
    display: flex;
  }

  .text-block-56 {
    width: 28%;
  }

  .image-79 {
    width: 14%;
    height: 100px;
  }

  .div-block-140 {
    border-left-width: 0;
    padding-left: 0;
  }

  .work-card {
    width: 50em;
  }

  .footer-heading-link {
    display: none;
  }

  .contact-us-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .div-block-145 {
    flex-flow: column;
    align-self: center;
    width: 90%;
    height: auto;
    display: flex;
  }

  .div-block-147 {
    display: none;
  }

  .heading-47 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-13 {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-148 {
    display: block;
  }

  .code-embed {
    width: 100%;
  }

  .clients-hero-heading {
    font-size: 60px;
  }

  .client-hero-sub-heading {
    text-align: center;
    margin-top: 14px;
    font-size: 18px;
  }

  .exceptional-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

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

  .image-92 {
    width: 34px;
    display: none;
  }

  .image-94 {
    display: none;
  }

  .portfolio-div-block-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .portfolio-section.home-hero-section.section-1 {
    padding-bottom: 40px;
  }

  .bold-text-14.new-one {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-icons-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .footer-icons-div-wrapper:hover {
    padding: 0;
  }

  .container.faq-container.none-for-mobile {
    display: none;
  }

  .footer-faq-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-faq-wrapper.number-2, .footer-faq-wrapper.number-3, .footer-faq-wrapper.number-2, .footer-faq-wrapper.number-3 {
    margin-top: 0;
  }

  .footer-links-text {
    font-size: 16px;
  }

  .footer-links-inner-block.part2-1 {
    width: 100%;
    font-size: 14px;
  }

  .yellow-60px.technical-seo {
    font-size: 42px;
  }

  .link-block-25 {
    display: none;
  }

  .link-block-25.mobile {
    display: block;
  }

  .link-block-26 {
    display: none;
  }

  .link-block-26.mobile {
    display: block;
  }

  .div-block-178 {
    width: 100%;
  }

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

  .case-study-main-heading {
    height: 300px;
  }

  .case-bg-image {
    display: none;
  }

  .case-study-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .div-block-193 {
    grid-row-gap: 30px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-194 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-201 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
  }

  ._1, ._2 {
    width: 50%;
    padding-right: 0;
  }

  .arrow-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 19%;
  }

  .text-block-in-blog-1 {
    position: static;
  }

  .service-grid-items {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-logo-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-button-2.d-none {
    display: none;
  }

  .new-description {
    width: 100%;
  }

  .new-description.full-width.width-change.margin-bottom.black-color {
    margin-bottom: 50px;
  }

  .new-description.full-width.width-change.black {
    margin-bottom: 20px;
  }

  .flex-center.inner-padding.px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide__slide {
    width: 30%;
  }

  .section-10, .section-10.u-pb-0, .section-10.u-pb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-grid-block-new {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .main-hero-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .main-sub-heading.width-change.center.margin-bottom-55px {
    width: 100%;
    margin-bottom: 50px;
  }

  .button.margin-bottom {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button._40px-margin-bottom {
    margin-bottom: 16px;
  }

  .stack_component {
    grid-row-gap: 2rem;
  }

  .stack_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .flex-center-aline.inner-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-size-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .flex-space-around {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stack_card-heading {
    font-size: 34px;
    line-height: 34px;
  }

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

  .project-scope-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._40px-sub-text {
    font-size: 32px;
    line-height: 42px;
  }

  ._32px-sub-text {
    font-size: 26px;
    line-height: 28px;
  }

  ._64px-font.align-left {
    font-size: 50px;
    line-height: 50px;
  }

  ._2-grid-fix {
    grid-template-columns: 1fr;
  }

  ._2-normal-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
    grid-template-columns: .75fr;
    display: flex;
  }

  .normal-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-heading-1 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-218 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .menu-icon {
    display: none;
  }

  .div-block-220 {
    width: 100%;
  }

  .growth-rate {
    font-size: 26px;
    line-height: 34px;
  }

  .footer-heading-bold {
    font-size: 115px;
  }

  .sg-h1 {
    font-size: 3rem;
  }

  .sg-h2 {
    font-size: 2.25rem;
  }

  .sg-h3 {
    font-size: 1.875rem;
  }

  .sg-h4 {
    font-size: 1.5rem;
  }

  .nav-menu-list {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-list.none-desktop {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-list.none-mobile {
    display: none;
  }

  .none-desktop {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    overflow: hidden;
  }

  .none-desktop.border-add {
    background-color: #171209;
    border-bottom: 1px solid #f6c453;
  }

  .menu-inner-wrap {
    height: 100vh;
  }

  .nav-menu-wrap {
    background-color: #100d08;
    flex-flow: column;
    flex: none;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu-wrap.none-mobile {
    padding-top: 0;
    display: none;
  }

  .navbar-no-shadow-container-wrap.container-container-7xl {
    position: static;
  }

  .button-primary.button-primary-mobile {
    background-position: 58%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .button-primary.button-primary-mobile:hover {
    transform: none;
  }

  .mobile-margin-top-wrap.none-desktop {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
  }

  .list-item {
    width: 100%;
  }

  .menu--button-line-wrap {
    background-color: #e5dbc6;
    width: 100%;
    height: 2px;
  }

  .inner-mobile-logo {
    margin-top: 24px;
    margin-bottom: 50px;
  }

  .none-for-desktop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    display: flex;
  }

  .mobile-menu-block {
    color: #7a6a4c;
    font-size: 12px;
  }

  .mobile-menu-block.mobile-menu-text {
    color: #f4edde;
    letter-spacing: .01px;
    letter-spacing: .01px;
    font-family: Anton, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
  }

  .nav-button-inner-wrap {
    width: 100%;
    margin-left: 0;
  }

  .mobile-menu-link {
    border-bottom: 1px solid #2c2317;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
  }

  .menu-button-mobile {
    z-index: 99999;
    border: 1px solid #3e3322;
    flex-flow: column;
    justify-content: space-between;
    width: 50px;
    height: 50px;
    padding: 5px 8px;
    display: flex;
  }

  .menu-button-mobile.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .hide-tablet {
    display: none !important;
  }

  .fs-styleguide_2-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_class-collection {
    grid-template-columns: 1fr 1fr;
  }

  .button-secondary.button-primary-mobile {
    background-position: 58%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .button-secondary.button-primary-mobile:hover {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    mix-blend-mode: exclusion;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    mix-blend-mode: exclusion;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .body.le-spacing {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .background-video {
    height: 350px;
  }

  .hero-section {
    min-height: auto;
    max-height: none;
  }

  .hero-section.development {
    padding-top: 60px;
  }

  .left-img-div-block {
    height: 800px;
  }

  .hero-main-div-block {
    justify-content: flex-start;
    margin-top: 45px;
  }

  .hero-heading-div-block {
    margin-bottom: 0;
  }

  .hero-main-heading {
    font-size: 42px;
  }

  .hero-main-heading.main {
    font-size: 46px;
    font-weight: 500;
  }

  .hero-main-heading.main.technical-seo-page {
    font-size: 38px;
    line-height: 55px;
  }

  .hero-main-heading.new-one {
    font-size: 45px;
  }

  .yellow {
    font-size: 36px;
  }

  .yellow.main.technical-seo-page {
    width: auto;
    font-size: 42px;
    line-height: 35px;
  }

  .hero-second-div-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero-second-heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 46px;
  }

  .hero-second-heading.developmen {
    width: 100%;
    font-size: 44px;
  }

  .review-text-block {
    font-size: 15px;
  }

  .hero-button-block {
    width: 100%;
  }

  .all-container-block {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .all-container-block._80-width-container-block, .all-container-block._80-width-container-block.services-container {
    width: 100%;
  }

  .all-container-block._80-width-container-block, .all-container-block._80-width-container-block.services-container {
    width: 100%;
  }

  .all-container-block._80-width-container-block.footer-container, .all-container-block._80-width-container-block.services-container {
    width: 100%;
  }

  .all-container-block._80-width-container-block.blog-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .all-container-block._80-width-container-block.footer-container {
    width: 100%;
  }

  .all-container-block.home {
    height: 670px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .all-container-block.home-main-hero {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 35px;
    padding-right: 35px;
  }

  .all-container-block.home {
    height: auto;
    max-height: none;
  }

  .slider-div {
    display: none;
    bottom: 8%;
  }

  .slider-image {
    align-self: center;
    width: 120px;
  }

  .video-block {
    width: 100%;
  }

  .all-description-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .heading-all-block {
    font-size: 35px;
  }

  .heading-all-block.our-services-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow-page.technical-seo {
    font-size: 46px;
    line-height: 50px;
  }

  .heading-all-block.services-heading {
    width: 77%;
    font-size: 35px;
  }

  .heading-all-block.free-analysis-heading {
    font-size: 35px;
  }

  .heading-all-block.ux-ui-design-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .heading-all-block.customer-heading {
    font-size: 25px;
  }

  .heading-all-block.support-heading {
    font-size: 23px;
    line-height: 33px;
  }

  .yellow-60px {
    font-size: 36px;
  }

  .service-grid-block.figma-grid-size.technical-seo {
    grid-template-rows: auto auto;
  }

  ._3-grid-block, ._2-grid-block {
    flex-flow: column;
    display: flex;
  }

  .line-container {
    width: 60%;
  }

  .portfolio {
    display: none;
  }

  .logo-slide_section {
    height: 16vh;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider, .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .yellow-link-inner-block {
    width: 100%;
  }

  .faq.new-faq {
    padding-bottom: 50px;
  }

  .card-stack-wrapper {
    height: 400px;
  }

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

  .testimonials--container.horizontal-ends.centered {
    grid-row-gap: 25px;
    grid-row-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .testimonials--section {
    min-height: auto;
  }

  .stack-image {
    border-radius: 63px;
  }

  .stack-image.stack-1, .stack-image.stack-3, .stack-image.stack-2, .stack-image.stack-4, .stack-image.stack-1, .stack-image.stack-3, .stack-image.stack-2, .stack-image.stack-4 {
    height: 57%;
  }

  .testimonials-heading {
    font-size: 45px;
  }

  .testimonials-heading.smaller {
    font-size: 35px;
  }

  .slide-count-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .blog-main-heading {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .image-div-block {
    flex-flow: column;
    display: flex;
  }

  .subcribe.style-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .bold-text-6 {
    font-size: 87px;
  }

  .subcribe-block {
    height: 277px;
    padding-top: 10px;
  }

  .subcribe-block.style-three {
    height: auto;
  }

  .man-image {
    width: 332px;
    max-width: 120%;
    top: -7%;
    right: -20%;
  }

  .round-image {
    top: 2%;
  }

  .ui-ux-block {
    flex-flow: column;
    align-items: flex-start;
    width: 64%;
    display: none;
  }

  .best-design-block {
    display: none;
    top: -24%;
  }

  .round-2-image {
    bottom: -5%;
  }

  .webclaw-heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .footer-4-grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
    display: grid;
  }

  .sub-text {
    width: 50%;
  }

  .street-div-block {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section.hero-design {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .about-hero-section {
    height: 700px;
    margin-bottom: 0;
  }

  .about-hero-heading {
    font-size: 45px;
  }

  .about-hero-sub-heading {
    font-size: 14px;
  }

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

  .why-choose-us {
    padding-top: 70px;
  }

  .why-choose-us-container._90 {
    width: 100%;
  }

  .why-choose-seb-text-block {
    text-align: center;
    font-size: 15px;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .what-we-do-heading {
    font-size: 35px;
  }

  .vision-mission {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .founder-container {
    padding-bottom: 50px;
  }

  .team-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .core-values {
    padding-top: 60px;
  }

  .core-values-container {
    padding-bottom: 0;
  }

  .all-sub-text-for-about-us {
    width: 100%;
  }

  .vision-mission-1-grid-block, .vision-mission-2-grid-block {
    grid-template-columns: 1fr;
  }

  .vision-mission-heading {
    text-align: center;
  }

  .founder-image-2 {
    right: -3%;
  }

  .founder-main-heading, .team-heading {
    font-size: 35px;
  }

  .team-grid-block {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .values-heading {
    font-size: 35px;
  }

  .all-achiemnets-grid-block {
    grid-row-gap: 20px;
  }

  .achiemnets-heading {
    font-size: 35px;
  }

  .brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-5 {
    width: 100%;
  }

  .our-values {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .our-values-grid-div {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .how-do-we-work-container {
    width: 100%;
  }

  .how-work-div-block {
    grid-column-gap: 5px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-106 {
    width: 85%;
  }

  .div-block-113 {
    width: 100%;
  }

  .image-55 {
    height: 243px;
    left: 0%;
  }

  .footer-heading-block {
    height: 24px;
    margin-bottom: 0;
  }

  .blanck {
    height: 0;
    margin-bottom: 0;
    display: none;
  }

  .footer-heading {
    font-size: 20px;
  }

  .text-block-28-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-line-div-block.footer-faq {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-copyright-text-block {
    font-size: 13px;
  }

  .image-58 {
    height: 221px;
    bottom: -12%;
    right: -11%;
  }

  .image-59 {
    height: 243px;
    left: -1%;
  }

  .image-60._2-img {
    height: 270px;
    right: -19%;
  }

  .faq-questions-hading {
    text-align: center;
  }

  .canvas {
    height: 170vh;
    max-height: 170vh;
  }

  .main-home-image {
    width: 41%;
  }

  .div-block-125 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .date {
    width: 42%;
  }

  .blog-post-section {
    padding-top: 130px;
  }

  .image-77 {
    display: none;
  }

  .text-block-56 {
    width: 34%;
  }

  .image-79 {
    width: 16%;
  }

  .work-card {
    width: 80em;
  }

  .div-block-145 {
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
  }

  .clients-hero-heading {
    font-size: 45px;
  }

  .client-hero-sub-heading {
    font-size: 14px;
  }

  .exceptional-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .portfolio-main-div-block {
    padding-left: 70px;
    padding-right: 70px;
  }

  .portfolio-logo {
    width: 20%;
  }

  .portfolio-div-block-grid {
    width: 100%;
  }

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

  .bold-text-14 {
    font-size: 43px;
  }

  .footer-icons-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-question {
    height: 70px;
  }

  .footer-faq-wrapper, .footer-faq-wrapper.number-2, .footer-faq-wrapper.number-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-div-wrapper, .footer-links-items-list-1-wrapper {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .image-102 {
    height: 300px;
  }

  .cms-blog-link {
    width: 100%;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

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

  .case-bg-image {
    display: none;
  }

  .case-study-section {
    padding-top: 130px;
  }

  .div-block-193 {
    grid-template-columns: .75fr;
    display: block;
  }

  .arrow-button-2 {
    width: 30%;
  }

  .services-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .service-grid-items {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-auto-flow: row dense;
  }

  .service-grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-name {
    font-size: 16px;
    line-height: 22px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .new-description {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .new-description.full-width.aline-left.no-margin {
    margin-bottom: 20px;
  }

  .new-description.full-width.width-change.margin-bottom.black-color {
    width: 100%;
    margin-bottom: 40px;
  }

  .new-description.full-width.width-change.black {
    width: 100%;
    margin-bottom: 0;
  }

  .flex-center.inner-padding.px-20 {
    padding-top: 70px;
  }

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

  .splide__slide {
    width: 50%;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-grid-section._100x100px-padding {
    padding-bottom: 40px;
  }

  ._2-grid-block-new {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-hero-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .main-sub-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .main-sub-heading.width-change.text-center.black-color, .main-sub-heading.width-change.center.black {
    width: 100%;
  }

  .main-sub-heading.width-change.text-center.black-color, .main-sub-heading.width-change.center.black {
    width: 100%;
  }

  .main-sub-heading.width-change.text-center.black-color, .main-sub-heading.width-change.center.black {
    width: 100%;
  }

  .main-sub-heading.width-change.center.black {
    width: 100%;
  }

  .main-sub-heading.width-change.center.margin-bottom-55px {
    margin-bottom: 40px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-wrapper-2 {
    padding-bottom: 70px;
  }

  .flex-center-aline.inner-padding {
    padding-bottom: 40px;
  }

  .flex-space-around {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benefits-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .tab-content-box {
    width: 100%;
    padding: 40px 2em;
  }

  .tabs {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .tabs-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tab-mobile-text-wrap {
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    display: none;
    overflow: hidden;
  }

  .tab-link {
    width: 100%;
    padding: 12px 0;
  }

  .tab-link.w--current {
    color: #ff09ef;
  }

  .page-wrapper-3 {
    padding-bottom: 70px;
  }

  .tabs-content {
    width: 100%;
  }

  .image-107 {
    width: 160px;
  }

  .text-block-77 {
    width: 100%;
  }

  .project-scope-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

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

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

  ._18px-text.opacity {
    font-size: 16px;
    line-height: 22px;
  }

  .our-achievement-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  ._32px-sub-text.margin-top {
    font-size: 26px;
    line-height: 28px;
  }

  ._64px-font.align-left {
    font-size: 36px;
    line-height: 36px;
  }

  .flex-gap-100px {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .meet-the-founder-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  ._24px-font {
    font-size: 22px;
    line-height: 32px;
  }

  .desplay-flex-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-219 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-heading-bold {
    font-size: 87px;
  }

  .sg-h1 {
    font-size: 2.25rem;
  }

  .sg-h2 {
    font-size: 1.875rem;
  }

  .sg-h3 {
    font-size: 1.5rem;
  }

  .sg-h4, .sg-h5 {
    font-size: 1.25rem;
  }

  .sg-h6 {
    font-size: 1.125rem;
  }

  .navbar-logo-brand {
    padding-left: 0;
  }

  .nav-menu-list {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .menu-inner-wrap {
    background-color: #0a0806;
  }

  .mobile-margin-top-wrap {
    margin-top: 10px;
  }

  .hide-mobile-landscape {
    display: none !important;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

  .image {
    width: 100%;
    height: 100px;
  }

  .navbar-no-shadow-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
    position: fixed;
    inset: 17px 5% auto auto;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    padding-top: 22px;
    position: fixed;
    top: 0%;
  }

  .nav-menu-wrapper {
    background-color: #000;
    position: fixed;
    top: 0%;
  }

  .nav-dropdown-toggle.w--open {
    color: #fff;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    position: relative;
  }

  .background-video {
    background-position: 50%;
    height: 200px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 20px;
  }

  .hero-section.development {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 65px;
  }

  .left-img-div-block, .right-img-div-block {
    display: none;
  }

  .left-image {
    height: 5vh;
  }

  .hero-main-div-block {
    width: 100%;
  }

  .hero-heading-div-block {
    margin-bottom: 0;
  }

  .hero-main-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-main-heading.new-one.hiden-item, .hero-main-heading.hiden-item {
    font-size: 38px;
  }

  .hero-main-heading.main {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-main-heading.main.technical-seo-page {
    font-size: 42px;
    line-height: 45px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize {
    font-size: 35px;
  }

  .hero-main-heading.main.technical-seo-page.fontsize.hiden-item {
    font-size: 38px;
  }

  .hero-main-heading.main.technical-seo-page.hiden-item {
    font-size: 42px;
  }

  .hero-main-heading.main.hiden-item {
    font-size: 38px;
  }

  .hero-main-heading.main.hiden-item.new-width {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }

  .hero-main-heading.new-one {
    font-size: 32px;
    line-height: 45px;
  }

  .hero-main-heading.new-one.hiden-item, .hero-main-heading.hiden-item {
    font-size: 38px;
  }

  .yellow {
    font-size: 32px;
  }

  .yellow.portfolio {
    font-size: 18px;
  }

  .yellow.main {
    font-size: 32px;
    font-weight: 700;
  }

  .yellow.main.technical-seo-page {
    font-size: 36px;
    line-height: 30px;
  }

  .yellow._40 {
    font-size: 34px;
  }

  .hero-second-div-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero-second-heading {
    width: 100%;
    margin-right: 0;
    font-size: 38px;
    line-height: 50px;
  }

  .hero-second-heading.developmen {
    width: 100%;
    font-size: 26px;
    line-height: 40px;
  }

  .hero-second-heading.developmen.wix-page {
    font-size: 29px;
    line-height: 43px;
  }

  .hero-second-heading.technical-seo-page {
    font-size: 32px;
    line-height: 44px;
  }

  .hero-second-heading.technical-seo-page.font-size {
    font-size: 35px;
  }

  .hero-second-heading.technical-seo-page-webflow-integration.technical-seo-page {
    font-size: 37px;
    line-height: 50px;
  }

  .review-button {
    height: 40px;
  }

  .star-image {
    width: 70px;
  }

  .review-text-block {
    font-size: 15px;
    line-height: 19px;
  }

  .hero-button-block {
    flex-flow: column;
    width: 100%;
  }

  .all-container-block {
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .all-container-block._80-width-container-block.faq-container-1, .all-container-block._80-width-container-block.faq-container2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block._80-width-container-block.faq-container-1, .all-container-block._80-width-container-block.faq-container2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block._80-width-container-block.services-container {
    height: 2495px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block._80-width-container-block.faq-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block._80-width-container-block.blog-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-container-block._80-width-container-block.faq-container-1, .all-container-block._80-width-container-block.faq-container2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block.home {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-container-block.home-main-hero {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-div {
    margin-top: 10px;
    display: none;
    bottom: -2%;
  }

  .all-slider-images-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    display: flex;
  }

  .slider-image {
    object-fit: contain;
    width: 70px;
  }

  .digital-section {
    padding-top: 40px;
    overflow: hidden;
  }

  .video-block {
    width: 100%;
    padding: 12px;
  }

  .heading-block {
    width: 100%;
    margin-top: 20px;
  }

  .all-description-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description {
    font-size: 14px;
  }

  .all-description-text.digital-block-description {
    margin-top: 0;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description {
    font-size: 14px;
  }

  .all-description-text.digital-block-description.free-analysis-description, .all-description-text.digital-block-description.ux-ui-design-description, .all-description-text.digital-block-description.support-description {
    font-size: 14px;
  }

  .all-description-text.digital-block-description.customer-description {
    font-size: 16px;
    line-height: 20px;
  }

  .all-description-text.grid-subtext-font-size {
    text-align: center;
  }

  .all-images-div-block {
    display: none;
  }

  .our-services-section {
    padding-top: 40px;
  }

  .heading-all-block {
    font-size: 34px;
    line-height: 38px;
  }

  .heading-all-block.new-width {
    font-size: 36px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow-page.technical-seo, .heading-all-block.our-services-heading.new-width {
    font-size: 36px;
  }

  .heading-all-block.free-analysis-heading, .heading-all-block.ux-ui-design-heading, .heading-all-block.support-heading, .heading-all-block.customer-heading, .heading-all-block.support-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-all-block.our-services-heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow-page.technical-seo, .heading-all-block.our-services-heading.new-width {
    font-size: 36px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow {
    font-size: 39px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow.font-size {
    font-size: 36px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow-page {
    font-size: 38px;
  }

  .heading-all-block.our-services-heading.figma-to-webflow-page.technical-seo, .heading-all-block.our-services-heading.new-width {
    font-size: 36px;
  }

  .heading-all-block.grid-heading-font-size.yellow {
    text-align: center;
    text-align: center;
  }

  .heading-all-block.services-heading {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-all-block.free-analysis-heading, .heading-all-block.ux-ui-design-heading, .heading-all-block.support-heading, .heading-all-block.customer-heading, .heading-all-block.support-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .yellow-60px {
    font-size: 35px;
    line-height: 50px;
  }

  .yellow-60px.new-width {
    font-size: 34px;
  }

  .service-grid-block {
    border: 1px solid #fff205;
  }

  .service-grid-block.new-fingm.figma-grid-size.wix-to-webflow {
    grid-template-rows: auto auto;
  }

  ._3-grid-block {
    flex-flow: column;
    display: flex;
  }

  ._2-grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .service-bg-image {
    display: none;
  }

  .services-section {
    overflow: hidden;
  }

  .line-container {
    width: 98%;
  }

  .play-icon {
    width: 40px;
    font-size: 47px;
  }

  .pause-icon {
    width: 40px;
  }

  .digital-solutions.free-analysis-image {
    text-align: center;
    text-align: center;
    width: 60%;
  }

  .digital-solutions.customer-image {
    width: 100%;
  }

  .services-block {
    top: 10%;
  }

  .services-block._3 {
    top: 84%;
  }

  .services-block._2 {
    top: 61%;
  }

  .services-block._1 {
    top: 38%;
  }

  .round-img {
    max-width: 80%;
  }

  .logo-slide_section {
    height: 16vh;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: .8em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-xxlarge._2 {
    right: 1200px;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 3100px;
    overflow: hidden;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo_component-slider-2.animtion-2 {
    width: 3100px;
  }

  .portfolio-slider-1 {
    padding-top: 0;
  }

  .portfolio-slider-2 {
    padding-top: 38px;
    padding-bottom: 53px;
  }

  .launched-block {
    margin-top: -4px;
    padding-left: 0;
    padding-right: 0;
  }

  .launched-button {
    background-position: 90%;
    width: 90%;
    padding: 8px 20px 8px 35px;
    font-size: 18px;
  }

  .link-text-item {
    text-align: center;
    margin-right: 20px;
  }

  .yellow-link-inner-block {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .images-slider-block {
    max-width: 61%;
  }

  .faq {
    padding-top: 10px;
    overflow: hidden;
  }

  .card-stack-wrapper {
    height: 350px;
  }

  .hero-content-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .testimonials--container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    font-size: 24px;
  }

  .our-work-card-wrapper {
    margin-left: 0;
  }

  .testimonials--section {
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .stack-image {
    border-radius: 55px;
    height: 92vw;
  }

  .stack-image.stack-1 {
    height: 75%;
    top: 8%;
  }

  .stack-image.stack-3 {
    height: 75%;
    top: 21%;
    left: 21%;
  }

  .stack-image.stack-2 {
    height: 75%;
    top: 14%;
  }

  .stack-image.stack-4 {
    height: 75%;
    top: 24%;
    left: 26%;
  }

  .text-block-13 {
    font-size: 13px;
    line-height: 17px;
  }

  .testimonials-heading {
    font-size: 35px;
  }

  .testimonials-heading.smaller {
    text-align: left;
    text-align: left;
    font-size: 36px;
    line-height: 1.3;
  }

  .slide-line.black, .slide-line.black.current, .slide-line.black, .slide-line.black.current, .slide-line.black.current {
    width: 7%;
  }

  .div-block-43 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-16 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .text-block-17 {
    font-size: 13px;
  }

  .image-24 {
    width: 50px;
    top: 78%;
    left: -6%;
  }

  .image-25 {
    width: 56px;
  }

  .image-26 {
    top: -14%;
    right: -8%;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .faq--q {
    white-space: pre-wrap;
    width: 91%;
    font-size: 18px;
    line-height: 22px;
  }

  .faq--ans {
    line-height: 23px;
  }

  .dropdown-list.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blogs-posts {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

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

  .blog-main-heading {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 35px;
  }

  .cms-blog-heading {
    font-size: 18px;
  }

  .subcribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subcribe.style-two {
    padding-bottom: 50px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .footer {
    padding-top: 20px;
    overflow: hidden;
  }

  .bold-text-6 {
    font-size: 43px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .subcribe-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 545px;
    display: flex;
  }

  .subcribe-block.style-three {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .man-image {
    width: 325px;
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .ui-ux-block {
    width: 100%;
    margin-top: 0;
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .ui-ux-image {
    height: auto;
  }

  .projects-heading {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .projects-heading.mw-400 {
    font-size: 20px;
    line-height: 32px;
  }

  .register-button {
    text-align: center;
    width: 100%;
  }

  .best-design-block {
    width: 50%;
    margin-top: 10px;
    display: none;
    position: relative;
  }

  .round-2-image {
    display: none;
  }

  .webclaw-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-line {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sub-text {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-div-block {
    justify-content: space-between;
  }

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

  .about-hero-section {
    height: 600px;
  }

  .about-hero-bg-image {
    height: 400px;
  }

  .heading-div-block {
    justify-content: center;
    align-items: center;
  }

  .about-hero-heading {
    text-align: center;
    width: 94%;
    font-size: 42px;
    line-height: 49px;
  }

  .about-hero-image {
    width: 90%;
  }

  .why-choose-us {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .why-choose-us.conversion-section {
    padding-bottom: 40px;
  }

  .why-choose-us-container._90 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-text-block {
    text-align: center;
    font-size: 14px;
  }

  .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four, .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four, .clients-number-text-block.yellow.one, .clients-number-text-block.yellow.two, .clients-number-text-block.yellow.three, .clients-number-text-block.yellow.four {
    text-align: center;
  }

  .why-choose-heading {
    text-align: center;
    width: 100%;
    font-size: 35px;
    line-height: 50px;
  }

  .why-choose-heading.development {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .why-choose-seb-text-block {
    text-align: center;
    padding-right: 0;
    line-height: 24px;
  }

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

  .why-choose-main-image {
    object-fit: cover;
    height: auto;
  }

  .why-choose-main-image.why-choose-main-image-new {
    border-radius: 12px;
    width: 100%;
    height: 300px;
  }

  .why-choose-us-images-div-block {
    width: 100%;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .what-we-do-container._90 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .what-we-do-heading {
    text-align: center;
  }

  .vision-mission {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .vision-mission-container._90 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .founder-container {
    width: 100%;
    padding: 90px 10px 40px;
  }

  .div-block-87 {
    height: 327px;
  }

  .bold-text-9.yellow {
    font-size: 40px;
  }

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

  .team-container {
    width: 100%;
    padding: 40px 10px;
  }

  .core-values {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .core-values-container {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-10.yellow {
    font-size: 36px;
  }

  .achiemnets-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .what-we-do-div-block {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .what-we-do-div-block.what-we-do-div-block-new {
    flex-flow: row;
    justify-content: space-around;
  }

  .what-we-do-image-1 {
    width: 184px;
  }

  .what-we-do-image-1.what-we-do-image-1-new {
    width: 150px;
  }

  .what-we-do-image-2, .what-we-do-image3 {
    display: none;
  }

  ._2-images-grid {
    width: 50%;
  }

  .all-sub-text-for-about-us {
    text-align: center;
  }

  .vision-mission-1-grid-block, .vision-mission-2-grid-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vision-mission-heading {
    text-align: center;
  }

  .founder-image-1 {
    width: 47%;
    position: relative;
    top: 0%;
    left: -5%;
  }

  .founder-image-2 {
    max-width: 80%;
    inset: auto 0% 0% auto;
  }

  .founder-line {
    inset: auto 0% 0% auto;
  }

  .name-div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .founder-heading-div-block {
    margin-left: 20px;
  }

  .founder-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .founder-ceo {
    font-size: 15px;
    line-height: 18px;
  }

  .founder-main-heading {
    text-align: center;
    line-height: 50px;
  }

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

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

  .all-values-grid-block {
    flex-flow: column;
    display: flex;
  }

  .values-bg-image {
    display: none;
  }

  .values-heading {
    line-height: 48px;
  }

  .achiemnets-grid-block {
    width: 100%;
    height: 200px;
  }

  .all-achiemnets-grid-block {
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .achiemnets-heading {
    line-height: 48px;
  }

  .achiemnets-bg-image {
    display: none;
  }

  .brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-values {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-values-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-heading {
    font-size: 30px;
    line-height: 50px;
  }

  .brand-grid-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

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

  .brand-sub-text-block {
    font-size: 18px;
  }

  .our-values-grid-div {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .how-do-we-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-do-we-work-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-work-div-block {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .how-work-div-block.wix-page {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
  }

  .how-do-we-work-heading {
    font-size: 36px;
    line-height: 50px;
  }

  .how-do-we-work-sub-text {
    width: 100%;
    font-size: 16px;
  }

  .how-do-we-work-sub-text.figma-deve {
    text-align: center;
    text-align: center;
  }

  .pricing-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-table-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27 {
    line-height: 46px;
  }

  .div-block-106 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-47.white {
    font-size: 16px;
  }

  .silver-price-table {
    margin-top: 0;
  }

  .gold-price-table {
    margin-bottom: 0;
  }

  .gold-price-heading {
    font-size: 27px;
  }

  .gold-blck-text-block {
    font-size: 16px;
  }

  .gold-blck-text-block.silver {
    font-size: 15px;
  }

  .silver-heading {
    font-size: 33px;
  }

  .price-heading {
    font-size: 28px;
  }

  .plan-text-block, .plan-text-block.dark {
    font-size: 16px;
  }

  .plan-text-block.dark {
    font-size: 16px;
  }

  .plan-text-block.silver {
    font-size: 15px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-30 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-48 {
    width: 100%;
  }

  .div-block-113 {
    grid-row-gap: 20px;
    width: 100%;
  }

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

  .heading-31 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-115 {
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .div-block-115._100 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-left: 9px;
  }

  .text-block-49 {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }

  .image-55 {
    align-self: center;
    width: 87%;
    height: 190px;
    top: -3%;
    bottom: auto;
    left: -13%;
  }

  .footer-heading {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-28-copy {
    text-align: center;
  }

  .footer-line-div-block.footer-faq {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-58 {
    width: 92%;
    height: 190px;
    bottom: -8%;
    right: 17px;
  }

  .image-59 {
    height: 190px;
    bottom: 0%;
    left: -8%;
  }

  .image-60 {
    height: 120px;
  }

  .image-60._2-img {
    width: 100%;
    right: 9px;
  }

  .team-images {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .button-white-text:hover {
    color: #fff;
  }

  .button-animation {
    color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .button-animation:hover, .button-animation.header:hover, .button-animation.header:hover {
    color: #fff;
  }

  .yellow-block {
    display: none;
  }

  .faq-questions-hading {
    font-size: 36px;
    line-height: 40px;
  }

  .faq-subtext {
    font-size: 16px;
    line-height: 19px;
  }

  .faq-main-div {
    flex-flow: column;
    display: flex;
  }

  .faq-heading-block {
    width: 100%;
  }

  .main-home-image {
    width: 100%;
    display: none;
  }

  .yellow-link-wrapper {
    margin-right: 0;
  }

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

  .blog-post {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .blog-post-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .date {
    width: 58%;
    padding: 10px;
    font-size: 14px;
  }

  .section-7 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .image-new {
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: auto;
  }

  .main-image {
    object-fit: fill;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .cms-contant-div-block {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cms-subtext-block {
    font-size: 16px;
    line-height: 24px;
  }

  .sub-blog-div-block {
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .sub-cms-block-new {
    align-items: stretch;
  }

  .blog-post-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .image-77 {
    display: none;
  }

  .image-78 {
    object-fit: cover;
    height: 185px;
  }

  .post-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .post-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-33 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-56 {
    width: 56%;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .rich-text-block-2 h1 {
    font-size: 26px;
    line-height: 33px;
  }

  .rich-text-block-2 h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .rich-text-block-2 p {
    font-size: 14px;
    line-height: 23px;
  }

  .rich-text-block-2 li {
    font-size: 15px;
  }

  .image-79 {
    width: 29%;
  }

  .text-block-59 {
    margin-top: 20px;
  }

  .div-block-139 {
    width: 100%;
  }

  .text-block-60 {
    font-size: 15px;
  }

  .work-card {
    width: 100em;
  }

  .div-block-145 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    height: 426px;
  }

  .right-arrow-2 {
    top: 85%;
    right: 28%;
  }

  .left-arrow-2 {
    top: 85%;
    left: 28%;
  }

  .div-block-149 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-hero-heading {
    text-align: center;
    width: 100%;
    font-size: 45px;
    line-height: 55px;
  }

  .exceptional-section {
    padding: 30px 15px 50px;
  }

  .exceptional-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .exceptional-heading-block {
    font-size: 35px;
  }

  .exceptional-subtext {
    font-size: 16px;
    line-height: 24px;
  }

  .exceptional-gride-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .image-92 {
    z-index: 10;
    width: 34px;
    font-size: 40px;
    display: none;
    position: absolute;
    inset: 26% auto auto 22%;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .service, .building {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .portfolio-main-div-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-logo {
    width: 39%;
  }

  .portfolio-rich-text-block {
    font-size: 18px;
    line-height: 30px;
  }

  .portfolio-text-block, .portfolio-sub-text-block {
    text-align: center;
    width: 100%;
  }

  .portfolio-div-block-grid {
    width: 100%;
  }

  .portfolio-cms-button {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .portfolio-section.home-hero-section.section-1 {
    padding-top: 20px;
    overflow: hidden;
  }

  .faq--block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ui-ux-grid, .free-analysis-grid, .customer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .slide-content-wrapper {
    background-size: cover;
  }

  .slider-icon {
    color: #000;
  }

  .slider-3 {
    height: 590px;
  }

  .bold-text-14 {
    font-size: 35px;
    line-height: 50px;
  }

  .bold-text-15 {
    font-size: 30px;
  }

  .footer-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-q-text {
    font-size: 23px;
  }

  .footer-faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .footer-faq-wrapper.number-2, .footer-faq-wrapper.number-3, .footer-faq-wrapper.number-2, .footer-faq-wrapper.number-3 {
    grid-template-columns: 1fr;
  }

  .footer-faq-links-items-wrapper {
    grid-row-gap: 15px;
  }

  .footer-faq-links-items-wrapper.grid-5 {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    align-items: flex-start;
    display: flex;
  }

  .footer-faq-title {
    font-weight: 700;
  }

  .footer-links-text {
    font-size: 13px;
  }

  .footer-links-inner-block.part2-3 {
    margin-bottom: 10px;
  }

  .footer-faq-title-wrapper.none {
    display: none;
  }

  .footer-links-wrapper {
    width: auto;
  }

  .footer-links-div-wrapper {
    width: 100%;
  }

  .yellow-60px.figma-to-webflow {
    font-size: 34px;
  }

  .yellow-60px.technical-seo {
    font-size: 34px;
    line-height: 40px;
  }

  .image-102 {
    height: 200px;
  }

  .slider-4 {
    height: 700px;
  }

  .slider-6 {
    height: 460px;
  }

  .slider-7 {
    height: 535px;
  }

  .slider-8 {
    height: 585px;
  }

  .slider-9, .slider-9.two, .slider-9.h-774, .slider-9.h-764, .slider-9.h-748, .slider-9.h-734, .slider-9.h-792, .slider-9.h-838, .slider-9.two, .slider-9.h-774, .slider-9.h-764, .slider-9.h-748, .slider-9.h-734, .slider-9.h-792, .slider-9.h-838 {
    height: 472px;
  }

  .footer-links-items-list-3-wrapper {
    width: 100%;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-wrapper---brix.preview-page {
    overflow: hidden;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .arrow-button.case-study {
    width: 31%;
  }

  .case-study-grid-section {
    padding-top: 40px;
  }

  .case-study-main-heading {
    object-fit: cover;
    height: 185px;
  }

  .case-bg-image {
    display: none;
  }

  .case-study-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-9 {
    padding: 120px 20px 80px;
  }

  .div-block-193 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-194 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-198 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-199 {
    display: none;
  }

  .div-block-200 {
    padding-top: 0;
  }

  .div-block-201 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  ._1, ._2 {
    width: 100%;
  }

  .card-image-block {
    text-align: center;
  }

  ._2-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .arrow-button-2 {
    width: 45%;
  }

  .btn-group {
    flex-flow: column;
  }

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

  .service-img {
    max-width: 35px;
  }

  .container-10 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-104 {
    width: 140px;
  }

  .new-description {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .flex-left.flex-left-new {
    flex-flow: row;
  }

  .splide__slide {
    width: 65%;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.margin-bottom {
    margin-bottom: 15px;
  }

  .stack_card, .full-size-block {
    padding: 16px;
  }

  .stack_card-heading {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
  }

  .stack_card-sub-text {
    font-size: 16px;
  }

  .benefits-grid-block-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 16px;
  }

  .grid-sub-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .grid-sub-text {
    margin-bottom: 20px;
  }

  .tab-content-box {
    height: 100%;
  }

  .tabs-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .page-wrapper-3 {
    overflow: hidden;
  }

  .flex-grid-gap {
    padding: 20px;
  }

  ._40px-sub-text {
    font-size: 28px;
    line-height: 38px;
  }

  ._18px-text {
    font-size: 16px;
    line-height: 22px;
  }

  ._18px-text.opacity {
    font-size: 14px;
    line-height: 20px;
  }

  ._32px-sub-text.margin-top {
    font-size: 22px;
    line-height: 24px;
  }

  .inner-padding-1 {
    padding: 30px 20px;
  }

  .grid-text-block {
    padding: 20px;
  }

  .flex-gap-20-px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .new-footer {
    padding-top: 60px;
  }

  .new-footer-image {
    width: 70px;
  }

  ._2-normal-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 50px;
  }

  ._24px-font {
    font-size: 20px;
    line-height: 30px;
  }

  .desplay-flex-gap, .normal-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .get-in-touch {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-heading-1 {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-218 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-219 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .success-rate {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  ._1400-px-container {
    width: 100%;
  }

  .footer-heading-bold {
    font-size: 43px;
  }

  .section-portfolio-slider {
    padding-top: 0;
  }

  .section-portfolio-slider-bottom {
    padding-top: 38px;
    padding-bottom: 53px;
  }

  .div-block-221, .full-width-wrapper {
    width: 100%;
  }

  .sg-swatch-row {
    gap: 6px;
  }

  .sg-h1 {
    font-size: 1.875rem;
  }

  .sg-h2 {
    font-size: 1.5rem;
  }

  .sg-h3 {
    font-size: 1.25rem;
  }

  .sg-btn {
    text-align: center;
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .nav-menu-list {
    flex-direction: column;
  }

  .none-desktop.border-add, .navbar-no-shadow-container-wrap.container-container-7xl, .navbar-no-shadow-container-wrap.container-container-7xl {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.button-primary-mobile {
    background-position: 66%;
  }

  .none-for-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-button-inner-wrap {
    width: auto;
  }

  .grid-autofit-css, .grid-autofill-css {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .hide-mobile-portrait {
    display: none !important;
  }

  .button-secondary.button-primary-mobile {
    background-position: 66%;
  }
}

#w-node-_040ecc07-0485-dc6d-5a5f-cbfff2f700fe-b5845289 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b1b0be1c-24cd-58d2-9b15-9c703ee2e06d-b5845289 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
