@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&display=swap');

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

body {
  color: #575757;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #262626;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#131c3c, #3c1d92);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #262626;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(144deg, #000f50 11%, #3f26a5 52%, #270c74);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

.navbar {
  z-index: 99;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff8a;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #262626;
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.nav-link:focus {
  color: #465db6;
}

.nav-link.w--current {
  color: #0044c2;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 8px;
  margin-right: 8px;
}

.hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hero-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.style-guide-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-bottom: 32px;
  display: grid;
}

.style-guide-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.style-guide-label.is-tag {
  background-color: #be4aa5;
}

.no-x-padding {
  padding-left: 0;
  padding-right: 0;
}

.style-guide-list-col-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium {
  max-width: 960px;
}

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

.button-secondary {
  color: #262626;
  text-align: center;
  background-color: #0000;
  border: 1px solid #575757;
  border-radius: 10px;
  padding: 18px 34px;
  font-weight: 500;
  transition: all .2s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #7e60ff;
  border-color: #8057ff;
  transform: translate(0, -1px);
  box-shadow: 0 6px 24px #7a68ff80;
}

.combo-class {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-list-col-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-style-box {
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 48px;
  height: 48px;
  padding: 20px;
}

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

.button-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7a68ff;
  border: 1px solid #7e60ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 34px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 6px 42px #7a68ff80;
}

.button-primary:hover {
  top: -1px;
  transform: translate(0, -1px);
  box-shadow: 0 6px 24px #7a68ff80;
}

.button-primary.is-small {
  padding: 12px 28px;
  font-size: 14px;
}

.button-primary.is-arrow {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  padding: 12px 0;
}

.button-primary.is-arrow:hover {
  transform: translate(2px);
}

.button-primary.is-arrow.is-white {
  color: #262626;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary.is-arrow.dark {
  color: #676bc4;
}

.section-global.bg-black {
  color: #fff;
  background-color: #000;
}

.section-global.bg-grey {
  background-color: #f6f3ff;
}

.section-global.coloured {
  background-image: linear-gradient(#455fb41a, #673fd61a 14%, #fff);
}

.section-global.hide {
  display: none;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.button-group.center {
  justify-content: center;
}

.button-group.center.margin-top-32px {
  margin-top: 32px;
}

.spacer {
  min-width: 16px;
  height: 16px;
}

.spacer._24px {
  height: 24px;
}

.spacer._48px {
  height: 48px;
}

.hero-point-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.hero-points-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.hero-point-icon {
  width: 20px;
}

.hero-point-text, .paragraph-medium {
  font-size: 18px;
}

.paragraph-medium.text-style-bold {
  font-weight: 700;
}

.hero-image {
  width: 90%;
  max-width: none;
}

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

.padding-section-medium.lower-margin-less {
  padding-bottom: 0;
}

.home-hero-section {
  overflow: hidden;
}

.grid-col-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.feature-card {
  color: #262626;
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 0, #15218814, #eee7ff14);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.feature-card.green {
  background-color: #00d085;
}

.feature-card.violet {
  background-color: #9867ff;
}

.feature-icon {
  object-fit: scale-down;
  border: 2px solid #bb0e0e;
  border-radius: 100px;
  width: 72px;
  height: 72px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.feature-icon.small {
  border-color: #4b55bc;
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.feature-icon.small.smaller {
  padding: 9px 14px;
}

.feature-icon.no-line {
  border-style: none;
}

.heading-3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-3.text-color-white {
  color: #fff;
  background-color: #ffffffe0;
  background-image: none;
}

.image {
  background-color: #676bc4;
  width: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.more-applications {
  background-color: #eeedf9;
  border-radius: 20px;
  padding: 64px 24px;
  position: relative;
}

.more-applications.dark-bg {
  background-image: radial-gradient(circle at 100% 100%, #190a42, #172d7c);
}

.more-applications.faq {
  margin-top: 48px;
}

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

.max-width-full.cta {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 10px;
}

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

.steps-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f1f2fd;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px;
  display: flex;
}

.steps-card-image {
  mix-blend-mode: multiply;
  width: 40%;
}

.horizontal-line {
  background-color: #d4d4d4;
  height: 1px;
}

.horizontal-line.spacing-y-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #257cfe;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding: 32px 40px;
  display: grid;
}

.feature-card-large.vertical {
  background-color: #9767ff;
  flex-direction: column;
  grid-template-columns: 1fr;
}

.feature-card-large.bg-green {
  background-color: #00d085;
}

.feature-card-large.bg-purple {
  background-color: #9767ff;
}

.feature-card-large.bg-purple.vertical {
  grid-template-columns: 1fr;
}

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

.feature-card-large-content {
  max-width: 312px;
}

.featture-card-image-wrapper {
  max-width: 450px;
}

.featture-card-image-wrapper.small {
  max-width: 280px;
}

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

.text-style-muted {
  opacity: .8;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  display: flex;
}

.testimonial-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text {
  color: #262626;
  text-align: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

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

.client-logo-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-logo {
  object-fit: contain;
  max-height: 60px;
  padding: 0;
}

.client-logo.big {
  width: 200px;
}

.cta-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #267cff;
  background-image: radial-gradient(circle at 100% 0, #e3e4ff, #f3efff);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-small-aboslute {
  width: 125px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-content {
  padding: 32px 12px 32px 40px;
}

.cta-content.abt {
  background-color: #f3f1ff;
  border-radius: 36px;
  width: 50%;
}

.image-3 {
  background-color: #970003;
  border-radius: 20px;
  width: 18px;
  height: 18px;
}

.cta-feature {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cta-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #262626;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: #ebebeb;
  background-image: radial-gradient(circle at 100% 0, #0a1144, #1f1d81);
}

.footer.bg-black {
  color: #fff;
  background-color: #000;
}

.footer.bg-grey {
  background-color: #f3f5fc;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #c5c1d3;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 420px) .75fr auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-links-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #a6a1b4;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-link {
  color: #a29bb9;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #267cff;
}

.social-links-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  display: flex;
}

.social-links-list.dark {
  mix-blend-mode: darken;
  border-radius: 20px;
  margin-bottom: 21px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-link.on-dark {
  background-color: #101557;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.social-icon {
  mix-blend-mode: normal;
  width: 24px;
}

.nav-logo {
  max-height: 60px;
}

.footer-logo {
  max-height: 100px;
}

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

.logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-item {
  width: 100%;
  max-width: 160px;
}

.subheading {
  color: #575757;
  text-align: center;
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.text-color-white-2 {
  color: #262626;
  font-weight: 700;
}

.subtitle-big {
  font-size: 28px;
}

.subtitle-big.shade {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(72deg, #263388, #683fd7);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-4 {
  text-align: center;
  font-size: 24px;
}

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

.padding-section-small.zero {
  padding-top: 0;
  padding-bottom: 0;
}

.cta-button {
  grid-column-gap: 8px;
  border: none;
  color: #f7f8f8;
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  border: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

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

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.feature-grid.services {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.flex {
  grid-column-gap: 24px;
  justify-content: space-between;
  margin-bottom: 12px;
  display: flex;
}

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

.feature-grid._4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-grid.home {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
}

.feature-grid-item {
  color: #b4bcd0;
  letter-spacing: -.02em;
}

.feature-grid-icon {
  color: #c22f31;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.display-inline {
  color: #565656;
  display: inline;
}

.display-inline.font-light {
  color: #c2c2c2;
}

.heading-5 {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0c2785, #624abd 81%, #3e218d);
  padding-bottom: 9px;
}

.hero-graph {
  width: 100%;
  padding: 83px 40px 40px;
  position: absolute;
  inset: 0%;
}

.hero-graph.sales {
  width: 280px;
  margin-left: 56px;
}

.bg-colour-ball {
  z-index: -1;
  background-image: radial-gradient(circle, #4e50c27a, #465db76b 7%, #fff 64%);
  border-radius: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-colour-ball.left {
  opacity: .64;
  background-image: radial-gradient(circle, #4e50c27a, #465db76b 12%, #fff 64%);
  width: 400px;
  height: 400px;
}

.bg-colour-ball.right {
  inset: auto 0% 0% auto;
}

.bg-colour-ball.on-blue {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: radial-gradient(circle, #4e50c23b, #465db738 7%, #fff 64%);
  inset: 0% 0% auto auto;
}

.paragraph {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonials {
  background-color: #ddd0;
}

.slide-nav {
  display: none;
}

.icon, .icon-2 {
  color: #4f48bf;
}

.paragraph-2 {
  color: #a19bb9;
}

.bg-cross {
  z-index: -1;
  background-image: url('../images/Frame-22.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-cross.left {
  opacity: .64;
  background-image: radial-gradient(circle, #4e50c27a, #465db76b 12%, #fff 64%);
  width: 400px;
  height: 400px;
}

.bg-cross.right {
  inset: 0% 0% auto auto;
}

.container-2 {
  background-color: #081c3a;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 0 126px 119px;
  position: relative;
}

.container-2.less-padding-on-mobile {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-timeline {
  color: #e6e6f3;
  text-align: left;
  font-size: 48px;
  display: inline-block;
}

.full-width {
  justify-content: center;
  align-items: center;
  padding-right: 83px;
  display: flex;
}

.full-width.bottom-margin {
  width: 90vw;
  padding-bottom: 56px;
  padding-right: 0;
}

.advantage-icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.advantage-icon.height-80 {
  width: auto;
  height: 80px;
}

.timeline-right {
  background-color: #4958ba;
  border-radius: 36px;
  margin-top: -46px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  inset: 0% auto auto 43.5vw;
}

.timeline-right.left {
  margin-left: -86px;
  padding-top: 0;
  padding-bottom: 40px;
}

.milestone-detail {
  margin-top: 12px;
  font-size: 16px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 1fr
                 "."
                 / minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  position: relative;
}

.h3 {
  color: #fcfcff;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
}

.timeline-left {
  padding-top: 15px;
  padding-bottom: 15px;
  inset: -16% auto auto 0;
}

.right-arrow-json {
  height: 30px;
}

.right-arrow-json.small {
  height: 18px;
  margin-top: -14px;
}

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

.right-arrow-json.small.opp {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.margintop-30 {
  margin-top: 30px;
}

.timeline-block-slide {
  width: 200px;
  margin-top: 28px;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.roadmap-box {
  border: 2px #3555a5;
  border-style: solid none none solid;
  min-width: 200px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.timeline-slider {
  width: 350px;
}

.timeline-slider.margintop-30 {
  background-color: #0000;
}

.journey-icon {
  z-index: 10;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.grid-col-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.smaller {
  font-size: 36px;
}

.table-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.red {
  color: #be2324;
}

.sales-zing-animation {
  justify-content: center;
  align-items: center;
  margin-top: -72px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sales-zing-animation.graph-back {
  background-image: url('../images/bg-cross.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  width: 50vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
}

.sales-zing-image {
  width: 180px;
}

.sales-zing-image.lap {
  width: 600px;
  margin-top: 86px;
}

.light {
  background-image: linear-gradient(144deg, #fff 11%, #9d85ff 54%, #fff);
}

.white {
  color: #cfcfe4;
}

.graph-animation-1 {
  width: 360px;
}

.graph-animation-2 {
  width: 540px;
}

.graph-animation-1-copy {
  width: 360px;
}

.graph-animation-1-copy._2 {
  margin-bottom: 48px;
  margin-left: 193px;
}

.sales-hero1 {
  width: 440px;
  position: absolute;
  inset: 24% auto auto -11%;
}

.sales-hero1-copy {
  width: 140px;
  position: absolute;
  inset: 24% auto auto 5%;
}

.sales-hero2 {
  width: 120px;
  position: absolute;
  inset: 24% auto auto 60%;
}

.small-text.with-space {
  line-height: 2.2;
}

.faq-q {
  color: #fff;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
}

.ver-plus-sign {
  background-color: #b9b9b9;
  width: 1px;
  height: 1.6em;
  font-size: 12px;
  line-height: 1;
  position: absolute;
}

.faq-title-line-contain {
  z-index: 1;
  cursor: pointer;
  background-color: #fff0;
  border: 0 #000;
  border-top: 0 solid #485db8;
  border-bottom: 1px #485db8;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.faq-title-line-contain.oncloud {
  font-size: 24px;
  font-weight: 700;
}

.hor-plus-sign {
  background-color: #b9b9b9;
  width: 1.6em;
  height: 1px;
  font-size: 12px;
  position: absolute;
}

.faq-pink-whipe {
  z-index: 0;
  background-color: #f3b7a800;
  width: 100%;
  height: 7em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-item {
  border: 0 solid #485db8;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expand-btn-contain {
  background-color: #485cb8;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.expand-btn-contain:hover {
  background-color: #683fd6;
}

.expand-btn-contain:active {
  background-color: #4b56bc;
}

.faq-a-ph-contain {
  width: 80%;
}

.faq-a-ph-contain.text-white {
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-right: 0;
}

.faq-q-contain {
  align-items: center;
  width: 80%;
  display: flex;
}

.faq-general-wrapper {
  margin: 2em auto;
}

.faq-general-wrapper.half {
  width: 40vw;
}

.faq-a-contain {
  z-index: 2;
  background-color: #eef0;
  border-radius: 20px;
  width: 100%;
  padding-left: 30px;
  position: relative;
}

.faq-a-contain.oncloud {
  background-color: #fff0;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 24px;
}

.faq-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.dark-text {
  color: #444;
}

.contact-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 14px;
  display: flex;
}

.whatsapp, .email {
  width: 30px;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.featured-block {
  margin-top: 10px;
}

.blog-section {
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: 90px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.container-3 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.image-2 {
  position: absolute;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.content-right {
  position: sticky;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.expand-btn-contain-2 {
  background-color: #fff;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.expand-btn-contain-2:hover {
  background-color: #683fd6;
}

.expand-btn-contain-2:active {
  background-color: #4b56bc;
}

.image-4 {
  background-color: #970003;
  border-radius: 20px;
  width: 18px;
  height: 18px;
}

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

.steps-card-image-2 {
  width: 80%;
}

.heading-6 {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0c2785, #624abd 81%, #3e218d);
}

.faq-q-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
}

.steps-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.grid-col-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  background-color: #970003;
  border-radius: 20px;
  width: 18px;
  height: 18px;
}

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

.paragraph-5 {
  color: #505050;
  font-weight: 400;
}

.faq-q-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
}

.steps-card-image-3 {
  width: 80%;
}

.heading-7 {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0c2785, #624abd 81%, #3e218d);
}

.laptop-sales-zing {
  width: 650px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.sales-full-animation-wrap {
  flex-flow: row;
  display: flex;
}

.sales-full-animation-wrap.hide {
  display: none;
}

.mob-anime-1 {
  object-fit: contain;
  flex: 1;
  width: 100px;
  height: 240px;
}

.mob-anime-2 {
  object-fit: contain;
  flex: 1;
  width: 100px;
  height: 300px;
}

.sales-zing-img {
  width: 240px;
  margin-bottom: 30px;
}

.form-title-cf1 {
  color: #5b5ac7;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-cf1 {
  color: #5b5ac6;
  text-align: center;
  background-color: #5b5ac612;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.form-cf1 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.text-field-cf1 {
  color: #292828;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f4f6fc;
  border-bottom-color: #0000;
  border-radius: 17px;
  font-size: 16px;
}

.text-field-cf1.big {
  height: 100px;
}

.submit-button-cf1 {
  background-color: #827ffe;
  border-radius: 17px;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 12px 20px -3px #d6d5ff;
}

.submit-button-cf1:hover {
  background-color: #5b5ac6;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.form-subtitle-cf1 {
  color: #262626;
}

.field-label-cf1 {
  color: #262626;
  margin-top: 20px;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  display: flex;
}

.about-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.highlight {
  background-color: #eff2ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: flex;
}

.highlight.white {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(98deg, #475bb8, #5247c5);
}

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

.award {
  object-fit: contain;
  width: 100%;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.livechat-button-2 {
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #edf5f040;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #38383847;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.live-icon-chat {
  margin-right: 0;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.chat-section {
  background-color: #4d52c0;
  height: 50%;
  padding: 16px 20px;
}

.audir-form-wrap {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: scroll;
}

.modal-wrap {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(18deg, #f3f0fc, #d4cce9);
  border-radius: 12px;
  max-width: 70vw;
  max-height: 80vh;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 50px 32px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 18px #00000030;
}

.close-block {
  cursor: pointer;
  background-color: #363d4e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -25px -25px auto auto;
}

.modal {
  z-index: 2000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.audit-form {
  min-width: 50vw;
  max-width: 800px;
  display: none;
}

.modal-inner {
  width: 100%;
  height: 100vh;
}

.success-message {
  background-color: #0000;
}

.modal-form-field {
  color: #6252a0;
  text-align: left;
  font-weight: 600;
}

.html-embed {
  width: 80%;
  height: 50vh;
}

.heading-8 {
  color: #6252a0;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}

.button-sterling {
  color: #393939;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f6b32b;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .325s;
  display: block;
  box-shadow: 8px 8px 60px -8px #00000052;
}

.button-sterling:hover {
  background-color: #e59900;
}

.modal-2 {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrap-2 {
  opacity: 0;
  text-align: center;
  background-color: #fff;
  width: 80vw;
  height: 80vh;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  position: relative;
  box-shadow: 1px 1px 18px #00000030;
}

.heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-6 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px;
}

.modal-wrap-3 {
  opacity: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  max-width: 70vw;
  max-height: 80vh;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 50px 32px;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 18px #00000030;
}

.modal-3 {
  z-index: 1001;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-inner-2 {
  width: 100%;
}

.heading-9 {
  color: #6252a0;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}

.testi {
  background-color: #ddd0;
  margin-top: 48px;
}

.next-icon {
  background-image: linear-gradient(30deg, #683fd8, #4957ba);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.saleszing-pics-slider {
  background-image: radial-gradient(circle, #455fb5, #673fd7);
  border-radius: 20px;
  min-height: 500px;
  margin-top: 56px;
}

.slide-nav-2 {
  display: none;
}

.saleszing-img {
  object-fit: contain;
  border-radius: 12px;
  max-width: 75%;
  max-height: 80%;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide {
  margin-left: auto;
  margin-right: auto;
}

.contacts-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .75fr 1fr;
  margin-bottom: 26px;
}

.caption {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.div-block, .div-block-2 {
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 800px;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: -40px;
  }

  .hero-image-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .grid-col-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card.violet {
    padding: 24px;
  }

  .steps-card {
    padding-left: 0;
    padding-right: 0;
  }

  .client-logo-list {
    justify-content: center;
  }

  .client-logo {
    max-height: 32px;
  }

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

  .logos-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-item.desktop-only {
    display: none;
  }

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

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

  .container-2.less-padding-on-mobile {
    padding-left: 60px;
  }

  .grid-wrapper {
    grid-template-rows: auto;
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px);
  }

  .grid-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .expand-btn-contain:hover {
    background-color: #fff;
  }

  .expand-btn-contain:active {
    background-color: #ff5330;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .expand-btn-contain-2:hover {
    background-color: #fff;
  }

  .expand-btn-contain-2:active {
    background-color: #ff5330;
  }

  .container-4 {
    max-width: 800px;
  }

  .steps-card-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-col-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-5 {
    max-width: 800px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .navbar {
    max-width: 100%;
  }

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .grid-col-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .steps-card-image {
    width: 60%;
  }

  .feature-card-large, .feature-cards-list {
    grid-template-columns: 1fr;
  }

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

  .client-logo {
    max-height: 24px;
  }

  .cta-component {
    grid-template-columns: 1fr;
  }

  .cta-feature-list {
    grid-template-columns: auto;
  }

  .footer-grid {
    grid-template-columns: auto auto;
  }

  .subheading {
    font-size: 18px;
  }

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

  .container-2.less-padding-on-mobile {
    padding-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(34px, 1fr) minmax(auto, 1400px) minmax(34px, 1fr);
  }

  .grid-col-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .steps-card-image-2 {
    width: 60%;
  }

  .grid-col-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .steps-card-image-3 {
    width: 60%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .livechat-button-2 {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(80% + 48px);
  }

  .close-block {
    top: -25px;
    right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    margin-top: -6px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: #683fd8;
    border-radius: 120px;
  }

  .hero-wrapper {
    margin-bottom: -125px;
  }

  .hero-image-wrapper {
    margin-bottom: 0;
  }

  .hero-image-wrapper.sales-zing {
    padding-top: 158px;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.is-arrow {
    align-self: flex-start;
  }

  .button-primary.is-arrow.is-white {
    align-self: stretch;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .spacer._48px {
    height: 16px;
  }

  .paragraph-medium {
    font-size: 16px;
  }

  .hero-image {
    margin-top: -174px;
  }

  .hero-image.tally {
    z-index: -1;
    margin-top: 0;
    position: relative;
  }

  .padding-section-medium.mobile-margin {
    margin-top: 54px;
  }

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

  .feature-card {
    padding: 20px;
  }

  .feature-card.award {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .more-applications {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 36px;
  }

  .max-width-full.cta {
    width: 70vw;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonial-detail {
    margin-top: 20px;
    transform: scale(.8);
  }

  .testimonial-text {
    width: 80vw;
    margin-top: 15px;
    margin-bottom: -38px;
    font-size: 14px;
  }

  .client-logo-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    max-width: 100vw;
  }

  .client-logo {
    object-fit: contain;
    width: 12vw;
    max-height: none;
  }

  .client-logo.big {
    max-height: 60px;
  }

  .cta-component {
    flex-flow: column;
  }

  .cta-small-aboslute {
    width: 75px;
  }

  .cta-content {
    text-align: center;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-content.abt {
    width: 100%;
  }

  .cta-feature-list {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-links-list.dark {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-link.on-dark {
    width: 30px;
    height: 30px;
  }

  .cta-button {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature-grid.services, .feature-grid.margin-add, .feature-grid._4 {
    grid-template-columns: 1fr;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-grid-item.vert {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature-grid-icon {
    margin-bottom: 6px;
    bottom: 0;
  }

  .display-inline {
    display: inline-block;
  }

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

  .hero-graph {
    padding-top: 0;
  }

  .hero-graph.sales {
    width: 180px;
    margin-left: 38px;
  }

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

  .container-2.less-padding-on-mobile {
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-timeline {
    font-size: 24px;
  }

  .full-width.bottom-margin {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-right: 0;
  }

  .timeline-right {
    margin-left: 50vw;
    inset: 0% auto auto 0%;
  }

  .timeline-right.left {
    margin-left: 72px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    padding-left: 8px;
    padding-right: 8px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .timeline-block-slide {
    height: auto;
    margin-top: 16px;
  }

  .mask-2 {
    height: auto;
  }

  .roadmap-box {
    padding-right: 0;
  }

  .timeline-slider.margintop-30 {
    height: auto;
  }

  .journey-icon {
    width: 60px;
    height: 60px;
  }

  .smaller {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .icon-3 {
    color: #182068;
  }

  .table-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .sales-zing-animation.graph-back {
    margin-top: 90px;
  }

  .white {
    text-align: left;
  }

  .graph-animation-1-copy._2 {
    margin-left: -13px;
  }

  .sales-hero1 {
    width: 180px;
    left: 13%;
  }

  .sales-hero2 {
    width: 50px;
    left: 53%;
  }

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

  .right-arrow {
    height: 36px;
    inset: 0% 0% auto auto;
  }

  .left-arrow {
    height: 36px;
    inset: 0% auto auto 0%;
  }

  .faq-q {
    font-size: 17px;
  }

  .faq-title-line-contain {
    padding-left: 12px;
  }

  .faq-pink-whipe {
    height: 30em;
  }

  .expand-btn-contain {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
  }

  .faq-q-contain {
    max-width: 280px;
  }

  .faq-general-wrapper {
    width: 100%;
  }

  .faq-general-wrapper.half {
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-a-contain {
    padding-left: 0;
  }

  .paragraph-3 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contacts-wrap {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .blog-hero-image {
    margin-top: 90px;
    margin-bottom: 0;
  }

  .expand-btn-contain-2 {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

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

  .paragraph-4 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .faq-q-2 {
    font-size: 17px;
  }

  .icon-4 {
    color: #182068;
  }

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

  .paragraph-5 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .faq-q-3 {
    max-width: 220px;
    font-size: 17px;
  }

  .laptop-sales-zing {
    object-fit: contain;
    width: 800px;
    margin-left: -39px;
  }

  .sales-full-animation-wrap {
    flex-flow: row;
  }

  .mob-anime-1 {
    height: 100px;
    margin-top: 11px;
    margin-left: -16px;
  }

  .sales-zing-img {
    width: 220px;
  }

  .contact-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-contact {
    flex-flow: column;
  }

  .highlight.white {
    margin-top: 30px;
  }

  .award {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .whatsapp-block {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .modal-wrap {
    opacity: 0;
    max-width: 90vw;
    margin-top: 55px;
    padding: 30px 15px 12px;
  }

  .audit-form {
    min-width: 100%;
  }

  .html-embed {
    width: 100%;
    margin-top: -24px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 28px;
  }

  .button-sterling {
    border-style: none;
    flex: 0 auto;
    padding: 12px 24px;
  }

  .modal-wrap-2 {
    padding: 40px 15px;
  }

  .modal-wrap-3 {
    opacity: 0;
    max-width: 90vw;
    margin-top: 55px;
    padding: 30px 15px 12px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 28px;
  }

  .testi {
    margin-top: 24px;
  }

  .left-arrow-2 {
    height: 80px;
    inset: auto auto 0% 0%;
  }

  .right-arrow-2 {
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .saleszing-pics-slider {
    min-height: 150px;
  }

  .saleszing-img {
    max-width: 90%;
  }

  .left-arrow-3 {
    height: 36px;
    margin-bottom: 16px;
    inset: auto auto 0% 0%;
  }

  .right-arrow-3 {
    height: 36px;
    margin-bottom: 16px;
    inset: auto 0% 0% auto;
  }

  .contacts-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: .5fr;
    margin-left: auto;
    margin-right: auto;
  }

  .caption {
    font-size: 16px;
  }
}

#w-node-f60ede3f-b1a3-0380-60e1-13ac51636158-ea222ca4, #w-node-f60ede3f-b1a3-0380-60e1-13ac5163615e-ea222ca4, #w-node-f60ede3f-b1a3-0380-60e1-13ac51636164-ea222ca4, #w-node-f60ede3f-b1a3-0380-60e1-13ac5163616a-ea222ca4, #w-node-f60ede3f-b1a3-0380-60e1-13ac51636170-ea222ca4, #w-node-f60ede3f-b1a3-0380-60e1-13ac51636176-ea222ca4, #w-node-f6eda079-fdb1-452d-47c4-89fc1e80bef7-ea222ca4, #w-node-f6eda079-fdb1-452d-47c4-89fc1e80bf04-ea222ca4, #w-node-f6eda079-fdb1-452d-47c4-89fc1e80bf11-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cba-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cc0-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cc8-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43ccf-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cd6-ea222ca4, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cdc-ea222ca4, #w-node-_720c2c22-c38e-f007-89b4-8faea7819bf7-a7819bf2, #w-node-_720c2c22-c38e-f007-89b4-8faea7819c08-a7819bf2, #w-node-_720c2c22-c38e-f007-89b4-8faea7819c30-a7819bf2, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded0a-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded0f-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded14-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded19-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded1e-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded23-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded2f-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded34-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded37-ea222ca5, #w-node-_26b085d4-4876-ecbe-249a-8ff0e3fded3c-ea222ca5, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c9946-631c924f, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c994c-631c924f, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c9954-631c924f, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c995b-631c924f, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c9962-631c924f, #w-node-_78c8da59-a5b8-ea3c-824b-b71aeb3c9968-631c924f, #w-node-d49f7e1e-44c8-3338-ab86-d75be8173631-631c924f, #w-node-d49f7e1e-44c8-3338-ab86-d75be817363d-631c924f, #w-node-d49f7e1e-44c8-3338-ab86-d75be8173649-631c924f, #w-node-_7f7a7d72-fdcf-0a75-2234-759d462739c8-631c924f, #w-node-_985e1dd6-10ea-e534-cbda-186c9e78d194-631c924f, #w-node-_1eee79ad-86ed-fdea-e407-c5f2f8298792-631c924f, #w-node-_441d5675-d5e1-4fcb-d0b8-8f68342171cb-631c924f, #w-node-c9867a5b-9f44-1894-25cc-957f79cab974-631c924f, #w-node-_5733ebf6-f5fa-8342-a103-546ac7e37266-631c924f, #w-node-_6b1a371c-7c3b-5e21-1739-b602e257e655-631c924f, #w-node-_05ec0fd3-9cb1-a359-29c6-d7e30e920170-631c924f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-631c924f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-631c924f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f7-631c924f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-631c924f, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-631c924f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-631c924f, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-631c924f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b30d8423-1e0a-cf68-51c6-9205c7190415-49ddd3cc, #w-node-b30d8423-1e0a-cf68-51c6-9205c719041e-49ddd3cc, #w-node-b30d8423-1e0a-cf68-51c6-9205c7190426-49ddd3cc, #w-node-b30d8423-1e0a-cf68-51c6-9205c719042d-49ddd3cc, #w-node-b30d8423-1e0a-cf68-51c6-9205c7190434-49ddd3cc, #w-node-b30d8423-1e0a-cf68-51c6-9205c719043a-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc4297c-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc42986-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc42990-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc4299a-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc429a3-49ddd3cc, #w-node-_30fc7936-bfe8-5b70-e77a-e9c99fc429ac-49ddd3cc, #w-node-fe7eeadb-a361-ba97-faf3-0a2a06384ed2-49ddd3cc, #w-node-_4eeb49b7-a12a-62b9-1c9c-5f0a3544a999-49ddd3cc, #w-node-_8930bc76-e2c4-30d6-d538-2675bd180b80-49ddd3cc, #w-node-_1ab3efff-f849-8ee7-74f7-4cd33ce081ed-49ddd3cc, #w-node-_97923c22-2054-752e-d8a2-fc1af26e6926-49ddd3cc, #w-node-_00785001-5f69-630a-7cc8-5e7500f26e28-49ddd3cc, #w-node-f4749e0a-dfb2-dc87-befd-e50cee8b2cb3-49ddd3cc, #w-node-_7563480b-a65e-dc2a-eb8f-799f7abb414b-49ddd3cc, #w-node-_35cad122-a68e-0141-11fd-5b6d68c17b87-49ddd3cc, #w-node-_276ec11c-eda9-4518-5118-c4fed52506f0-49ddd3cc, #w-node-e0a19902-7ea8-23f3-1bac-31c23614e51e-49ddd3cc, #w-node-_6f3c689f-a5d0-9114-5f84-58c02333cbe2-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cba-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cc0-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cc8-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43ccf-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cd6-49ddd3cc, #w-node-_87c2aea3-5eac-f8eb-b6bb-bce345a43cdc-49ddd3cc, #w-node-_441d5675-d5e1-4fcb-d0b8-8f68342171cb-49ddd3cc, #w-node-c9867a5b-9f44-1894-25cc-957f79cab974-49ddd3cc, #w-node-_5733ebf6-f5fa-8342-a103-546ac7e37266-49ddd3cc, #w-node-_6b1a371c-7c3b-5e21-1739-b602e257e655-49ddd3cc, #w-node-_05ec0fd3-9cb1-a359-29c6-d7e30e920170-49ddd3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-49ddd3cc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-49ddd3cc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f7-49ddd3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-49ddd3cc, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-49ddd3cc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-49ddd3cc, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-49ddd3cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_632d215f-440e-dcbd-fada-36d705ab2d2d-032dfe34, #w-node-_632d215f-440e-dcbd-fada-36d705ab2d37-032dfe34, #w-node-_632d215f-440e-dcbd-fada-36d705ab2d41-032dfe34, #w-node-_632d215f-440e-dcbd-fada-36d705ab2d49-032dfe34, #w-node-_550dd648-cbe1-7cf2-9303-17107eb2ce63-032dfe34, #w-node-_550dd648-cbe1-7cf2-9303-17107eb2ce6a-032dfe34, #w-node-_550dd648-cbe1-7cf2-9303-17107eb2ce70-032dfe34, #w-node-_550dd648-cbe1-7cf2-9303-17107eb2ce76-032dfe34, #w-node-_5fb5e9a9-f1ab-1bf7-16a8-f7964af81a6c-032dfe34, #w-node-_5fb5e9a9-f1ab-1bf7-16a8-f7964af81a73-032dfe34, #w-node-_5fb5e9a9-f1ab-1bf7-16a8-f7964af81a79-032dfe34, #w-node-f46522b5-463f-2cd9-f6e2-e439fec44bde-032dfe34, #w-node-f60ede3f-b1a3-0380-60e1-13ac51636158-032dfe34, #w-node-f60ede3f-b1a3-0380-60e1-13ac5163615e-032dfe34, #w-node-f60ede3f-b1a3-0380-60e1-13ac51636164-032dfe34, #w-node-f60ede3f-b1a3-0380-60e1-13ac5163616a-032dfe34, #w-node-f2283692-9163-303a-e234-c1c14cf27b13-032dfe34, #w-node-f2283692-9163-303a-e234-c1c14cf27b1d-032dfe34, #w-node-f2283692-9163-303a-e234-c1c14cf27b27-032dfe34, #w-node-f2283692-9163-303a-e234-c1c14cf27b2f-032dfe34, #w-node-fe7eeadb-a361-ba97-faf3-0a2a06384ed2-032dfe34, #w-node-_1ab3efff-f849-8ee7-74f7-4cd33ce081ed-032dfe34, #w-node-_8930bc76-e2c4-30d6-d538-2675bd180b80-032dfe34, #w-node-_4eeb49b7-a12a-62b9-1c9c-5f0a3544a999-032dfe34, #w-node-_97923c22-2054-752e-d8a2-fc1af26e6926-032dfe34, #w-node-_00785001-5f69-630a-7cc8-5e7500f26e28-032dfe34, #w-node-f4749e0a-dfb2-dc87-befd-e50cee8b2cb3-032dfe34, #w-node-_12be1f14-83e1-20f5-5bef-bd7231a0ee51-032dfe34, #w-node-_441d5675-d5e1-4fcb-d0b8-8f68342171cb-032dfe34, #w-node-c9867a5b-9f44-1894-25cc-957f79cab974-032dfe34, #w-node-_5733ebf6-f5fa-8342-a103-546ac7e37266-032dfe34, #w-node-_6b1a371c-7c3b-5e21-1739-b602e257e655-032dfe34, #w-node-_05ec0fd3-9cb1-a359-29c6-d7e30e920170-032dfe34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-032dfe34 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-032dfe34 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f7-032dfe34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-032dfe34, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-032dfe34 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-032dfe34, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-032dfe34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_441d5675-d5e1-4fcb-d0b8-8f68342171cb-8029f6d9, #w-node-c9867a5b-9f44-1894-25cc-957f79cab974-8029f6d9, #w-node-_6b1a371c-7c3b-5e21-1739-b602e257e655-8029f6d9, #w-node-_05ec0fd3-9cb1-a359-29c6-d7e30e920170-8029f6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-8029f6d9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-8029f6d9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f7-8029f6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-8029f6d9, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-8029f6d9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-8029f6d9, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-8029f6d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c25e75-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25e7d-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25e84-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25e8b-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25e92-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25e99-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25ea0-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25ea7-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25eae-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25eb5-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25ebc-aa849e74, #w-node-_67ab76c5-21d4-8c0f-358c-78c273f042b8-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25ecf-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c25efc-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c26041-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c26043-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2604a-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c26051-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c26065-aa849e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c26067-aa849e74 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c2606f-aa849e74 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c26070-aa849e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c26077-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2607f-aa849e74 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cd82f367-c834-3e85-0fa1-8e2080c26087-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2608f-aa849e74 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-631c924f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-631c924f, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-631c924f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-631c924f, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-631c924f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-49ddd3cc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-49ddd3cc, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-49ddd3cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-49ddd3cc, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-49ddd3cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-032dfe34 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-032dfe34, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-032dfe34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-032dfe34, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-032dfe34 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-8029f6d9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-8029f6d9, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-8029f6d9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-8029f6d9, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-8029f6d9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c2606f-aa849e74 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26077-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2607f-aa849e74 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26087-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2608f-aa849e74 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_720c2c22-c38e-f007-89b4-8faea7819bf7-a7819bf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7eaeac3c-e018-cedb-4e29-dbd2c569d3d2-c569d3cd {
    order: 9999;
  }

  #w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-631c924f {
    grid-column: span 1 / span 1;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-631c924f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-631c924f, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-631c924f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f3edfe4-e241-0536-4ef2-118500778863-631c924f {
    order: -9999;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-631c924f, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-631c924f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb44-631c924f {
    order: -9999;
  }

  #w-node-_9fde722f-e704-134b-df57-d2be601ba4f4-631c924f {
    order: 9999;
  }

  #w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-49ddd3cc {
    grid-column: span 1 / span 1;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-49ddd3cc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-49ddd3cc, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-49ddd3cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f3edfe4-e241-0536-4ef2-118500778863-49ddd3cc {
    order: -9999;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-49ddd3cc, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-49ddd3cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb44-49ddd3cc {
    order: -9999;
  }

  #w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-032dfe34 {
    grid-column: span 1 / span 1;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-032dfe34 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-032dfe34, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-032dfe34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f3edfe4-e241-0536-4ef2-118500778863-032dfe34 {
    order: -9999;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-032dfe34, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-032dfe34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb44-032dfe34 {
    order: -9999;
  }

  #w-node-_2d8b63d8-c7c1-c8ae-3e73-6d499cdf1a63-8029f6d9 {
    grid-column: span 1 / span 1;
  }

  #w-node-fba0104b-dd43-41b5-b712-bf5d8c87e1f6-8029f6d9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_63530f59-5bad-bef2-5233-17d21f6072fd-8029f6d9, #w-node-_7f3edfe4-e241-0536-4ef2-118500778862-8029f6d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f3edfe4-e241-0536-4ef2-118500778863-8029f6d9 {
    order: -9999;
  }

  #w-node-_1c2b40c7-8c86-bf95-ba88-3d42249c8a1b-8029f6d9, #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb43-8029f6d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b46aca92-413a-c9ee-22db-9b79a4b1eb44-8029f6d9 {
    order: -9999;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26067-aa849e74 {
    grid-column: span 1 / span 1;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c2606f-aa849e74 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26077-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2607f-aa849e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26082-aa849e74 {
    order: -9999;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26087-aa849e74, #w-node-cd82f367-c834-3e85-0fa1-8e2080c2608f-aa849e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd82f367-c834-3e85-0fa1-8e2080c26092-aa849e74 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1eee79ad-86ed-fdea-e407-c5f2f8298792-631c924f {
    place-self: center;
  }
}


