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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.footer-section {
  padding-bottom: 30px;
}

.pricing-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-list-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 441px;
  display: flex;
}

.bill-duration {
  font-size: 14px;
  line-height: 1.57em;
}

.hero-image-inner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-image-inner-wrap.two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.testimonial-right-shape {
  z-index: -1;
  filter: blur(250px);
  background-color: #3c87ff6e;
  border-radius: 342px;
  width: 558px;
  height: 537px;
  position: absolute;
  inset: auto 63px 223px auto;
}

.text-five {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
}

.footer-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.brand-logo {
  display: block;
}

.counter-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.currency-text {
  margin-bottom: 10px;
  margin-left: 2px;
}

.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.testimonial-heading-wrap {
  text-align: center;
  max-width: 538px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-item {
  padding: 0;
  font-weight: 500;
  line-height: 1.33em;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-item:hover {
  color: #584efe;
}

.nav-menu-item.w--current {
  color: #584efe;
  text-decoration: none;
}

.copyright-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.round-counter-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-link {
  display: inline-flex;
}

.pricing-list-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 441px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.hero-image-three {
  border-radius: 12px;
}

.footer-menu-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.feature-icon {
  width: 10px;
  height: 9px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.feature-right-area {
  background-image: url('../images/Frame-1618873008_1Frame 1618873008.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 47px;
}

.feature-right-area.two {
  background-image: url('../images/Frame-1618873010_1Frame 1618873010.webp');
  padding: 95px 52px;
}

.feature-right-area.three {
  background-image: url('../images/Frame-1618873012_1Frame 1618873012.webp');
  padding: 38px 65px;
}

.price-text {
  font-size: clamp(1.75rem, .9545rem + 3.3939vw, 3.5rem);
  line-height: 1.17em;
}

.price-text.cus {
  font-size: clamp(1rem, .9545rem + 3.3939vw, 2rem);
}

.hero-button-wrap {
  margin-bottom: 40px;
  display: flex;
}

.user-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-right-shape {
  z-index: -1;
  filter: blur(250px);
  background-color: #3c87ff6e;
  border-radius: 342px;
  width: 558px;
  height: 537px;
  position: absolute;
  inset: auto 63px 116px auto;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.body-sm {
  font-size: 16px;
  line-height: 1.5em;
}

.border-shape-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  max-width: 430px;
  display: flex;
  position: absolute;
  inset: 110px 0% auto auto;
}

.feature-item-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.hero-item-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-widget-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: space-between;
  display: flex;
}

.client-name {
  margin-bottom: 2px;
  font-weight: 700;
}

.feature-list-icon {
  color: #fff;
  background-color: #584efe;
  border-radius: 20%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  display: flex;
}

.feature-list-icon.pot.nt {
  border-radius: 100%;
}

.footer-menu-text {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.75em;
  transition: color .3s;
}

.footer-menu-text:hover {
  color: #584efe;
}

.location-text {
  color: #1e1e1e;
  max-width: 229px;
  font-size: 16px;
  line-height: 1.75em;
}

.ui-logo-marquee {
  width: 160px;
}

.pricing-list-icon {
  color: #fff;
  background-color: #584efe;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-list-icon.is-white {
  color: #584efe;
  background-color: #fff;
}

.page-wrapper {
  width: 100%;
  overflow: clip;
}

.margin-bottom-48px {
  margin-bottom: 48px;
}

.padding-global {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-global.padding-bottom-120px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-heading-wrapper {
  text-align: center;
  max-width: 708px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-body {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 30px;
}

.feature-inner-boxes {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-heading-text {
  margin-bottom: 24px;
}

.client-say {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4em;
}

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

.main-wrapper {
  width: 100%;
}

.hero-sub-title {
  margin-bottom: 32px;
}

.feature-details-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 310px;
}

.heading-three {
  font-size: clamp(1.25rem, 1.1364rem + .4848vw, 1.5rem);
  font-weight: 600;
  line-height: 1.16em;
}

.business-heading-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.feature-image-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.footer-menu-wrap {
  width: 100%;
  max-width: 154px;
}

.footer-menu-wrap.last-item {
  max-width: 230px;
}

.marquee-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

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

.feature-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing-feature-list {
  margin-bottom: 36px;
}

.pricing-card-header {
  margin-bottom: 22px;
}

.hero-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightboc-link {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  box-shadow: 10px 15px 44px #584efe4d;
}

.pricing-section {
  z-index: 2;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-items-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.discover-fintech-heading-wrap {
  text-align: center;
  max-width: 713px;
  margin-left: auto;
  margin-right: auto;
}

.total-review {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
}

.feature-inner-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.overly-wrapper {
  background-color: #1b255942;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.hero-section {
  z-index: 6;
  padding-top: 188px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.hero-image-two {
  border-radius: 13px;
}

.social-icon-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.social-icon-link:hover {
  color: #584efe;
}

.logo {
  opacity: 1;
  vertical-align: baseline;
  width: auto;
  max-width: 85%;
  margin-top: 0;
  display: inline-block;
  overflow: clip;
}

.margin-bottom-60px {
  margin-bottom: 50px;
}

.user-image {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: -9px;
}

.user-image.fast {
  margin-left: 0;
}

.feature-list-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.logo-wrap {
  display: block;
}

.client-designation {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42em;
}

.pricing-feature-list-wrap {
  border-top: 1px solid #1e1e1e29;
  padding-top: 32px;
}

.pricing-feature-list-wrap.is-white {
  border-top-color: #ffffff3d;
}

.header-section {
  z-index: 19;
  background-color: #0000;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 32px 0% auto;
}

.client-image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-section {
  z-index: 3;
  position: relative;
}

.hero-image-four {
  border-radius: 16px;
}

.nav-menu-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.dashboard-image-wrapper {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.counter-k {
  height: 50px;
  overflow: hidden;
}

.play-icon {
  width: 26px;
  height: 20px;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.base-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-button {
  color: #584efe;
  text-align: center;
  background-color: #fff;
  border: 1px solid #584efe;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.pricing-button:hover {
  color: #fff;
  background-color: #584efe;
  border-color: #fff;
}

.cta-heading-wrapper {
  max-width: 476px;
}

.testimonial-left-shape {
  z-index: -1;
  filter: blur(250px);
  background-color: #584efe52;
  border-radius: 342px;
  width: 584px;
  height: 576px;
  position: absolute;
  inset: auto auto 223px 63px;
}

.pricing-left-shape {
  z-index: -1;
  filter: blur(250px);
  background-color: #584efe52;
  border-radius: 342px;
  width: 584px;
  height: 576px;
  position: absolute;
  inset: auto auto 116px 63px;
}

.counter-col {
  height: 52px;
  overflow: hidden;
}

.cta-background-wrapper {
  background-image: url('../images/Frame-1618873029_1Frame 1618873029.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 80px;
}

.button-primary {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #584efe;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 700;
  line-height: 1.33em;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover, .button-primary.black {
  background-color: #1e1e1e;
}

.button-primary.black:hover {
  background-color: #584efe;
}

.pricing-card-body {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
}

.pricing-card-body.highlight {
  color: #fff;
  background-color: #584efe;
}

.header-container {
  background-color: #ffffff80;
  border-radius: 8px;
  width: 100%;
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.play-icon-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-one {
  border-radius: 10px;
  height: 100%;
}

.count-text {
  color: #584efe;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: .96em;
}

.logos-inner {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  display: flex;
}

.pricing-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4px;
  display: flex;
}

.black-des {
  width: 100%;
  line-height: 1.44em;
}

.right-shape {
  z-index: -1;
  filter: blur(250px);
  pointer-events: none;
  background-color: #3c87ff6e;
  border-radius: 342px;
  width: 558px;
  height: 537px;
  position: absolute;
  inset: 13px 87px auto auto;
}

.left-shape {
  z-index: -1;
  filter: blur(250px);
  pointer-events: none;
  background-color: #584efe52;
  border-radius: 342px;
  width: 558px;
  height: 537px;
  position: absolute;
  inset: 0% auto auto 40px;
}

.footer-menu-title {
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.55em;
}

.logos-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-area {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
}

.feature-image {
  border-radius: 24px;
}

.star-icon-flex-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-color-gradient {
  background-color: #f5f6f7;
  background-image: linear-gradient(54deg, #ff837a40, #ff837a00 28%), linear-gradient(241deg, #ef98cf40, #ef98cf00 36%);
  position: relative;
}

.section.black-gradient {
  color: #fff;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 0%, #ff010126, #0000 47%), radial-gradient(circle at 40% 130%, #7aa7ff69, #0000 58%);
}

.section-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.form-success {
  color: #33383f;
  background-color: #e7ecf0;
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  color: #fff;
  background-color: #495158;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.email-subscribe {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ebook-box {
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button:hover {
  background-color: #33383f;
}

.button:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.dark {
  background-color: #495158;
}

.button.dark:hover {
  background-color: #33383f;
}

.button.dark:active {
  background-color: #99a4af;
}

.button.light {
  box-shadow: none;
  color: #626a72;
  background-color: #f5f6f7;
}

.button.light:hover {
  color: #626a72;
  background-color: #e7ecf0;
}

.button.light:active {
  color: #33383f;
  background-color: #cbd5df;
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px #e7ecf0;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.text-field {
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 9px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #33383f;
}

.text-field::placeholder {
  color: #cbd5df;
}

.text-field.no-margin {
  margin-bottom: 0;
}

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box._500px {
  max-width: 500px;
}

.text-box._550px {
  max-width: 550px;
}

.large-3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.page-wrapper-2 {
  width: 100%;
  min-height: 90vh;
  position: relative;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.nav-link {
  color: #626a72;
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: #1d1d1d;
}

.nav-link:active {
  color: #626a72;
}

.nav-link.w--current {
  color: #1d1d1d;
}

.nav-link.cta-button {
  color: #fff;
  background-color: #1d1d1d;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
  box-shadow: 0 2px #f5f6f7;
}

.nav-link.cta-button:hover {
  background-color: #33383f;
}

.nav-link.cta-button:active {
  background-color: #626a72;
  transform: translate(0, 1px);
  box-shadow: 0 0 #e7ecf0;
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.search-bar {
  color: #1d1d1d;
  background-color: #f5f6f7;
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #f5f6f7;
  border-radius: 6px;
  width: 280px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: #cbd5df;
}

.search-bar::placeholder {
  color: #99a4af;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

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

.nav-bar {
  z-index: 200;
  background-color: #fff;
  border-bottom: 1px solid #f5f6f7;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.hidden {
  display: none;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.footer-link {
  color: #626a72;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #1d1d1d;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.footer {
  z-index: 0;
  background-color: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.footer-header {
  color: #99a4af;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.div-block-195 {
  align-items: flex-start;
  display: flex;
}

.back-to-home-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #1b1d1e;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.card-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.title-2 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.count-sec-divider {
  background-color: #1b1d1e1a;
  justify-content: flex-end;
  width: 1px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-item-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 120%;
  list-style-type: none;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-29 {
  display: none;
  position: relative;
}

.right-divider {
  background-image: linear-gradient(90deg, #1b1d1e1a, #1b1e1d00 81%);
  width: 210px;
  max-width: 210px;
  height: 2px;
}

.avatar-img {
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -9px;
}

.grid-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.25fr;
  margin-top: 64px;
  margin-bottom: 64px;
}

.let-s-collaborate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1b1d1e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
}

.let-s-collaborate:hover {
  border: 1px solid #fff;
}

.div-block-215 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.nav-text.first {
  color: #1b1d1e99;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
}

.nav-text.second {
  pointer-events: none;
  font-size: 16px;
  line-height: 120%;
  position: absolute;
  top: 100%;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

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

.text-block-19 {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-15 {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.creative-descp-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-213 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 8rem;
}

.position-txt {
  color: #1b1d1e99;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.left-overlay-div {
  background-image: linear-gradient(90deg, #fff, #fff0 75%);
  width: 16%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-37 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.social-link-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-197 {
  background-color: #000000b3;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto;
}

.left-divider {
  background-image: linear-gradient(90deg, #1b1e1d00, #1b1d1e1a 80%);
  width: 1920px;
  max-width: 170px;
  height: 2px;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-190 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 10px;
  display: flex;
}

.navigation-link {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navigation-link.for-footer {
  color: #1b1d1e99;
  letter-spacing: .4px;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-flex;
}

.navigation-link.for-footer:hover {
  color: #4928fd;
}

.innovation-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #31333033;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.count-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.creativity-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #ba81ee33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

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

.pricing-validity {
  color: #1b1d1e99;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.subtext {
  color: #1b1d1e99;
  margin-bottom: 24px;
  font-size: 16px;
}

.subtext.ert.bt {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.div-block-194 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.twitter-link {
  opacity: 1;
  color: #000;
}

.twitter-link:hover {
  opacity: .7;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  margin-bottom: 80px;
}

.div-block-198 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-18 {
  color: #1b1d1e99;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.heading-14 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.container-11 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-25 {
  color: #fff9;
  text-align: left;
  margin-top: 12px;
}

.container-8 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.heading-19 {
  color: #fff;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
}

.div-block-210 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-icon {
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.btn-icon.n.ou {
  display: none;
}

.navbar-logo-left {
  z-index: 11;
  border-bottom: 1px #1b1d1e1a;
  position: static;
}

.container-12 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.footer-social-icon:hover {
  opacity: .8;
  transform: translate(0, -2px);
}

.text-block-37 {
  color: #1b1d1e99;
  font-size: 16px;
}

.pricing {
  color: #1b1d1e;
  margin-top: auto;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.c2a-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.divider-with-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b1d1e99;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.text-block-33 {
  color: #1b1d1e99;
  text-align: center;
  letter-spacing: .4px;
  font-size: 16px;
  line-height: 140%;
}

.div-block-214 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  place-content: center;
}

.home-solution-section {
  padding-top: 160px;
  padding-bottom: 40px;
}

.strategy-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffaf6833;
  border-radius: 999px;
  padding: 4px 24px;
  display: flex;
}

.strategy-bedge.veyu {
  background-color: #584efe1a;
}

.home-logo-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-6 {
  padding-top: 160px;
  padding-bottom: 0;
}

.div-block-30 {
  margin-top: auto;
}

.text-block-5 {
  color: #fff;
  text-decoration: none;
}

.text-block-5.yfeety.cd {
  color: #4928fd;
}

.call-to-action {
  background-color: #1b1d1e;
  border-radius: 24px;
  margin-top: 48px;
  padding: 32px 48px;
}

.trusted-text {
  color: #1b1d1e99;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-4 {
  color: #1b1d1e99;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1b1d1e;
  background-color: #fff;
  border-radius: 999px;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  color: #1b1d1e;
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 11px;
}

.nav-link-4.hop.ner {
  display: none;
}

.plus {
  color: #1b1d1e;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 30%;
}

.plan-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.mobile-menu-overlay {
  display: none;
}

.text-block-27 {
  color: #fff;
  font-size: 16px;
}

.about-card-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1b1d1e0d;
  border-radius: 16px;
  flex-flow: column;
  min-height: 500px;
  padding: 32px;
  display: flex;
}

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

.button-2 {
  background-color: #4928fd;
  border: 1px solid #4928fd;
  border-radius: 33px;
  justify-content: space-between;
  align-items: center;
  width: 256px;
  height: 64px;
  padding: 8px 12px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  border: 1px solid #4928fd;
}

.image-2 {
  border-radius: 8px;
  width: 100%;
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.innovation-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #70b5ff33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

.innovation-bedge.xsw {
  background-color: #70dbff24;
}

.div-block-209 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collabrator-btn-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-14 {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.text-block-16 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.container-6 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-validaity {
  color: #fff9;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 400;
}

.heading-12 {
  color: #1b1d1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
}

.creativity-img {
  display: block;
}

.grid-21 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.innovation-txt {
  color: #70b5ff;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.innovation-txt.qw {
  color: #70dbff;
}

.home-achievement-sec {
  padding-top: 160px;
  padding-bottom: 0;
}

.c2a-button {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #4928fd;
  background-clip: border-box;
  border: 0 solid #1b1d1e;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

.c2a-button.sign {
  background-color: #4928fd00;
  border-width: 1px;
  border-color: #4928fd;
  padding-right: 20px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.right-overlay-div {
  background-image: linear-gradient(90deg, #fff0, #fff 75%);
  width: 16%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.list-item-9 {
  color: #1b1d1e;
  min-height: 22px;
  font-size: 16px;
  line-height: 140%;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-column-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 475px;
  display: flex;
}

.list-item-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 120%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.heading-13 {
  color: #1b1d1e;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.list-item-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #1b1d1e0d;
  border-radius: 999px;
  padding: 4px 10px;
  display: flex;
}

.text-span-9 {
  letter-spacing: -1px;
  font-style: italic;
}

.text-block-31 {
  color: #1b1d1e99;
  font-size: 16px;
  text-decoration: none;
}

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

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

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

.plan-descp {
  color: #1b1d1e99;
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
}

.home-our-work-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.container-4 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1520px;
  margin-bottom: 0;
  padding: 10px 25px;
}

.c2a-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.creative-mind-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-txt {
  color: #1b1d1e;
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
  margin-top: 24px;
}

.count {
  color: #1b1d1e;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 100%;
  display: flex;
}

.collabrator-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-21 {
  background-color: #1b1d1e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.section-7 {
  padding-top: 160px;
  padding-bottom: 0;
}

.our-work-heading {
  color: #1b1d1e;
  text-align: center;
  max-width: 768px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.arrow-div {
  background-color: #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.innovation-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1272px;
  margin-top: 64px;
  display: grid;
}

.text-span-17 {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
}

.span-italic-txt {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.text-block-38 {
  color: #1b1d1e99;
  font-size: 16px;
}

.card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.avatar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-block-title {
  color: #1b1d1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.count-div-wrapper {
  justify-content: center;
  display: flex;
}

.logo-sec-container {
  max-width: 1272px;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: static;
}

.points {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-38 {
  border-left: 1px solid #ffffff1a;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.div-block-212 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20%;
}

.text-block-21 {
  color: #1b1d1e99;
  font-size: 14px;
}

.linkedin-link:hover {
  opacity: .7;
}

.link-block-2 {
  color: #1b1d1e;
  border: 1px solid #1b1d1e1a;
  border-radius: 25px;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  text-decoration: none;
}

.card-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.achevement-heading-h2 {
  color: #1b1d1e;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 704px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.heading-txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rating-div {
  text-align: left;
}

.section-8 {
  padding-top: 140px;
  padding-bottom: 0;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-30 {
  color: #1b1d1e;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.about-card-2 {
  background-color: #f6e683;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-4 {
  width: auto;
  height: auto;
}

.text-block-34 {
  color: #1b1d1e99;
  font-size: 16px;
}

.review-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-top: 80px;
}

.plan-1 {
  background-color: #f6e683;
  border-radius: 16px;
  padding: 40px;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.chips {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.excellence {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  cursor: auto;
  border: 1px solid #1b1d1e1a;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  text-decoration: none;
}

.accordian-item {
  z-index: 10;
  border: 1px solid #1b1d1e1a;
  border-radius: 16px;
  width: 100%;
  min-height: 80px;
  padding-left: 0;
  overflow: hidden;
}

.container-7 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.gradient-background {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/background-gradient.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-card-1 {
  background-image: url('../images/bg-cover.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  min-height: 480px;
  padding: 32px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-block-6:hover {
  -webkit-text-stroke-color: #4928fd;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  display: flex;
}

.strategy-txt {
  color: #ffaf68;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.strategy-txt.kjhg {
  color: #584efe;
}

.innovation-heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 1272px;
  display: flex;
}

.logo-section {
  max-width: 1385px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-sec {
  border-left: 1px solid #1b1d1e1a;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.crafting-heading {
  color: #1b1d1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.footer-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-43 {
  border-top: 1px solid #1b1d1e1a;
  margin-top: 20px;
  padding-top: 15px;
}

.title {
  color: #1b1d1e;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.container-5 {
  max-width: 1272px;
  padding: 160px 20px 0;
}

.main {
  position: relative;
}

.static-marquee_logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  width: 100vw;
  display: flex;
}

.home-heading-h2 {
  text-align: center;
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.pricing-heading-h2 {
  color: #1b1d1e;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 439px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.container-10 {
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
}

.c2a-main {
  background-image: url('../images/bg-c2a.png');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border: 1px solid #1b1d1e1a;
  border-radius: 24px;
  padding: 120px 60px;
}

.image-30 {
  position: relative;
}

.logo-3 {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14 {
  max-width: 1272px;
  padding: 80px 20px 24px;
}

.container-main {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1272px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-15 {
  color: #1b1d1e;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-15 {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.text-block-28 {
  color: #1b1d1e;
  font-size: 16px;
}

.webflow-link {
  color: #1b1d1e99;
  text-decoration: none;
}

.webflow-link:hover {
  color: #4928fd;
}

.section-9 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 190px;
  padding-bottom: 0;
  position: relative;
}

.span-txt {
  letter-spacing: -1px;
  font-style: italic;
}

.creative-mind-heading {
  color: #1b1d1e;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.text-block-17 {
  color: #fff9;
  font-size: 14px;
}

.ourteam-heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brand-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.testimonial-heading-h2 {
  color: #1b1d1e;
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.creativity-txt {
  color: #ba81ee;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.para-txt {
  color: #1b1d1e99;
  letter-spacing: .4px;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
  line-height: 140%;
}

.nav-menu-two-2 {
  border: 1px solid #1b1d1e0d;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: inline-flex;
}

.heading-16 {
  color: #1b1d1e;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.small-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about-section {
  padding-top: 160px;
  padding-bottom: 80px;
  font-weight: 500;
  line-height: 120%;
}

.italic-span {
  letter-spacing: -2px;
  font-style: italic;
  font-weight: 400;
}

.italic-span.typing-text {
  font-weight: 400;
}

.descp {
  color: #1b1d1e99;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-h1 {
  color: #1b1d1e;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-36 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.text-block-20 {
  color: #1b1d1e99;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

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

.text-block-35 {
  color: #1b1d1e99;
  font-size: 16px;
}

.avatar {
  border-radius: 16px;
}

.heading-20 {
  color: #1b1d1e;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 476px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

.div-block-34 {
  background-color: #4928fd;
  border-radius: 16px;
  padding: 40px;
}

.div-block-196 {
  width: 100%;
  height: 100%;
  position: relative;
}

.crafting-bedge-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #1b1d1e;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.marquee_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 200vw;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.home-our-team-sec {
  padding-top: 160px;
  padding-bottom: 0;
}

.container-15 {
  max-width: 1272px;
}

.badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  vertical-align: baseline;
  background-color: #1b1d1e;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  padding: 7px 16px;
  font-size: 16px;
  display: inline-block;
}

.accordion-toggle {
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 20px;
  display: flex;
}

.about-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1b1d1e;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-block-32 {
  color: #1b1d1e99;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 140%;
}

.div-block-47 {
  z-index: 11;
  width: 100%;
  height: 96px;
  position: fixed;
}

.navbar-wrapper-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  display: flex;
  position: relative;
}

.div-block-216 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-217 {
  justify-content: center;
  align-items: center;
  width: 780px;
  height: 640px;
  display: flex;
}

.text-span-18 {
  color: #584efe;
}

.text-span-19 {
  color: #1b1d1e;
}

.text-span-20 {
  color: #584efe;
}

.text-span-21 {
  color: #1b1d1e;
}

.text-30 {
  color: #020617;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.section-style-4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  height: 48px;
  text-decoration: none;
  display: none;
}

.list-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: none;
}

.section-style-2 {
  border: 0 solid #dadce04d;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.input-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: .9;
  background-color: #ffffffe6;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  padding: 10.5px 20px 11.5px;
  text-decoration: none;
  display: flex;
}

.frame-10 {
  grid-row-gap: 10px;
  background-color: #020617;
  border: 1px solid #181b2b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  padding: 16px 10px 16px 16px;
  text-decoration: none;
  display: flex;
}

.section-style-3 {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1296px;
  padding-top: 0;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.section-style {
  grid-row-gap: 30px;
  border: 0 solid #dadce04d;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #888d93;
  letter-spacing: .1px;
  width: 580px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.item-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.svg-5 {
  width: 48px;
}

.path-3 {
  color: #fff;
}

.rect, .rect-3 {
  color: #0a0d29;
}

.item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.container-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.frame-9 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.frame-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1105px;
  text-decoration: none;
  display: flex;
}

.form-style {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.itemmargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 56px;
  height: 48px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.margin-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 159px;
  height: 42.7563px;
  text-decoration: none;
  display: flex;
}

.email-3 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

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

.container-42 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1108px;
  text-decoration: none;
  display: flex;
}

.item-3 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.frame-style-2 {
  overflow: hidden;
}

.buttonmargin {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  min-height: 56px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #020617;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.email-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.heading-3-follow-us {
  color: #888d93;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.heading-3margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  height: 33px;
  display: flex;
}

.text-26 {
  color: #888d93;
  text-align: center;
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.rect-2 {
  color: #0a0d29;
}

.div-block-18 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 16px;
  max-width: none;
}

.text-32 {
  opacity: 1;
  color: #211f54;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.text-span {
  color: #666edd;
}

.image-32, .image-33, .image-34, .image-35 {
  width: 24px;
}

.text-block-39, .text-block-40, .text-block-41 {
  font-size: 24px;
  font-weight: 700;
}

.pricing-list-box-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 441px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.feature-list-text-copy {
  font-size: 16px;
  line-height: 1.5em;
}

.image-36 {
  width: 130px;
}

.content {
  width: 75%;
  margin-left: 25%;
  padding: 50px;
}

.blog-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-wrapper {
  color: green;
  text-align: center;
  margin-top: 50px;
}

.button-3 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button-3:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-3.w--current {
  background-color: #2e80b6;
}

.navigation-bar {
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-name {
  color: #ebebeb;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-right: 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.navigation-menu {
  float: left;
}

.nav-link-5 {
  color: #969696;
  letter-spacing: .5px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link-5:hover, .nav-link-5.w--current {
  color: #ebebeb;
}

.nav-link-5.pr.vi, .nav-link-5.bno.mmklo {
  color: #816afd;
}

.content-wrapper {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-wrapper-2 {
  color: green;
  text-align: center;
  margin-top: 60px;
}

.button-4 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button-4:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-4.w--current {
  background-color: #2e80b6;
}

.blog-body-wrapper {
  margin-left: 7%;
  margin-right: 7%;
}

.post-title-section {
  text-align: center;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.post-info {
  color: #969696;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 12px;
  line-height: 125%;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.button-wrapper-3 {
  color: green;
  text-align: center;
  margin-top: 60px;
}

.button-5 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button-5:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-5.w--current {
  background-color: #2e80b6;
}

.body-copy-copy.nt.mjo, .body-copy-copy.mmmlo.sstr {
  display: none;
}

.body-copy-copy {
  font-size: 14px;
}

.mllop.bjfh {
  display: none;
}

.container-44 {
  padding-bottom: 30px;
}

.image-37, .image-38 {
  height: 50px;
}

.container-45 {
  padding-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .feature-list-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .bill-duration.uopi {
    display: none;
  }

  .feature-right-area.two {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-text {
    font-size: clamp(1rem, .9545rem + 3.3939vw, 3.5rem);
  }

  .price-text.cus {
    font-size: clamp(1rem, .9545rem + 3.3939vw, 2rem);
  }

  .border-shape-wrapper {
    max-width: 545px;
  }

  .feature-item-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .hero-item-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .feature-list-icon {
    border-radius: 26%;
    width: 44px;
    height: 44px;
    margin-top: 0;
  }

  .feature-list-icon.pot.nt {
    width: 24px;
    height: 24px;
  }

  .padding-global.padding-bottom-120px {
    padding-top: 70px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 30px;
  }

  .hero-heading-text {
    margin-bottom: 24px;
  }

  .counter-text {
    margin-bottom: 0;
  }

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

  .feature-inner-wrapper {
    grid-column-gap: 113px;
    grid-row-gap: 113px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .logo {
    max-width: 100%;
  }

  .margin-bottom-60px {
    margin-bottom: 60px;
  }

  .feature-list-text {
    margin-bottom: 0;
  }

  .feature-list-text.cvrt, .feature-list-text.cver {
    padding-top: 5px;
  }

  .counter-k {
    height: 52px;
  }

  .pricing-button {
    border-radius: 34px;
  }

  .counter-col {
    height: 52px;
  }

  .button-primary {
    border-radius: 55px;
    text-decoration: none;
  }

  .black-des {
    font-size: 20px;
  }

  .subtext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    font-size: 18px;
    line-height: 30px;
    display: flex;
  }

  .subtext.ert.bt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-solution-section {
    padding-top: 60px;
  }

  .strategy-bedge.veyu {
    background-color: #584efe1a;
  }

  .text-block-5 {
    color: #fff;
  }

  .text-block-5.yfeety.cd {
    color: #4928fd;
  }

  .innovation-bedge.xsw {
    background-color: #70dbff24;
  }

  .innovation-txt.qw {
    color: #70dbff;
  }

  .c2a-button.sign {
    background-color: #4928fd00;
    border-width: 1px;
    border-color: #4928fd;
  }

  .text-span-17 {
    font-weight: 400;
  }

  .strategy-txt.kjhg {
    color: #584efe;
  }

  .crafting-heading.frt {
    font-weight: 700;
  }

  .c2a-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-about-section {
    background-color: #fcfaff;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-heading-h1 {
    font-weight: 700;
  }

  .bedges-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .text-span-18 {
    color: #584efe;
  }

  .text-span-19 {
    color: #1b1d1e;
  }

  .text-span-20 {
    color: #584efe;
  }

  .text-span-21 {
    color: #1b1d1e;
  }

  .container-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-3 {
    background-color: #584efe0a;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-31 {
    width: 24px;
  }

  .image-32, .image-33 {
    opacity: 1;
    width: 24px;
  }

  .image-34, .image-35 {
    width: 24px;
  }

  .text-block-39, .text-block-40, .text-block-41 {
    font-size: 22px;
    font-weight: 700;
  }

  .feature-list-text-copy {
    margin-bottom: 0;
    padding-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
  }

  .feature-list-text-copy.frtu {
    padding-top: 5px;
  }

  .navigation-bar {
    background-color: #000;
  }

  .nav-link-5 {
    color: #816afd;
  }

  .nav-link-5.cl.opt, .nav-link-5.nblo {
    color: #b1b1b1;
  }

  .image-37, .image-38 {
    height: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-button-wrap {
    display: flex;
  }

  .border-shape-wrapper {
    max-width: 666px;
    top: 110px;
  }

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

  .container-main {
    font-size: 14px;
  }

  .hero-heading-h1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonial-right-shape, .pricing-right-shape {
    right: 18%;
  }

  .testimonial-left-shape, .pricing-left-shape {
    left: 8%;
  }

  .black-des {
    margin-bottom: 10px;
  }

  .right-shape {
    right: 18%;
  }

  .left-shape {
    left: 8%;
  }
}

@media screen and (max-width: 991px) {
  .pricing-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-inner-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-image-inner-wrap.two {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .margin-bottom-16px {
    margin-bottom: 12px;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .currency-text {
    margin-bottom: 4px;
  }

  .top-line {
    background-color: #fff;
    width: 70%;
    height: 2px;
    padding: 0;
  }

  .margin-bottom-32px {
    margin-bottom: 22px;
  }

  .nenu-icon-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .nav-menu-item {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-item.w--current {
    color: #000;
  }

  .copyright-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .round-counter-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-image-three {
    border-radius: 8px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .navbar-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-right-area {
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    padding: 40px 35px;
    display: flex;
  }

  .feature-right-area.two {
    padding: 75px 38px;
  }

  .feature-right-area.three {
    padding: 30px 50px;
  }

  .hero-button-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

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

  .menu-button {
    text-align: center;
    background-color: #1e1e1e;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #584efe;
  }

  .border-shape-wrapper {
    inset: auto 0% 34% auto;
  }

  .feature-item-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .hero-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.1fr;
  }

  .hero-content-wrapper {
    text-align: center;
  }

  .footer-widget-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .margin-bottom-48px {
    margin-bottom: 38px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-card-body {
    border-radius: 12px;
    padding: 26px 24px;
  }

  .hero-heading-text {
    max-width: 721px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .client-say {
    font-size: 18px;
  }

  .hero-sub-title {
    margin-bottom: 24px;
  }

  .footer-logo-wrapper {
    max-width: 600px;
  }

  .nav-bar-wrapper {
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .pricing-card-header {
    margin-bottom: 18px;
  }

  .hero-image-wrapper {
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .lightboc-link {
    width: 80px;
    height: 80px;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
  }

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

  .feature-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: start stretch;
  }

  .overly-wrapper {
    border-radius: 18px;
  }

  .hero-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .hero-image-two {
    border-radius: 10px;
  }

  .logo {
    max-width: 100%;
  }

  .margin-bottom-60px {
    margin-bottom: 40px;
  }

  .bottom {
    background-color: #fff;
    width: 70%;
    height: 2px;
    padding: 0;
  }

  .pricing-feature-list-wrap {
    padding-top: 24px;
  }

  .hero-image-four {
    border-radius: 12px;
  }

  .nav-menu-items {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    margin-top: 16px;
    padding: 20px 24px;
    box-shadow: 0 2px 5px #ebedef;
  }

  .dashboard-image-wrapper {
    border-radius: 16px;
  }

  .counter-k {
    height: 40px;
  }

  .bottom-line {
    background-color: #fff;
    width: 60%;
    height: 2px;
    padding: 0;
  }

  .margin-bottom-40px {
    margin-bottom: 30px;
  }

  .testimonial-left-shape, .pricing-left-shape {
    inset: 9% auto auto 0%;
  }

  .counter-col {
    height: 40px;
  }

  .cta-background-wrapper {
    border-radius: 16px;
    padding: 80px 50px;
  }

  .button-primary {
    border-radius: 6px;
  }

  .button-primary.lo.in {
    border-radius: 50px;
    padding: 10px 20px;
  }

  .button-primary.lo.in.jfdbf.hf {
    color: #4928fd;
    background-color: #584efe00;
    border: 1px solid #4928fd;
  }

  .pricing-card-body {
    border-radius: 12px;
    padding: 30px 22px;
  }

  .header-container {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero-image-one {
    border-radius: 8px;
  }

  .count-text {
    font-size: 42px;
  }

  .black-des {
    font-size: 16px;
  }

  .left-shape {
    inset: auto auto 0% 0%;
  }

  .feature-title {
    max-width: 700px;
  }

  .footer-menu-title {
    margin-bottom: 14px;
  }

  .logos-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature-image {
    border-radius: 16px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    position: relative;
  }

  .heading.h1 {
    font-size: 40px;
  }

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

  .search-banner {
    display: none;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .nav-logo {
    flex: 1;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-1 {
    width: 100%;
  }

  .count-sec-divider {
    display: none;
  }

  .div-block-29 {
    z-index: 99;
    background-color: #0000;
    align-items: baseline;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    transform: translate(100%);
  }

  .right-divider {
    display: none;
  }

  .grid-19 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-215 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .list-item-13 {
    color: #1b1d1e;
    font-size: 16px;
    font-weight: 500;
  }

  .profile-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-213 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-49 {
    box-sizing: content-box;
    object-fit: none;
    object-position: 0% 0%;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .social-link-div {
    margin-top: 14px;
  }

  .left-divider {
    display: none;
  }

  .div-block-190 {
    border-style: none;
    border-width: 0;
  }

  .navigation-link {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

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

  .subtext.ert.bt {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .grid-16 {
    margin-bottom: 40px;
  }

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

  .c2a-title {
    font-size: 36px;
  }

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

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

  .list-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    display: flex;
  }

  .home-solution-section, .home-logo-section, .section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .plus {
    font-size: 60px;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .collabrator-btn-div {
    flex-flow: wrap;
    justify-content: center;
  }

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .innovation-txt {
    font-size: 38px;
  }

  .home-achievement-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c2a-button {
    display: none;
  }

  .image-9 {
    cursor: pointer;
    position: static;
    inset: 15px 15px 0% auto;
  }

  .footer-column-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-53 {
    display: flex;
  }

  .home-our-work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .creative-mind-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .grid-11 {
    grid-template-columns: 1.75fr;
  }

  .count {
    font-size: 72px;
  }

  .collabrator-wrapper {
    text-align: center;
    justify-content: center;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-work-heading {
    max-width: 500px;
    font-size: 36px;
  }

  .innovation-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 44px;
  }

  .card-2 {
    width: 100%;
  }

  .creative-block-title {
    font-size: 22px;
  }

  .logo-sec-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-212 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-51 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .card-4 {
    width: 100%;
  }

  .achevement-heading-h2 {
    font-size: 36px;
  }

  .div-block-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-50.brtpo {
    display: none;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-30 {
    font-size: 22px;
    line-height: 120%;
  }

  .list-item-10 {
    color: #1b1d1e;
    font-size: 16px;
    font-weight: 500;
  }

  .review-grid {
    grid-template-columns: 2.25fr;
    margin-top: 40px;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .image-28 {
    cursor: pointer;
  }

  .excellence {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding: 25px;
  }

  .container-7 {
    padding-right: 25px;
  }

  .gradient-background {
    height: 60vh;
  }

  .strategy-txt {
    font-size: 38px;
  }

  .crafting-heading {
    font-size: 36px;
  }

  .crafting-heading.frt {
    font-weight: 700;
  }

  .container-5 {
    padding: 40px 25px;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .home-heading-h2, .pricing-heading-h2 {
    font-size: 36px;
  }

  .c2a-main {
    padding: 90px 40px;
  }

  .container-14 {
    padding-top: 24px;
  }

  .div-block-54 {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .section-9 {
    padding-top: 160px;
  }

  .creative-mind-heading {
    max-width: 400px;
    font-size: 36px;
  }

  .brand-txt {
    pointer-events: auto;
  }

  .testimonial-heading-h2 {
    max-width: 600px;
    font-size: 36px;
  }

  .link-6 {
    color: #1b1d1e;
    text-decoration: none;
  }

  .link-6:hover {
    color: #1e1d1eb3;
  }

  .creativity-txt {
    font-size: 38px;
  }

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

  .home-about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
  }

  .avatar {
    width: 100%;
    height: 100%;
  }

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

  .div-block-196 {
    width: 100%;
    height: 100%;
  }

  .paragraph-10 {
    color: #1b1d1e;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .crafting-bedge-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .home-our-team-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-style-4 {
    display: none;
  }

  .list-2 {
    max-width: none;
    display: none;
  }

  .section-style-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-10 {
    width: 80%;
    max-width: none;
  }

  .section-style-3 {
    grid-column-gap: 0px;
    max-width: none;
    padding-top: 0;
  }

  .container-43 {
    width: 84%;
    padding-right: 0;
  }

  .container-38 {
    max-width: none;
  }

  .form-style {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .email-3 {
    max-width: none;
  }

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

  .footer-3 {
    padding-bottom: 20px;
  }

  .frame-style-2 {
    width: 30px;
  }

  .email-2 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .list {
    max-width: none;
  }

  .div-block-218 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .navigation-bar {
    padding-top: 10px;
  }

  .site-name {
    margin-top: 12px;
  }

  .navigation-menu {
    background-color: #333;
    border-bottom: 2px solid #616161;
    padding-bottom: 20px;
  }

  .nav-link-5 {
    text-align: center;
    display: block;
  }

  .menu-button-3 {
    color: #ebebeb;
    background-color: #ebebeb29;
    border-radius: 2px;
    padding: 14px 14px 12px;
  }

  .menu-button-3.w--open {
    background-color: #ebebeb7a;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .button-wrapper-2 {
    margin-top: 60px;
  }

  .blog-body-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-wrapper-3 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-card-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .hero-image-inner-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-image-inner-wrap.two {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .testimonial-right-shape {
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .counter-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .currency-text {
    margin-bottom: 0;
  }

  .copyright-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .round-counter-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
  }

  .hero-image-three {
    border-radius: 6px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-right-area {
    border-radius: 10px;
    padding: 50px 25px;
  }

  .feature-right-area.two {
    padding: 55px 28px;
  }

  .feature-right-area.three {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-button-wrap {
    margin-bottom: 28px;
  }

  .pricing-right-shape {
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .border-shape-wrapper {
    bottom: 28%;
  }

  .feature-item-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .header-button {
    display: none;
  }

  .margin-bottom-48px {
    margin-bottom: 38px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-card-body {
    border-radius: 8px;
    padding: 22px 20px;
  }

  .hero-heading-text {
    max-width: none;
    margin-bottom: 16px;
  }

  .hero-sub-title {
    margin-bottom: 20px;
  }

  .feature-image-wrapper {
    width: 100%;
  }

  .nav-bar-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-card-header, .margin-bottom-24px {
    margin-bottom: 16px;
  }

  .testimonial-items-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .overly-wrapper {
    border-radius: 14px;
  }

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

  .hero-image-two {
    border-radius: 8px;
  }

  .margin-bottom-60px {
    margin-bottom: 30px;
  }

  .pricing-feature-list-wrap {
    padding-top: 20px;
  }

  .hero-image-four {
    border-radius: 10px;
  }

  .nav-menu-items {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-image-wrapper {
    border-radius: 12px;
  }

  .margin-bottom-40px {
    margin-bottom: 22px;
  }

  .testimonial-left-shape, .pricing-left-shape {
    width: 100%;
    left: 0;
  }

  .counter-col {
    height: 36px;
  }

  .cta-background-wrapper {
    border-radius: 12px;
    padding: 50px 30px;
  }

  .button-primary {
    border-radius: 4px;
  }

  .pricing-card-body {
    border-radius: 8px;
  }

  .header-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-image-one {
    border-radius: 6px;
  }

  .black-des {
    font-size: 16px;
    line-height: 1.2em;
  }

  .right-shape {
    width: 100%;
    inset: 0% 0% auto auto;
  }

  .left-shape {
    width: 100%;
    left: 0;
  }

  .logos-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .feature-image {
    border-radius: 12px;
  }

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

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

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

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

  .paragraph {
    font-size: 15px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

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

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .spacer {
    height: 32px;
  }

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

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .search-bar {
    width: 100%;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .nav-content {
    background-color: #fff;
    border-top: 1px solid #e7ecf0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-container {
    flex-direction: column;
  }

  .div-block-29 {
    transform: translate(100%);
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .subtext.ert.bt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-210 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
    align-items: center;
  }

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

  .mobile-menu-overlay {
    z-index: 40;
    background-color: #00000080;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
  }

  .div-block-209 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .innovation-txt {
    font-size: 28px;
  }

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

  .image-28.noitu {
    display: none;
  }

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

  .strategy-txt, .creativity-txt {
    font-size: 28px;
  }

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

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

  .div-block-217 {
    width: 100%;
    height: 380px;
  }

  .frame-10 {
    width: 100%;
  }

  .text-27 {
    width: 100%;
    font-size: 16px;
  }

  .item {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .container-43 {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 37px;
    padding-right: 0;
    line-height: 20px;
  }

  .frame-9 {
    font-size: 16px;
  }

  .email-2 {
    flex-flow: column;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: none;
    height: auto;
  }

  .text-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-36 {
    width: 110px;
  }

  .content {
    padding: 20px 10px;
  }

  .button-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .navigation-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-name-link {
    padding-left: 0;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
  }

  .button-wrapper-2 {
    text-align: center;
    margin-top: 30px;
  }

  .blog-body-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .button-wrapper-3 {
    text-align: center;
    margin-top: 30px;
  }

  .bold-text {
    font-size: 32px;
  }

  .container-44, .container-45 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bold-text-2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-inner-wrap {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .hero-image-inner-wrap.two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .margin-bottom-16px {
    margin-bottom: 8px;
  }

  .testimonial-right-shape {
    height: 100%;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .margin-bottom-32px {
    margin-bottom: 20px;
  }

  .testimonial-heading-wrap {
    text-align: left;
  }

  .copyright-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .round-counter-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pricing-list-box {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hero-image-three {
    border-radius: 5px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .feature-right-area {
    padding: 30px 18px;
  }

  .feature-right-area.two {
    padding: 35px 18px;
  }

  .feature-right-area.three {
    padding: 22px 25px;
  }

  .hero-button-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }

  .pricing-right-shape {
    height: 100%;
  }

  .border-shape-wrapper {
    bottom: 14%;
  }

  .feature-item-wrapper, .footer-widget-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-list-icon.pot.nt {
    width: 28px;
    height: 28px;
  }

  .location-text {
    max-width: none;
  }

  .ui-logo-marquee {
    width: 100px;
  }

  .margin-bottom-48px {
    margin-bottom: 28px;
  }

  .pricing-heading-wrapper {
    text-align: left;
    margin-bottom: 22px;
  }

  .feature-inner-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    display: flex;
  }

  .hero-heading-text {
    text-align: left;
    margin-bottom: 12px;
  }

  .client-say {
    font-size: 16px;
  }

  .hero-sub-title {
    text-align: left;
    margin-bottom: 18px;
  }

  .feature-details-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-wrap.last-item {
    max-width: none;
  }

  .nav-bar-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .lightboc-link {
    width: 60px;
    height: 60px;
  }

  .discover-fintech-heading-wrap {
    text-align: left;
  }

  .feature-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .overly-wrapper {
    border-radius: 6px;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-image-two {
    border-radius: 5px;
  }

  .copyright-text-box, .logo {
    width: 100%;
  }

  .margin-bottom-60px {
    margin-bottom: 22px;
  }

  .pricing-feature-list-wrap {
    padding-top: 18px;
  }

  .header-section {
    top: 20px;
  }

  .hero-image-four {
    border-radius: 6px;
  }

  .dashboard-image-wrapper {
    border-radius: 8px;
  }

  .brand {
    width: 100%;
    padding-left: 0;
  }

  .margin-bottom-40px {
    margin-bottom: 18px;
  }

  .counter-col {
    height: 36px;
  }

  .cta-background-wrapper {
    border-radius: 8px;
    padding: 40px 15px;
  }

  .pricing-card-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-container {
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .hero-image-one {
    border-radius: 5px;
  }

  .count-text {
    font-size: 36px;
  }

  .black-des {
    font-size: 14px;
  }

  .right-shape {
    height: 100%;
  }

  .footer-menu-title {
    margin-bottom: 12px;
  }

  .logos-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navbar-area {
    width: 100%;
  }

  .feature-section {
    padding-top: 0;
  }

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

  .email-form {
    flex-direction: column;
    width: 100%;
  }

  .email-subscribe {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .text-field {
    width: 100%;
  }

  .search-banner {
    justify-content: space-between;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .search {
    flex-direction: column;
  }

  .search-bar {
    width: 100%;
  }

  .menu-button-2 {
    flex: 0 auto;
  }

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

  .card-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .avatar-block {
    display: block;
  }

  .div-block-29 {
    transform: translate(100%);
  }

  .grid-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .nav-text.first {
    font-weight: 400;
    line-height: 140%;
  }

  .list-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-190 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .subtext.ert.bt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .heading-19 {
    margin-top: 12px;
  }

  .div-block-210 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .pricing {
    margin-top: 12px;
  }

  .divider-with-text {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-block-33 {
    text-align: left;
  }

  .home-solution-section, .section-6 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .call-to-action {
    padding: 20px;
  }

  .trusted-text {
    font-size: 15px;
  }

  .plan-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .about-card-5 {
    padding: 20px;
  }

  .div-block-209 {
    justify-content: flex-start;
  }

  .collabrator-btn-div {
    justify-content: center;
    align-items: stretch;
  }

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

  .innovation-txt {
    font-size: 20px;
  }

  .home-achievement-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .c2a-button {
    display: none;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .home-our-work-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

  .section-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .innovation-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .avatar-wrapper {
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .div-block-38 {
    border-top: 1px solid #ffffff1a;
    border-left-style: none;
    padding-top: 16px;
    padding-left: 16px;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-50.brtpo {
    display: none;
  }

  .rating-div {
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-block-30 {
    white-space: normal;
    font-size: 20px;
    line-height: 120%;
  }

  .about-card-2 {
    padding: 20px;
  }

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

  .plan-1 {
    padding: 24px;
  }

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

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

  .about-card-1 {
    padding: 20px;
  }

  .strategy-txt {
    font-size: 20px;
  }

  .feature-sec {
    border-top: 1px solid #1b1d1e1a;
    border-left-style: none;
    padding-top: 16px;
    padding-left: 16px;
  }

  .crafting-heading {
    font-size: 32px;
  }

  .container-5 {
    padding: 60px 20px 0;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .c2a-main {
    padding: 40px 20px;
  }

  .container-14 {
    padding-top: 20px;
  }

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

  .section-9 {
    padding-top: 140px;
  }

  .creativity-txt {
    font-size: 20px;
  }

  .para-txt {
    font-size: 14px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .home-about-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-heading-h1 {
    font-size: 40px;
    line-height: 100%;
  }

  .div-block-34 {
    padding: 24px;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .home-our-team-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-card-3 {
    padding: 20px;
  }

  .div-block-217 {
    height: 260px;
  }

  .frame-10 {
    height: 80px;
  }

  .text-27 {
    height: 110px;
    line-height: 120%;
  }

  .container-43 {
    height: 50px;
    padding-right: 0;
  }

  .frame-9 {
    height: 100px;
  }

  .pricing-list-box-copy {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-36 {
    width: 100px;
  }

  .nav-link-5 {
    font-size: 16px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 28px;
  }

  .container-44 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-38 {
    padding-left: 0;
  }

  .container-45 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .heading-25, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 22px;
  }

  .bold-text-11 {
    text-transform: none;
    font-size: 22px;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7820d0c-a754-592c-d761-5f29b454b589-cfe202af {
    order: -9999;
  }
}


