:root {
  --font-family--secondary-font: Montserrat, sans-serif;
  --color--grey: var(--black);
  --font-family--base-font: Montserrat, sans-serif;
  --white: white;
  --color--dark-blue: #2a325c;
  --color--white: var(--white);
  --color--blue: #4a68ff;
  --hover-colour: #8137ad;
  --spacing--tablet: var(--px--100);
  --spacing--phone: 3.5rem;
  --secondary: #82c170;
  --spacing--desktop: var(--px--90);
  --color--light-purple: #f6f8ff;
  --color--purple: #a966ff;
  --color--green: #4ad190;
  --tertiary: #a056ce;
  --black: black;
  --primary: #2f1847;
  --px--160: 10rem;
  --px--100: 6.25rem;
  --px--90: 5.625rem;
}

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

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

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

body {
  font-family: var(--font-family--secondary-font);
  color: var(--color--grey);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font-family--base-font);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  position: absolute;
}

h2 {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

.h1 {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.h2 {
  font-family: var(--font-family--base-font);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

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

.h2.less-gap {
  margin-top: 24px;
  margin-bottom: -16px;
}

.h3 {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 72px;
}

.h4 {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.h4.color-blue {
  color: var(--color--blue);
}

.h5 {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.h6 {
  font-family: var(--font-family--base-font);
  color: var(--color--dark-blue);
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

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

.button-text {
  font-family: var(--font-family--secondary-font);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.button-text.color-blue {
  color: var(--color--blue);
  font-size: 20px;
}

.button-text.color-dark-blue {
  color: var(--color--dark-blue);
}

.navigation {
  font-family: var(--font-family--secondary-font);
  letter-spacing: 0;
  max-width: 422px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

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

.navigation._100 {
  max-width: 100%;
}

.paragraph {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.paragraph._24gapspacing {
  text-align: left;
  margin-top: 24px;
}

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

.small-text {
  font-family: var(--font-family--base-font);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.headlines-text {
  letter-spacing: .08em;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.small-paragraph {
  font-family: var(--font-family--base-font);
  color: var(--color--grey);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.small-paragraph.disabled {
  opacity: .5;
}

.footer-link {
  font-family: var(--font-family--secondary-font);
  color: var(--color--dark-blue);
  letter-spacing: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a966ff, #4a68ff);
  -webkit-background-clip: text;
  background-clip: text;
  transform: translate(5px);
}

.primary-button {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--font-family--secondary-font);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.secondary-btn {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px none var(--color--grey);
  background-color: var(--color--white);
  font-family: var(--font-family--secondary-font);
  color: var(--color--dark-blue);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-logo-mobile {
  width: 150px;
  height: 45px;
  display: none;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #fff;
  width: 28px;
  height: 2px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-white {
  width: 220px;
  height: 56px;
}

.top-line {
  transform-origin: 0 0;
  background-color: #fff;
  width: 32px;
  height: 2px;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.middle-line {
  background-color: #fff;
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
}

.nav-links-wrapper {
  grid-column-gap: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  display: none;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-section {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  background-image: url('../images/Ellipse-benifits.svg'), url('../images/Ellipse-hero-1.svg');
  background-position: 0 53%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 280px 453px, 890px 911px;
  flex-direction: column;
  padding-top: 280px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.mouse-move-over-interaction-trigger {
  color: var(--color--grey);
  padding-top: 148px;
}

.hero-section.mouse-move-over-interaction-trigger.purple-background {
  background-image: linear-gradient(#8909d826, #8909d826), url('../images/Ellipse-benifits.svg'), url('../images/Ellipse-hero-1.svg');
  background-position: 0 0, 0 53%, 100% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 280px 453px, 890px 911px;
}

.main-container {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-main-container {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 0;
  display: flex;
}

.hero-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-content-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 625px;
  margin-right: auto;
  padding-top: 15px;
  display: flex;
}

.hero-image-wrpper {
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-btn-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 25px;
  display: flex;
}

.trusted-by-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.hero-heading-wrapper {
  width: 100%;
}

.hero-element-one {
  z-index: 1;
  background-color: var(--white);
  transform-style: preserve-3d;
  border-radius: 7px;
  position: absolute;
  top: 100px;
  left: 80px;
  transform: translate3d(0, 0, 30px);
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.shadow-medium {
  box-shadow: 8px 0 30px 2px #d0d0eb5c;
}

.shadow-lite {
  box-shadow: 12px 0 37px 9px #d0d0eb36;
}

.shadow-dark {
  box-shadow: 4px 0 28px -11px #23263c42;
}

.hero-element-two {
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 7px;
  position: absolute;
  top: 320px;
  left: 30px;
  transform: none;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.hero-element-three {
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 270px;
  right: 10px;
  transform: none;
  box-shadow: 0 0 18px 9px #d0d0ebb0;
}

.hero-element-wrapper {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: clamp(80px, 10vw, 130px);
  height: clamp(80px, 10vw, 130px);
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  top: 10px;
  right: clamp(30px, 2vw, 70px);
  box-shadow: 0 0 18px 9px #d0d0eb36;
  container-type: inline-size;
}

.element-text {
  font-family: var(--font-family--secondary-font);
  font-size: 16cqw;
  font-weight: 700;
}

.benifits-container {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.benifits-container.fade-in-200ms {
  justify-content: flex-start;
  align-items: flex-start;
}

.subheading-wrapper {
  background-color: var(--secondary);
  color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.benefits-heading-wrapper {
  text-align: center;
  max-width: 1200px;
}

.benefits-cards-wrapper {
  grid-row-gap: min(52px, 3vw);
  grid-column-gap: min(52px, 3vw);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.benefits-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 53px 48px 52px;
  display: flex;
}

.benefits-card.shadow-lite {
  padding: 42px 36px;
}

.benefits-card-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.how-it-works-section {
  z-index: 0;
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  background-color: var(--color--light-purple);
  background-image: url('../images/how-it-works-bg_1how it works bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.how-it-works-container {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
  position: relative;
}

.how-it-works-container.fade-in-200ms {
  height: 100vh;
}

.how-it-works-image-wrapper {
  perspective: 1000px;
  position: relative;
}

.how-it-works-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 578px;
  height: 100%;
  display: flex;
}

.how-it-works-heading-wrapper {
  text-align: left;
  max-width: 660px;
}

.how-it-works-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 34px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.how-it-works-block.w--current {
  background-color: #fff;
}

.how-it-works-block.middle-block, .how-it-works-block.bottom-block {
  transform: none;
}

.how-it-works-block-inner-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 674px;
  display: flex;
}

.how-it-works-details-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.horizontal-line {
  background-image: linear-gradient(100deg, var(--color--purple), var(--color--blue));
  width: 18px;
  height: 3px;
}

.how-it-works-block-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.faq-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
}

.vertical-line {
  background-image: linear-gradient(100deg, var(--color--purple), var(--color--blue));
  width: 3px;
  height: 18px;
  margin-left: -10px;
  position: static;
}

.count-wrapper {
  background-image: linear-gradient(100deg, var(--color--purple), var(--color--blue) 65.13%);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.how-it-works-image {
  object-fit: contain;
  width: 380px;
  height: auto;
  max-height: 650px;
}

.how-it-works-hero-element-one {
  position: absolute;
  top: auto;
  bottom: 280px;
  left: 20px;
}

.how-it-works-hero-element-two {
  position: absolute;
  inset: auto 40px 20% auto;
}

.how-it-works-hero-element-three {
  border-radius: 10px;
  position: absolute;
  inset: 110px 20px auto auto;
}

.why-choose-us-section {
  z-index: 0;
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  position: relative;
  overflow: hidden;
}

.why-choose-us-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-choose-us-heading-wrapper {
  text-align: center;
  max-width: 670px;
}

.why-choose-us-wrapper {
  grid-column-gap: min(155px, 12vw);
  grid-row-gap: min(155px, 12vw);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.why-choose-us-content-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.why-choose-us-image-wrapper {
  perspective: 1000px;
}

.why-choose-us-image {
  object-fit: contain;
  width: 100%;
  max-width: 600px;
  height: 600px;
}

.why-choose-us-points-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-choose-us-point {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.why-choose-us-point-inner-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 413px;
  display: flex;
}

.why-choose-us-icon {
  margin-top: 10px;
}

.why-choose-us-btn-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.screenshots-section {
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  background-color: var(--color--light-purple);
  overflow: hidden;
}

.screenshots-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.screenshots-image-wrapper {
  max-width: 640px;
}

.screenshots-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 463px;
  display: flex;
}

.screenshots-heading-wrapper {
  text-align: left;
  max-width: 460px;
  margin-top: 10px;
}

.screenshots-points-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.screenshots-point-inner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--dark-blue);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trust-section {
  padding-top: 200px;
  padding-bottom: var(--spacing--desktop);
  background-image: url('../images/trust-section-bg_1trust section bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trust-container {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.trust-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.trust-figures-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.trust-heading-wrapper {
  flex: 420px;
}

.trust-para-wrapper {
  flex: 645px;
}

.trust-figures-inner-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--color--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.trust-figure {
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.download-section {
  z-index: 0;
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  position: relative;
  overflow: hidden;
}

.download-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.download-image-wrapper {
  perspective: 1000px;
  max-width: 586px;
}

.download-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 524px;
  display: flex;
}

.download-heading-wrapper {
  text-align: left;
  max-width: 524px;
  margin-top: 10px;
}

.download-points-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.download-btn-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.divider {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 0;
}

.our-network-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: -100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.network-logo-wrapper {
  background-color: var(--color--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 226px;
  height: 108px;
  display: flex;
}

.network-logo-wrapper.shadow-lite {
  width: 300px;
  height: 160px;
}

.network-logo {
  object-fit: fill;
}

.customers-section {
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  background-color: var(--color--light-purple);
  overflow: hidden;
}

.costomers-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customers-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.customers-slider-mask {
  max-width: 590px;
  overflow: visible;
}

.customers-slide {
  margin-right: 50px;
}

.customers-slide-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.customer-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 65px;
  display: flex;
}

.star-wrapper {
  grid-column-gap: 5.5px;
  grid-row-gap: 5.5px;
  display: flex;
}

.customer-card-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.customers-avatar-wrapper {
  background-image: linear-gradient(135deg, var(--color--purple), var(--color--blue));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 3px;
  display: flex;
}

.customer-avatar-image-wrapper {
  background-color: var(--color--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.customer-details-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-slider-nav {
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
  inset: auto 0% -80px;
}

.customer-slider-arrow {
  background-color: var(--color--white);
  color: var(--color--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  box-shadow: 8px 0 30px 2px #d0d0eb5c;
}

.customer-slider-arrow:hover {
  color: var(--color--white);
  background-image: linear-gradient(to right, #a966ff, #4a68ff);
}

.customer-slider-arrow.left {
  inset: -105px 67px auto auto;
}

.customer-slider-arrow.right {
  inset: -105px 0% auto auto;
}

.subscription-section {
  z-index: 0;
  padding-top: 140px;
  padding-bottom: var(--spacing--desktop);
  background-image: url('../images/subscription-bg_1subscription bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.subscription-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subscription-heading-wrapper {
  margin-top: 10px;
}

.subscription-para-wrapper {
  max-width: 500px;
}

.plan-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.recomended {
  background-color: var(--color--green);
  color: var(--color--white);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 127px;
  height: 79px;
  margin-top: -40px;
  padding-top: 11px;
  display: flex;
}

.subscription-card-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subscription-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--white);
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 45px;
  display: flex;
}

.subscription-card.premium {
  margin-top: -38px;
}

.subscription-card-divider {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.subscription-points-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.subscription-point-inner-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color--dark-blue);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subscription-icon {
  width: 15px;
  height: 15px;
  margin-top: 7px;
}

.subscription-icon-wrapper {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 15px;
}

.subscribe-button-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.team-section {
  padding-top: var(--spacing--desktop);
  padding-bottom: 100px;
  overflow: hidden;
}

.team-container {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.team-heading-info-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-subheading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 500px;
  align-items: flex-start;
  display: flex;
}

.team-para-wrapper {
  flex: 550px;
}

.team-heading-wrapper {
  width: 100%;
  max-width: 525px;
}

.team-slider {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 60px;
}

.team-slider-mask {
  max-width: 286px;
  height: auto;
  overflow: visible;
}

.team-slide {
  margin-right: 45px;
}

.team-slide-inner-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.team-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 35px 30px;
  display: flex;
}

.team-card-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-avatar-wrapper {
  width: 220px;
  height: 220px;
}

.team-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.team-social-link {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: transform .3s;
}

.team-social-link:hover {
  transform: translate(0, -5px);
}

.team-details-wrapper {
  color: var(--color--dark-blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.team-slider-navigation {
  justify-content: center;
  align-items: center;
  height: 15px;
  padding-top: 0;
  font-size: 11px;
  display: flex;
  inset: auto 0% -45px;
}

.get-in-touch-section {
  z-index: 0;
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  background-image: url('../images/get-in-touch-bg_1get in touch bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.get-in-touch-container {
  width: 100%;
}

.get-in-touch-card {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  display: flex;
}

.get-in-touch-card-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 385px;
  align-items: flex-start;
  display: flex;
}

.get-in-touch-form-container {
  flex: 400px;
}

.get-in-touch-contact-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.get-in-touch-contact-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.get-in-touch-icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color--grey);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.get-in-touch-contact-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.get-in-touch-feild-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.getin-touch-submit-wrapper {
  width: 109px;
  height: 60px;
  margin-top: 30px;
}

.get-in-touch-input {
  border: 1.5px solid #8a91b13d;
  border-radius: 6px;
  height: 58px;
  margin-bottom: 0;
  padding-left: 48px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .3s ease-in-out;
}

.get-in-touch-input:focus {
  color: var(--color--dark-blue);
  border-color: #8a91b199;
  box-shadow: 0 12px 37px 9px #d0d0eb21;
}

.get-in-touch-input::placeholder {
  color: var(--color--grey);
}

.get-in-touch-input.comments-field {
  height: auto;
  min-height: 200px;
  padding: 15px 20px;
}

.get-in-touch-form-icon {
  object-fit: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 19px;
}

.get-in-touch-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta-section {
  background-image: url('../images/access-bg_1access bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
}

.cta-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.cta-btn-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cta-ios-btn-wrapper {
  width: 255px;
  height: 60px;
}

.cta-android-btn-wrapper {
  width: 254px;
  height: 60px;
}

.download-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--color--grey);
  background-color: var(--color--white);
  font-family: var(--font-family--secondary-font);
  color: var(--color--dark-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.cta-image-wrapper {
  width: 450px;
  height: 450px;
}

.cta-image {
  object-fit: contain;
  width: 100%;
  max-width: 450px;
  height: 100%;
}

.cta-container-inner-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 130px;
  display: flex;
}

.faq-section {
  z-index: 0;
  padding-top: var(--spacing--desktop);
  padding-bottom: var(--spacing--desktop);
  position: relative;
  overflow: hidden;
}

.faq-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  display: flex;
}

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

.faq-block {
  background-color: var(--color--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 30px 40px 45px;
  display: inline-block;
  box-shadow: 8px 0 30px 2px #d0d0eb5c;
}

.faq-block.w--current {
  background-color: #ddd0;
}

.faq-content-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 674px;
  display: flex;
}

.faq-details-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.faq-blocks-container {
  width: 100%;
}

.faq-para {
  padding-top: 10px;
}

.faq-blocks-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  column-count: 2;
  flex-flow: column wrap;
  column-gap: 30px;
  display: block;
}

.footer {
  background-color: var(--color--light-purple);
  padding-top: 120px;
  padding-bottom: 50px;
  overflow: visible;
}

.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-divider {
  background-color: var(--color--grey);
  width: 100%;
  height: 1px;
  margin-top: 70px;
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo-clm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-clm {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-cta-clm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  vertical-align: baseline;
  height: 40px;
  display: inline-block;
}

.footer-info-wrapper {
  max-width: 436px;
}

.footer-social-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 0;
  display: flex;
}

.footer-social-link {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: transform .3s;
}

.footer-social-link:hover {
  transform: translate(0, -5px);
}

.footer-nav-clm-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.copyright-clm {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.copyright-links-divider {
  background-color: var(--color--grey);
  width: 1px;
  height: 15px;
}

.get-in-touch-icon {
  width: 48px;
  height: 48px;
}

.team-slider-arrow-wrapper {
  display: none;
}

.hero-image {
  z-index: -1;
  object-fit: contain;
  width: 385px;
  height: auto;
  max-height: 650px;
  position: relative;
}

.rotate-in-negative-y {
  transform-style: preserve-3d;
  transform: rotateX(5deg)rotateY(-20deg)rotateZ(5deg);
}

.animation-classes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.rotate-in-positive-y {
  transform-style: preserve-3d;
  transform: rotateX(5deg)rotateY(25deg)rotateZ(-6deg);
}

.widget-shadow {
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.how-it-works-widget {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: 200px auto auto -30px;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.widget-icon {
  width: 22px;
  height: 22px;
}

.widget-shadow-dark {
  box-shadow: 0 0 8px 4px #d0d0ebb3;
}

.why-us-widget-one {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 240px -80px;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.why-us-widget-two {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto 20px 30px auto;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.why-us-widget-three {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 180px calc(30px + -1 * min(2vw, 144px)) auto auto;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.why-us-widget-image {
  object-fit: contain;
  width: clamp(120px, 10vw, 180px);
  height: clamp(120px, 10vw, 180px);
}

.screenshot-columns-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  height: 900px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screenshot-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.screenshot-column.second-column {
  justify-content: flex-end;
}

.screenshot-image {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 16px;
  flex: none;
  width: 100%;
  height: 375px;
}

.screenshot-top-gradient {
  background-image: linear-gradient(#f6f8ff, #f6f8ff00);
  width: 100%;
  height: 20%;
  position: absolute;
}

.screenshot-bottom-gradient {
  background-image: linear-gradient(#f6f8ff00, #f6f8ff);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.screenshot-column-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.screenshot-column-wrapper.second-column {
  justify-content: flex-end;
  padding-bottom: 90px;
}

.screenshot-column-wrapper.first-column {
  padding-top: 90px;
}

.how-it-works-sticky-image-wrapper {
  position: sticky;
  top: 120px;
}

.button-bg-gradient {
  z-index: -1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--tertiary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: -1%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-bg-gradient:hover {
  background-color: var(--hover-colour);
}

.our-network-rows-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: auto;
  display: flex;
}

.our-network-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  display: flex;
}

.netwrok-gradient-left {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.netwrok-gradient-right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.download-image {
  object-fit: contain;
  height: 650px;
}

.download-image.rotate-in-negative-y {
  transform: none;
}

.download-image-element {
  border-radius: 10px;
  position: absolute;
  inset: 100px auto auto -20px;
}

.download-widget-one {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto clamp(10px, 3vw, 30px) 240px auto;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.download-widget-two {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 20px 120px auto;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.download-widget-three {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--color--dark-blue);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 260px auto auto -50px;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

.download-widget-image {
  object-fit: contain;
  width: clamp(80px, 15vw, 230px);
}

.btn-image {
  width: 20px;
  height: 20px;
}

.secondary-button-bg-gradient {
  z-index: -1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(100deg, var(--color--purple), var(--color--blue) 65.13%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.secondary-btn-wrapper {
  z-index: 1;
  background-color: var(--color--grey);
  border-radius: 11px;
  padding: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link {
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.nav-link:hover {
  background-image: linear-gradient(to bottom, var(--tertiary), var(--tertiary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a966ff, #4a68ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link.w--current:hover {
  background-image: linear-gradient(90deg, #a966ff, #4a68ff);
}

.lightbox-link {
  text-decoration: none;
}

.submit-button {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  background-image: linear-gradient(to bottom, var(--tertiary), var(--tertiary));
  font-family: var(--font-family--secondary-font);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  background-image: linear-gradient(to bottom, var(--hover-colour), var(--hover-colour));
}

.customer-slider-arrow-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--white);
  background-image: url('../images/Ellipse-hero-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50% 80%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 200px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.get-in-touch-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.widget-text {
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.checkmark {
  width: 26px;
  height: 26px;
}

.faq-para-wrapper {
  overflow: hidden;
}

.nav-overlay {
  display: none;
}

.nav-shadow-and-bg {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 8px 0 30px 2px #d0d0eb5c;
}

.anchor-div {
  z-index: -1;
  width: 100%;
  height: calc(100% + 90px);
  position: absolute;
  inset: 0% 0% auto;
  transform: none;
}

.anchor-div.without-transform {
  inset: auto 0% 0%;
  transform: none;
}

.anchor-div.bottom {
  inset: auto 0% 0%;
}

._404-widget {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  box-shadow: none;
  background-color: #fff0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 130%;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto -10% auto auto;
  container-type: inline-size;
}

._404-image-wrpper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 260px;
  display: flex;
  position: relative;
}

._404-image {
  z-index: -1;
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 550px;
  position: relative;
}

._404-element-one {
  z-index: 1;
  background-color: var(--white);
  border-radius: 7px;
  position: absolute;
  inset: 10% auto auto 5%;
  box-shadow: 0 0 18px 9px #d0d0eb36;
}

._404-element-two {
  z-index: 1;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto -2% 10% auto;
  box-shadow: 0 0 18px 9px #d0d0eb33;
}

._404-widget-image {
  width: 100%;
  height: 100%;
}

._404-text-wrpper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  display: flex;
}

._404-heading-para-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-family: var(--font-family--base-font);
  flex-flow: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  display: flex;
}

.kiiwio-link {
  color: var(--color--grey);
  text-decoration: none;
  transition: all .3s;
}

.kiiwio-link:hover {
  background-image: linear-gradient(90deg, var(--color--purple), var(--color--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-bottom-link {
  color: var(--color--grey);
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-bottom-link:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a966ff, #4a68ff);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.get-in-touch-success-message-container {
  background-color: var(--white);
  border: 1.5px solid #8a91b13d;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 40px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .3s ease-in-out;
}

.get-in-touch-success-message-container:focus {
  color: var(--color--dark-blue);
  border-color: #8a91b199;
  box-shadow: 0 12px 37px 9px #d0d0eb21;
}

.get-in-touch-success-message-container::placeholder {
  color: var(--color--grey);
}

.get-in-touch-success-message-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--color--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkmark-lottie-wrapper {
  background-image: linear-gradient(135deg, var(--color--blue), #6767ff 10%, #6e67ff 30%, var(--color--purple));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.success-lottie {
  width: 60px;
  height: 60px;
}

.error-message {
  color: var(--color--dark-blue);
}

.style-guide {
  padding: 180px 30px var(--spacing--desktop);
  grid-row-gap: 120px;
  color: var(--color--dark-blue);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.style-guide-breadcrumb {
  grid-row-gap: 30px;
  text-align: center;
  background-color: #f5f8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 30px;
  display: flex;
}

.style-block-heading {
  font-family: var(--font-family--base-font);
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.style-guide-container {
  grid-column-gap: 75px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.style-guide-navigation-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 275px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.style-nav-wrapper {
  border: 1px solid #8a91b159;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.style-nav-heading-wrapper {
  grid-column-gap: 10px;
  background-color: #f5f8ff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.style-nav-heading {
  color: var(--color--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.style-nav-content-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.style-nav-link {
  color: var(--color--dark-blue);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  transition: all .3s;
}

.style-nav-link.w--current {
  letter-spacing: .7px;
  font-weight: 600;
}

.style-guide-content-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.style-colors-block-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.style-block-content-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.style-guide-text-item {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.style-guide-heading-description {
  color: var(--color--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.color-style-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.bg-color-wrapper {
  border: 1px solid var(--color--dark-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.bg-color-black {
  background-color: var(--black);
}

.color-style-block-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-text {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.inherit {
  width: inherit;
  height: inherit;
}

.bg-color-white {
  background-color: var(--color--white);
}

.bg-color-dark-blue {
  background-color: var(--color--dark-blue);
}

.bg-color-grey {
  background-color: var(--color--grey);
}

.bg-color-light-purple {
  background-color: var(--color--light-purple);
}

.bg-color-green {
  background-color: var(--color--green);
}

.bg-color-purple {
  background-color: var(--color--purple);
}

.bg-color-blue {
  background-color: var(--color--blue);
}

.special-class-wrapper {
  border: 5px solid var(--color--light-purple);
  background-color: var(--color--light-purple);
  outline-color: var(--color--dark-blue);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dashed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.special-class-block-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color--dark-blue);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.shadow-styles-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px 30px;
  text-decoration: none;
  display: grid;
}

.style-nav-links-wrapper {
  border: 1px solid #8a91b159;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 180px;
}

.template-utility-block-wrapper {
  border: 1px solid #8a91b159;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.template-utility-block-content-wrapper {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.style-guide-breadcrumb-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.teplate-utility-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.link-animation-wrapper {
  transition: all .2s ease-in-out;
}

.style-block-heading-wrapper {
  grid-column-gap: 10px;
  background-color: #f5f8ff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
}

.buy-now-link {
  z-index: 3;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .2px;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  height: 30px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 52px;
  right: 12px;
  box-shadow: 0 1px 3px #0000001a, 0 0 0 1px #0000001a;
}

.text-block {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.cart-icon {
  color: #136af3;
  margin-top: -1px;
}

.cart-icon-embed {
  width: 28px;
  height: 20px;
  display: flex;
}

.background-video {
  height: 95vh;
  margin-top: 110px;
}

.container {
  aspect-ratio: auto;
  display: flex;
}

.div-block {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  font-size: 72px;
  inset: 0%;
}

.div-block-2 {
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-top: 128px;
  font-size: 60px;
  position: static;
}

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

.button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: .5px solid #0ef;
  border-radius: 50px;
  padding: 15px 25px;
  text-decoration: none;
}

.pause {
  width: 25px;
  height: 25px;
}

.text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.play-pause-button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: .5px solid #0ef;
  border-radius: 60px;
  padding: 20px;
}

.play {
  width: 25px;
  height: 25px;
}

.video-section {
  height: 100vh;
}

.container-2 {
  grid-row-gap: 12px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  margin-top: 16px;
}

.bold-text {
  font-size: 24px;
  font-weight: 400;
}

.bold-text._30px {
  font-size: 32px;
}

.bold-text-2 {
  font-size: 64px;
}

.section {
  background-color: #57266966;
  height: 100vh;
}

.footer-dark {
  background-color: var(--primary);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -11px;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 56px;
  display: flex;
}

.paragraph-3 {
  color: var(--black);
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.bold-text-3, .bold-text-4 {
  color: var(--color--dark-blue);
}

.heading-02 {
  text-align: left;
  font-size: 48px;
}

.heading-02.h3 {
  font-size: 36px;
}

.section-2 {
  margin-top: 64px;
  margin-bottom: 164px;
}

.image {
  margin-top: -190px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 100%;
}

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

.section-3 {
  background-color: var(--color--light-purple);
  width: 100vw;
  height: 90vh;
}

.div-block-4 {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 1.5;
}

.container-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--hover-colour);
  margin-top: -164px;
  margin-bottom: auto;
}

.link {
  color: var(--white);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav-logo-mobile {
    width: 200px;
    height: 44px;
    display: block;
  }

  .nav-menu-wrapper {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  .bottom-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .navbar {
    z-index: 500;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-logo-wrapper {
    display: block;
  }

  .nav-logo-white {
    display: none;
  }

  .menu-icon {
    width: 30px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .top-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .brand {
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

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

  .middle-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5px;
  }

  .nav-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .overlay {
    z-index: 1;
    background-color: #000000b3;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-animation {
    grid-row-gap: 8px;
    width: 30px;
    height: 30px;
    display: none;
  }

  .nav-menu {
    z-index: 280;
    background-color: #fff;
    width: 60%;
    height: 100vh;
    max-height: 100vh;
    padding: 60px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-container {
    align-items: center;
    max-width: 100%;
  }

  .hero-section {
    padding-top: 180px;
    padding-bottom: var(--spacing--tablet);
    grid-row-gap: 100px;
  }

  .hero-section.mouse-move-over-interaction-trigger {
    padding-top: 0;
  }

  .main-container {
    max-width: 700px;
  }

  .hero-main-container {
    grid-row-gap: 100px;
    margin-top: 0;
  }

  .hero-container {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 2;
    max-width: 100%;
    padding-top: 0;
  }

  .hero-image-wrpper {
    order: 1;
  }

  .hero-element-wrapper {
    width: 130px;
    height: 130px;
  }

  .benifits-container {
    margin-top: 60px;
  }

  .benefits-cards-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr 1fr;
  }

  .how-it-works-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
    overflow: hidden;
  }

  .how-it-works-container {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .how-it-works-image-wrapper.movement-wrapper {
    margin-top: -24px;
  }

  .how-it-works-content-wrapper {
    order: -1;
    max-width: none;
  }

  .how-it-works-heading-wrapper {
    max-width: none;
  }

  .how-it-works-block {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
  }

  .how-it-works-block.top-block {
    position: static;
  }

  .how-it-works-block-wrapper {
    margin-top: 30px;
    position: static;
  }

  .why-choose-us-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .why-choose-us-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 90px;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .why-choose-us-content-wrapper {
    grid-row-gap: 60px;
    justify-content: center;
    width: 100%;
  }

  .why-choose-us-points-wrapper {
    grid-row-gap: 45px;
    width: 100%;
  }

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

  .why-choose-us-point-inner-wrapper {
    width: 100%;
    max-width: none;
  }

  .screenshots-section {
    padding-top: 75px;
    padding-bottom: var(--spacing--tablet);
  }

  .screenshots-container {
    flex-direction: column;
  }

  .screenshots-image-wrapper {
    width: 100%;
    max-width: none;
    max-height: 700px;
  }

  .screenshots-content-wrapper {
    order: -1;
    width: 100%;
  }

  .screenshots-heading-wrapper {
    max-width: none;
  }

  .trust-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .trust-container {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .trust-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-figures-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
  }

  .trust-heading-wrapper {
    flex: 0 auto;
    max-width: none;
  }

  .trust-para-wrapper {
    flex: 0 auto;
  }

  .trust-figure {
    font-size: 40px;
    line-height: 46px;
  }

  .download-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .download-wrapper {
    grid-row-gap: 90px;
    flex-direction: column-reverse;
  }

  .download-image-wrapper {
    justify-content: center;
    max-width: 100%;
    display: flex;
  }

  .download-content-wrapper {
    order: 1;
    width: 100%;
  }

  .download-heading-wrapper {
    max-width: none;
  }

  .divider {
    margin-top: 90px;
    margin-bottom: 80px;
  }

  .network-logo-wrapper.shadow-lite {
    width: 200px;
    height: 120px;
  }

  .customers-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .customers-slider {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .customers-slide-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .customer-slider-nav {
    height: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    inset: auto 0% 0%;
  }

  .customer-slider-arrow.left {
    display: none;
    inset: -70px 67px auto auto;
  }

  .customer-slider-arrow.right {
    display: none;
    inset: -70px 0 auto auto;
  }

  .subscription-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .subscription-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .plan-wrapper {
    flex-wrap: wrap;
    margin-top: 45px;
  }

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

  .subscription-card {
    align-items: stretch;
  }

  .subscribe-button-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .team-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: 60px;
  }

  .team-container {
    overflow: visible;
  }

  .team-heading-info-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-subheading-wrapper {
    flex: 0 auto;
  }

  .team-para-wrapper {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .team-heading-wrapper {
    max-width: none;
  }

  .team-slider-mask {
    max-width: 46%;
  }

  .get-in-touch-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .get-in-touch-card {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    padding: 60px;
  }

  .get-in-touch-card-content-wrapper {
    align-items: flex-start;
    max-width: none;
  }

  .get-in-touch-form-container {
    max-width: 100%;
  }

  .get-in-touch-para-wrapper {
    max-width: none;
  }

  .get-in-touch-contact-wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 15px;
  }

  .get-in-touch-contact-box, .get-in-touch-icon-wrapper {
    width: 100%;
  }

  .get-in-touch-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-section {
    padding-top: var(--spacing--tablet);
  }

  .cta-container {
    grid-row-gap: 75px;
    flex-direction: column;
    align-items: center;
  }

  .cta-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .cta-image {
    object-fit: contain;
    max-width: none;
    max-height: 430px;
  }

  .cta-container-inner-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .faq-section {
    padding-top: var(--spacing--tablet);
    padding-bottom: var(--spacing--tablet);
  }

  .faq-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .faq-block {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    margin-bottom: 0;
  }

  .faq-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 1;
    display: flex;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .footer-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 75px;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-divider {
    margin-top: 0;
  }

  .copyright-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .footer-logo-clm {
    order: 1;
    width: 100%;
  }

  .footer-info-wrapper {
    max-width: none;
  }

  .footer-social-wrapper {
    margin-top: 0;
  }

  .footer-nav-clm-wrapper {
    justify-content: flex-start;
  }

  .why-us-widget-three {
    right: -60px;
  }

  .why-us-widget-image {
    width: 180px;
    height: 180px;
  }

  .screenshot-columns-wrapper {
    height: 700px;
  }

  .download-widget-one {
    right: -30px;
  }

  .download-widget-image {
    width: 230px;
  }

  .nav-link, .nav-link.mobile-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .utility-page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .utility-page-content {
    padding-top: 160px;
    padding-bottom: var(--spacing--tablet);
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
  }

  .nav-overlay {
    z-index: 1;
    background-color: #0009;
    width: 100%;
    height: calc(100% + 60px);
    display: none;
    position: fixed;
    inset: 0%;
  }

  ._404-image-wrpper {
    order: 1;
    display: none;
  }

  ._404-text-wrpper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    max-width: 475px;
  }

  ._404-heading-para-wrapper {
    text-align: center;
  }

  .style-guide {
    padding-top: 140px;
  }

  .style-guide-breadcrumb {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-guide-navigation-left {
    display: none;
  }

  .style-colors-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .color-style-block {
    max-width: none;
  }

  .paragraph-2.xheight {
    text-align: center;
    max-width: 640px;
    line-height: 1.2;
  }

  .bold-text-2.xheight {
    line-height: 1.1;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 76px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .nav-logo-mobile {
    object-fit: cover;
    width: 200px;
    height: 64px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    height: 90%;
  }

  .navbar {
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    max-width: 150px;
  }

  .nav-menu {
    width: 80%;
    padding: 40px;
  }

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

  .hero-section {
    padding-top: 120px;
    padding-bottom: var(--spacing--phone);
    grid-row-gap: 70px;
  }

  .hero-main-container {
    grid-row-gap: 90px;
  }

  .hero-content-wrapper {
    grid-row-gap: 20px;
  }

  .hero-image-wrpper {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .hero-btn-container {
    margin-top: 15px;
  }

  .trusted-by-content-wrapper {
    margin-top: 10px;
  }

  .hero-element-wrapper {
    padding: 3vw 5vw;
    top: 2%;
    right: 0%;
  }

  .benifits-container {
    grid-row-gap: 15px;
  }

  .benefits-cards-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .benefits-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 20px;
  }

  .benefits-card-content-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .how-it-works-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .how-it-works-container.fade-in-200ms {
    justify-content: flex-start;
    align-items: center;
  }

  .how-it-works-image-wrapper.movement-wrapper {
    margin-top: -72px;
  }

  .how-it-works-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    order: 1;
  }

  .how-it-works-block {
    padding: 25px;
  }

  .how-it-works-image {
    padding-bottom: 72px;
  }

  .why-choose-us-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .why-choose-us-container {
    grid-row-gap: 15px;
  }

  .why-choose-us-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 300px;
    display: flex;
  }

  .why-choose-us-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .why-choose-us-points-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .screenshots-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .screenshots-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .screenshots-points-wrapper {
    margin-bottom: 20px;
  }

  .trust-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .trust-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .trust-figures-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  .download-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .download-wrapper {
    grid-row-gap: 75px;
  }

  .download-image-wrapper {
    width: 100%;
    max-width: 300px;
  }

  .download-btn-container {
    flex-wrap: wrap;
  }

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

  .network-logo-wrapper {
    width: 150px;
    height: 70px;
  }

  .network-logo {
    object-fit: contain;
    width: 60%;
    height: 45%;
  }

  .customers-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .costomers-container {
    grid-row-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .customers-slider {
    margin-top: 30px;
  }

  .customers-slider-mask {
    width: 100%;
    height: auto;
  }

  .customer-card {
    padding: 30px;
  }

  .subscription-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .plan-wrapper {
    grid-row-gap: 45px;
  }

  .subscription-card {
    height: auto;
    padding: 30px;
  }

  .subscription-points-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .team-section {
    padding-top: var(--spacing--phone);
    padding-bottom: 60px;
  }

  .team-heading-info-wrapper, .team-subheading-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .team-slider-mask {
    max-width: none;
  }

  .team-slide {
    margin-right: 0;
  }

  .team-slide-inner-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-avatar-wrapper {
    width: 160px;
    height: 160px;
  }

  .get-in-touch-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
  }

  .get-in-touch-card {
    grid-row-gap: 45px;
    flex-wrap: wrap;
  }

  .get-in-touch-card-content-wrapper {
    grid-row-gap: 15px;
  }

  .get-in-touch-contact-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .get-in-touch-form {
    grid-row-gap: 20px;
  }

  .cta-section {
    padding-top: var(--spacing--phone);
  }

  .cta-container {
    grid-row-gap: 60px;
  }

  .cta-btn-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta-image-wrapper {
    justify-content: flex-end;
  }

  .cta-image {
    max-height: 300px;
  }

  .cta-container-inner-wrapper {
    grid-row-gap: 30px;
  }

  .faq-section {
    padding-top: var(--spacing--phone);
    padding-bottom: var(--spacing--phone);
    text-align: center;
  }

  .faq-block {
    padding: 25px;
  }

  .faq-blocks-container {
    text-align: left;
  }

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

  .footer-wrapper {
    grid-row-gap: 60px;
  }

  .footer-logo-clm {
    order: -1;
  }

  .hero-image {
    width: 90%;
    max-width: 380px;
    height: auto;
  }

  .animation-classes {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .why-us-widget-one {
    left: -10vw;
  }

  .why-us-widget-three {
    padding: 3vw;
    top: 15vw;
    right: -8vw;
  }

  .why-us-widget-image {
    width: auto;
    max-width: 30vw;
    height: auto;
  }

  .netwrok-gradient-left {
    height: 150px;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0% auto 0% 0%;
  }

  .netwrok-gradient-right {
    height: 150px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .download-image {
    width: 100%;
    height: auto;
  }

  .download-image-element {
    width: 35px;
    height: 35px;
  }

  .download-widget-one {
    bottom: 170px;
  }

  .download-widget-two {
    bottom: 20px;
    right: 90px;
  }

  .utility-page-content {
    padding-top: 120px;
    padding-bottom: var(--spacing--phone);
  }

  .anchor-div {
    height: calc(100% + 75px);
    transform: translate(0, -75px);
  }

  ._404-image-wrpper {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  ._404-image {
    width: 90%;
    max-width: 380px;
    height: auto;
  }

  ._404-text-wrpper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  ._404-heading-para-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    font-size: 20px;
    line-height: 34px;
  }

  .get-in-touch-success-message-container {
    padding: 20px;
  }

  .style-guide {
    grid-row-gap: 90px;
  }

  .style-guide-breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-block-heading {
    font-size: 38px;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 75px;
  }

  .style-colors-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .teplate-utility-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .background-video {
    margin-top: 76px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 32px;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .paragraph-4 {
    width: 480px;
  }
}

@media screen and (max-width: 479px) {
  .primary-button {
    padding: 15px 22px;
  }

  .secondary-btn {
    width: 100%;
    padding: 13px 20px;
  }

  .menu-icon {
    height: 23px;
  }

  .nav-menu {
    max-height: 100vh;
    padding: 30px;
    display: block;
    position: fixed;
  }

  .logo {
    margin-top: 2px;
  }

  .hero-main-container {
    grid-row-gap: 75px;
  }

  .hero-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-content-wrapper {
    align-items: stretch;
  }

  .hero-image-wrpper {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }

  .hero-btn-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
  }

  .hero-element-one {
    width: 40px;
    height: 40px;
    top: 140px;
    left: 30px;
  }

  .hero-element-two {
    width: 35px;
    height: 35px;
    top: 270px;
    left: 10px;
  }

  .hero-element-three {
    top: 65%;
  }

  .hero-element-wrapper {
    width: 30vw;
    height: auto;
    top: 2vw;
    right: 4vw;
  }

  .element-text {
    width: 100%;
    font-size: 14cqw;
    line-height: 22cqw;
  }

  .benifits-container {
    margin-top: 30px;
  }

  .benefits-cards-wrapper {
    margin-top: 40px;
  }

  .how-it-works-container.fade-in-200ms {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .how-it-works-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 65vw;
    display: flex;
  }

  .how-it-works-image-wrapper.movement-wrapper {
    height: 100%;
  }

  .how-it-works-content-wrapper {
    height: auto;
  }

  .how-it-works-heading-wrapper {
    margin-top: 64px;
    margin-bottom: -32px;
  }

  .how-it-works-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .count-wrapper {
    min-width: 30px;
  }

  .how-it-works-image {
    object-fit: fill;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin-top: -72px;
    padding-bottom: 0;
  }

  .how-it-works-hero-element-one {
    width: 35px;
    height: 35px;
    inset: 8vw auto auto 2vw;
  }

  .how-it-works-hero-element-two {
    width: 35px;
    height: 35px;
    bottom: -3vw;
    right: 10vw;
  }

  .how-it-works-hero-element-three {
    width: 35px;
    height: 35px;
    inset: auto -3vw 50vw auto;
  }

  .why-choose-us-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 75px;
    margin-top: 60px;
  }

  .why-choose-us-image-wrapper {
    max-width: 260px;
  }

  .why-choose-us-image {
    max-width: 100%;
  }

  .why-choose-us-points-wrapper {
    grid-row-gap: 40px;
  }

  .why-choose-us-point {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    max-width: 100%;
  }

  .why-choose-us-point-inner-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: none;
  }

  .why-choose-us-icon {
    margin-top: 0;
  }

  .why-choose-us-btn-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .screenshots-image-wrapper {
    aspect-ratio: auto;
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .screenshots-content-wrapper {
    order: 1;
    width: 100%;
  }

  .screenshots-points-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .screenshots-point-inner-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .checkmark-wrapper {
    flex: none;
  }

  .download-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .download-image-wrapper {
    max-width: 250px;
  }

  .download-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .download-points-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .download-btn-container {
    flex-direction: column;
    width: 100%;
  }

  .our-network-wrapper {
    margin-bottom: -70px;
    padding-bottom: 70px;
  }

  .network-logo {
    object-fit: contain;
    height: 80%;
  }

  .customer-details-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .customers-avatar-wrapper {
    background-image: linear-gradient(135deg, var(--color--purple), var(--color--blue));
  }

  .subscription-icon-wrapper {
    min-width: 26px;
  }

  .team-slide-inner-wrapper {
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .get-in-touch-card {
    padding: 45px 30px;
  }

  .get-in-touch-contact-wrapper {
    grid-row-gap: 30px;
  }

  .get-in-touch-icon-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .get-in-touch-contact-details {
    flex: 180px;
  }

  .getin-touch-submit-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .cta-btn-container {
    grid-row-gap: 15px;
  }

  .cta-image-wrapper, .cta-image {
    max-width: 100%;
  }

  .footer-nav-clm-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .copyright-clm {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-image {
    width: 90%;
    max-width: 260px;
    height: auto;
  }

  .animation-classes {
    grid-template-columns: 1fr;
  }

  .how-it-works-widget {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding: 3vw;
    top: 31vw;
    left: -4vw;
  }

  .widget-icon {
    width: 5vw;
    height: 5vw;
  }

  .why-us-widget-one {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    border-radius: 3vw;
  }

  .why-us-widget-two {
    border-radius: 3vw;
  }

  .why-us-widget-three {
    border-radius: 4vw;
    padding: 4vw;
    right: -5vw;
  }

  .why-us-widget-image {
    max-width: 35vw;
  }

  .screenshot-columns-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .screenshot-column.first-column, .screenshot-column.second-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .screenshot-image {
    height: 195px;
  }

  .screenshot-column-wrapper.second-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .screenshot-column-wrapper.first-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .how-it-works-sticky-image-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .download-image-element {
    left: -2vw;
  }

  .download-widget-one {
    border-radius: 2vw;
    height: auto;
    padding: 14px;
    bottom: 30%;
    right: -1vw;
  }

  .download-widget-three {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 2vw;
    padding: 10px;
    top: 40%;
    left: -4vw;
  }

  .download-widget-image {
    width: 50vw;
  }

  .lightbox-link, .submit-button {
    width: 100%;
  }

  .utility-page-content {
    padding-top: 140px;
  }

  .widget-text {
    font-size: 3vw;
    line-height: 4vw;
  }

  .checkmark {
    margin-top: 5px;
  }

  .screenshots-btn-wrapper {
    width: 100%;
  }

  ._404-widget {
    width: 110%;
    right: -5%;
  }

  ._404-image-wrpper {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }

  ._404-image {
    width: 90%;
    max-width: 260px;
    height: auto;
  }

  ._404-element-one {
    width: 40px;
    height: 40px;
  }

  .style-guide {
    grid-row-gap: 75px;
  }

  .style-guide-container {
    justify-content: center;
    align-items: flex-start;
  }

  .style-guide-container.with-cutome-css {
    width: calc(100% + 60px);
  }

  .style-colors-block-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    text-align: center;
    margin-top: 70px;
  }

  .container-2 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .paragraph-2.xheight {
    margin-top: 8px;
  }

  .bold-text._30px {
    font-size: 24px;
    line-height: 1.4;
  }

  .bold-text-2.xheight {
    font-size: 40px;
  }

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

  .footer-divider-2 {
    margin-top: 32px;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 40px;
  }

  .heading-02.h3.decrease-size._2 {
    font-size: 30px;
  }

  .heading-02.decrease-size {
    font-size: 36px;
  }

  .image {
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    width: auto;
    max-width: 100%;
  }

  .paragraph-4 {
    width: 300px;
  }

  .heading-3 {
    margin-top: -248px;
  }
}

#w-node-e0722dd2-3bd7-180a-2142-55ddc8368ef0-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368ef9-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f02-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f0b-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f14-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f1d-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f26-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f2f-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f38-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f41-b7ac73de, #w-node-e0722dd2-3bd7-180a-2142-55ddc8368f4a-b7ac73de, #w-node-dd7e963a-75c6-874c-6eca-5f1a34b47b2d-b7ac73de, #w-node-dd7e963a-75c6-874c-6eca-5f1a34b47b36-b7ac73de, #w-node-dd7e963a-75c6-874c-6eca-5f1a34b47b41-b7ac73de, #w-node-_3b3eac75-7480-c1c2-6a0d-701c77357b5b-a45b357b, #w-node-_3b3eac75-7480-c1c2-6a0d-701c77357b64-a45b357b, #w-node-_3b3eac75-7480-c1c2-6a0d-701c77357b6f-a45b357b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


