:root {
  --hero: #191f29;
  --black: #333;
  --928365: #928365;
  --grib-goud: #d6b374;
  --blue: #2311e5;
  --alley-component-library--gray--900: #131316;
  --dark-goldenrod: #9e8743;
  --alley-component-library--gray--0: white;
  --alley-component-library--neutral--white: white;
  --alley-component-library--blue--900: #5167f6;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--foreground-disabled: #98a1b3;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library--border-default: rgba(0, 0, 0, .16);
  --spark-library--black: black;
  --spark-library--light-steel-purple: #a695fb;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --spark-library--foreground-inverse-secondary: rgba(255, 255, 255, .9);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-center {
  background-color: var(--hero);
  border: 0 #000;
  padding: 80px 30px 34px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  text-align: left;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 70px;
  transition: word-spacing .45s;
  transform: none;
}

.hero-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px.paragraph---pt-module {
  color: var(--black);
}

.button-primary-2 {
  background-color: var(--928365);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.button-pt-module.button-yoga-module-1 {
  background-color: var(--928365);
}

.button-primary-2.button-pt-module-copy {
  float: none;
  clear: both;
  background-color: var(--grib-goud);
  text-align: center;
  margin-top: 34px;
  margin-left: 564px;
  margin-right: 406px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shadow-two {
  max-width: 110%;
  border-radius: 0;
  overflow: visible;
}

.features-metrics {
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px #000;
  padding: 29px 30px 21px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.logos-quote-divider {
  border: 0 #000;
  padding: 31px 30px 55px;
  display: none;
  position: relative;
}

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clients-quote-two {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #292929;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.clients-divider {
  width: 90%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.section {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 113px;
  padding-bottom: 63px;
}

.title {
  margin-bottom: 20px;
  margin-left: 23px;
  padding-right: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 67px;
}

.list-wrapper {
  margin-top: 28px;
}

.list-block {
  align-items: flex-start;
  margin-bottom: 11px;
  display: flex;
}

.image-wrapper.relative {
  position: relative;
}

.image-6 {
  height: 250px;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
}

.bullet-block {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.row-wrapper {
  margin-bottom: 100px;
}

.container-3 {
  max-width: 1216px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

._2-column {
  grid-column-gap: 116px;
  grid-row-gap: 312px;
  grid-template-rows: auto;
}

.stat-block {
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: -70px;
  right: auto;
  overflow: hidden;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, .2);
}

.stat-block._2 {
  top: auto;
  bottom: -55px;
  left: auto;
  right: -56px;
}

.body-text {
  margin-left: 22px;
  font-size: 18px;
  line-height: 28px;
}

.content-wrapper {
  padding-right: 10px;
}

.oval {
  z-index: -1;
  width: 147px;
  height: 147px;
  background-image: linear-gradient(#fedf8b, #ffc16b);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 153px;
  left: -62px;
  right: auto;
  box-shadow: 1px 1px 40px rgba(246, 216, 135, .7);
}

.oval.green {
  background-image: linear-gradient(#8ee7ca, #87d2ba);
  top: 153px;
  bottom: auto;
  left: auto;
  right: -62px;
  box-shadow: 1px 1px 40px #9bd7c3;
}

.oval.green._2 {
  top: -50px;
  bottom: auto;
  left: -50px;
  right: auto;
}

.image-7 {
  float: none;
  margin-top: -6px;
  padding-top: 0;
}

.image-8 {
  margin-left: -62px;
}

.image-9, .image-10, .image-11, .image-12 {
  margin-left: 23px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-right {
  background-color: #fff;
  border: 0 #000;
  padding: 80px 30px 6px;
  position: relative;
}

.hero-heading-center-2 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/visual-6.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #000;
  padding: 100px 30px;
  position: relative;
}

.text-span {
  line-height: 50px;
}

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

.text-block._16-px.home-2-testimonial {
  line-height: 24px;
}

.home-2-testimonial-person-image {
  width: 48px;
  height: 48px;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.home-2-testimonial-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
}

.home-2-testimonial-card-right {
  width: 48%;
  margin-bottom: -30px;
  padding-top: 80px;
}

.home-2-testimonial-left {
  width: 35%;
  max-width: 360px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-2-testimonial-person {
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.wrapper.home-2-testimonial-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.home-2-testimonial-cards-left {
  width: 48%;
  margin-top: -30px;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
}

.home-2-testimonial-quote {
  width: 90px;
  margin-bottom: 25px;
}

.home-2-testimonial-cards-container {
  width: 63%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #fff;
  background-color: #333;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.button:hover {
  text-shadow: 1px 1px 9px rgba(0, 0, 0, .6);
  background-color: #2d688d;
  background-image: linear-gradient(to right, #e08bff, #ffad60 53%, #ff6b6d);
  font-size: 16px;
}

.button.small {
  background-image: none;
  padding: 16px 32px;
}

.button.small:hover {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .52);
  background-color: #1b222b;
  background-image: linear-gradient(225deg, #e08bff, #ffad60 54%, #ff6b6d), none;
  background-position: 0 0, 88%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-right: 32px;
}

.home-2-testimonial-card-stars {
  margin-bottom: 25px;
}

.home-2-testimonial-card-item {
  color: #fff;
  background-color: #353636;
  border-radius: 25px;
  padding: 33px 50px 33px 24px;
}

.home-2-testimonial-card-item.down {
  background-color: #333;
  margin-top: 30px;
}

.home-2-testimonial-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.home-2-testimonial-span {
  font-weight: 700;
}

.background-image-wrapper {
  height: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.home-2-testimonial-text {
  margin-bottom: 32px;
}

.profile-image {
  width: 50px;
  height: 50px;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 5px;
}

.text-block-4 {
  margin-top: 5px;
}

.wrapper-2 {
  width: 85%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper-2.home-hero-wrapper {
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 22px;
}

.hero-floating-feature {
  min-height: 150px;
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.hero-pointer-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  height: 180px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.para-large {
  font-size: 22px;
}

.para-large.home-hero-para {
  max-width: 550px;
  color: #fff;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 140%;
}

.home-hero-pointers {
  z-index: 20;
  max-width: 400px;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.home-hero-images-container {
  z-index: 1;
  width: 45%;
  max-width: 490px;
  margin-top: -50px;
  position: relative;
}

.button-2 {
  color: #fff;
  background-color: #1ebd53;
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #0d0e10;
}

.hero-floating-image-1 {
  z-index: 3;
  width: 180px;
  height: 180px;
  border-radius: 8px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -20%;
  overflow: hidden;
  box-shadow: 0 9px 42px rgba(64, 69, 79, .1);
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.home-hero-heading {
  color: #fff;
  margin-bottom: 16px;
  font-size: 50px;
}

.home-hero-main-image {
  z-index: 2;
  width: 490px;
  height: 506px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: 100%;
  height: 30px;
  background-color: rgba(0, 68, 255, .1);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block {
  height: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  width: 50%;
  font-weight: 700;
}

.image-13 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-13.contain {
  max-height: none;
  object-fit: contain;
  background-image: linear-gradient(#f5feff, #f5feff);
  margin-top: 0;
}

.text-block-5 {
  color: #04f;
  font-size: 12px;
  font-weight: 700;
}

.hero-pointer-icon {
  margin-bottom: 14px;
}

.home-hero-left {
  width: 53%;
  max-width: 620px;
}

.div-block-2 {
  width: 60px;
  height: 100%;
  background-color: #ececec;
  border-radius: 10px;
}

.hero-floating-image-2 {
  z-index: 3;
  width: 250px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -25%;
  right: auto;
  box-shadow: 0 16px 71px rgba(64, 69, 79, .1);
}

.home-hero-section {
  background-color: var(--hero);
  color: var(--hero);
  cursor: auto;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: -26px;
  padding-bottom: 0;
  padding-left: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  background-color: #f0f4ff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 22px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-2 {
  color: var(--grib-goud);
}

.text-span-2.text-span-8 {
  color: var(--928365);
}

.text-span-3 {
  color: #2311e5;
}

.text-span-4 {
  font-size: 50px;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

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

.grid {
  width: 1000px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: #fff;
  text-align: center;
}

.hero, .hero-wrapper-copy {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.submit-button {
  background-image: linear-gradient(49deg, #2dcf48, #9bcc30 96%, #ddd0b3 97%, #fdfdfe 99%, #fff);
  border-radius: 10px;
  margin-top: 8px;
}

.text-field, .text-field-2, .text-field-3, .textarea {
  border-radius: 10px;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
}

.heading-5 {
  color: #333;
  font-size: 40px;
}

.text-span-5 {
  color: #2311e5;
  -webkit-text-stroke-color: var(--blue);
}

.text-span-6 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--928365);
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.text-span-6.text-span-pt-module {
  color: var(--blue);
}

.text-span-7 {
  color: #2311e5;
}

.text-span-7.text-span-6 {
  color: var(--928365);
}

.text-span-8 {
  color: var(--dark-goldenrod);
}

.text-span-8.text-span-6 {
  color: var(--928365);
  -webkit-text-stroke-color: var(--blue);
}

.text-span-8.text-span-6.text-span-blauw {
  color: var(--blue);
}

.text-span-9 {
  color: var(--dark-goldenrod);
}

.text-span-9.text-span-14 {
  color: var(--blue);
}

.text-span-9.text-span-14.text-span-8 {
  color: var(--928365);
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-color: #2311e5;
  background-image: linear-gradient(22deg, #e5a211 46%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.form {
  padding-bottom: 0;
}

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

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

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

.columns {
  margin-top: 32px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 20px;
}

.paragraph {
  margin-left: 92px;
  padding-right: 101px;
}

.paragraph-2 {
  margin-left: 52px;
  padding-right: 101px;
}

.paragraph-3 {
  margin-left: 65px;
  padding-left: 0;
  padding-right: 98px;
}

.column {
  padding-left: 18px;
}

.text-span-12 {
  color: var(--dark-goldenrod);
}

.text-span-13 {
  color: #000;
  -webkit-text-stroke-color: #090808;
}

.button-pt-module {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-pt-module:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-pt-module.button-yoga-module {
  background-color: var(--928365);
}

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

.f-feature-card-outline {
  width: 110%;
  max-width: 400px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 32px 0 32px 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: #f7f9fd;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin: 0 -232px 0 -204px;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.2;
}

.f-feature-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-content: stretch;
  justify-content: flex-start;
  align-items: start;
  justify-items: center;
  margin-bottom: 0;
  margin-left: 89px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.f-feature-icon-round {
  width: 80px;
  height: 80px;
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, .04);
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 92px 5%;
  position: relative;
}

.section-morning-weigh {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: .7rem;
  font-weight: 400;
  text-decoration: none;
}

.div-quick-earn {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-worried-struck {
  max-width: 42rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-chapter-himself {
  color: #000;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 62px;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-scientist-planned {
  max-width: 32rem;
  color: #4b5563;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.div-being-magnet {
  margin-top: 5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-club-fewer {
  padding-left: 7rem;
  padding-right: 7rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  top: .5rem;
  left: 0;
  right: 0;
}

.img-managed-ancient {
  width: 100%;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-pony-party {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: relative;
}

.div-look-music {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-honor-aboard {
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--928365);
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.span-went-loose {
  color: #374151;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.h3-vegetable-driver {
  color: #000;
  margin-top: 2.5rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.p-tune-clothing {
  color: #4b5563;
  margin-top: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-honor-aboard-copy {
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--928365);
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.section-wrapped-building {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-making-room {
  background-color: #111827;
  border: 0 solid #1f2937;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-flame-mice {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-finish-shout {
  height: 72px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-came-article {
  flex-shrink: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-additional-pour {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.span-stairs-difficult {
  width: 1px;
  height: 1px;
  margin: -1px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  overflow: hidden;
}

.img-buy-beautiful {
  width: auto;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-substance-tin {
  justify-content: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-great-hollow {
  color: #9ca3af;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-great-hollow:hover {
  color: #fff;
}

.a-cast-agree {
  color: #9ca3af;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin-left: 2.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-cast-agree:hover {
  color: #fff;
}

.div-whether-birth {
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-interest-today {
  color: #fff;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-interest-today:hover {
  color: #e5e7eb;
}

.img-work-against {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-town-electricity {
  color: #fff;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.a-town-electricity:hover {
  color: #e5e7eb;
}

.span-bicycle-solid {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  background-color: #4f46e5;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-riding-knowledge {
  background-color: #111827;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-language-growth {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-strip-goose {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-attention-firm {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-young-size {
  max-width: 28rem;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h1-straight-tent {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.p-differ-introduced {
  max-width: 28rem;
  color: #9ca3af;
  margin-top: 2rem;
  padding-right: 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-create-warn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-wore-wooden {
  color: #111827;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-wore-wooden:hover {
  background-color: #e5e7eb;
}

.a-greatly-fifty {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.25rem;
  padding: .75rem .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-greatly-fifty:hover {
  background-color: #374151;
}

.div-flow-answer {
  margin-top: 2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.img-egg-combine {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.paragraph---pt-module {
  color: var(--black);
  margin-bottom: 24px;
}

.navbar-2 {
  background-color: #f7f7f7;
}

.container-4 {
  background-color: #f7f7f7;
  margin-top: 8px;
  display: block;
}

.image-4 {
  max-width: 90%;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-6 {
  margin-left: 13px;
}

.heading-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 60px;
  font-size: 20px;
  display: block;
}

.heading-11 {
  margin-top: 10px;
  padding-left: 42px;
  font-size: 20px;
}

.paragraph-7 {
  margin-left: 13px;
}

.cell {
  background-color: #fff;
  border-radius: 20px;
}

.usps {
  background-color: #fff;
  margin-top: 0;
}

.paragraph-8 {
  margin-left: 13px;
  padding-left: 0;
}

.cell-3 {
  background-color: #fff;
}

.paragraph-9 {
  color: #747474;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

.heading-12 {
  margin-top: 10px;
  padding-left: 42px;
  font-size: 20px;
}

.heading-13 {
  flex-direction: column;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  display: flex;
}

.button-8 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-8.is-navbar2-button {
  color: #f7f7f7;
  color: #f7f7f7;
  background-color: #1f69ff;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 16px;
  font-weight: 600;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_link {
  padding: .5rem 1rem;
  font-size: 16px;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.hero-heading-center-3 {
  background-color: #f7f7f7;
  background-image: linear-gradient(#cee6f7, #fff);
  border: 0 #000;
  padding: 80px 30px 34px;
  position: relative;
}

.image-14 {
  text-align: left;
  margin-top: -54px;
  margin-left: 1119px;
}

.margin-bottom-24px-3 {
  color: #8796a8;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 25px;
}

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

.hero-split-3 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.section-5 {
  background-color: #e9f3ff;
  background-image: none;
  padding-top: 74px;
  padding-bottom: 0;
}

.hero-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image-16 {
  margin-left: 163px;
}

.heading-20 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 75px;
  font-weight: 700;
  line-height: 70px;
}

.quick-stack-7 {
  border: 1px #e2e2e2;
  border-top-style: solid;
  margin-top: 79px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 0;
}

.hero-heading-right-2 {
  background-color: #fff;
  border: 0 #000;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

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

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

.text-span-14 {
  font-size: 45px;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2311e5;
  border-radius: 5px;
  padding: 13px 22px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-left-2 {
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 40px 30px;
  position: relative;
}

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

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

.text-span-15 {
  color: #333;
  font-size: 40px;
}

.paragraph-17 {
  color: #747474;
  margin-left: 10px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
}

.cell-10 {
  background-color: #f7f7f7;
}

.heading-28 {
  margin-top: 10px;
  padding-left: 42px;
  font-size: 20px;
}

.heading-26 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 19px;
  padding-left: 14px;
  font-size: 18px;
  display: block;
}

.testimonial-2 {
  background-color: #fff;
  margin-top: -61px;
  margin-bottom: 53px;
}

.heading-27 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.paragraph-16 {
  color: #747474;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-25 {
  margin-top: 10px;
  padding-left: 42px;
  font-size: 20px;
}

.cell-9 {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.text-field-inform {
  height: 48px;
  border: 2px solid #f0f0f0;
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 120px;
}

.heading-29 {
  margin-top: 1px;
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 65px;
}

.paragraph-18 {
  max-width: 95%;
  color: #747474;
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 23px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.button-10 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-10:hover {
  opacity: .8;
}

.button-10.in-form {
  width: 40%;
  text-align: center;
  background-color: #2e49d1;
  border-radius: 5px;
  font-weight: 500;
}

.image-17 {
  max-width: 70%;
  margin-top: 17px;
  margin-right: 0;
  padding-left: 0;
}

.quick-stack-10 {
  background-color: #fff;
  margin-top: 17px;
  margin-bottom: 60px;
}

.form-block-03 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 30px;
}

.form-block-03.mobile {
  border-width: .5px;
  border-color: #e0e3de;
}

.cell-11 {
  padding-top: 0;
  padding-left: 124px;
}

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

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.footer-section-03 {
  width: 100%;
  background-color: #2f3e46;
  flex-direction: column;
  align-items: center;
  margin-top: -60px;
  padding-top: 0;
  display: flex;
}

.grid-sec-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.footer-link {
  opacity: .8;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.footer-top-bar {
  width: 100%;
  max-width: 1100px;
  border-bottom: 2px solid #4a4d4e;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-03-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.services-wrap-footer {
  margin-top: 0;
}

.button-11 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 5px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-11:hover {
  opacity: .8;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

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

.button-9 {
  height: 48px;
  min-width: 210px;
  color: #fff;
  background-color: #0183ff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.button-9:hover {
  color: #fff;
  background-color: #026cd6;
}

.button-9.hero-button {
  margin-right: 30px;
}

.button-9.button-secondary {
  color: #fff;
  background-color: #141d3b;
  transition-property: background-color;
}

.button-9.button-secondary:hover {
  background-color: #212946;
}

.button-9.button-secondary.hero-button {
  margin-right: 0;
}

.separator {
  height: 1px;
  background-image: linear-gradient(270deg, #011829, #363e58 50%, #011829);
}

.button-text {
  margin-right: 20px;
}

.hero-section {
  background-color: #081131;
}

.container-10 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-buttons {
  display: flex;
}

.hero-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.nav-menu-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navigation-side-wrap {
  width: 50%;
  display: flex;
}

.navigation-side-wrap.right {
  justify-content: flex-end;
}

.heading-1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-1.hero {
  margin-bottom: 0;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
}

.navigation-container {
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.body.hero {
  margin-bottom: 72px;
  font-size: 20px;
}

.logos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
}

.nav-link-3 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.nav-link-3.left {
  margin-left: 0;
}

.nav-link-3.right {
  margin-right: 0;
}

.nav-link-3.mobile {
  display: none;
}

.navbar2_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  opacity: 1;
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #151516;
  outline: .5px solid #f0f0f0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link-2 {
  color: #28292e;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 400;
}

.navbar2_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 90px;
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

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

.footer-block.logo-block {
  margin-top: -5px;
}

.slide-wrap {
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 60px 50px;
  display: flex;
}

.hero-grid-wrapper {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 60px;
}

.author-job {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
}

.video-button-wrap {
  width: 155px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 15px;
  font-weight: 700;
  display: flex;
}

.video-button-wrap:hover {
  color: #be0059;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #e2e4e8;
  border-radius: 2px;
  margin-top: 104px;
  margin-bottom: 104px;
}

.testimonial-content {
  max-width: 400px;
  background-color: rgba(255, 255, 255, .8);
  border: .5px solid rgba(255, 255, 255, .5);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 3px 5px rgba(255, 255, 255, .15), 0 5px 30px rgba(59, 76, 106, .25);
}

.navigation-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg.product-svg {
  margin-right: 7px;
}

.svg.product-svg.yellow {
  color: #face55;
}

.svg.product-svg.red {
  color: #be0059;
}

.svg.blue {
  color: #00449e;
}

.svg._2x {
  width: 80px;
  height: 80px;
}

.svg.product-svg {
  margin-right: 7px;
}

.footer-title {
  color: #1b2d45;
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.linebreak {
  display: block;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.product-heading {
  width: 80%;
  padding-right: 20%;
}

.nav-arrow {
  width: 20px;
  opacity: .5;
  display: inline-block;
}

.author-name {
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 500;
}

.quotes-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0;
  right: 0;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

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

.profile-image-2 {
  border-radius: 100px;
  margin-right: 25px;
}

.arrow-right {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.faq-title {
  color: #000;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.nav-divider {
  width: 1px;
  height: 20px;
  background-color: #3b4c6a;
  margin-left: 14px;
  margin-right: 14px;
}

.relative {
  position: relative;
}

.logo-row {
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
}

.input-field {
  background-image: none;
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 60px;
  font-size: 16px;
  box-shadow: 0 33px 84px rgba(14, 86, 124, .16);
}

.hero-section-2 {
  background-image: radial-gradient(circle at 0%, rgba(250, 206, 85, .75), rgba(255, 255, 255, .5)), radial-gradient(circle at 50% 100%, #be0059, rgba(255, 255, 255, .1)), radial-gradient(circle at 100% 0, rgba(55, 222, 245, .75), rgba(255, 255, 255, .5));
}

.product-demo-card {
  width: 850px;
  height: 646px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  margin-bottom: -150px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27, 45, 69, .2);
}

.product-demo-card.smaller {
  width: 600px;
  height: 460px;
  margin-top: 70px;
  margin-bottom: 0;
}

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

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.gradient-div {
  height: 130px;
  background-image: linear-gradient(#fff, rgba(246, 252, 255, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-left {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-section {
  padding-top: 270px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #000;
  background-color: rgba(190, 0, 89, .1);
}

.icon {
  color: #1b2d45;
  font-size: 15px;
}

.random-train-lottie {
  margin-top: 100px;
  margin-bottom: -5px;
}

.button-12 {
  color: #fff;
  background-color: #be0059;
  border-radius: 8px;
  padding: 11px 20px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button-12:hover {
  background-color: rgba(190, 0, 89, .6);
}

.button-12.gold {
  background-color: #d39c00;
}

.button-12.dark-blue {
  background-color: #00449e;
}

.button-12.submit {
  width: 100%;
}

.button-12.white {
  color: #000;
  background-color: rgba(255, 255, 255, .8);
  margin-left: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.button-12.white.w--current {
  display: none;
}

.dropdown {
  color: #000;
  font-size: 16px;
}

.brand-2 {
  margin-right: 44px;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-content {
  color: rgba(0, 0, 0, .6);
  line-height: 1.4;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-faq {
  width: 50%;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  margin-top: 0;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.logo-inner {
  width: 20px;
  height: 40px;
  opacity: .95;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 10%, rgba(255, 255, 255, 0));
  border: .5px solid #000;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  transform: rotate(15deg);
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.customer-logo {
  width: 10%;
  opacity: .3;
  margin-left: 2%;
  margin-right: 2%;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.h3 {
  color: #000;
  flex: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}

.slide-nav {
  display: none;
}

.h5 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
}

.flex-container {
  width: 100%;
  max-width: 980px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-row-left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.video-button-icon {
  width: 41px;
  height: 41px;
  filter: invert();
  background-color: rgba(0, 0, 0, .8);
  background-image: none;
  background-position: 55% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  margin-top: 1px;
  margin-right: 9px;
  transition: background-color .2s;
  box-shadow: 0 12px 20px 3px rgba(45, 62, 80, .12);
}

.hero-h1 {
  max-width: 500px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 60px;
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
}

.container-11 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-11._660 {
  max-width: 660px;
}

.container-11.flex, .container-11.nav {
  align-items: center;
  display: flex;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.cta {
  color: #fff;
  padding: 60px 5%;
}

.author-block {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.product-content.red {
  color: #be0059;
}

.product-content.blue {
  color: #00449e;
}

.product-content.yellow {
  color: #face55;
}

.paragraph-basic {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.paragraph-basic.margin-top {
  margin-top: 25px;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.testimonial-section {
  background-color: rgba(226, 228, 232, .25);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dropdown-toggle {
  color: rgba(0, 0, 0, .6);
  align-items: center;
  padding: 10px 8px 10px 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #1b2d45;
}

.author-image {
  width: 42px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.button-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr 1fr;
}

.nav-link-4 {
  color: rgba(0, 0, 0, .6);
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-4.show-on-mobile, .nav-link-4.login.w--current {
  display: none;
}

.navigation {
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 25px 3% 20px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.standard-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.standard-paragraph.center {
  max-width: 650px;
  text-align: center;
  margin-bottom: 0;
  display: block;
}

.standard-paragraph._20-margin {
  margin-bottom: 20px;
}

.standard-paragraph.smaller {
  font-size: 15px;
}

.logo-1 {
  width: 40px;
  height: 40px;
  background-image: none;
  border-radius: 5px;
  position: relative;
}

.relative-2 {
  position: relative;
}

.author-job-2 {
  color: rgba(21, 28, 52, .5);
}

.button-arrow {
  width: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.home-benefits-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e5f5ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper.margin-top {
  background-color: #e5f5ff;
  margin-top: 10rem;
}

.product-heading-2 {
  width: 40%;
  padding-right: 3rem;
}

.container-12 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.features-content_icon {
  width: 7rem;
  height: 7rem;
  background-color: #2e49d1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.features-content_icon.small {
  width: 3rem;
  height: 3rem;
  flex: none;
  margin-right: 1rem;
}

.home-header-content-text {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.height-100px {
  min-height: 100px;
}

.text-mark {
  font-weight: 700;
  display: inline-block;
}

.decoration-benefits_moneybag {
  z-index: 5;
  position: absolute;
  top: 9%;
  left: auto;
  right: 26%;
}

.slider-horizontal {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.decoration-benefits_triangle {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 16%;
}

.decoration-benefits_squiggle {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.author-block-2 {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.logo-svg {
  width: 100px;
  color: #1c2d45;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-shadow {
  background-color: #f3f4ff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 100%;
  bottom: -6%;
  left: 5%;
  right: 5%;
}

.business-logos {
  width: 65%;
  opacity: .4;
  filter: brightness(0%) grayscale();
}

.author-image-2 {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.nav {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem 2.5rem;
}

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

.padding-vertical {
  padding: 3rem 0 5rem;
}

.decoration-benefits_crowd {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 27%;
  right: 0%;
}

.standard-paragraph-2 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.standard-paragraph-2.smaller {
  font-size: .95rem;
}

.testimonial-decor {
  z-index: 1;
  max-width: 30%;
  filter: hue-rotate(31deg);
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.h2-2 {
  color: #1c2d45;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.slide-nav-2 {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.decoration-cta-squiggle {
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 4%;
  right: auto;
  transform: rotate(-11deg);
}

.home-process-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.flex-row-center {
  background-color: #2e49d1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.decoration-benefits_churn {
  z-index: 4;
  position: absolute;
  top: 46%;
  left: auto;
  right: 0%;
}

.testimonial-content-2 {
  width: 60%;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.right-arrow {
  width: 45px;
  height: 45px;
  background-color: #ff7526;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.header-graphic {
  margin-top: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-button {
  color: #fff;
  background-color: #2e49d1;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 1em 1em 1.1em;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button:hover {
  background-color: #2e49d1;
}

.icon-button.nav-button {
  color: #1c2d45;
  background-color: #fff;
  background-image: none;
  margin-left: .5rem;
  padding: .7em 1.3em;
  font-size: 1rem;
}

.icon-button.nav-button:hover {
  color: #00449e;
  background-color: rgba(5, 95, 251, .1);
}

.icon-button.white {
  color: #1c2d45;
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), rgba(0, 117, 254, .2));
}

.icon-button.white:hover {
  background-image: none;
}

.linebreak-2 {
  display: block;
}

.button-trigger {
  padding-top: .7rem;
  font-size: .7rem;
}

.section-home-benefits {
  background-color: #e5f5ff;
}

.testimonial-decor-2 {
  z-index: 1;
  max-width: 35%;
  filter: hue-rotate(270deg);
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.feature-icon_image {
  max-width: 40%;
}

.h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.decoration-cta-lines {
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: -3%;
  transform: rotate(103deg);
}

.margin-bottom {
  margin: 0 0 1rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-xlarge {
  margin-bottom: 3rem;
}

.home-process-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.svg-arrow {
  width: 14vw;
  height: 14vw;
  color: #2e49d1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 100%;
}

.svg-arrow.bottom-left {
  width: 80px;
  height: 80px;
  top: 90%;
  left: auto;
  right: 83%;
  transform: rotate(180deg);
}

.svg-arrow.top-left {
  width: 115px;
  height: 115px;
  top: -3%;
  left: auto;
  right: 95%;
  transform: rotate(23deg);
}

.nav-line {
  width: 2px;
  height: 1.6rem;
  background-color: #f3f4ff;
  margin-left: .5rem;
  display: inline-block;
  position: relative;
  top: .5rem;
}

.home-benefits-content {
  width: 50ch;
  padding-right: 10%;
}

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

.horizontal-angle {
  z-index: 99;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.section-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #e2e4e8;
  border-radius: 2px;
  margin-top: 6rem;
  margin-bottom: -5rem;
}

.testimonial-logo {
  margin-bottom: 25px;
}

.slider-mask {
  overflow: visible;
}

.flex-row-outer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.decoration-benefits_cudtomers {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: -6%;
  right: auto;
}

.h-small {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.decoration-benefits_sales {
  z-index: 2;
  position: absolute;
  top: -32%;
  bottom: 0%;
  left: -5%;
  right: auto;
}

.business-logos_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.home_cta-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #055ffb;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
  position: relative;
}

.testimonial-image-wrap {
  width: 40%;
  height: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  position: absolute;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1);
}

.process-image {
  max-width: 60%;
}

.container-small {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.home-benefits_product-images {
  width: 25rem;
  height: 15rem;
  position: relative;
}

.decoration-benefits_lines-on-right {
  z-index: 5;
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.quote-content-2 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.nav-logo-link {
  color: #1c2d45;
}

.nav-logo-link:hover {
  color: #ff7526;
}

.home-benefits-section {
  flex-direction: column;
  display: flex;
}

.decoration-benefits_shadow {
  max-width: 75%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.decoration-benefits-blue-box {
  z-index: 2;
  max-width: 75%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.page-wrapper-2 {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.team-image {
  margin-top: 60px;
}

.left-arrow {
  width: 45px;
  height: 45px;
  background-color: #ff7526;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.home-header-content {
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.slider-wrapper {
  position: relative;
}

.button-wrapper-2 {
  text-align: center;
  margin-top: 20px;
  display: block;
  position: relative;
}

.author-name-2 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.decoration-benefits_trust {
  z-index: 5;
  max-width: 75%;
  position: absolute;
  top: 5%;
  left: 9%;
  right: 0%;
}

.testimonial-slide {
  min-height: 350px;
  background-color: #070c29;
  border-radius: 1rem;
  flex: none;
  margin-right: 40px;
  display: block;
  overflow: hidden;
}

.footer-legal {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.footer-lline {
  letter-spacing: 1.5px;
  font-size: 14px;
}

.footer-nav-link {
  color: #fff;
  letter-spacing: .7px;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-nav-link:hover {
  opacity: .7;
}

.relative-4 {
  width: 100%;
  position: relative;
}

.arrow-right-3 {
  z-index: 99;
  width: 40px;
  height: 40px;
  background-color: #181818;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 50%;
  transform: translate(50%);
}

.arrow-right-3:hover {
  background-color: #333;
}

.social-wrapper {
  justify-content: flex-end;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.trading-section {
  background-color: #050505;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-wrapper-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.jb {
  justify-content: space-between;
}

.testimonial-wrapper {
  width: 100%;
  min-height: 350px;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-5 {
  width: 100%;
  max-width: 66.5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.panel-right-col {
  width: 100%;
  max-width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.logo-png {
  width: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-left-3 {
  width: 40px;
  height: 40px;
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.arrow-left-3:hover {
  background-color: #333;
}

.lottie-animation-4 {
  background-image: linear-gradient(135deg, #070c29, #034492);
  border-radius: 40px;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.section-heading {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  width: 100vw;
  max-width: 1000px;
}

.testimonial-mask {
  width: 50%;
  min-width: 600px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.integrate-panels-wrapper {
  width: 100%;
  max-width: 1124px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.author-title {
  font-weight: 500;
}

.testimonial-carousel-wrapper {
  height: 100%;
  margin-bottom: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.testimonial-carousel-wrapper.d-none {
  display: none;
}

.footer-legal-link {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 20px;
  text-decoration: none;
  transition: border .2s;
}

.footer-legal-link:hover {
  border-bottom-color: #fff;
}

.nav-dropdonw-link {
  width: 100%;
  color: #050505;
  background-color: #fff;
  padding: 28px;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-dropdonw-link:hover {
  background-color: #f6f6f6;
}

.nav-dropdonw-link.w--current {
  color: #00df9a;
  background-color: #f6f6f6;
  transition: all .3s;
}

.navbar-3 {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.fade {
  z-index: 2;
  background-image: linear-gradient(225deg, rgba(7, 12, 41, .2) 52%, rgba(7, 12, 41, .75));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-wrap: wrap;
  margin-top: 70px;
  padding-top: 30px;
  display: flex;
}

.nav-dropdown-2 {
  z-index: 900;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

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

.payout-section {
  background-color: #070c29;
  padding-top: 100px;
  padding-bottom: 120px;
}

.text-black {
  color: #050505;
}

.lottie-for {
  width: 100%;
  max-width: 380px;
}

.home_testimonial-image-wrapper {
  width: 13rem;
  flex: none;
  position: relative;
}

.lottie-greenbtn {
  width: 100%;
  max-width: 551px;
  margin-right: auto;
}

.footer-heading {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.cta-subtitle {
  width: 100%;
  max-width: 800px;
  color: rgba(255, 255, 255, .6);
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial-logo-2 {
  width: 3.5em;
  height: 3.5em;
  object-fit: cover;
  border-radius: 10rem;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
}

.trading-tabs {
  width: 100%;
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.churn-img-wrapper {
  width: 100%;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
}

.panel-left-col {
  width: 100%;
  max-width: 50%;
  border-right: 1px solid #050505;
  align-items: center;
  padding: 60px;
  display: flex;
}

.testimonial-card-2 {
  width: 100%;
  min-height: 310px;
  background-color: #070c29;
  border: 1px solid rgba(8, 72, 114, .05);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 40px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px rgba(5, 5, 5, .5);
}

.section-subtitle {
  color: rgba(255, 255, 255, .6);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.footer {
  background-color: #070c29;
  background-image: linear-gradient(to top, #070c29, #05081c);
  padding-top: 86px;
  padding-bottom: 32px;
}

.nav-dropdown-link-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.large-img-wrapper {
  width: 100%;
  max-width: 800px;
}

.navbar-cta-btn {
  color: #070c29;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 30px;
  padding: 16px 20px 15px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s;
}

.navbar-cta-btn:hover {
  opacity: .8;
}

.dropdown-list.w--open {
  min-width: 300px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 36px #000;
}

.testimonial-section-3 {
  background-color: #0f0f0f;
  padding-top: 90px;
  padding-bottom: 120px;
  overflow: hidden;
}

.testimonial-section-header {
  width: 100%;
  max-width: 600px;
  margin-bottom: 90px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.less-work {
  background-color: #0f0f0f;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.embed {
  display: inline-block;
  position: relative;
}

.mask-wrapper {
  width: 100%;
  height: 100%;
  max-width: 25%;
  padding-bottom: 40px;
  overflow: visible;
}

.testimonial-author-inner {
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  display: flex;
}

.col-6 {
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.cta-text-wrapper {
  text-align: center;
  position: relative;
}

.track-wrapper {
  margin-top: 80px;
}

.panel-text-wrapper {
  width: 100%;
  max-width: 400px;
}

.nav-link-6 {
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 15px;
  line-height: 18px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: rgba(255, 255, 255, .6);
}

.left-arrow-2 {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 120px;
  transform: rotate(180deg);
}

.feature-text-wrapper {
  width: 100%;
  max-width: 510px;
  margin-right: auto;
}

.feature-text-wrapper.right {
  margin-left: auto;
  margin-right: 0;
}

.description-auto {
  width: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.social-link {
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .6;
}

.main {
  opacity: 1;
}

.footer-copyright {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 18px;
}

.testimonial-content-3 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.lottie-animation-2 {
  background-color: #070c29;
  border-radius: 20px 20px 0 0;
}

.html-embed-2 {
  display: flex;
}

.testimonial-headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.arrow {
  display: none;
  position: -webkit-sticky;
  position: sticky;
}

.lottie-wrapper {
  background-color: #3685fe;
  background-image: radial-gradient(circle at 50% 0, rgba(0, 117, 254, .5), rgba(255, 255, 255, .01)), radial-gradient(circle at 100%, rgba(255, 56, 116, .8), rgba(255, 56, 116, 0)), radial-gradient(circle at 50% 0, #006ee8, #070c29);
  border-radius: 30px;
  padding: 7% 7% 0%;
}

.logo-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 20px;
}

.container-13 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.test-size-medium {
  font-size: 1.25em;
}

.footer-brand {
  width: 100%;
  max-width: 107px;
  margin-bottom: 20px;
}

.section-heading-wrapper {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  z-index: 100;
  width: 100%;
  background-color: #070c29;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.description {
  width: 100%;
  max-width: 70%;
  color: #8a8f98;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.footer-col {
  flex-direction: column;
  margin-right: 100px;
  display: flex;
}

.footer-col.mr0 {
  margin-right: 0;
}

.bank-card {
  width: 100%;
  max-width: 25%;
  border-radius: 20px;
  position: relative;
  left: 6%;
  box-shadow: 1px 1px 30px #000;
}

.h-after {
  color: #c4c4c4;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.1;
}

.footer-baner {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.page-subtitle {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.feature-section {
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.card-w {
  z-index: 2;
  width: 100%;
  max-width: 55%;
  background-color: #051337;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 18px 40px #000;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 150px;
}

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

.track {
  z-index: 2;
}

.trigger-text {
  color: #aab0bb;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn {
  color: #fff;
  background-color: #0075fe;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), #0075fe);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 15px 50px 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-btn:hover {
  background-color: #034492;
}

.hero-card-mask {
  z-index: 2;
  position: relative;
}

.menu-dropdown {
  color: #fff;
  text-align: center;
  cursor: default;
  padding: 16px 15px;
  line-height: 18px;
  transition: all .3s;
}

.menu-dropdown:hover, .menu-dropdown.w--open:hover {
  opacity: .6;
}

.panel {
  min-height: 420px;
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
  display: flex;
}

.nav-menu-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-nav {
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  margin-left: 60px;
  display: flex;
}

.testimonial-author-wrapper {
  min-height: 56px;
}

.testimonial-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #f0f0f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  padding-top: 1em;
  display: grid;
}

.hero-card-wrapper {
  z-index: 1;
  background-image: linear-gradient(#070c29, #141a20 90%, #141a20);
}

.owl-item-slide {
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-arrow-2 {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 120px;
  right: 0;
}

.text-size-small {
  font-size: .875em;
}

.footer-grid-3 {
  justify-content: space-between;
  display: flex;
}

.hero-card-frame {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-white {
  color: #fff;
}

.home-hero-text-wrapper {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.churn-section {
  background-color: #0f0f0f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.links-wrapper {
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  width: 100%;
  text-align: center;
}

.cta-img {
  z-index: -1;
  width: 100%;
  max-width: 174px;
  position: absolute;
  top: 30%;
  right: 10%;
}

.copy-me {
  min-height: 100%;
  color: #fff;
  background-color: #070c29;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.slide-nav-4 {
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  bottom: 0%;
}

.large-heading {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 61px;
  font-weight: 600;
  line-height: 1.1;
}

.large-heading._w-70 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.large-heading.mb-20 {
  margin-bottom: 20px;
}

.testimonial-quote-wrapper {
  align-items: flex-start;
  display: flex;
}

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

.testimonial-author-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
}

.panel-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
}

.image-19 {
  position: relative;
}

.trading-tab-link {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: 12px 24px;
  font-size: 19px;
  font-weight: 400;
  transition: border .2s;
}

.trading-tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}

.home-hero-section-2 {
  min-height: 100vh;
  flex-direction: column;
  padding-top: 180px;
  display: flex;
}

.large-subtitle {
  color: rgba(255, 255, 255, .6);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.lottie-extra {
  border-radius: 25px;
}

.div-block-7 {
  width: 100%;
  max-width: 66.5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.nav-dropdown-3 {
  z-index: 900;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.lottie-animation-5 {
  background-color: #070c29;
  border-radius: 20px 20px 0 0;
}

.container-14 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-menu-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid-4 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  width: 100%;
  text-align: center;
}

.slide-nav-5 {
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  bottom: 0%;
}

.image-20 {
  position: relative;
}

.home-hero-section-3 {
  min-height: 100vh;
  flex-direction: column;
  padding-top: 180px;
  display: flex;
}

.quote-content-3 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.column-left {
  width: 50%;
  flex: none;
}

.hero-4 {
  background-image: linear-gradient(#e5efff, #fff);
  padding: 50px 5%;
  overflow: hidden;
}

.purple-image {
  z-index: 1;
  position: relative;
}

.purple {
  color: #fff;
  background-color: #7854f7;
  background-image: linear-gradient(#7854f7 100%, #fff);
  padding: 150px 5%;
  position: relative;
  overflow: hidden;
}

.author-job-3 {
  color: rgba(21, 28, 52, .5);
}

.cta-2 {
  color: #fff;
  background-color: #5f37ef;
  padding: 60px 5%;
}

.author-block-3 {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.slide-nav-6 {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.features {
  padding: 100px 5%;
}

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

.features-column._2 {
  margin-top: 50px;
}

.features-column._3 {
  margin-top: 100px;
}

.purple-transition {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.footer-top-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-bottom: 60px;
}

.button-13 {
  background-color: #70c217;
  border-radius: 100px;
  padding: 20px 34px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-13:hover {
  background-color: #4b9000;
}

.testimonial-content-4 {
  width: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.purple-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.footer-top-grid-icon {
  width: 30px;
  margin-right: 16px;
}

.footer-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

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

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

.nav-space {
  height: 100px;
}

.testimonial-decor-2 {
  z-index: 1;
  max-width: 30%;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.footer-link-2 {
  color: #dedede;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.purple-decor-1 {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-top-grid-block {
  align-items: center;
  display: flex;
}

.right-arrow-3 {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-3:hover {
  transform: translate(2px);
}

.purple__slant-top {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-blue {
  color: #0036e6;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link-blue:hover {
  color: #072481;
}

.link-blue.padding-20 {
  margin-left: 0;
  padding: 10px 20px;
}

.link-blue.padding-20:hover {
  color: #004170;
}

.team {
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-image-2 {
  width: 60vw;
  max-width: 620px;
  margin-left: 60px;
}

.feature-image-wrapper {
  text-align: center;
  position: relative;
}

.testimonials {
  background-image: linear-gradient(#fff, #e5efff 51%, #fff);
  padding: 100px 5% 150px;
}

.features__grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.author-image-3 {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.testimonial-decor-2-2 {
  z-index: 1;
  max-width: 35%;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.testimonial-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-heading-2 {
  color: #dc0000;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.left-arrow-3 {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-3:hover {
  transform: translate(-2px);
}

.purple-decor-2 {
  max-width: 430px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.sub-heading {
  color: #94a2b3;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.sub-heading.white {
  color: #fff;
}

.feature-paragraph {
  color: #94a2b3;
  margin-bottom: 20px;
}

.footer-2 {
  color: #fff;
  background-color: #7854f7;
  padding: 60px 5%;
}

.quote-content-4 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.author-job-4 {
  color: rgba(21, 28, 52, .5);
}

.button-14 {
  background-color: #70c217;
  border-radius: 100px;
  padding: 20px 34px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-14:hover {
  background-color: #4b9000;
}

.testimonial-content-5 {
  width: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.text-block-12 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.right-arrow-4 {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-4:hover {
  transform: translate(2px);
}

.nav-menu-left {
  margin-left: auto;
}

.text-block-13 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.brand-3 {
  padding: 15px 0;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-link-7 {
  color: #272d4e;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 700;
}

.button-15 {
  background-color: #70c217;
  border-radius: 100px;
  padding: 20px 34px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-15:hover {
  background-color: #4b9000;
}

.button-15.p, .button-15.p.nav {
  background-color: #7854f7;
}

.button-15.p.nav:hover {
  background-color: #4325ac;
}

.testimonial-content-6 {
  width: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.quote-content-5 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.navbar-4 {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-14 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.quote-content-6 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.slide-nav-7 {
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  bottom: 0%;
}

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

.navbar-5 {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.lottie-animation-3 {
  background-image: linear-gradient(135deg, #070c29, #034492);
  border-radius: 40px;
}

.image-21 {
  position: relative;
}

.nav-menu-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  text-align: center;
}

.home-hero-section-4 {
  min-height: 100vh;
  flex-direction: column;
  padding-top: 180px;
  display: flex;
}

.div-block-10 {
  width: 100%;
  max-width: 66.5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.testimonial-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.h2-3 {
  color: #1c2d45;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.standard-paragraph-3 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 25px;
}

.standard-paragraph-3.smaller {
  text-align: center;
  font-size: .95rem;
}

.testimonial-decor-2-3 {
  z-index: 1;
  max-width: 35%;
  filter: hue-rotate(270deg);
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.right-arrow-5 {
  width: 45px;
  height: 45px;
  background-color: #ff7526;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-5:hover {
  transform: translate(2px);
}

.relative-5 {
  position: relative;
}

.left-arrow-4 {
  width: 45px;
  height: 45px;
  background-color: #ff7526;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-4:hover {
  transform: translate(-2px);
}

.quote-content-7 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.flex-row-outer-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-decor-3 {
  z-index: 1;
  max-width: 30%;
  filter: hue-rotate(31deg);
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.h1-3 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-content-7 {
  width: 60%;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.testimonial-image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.testimonial-decor-2-4 {
  z-index: 1;
  max-width: 35%;
  filter: hue-rotate(270deg);
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.right-arrow-6 {
  width: 45px;
  height: 45px;
  background-color: #2e49d1;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-6:hover {
  transform: translate(2px);
}

.left-arrow-5 {
  width: 45px;
  height: 45px;
  background-color: #2e49d1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-5:hover {
  transform: translate(-2px);
}

.quote-content-8 {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.flex-row-outer-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-decor-4 {
  z-index: 1;
  max-width: 30%;
  filter: hue-rotate(31deg);
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.h1-4 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.testimonial-content-8 {
  width: 60%;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.container-17 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-3 {
  color: #fff;
  background-color: #f0f0f0;
  padding: 60px 5%;
}

.button-16 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-16.is-navbar2-button {
  color: #f7f7f7;
  background-color: #2e49d1;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.navbar2_component-3 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-span-16 {
  color: #2e49d1;
}

.image-22 {
  margin-top: 18px;
}

.button-7 {
  text-transform: none;
  background-color: #2e49d1;
  border-radius: 200px;
  padding: 1.1rem 1.7rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-7:hover {
  opacity: 1;
  color: #f7f7f7;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
}

.wrapper-3 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.service-icon {
  width: 40px;
  height: 40px;
  float: left;
  color: #096ad0;
  text-align: center;
  border: 1px solid #096ad0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  color: #3b2ae5;
  -webkit-text-stroke-color: #3b2ae5;
  width: 40px;
  height: 40px;
  color: #096ad0;
  border-color: #096ad0;
  margin-top: 11px;
  margin-bottom: 0;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer-text {
  margin-top: 8px;
}

.section-6 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.question {
  align-items: flex-start;
  display: flex;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-container {
  width: 100%;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-8 {
  width: 66.66%;
}

.full-width {
  width: 100%;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.section-7 {
  overflow: hidden;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.wrap._w-custom.nav1-light {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.hero3-text-wrapper {
  padding-right: 50px;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
}

.t-testimonial-image-block {
  width: 100%;
  height: 240px;
  background-color: #f5f6f4;
  border: 1px solid #e0e3de;
  border-radius: 8px;
  overflow: hidden;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.t-testimonial-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.t-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-paragraph-regular {
  color: #797b90;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.t-testimonial-title-wrapper {
  max-width: 600px;
  text-align: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.t-testimonial-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.t-testimonial-card-title {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.t-testimonial-rating-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.t-button-secondary {
  color: #f7f7f7;
  text-align: center;
  background-color: #3b2ae5;
  border-radius: 20px;
  flex: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.t-button-secondary:hover, .t-button-secondary:active {
  background-color: #3b2ae5;
}

.t-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.t-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.t-testimonial-card {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.t-h1-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

.t-avatar-name-large {
  color: #2f3e46;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.t-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.t-section-large {
  background-color: #e5f5ff;
  padding: 120px 5%;
  position: relative;
}

.b-h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.b-integration-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.b-button-plain-icon-right {
  grid-column-gap: 8px;
  color: #5e53a2;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.b-button-plain-icon-right:hover {
  color: #3e376d;
}

.b-integration-button-wrapper {
  margin-top: 16px;
  display: inline-block;
}

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

.b-paragraph-small {
  color: #747474;
  letter-spacing: -.02em;
  text-transform: lowercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.b-paragraph-small.b-text-color-gray-700 {
  color: #454f5f;
}

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.margin-bottom-25 {
  margin-bottom: 8px;
}

.b-integration-icon-dark {
  width: 80px;
  height: 80px;
  background-color: #f3f4f6;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-button-default-icon {
  grid-column-gap: 4px;
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.b-button-default-icon:hover {
  color: #fff;
  background-color: #3e376d;
}

.b-integration-heading-content {
  width: 100%;
  max-width: 510px;
}

.b-integration-grid-block {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.b-heading-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.b-badge-caption {
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.b-container-small {
  z-index: 5;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.b-badge-icon {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.b-paragraph-large.b-text-weight-semibold {
  color: #2f3e46;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.b-icon-xxsmall {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-section-regular {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.b-icon-small {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-4 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-button {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #2f3e46;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #beff6c;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #beff6c;
}

.navigation-wrapper-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-3 {
  width: 100%;
  min-height: 88px;
  background-color: #262420;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.navigation-container-7 {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #fff;
  background-color: #262420;
}

.navigation-link.w--current {
  color: #642eff;
}

.padding-global {
  background-color: #262420;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-button-2 {
  color: #fff;
  background-color: #beff6c;
  border-radius: 100px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button-2:hover {
  background-color: #beff6c;
}

.text-block-16 {
  font-family: Poppins, sans-serif;
}

.h1-6 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 57px;
}

.home-header-content-2 {
  text-align: center;
  background-color: #262420;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.flex-row-center-2 {
  color: #262420;
  background-color: #beff6c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-mark-2 {
  color: #fff;
  display: block;
}

.standard-paragraph-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.f-section-large-2 {
  background-color: #262420;
  padding: 92px 5%;
  position: relative;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-carousel-wrap {
  min-height: 104px;
  background-color: #262420;
  border-radius: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-group {
  background-color: #262420;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-cell {
  min-height: 96px;
  min-width: 140px;
  background-color: #262420;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #262420;
}

.padding-global-3 {
  background-color: #262420;
  padding-left: 20%;
  padding-right: 10%;
}

.navbar2_component-5 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link-4 {
  color: #2f3e46;
  padding: .5rem 1rem;
  font-size: 16px;
}

.navbar2_link-4.w--current {
  color: rgba(0, 0, 0, 0);
}

.button-22 {
  color: #f7f7f7;
  text-align: center;
  background-color: #2e49d1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: .75rem 1.5rem;
}

.button-22.is-navbar2-button {
  color: #2f3e46;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 8px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-span-17 {
  color: #2e49d1;
}

.text-block-17 {
  font-family: Poppins, sans-serif;
}

.home-header-content-3 {
  text-align: center;
  flex-direction: column;
  padding-top: 2rem;
  display: flex;
}

.standard-paragraph-7 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 25px;
}

.standard-paragraph-7.smaller {
  text-align: center;
  font-size: .95rem;
}

.container-18 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-mark-3 {
  color: #2f3e46;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.h1-8 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.flex-row-center-3 {
  background-color: #2e49d1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  border: .5px solid #e0e3de;
  border-radius: 8px;
}

.container-19 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.h2-6 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h-small-3 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.container-20 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.features-content_icon-2 {
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.features-content_icon-2.small {
  width: 3rem;
  height: 3rem;
  flex: none;
  margin-right: 1rem;
}

.flex-row-outer-5 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-7 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-7.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.h-small-4 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.container-21 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.paragraph-19 {
  max-width: 95%;
  color: #747474;
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 23px;
}

.image-28 {
  max-width: 70%;
  margin-top: 17px;
  margin-right: 0;
  padding-left: 0;
}

.button-21 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-21:hover {
  opacity: .8;
}

.button-21.in-form {
  width: 40%;
  text-align: center;
  background-color: #2e49d1;
  border-radius: 5px;
  font-weight: 500;
}

.heading-30 {
  color: #2f3e46;
  margin-top: 1px;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  font-weight: 600;
}

.margin-bottom-26 {
  margin-bottom: 8px;
}

.margin-bottom-27 {
  margin-bottom: 4px;
}

.image-26 {
  color: #fff;
  background-color: #fff;
}

.t-h1-heading-2 {
  color: #2f3e46;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.b-button-default-icon-2 {
  grid-column-gap: 4px;
  color: #454f5f;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.b-button-default-icon-2:hover {
  color: #454f5f;
  background-color: #f3f4f6;
}

.b-integration-icon-dark-2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-28 {
  margin-bottom: 8px;
}

.b-h3-heading-2 {
  color: #2f3e46;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.image-25 {
  margin-top: 18px;
}

.footer-link-3 {
  color: #333;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.hero-heading-center-4 {
  background-color: #f7f7f7;
  background-image: linear-gradient(#cee6f7, #fff);
  border: 0 #000;
  padding: 80px 30px 34px;
  position: relative;
}

.heading-31 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.quick-stack-6 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.margin-bottom-24px-5 {
  color: #333;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 21px;
}

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

.section-8 {
  background-color: #fff;
  background-image: none;
  padding-top: 60px;
}

.hero-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-split-4 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.button-23 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 4rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-24 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-24.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom-29 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar2_component-6 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #e9f3ff;
  border: .5px #e0e3de;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link-5 {
  color: #2f3e46;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.navbar2_link-5.w--current {
  color: rgba(0, 0, 0, 0);
}

.button-25 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-25.is-navbar2-button {
  color: #fff;
  background-color: #2e49d1;
  border: 1px solid #e0e3de;
  border-radius: 200px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-18 {
  color: #2e49d1;
}

.text-block-18 {
  font-family: Poppins, sans-serif;
}

.standard-paragraph-8 {
  color: #797b90;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.container-23 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-mark-4 {
  color: #2f3e46;
  font-weight: 100;
  display: inline-block;
}

.h1-9 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 57px;
}

.image-29 {
  border: .5px solid #e0e3de;
  border-radius: 8px;
}

.icon-button-4 {
  color: #fff;
  text-align: left;
  background-color: #2e49d1;
  border-radius: 200px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button-4:hover {
  background-color: #2e49d1;
}

.home-header-2 {
  text-align: center;
  background-color: #e9f3ff;
}

.section-business-logos-2 {
  background-color: #e9f3ff;
}

.container-24 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-9 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.text-span-19 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.h2-8 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-benefits-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper-2.margin-top {
  background-color: #fff;
  margin-top: 10rem;
}

.container-25 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-home-benefits-2 {
  background-color: #fff;
}

.standard-paragraph-10 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.standard-paragraph-10.smaller {
  text-align: center;
  font-size: .95rem;
}

.h2-9 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-9.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.container-26 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.paragraph-20 {
  max-width: 95%;
  color: #747474;
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
  line-height: 23px;
}

.image-30 {
  max-width: 70%;
  margin-top: 17px;
  margin-right: 0;
  padding-left: 0;
}

.button-26 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-26:hover {
  opacity: .8;
}

.button-26.in-form {
  width: 40%;
  text-align: center;
  background-color: #2e49d1;
  border-radius: 5px;
  font-weight: 500;
}

.heading-32 {
  color: #2f3e46;
  margin-top: 1px;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  font-weight: 600;
}

.t-section-large-2 {
  background-color: #fff;
  padding: 10px 5% 60px;
  position: relative;
}

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

.image-31 {
  color: #fff;
  background-color: #fff;
}

.t-h1-heading-3 {
  color: #2f3e46;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.image-32 {
  margin-top: 18px;
}

.bold-text-4 {
  font-family: Poppins, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 75px;
}

.bold-text-5 {
  font-weight: 600;
}

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

.content-section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.content-section-2.grey {
  background-color: #e9f3ff;
  padding-top: 0;
  padding-bottom: 0;
}

.image-33 {
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 33%;
  right: 0%;
}

.checkmark-row {
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heading-33 {
  color: #1e2432;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-33.pricing {
  margin-bottom: 20px;
}

.body-text-2 {
  color: #1e2432;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.body-text-2.dark {
  color: #1e2432;
}

.body-text-2.dark.bold {
  font-weight: 500;
}

.pricing-grid {
  max-width: 900px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 323px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-block {
  text-align: center;
  background-color: #e9f3ff;
  border-radius: 10px;
  padding: 40px;
}

.pricing-block.recommended {
  background-color: #e9f3ff;
  border: 4px solid #e0e3de;
  position: relative;
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.pricing-heading {
  color: #1e2432;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.4;
}

.button-27 {
  color: #eef2f5;
  background-color: #1e2432;
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-27:hover {
  background-color: #4b505b;
  text-decoration: none;
}

.button-27.full-width {
  width: 100%;
}

.container-27 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.section-title-wrap {
  max-width: 530px;
  text-align: left;
}

.section-title-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-34 {
  color: #1e2432;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

.body-2 {
  color: #6f737c;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.6;
}

.text-span-20 {
  color: #2e49d1;
}

.container-28 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-19 {
  font-family: Poppins, sans-serif;
}

.standard-paragraph-11 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.text-mark-5 {
  color: #2f3e46;
  font-weight: 700;
  display: inline-block;
}

.h1-10 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.image-34 {
  border: .5px #e0e3de;
  border-radius: 8px;
}

.icon-button-5 {
  color: #fff;
  background-color: #2e49d1;
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button-5:hover {
  background-color: #2e49d1;
}

.home-header-3 {
  text-align: center;
  background-color: #181716;
}

.text-span-21 {
  color: #2e49d1;
}

.container-29 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-20 {
  font-family: Poppins, sans-serif;
}

.standard-paragraph-12 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.header-graphic-2 {
  margin-top: 4rem;
}

.text-mark-6 {
  color: #2f3e46;
  font-weight: 700;
  display: inline-block;
}

.h1-11 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.image-35 {
  border: .5px solid #e0e3de;
  border-radius: 8px;
}

.f-section-large-3 {
  background-color: #fff;
  padding: 92px 5%;
  position: relative;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-feature-card-filled {
  background-color: #fff;
  border: 1px solid #e0e3de;
  border-radius: 12px;
  padding: 25px 32px 32px 25px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
}

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

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

.f-paragraph-large-2 {
  color: #717171;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 32px;
}

.logo1_logo {
  max-height: 3.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.div-block-11 {
  text-align: center;
  margin-top: 2rem;
}

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

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

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-paragraph-small {
  color: #797b90;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  color: #797b90;
  font-size: 15px;
  font-weight: 500;
}

.f-h6-heading {
  color: #2f3e46;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-outline {
  color: #160042;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  padding: 32px 32px 20px;
  transition: box-shadow .2s, border-color .2s;
}

.f-testimonial-outline:hover {
  border-width: .5px;
  border-color: #e4e6f1;
  box-shadow: 29px 57px 140px -48px rgba(57, 59, 106, .12);
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.bold-text-6 {
  color: #232b2b;
  font-size: 22px;
}

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

.image-37, .image-38, .image-39, .image-40, .image-41 {
  padding-bottom: 10px;
}

.paragraph-21 {
  color: #2f3e46;
  text-align: left;
  margin-top: 4rem;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
}

.faq-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 56px;
}

.banner-text {
  color: #2f3e46;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.faq-section {
  padding: 0 3% 40px;
}

.faq-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.banner-button {
  width: 100%;
  max-width: 180px;
  color: #fff;
  background-color: #dc0000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.7rem;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.faq-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  display: flex;
}

.faq-icon-wrapper.blue {
  background-color: #e0f5ff;
}

.faq-icon-wrapper.purple {
  background-color: #f7ebff;
}

.faq-icon-wrapper.orange {
  background-color: rgba(255, 140, 75, .1);
}

.faq-banner-block {
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  display: flex;
}

.faq-banner-image {
  margin-right: 32px;
}

.faq-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}

.faq-paragraph {
  color: #8c87a6;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.right-chevron {
  margin-left: 10px;
}

.faq-title-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  line-height: 28px;
}

.faq-cta-text-wrap {
  align-items: center;
  display: flex;
}

.grey-divider {
  height: 1px;
  background-color: #e5e7eb;
  margin-bottom: 40px;
}

.faq-wrapper {
  margin-bottom: 50px;
}

.container-30 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-13 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.text-span-22 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.h2-10 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-benefits-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper-3.margin-top {
  background-color: #fff;
  margin-top: 10rem;
}

.div-block-12 {
  background-color: #fff;
  border: .5px solid #e0e3de;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-feature-icon-round-2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, .04);
}

.f-h5-heading-2 {
  color: #2e2f35;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

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

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.f-feature-card-large {
  text-align: center;
  background-color: #ff7900;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.f-paragraph-large-3 {
  color: #58595d;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.image-42 {
  margin-bottom: 2rem;
}

.bold-text-7, .bold-text-8 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  background-color: red;
}

.container-31 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-14 {
  color: #797b90;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.text-span-23 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.home-benefits-wrapper-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper-4.margin-top {
  background-color: #fff;
  margin-top: 0;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  color: #2f3e46;
  font-weight: 900;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  color: #2f3e46;
}

.italic-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.text-span-24 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.f-footer-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.button-28 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-28.is-navbar2-button {
  color: #fff;
  background-color: #dc0000;
  border: 1px #e0e3de;
  border-radius: 200px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.navbar2_link-6 {
  color: #fcfcfc;
  padding: .5rem 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar2_link-6.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_component-7 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #181716;
  border: .5px #e0e3de;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.bold-text-14 {
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.icon-button-6 {
  color: #fff;
  text-align: left;
  background-color: #dc0000;
  border-radius: 200px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button-6:hover {
  background-color: #dc0000;
}

.container-32 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.h1-12 {
  margin-bottom: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 57px;
}

.text-block-21 {
  font-family: Poppins, sans-serif;
}

.standard-paragraph-15 {
  color: #797b90;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.bold-text-15 {
  background-color: #dc0000;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.section-business-logos-3 {
  background-color: #181716;
}

.container-33, .container-34 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-16 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 25px;
}

.text-span-25 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.padding-vertical-2 {
  padding: 5rem 0;
}

.h2-11 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-benefits-wrapper-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper-5.margin-top {
  background-color: #fff;
  margin-top: 10rem;
}

.standard-paragraph-17 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.standard-paragraph-17.smaller {
  text-align: center;
  font-size: .95rem;
}

.h2-12 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-12.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.container-35 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-18 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.standard-paragraph-18.smaller {
  text-align: center;
  font-size: .95rem;
}

.h2-13 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-13.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.t-section-large-3 {
  background-color: #e9f3ff;
  padding: 120px 5%;
  position: relative;
}

.margin-bottom-33 {
  margin-bottom: 8px;
}

.image-45 {
  color: #fff;
  background-color: #fff;
}

.t-avatar-name-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.t-paragraph-regular-2 {
  color: #747474;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.t-button-secondary-2 {
  color: #f7f7f7;
  text-align: center;
  background-color: #3b2ae5;
  border-radius: 8px;
  flex: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.t-button-secondary-2:hover, .t-button-secondary-2:active {
  background-color: #3b2ae5;
}

.image-46 {
  margin-top: 18px;
}

.button-29 {
  text-transform: none;
  background-color: #dc0000;
  border-radius: 200px;
  padding: 13px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-29:hover {
  opacity: 1;
  color: #f7f7f7;
}

.image-47 {
  border: .5px #e0e3de;
  border-radius: 4px;
  margin-top: 39px;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.bold-text-19 {
  font-weight: 500;
}

.container-36 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.standard-paragraph-19 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.standard-paragraph-19.smaller {
  text-align: center;
  text-align: center;
  font-size: .95rem;
  line-height: 20px;
}

.h2-14 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-14.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.bold-text-20 {
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  line-height: 10px;
}

.bold-text-21 {
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.t-section-large-4 {
  background-color: #fff;
  padding: 0 5% 120px;
  position: relative;
}

.margin-bottom-34 {
  margin-bottom: 8px;
}

.image-48 {
  color: #fff;
  background-color: #fff;
}

.t-button-secondary-3 {
  color: #f7f7f7;
  text-align: center;
  background-color: #3b2ae5;
  border-radius: 8px;
  flex: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.t-button-secondary-3:hover, .t-button-secondary-3:active {
  background-color: #3b2ae5;
}

.image-49 {
  margin-top: 18px;
}

.footer-link-4 {
  color: #dedede;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-heading-3 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-30 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 5px;
  padding: 13px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-30:hover {
  opacity: 1;
  color: #f7f7f7;
}

.footer-4 {
  color: #fff;
  background-color: #fff;
  padding: 0 5%;
}

.section-9 {
  overflow: hidden;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.navigation1-link-light {
  opacity: .8;
  margin-right: 30px;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon {
  opacity: .6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.image-50 {
  border-radius: 10px;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.button-31 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-31.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq1_icon-wrapper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.nav1-logo-wrapper {
  flex: none;
  align-items: center;
  display: inline-block;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.footer-logo-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

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

.footer-link-5 {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link-5:hover {
  opacity: 1;
}

.footer-link-5.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link-5.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link-5.spacing.last {
  margin-right: 0;
}

.bold-text-22 {
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.italic-text-2 {
  color: #dc0000;
  -webkit-text-stroke-color: #797b90;
}

.button-32 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-32.is-navbar2-button {
  color: #2f3e46;
  background-color: #eff0f0;
  border-style: none;
  border-radius: 4px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-center-5 {
  background-color: #f7f7f7;
  background-image: linear-gradient(#cee6f7, #fff);
  border: 0 #000;
  padding: 80px 30px 34px;
  position: relative;
}

.button-33 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.hero-split-5 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-11 {
  padding-left: 0;
}

.section-11 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.section-11.section-yoga {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visual_2.png');
}

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

.heading-36 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.margin-bottom-24px-6 {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
}

.section-12 {
  background-color: #f7f7f7;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.quick-stack-5 {
  max-width: 80%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  padding-top: 50px;
}

.image-51, .image-52, .image-53, .image-54 {
  max-width: 80%;
}

.heading-37 {
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.heading-7 {
  color: #333;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.testimonial {
  -webkit-text-fill-color: inherit;
  background-color: #f7f7f7;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.paragraph-22 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.heading-38 {
  text-align: left;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.quick-stack-12 {
  margin-top: 0;
  padding-top: 32px;
}

.image-55 {
  object-fit: cover;
  border-style: solid;
  border-color: #000;
  border-radius: 20px 0 0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-23 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-17 {
  max-width: none;
  margin-top: 15px;
  margin-left: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.paragraph-4 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.cell-5 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.image-24 {
  flex: 0 1 0;
  align-self: center;
  padding-top: 0;
}

.hero-heading-left-3 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  margin-top: -4px;
  padding: 25px 30px;
  position: relative;
}

.button-34 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.hero-wrapper-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-2.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.quick-stack-13 {
  padding-left: 0;
}

.heading-39 {
  color: #333;
  margin-top: 60px;
  font-size: 50px;
  line-height: 50px;
}

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

.hero-wrapper-copy-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-35 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.paragraph---pt-module-2 {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
}

.hero-heading-right-3 {
  background-color: #f7f7f7;
  border: 0 #000;
  padding: 25px 30px;
  position: relative;
}

.quick-stack-14 {
  padding-left: 0;
}

.heading-40 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

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

.heading-41 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.heading-42 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.quick-stack-3 {
  max-height: none;
  max-width: none;
  box-shadow: none;
}

.heading-43 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.paragraph-24 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.paragraph-25 {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.testimonial-3 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 39px;
}

.heading-19 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.cell-13 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-26 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.p-tune-clothing-2 {
  color: #333;
  margin-top: 1rem;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.h3-vegetable-driver-2 {
  color: #333;
  margin-top: 2.5rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.section-morning-weigh-2 {
  background-color: #f7f7f7;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 6rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.span-went-loose-2 {
  color: #374151;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-quick-earn-2 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.h2-chapter-himself-2 {
  color: #333;
  margin-top: -1px;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.div-honor-aboard-2 {
  width: 4rem;
  height: 4rem;
  -webkit-text-stroke-color: #ffe0e0;
  background-color: #fff;
  border: 2px solid #2e49d1;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.button-6 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-6:hover {
  opacity: .8;
}

.button-6.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.heading-16 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 55px;
}

.demo_paragrapgh {
  font-size: 16px;
}

.cell-7 {
  padding-top: 0;
  padding-left: 124px;
}

.quick-stack-4 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.quick-stack-4.quick-stack-yoga {
  margin-bottom: 62px;
}

.button-36 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-36.is-navbar2-button {
  color: #2f3e46;
  background-color: #eff0f0;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 16px;
  font-weight: 400;
}

.section-13 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.section-13.section-dansscholen {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge-1.png');
}

.quick-stack-15 {
  padding-left: 0;
}

.heading-44 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

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

.margin-bottom-24px-7 {
  color: #333;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 21px;
}

.button-37 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.section-15 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.quick-stack-16 {
  max-width: 80%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.paragraph-27 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.image-60 {
  max-width: 100%;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
}

.testimonial-4 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 37px;
}

.heading-45 {
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.heading-46 {
  text-align: left;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.paragraph-28 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.cell-14 {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
}

.heading-47 {
  max-width: none;
  margin-top: 15px;
  margin-left: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.image-61 {
  object-fit: cover;
}

.paragraph-29 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-48 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.quick-stack-18 {
  padding-left: 0;
}

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

.hero-wrapper-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.heading-49 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

.margin-bottom-24px-8 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-8.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.hero-heading-left-4 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 25px 30px;
  position: relative;
}

.button-38 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.paragraph---pt-module-3 {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
}

.hero-heading-right-4 {
  background-color: #f7f7f7;
  border: 0 #000;
  padding: 25px 30px;
  position: relative;
}

.quick-stack-19 {
  padding-left: 0;
}

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

.heading-50 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

.button-39 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.paragraph-30 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.cell-15 {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
}

.heading-18 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.paragraph-31 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-51 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.heading-52 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
}

.cell-16 {
  background-color: #fff;
  border-radius: 20px;
  align-items: flex-start;
  display: flex;
}

.testimonial-5 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 20px;
}

.heading-53 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.quick-stack-20 {
  max-height: none;
  max-width: none;
  box-shadow: none;
}

.paragraph-32 {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.div-honor-aboard-3 {
  width: 4rem;
  height: 4rem;
  -webkit-text-stroke-color: #ffe0e0;
  background-color: #fff;
  border: 2px solid #2311e5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

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

.h3-vegetable-driver-3 {
  color: #333;
  margin-top: 2.5rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.p-tune-clothing-3 {
  color: #333;
  margin-top: 1rem;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.h2-chapter-himself-3 {
  color: #333;
  margin-top: -1px;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.section-morning-weigh-3 {
  background-color: #f7f7f7;
  margin-top: 64px;
  padding-top: 0;
  padding-bottom: 6rem;
  font-weight: 400;
  text-decoration: none;
}

.quick-stack-21 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.button-40 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-40:hover {
  opacity: .8;
}

.button-40.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.demo_paragrapgh-2 {
  font-size: 16px;
}

.heading-54 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 65px;
}

.cell-17 {
  padding-top: 0;
  padding-left: 124px;
}

.button-41 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-41.is-navbar2-button {
  color: #2f3e46;
  background-color: #eff0f0;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 16px;
  font-weight: 400;
}

.heading-55 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.quick-stack-22 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-16 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.margin-bottom-24px-9 {
  color: #333;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 21px;
}

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

.hero-split-6 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.button-42 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.quick-stack-23 {
  max-width: 70%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-34 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-21 {
  text-align: left;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.heading-56 {
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.paragraph-35, .paragraph-36 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-22 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.testimonial-6 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 60px;
}

.cell-18 {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 35px;
}

.heading-57 {
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
}

.hero-heading-left-5 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.hero-wrapper-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.text-span-27 {
  color: #928365;
  -webkit-text-stroke-color: #928365;
  font-size: 40px;
}

.text-span-27.text-span-pt-module {
  color: #2311e5;
}

.quick-stack-25 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-58 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

.image-63 {
  max-width: 150%;
}

.hero-split-7 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.margin-bottom-24px-10 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-10.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.button-43 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.hero-heading-left-6 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.hero-wrapper-5 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.heading-59 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

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

.hero-split-8 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-11.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.button-44 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.hero-heading-left-7 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.hero-wrapper-6 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

.heading-60 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

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

.text-span-28 {
  color: #928365;
  -webkit-text-stroke-color: #928365;
  font-size: 40px;
}

.text-span-28.text-span-pt-module {
  color: #2311e5;
}

.hero-split-9 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.margin-bottom-24px-12 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-12.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.button-45 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.testimonial-7 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 39px;
}

.heading-61 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
}

.quick-stack-8 {
  max-height: none;
  max-width: none;
  box-shadow: none;
}

.heading-62 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.heading-63 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.paragraph-37 {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 3px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.cell-19 {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 35px;
}

.heading-64 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
}

.paragraph-38 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-39 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

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

.h2-chapter-himself-4 {
  color: #333;
  margin-top: -1px;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.section-morning-weigh-4 {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 6rem;
  font-weight: 400;
  text-decoration: none;
}

.div-honor-aboard-4 {
  width: 4rem;
  height: 4rem;
  -webkit-text-stroke-color: #ffe0e0;
  background-color: #fff;
  border: 2px solid #2e49d1;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.p-tune-clothing-4 {
  color: #333;
  margin-top: 1rem;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.quick-stack-26 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.demo_paragrapgh-3 {
  font-size: 16px;
}

.heading-65 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 65px;
}

.cell-20 {
  padding-top: 0;
  padding-left: 124px;
}

.button-46 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-46:hover {
  opacity: .8;
}

.button-46.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.button-47 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-47.is-navbar2-button {
  color: #2f3e46;
  background-color: #eff0f0;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 16px;
  font-weight: 400;
}

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

.heading-66 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.button-48 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.quick-stack-27 {
  padding-left: 0;
}

.hero-split-10 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-13 {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
}

.section-19 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.heading-67 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 55px;
}

.cell-21 {
  padding-top: 0;
  padding-left: 124px;
}

.demo_paragrapgh-4 {
  font-size: 16px;
}

.quick-stack-28 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.button-49 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-49:hover {
  opacity: .8;
}

.button-49.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.button-50 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-50.is-navbar2-button {
  color: #2f3e46;
  background-color: #eff0f0;
  border-style: none;
  border-radius: 4px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 16px;
  font-weight: 400;
}

.section-20 {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 74px;
  padding-bottom: 0;
}

.section-20.section-boksen {
  background-image: linear-gradient(277deg, rgba(247, 247, 247, 0), #f7f7f7 67%), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge_1.png');
}

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

.margin-bottom-24px-14 {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
}

.heading-68 {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.hero-split-11 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-51 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.quick-stack-29 {
  padding-left: 0;
}

.quick-stack-30 {
  max-width: 70%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.testimonial-8 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
}

.paragraph-41 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.heading-69 {
  text-align: left;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
  display: flex;
}

.heading-70 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.quick-stack-31 {
  padding-top: 32px;
  padding-bottom: 20px;
}

.heading-71 {
  max-width: none;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  display: flex;
  position: static;
}

.cell-22 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.heading-72 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 22px;
  display: flex;
}

.paragraph-42 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-43 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.image-66 {
  text-align: left;
  object-fit: cover;
  position: static;
}

.hero-heading-left-8 {
  color: #fff;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 50px 30px 0;
  position: relative;
}

.hero-wrapper-7 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding-top: 0;
  display: flex;
}

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

.hero-split-12 {
  max-width: 46%;
  color: #2f3e46;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-52 {
  background-color: #2e49d1;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 16px;
}

.heading-73 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

.margin-bottom-24px-15 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-15.paragraph---pt-module {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.quick-stack-32 {
  padding-left: 0;
}

.heading-74 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.paragraph-44 {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 3px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.quick-stack-33 {
  max-height: none;
  max-width: none;
  box-shadow: none;
}

.heading-75 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 20px;
  display: block;
}

.cell-23 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.paragraph-45 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-76 {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.paragraph-46 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.heading-77 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 20px;
}

.heading-78 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 55px;
}

.cell-24 {
  padding-top: 0;
  padding-left: 124px;
}

.demo_paragrapgh-5 {
  font-size: 16px;
}

.button-53 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-53:hover {
  opacity: .8;
}

.button-53.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.quick-stack-34 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.button-54 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-54.is-navbar2-button {
  color: #f7f7f7;
  background-color: #2e49d1;
  border: .5px solid #e0e3de;
  border-radius: 6px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar2_component-8 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #e9f3ff;
  border: .5px solid #e0e3de;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link-7 {
  color: #2f3e46;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.navbar2_link-7.w--current {
  color: rgba(0, 0, 0, 0);
}

.text-span-29 {
  color: #2e49d1;
}

.image-70 {
  border: .5px solid #e0e3de;
  border-radius: 8px;
}

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

.standard-paragraph-20 {
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 25px;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.header-graphic-3 {
  margin-top: 4rem;
}

.icon-button-7 {
  color: #fff;
  background-color: #2e49d1;
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button-7:hover {
  background-color: #2e49d1;
}

.h1-13 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.home-header-content-4 {
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.text-mark-7 {
  color: #2f3e46;
  font-weight: 700;
  display: inline-block;
}

.padding-global-7 {
  background-color: #262420;
  padding-left: 20%;
  padding-right: 10%;
}

.text-span-30 {
  color: #2e49d1;
}

.image-71 {
  margin-top: -114px;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
}

.navbar2_component-9 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #e0e3de;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-home-benefits-3 {
  background-color: #fff;
  margin-top: 32px;
}

.text-span-31 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.home-header-content-5 {
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.section-business-logos-4 {
  background-color: #e9f3ff;
}

.header-graphic-4 {
  margin-top: 4rem;
}

.h2-15 {
  color: #2f3e46;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-15.text-align-center {
  font-size: 2.5rem;
  font-weight: 600;
}

.home-benefits-content-2 {
  width: 50ch;
  padding-right: 10%;
}

.section-home-process-2 {
  margin-top: -79px;
}

.padding-vertical-3 {
  margin-bottom: 0;
  padding: 0;
}

.text-mark-8 {
  color: #2f3e46;
  font-weight: 700;
  display: inline-block;
}

.h1-14 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.home-benefits-wrapper-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.home-benefits-wrapper-6.margin-top {
  background-color: #fff;
  margin-top: 0;
}

.image-72 {
  border: .5px solid #e0e3de;
  border-radius: 8px;
}

.image-73 {
  margin-top: -65px;
}

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

.button-55 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-55.is-navbar2-button {
  color: #2f3e46;
  background-color: #fff;
  border: .5px solid #e0e3de;
  border-radius: 6px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.home-header-4 {
  text-align: center;
  background-color: #e9f3ff;
}

.t-section-large-5 {
  background-color: #e9f3ff;
  padding: 120px 5%;
  position: relative;
}

.margin-bottom-35 {
  margin-bottom: 8px;
}

.image-74 {
  color: #fff;
  background-color: #fff;
}

.t-button-secondary-4 {
  color: #f7f7f7;
  text-align: center;
  background-color: #3b2ae5;
  border-radius: 8px;
  flex: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.t-button-secondary-4:hover, .t-button-secondary-4:active {
  background-color: #3b2ae5;
}

.image-75 {
  margin-top: 18px;
}

.footer-link-6 {
  color: #dedede;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-heading-4 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-56 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 5px;
  padding: 13px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-56:hover {
  opacity: 1;
  color: #f7f7f7;
}

.footer-5 {
  color: #fff;
  background-color: #2f3e46;
  padding: 60px 5%;
}

.padding-global-8 {
  background-color: #262420;
  padding-left: 20%;
  padding-right: 10%;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #ede0d8;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-79 {
  margin-top: 40px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.button-57 {
  text-align: center;
  background-color: #70c217;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button-57:hover {
  background-color: #4b9000;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  text-align: center;
  margin-bottom: 64px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-80 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.spark-card-details {
  max-width: 590px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  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;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 8px 32px;
  display: flex;
}

.text-block-24 {
  text-align: left;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-section {
  width: 100%;
  padding: 36px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.text-span-33 {
  color: #2735c9;
}

.spark-container {
  max-width: 1440px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-23 {
  color: #2b38c3;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: #131313;
  background-image: linear-gradient(#f7f7f7, #f7f7f7), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.purple-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  padding-top: 0;
}

.button-58 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-58.is-navbar2-button {
  color: #f7f7f7;
  background-color: #2e49d1;
  border: .5px solid #e0e3de;
  border-radius: 6px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.navbar2_component-10 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border: .5px solid #e0e3de;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.waves---mega-heading-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 115%;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  margin-top: -120px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.waves-wide-tile-features-7 {
  min-height: 410px;
  background-color: #ede0d8;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-image-hero-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#fff, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #fff, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.purple-2 {
  color: #fff;
  background-color: #2e49d1;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}

.container-52 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.waves---limit-480 {
  width: 100%;
  max-width: none;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  width: 30%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-simple-side-icon-tab {
  color: #000;
  background-color: #f7f7f7;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
  border-bottom-color: #a695fb;
}

.spark-simple-side-icon-tab.w--current {
  color: #fff;
  background-color: #2e49d1;
  border-bottom-color: #5532fa;
}

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

.spark-simple-stacked-icon-tabs {
  width: 20%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  width: 100%;
  max-width: 365px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.spark-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.sub-heading-2 {
  color: #000;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.sub-heading-2.white {
  color: #fff;
  margin-left: 0;
}

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

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.purple-image-2 {
  z-index: 1;
  position: relative;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 0;
}

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.button-59 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-59:hover {
  opacity: .8;
}

.button-59.in-form {
  width: 40%;
  text-align: center;
  background-color: #2311e5;
  border-radius: 5px;
  font-weight: 500;
}

.quick-stack-35 {
  background-color: #f7f7f7;
  margin-bottom: 102px;
}

.quick-stack-35.quick-stack-yoga {
  background-color: #fff;
  margin-bottom: 62px;
  padding-top: 0;
}

.cell-25 {
  padding-top: 0;
  padding-left: 124px;
}

.image-76 {
  margin-top: 18px;
}

.footer-link-7 {
  color: #dedede;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-heading-5 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-60 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 5px;
  padding: 13px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button-60:hover {
  opacity: 1;
  color: #f7f7f7;
}

.footer-6 {
  color: #fff;
  background-color: #2f3e46;
  padding: 60px 5%;
}

.sub-heading-3 {
  color: #000;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.button-61 {
  text-align: center;
  background-color: #d6b374;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: 16px;
  margin-right: auto;
  padding: 16px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-61:hover {
  background-color: #4b9000;
}

.text-span-34 {
  color: #2735c9;
}

.bold-text-26 {
  color: #2b38c3;
}

.text-block-29 {
  text-align: left;
  padding-bottom: 31px;
  padding-left: 19px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.feature {
  max-width: 1440px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.spark-simple-icon-tabs-content-copy {
  width: 75%;
  display: block;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--white);
  color: var(--grib-goud);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-faq-title-wrapper {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--alley-component-library--blue--900);
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-title-wrap-center-large {
  max-width: 770px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-full-width {
  width: 100%;
  background-color: var(--blue);
  text-align: center;
}

.spark-button.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-small-icon-2 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon-2.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-small-icon-2.spark-primary-color {
  color: var(--blue);
  -webkit-text-stroke-color: var(--spark-library--background--interactive);
}

.spark-checked-item {
  width: 100%;
  max-width: 296px;
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-two-column {
  flex-flow: wrap;
  justify-content: center;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-foreground-secondary.spark-no-bottom {
  margin-bottom: 0;
  margin-left: 37px;
}

.spark-foreground-primary {
  color: var(--spark-library--black);
  font-weight: 600;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-large-plan-name {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-left-side-pricing-info {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: var(--spark-library--foreground-interactive);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.spark-left-side-pricing-info.spark-reduce-margin-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: var(--spark-library--white);
  background-color: #d6b374;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.spark-left-side-pron {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.spark-pricing-top {
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.spark-thick-top-pricing {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 48px 10px 0;
}

.spark-full-pricing-column {
  width: 100%;
  max-width: 100%;
  background-color: var(--spark-library--white);
}

.spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, .12);
}

.spark-pricing-tab-pane {
  padding: 32px;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph-2.spark-no-bottom {
  margin-bottom: 0;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-side-flat-tab {
  width: 100%;
  border-bottom: 3px solid var(--grib-goud);
  color: var(--spark-library--black);
  background-color: rgba(0, 0, 0, 0);
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--grib-goud);
  color: var(--spark-library--foreground-interactive);
  background-color: rgba(0, 0, 0, 0);
}

.spark-stacked-flat-tabs-menu {
  width: 30%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab-parent-2 {
  width: 100%;
  display: block;
}

.spark-side-flat-tab-parent-2.spark-flex-middle {
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-max-width-utility-800 {
  max-width: 46rem;
  flex: none;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  border: 2px #000;
  border-radius: 0;
  padding: 100px 64px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--alley-component-library--gray--900);
  -webkit-text-stroke-color: var(--alley-component-library--gray--0);
  background-color: rgba(214, 179, 116, 0);
  border: 0 solid #000;
  border-radius: 20px;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.grib1 {
  opacity: 1;
  color: var(--alley-component-library--neutral--white);
  background-image: linear-gradient(#d6b374, #d6b374);
  border: 2px solid #d6b374;
  border-radius: 19px;
  margin-bottom: 10px;
  padding: 2px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 100%;
  max-width: 300px;
}

.cf-tabs-right-tab {
  width: 50%;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button {
  width: 169px;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--blue);
  -webkit-text-stroke-color: var(--grib-goud);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  min-height: 689px;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image.absolute.card {
  width: 48%;
  height: auto;
  max-width: 233px;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 200%;
  max-width: 600px;
  position: relative;
  top: auto;
}

.cf-tabs-content {
  border-radius: 12px;
}

.home-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.home-tab-link:hover {
  opacity: .8;
}

.home-tab-link.w--current {
  background-color: var(--grib-goud);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.tabs_menu_1 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs_menu_1.horizontal-scroll-tabs {
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.cf-home-tabs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-tabs-header-text {
  color: rgba(0, 0, 0, .8);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  max-width: 744px;
  color: #000;
  text-align: center;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-4-tabs-heading.heading-2 {
  font-family: Poppins, sans-serif;
}

.cf-tabs-header {
  max-width: 839px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.cf-features-section-4 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-31, .text-block-32, .text-block-33 {
  color: #000;
}

.text-block-34 {
  color: var(--alley-component-library--gray--900);
}

.text-block-35 {
  color: #000;
}

.container-53 {
  padding-top: 60px;
}

.gratis-demo {
  text-align: center;
  background-color: #d6b374;
  border-radius: 19px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 250px;
  margin-right: 250px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.video {
  border-radius: 0;
  margin-left: 44px;
  margin-right: -157px;
}

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-max-width-medium {
  max-width: 486px;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-cta-input-field {
  height: 48px;
  border: 1px solid var(--alley-component-library--neutral--off-white);
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  margin-bottom: 0;
  padding: 12px 24px;
  transition: border-color .2s;
}

.a-cta-input-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-cta-form-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
}

.a-cta-form {
  width: 100%;
  max-width: 480px;
  margin-bottom: 16px;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-cta-icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-cta-feature {
  align-items: center;
  display: flex;
}

.a-cta-feature-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.a-cross-span {
  background-image: url('../images/text-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-regular.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
  color: #5167f6;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

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

.a-cta-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.text-block-36, .text-block-37 {
  font-weight: 900;
}

.section-22 {
  z-index: 1;
  width: 100%;
  background-color: #080909;
  position: relative;
}

.section-22.dark {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.dynamicimage {
  z-index: 0;
  width: 45%;
  opacity: .4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.dynamicimage.slider-brand {
  width: 60%;
  opacity: 1;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.innerwrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.what-we-do-tabs {
  display: flex;
}

.red-span {
  color: #ad292e;
}

.branding-nav {
  width: 100px;
  height: 100px;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
  text-decoration: none;
  display: flex;
}

.branding-nav.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ad292e;
}

.wwd-tabs-content {
  width: 80%;
}

.branding-collection-item {
  position: relative;
}

.darkbg {
  max-width: none;
  opacity: .2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.darkbg.four, .darkbg.two, .darkbg.three {
  opacity: 0;
}

.darkbg.one {
  opacity: .2;
}

.textwrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
}

.branding-collecction-list {
  position: relative;
}

.wwd-tabs-menu {
  width: 15%;
}

.branding-content {
  width: 100%;
  height: 100%;
}

.wrapper-5 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-wrapper {
  padding-top: 4em;
}

.section-23.overflow-hidden {
  overflow: hidden;
}

.stacked-tabs-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.stacked-tab-holder {
  width: 100%;
}

.stacked-tab-holder._03 {
  z-index: 2;
  opacity: .3;
  position: absolute;
  transform: scale(.7)translate(255px);
}

.stacked-tab-holder._01 {
  z-index: 4;
  position: relative;
}

.stacked-tab-holder._02 {
  z-index: 3;
  opacity: .7;
  position: absolute;
  transform: scale(.9)translate(76px);
}

.stacked-tabs-content-holder {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

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

.tab-circle {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 6px 6px 26px rgba(101, 101, 101, .26), inset -6px -6px 15px rgba(121, 120, 120, .1);
}

.grey-paragraph {
  color: #7f8090;
}

.container-54 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

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

.link:hover {
  color: #646464;
}

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

.stacked-tabs-pane-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-link {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(75, 148, 255, 0);
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-link:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .05), 0 2px 5px rgba(61, 92, 255, .1);
}

.stacked-gradient {
  z-index: 9;
  width: 70vw;
  height: 120%;
  background-image: linear-gradient(270deg, rgba(251, 251, 251, 0) 16%, #fff 28%);
  border-radius: 0;
  position: absolute;
  left: -50vw;
  right: auto;
}

.stacked-tab-image {
  width: 100%;
  border: .7px solid #e8eaed;
  border-radius: 12px;
  box-shadow: 6px 6px 41px rgba(86, 86, 86, .15);
}

.tab-title {
  margin-bottom: -5px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.tab-paragraph {
  color: #808292;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.tab-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.mobile-link {
  display: none;
}

.stacked-tabs-container {
  z-index: 10;
  width: 520px;
  min-width: 520px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tab-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-span-6-copy {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--928365);
  margin-top: 114px;
  margin-bottom: -9px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-span-6-copy.text-span-pt-module {
  color: var(--blue);
}

.rl-components_item-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.rl-components_item-wrapper:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.rl-features_card1 {
  background-color: #d8d5d2;
  background-image: none;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}

.rl-intro_video-wrapper {
  z-index: 3;
  width: 83%;
  margin-bottom: 3%;
  margin-left: .5%;
  padding-top: 47%;
  position: absolute;
  overflow: hidden;
}

.rl-pricing_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.rl-navbar_clone-button {
  color: #161616;
  text-align: center;
  background-color: #d8d5d2;
  border: 2px solid #d8d5d2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.rl-navbar_clone-button:hover {
  background-color: #e4e2df;
  border-color: #e4e2df;
}

.slide-nav-8 {
  height: .5rem;
  padding-top: 0;
  font-size: .5rem;
  display: none;
  bottom: 2rem;
}

.rl-intro-ix-trigger1 {
  height: 30%;
  position: relative;
}

.copypaste-symbol_wrapper {
  height: 54px;
  background-color: #fff;
  border: 3.5px solid #161616;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  box-shadow: 6px 6px #161616;
}

.copypaste-symbol_text-wrapper {
  height: 1.75rem;
  overflow: hidden;
}

.rl-testimonials_slide-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl-navbar_loop-text {
  letter-spacing: .05rem;
  text-transform: uppercase;
  flex: 1;
  font-weight: 500;
  display: flex;
}

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

.rl-footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: start;
}

.rl-features_card3-image2 {
  width: 12.5rem;
  margin-right: 1rem;
}

.rl-builtwith_projects-wrapper {
  width: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.rl-builtwith_projects-wrapper.top {
  margin-left: 5vw;
}

.rl-builtwith_projects-wrapper.top.show-tablet {
  display: none;
}

.rl-builtwith_projects-wrapper.bottom {
  margin-right: 5vw;
}

.rl-builtwith_projects-wrapper.bottom.show-tablet {
  display: none;
}

.rl-features_heading-wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rl-navbar_logo-link {
  align-self: center;
  padding-left: 0;
}

.rl-navbar_loop-text-wrapper {
  flex-wrap: nowrap;
  flex: none;
  font-size: .875rem;
  display: flex;
}

.rl-components_list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.rl-builtwith_project-image {
  align-self: flex-start;
}

.section-rl-builtwith {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rl-intro_lottie-animation {
  z-index: 1;
  height: 60rem;
  object-position: 50% 50%;
  position: relative;
}

.rl-intro_blur2 {
  z-index: -1;
  width: 27.5rem;
  height: 27.5rem;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 5%;
}

.rl-intro_component {
  width: 95vw;
  height: 600vh;
  background-color: #d8d5d2;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
}

.save-money-label {
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .5rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 2px 3px #000;
}

.rl-pricing-outline {
  background-image: linear-gradient(103deg, #ff7448, #ff4848 50%, #6248ff 97%);
  border-radius: 18px;
  padding: 3px;
}

.text-style-label {
  background-color: #d8d5d2;
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 500;
  display: inline-block;
}

.rl-builtwith_projects-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-header_heading-wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.text-background-scribble2 {
  background-image: url('../images/text-scribble-bg2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -.5rem;
  padding-bottom: .5rem;
  padding-right: 0;
  display: inline-block;
}

.rl-features_card3-image1 {
  width: 12.5rem;
}

.footer_text-link {
  text-decoration: underline;
}

.pricing-table_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(22, 22, 22, .15);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rl-intro_blur1 {
  z-index: -1;
  width: 27.5rem;
  height: 27.5rem;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.rl-builtwith_component {
  width: 95vw;
  height: auto;
  background-color: #d8d5d2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: relative;
  overflow: hidden;
}

.rl-pricing_callout-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  margin-bottom: 1.5rem;
}

.section-rl-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rl-pricing_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.rl-pricing_button-wrapper {
  align-items: center;
  display: flex;
}

.rl-navbar_loop {
  background-color: #d8d5d1;
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.rl-builtwith_button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.rl-faq_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-footer_link {
  color: rgba(22, 22, 22, .65);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.rl-footer_link:hover {
  color: #161616;
}

.rl-footer_social-link-wrapper {
  margin-top: 1rem;
  display: flex;
}

.rl-features_image-wrapper {
  position: relative;
}

.rl-header_sign-wrapper {
  width: 7.875rem;
  height: 7.875rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.pricing-table_button-caption {
  max-width: 12rem;
  margin-left: 1.5rem;
}

.rl-features_background-overlay {
  display: none;
}

.heading-huge {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-components_number-text {
  color: rgba(22, 22, 22, .8);
  background-color: #d8d5d2;
  border-radius: .5rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}

.rl-intro_text-wrapper1 {
  width: 100%;
  height: 100vh;
  text-align: left;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  position: relative;
}

.rl-navbar_component {
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem 2.5vw;
  display: flex;
}

.rl-footer_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl-footer_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.rl-testimonials_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.rl-footer_slack-text-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.rl-header_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tick-icon {
  align-self: flex-start;
  margin-right: .75rem;
}

.rl-footer_slack-cta {
  background-color: #d8d5d2;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.rl-footer_slack-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 3px solid #161616;
  border-radius: .5rem;
  margin-right: 2rem;
  padding: .5rem;
  box-shadow: 4px 4px #161616;
}

.text-style-link {
  text-decoration: underline;
}

.rl-faq_answer {
  overflow: hidden;
}

.rl-builtwith_project {
  width: 32vw;
  height: 21vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .05);
}

.rl-features_card2 {
  background-color: #d8d5d2;
  background-image: none;
  border-radius: 1rem;
  padding: 4rem;
}

.rl-intro_text-wrapper3 {
  width: 100%;
  height: 100vh;
  text-align: left;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 20rem;
  position: relative;
}

.text-bg-scribble3 {
  background-image: url('../images/text-scribble-bg3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -.5rem;
  padding-bottom: .5rem;
  display: inline-block;
}

.footer_logo {
  height: 32px;
}

.rl-builtwith_wrapper {
  height: auto;
  margin-top: 6rem;
}

.rl-header_heading {
  letter-spacing: -.03em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer_text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.75rem;
  display: flex;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-builtwith_heading-wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rl-header_content-image {
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.faq-05_icon {
  width: 32px;
  align-self: flex-start;
  margin-left: 24px;
}

.rl-features_image.image3 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl-features_image.image2 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl-features_image.image1 {
  z-index: 0;
  position: relative;
}

.rl-intro_heading {
  color: rgba(22, 22, 22, .15);
  -webkit-text-fill-color: transparent;
  background-color: rgba(22, 22, 22, .1);
  background-image: url('../images/noise_2x.png');
  background-position: 0 0;
  background-size: 300px;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12vw;
  display: inline;
}

.rl-intro_content {
  z-index: 1;
  height: 100vh;
  max-width: 56.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.rl-intro_animation-content {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rl-intro_video {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-darkgrey {
  color: rgba(22, 22, 22, .65);
}

.rl-header_content-overlay {
  height: 7.5rem;
  background-image: linear-gradient(360deg, rgba(22, 22, 22, .4), rgba(22, 22, 22, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper-4 {
  display: block;
  overflow: visible;
}

.page-wrapper-4.hide {
  display: none;
}

.rl-faq_question {
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl-pricing_callout {
  text-align: center;
  background-color: #d8d5d2;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.show-tablet {
  display: none;
}

.rl-faq_list {
  max-width: 48rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid rgba(22, 22, 22, .15);
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl-header_sign-background {
  z-index: 0;
  width: 7.875rem;
  height: 7.875rem;
  color: #fff;
  text-align: center;
  background-image: url('../images/sign-bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copypaste-symbol_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.copypaste-symbol_component.rl-header-position {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.rl-header_content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.rl-faq_accordion {
  border-top: 1px solid rgba(22, 22, 22, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.copypaste-symbol_mobile-image1 {
  display: none;
}

.rl-footer_column-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.rl-footer-credit-text {
  color: rgba(22, 22, 22, .65);
  font-size: .875rem;
}

.rl-intro_lottie-animation-screenshot {
  z-index: 2;
  width: 100%;
  display: block;
  position: absolute;
}

.rl-intro_heading-wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.rl-footer_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.fixed-cta {
  z-index: 999;
  position: fixed;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 2.5vw;
}

.rl-builtwith_project-button {
  color: #161616;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
}

.button-icon {
  margin-right: .5rem;
}

.rl-pricing_list-item {
  align-items: flex-start;
  display: flex;
}

.rl-testimonial_quote-icon-bottom {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl-features_card3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #161616;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rl-features_card3-background {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rl-header_content-loop-wrapper.move-down {
  transform: translate(0, -50%);
}

.rl-footer_social-link {
  width: 2rem;
  height: 2rem;
  background-color: #d8d5d2;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .25rem;
  transition: all .3s;
  display: flex;
}

.rl-footer_social-link:hover {
  background-color: #e4e2df;
}

.rl-navbar_button {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.rl-navbar_button:hover {
  background-color: #000;
  border-color: #000;
}

.rl-navbar_button._0-opacity {
  min-height: 3rem;
  opacity: 0;
  justify-content: center;
}

.text-background-box {
  background-image: url('../images/text-box-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -1rem;
  margin-left: -.25rem;
  margin-right: -1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  display: inline-block;
}

.rl-header_content-wrapper {
  height: 50vh;
  min-height: 25px;
  background-color: #d8d5d1;
  border-radius: 1.5rem;
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.rl-header_content-wrapper.overflow-safari {
  border-radius: 1rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rl-pricing_browser {
  align-items: center;
  display: flex;
}

.rl-features_text-wrapper.text-color-white {
  z-index: 3;
  position: relative;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-grey {
  color: rgba(22, 22, 22, .75);
}

.text-background-box2 {
  background-image: url('../images/text-box-bg2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
  display: inline-block;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: #d8d5d1;
}

.button-secondary.button-large {
  height: 56px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button-secondary.button-large.dont-shrink {
  flex: none;
}

.button-secondary.button-large.with-icon {
  height: 56px;
  align-items: center;
  padding-left: 1.5rem;
  display: flex;
}

.button-secondary.invert-colors {
  color: #fff;
  background-color: #161616;
  border-color: #fff;
}

.button-secondary.invert-colors:hover {
  background-color: rgba(255, 255, 255, .05);
}

.button-secondary.invert-colors.blur-background {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(22, 22, 22, 0);
}

.rl-page-padding {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.button-62 {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-62:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0);
}

.button-62.button-large {
  height: 56px;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  display: flex;
}

.button-62.button-large.dont-shrink {
  flex: none;
}

.rl-footer_bottom-link {
  color: rgba(22, 22, 22, .65);
  font-size: .875rem;
}

.rl-intro_callout {
  z-index: 3;
  position: absolute;
  top: 10vh;
  bottom: auto;
  left: -8vw;
  right: auto;
}

.rl-footer_line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(22, 22, 22, .15);
  margin-bottom: 2.5rem;
}

.rl-features_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.rl-pricing_item {
  text-align: left;
  background-color: #d8d5d2;
  border-radius: 16px;
  padding: 3rem;
}

.rl-pricing_item.highlighted {
  background-color: #fff;
  border-style: none;
}

.rl-intro_text-wrapper2 {
  width: 100%;
  height: 100vh;
  text-align: right;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5vw;
  position: relative;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rl-intro-ix-trigger2 {
  height: 80%;
  position: relative;
}

.rl-header_sign-text {
  z-index: 1;
  position: relative;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.rl-footer_column-layout {
  grid-column-gap: 3vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-intro_blur3 {
  z-index: -1;
  width: 27.5rem;
  height: 27.5rem;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
}

.rl-intro_text-wrapper {
  z-index: 0;
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rl-features_card3-background-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: absolute;
  top: auto;
  bottom: -120%;
  left: auto;
  right: -28%;
  transform: skew(-45deg, 35deg);
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-header_content-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-flow: row;
  margin-bottom: 2rem;
}

.rl-testimonials_headshot {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100%;
}

.text-size-large {
  font-size: 1.25rem;
}

.footer1_logo-link {
  padding-left: 0;
}

.rl-pricing_browser-icon {
  margin-right: 1rem;
}

.rl-components_item-image {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.rl-intro-ix-triggers {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.copypaste-symbol_icon-wrapper {
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
}

.fixed-cta_button {
  min-height: 3rem;
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.fixed-cta_button:hover {
  background-color: #000;
  border-color: #000;
}

.fixed-cta_button.w--current {
  background-color: #161616;
}

.rl-footer_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.copypaste-symbol_mobile-image2 {
  display: none;
}

.text-background-scribble {
  background-image: url('../images/text-scribble-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  padding-right: 0;
  display: inline-block;
}

.rl-testimonial_quote-icon-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-wrapper-5 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper-5.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.pr-wipe-2 {
  z-index: 6;
  width: 100%;
  background-image: url('../images/preload-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.prl-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pr-wipe-1 {
  width: 100%;
  background-image: url('../images/preload-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.preload-title {
  z-index: 222222222;
  color: #e4b989;
  text-align: center;
  font-size: 8rem;
  line-height: 1.1;
  position: relative;
}

.pr-wipe-3 {
  z-index: 70;
  width: 100%;
  background-image: url('../images/preload-3.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loader {
  width: 100%;
  height: 100vh;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.page-wipe {
  z-index: 2147483647;
  background-color: #1e1e1e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preload-block {
  width: 200px;
  height: 300px;
  position: absolute;
}

.text-hide {
  overflow: hidden;
}

.preload {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-wrap {
  overflow: hidden;
}

.img-wrap {
  z-index: 1111;
  width: 200px;
  height: 300px;
  position: absolute;
}

.wipe {
  height: 101%;
  background-color: #1e1e1e;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wipe.w2 {
  max-height: 300px;
  background-color: rgba(30, 30, 30, 0);
  background-image: url('../images/preload-2.jpg');
  background-position: 50%;
  background-size: cover;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-77 {
  height: 300px;
}

.bullet-img-wrapper {
  width: 20rem;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.grid-six-wrapper {
  height: 30rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.arrow-tab {
  height: 3.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #fff;
  background-color: #d6b374;
  background-image: none;
  font-weight: 700;
}

.round-tab {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px 15px rgba(93, 110, 199, .04);
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
  order: 0;
  align-self: flex-start;
  margin-bottom: -72px;
  display: block;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.icon-1x1-small-2 {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  justify-content: space-between;
  padding: 4.7rem 3rem 3rem;
  display: flex;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.banner_icon-wrapper {
  width: 5.4rem;
  height: 5.4rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.text-size-regular {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.heading-style-h4-1 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-overflow-mobile {
  padding-left: 4rem;
  padding-right: 4rem;
}

.round_tab-menu {
  height: 3.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-left {
  width: 58%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-weight-medium-2 {
  font-weight: 600;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  display: flex;
}

.banner-wrapper {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #f7f7f7;
}

.banner-wrapper.is-blue {
  background-color: #d8e6ff;
  padding-bottom: 1rem;
}

.banner-wrapper.is-pink {
  background-color: #f7f7f7;
}

.banner-wrapper.is-orange {
  background-color: #e7f1fa;
}

.banner-wrapper.is-lightblue {
  background-color: #d8e6ff;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #e7f1fa;
}

.button-icon-2 {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  text-decoration: none;
  display: flex;
}

.banner_large {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 0 -10px rgba(102, 96, 121, .21);
}

.feature-tab-content {
  flex: 1;
}

.feature-tab-menu {
  width: 20%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.tabs-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
}

.full_img-cover {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-63 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-63:hover {
  background-color: #000cb8;
}

.badge {
  width: 2rem;
  height: 2rem;
  color: #3370ff;
  text-align: center;
  flex: none;
  font-weight: 700;
}

.page-wrapper-5 {
  overflow: hidden;
}

.bullet-content {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.meer-features {
  padding-top: 4px;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.banner_small {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.button-icon-arrow {
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .6rem;
  display: flex;
}

.tab-text {
  padding-top: 8px;
  font-weight: 700;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.padding-section-medium-2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.text-size-medium-2 {
  font-size: 1.2rem;
}

.text-size-medium-2.button-63 {
  margin-top: 24px;
  padding-top: .75rem;
}

.grid-3-2 {
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-ai {
  color: #5b5b5b;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.featurespakket {
  color: #fff;
  background-color: #d6b374;
  border: 3px solid #d6b374;
  border-radius: 7px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.aivoeding {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.cta_grid {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero_inner {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta_arrow {
  width: 2em;
  height: 2em;
  color: #ea4537;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.video-youtube-container {
  width: 100%;
  cursor: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.is-txt-small {
  color: var(--grib-goud);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.page-padding-m {
  mix-blend-mode: normal;
  padding: 6em 14.72%;
}

.timeline_grid {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_progress-overlay-bottom {
  width: 6px;
  height: 4em;
  background-image: linear-gradient(rgba(10, 34, 125, 0), #0a227d);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 47%;
  right: 0%;
}

.section_wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 3em;
  display: flex;
  position: relative;
}

.play-button-2 {
  width: 5em;
  color: #ea4537;
}

.video-youtube-embed {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.is-h2 {
  color: #94bac7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.arrow-2 {
  width: 2em;
}

.is-h4 {
  color: var(--alley-component-library--gray--0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.timeline_progress {
  z-index: 1;
  width: 3px;
  height: 5%;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.timeline {
  position: relative;
}

.cta_text-wrap {
  flex: 1;
}

.cta_icon {
  width: 5.75em;
  height: 5.75em;
}

.timeline_progress-overlay-top {
  z-index: 0;
  width: 6px;
  height: 2em;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -2px;
  right: 0%;
}

.container-m {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-h3 {
  color: #0a227d;
  font-size: 2rem;
  font-weight: 400;
}

.is-h1 {
  color: #94bac7;
  text-align: center;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.cta_about {
  grid-column-gap: 2em;
  background-color: #94bac7;
  border-radius: 1em;
  padding: 4em;
  display: flex;
  overflow: hidden;
  box-shadow: 6px 6px #ea4537;
}

.timeline_track {
  width: 2px;
  height: 100%;
  background-color: var(--grib-goud);
  flex-direction: column;
  align-items: center;
}

.timeline_dot {
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: var(--grib-goud);
  border: 1px solid #0a227d;
  border-radius: 99px;
  position: relative;
}

.video-youtube-sizer {
  width: 100%;
  max-width: 800px;
  border: 2px solid #94bac7;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 6px 6px #ea4537;
}

.hero-6 {
  height: 100vh;
  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;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.is-txt-medium {
  color: #0a227d;
  font-size: 1.6rem;
  line-height: 150%;
}

.cta_box {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px #ea4537;
}

.cta_box:hover {
  transform: translate(0, -.5em);
  box-shadow: 0 4px 8px 4px rgba(23, 26, 1, .15);
}

.video-youtube-thumbnail {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portrait {
  width: 12em;
  height: 12em;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.spacer_m {
  height: 3em;
}

.video-youtube-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline_item {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ea4537;
}

.timeline_item.is-1 {
  background-color: var(--blue);
  box-shadow: 6px 6px 16px 0 var(--black);
}

.timeline_item.is-2 {
  background-color: var(--blue);
  box-shadow: 6px 6px 20px -6px #2311e5;
}

.timeline_item.is-3 {
  background-color: var(--blue);
  box-shadow: 6px 6px 16px -6px #2311e5;
}

.patten-wrap {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pattern {
  width: 40em;
  height: 37.5em;
  color: #ea4537;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pattern.is-reverse {
  transform-style: preserve-3d;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.container-55 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-content: start;
  position: -webkit-sticky;
  position: sticky;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.testimonial-author-wrap {
  display: flex;
}

.container-56 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-wrap {
  display: flex;
}

.tagline-2 {
  color: var(--alley-component-library--gray--0);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.reviews-wrap {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.testimonial-author-image {
  width: 60px;
  height: 60px;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
}

.heading-81 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial-text-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.review-stars {
  margin-right: 20px;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.testimonial-card-3 {
  background-color: var(--black);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 30px;
}

.quotation-mark {
  margin-bottom: 30px;
}

.body-3 {
  color: var(--grib-goud);
  padding-top: 13px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-3.bottom-margin-30 {
  color: var(--hero);
  margin-bottom: -1px;
}

.body-3.italic {
  font-style: italic;
  font-weight: 400;
}

.body-3.italic.bottom-margin-20 {
  color: var(--alley-component-library--gray--0);
  margin-bottom: 20px;
}

.bold-text-27 {
  color: var(--black);
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  width: 32px;
  height: 32px;
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link.light-secondary {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-social-link.light-secondary:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-text.spark-foreground-inverse-secondary-text {
  color: var(--spark-library--foreground-inverse-secondary);
}

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

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-primary-background {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon-3 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-footer-link-with-icon {
  min-height: 48px;
  grid-column-gap: 12px;
  border: 1px solid var(--black);
  background-color: var(--grib-goud);
  color: var(--spark-library--white);
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-left {
  width: auto;
  justify-content: flex-start;
  display: flex;
}

.spark-flexed-footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.spark-foreground-inverse-secondary {
  color: var(--spark-library--foreground-inverse-secondary);
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-spread-footer-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-3.spark-primary-color-background {
  background-color: var(--hero);
  color: var(--spark-library--white);
  padding-top: 80px;
  padding-bottom: 140px;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-family: Poppins, sans-serif;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.image-78 {
  aspect-ratio: auto;
  text-align: left;
  object-fit: cover;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
}

.cf-logo-background-text {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Serif, serif;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-logos-image {
  object-fit: contain;
}

.cf-logo-image-container {
  width: 100%;
  height: 100px;
  max-width: 178px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.hide-2 {
  display: none;
}

.cf-logos-contain {
  z-index: 10;
  width: 100%;
  max-width: 855px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cf-logos-heading {
  z-index: 10;
  max-width: 620px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.cf-logo-wrapper {
  width: 90%;
  max-width: 1140px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cf-logo-section-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-38 {
  float: left;
  direction: ltr;
  color: var(--grib-goud);
  padding-right: 7px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .button-primary-2.button-pt-module-copy {
    margin-top: 22px;
    margin-left: 565px;
  }

  .text-span-6 {
    color: var(--alley-component-library--gray--900);
  }

  .section-morning-weigh {
    border-color: var(--blue);
  }

  .div-quick-earn {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-chapter-himself {
    font-size: 3rem;
    line-height: 1;
  }

  .div-being-magnet {
    margin-top: 5rem;
  }

  .div-club-fewer {
    padding-left: 7rem;
    padding-right: 7rem;
    display: block;
  }

  .div-pony-party {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-honor-aboard {
    border-color: var(--blue);
  }

  .h3-vegetable-driver {
    margin-top: 2.5rem;
  }

  .div-honor-aboard-copy {
    border-color: var(--blue);
  }

  .div-flame-mice {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-finish-shout {
    height: 72px;
  }

  .div-substance-tin {
    justify-content: center;
    display: flex;
  }

  .a-cast-agree {
    margin-left: 2.5rem;
  }

  .a-interest-today {
    display: none;
  }

  .div-riding-knowledge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-language-growth {
    display: block;
  }

  .div-attention-firm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-young-size {
    max-width: 28rem;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-straight-tent {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .p-differ-introduced {
    max-width: 28rem;
    padding-right: 4rem;
  }

  .div-create-warn {
    justify-content: flex-start;
  }

  .div-flow-answer {
    display: none;
  }

  .svg-arrow {
    width: 150px;
    height: 150px;
  }

  .quick-stack-6 {
    padding-left: 0;
  }

  .button-23 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .button-33 {
    background-color: #928365;
    border-radius: 6px;
  }

  .quick-stack-11 {
    padding-left: 0;
  }

  .heading-7 {
    padding-top: 60px;
  }

  .button-34 {
    background-color: #928365;
    border-radius: 6px;
  }

  .quick-stack-13 {
    padding-left: 0;
  }

  .button-35 {
    background-color: #928365;
    border-radius: 6px;
  }

  .quick-stack-14 {
    padding-left: 0;
  }

  .h3-vegetable-driver-2 {
    margin-top: 2.5rem;
  }

  .section-morning-weigh-2 {
    border-color: #2311e5;
  }

  .div-quick-earn-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-chapter-himself-2 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-honor-aboard-2 {
    border-color: #b9b28b;
  }

  .quick-stack-15 {
    padding-left: 0;
  }

  .button-37 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-18 {
    padding-left: 0;
  }

  .button-38 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-19 {
    padding-left: 0;
  }

  .button-39 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .div-honor-aboard-3 {
    border-color: #2e49d1;
  }

  .h3-vegetable-driver-3 {
    margin-top: 2.5rem;
  }

  .h2-chapter-himself-3 {
    font-size: 3rem;
    line-height: 1;
  }

  .section-morning-weigh-3 {
    border-color: #2311e5;
  }

  .quick-stack-22 {
    padding-left: 0;
  }

  .button-42 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-23 {
    max-width: 70%;
  }

  .quick-stack-25 {
    padding-left: 0;
  }

  .button-43, .button-44, .button-45 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .h2-chapter-himself-4 {
    font-size: 3rem;
    line-height: 1;
  }

  .section-morning-weigh-4 {
    border-color: #2311e5;
  }

  .div-honor-aboard-4 {
    border-color: #2e49d1;
  }

  .button-48 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-27 {
    padding-left: 0;
  }

  .button-51 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-29 {
    padding-left: 0;
  }

  .quick-stack-30 {
    max-width: 70%;
    margin-top: 20px;
  }

  .button-52 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-32 {
    padding-left: 0;
  }

  .text-span-32 {
    color: #2837d8;
  }

  .heading-79 {
    color: #fff;
    margin-top: 100px;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .button-57 {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: static;
  }

  .spark-secondary-paragraph {
    text-align: left;
    margin-left: 30px;
    font-size: 12px;
  }

  .heading-80 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .ix-slide-2-2 {
    padding-bottom: 81px;
  }

  .text-block-24 {
    font-family: Poppins, sans-serif;
  }

  .text-span-33 {
    color: #3835cf;
  }

  .purple-grid-2 {
    margin-top: 20px;
    margin-bottom: -151px;
  }

  .text-block-25, .text-block-26 {
    font-family: Poppins, sans-serif;
  }

  .waves---heading-2-no-margins {
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .waves---mega-heading-1 {
    margin-top: 0;
    margin-left: 20px;
    font-family: Poppins, sans-serif;
    font-size: 55px;
    font-weight: 600;
  }

  .waves-grid-hero-1 {
    margin-bottom: -78px;
  }

  .div-block-14 {
    margin-bottom: 33px;
    padding-bottom: 0;
  }

  .purple-2 {
    background-color: #322ad6;
    background-image: none;
    padding-top: 0;
  }

  .container-52 {
    margin-top: 5px;
    padding-top: 2px;
  }

  .waves---heading-3-no-margins, .text-block-27 {
    font-family: Poppins, sans-serif;
  }

  .sub-heading-2 {
    color: #000;
    margin-top: 15px;
    margin-left: 30px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .sub-heading-2.white {
    margin-left: 0;
    font-family: Poppins, sans-serif;
  }

  .waves---section-medium {
    padding-top: 60px;
  }

  .text-block-28 {
    font-family: Poppins, sans-serif;
  }

  .sub-heading-3 {
    color: #000;
    margin-top: 15px;
    margin-left: 30px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .button-61 {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: static;
  }

  .text-span-34 {
    color: #3835cf;
  }

  .text-span-35 {
    color: #2837d8;
  }

  .feature {
    margin-top: 208px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .home-tab-link.w--current {
    background-color: var(--grib-goud);
  }

  .cf-features-section-4 {
    background-color: #fff;
  }

  .center-text {
    margin-top: 71px;
  }

  .text-span-6-copy {
    color: var(--alley-component-library--gray--900);
  }

  .feature_content-detail {
    padding-top: 3rem;
  }

  .full_img-cover {
    margin-top: 0;
    padding-top: 0;
  }

  .tab-text {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .hero-heading-center {
    background-color: #0b1625;
  }

  .margin-bottom-24px {
    color: #fff;
  }

  .button-primary-2.button-pt-module {
    margin-left: 2px;
    padding-left: 19px;
  }

  .button-primary-2.button-pt-module-copy {
    margin-top: 28px;
    margin-bottom: -52px;
    margin-left: 648px;
    padding-left: 19px;
  }

  .shadow-two {
    max-width: 110%;
  }

  .features-title {
    color: #fff;
  }

  .para-large.home-hero-para, .display-heading.home-hero-heading {
    color: var(--black);
  }

  .home-hero-section {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
    transition: padding .2s;
  }

  .heading-2, .text-block-7, .text-block-8, .text-block-9, .text-span-5 {
    color: #fff;
  }

  .f-section-large {
    background-color: #f5f7fa;
  }

  .section-morning-weigh {
    padding-top: 2.1rem;
    padding-bottom: 6rem;
  }

  .div-quick-earn {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-chapter-himself {
    font-size: 3rem;
    line-height: 1;
  }

  .div-being-magnet {
    margin-top: 5rem;
  }

  .div-club-fewer {
    padding-left: 11rem;
    padding-right: 11rem;
    display: block;
  }

  .div-pony-party {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h3-vegetable-driver {
    margin-top: 2.5rem;
  }

  .div-honor-aboard-copy {
    margin-left: 0;
  }

  .div-flame-mice {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-finish-shout {
    height: 72px;
  }

  .div-substance-tin {
    justify-content: center;
    display: flex;
  }

  .a-cast-agree {
    margin-left: 3.5rem;
  }

  .a-interest-today {
    display: none;
  }

  .div-riding-knowledge {
    padding-top: 8rem;
    padding-bottom: 11rem;
  }

  .div-language-growth {
    display: block;
  }

  .div-attention-firm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-young-size {
    max-width: 32rem;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-straight-tent {
    font-size: 3rem;
    line-height: 1.25;
  }

  .p-differ-introduced {
    max-width: 28rem;
    padding-right: 0;
  }

  .div-create-warn {
    justify-content: flex-start;
    margin-top: 4rem;
  }

  .div-flow-answer {
    display: none;
  }

  .paragraph---pt-module {
    color: #fff;
  }

  .hero-heading-center-3 {
    background-color: #0b1625;
  }

  .margin-bottom-24px-3 {
    color: #000;
  }

  .section-5 {
    background-color: #f7f7f7;
  }

  .heading-20 {
    color: #000;
  }

  .hero-heading-center-4 {
    background-color: #0b1625;
  }

  .heading-31 {
    color: #000;
  }

  .quick-stack-6 {
    color: #928365;
    padding-left: 0;
  }

  .section-4 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-5 {
    color: #000;
  }

  .button-23 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .hero-heading-center-5 {
    background-color: #0b1625;
  }

  .button-33 {
    background-color: #928365;
    border-radius: 6px;
  }

  .quick-stack-11 {
    color: #928365;
    padding-left: 0;
  }

  .section-11 {
    background-color: #f7f7f7;
  }

  .heading-36, .margin-bottom-24px-6 {
    color: #000;
  }

  .quick-stack-5 {
    max-width: 60%;
  }

  .heading-7 {
    margin-top: 40px;
  }

  .testimonial {
    padding-top: 60px;
  }

  .button-34 {
    background-color: #928365;
    border-radius: 6px;
  }

  .margin-bottom-24px-2 {
    color: #fff;
  }

  .quick-stack-13 {
    color: #928365;
    padding-left: 0;
  }

  .button-35 {
    background-color: #928365;
    border-radius: 6px;
  }

  .paragraph---pt-module-2 {
    color: #000;
  }

  .quick-stack-14 {
    color: #928365;
    padding-left: 0;
  }

  .h3-vegetable-driver-2 {
    margin-top: 2.5rem;
  }

  .section-morning-weigh-2 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .div-quick-earn-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-chapter-himself-2 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-honor-aboard-2 {
    border-color: #b9b28b;
  }

  .demo_paragrapgh {
    font-size: 16px;
  }

  .section-13 {
    background-color: #f7f7f7;
  }

  .quick-stack-15 {
    color: #928365;
    padding-left: 0;
  }

  .heading-44, .margin-bottom-24px-7 {
    color: #000;
  }

  .button-37 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-16 {
    max-width: 60%;
  }

  .quick-stack-18 {
    color: #928365;
    padding-left: 0;
  }

  .margin-bottom-24px-8 {
    color: #fff;
  }

  .button-38 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .paragraph---pt-module-3 {
    color: #000;
  }

  .quick-stack-19 {
    color: #928365;
    padding-left: 0;
  }

  .button-39 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .div-honor-aboard-3 {
    border-color: #b9b28b;
  }

  .h3-vegetable-driver-3 {
    margin-top: 2.5rem;
  }

  .h2-chapter-himself-3 {
    font-size: 3rem;
    line-height: 1;
  }

  .section-morning-weigh-3 {
    padding-top: 2.1rem;
    padding-bottom: 6rem;
  }

  .heading-55 {
    color: #000;
  }

  .quick-stack-22 {
    color: #928365;
    padding-left: 0;
  }

  .section-16 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-9 {
    color: #000;
  }

  .button-42 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-23 {
    max-width: 60%;
  }

  .quick-stack-25 {
    color: #928365;
    padding-left: 0;
  }

  .margin-bottom-24px-10 {
    color: #fff;
  }

  .button-43 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .margin-bottom-24px-11 {
    color: #fff;
  }

  .button-44 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .margin-bottom-24px-12 {
    color: #fff;
  }

  .button-45 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .h2-chapter-himself-4 {
    font-size: 3rem;
    line-height: 1;
  }

  .section-morning-weigh-4 {
    padding-top: 2.1rem;
    padding-bottom: 6rem;
  }

  .div-honor-aboard-4 {
    border-color: #2e49d1;
  }

  .heading-66 {
    color: #000;
  }

  .button-48 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-27 {
    color: #928365;
    padding-left: 0;
  }

  .margin-bottom-24px-13 {
    color: #000;
  }

  .section-19 {
    background-color: #f7f7f7;
  }

  .demo_paragrapgh-4 {
    font-size: 16px;
  }

  .section-20 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-14, .heading-68 {
    color: #000;
  }

  .button-51 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .quick-stack-29 {
    color: #928365;
    padding-left: 0;
  }

  .quick-stack-30 {
    max-width: 60%;
  }

  .button-52 {
    background-color: #2e49d1;
    border-radius: 6px;
  }

  .margin-bottom-24px-15 {
    color: #fff;
  }

  .quick-stack-32 {
    color: #928365;
    padding-left: 0;
  }

  .demo_paragrapgh-5 {
    font-size: 18px;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .container-54 {
    max-width: 1350px;
  }

  .mobile-link {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary-2.button-pt-module-copy {
    margin-left: 900px;
  }

  .margin-bottom-24px-3 {
    color: #2f3e46;
    font-size: 18px;
  }

  .section-5 {
    background-color: #f7f7f7;
  }

  .heading-20 {
    color: #1b0000;
  }

  .hero-heading-left-2 {
    margin-bottom: 20px;
  }

  .heading-31 {
    color: #1b0000;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .section-4 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-5 {
    color: #2f3e46;
    font-size: 18px;
  }

  .button-23 {
    color: #2e49d1;
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .button-32.is-navbar2-button {
    font-weight: 400;
  }

  .button-33 {
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .section-11 {
    background-color: #f7f7f7;
  }

  .heading-36 {
    color: #1b0000;
  }

  .margin-bottom-24px-6 {
    color: #2f3e46;
    font-size: 18px;
  }

  .section-12 {
    background-color: #f7f7f7;
    margin-top: 0;
    margin-bottom: 0;
  }

  .quick-stack-5 {
    max-width: 50%;
  }

  .testimonial {
    margin-top: 0;
    padding-top: 60px;
  }

  .button-34 {
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .hero-wrapper-2 {
    padding-top: 60px;
  }

  .quick-stack-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .button-35 {
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .paragraph---pt-module-2 {
    color: #000;
  }

  .quick-stack-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .testimonial-3 {
    padding-top: 60px;
  }

  .div-quick-earn-2 {
    max-width: 60rem;
  }

  .cell-7 {
    padding-left: 366px;
  }

  .button-36.is-navbar2-button {
    font-weight: 400;
  }

  .section-13 {
    background-color: #f7f7f7;
  }

  .quick-stack-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .heading-44 {
    color: #1b0000;
  }

  .margin-bottom-24px-7 {
    color: #2f3e46;
    font-size: 18px;
  }

  .button-37 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-16 {
    max-width: 50%;
  }

  .quick-stack-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .button-38 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .paragraph---pt-module-3 {
    color: #000;
  }

  .quick-stack-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .button-39 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .cell-17 {
    padding-left: 366px;
  }

  .button-41.is-navbar2-button {
    font-weight: 400;
  }

  .heading-55 {
    color: #1b0000;
  }

  .quick-stack-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .section-16 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-9 {
    color: #2f3e46;
    font-size: 18px;
  }

  .button-42 {
    color: #2e49d1;
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-23 {
    max-width: 40%;
  }

  .quick-stack-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .button-43, .button-44, .button-45 {
    color: #2e49d1;
    background-color: #928365;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .cell-20 {
    padding-left: 366px;
  }

  .button-47.is-navbar2-button {
    font-weight: 400;
  }

  .heading-66 {
    color: #1b0000;
  }

  .button-48 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .margin-bottom-24px-13 {
    color: #2f3e46;
    font-size: 18px;
  }

  .section-19 {
    background-color: #f7f7f7;
  }

  .cell-21 {
    padding-left: 366px;
  }

  .button-50.is-navbar2-button {
    font-weight: 400;
  }

  .section-20 {
    background-color: #f7f7f7;
  }

  .margin-bottom-24px-14 {
    color: #2f3e46;
    font-size: 18px;
  }

  .heading-68 {
    color: #1b0000;
  }

  .button-51 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .quick-stack-30 {
    max-width: 50%;
  }

  .button-52 {
    background-color: #2e49d1;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .cell-24, .cell-25 {
    padding-left: 366px;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .centered-heading.margin-bottom-32px {
    margin-top: 0;
    font-size: 50px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .button-primary-2 {
    text-align: center;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .title {
    font-size: 35px;
    line-height: 35px;
  }

  .list-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-column {
    margin-bottom: -3px;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .point-block {
    margin-top: -2px;
    padding-top: 0;
  }

  .body-text {
    font-size: 15px;
  }

  .image-7 {
    margin-top: -15px;
    position: relative;
    top: 2px;
  }

  .home-2-testimonial-card-right {
    margin-bottom: 0;
  }

  .home-2-testimonial-left {
    width: 100%;
    max-width: 600px;
  }

  .wrapper.home-2-testimonial-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-2-testimonial-cards-left {
    margin-top: 0;
  }

  .home-2-testimonial-cards-container {
    width: 100%;
    margin-top: 60px;
  }

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

  .wrapper-2 {
    flex-direction: column;
  }

  .wrapper-2.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .home-hero-pointers {
    margin-top: 60px;
  }

  .home-hero-images-container {
    width: 100%;
  }

  .display-heading {
    font-size: 65px;
  }

  .home-hero-left {
    width: 100%;
    margin-bottom: 80px;
  }

  .hero, .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .button-pt-module {
    text-align: center;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .section-morning-weigh {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-quick-earn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-chapter-himself {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-club-fewer {
    padding-left: 5rem;
    padding-right: 5rem;
    display: block;
  }

  .div-pony-party {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h3-vegetable-driver {
    margin-top: 2.5rem;
  }

  .div-flame-mice {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-riding-knowledge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-attention-firm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-straight-tent {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .paragraph-9 {
    margin-top: 5px;
    font-size: 17px;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

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

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .heading-20 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

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

  .button-primary-4 {
    text-align: center;
  }

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

  .paragraph-16 {
    margin-top: 5px;
    font-size: 17px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .footer-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-grid-left {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

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

  .nav-menu-2 {
    background-color: #141d3b;
    border-radius: 16px;
  }

  .navigation-side-wrap {
    display: none;
  }

  .navigation-side-wrap.right {
    border-radius: 16px;
    display: block;
  }

  .navbar {
    justify-content: space-between;
    position: relative;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .nav-link-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-link-3.mobile {
    margin-right: 0;
    display: block;
  }

  .menu-button-2 {
    background-color: #141d3b;
    border-radius: 100px;
    padding: 14px;
  }

  .menu-button-2.w--open {
    background-color: #0183ff;
  }

  .hero-grid-right {
    text-align: center;
  }

  .navbar2_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: minmax(353px, 1fr) auto;
  }

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

  .svg.product-svg {
    width: 4vw;
    height: 4vw;
  }

  .product-heading {
    padding-right: 10%;
  }

  .navigation-left {
    display: flex;
  }

  .h2 {
    font-size: 42px;
  }

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

  .arrow-right {
    right: -10px;
  }

  .logo-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }

  .hero-text-block {
    max-width: 400px;
  }

  .arrow-left {
    left: -10px;
  }

  .grid-faq {
    grid-column-gap: 27px;
  }

  .menu-button-3 {
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    padding: 7px 0 0;
    font-size: 32px;
  }

  .menu-button-3:hover {
    background-color: #fff;
  }

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

  .customer-logo {
    width: 100px;
    margin-top: 40px;
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-h1 {
    max-width: 500px;
    font-size: 55px;
  }

  .container-11.flex {
    display: block;
  }

  .container-11.nav {
    justify-content: space-between;
  }

  .content-section {
    padding-bottom: 140px;
  }

  .hero-review {
    margin-top: 80px;
  }

  .home-benefits-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 4rem;
  }

  .product-heading-2 {
    padding-right: 10%;
  }

  .features-content_icon {
    width: 6rem;
    height: 6rem;
  }

  .home-header-content-text {
    max-width: 40rem;
  }

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

  .home-process-content_wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .decoration-benefits_churn {
    top: 40%;
    right: -5%;
  }

  .testimonial-content-2 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .nav-menu-4 {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-process-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .svg-arrow {
    left: 92%;
  }

  .home-benefits-content {
    width: 60ch;
    text-align: center;
  }

  .business-logos_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home_cta-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button-4 {
    display: none;
  }

  .testimonial-image {
    position: relative;
  }

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

  .div-block-5 {
    max-width: 90%;
  }

  .h1-2 {
    margin-bottom: 0;
    font-size: 48px;
  }

  .navbar-3 {
    height: 70px;
  }

  .payout-section {
    padding-bottom: 70px;
  }

  .cta-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
  }

  .panel-left-col {
    padding: 50px;
  }

  .middle-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .section-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .footer {
    padding-bottom: 50px;
  }

  .navbar-cta-btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .testimonial-section-3 {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 15px;
  }

  .testimonial-section-header {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1;
  }

  .less-work {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .embed {
    margin-bottom: 24px;
  }

  .mask-wrapper {
    max-width: 50%;
  }

  .col-6 {
    margin-bottom: 30px;
  }

  .logo {
    width: auto;
    height: 100%;
  }

  .logo.w--current {
    z-index: 2;
    height: 25px;
  }

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

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

  .container-13.navbar-container {
    padding-right: 24px;
  }

  .footer-col {
    margin-right: 30px;
  }

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

  .bank-card {
    max-width: 35%;
  }

  .h-after {
    font-size: 48px;
  }

  .footer-baner {
    margin-bottom: 15px;
  }

  .page-subtitle {
    font-size: 20px;
    line-height: 1.3;
  }

  .feature-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-w {
    max-width: 60%;
  }

  .top-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .panel {
    min-height: auto;
  }

  .nav-menu-6 {
    background-color: #070c29;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-nav {
    justify-content: space-between;
    margin-left: 40px;
  }

  .testimonial-author-wrapper {
    min-height: 50px;
  }

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

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .last-line {
    width: 18px;
    height: 1px;
    color: #fff;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta-img {
    right: 0%;
  }

  .large-heading {
    font-size: 40px;
    line-height: 1.2;
  }

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

  .panel-heading {
    font-size: 22px;
  }

  .large-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .lottie-extra {
    height: auto;
  }

  .div-block-7 {
    max-width: 90%;
  }

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

  .container-14.navbar-container {
    padding-right: 24px;
  }

  .nav-menu-7 {
    background-color: #070c29;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-left {
    width: 100%;
  }

  .hero-4 {
    padding-top: 150px;
  }

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

  .testimonial-content-4 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .purple-decor-1 {
    max-width: 250px;
  }

  .team {
    padding-top: 0;
  }

  .hero-image-2 {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials {
    overflow: hidden;
  }

  .features__grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-image-2 {
    position: relative;
  }

  .purple-decor-2 {
    max-width: 340px;
  }

  .testimonial-content-5 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .nav__button {
    background-color: rgba(0, 0, 0, 0);
    padding: 8px;
  }

  .nav__button.w--open {
    color: #272d4e;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav__icon {
    font-size: 32px;
  }

  .nav-menu {
    color: #fff;
    background-color: #272d4e;
    padding: 30px 5% 50px;
  }

  .nav-link-7 {
    color: #fff;
    padding-left: 0;
  }

  .button-15.p {
    display: block;
  }

  .button-15.p.nav {
    max-width: 300px;
    margin-top: 30px;
  }

  .testimonial-content-6 {
    padding-left: 25px;
    padding-right: 40px;
  }

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

  .container-15.navbar-container {
    padding-right: 24px;
  }

  .navbar-5 {
    height: 70px;
  }

  .nav-menu-8 {
    background-color: #070c29;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10 {
    max-width: 90%;
  }

  .testimonial-image-3 {
    position: relative;
  }

  .nav-menu-9 {
    display: block;
  }

  .testimonial-content-7 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .menu-button-5 {
    display: none;
  }

  .testimonial-image-4 {
    position: relative;
  }

  .nav-menu-10 {
    display: block;
  }

  .testimonial-content-8 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .wrapper-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

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

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

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

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap._w-custom.nav1-light {
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: block;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

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

  .wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-12 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-12.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-wrapper-2 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-3 {
    position: relative;
  }

  .navigation-link {
    width: 100%;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .navbar2_link-4 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .features-content_icon-2 {
    width: 6rem;
    height: 6rem;
  }

  .heading-31 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

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

  .hero-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_component {
    min-height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .margin-bottom-29 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar2_link-5 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .home-benefits-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-2.margin-top {
    grid-row-gap: 4rem;
  }

  .content-section-2 {
    overflow: hidden;
  }

  .image-33 {
    top: -12%;
  }

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

  .body-text-2 {
    font-size: 18px;
  }

  .heading-34 {
    font-size: 48px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .faq-grid {
    grid-column-gap: 60px;
  }

  .home-benefits-wrapper-3 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-3.margin-top {
    grid-row-gap: 4rem;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-4 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-4.margin-top {
    grid-row-gap: 4rem;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .navbar2_link-6 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .home-benefits-wrapper-5 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-5.margin-top {
    grid-row-gap: 4rem;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px rgba(17, 18, 18, .06);
  }

  .nav1-menu-btn {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
    padding: 0;
  }

  .nav1-menu-btn:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav1-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }

  .nav1-wrap {
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .heading-36 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

  .quick-stack-5 {
    padding-top: 71px;
  }

  .paragraph-23 {
    margin-top: 5px;
    font-size: 17px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-wrapper-copy-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .paragraph-24 {
    margin-top: 5px;
    font-size: 17px;
  }

  .h3-vegetable-driver-2 {
    margin-top: 2.5rem;
  }

  .section-morning-weigh-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-quick-earn-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-chapter-himself-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .heading-16 {
    line-height: 50px;
  }

  .cell-7 {
    padding-left: 0;
  }

  .heading-44 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

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

  .paragraph-29 {
    margin-top: 5px;
    font-size: 17px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .paragraph-31 {
    margin-top: 5px;
    font-size: 17px;
  }

  .h3-vegetable-driver-3 {
    margin-top: 2.5rem;
  }

  .h2-chapter-himself-3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-morning-weigh-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-55 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

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

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-34 {
    margin-top: 5px;
    font-size: 17px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-39 {
    margin-top: 5px;
    font-size: 17px;
  }

  .h2-chapter-himself-4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-morning-weigh-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-66 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .heading-68 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

  .hero-split-11 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-43 {
    margin-top: 5px;
    font-size: 17px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-46 {
    margin-top: 5px;
    font-size: 17px;
  }

  .navbar2_link-7 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .home-benefits-content-2 {
    width: 60ch;
    text-align: center;
  }

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

  .home-benefits-wrapper-6 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper-6.margin-top {
    grid-row-gap: 4rem;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .spark-simple-stacked-icon-tabs {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .cell-25 {
    padding-left: 0;
  }

  .a-faq-content {
    width: 100%;
  }

  .spark-checked-item.spark-half-width, .spark-checked-item.spark-half-width-copy, .spark-checked-item.spark-half-width-copy-copy {
    width: 50%;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-side-tabs-content.spark-full-width-mobile {
    width: 100%;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .spark-small-sub-paragraph-2.spark-no-bottom {
    margin-bottom: 0;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-stacked-flat-tabs-menu.spark-full-on-mobile {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .spark-side-flat-tab-parent-2.spark-flex-middle {
    flex-direction: column;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grib1 {
    padding-top: 5px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    max-width: 600px;
    flex-direction: column;
    align-items: center;
  }

  .tabs_menu_1 {
    max-width: 650px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .a-button-primary {
    display: flex;
  }

  .a-cta-content-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .dynamicimage.slider-brand {
    height: 100%;
  }

  .stacked-tabs-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

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

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tabs-container {
    width: 100%;
    min-width: 100%;
  }

  .rl-features_card1 {
    padding: 2.5rem;
  }

  .rl-navbar_clone-button {
    display: none;
  }

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

  .rl-footer_top-wrapper {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .rl-builtwith_projects-wrapper {
    margin-bottom: 2rem;
  }

  .rl-builtwith_projects-wrapper.top.show-tablet, .rl-builtwith_projects-wrapper.bottom.show-tablet {
    display: flex;
  }

  .rl-intro_blur2 {
    width: 320px;
    height: 320px;
    opacity: .9;
    top: -5%;
  }

  .rl-intro_component {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .save-money-label {
    margin-bottom: .75rem;
    margin-left: 0;
  }

  .rl-builtwith_projects-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .rl-intro_blur1 {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
    top: -5%;
  }

  .rl-builtwith_component {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl-pricing_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rl-pricing_button-wrapper {
    flex-direction: column;
  }

  .hide-tablet {
    display: none;
  }

  .rl-faq_component {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  .pricing-table_button-caption {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-top: 1rem;
    margin-left: 0;
  }

  .heading-huge {
    font-size: 3.5rem;
  }

  .rl-navbar_component {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl-footer_left-wrapper {
    width: 100%;
  }

  .rl-builtwith_project {
    width: 55vw;
    height: 36vw;
  }

  .rl-features_card2 {
    padding: 2.5rem;
  }

  .rl-builtwith_wrapper {
    margin-top: 5rem;
  }

  .rl-header_heading {
    font-size: 3.75rem;
  }

  .footer_text-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .rl-intro_heading {
    font-size: 7rem;
  }

  .rl-intro_animation-content {
    height: 95vh;
  }

  .rl-pricing_callout {
    padding: 2.5rem 2rem;
  }

  .show-tablet {
    display: block;
  }

  .rl-header_content-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl-pricing_title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .copypaste-symbol_mobile-image1 {
    display: none;
  }

  .rl-intro_heading-wrapper {
    margin-bottom: 2rem;
  }

  .fixed-cta {
    right: 5vw;
  }

  .rl-features_card3 {
    padding: 2.5rem;
  }

  .text-background-box {
    margin-bottom: -.75rem;
    margin-left: 0;
    padding-bottom: .875rem;
    padding-left: 1rem;
    padding-right: 1.75rem;
  }

  .rl-header_content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .text-background-box2 {
    margin-right: .75rem;
  }

  .rl-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-62.dont-shrink {
    flex: none;
  }

  .rl-intro_callout {
    z-index: 999;
    top: 5vh;
    left: 5%;
  }

  .rl-features_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rl-pricing_item {
    padding: 2.5rem 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-intro_blur3 {
    width: 320px;
    height: 320px;
    opacity: .9;
    top: -5%;
  }

  .rl-header_content-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .copypaste-symbol_mobile-image2 {
    display: none;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .bullet-img-wrapper {
    width: 100%;
    height: 20rem;
    order: -1;
  }

  .arrow-tab {
    width: 100%;
    height: 3rem;
    justify-content: center;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .banner-right {
    flex-direction: row;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .feature-left {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .feature-tab-menu {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-3-2 {
    height: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
  }

  .section_home-function {
    min-height: 32rem;
  }

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

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .cta_icon {
    width: 4em;
    height: 4em;
  }

  .is-h3 {
    font-size: 1.6rem;
  }

  .cta_about {
    flex-direction: row;
    padding: 2em;
  }

  .is-txt-medium {
    font-size: 1.4rem;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .reviews-wrap {
    justify-content: center;
  }

  .testimonial-author-image {
    width: 56px;
  }

  .testimonial-text-2 {
    text-align: center;
    position: static;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-footer-column {
    min-width: 180px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cf-logo-background-text {
    font-size: 200px;
    top: -4%;
  }

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cf-logos-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .cf-logo-wrapper {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .hero-heading-center, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-heading-left, .hero-heading-right, .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .home-2-testimonial-card-right {
    width: 100%;
    padding-top: 0;
  }

  .wrapper {
    width: 90%;
  }

  .home-2-testimonial-cards-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-2-testimonial-cards-container {
    flex-direction: column;
  }

  .wrapper-2 {
    width: 90%;
  }

  .hero-floating-image-1 {
    width: 160px;
    height: 160px;
    right: -8%;
  }

  .display-heading {
    font-size: 55px;
  }

  .home-hero-main-image {
    width: 450px;
    height: 460px;
  }

  .hero-floating-image-2 {
    width: 240px;
    height: 145px;
    left: -6%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .section-morning-weigh {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-quick-earn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-chapter-himself {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-flame-mice {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-riding-knowledge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-attention-firm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-straight-tent {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .paragraph-9 {
    margin-top: -8px;
    font-size: 14px;
  }

  .button-8.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .hero-heading-center-3, .hero-heading-right-2, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .paragraph-16 {
    margin-top: -8px;
    font-size: 14px;
  }

  .brand-link.in-footer {
    padding-left: 0;
  }

  .footer-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .body.hero {
    font-size: 18px;
  }

  .navbar2_component-2 {
    min-height: 4rem;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .hero-grid-wrapper {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

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

  .testimonial-content {
    width: 100%;
    padding: 45px;
  }

  .svg._2x {
    width: 50px;
    height: 50px;
  }

  .svg.product-svg {
    width: 30px;
    height: 30px;
  }

  .linebreak {
    display: inline;
  }

  .product-heading {
    width: 400px;
    margin-bottom: 40px;
  }

  .nav-menu-3 {
    max-height: 100vh;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .2);
  }

  .h2 {
    font-size: 33px;
  }

  .nav-divider {
    display: none;
  }

  .logo-row {
    align-content: stretch;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .product-demo-card.smaller {
    width: 96%;
  }

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

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .button-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown.nav-dropdown {
    display: none;
  }

  .grid-faq {
    width: 100%;
    grid-column-gap: 41px;
  }

  .customer-logo {
    width: 28%;
    max-width: 100px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2em;
  }

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

  .hero-h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
  }

  .product-content {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero-review {
    margin-top: 30px;
  }

  .footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: .5fr 1fr;
  }

  .nav-link-4 {
    padding-left: 40px;
    font-size: 22px;
    line-height: 50px;
  }

  .nav-link-4.show-on-mobile {
    display: block;
  }

  .home-benefits-wrapper {
    margin-top: 4rem;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 5rem;
  }

  .product-heading-2 {
    width: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }

  .container-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-content_icon {
    width: 5rem;
    height: 5rem;
  }

  .home-header-content-text {
    max-width: 38rem;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hide-on-mobile {
    display: none;
  }

  .questions-block-2 {
    text-align: left;
  }

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

  .padding-vertical {
    padding: 2rem 0 0;
  }

  .home-process-content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content-2 {
    width: 100%;
    padding: 45px;
  }

  .icon-button {
    padding: 12px 30px;
    font-size: 14px;
  }

  .linebreak-2 {
    display: inline;
  }

  .feature-icon_image {
    max-width: 35%;
  }

  .h1 {
    font-size: 3rem;
  }

  .nav-menu-4 {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .svg-arrow {
    top: 29%;
  }

  .home-benefits-content {
    width: 50ch;
  }

  .horizontal-angle {
    display: none;
  }

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

  .flex-row-outer-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .home_cta-component {
    padding: 3rem;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .process-image {
    max-width: 70%;
  }

  .home-header-content {
    padding-top: 3rem;
  }

  .testimonial-slide {
    min-height: auto;
  }

  .footer-legal {
    text-align: center;
    line-height: 16px;
  }

  .footer-nav-link {
    margin-bottom: 8px;
  }

  .social-wrapper {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.reverse-on-3 {
    flex-wrap: wrap-reverse;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .panel-right-col {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .panel-right-col.padd {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1-2 {
    font-size: 32px;
    line-height: 1.4;
  }

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

  .testimonial-mask {
    width: 80%;
    min-width: auto;
  }

  .author-title {
    font-size: 13px;
  }

  .footer-bottom-wrapper {
    margin-top: 10px;
    padding-top: 20px;
  }

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

  .home_testimonial-image-wrapper {
    width: 6rem;
    height: 6rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .legal-link {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .cta-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .testimonial-logo-2 {
    display: none;
  }

  .panel-left-col {
    max-width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 30px;
  }

  .testimonial-card-2 {
    padding: 40px 15px 15px;
    box-shadow: 0 7px 20px rgba(5, 5, 5, .4);
  }

  .section-subtitle {
    font-size: 16px;
  }

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

  .testimonial-section-3 {
    padding-top: 40px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .testimonial-section-header {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.3;
  }

  .less-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .embed {
    margin-bottom: 12px;
  }

  .col-6 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .col-6.mb0 {
    margin-bottom: 0;
  }

  .track-wrapper {
    margin-top: 60px;
  }

  .panel-text-wrapper, .feature-text-wrapper, .feature-text-wrapper.right {
    max-width: 100%;
  }

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

  .testimonial-content-3 {
    flex: 1;
    margin-top: 1rem;
    padding: 1rem;
  }

  .testimonial-headshot {
    object-position: 50% 0%;
    border-radius: .75rem;
  }

  .logo {
    padding-left: 0;
  }

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

  .logo-img {
    width: 50px;
    height: 50px;
  }

  .testimonial-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .description {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-logo {
    max-width: 260px;
    margin-bottom: 30px;
  }

  .bank-card {
    left: 12%;
  }

  .h-after {
    font-size: 32px;
  }

  .footer-baner {
    flex-direction: column;
  }

  .page-subtitle {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px;
  }

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

  .card-w {
    max-width: 50%;
  }

  .testimonial-slider {
    padding-right: 1rem;
  }

  .icon-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .panel {
    flex-direction: column;
  }

  .footer-nav {
    margin-left: 0;
  }

  .testimonial-author-wrapper {
    min-height: auto;
  }

  .owl-item-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid-3 {
    flex-direction: column;
  }

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

  .links-wrapper {
    flex-direction: column;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .large-heading._w-70 {
    max-width: 100%;
  }

  .large-heading.mb-20 {
    margin-bottom: 10px;
  }

  .testimonial-quote-wrapper {
    flex-direction: column;
  }

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

  .panel-heading {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .trading-tab-link {
    padding: 10px 15px;
    font-size: 16px;
  }

  .home-hero-section-2 {
    padding-top: 120px;
  }

  .large-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .footer-grid-4 {
    flex-direction: column;
  }

  .home-hero-section-3 {
    padding-top: 120px;
  }

  .purple-image {
    max-width: 70%;
  }

  .cta-header {
    font-size: 40px;
    line-height: 50px;
  }

  .testimonial-content-4 {
    width: 100%;
    padding: 45px;
  }

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

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

  .features__grid {
    max-width: 330px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-content-5, .testimonial-content-6 {
    width: 100%;
    padding: 45px;
  }

  .home-hero-section-4 {
    padding-top: 120px;
  }

  .flex-row-outer-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-menu-9 {
    display: none;
  }

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

  .testimonial-content-7 {
    width: 100%;
    padding: 45px;
  }

  .container-16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex-row-outer-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-menu-10 {
    display: none;
  }

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

  .testimonial-content-8 {
    width: 100%;
    padding: 45px;
  }

  .container-17 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-16.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component-3 {
    min-height: 4rem;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .question-text {
    margin-top: 8px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3-image {
    margin-top: -20px;
  }

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

  .t-h1-heading {
    font-size: 48px;
  }

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

  .b-h3-heading {
    font-size: 40px;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .icon-button-2 {
    padding: 12px 30px;
    font-size: 14px;
  }

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

  .home-header-content-2 {
    padding-top: 3rem;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navbar2_component-5 {
    min-height: 4rem;
  }

  .button-22.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .home-header-content-3 {
    padding-top: 3rem;
  }

  .container-18 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .container-19, .container-20 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-content_icon-2 {
    width: 5rem;
    height: 5rem;
  }

  .flex-row-outer-5 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container-21 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t-h1-heading-2 {
    font-size: 48px;
  }

  .b-h3-heading-2 {
    font-size: 40px;
  }

  .hero-heading-center-4 {
    padding: 60px 15px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-bottom-29 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar2_component-6 {
    min-height: 4rem;
  }

  .button-25.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .container-23 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .icon-button-4 {
    padding: 12px 30px;
    font-size: 14px;
  }

  .container-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-benefits-wrapper-2 {
    margin-top: 4rem;
  }

  .home-benefits-wrapper-2.margin-top {
    grid-row-gap: 5rem;
  }

  .container-25, .container-26 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .t-h1-heading-3 {
    font-size: 48px;
  }

  .image-33 {
    top: -15%;
  }

  .pricing-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .container-28 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .icon-button-5 {
    padding: 12px 30px;
    font-size: 14px;
  }

  .container-29 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .faq-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-banner-block {
    flex-direction: column;
    align-items: center;
  }

  .faq-banner-image {
    margin-bottom: 20px;
  }

  .faq-cta-text-wrap {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .container-30 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-benefits-wrapper-3 {
    margin-top: 4rem;
  }

  .home-benefits-wrapper-3.margin-top {
    grid-row-gap: 5rem;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-31 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-benefits-wrapper-4 {
    margin-top: 4rem;
  }

  .home-benefits-wrapper-4.margin-top {
    grid-row-gap: 5rem;
  }

  .button-28.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component-7 {
    min-height: 4rem;
  }

  .icon-button-6 {
    padding: 12px 30px;
    font-size: 14px;
  }

  .container-32 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .container-33, .container-34 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-vertical-2 {
    padding: 2rem 0 0;
  }

  .home-benefits-wrapper-5 {
    margin-top: 4rem;
  }

  .home-benefits-wrapper-5.margin-top {
    grid-row-gap: 5rem;
  }

  .container-35 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-36 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .t-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav1-logo-wrapper {
    display: inline-block;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav1 {
    z-index: 10;
  }

  .footer-logo-2 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .button-32.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .hero-heading-center-5 {
    padding: 60px 15px;
  }

  .paragraph-23 {
    margin-top: -8px;
    font-size: 14px;
  }

  .hero-heading-left-3, .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .paragraph-24 {
    margin-top: -8px;
    font-size: 14px;
  }

  .section-morning-weigh-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-quick-earn-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-chapter-himself-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .button-36.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .paragraph-29 {
    margin-top: -8px;
    font-size: 14px;
  }

  .hero-heading-left-4, .hero-heading-right-4 {
    padding: 60px 15px;
  }

  .paragraph-31 {
    margin-top: -8px;
    font-size: 14px;
  }

  .h2-chapter-himself-3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-morning-weigh-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-41.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .paragraph-34 {
    margin-top: -8px;
    font-size: 14px;
  }

  .hero-heading-left-5, .hero-heading-left-6, .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .paragraph-39 {
    margin-top: -8px;
    font-size: 14px;
  }

  .h2-chapter-himself-4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-morning-weigh-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-47.is-navbar2-button, .button-50.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .paragraph-43 {
    margin-top: -8px;
    font-size: 14px;
  }

  .hero-heading-left-8 {
    padding: 60px 15px;
  }

  .paragraph-46 {
    margin-top: -8px;
    font-size: 14px;
  }

  .button-54.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component-8 {
    min-height: 4rem;
  }

  .icon-button-7 {
    padding: 12px 30px;
    font-size: 14px;
  }

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

  .home-header-content-4 {
    padding-top: 3rem;
  }

  .navbar2_component-9 {
    min-height: 4rem;
  }

  .home-header-content-5 {
    padding-top: 3rem;
  }

  .home-benefits-content-2 {
    width: 50ch;
  }

  .padding-vertical-3 {
    padding: 2rem 0 0;
  }

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

  .home-benefits-wrapper-6 {
    margin-top: 4rem;
  }

  .home-benefits-wrapper-6.margin-top {
    grid-row-gap: 5rem;
  }

  .button-55.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .t-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-container {
    width: 100%;
  }

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

  .button-58.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .navbar2_component-10 {
    min-height: 4rem;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .spark-simple-stacked-icon-tabs {
    width: 100%;
    margin-right: 0%;
  }

  .waves-inside-wide-feature-7 {
    max-width: 80%;
    text-align: center;
    align-items: center;
  }

  .spark-simple-icon-tabs-content {
    width: 100%;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

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

  .purple-image-2 {
    max-width: 70%;
  }

  .feature, .spark-simple-icon-tabs-content-copy {
    width: 100%;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-features-included.spark-two-column {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-secondary-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
    flex-direction: column;
  }

  .home-tab-link {
    padding: 15px 30px;
  }

  .tabs_menu_1 {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .a-cta-form-wrapper {
    flex-direction: column;
  }

  .a-cta-feature-wrapper {
    margin-bottom: 24px;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .what-we-do-tabs {
    justify-content: space-between;
  }

  .wwd-tabs-content {
    width: 75%;
    margin-left: 1%;
  }

  .wwd-tabs-menu {
    width: 20%;
  }

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

  .tab-link {
    padding-right: 24px;
  }

  .rl-components_item-wrapper {
    margin-bottom: .25rem;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .rl-features_card1 {
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .rl-footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-builtwith_projects-wrapper {
    margin-bottom: 1rem;
  }

  .rl-builtwith_projects-wrapper.top {
    margin-left: 15vw;
  }

  .rl-builtwith_projects-wrapper.bottom {
    margin-right: 15vw;
  }

  .rl-navbar_logo-link {
    align-self: flex-start;
  }

  .text-size-small-2.is-xsmall-mobile {
    font-size: .75rem;
  }

  .rl-intro_blur2 {
    width: 280px;
    height: 280px;
    opacity: .7;
    filter: blur(40px) blur(40px);
    top: -10%;
    right: 0%;
  }

  .rl-intro_component {
    padding-top: 2rem;
  }

  .rl-builtwith_projects-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl-intro_blur1 {
    width: 280px;
    height: 280px;
    opacity: .7;
    filter: blur(40px) blur(40px);
    top: -10%;
    left: -5%;
  }

  .rl-pricing_callout-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .rl-pricing_component {
    grid-template-columns: 1fr;
  }

  .rl-pricing_button-wrapper {
    align-items: flex-start;
  }

  .rl-navbar_loop {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-builtwith_button-icon {
    min-height: 1.25rem;
    min-width: 1.25rem;
    flex: none;
    margin-left: 0;
  }

  .rl-faq_component {
    grid-template-columns: 1fr;
  }

  .rl-header_sign-wrapper {
    width: 6.5rem;
    height: 6.5rem;
    top: 1rem;
    left: 1rem;
  }

  .pricing-table_button-caption {
    text-align: left;
  }

  .rl-features_background-overlay {
    z-index: 1;
    background-image: linear-gradient(#161616 22%, rgba(22, 22, 22, 0));
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-huge {
    font-size: 2.5rem;
  }

  .rl-components_number-text {
    font-size: .875rem;
  }

  .rl-navbar_component {
    flex-direction: column;
    padding-bottom: 0;
  }

  .rl-footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl-testimonials_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rl-footer_slack-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .rl-footer_slack-cta {
    flex-direction: column;
  }

  .rl-footer_slack-icon {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .rl-features_card2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-builtwith_wrapper {
    margin-top: 3rem;
  }

  .rl-header_heading, .heading-xxlarge {
    font-size: 2.5rem;
  }

  .faq-05_icon {
    width: 28px;
  }

  .rl-intro_heading {
    font-size: 5rem;
  }

  .rl-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .rl-faq_list.top {
    border-bottom-style: none;
  }

  .rl-header_sign-background {
    width: 6.5rem;
    height: 6.5rem;
  }

  .copypaste-symbol_component.rl-header-position {
    display: none;
  }

  .rl-header_content-layout {
    grid-template-columns: 1fr 1fr;
  }

  .copypaste-symbol_mobile-image1 {
    height: 48px;
    display: block;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .rl-footer-credit-text {
    margin-top: 1.5rem;
  }

  .rl-intro_heading-wrapper {
    margin-bottom: 0;
  }

  .rl-footer_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .fixed-cta {
    top: 1rem;
  }

  .rl-builtwith_project-button {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(22, 22, 22, .1);
    justify-content: center;
    align-items: center;
    padding: 0;
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: auto;
  }

  .rl-testimonial_quote-icon-bottom {
    width: 3.5rem;
  }

  .rl-features_card3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-features_card3-background {
    height: 16rem;
  }

  .rl-navbar_button._0-opacity {
    display: none;
  }

  .text-background-box {
    margin-bottom: -.6rem;
    margin-left: 0;
    padding-bottom: .6rem;
    padding-left: .75rem;
    padding-right: 1.25rem;
  }

  .rl-header_content-wrapper {
    margin-top: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-background-box2 {
    margin-bottom: .5rem;
    margin-right: 0;
    padding-bottom: .5rem;
    padding-right: 1.75rem;
  }

  .rl-intro_callout {
    top: 10vh;
  }

  .rl-features_component {
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-header_sign-text, .heading-small {
    font-size: 1.25rem;
  }

  .rl-intro_blur3 {
    width: 280px;
    height: 280px;
    opacity: .7;
    filter: blur(40px) blur(40px);
    top: -10%;
    left: 0%;
  }

  .rl-features_card3-background-wrapper {
    right: -20%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .rl-pricing_browser-icon {
    width: 2.5rem;
  }

  .rl-components_item-image {
    display: none;
  }

  .fixed-cta_button {
    width: auto;
    min-height: auto;
  }

  .copypaste-symbol_mobile-image2 {
    display: none;
  }

  .text-background-scribble {
    margin-left: -2rem;
    padding-left: 2rem;
  }

  .rl-testimonial_quote-icon-top {
    width: 3.5rem;
  }

  .preload-title {
    font-size: 7rem;
  }

  .grid-six-wrapper {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h4-1 {
    font-size: 1.1rem;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .button-63 {
    padding: .75rem 1.5rem;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .timeline_grid {
    grid-template-columns: 5em 1fr;
  }

  .timeline_progress-overlay-bottom {
    height: 4em;
    background-image: linear-gradient(rgba(10, 34, 125, 0), #0a227d 59%);
  }

  .is-h2 {
    font-size: 2rem;
  }

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

  .timeline_progress {
    top: 0%;
    bottom: auto;
    left: 2.5em;
    right: auto;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#0a227d 18%, rgba(10, 34, 125, 0));
  }

  .is-h3 {
    font-size: 1.4rem;
  }

  .cta_about {
    flex-direction: column;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .is-txt-medium {
    font-size: 1.2rem;
  }

  .portrait {
    width: 8em;
    height: 8em;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .testimonial-text-2 {
    position: static;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .testimonial-card-3 {
    margin-bottom: 30px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-flexed-footer-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-spread-footer-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-logo-background-text {
    font-size: 150px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

  .cf-logos-contain {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-logos-heading {
    width: 90%;
    font-size: 24px;
  }
}

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

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

  .container-2 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

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

  .centered-heading.margin-bottom-32px {
    text-align: left;
    text-align: center;
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 40px;
    overflow: hidden;
  }

  .hero-wrapper {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .hero-split {
    flex-direction: column;
    order: -1;
    display: flex;
  }

  .margin-bottom-24px {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .button-primary-2 {
    text-align: center;
    margin-left: 65px;
    padding-right: 20px;
  }

  .button-primary-2.button-pt-module-copy {
    background-color: var(--blue);
    margin-left: 165px;
    margin-right: 0;
  }

  .features-metrics {
    padding-top: 0;
  }

  .features-title {
    flex: 1;
    font-size: 25px;
  }

  .logos-quote-divider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .clients-quote-two {
    text-align: center;
    margin-top: 5px;
    padding-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 50px 16px;
  }

  .title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .image-wrapper.relative {
    margin-top: 0;
  }

  .row-wrapper {
    margin-bottom: 15px;
  }

  ._2-column {
    grid-column-gap: 116px;
    grid-row-gap: 100px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .stat-block {
    bottom: -50px;
    left: -2px;
  }

  .stat-block._2 {
    bottom: -76px;
    right: -2px;
  }

  .content-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .oval.green._2 {
    top: -25px;
    left: -25px;
  }

  .hero-heading-left {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .shadow-two-2 {
    clear: none;
    flex: 1;
    order: 1;
    align-self: center;
    transition: opacity .2s;
    display: block;
    position: static;
  }

  .hero-heading-right {
    padding-top: 12px;
  }

  .hero-heading-center-2 {
    padding-top: 76px;
  }

  .text-block._16-px {
    line-height: 26px;
  }

  .home-2-testimonial-heading {
    background-color: var(--hero);
    color: #222;
    text-align: center;
    background-image: none;
    margin-top: 0;
  }

  .wrapper.home-2-testimonial-wrapper {
    padding-top: 0;
  }

  .button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .home-2-testimonial-section {
    padding-top: 0;
  }

  .wrapper-2.home-hero-wrapper {
    padding-top: 39px;
  }

  .hero-floating-feature {
    min-height: 140px;
    border-radius: 15px;
  }

  .para-large.home-hero-para {
    font-size: 16px;
  }

  .home-hero-pointers {
    max-width: 300px;
    grid-template-columns: 1fr;
  }

  .hero-floating-image-1 {
    width: 140px;
    height: 140px;
  }

  .display-heading {
    font-size: 50px;
  }

  .display-heading.home-hero-heading {
    margin-top: 2px;
    font-size: 35px;
  }

  .home-hero-main-image {
    width: auto;
    height: auto;
  }

  .hero-floating-image-2 {
    width: 220px;
    height: 132px;
    bottom: -3%;
    left: -2%;
  }

  .home-hero-section {
    border-radius: 0;
  }

  .hero-image {
    width: auto;
    height: 400px;
  }

  .heading {
    clear: none;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 35px;
  }

  .text-span-4 {
    float: none;
    opacity: 1;
    text-indent: 10px;
    white-space: normal;
    font-size: 30px;
    font-weight: 700;
    line-height: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: -15px;
    font-size: 33px;
    line-height: 40px;
  }

  .heading-3 {
    text-align: left;
    order: 0;
    font-size: 35px;
  }

  .heading-4 {
    text-align: left;
    font-size: 35px;
  }

  .grid {
    width: auto;
    border-radius: 20px;
    margin-left: 0;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 10px;
  }

  .hero, .hero-wrapper-copy {
    flex-flow: column-reverse wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

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

  .text-span-6 {
    font-size: 2rem;
  }

  .text-span-11 {
    color: #2311e5;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 46px;
    margin-left: auto;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 41px;
    margin-left: auto;
  }

  .paragraph-3 {
    text-align: left;
    margin-left: auto;
  }

  .button-pt-module {
    text-align: center;
    margin-left: 0;
    padding-right: 20px;
  }

  .f-feature-card-outline {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 32px;
    display: block;
  }

  .f-container-regular {
    margin-left: 6px;
  }

  .f-h3-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .f-feature-card-wrapper {
    grid-column-gap: 34px;
    text-align: left;
    border-radius: 0;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-flow: row;
    align-content: start;
    justify-content: space-around;
    align-items: start;
    justify-items: start;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: 18px;
    padding-bottom: 0;
    display: block;
  }

  .f-feature-icon-round {
    width: 60px;
    height: 60px;
    border: 1px #000;
    border-radius: 100%;
    margin-right: -1px;
    padding-bottom: 16px;
  }

  .f-margin-bottom-64 {
    margin-bottom: 58px;
  }

  .section-morning-weigh {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-quick-earn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-chapter-himself {
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    line-height: 1.25;
  }

  .div-being-magnet {
    margin-top: 3rem;
  }

  .div-club-fewer {
    display: none;
  }

  .div-pony-party {
    grid-template-columns: 1fr;
  }

  .div-honor-aboard {
    border-color: var(--blue);
  }

  .h3-vegetable-driver {
    margin-top: 1.5rem;
  }

  .p-tune-clothing {
    border-radius: 0;
  }

  .div-honor-aboard-copy {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .div-flame-mice {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-finish-shout {
    height: 4rem;
    flex-direction: column;
  }

  .div-substance-tin {
    flex-direction: column;
    display: none;
  }

  .div-riding-knowledge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-language-growth {
    display: none;
  }

  .div-attention-firm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-young-size {
    max-width: 36rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-straight-tent {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .div-create-warn {
    flex-direction: column;
    justify-content: center;
  }

  .paragraph---pt-module {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .brand {
    max-width: 50px;
  }

  .heading-6 {
    text-align: left;
  }

  .paragraph-9 {
    margin-top: -15px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-13 {
    text-align: center;
    font-size: 30px;
  }

  .quick-stack-2 {
    margin-top: -20px;
  }

  .button-8.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .image-15 {
    margin-bottom: -62px;
  }

  .margin-bottom-24px-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 0;
    font-size: 16px;
  }

  .container-7 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .hero-split-3 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .section-2 {
    overflow: hidden;
  }

  .section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .hero-3 {
    flex-flow: wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: block;
  }

  .heading-20 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 35px;
    line-height: 40px;
  }

  .quick-stack-7 {
    margin-top: -283px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-right-2 {
    margin-top: 238px;
    padding-top: 12px;
  }

  .container-8 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-23 {
    text-align: left;
    order: 0;
    font-size: 35px;
  }

  .text-span-14 {
    color: #2311e5;
  }

  .margin-bottom-24px-4 {
    text-align: left;
    margin-top: 0;
  }

  .button-primary-4 {
    text-align: center;
    margin-left: 65px;
    padding-right: 20px;
  }

  .hero-heading-left-2 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .container-9 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-24 {
    clear: none;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 35px;
  }

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

  .paragraph-16 {
    margin-top: -15px;
    font-size: 9px;
    line-height: 12px;
  }

  .heading-29 {
    line-height: 50px;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

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

  .button-9.hero-button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-9.button-secondary.hero-button {
    margin-bottom: 0;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

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

  .video-button-wrap {
    margin-top: 14px;
    margin-left: 0;
  }

  .testimonial-content {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .svg.product-svg {
    width: 24px;
    height: 24px;
  }

  .product-heading {
    width: 100%;
  }

  .profile-image-2 {
    margin-bottom: 15px;
  }

  .faq-title {
    font-size: 18px;
  }

  .hero-section-2 {
    padding-bottom: 50px;
  }

  .hero-text-block {
    text-align: left;
    align-items: flex-start;
  }

  .service-section {
    padding-top: 183px;
  }

  .random-train-lottie {
    width: 150%;
    margin-top: 45px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .customer-logo {
    width: 33%;
    max-width: 95px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .h3 {
    font-size: 24px;
  }

  .flex-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-row-outer {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-h1 {
    text-align: left;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-section.hero-section {
    padding-top: 0;
  }

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

  .button-wrapper {
    display: block;
  }

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

  .home-benefits-wrapper {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .product-heading-2 {
    width: 100%;
  }

  .features-content_icon {
    width: 4rem;
    height: 4rem;
  }

  .home-header-content-text {
    padding-left: 0;
    padding-right: 0;
  }

  .text-mark {
    font-size: 1.2rem;
  }

  .decoration-benefits_moneybag {
    max-width: 18%;
    right: 16%;
  }

  .decoration-benefits_triangle {
    max-width: 18%;
    bottom: 18%;
    right: 7%;
  }

  .decoration-benefits_squiggle {
    max-width: 15%;
    bottom: 11%;
    left: -8%;
  }

  .author-block-2 {
    margin-top: 15px;
  }

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

  .decoration-benefits_crowd {
    max-width: 25%;
    bottom: 28%;
  }

  .home-process-content_wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .decoration-benefits_churn {
    max-width: 60%;
    top: 43%;
    right: -11%;
  }

  .testimonial-content-2 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .icon-button {
    margin-top: -129px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-process-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-benefits-content {
    width: auto;
    padding-right: 0%;
  }

  .decoration-benefits_cudtomers {
    max-width: 60%;
    bottom: -12%;
    left: -10%;
  }

  .h-small.text-align-center {
    font-size: 1rem;
  }

  .decoration-benefits_sales {
    max-width: 60%;
    top: -20%;
    left: -6%;
  }

  .home_cta-component {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .process-image {
    max-width: 70%;
  }

  .home-benefits_product-images {
    width: 100%;
    max-width: 18rem;
    min-width: 12rem;
  }

  .decoration-benefits_lines-on-right {
    max-width: 15%;
    right: -7%;
  }

  .decoration-benefits_shadow {
    max-width: 90%;
    top: 11%;
    left: 9%;
  }

  .decoration-benefits-blue-box {
    max-width: 90%;
    left: 4%;
  }

  .left-arrow {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .home-header-content {
    padding-top: 0;
  }

  .decoration-benefits_trust {
    max-width: 90%;
  }

  .footer-nav-link {
    margin-bottom: 8px;
  }

  .footer-nav-link.w--current {
    margin-bottom: 8px;
    font-size: 12px;
  }

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

  .testimonial-wrapper {
    flex-direction: column;
  }

  .h1-2 {
    font-size: 26px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .testimonial-mask {
    padding-left: 0;
  }

  .integrate-panels-wrapper {
    grid-row-gap: 20px;
  }

  .footer-legal-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }

  .payout-section {
    padding-top: 30px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .cta-subtitle {
    font-size: 16px;
  }

  .panel-left-col {
    margin-bottom: 10px;
    padding: 20px;
  }

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

  .section-subtitle {
    font-size: 16px;
  }

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

  .testimonial-section-3 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .less-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .embed {
    line-height: 1;
  }

  .col-6 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .col-6.pbnone {
    margin-bottom: 0;
  }

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

  .left-arrow-2 {
    bottom: 6.5%;
    left: 17%;
  }

  .feature-text-wrapper {
    margin-bottom: 20px;
  }

  .description-auto {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

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

  .testimonial-text {
    margin-bottom: 20px;
  }

  .tab-menu {
    display: flex;
  }

  .container-13 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.25;
  }

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

  .h-after {
    font-size: 30px;
  }

  .page-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .feature-section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .icon-btn {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-nav {
    max-width: 100%;
    flex-direction: column;
  }

  .right-arrow-2 {
    bottom: 6.5%;
    right: 16%;
  }

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

  .large-heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .large-heading.mb-20 {
    line-height: 1.3;
    overflow: hidden;
  }

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

  .panel-heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .trading-tab-link {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .trading-tab-link.w--current {
    text-align: center;
  }

  .large-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .lottie-extra {
    height: auto;
  }

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

  .container-14 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .purple {
    padding-top: 50px;
  }

  .author-block-3 {
    margin-top: 15px;
  }

  .cta-header {
    font-size: 35px;
    line-height: 43px;
  }

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

  .testimonial-content-4 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .right-arrow-3 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .link-blue.padding-20 {
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .left-arrow-3 {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .testimonial-content-5 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow-4 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .testimonial-content-6 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard-paragraph-3 {
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .right-arrow-5 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .left-arrow-4 {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .testimonial-content-7 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow-6 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .left-arrow-5 {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .h1-4 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .testimonial-content-8 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-17 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .button-16.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .text-span-16 {
    font-size: 1.2rem;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .col {
    margin-bottom: 0;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .t-button-secondary {
    width: 100%;
  }

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

  .menu-button-12 {
    border-style: none;
  }

  .navigation-button {
    display: none;
  }

  .icon-3 {
    color: #fff;
    font-size: 40px;
  }

  .icon-button-2 {
    margin-top: -129px;
    padding-top: 12px;
    padding-left: 6rem;
    padding-right: 6rem;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .h1-6 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .home-header-content-2 {
    padding-top: 0;
  }

  .text-mark-2 {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 26px;
  }

  .standard-paragraph-5 {
    max-height: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
  }

  .f-section-large-2 {
    background-color: #262420;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .padding-global-3 {
    padding-left: 10%;
  }

  .button-22.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .text-span-17 {
    font-size: 1.2rem;
  }

  .home-header-content-3 {
    padding-top: 0;
  }

  .standard-paragraph-7 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .container-18 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .text-mark-3 {
    font-size: 1.2rem;
  }

  .h1-8 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .container-19 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .h-small-3 {
    font-size: 1.1rem;
  }

  .container-20 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .features-content_icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .h-small-4 {
    font-size: 1.1rem;
  }

  .container-21 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .heading-30 {
    line-height: 50px;
  }

  .heading-31 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-6 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .margin-bottom-24px-5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 0;
    font-size: 16px;
  }

  .container-22 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .cell-8 {
    align-items: center;
    font-size: 16px;
  }

  .section-8 {
    overflow: hidden;
  }

  .hero-5 {
    flex-flow: wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: block;
  }

  .hero-split-4 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .button-23 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .margin-bottom-29 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-25.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .text-span-18 {
    font-size: 1.2rem;
  }

  .standard-paragraph-8 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 17px;
  }

  .container-23 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-mark-4 {
    font-size: 1.2rem;
    line-height: 23px;
  }

  .h1-9 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .icon-button-4 {
    margin-top: -32px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .container-24 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-9 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .home-benefits-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper-2.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .container-25 {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .standard-paragraph-10 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .container-26 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .heading-32 {
    line-height: 50px;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .image-33 {
    top: -12%;
  }

  .checkmark-row {
    align-items: center;
  }

  .pricing-block, .pricing-block.recommended {
    padding: 30px;
  }

  .button-27 {
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-span-20 {
    font-size: 1.2rem;
  }

  .container-28 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-11 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .text-mark-5 {
    font-size: 1.2rem;
  }

  .h1-10 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .icon-button-5 {
    margin-top: -129px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .text-span-21 {
    font-size: 1.2rem;
  }

  .container-29 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-12 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .text-mark-6 {
    font-size: 1.2rem;
  }

  .h1-11 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .logo1_component {
    justify-content: center;
  }

  .f-h3-heading-2 {
    line-height: 20px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .paragraph-21 {
    font-size: 20px;
  }

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

  .container-30 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-13 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .h2-10 {
    margin-left: 28px;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-benefits-wrapper-3 {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper-3.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .container-31 {
    margin-top: -8.7rem;
    margin-bottom: 0;
  }

  .standard-paragraph-14 {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 28px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 17px;
  }

  .home-benefits-wrapper-4 {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper-4.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .bold-text-10 {
    letter-spacing: normal;
    font-size: 1.5rem;
    line-height: 25px;
  }

  .italic-text {
    font-size: 14px;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .mobile {
    font-size: 10px;
    font-weight: 400;
    display: none;
  }

  .image-43 {
    display: none;
  }

  .button-28.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .bold-text-14 {
    font-size: 18px;
    line-height: 20px;
  }

  .icon-button-6 {
    margin-top: -32px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    transition-property: none;
  }

  .container-32 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .h1-12 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .text-block-21 {
    background-color: #dc0000;
  }

  .standard-paragraph-15 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 17px;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .container-33 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-44 {
    display: none;
  }

  .container-34 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-16 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

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

  .h2-11 {
    margin-top: 0;
  }

  .home-benefits-wrapper-5 {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper-5.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .standard-paragraph-17 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .container-35 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-18 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .t-button-secondary-2 {
    width: 100%;
  }

  .bold-text-17 {
    font-size: 1rem;
  }

  .container-36 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .standard-paragraph-19 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 11px;
    line-height: 17px;
  }

  .t-button-secondary-3 {
    width: 100%;
  }

  .footer-logo-2 {
    display: block;
  }

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

  .flex-horizontal-space-between {
    align-items: center;
  }

  .footer-link-5.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link-5.spacing.last {
    margin-right: 16px;
  }

  .button-32.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .section-10 {
    overflow: hidden;
  }

  .cell-12 {
    align-items: center;
    font-size: 16px;
  }

  .button-33 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .hero-split-5 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .quick-stack-11 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge-1.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .container-37 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-36 {
    text-align: left;
    flex: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .margin-bottom-24px-6 {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .quick-stack-5 {
    max-height: none;
    max-width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-37 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-7 {
    text-align: left;
    margin: 45px auto 29px 10px;
    padding: 0 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .container-38 {
    background-image: linear-gradient(#f7f7f7 19%, #aca089 87%);
  }

  .testimonial {
    margin-bottom: 0;
  }

  .paragraph-22 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-38 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .quick-stack-12 {
    margin-top: -20px;
  }

  .paragraph-23 {
    color: #333;
    text-align: left;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-17 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .paragraph-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cell-5 {
    background-color: #fff;
    padding-bottom: 35px;
  }

  .hero-heading-left-3 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .button-34 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .hero-wrapper-2 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-2.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .quick-stack-13 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .heading-39 {
    clear: none;
    text-align: center;
    align-self: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .container-39 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .image-56 {
    margin-left: 7px;
    margin-right: 49px;
    padding-left: 0;
    padding-right: 18px;
  }

  .hero-wrapper-copy-2 {
    flex-flow: column-reverse wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .button-35 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .text-span-26 {
    color: #2311e5;
  }

  .paragraph---pt-module-2 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .hero-heading-right-3 {
    padding-top: 0;
  }

  .quick-stack-14 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .image-57 {
    align-self: auto;
    margin-left: auto;
    margin-right: 45px;
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-40 {
    text-align: center;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 25px;
    line-height: 40px;
  }

  .container-40 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .image-23 {
    display: none;
  }

  .heading-41 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .heading-42 {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .quick-stack-3 {
    margin-top: -20px;
  }

  .heading-43 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    display: none;
  }

  .paragraph-24 {
    color: #333;
    text-align: center;
    margin-top: -15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-25 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .container-41 {
    display: block;
  }

  .testimonial-3 {
    padding-top: 0;
  }

  .heading-19 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .image-58 {
    display: none;
  }

  .cell-13 {
    background-color: #fff;
    padding-bottom: 35px;
  }

  .paragraph-26 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: none;
  }

  .p-tune-clothing-2 {
    color: #000;
    border-radius: 0;
    margin-top: -.9rem;
    margin-bottom: 0;
    margin-left: -5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .paragraph-15 {
    margin-top: .9rem;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .h3-vegetable-driver-2 {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-morning-weigh-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .span-went-loose-2 {
    color: #333;
  }

  .div-quick-earn-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-chapter-himself-2 {
    padding-left: 0;
    font-size: 25px;
    line-height: 1.25;
  }

  .div-honor-aboard-2 {
    color: #333;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-color: #3b2ae5;
  }

  .button-6.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .heading-16 {
    text-align: left;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 35px;
    display: block;
  }

  .demo_paragrapgh {
    text-align: center;
    margin-top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .quick-stack-4 {
    margin-bottom: 0;
  }

  .button-36.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .section-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge-1.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .section-13.section-dansscholen {
    padding-bottom: 0;
  }

  .quick-stack-15 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .heading-44 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 15px 22px;
    font-size: 25px;
    line-height: 30px;
  }

  .section-14 {
    overflow: hidden;
  }

  .container-42 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .margin-bottom-24px-7 {
    text-align: left;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-37 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .quick-stack-16 {
    max-height: none;
    max-width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-27 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-59 {
    align-self: center;
  }

  .testimonial-4 {
    margin-bottom: 0;
  }

  .quick-stack-17 {
    background-color: #2c238f;
    background-image: linear-gradient(#f7f7f7, #2e49d1 22%);
    margin-top: -20px;
    padding-top: 32px;
  }

  .heading-45 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-46 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .paragraph-28 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-47 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .image-61 {
    align-self: center;
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-29 {
    color: #0a0a0a;
    text-align: left;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-48 {
    text-align: left;
    margin: 45px auto 29px 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .quick-stack-18 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .container-43 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .image-62 {
    margin-left: 7px;
    margin-right: 49px;
    padding-left: 0;
    padding-right: 18px;
  }

  .hero-wrapper-3 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .heading-49 {
    clear: none;
    text-align: center;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .margin-bottom-24px-8 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-8.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
  }

  .hero-heading-left-4 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 47px;
    margin-bottom: 29px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .button-38 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph---pt-module-3 {
    text-align: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
  }

  .hero-heading-right-4 {
    padding-top: 12px;
  }

  .quick-stack-19 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .container-44 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-50 {
    text-align: center;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 40px;
  }

  .button-39 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-30 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .heading-18 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .paragraph-31 {
    color: #000;
    margin-top: -15px;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-51, .heading-52 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-16 {
    padding-bottom: 30px;
  }

  .testimonial-5 {
    padding-top: 15px;
  }

  .heading-53 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-20 {
    margin-top: -20px;
    padding-top: 25px;
  }

  .paragraph-32 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-honor-aboard-3 {
    border-color: #3b2ae5;
  }

  .paragraph-33 {
    margin-top: .9rem;
    margin-bottom: 0;
    padding-top: 13px;
  }

  .h3-vegetable-driver-3 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .p-tune-clothing-3 {
    border-radius: 0;
    margin-top: -.9rem;
    margin-bottom: 0;
    margin-left: -5px;
  }

  .h2-chapter-himself-3 {
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .section-morning-weigh-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .quick-stack-21 {
    margin-bottom: 0;
  }

  .button-40.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .demo_paragrapgh-2 {
    text-align: center;
    margin-top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-54 {
    text-align: left;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
    font-size: 35px;
    display: block;
  }

  .cell-17 {
    padding-left: 0;
  }

  .button-41.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .heading-55 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-22 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/klant3.png');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .margin-bottom-24px-9 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 0;
    font-size: 16px;
  }

  .container-45 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .section-17 {
    overflow: hidden;
  }

  .hero-split-6 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .button-42 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .quick-stack-23 {
    max-height: none;
    max-width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-34 {
    color: #000;
    text-align: left;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .quick-stack-24 {
    margin-top: -20px;
  }

  .heading-21 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-56 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .paragraph-35, .paragraph-36 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-22 {
    text-align: left;
    margin-bottom: 29px;
    margin-left: 10px;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial-6 {
    background-image: linear-gradient(#f7f7f7 12%, #2e49d1 99%);
    margin-bottom: 0;
  }

  .heading-57 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .hero-heading-left-5 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 47px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    position: static;
  }

  .hero-wrapper-4 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .quick-stack-25 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-46 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-58 {
    clear: none;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 25px;
  }

  .image-63 {
    max-width: 100%;
  }

  .hero-split-7 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .margin-bottom-24px-10 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-10.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-43 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .hero-heading-left-6 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 47px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    position: static;
  }

  .hero-wrapper-5 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .hero-wrapper-5.hero-wrapper-1 {
    flex-direction: column-reverse;
  }

  .heading-59 {
    clear: none;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 25px;
  }

  .image-64 {
    margin-right: 68px;
  }

  .container-47 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .hero-split-8 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .margin-bottom-24px-11 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-11.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-44 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .hero-heading-left-7 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 47px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    position: static;
  }

  .hero-wrapper-6 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .image-65 {
    margin-left: auto;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 18px;
  }

  .heading-60 {
    clear: none;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 25px;
  }

  .container-48 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .hero-split-9 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .margin-bottom-24px-12 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-12.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-45 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .testimonial-7 {
    padding-top: 0;
  }

  .heading-61 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .quick-stack-8 {
    margin-top: -20px;
  }

  .heading-62 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-63 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-37 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-64 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .paragraph-38 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-39 {
    margin-top: -15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-40 {
    margin-top: .9rem;
    margin-bottom: 0;
    padding-top: 13px;
    font-size: 16px;
  }

  .h2-chapter-himself-4 {
    font-size: 25px;
    line-height: 1.25;
  }

  .section-morning-weigh-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-honor-aboard-4 {
    border-color: #2311e5;
  }

  .p-tune-clothing-4 {
    color: #333;
    border-radius: 0;
    margin-top: -.9rem;
    margin-bottom: 0;
    margin-left: -5px;
  }

  .quick-stack-26 {
    margin-bottom: 0;
  }

  .demo_paragrapgh-3 {
    text-align: center;
    margin-top: -34px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-65 {
    text-align: left;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    display: block;
  }

  .cell-20 {
    padding-left: 0;
  }

  .button-46.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .button-47.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .container-49 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .heading-66 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-48 {
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .section-18 {
    overflow: hidden;
  }

  .quick-stack-27 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .hero-split-10 {
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
    display: flex;
  }

  .margin-bottom-24px-13 {
    color: #000;
    text-align: left;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .section-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge-1.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .heading-67 {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    display: block;
  }

  .cell-21 {
    padding-left: 0;
  }

  .demo_paragrapgh-4 {
    text-align: center;
    margin-top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-28 {
    margin-bottom: 0;
  }

  .button-49.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .button-50.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .section-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(267deg, rgba(247, 247, 247, 0), #f7f7f7 87%), linear-gradient(117deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .6) 22%, #f7f7f7 89%), url('../images/visualLarge-1.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .container-50 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .margin-bottom-24px-14 {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .section-21 {
    overflow: hidden;
  }

  .heading-68 {
    text-align: left;
    margin: -15px auto 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-split-11 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .button-51 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .quick-stack-29 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .quick-stack-30 {
    max-height: none;
    max-width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-8 {
    background-image: linear-gradient(#f7f7f7 11%, #2e49d1 49%);
    margin-bottom: 0;
  }

  .paragraph-41 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-69 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-70 {
    text-align: left;
    margin: 45px auto 29px 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .quick-stack-31 {
    margin-top: -20px;
  }

  .heading-71, .heading-72 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .paragraph-42 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-43 {
    color: #000;
    text-align: left;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .hero-heading-left-8 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    margin-top: 47px;
    margin-bottom: 29px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .hero-wrapper-7 {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 1;
    align-content: flex-end;
    align-self: center;
  }

  .container-51 {
    max-width: none;
    flex-flow: wrap;
    display: flex;
  }

  .hero-split-12 {
    flex-direction: column;
    order: -1;
    margin-bottom: 28px;
    display: flex;
  }

  .button-52 {
    color: #f7f7f7;
    background-color: #333;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-73 {
    clear: none;
    text-align: center;
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .margin-bottom-24px-15 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .margin-bottom-24px-15.paragraph---pt-module {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .quick-stack-32 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    padding-left: 0;
  }

  .image-67 {
    margin-left: 7px;
    margin-right: 49px;
    padding-left: 0;
    padding-right: 18px;
  }

  .image-68 {
    display: none;
  }

  .heading-74 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-44 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: none;
  }

  .quick-stack-33 {
    margin-top: -20px;
  }

  .heading-75 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image-69 {
    display: none;
  }

  .paragraph-45 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
  }

  .paragraph-45.paragraaf-1 {
    display: none;
  }

  .heading-76 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .paragraph-46 {
    color: #000;
    margin-top: -15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .heading-77 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-78 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    display: flex;
  }

  .cell-24 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .demo_paragrapgh-5 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -34px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-53.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .quick-stack-34 {
    margin-bottom: 0;
  }

  .button-54.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .text-span-29 {
    font-size: 1.2rem;
  }

  .standard-paragraph-20 {
    text-align: center;
    margin-bottom: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 17px;
  }

  .icon-button-7 {
    margin-top: -129px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .h1-13 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .home-header-content-4 {
    padding-top: 0;
  }

  .text-mark-7 {
    font-size: 1.2rem;
  }

  .padding-global-7 {
    padding-left: 10%;
  }

  .text-span-30 {
    font-size: 1.2rem;
  }

  .home-header-content-5 {
    padding-top: 0;
  }

  .home-benefits-content-2 {
    width: auto;
  }

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

  .text-mark-8 {
    font-size: 1.2rem;
  }

  .h1-14 {
    margin-bottom: .5rem;
    font-size: 21px;
    line-height: 20px;
  }

  .home-benefits-wrapper-6 {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper-6.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .button-55.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .t-button-secondary-4 {
    width: 100%;
  }

  .padding-global-8 {
    padding-left: 10%;
  }

  .heading-79 {
    text-align: left;
    margin-top: 46px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .button-57 {
    text-align: center;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40px;
  }

  .heading-80 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
  }

  .spark-card-details {
    flex: 0 auto;
    padding-bottom: 10px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-gallery-hero-1 {
    height: 300px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .spark-section {
    padding: 27px 20px 64px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .button-58.is-navbar2-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .bold-text-24 {
    text-align: left;
  }

  .waves---heading-2-no-margins {
    font-size: 40px;
  }

  .waves---mega-heading-1 {
    text-align: center;
    margin-top: 1px;
    margin-left: 0;
    font-size: 30px;
  }

  .waves-grid-hero-1 {
    margin-top: -54px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-three-column-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .purple-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .spark-small-sub-paragraph {
    padding-top: 0;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .sub-heading-2 {
    color: #000;
    text-align: left;
  }

  .sub-heading-2.white {
    padding-right: 24px;
  }

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

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .purple-image-2 {
    max-width: 100%;
    text-align: left;
  }

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

  .button-59.in-form {
    padding-left: 40px;
    padding-right: 84px;
    font-size: 13px;
  }

  .quick-stack-35 {
    margin-bottom: 0;
  }

  .cell-25 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .sub-heading-3 {
    color: #000;
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
  }

  .button-61 {
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
    padding: 7px 25px 7px 40px;
  }

  .bold-text-25, .bold-text-25-copy {
    text-align: left;
  }

  .text-block-29 {
    text-align: center;
    padding-left: 0;
  }

  .a-faq-dropdown {
    padding: 24px;
  }

  .spark-small-icon-2.spark-primary-color {
    -webkit-text-stroke-color: var(--spark-library--background--interactive);
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-checked-item.spark-half-width, .spark-checked-item.spark-half-width-copy, .spark-checked-item.spark-half-width-copy-copy {
    width: 100%;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-features-included.spark-two-column {
    justify-content: center;
    align-items: flex-start;
  }

  .spark-hold-pricing {
    width: 100%;
    text-align: center;
  }

  .spark-large-plan-name {
    font-size: 1.2rem;
  }

  .spark-left-side-pricing-info.spark-reduce-margin-bottom {
    justify-content: center;
  }

  .spark-pricing-top.spark-thick-top-pricing {
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-pricing-tab-pane {
    width: 100vw;
    margin-left: 10px;
    padding: 20px;
  }

  .spark-side-tabs-content.spark-full-width-mobile {
    width: 100vw;
    margin-left: -20px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-side-flat-tab {
    margin-top: 19px;
    padding: 16px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2rem;
  }

  .grib1 {
    text-align: left;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 2px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    overflow: visible;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .home-tab-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .home-tab-link.w--current {
    background-color: var(--grib-goud);
  }

  .tabs_menu_1 {
    flex: 0 auto;
    margin-bottom: 50px;
  }

  .tabs_menu_1.horizontal-scroll-tabs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
    overflow: scroll;
  }

  .cf-tabs-header-text {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-features-section-4 {
    background-color: var(--alley-component-library--gray--0);
  }

  .text-block-31, .text-block-32, .text-block-33 {
    text-align: center;
  }

  .text-block-34 {
    text-align: center;
    padding-left: 0;
  }

  .featureblock1 {
    font-family: Poppins, sans-serif;
  }

  .gratis-demo {
    border-style: solid;
    border-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
    font-weight: 600;
  }

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

  .a-button-primary {
    width: 100%;
  }

  .section-22.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dynamicimage.slider-brand {
    width: 100%;
  }

  .innerwrapper {
    padding-bottom: 0;
  }

  .what-we-do-tabs {
    flex-wrap: wrap;
  }

  .branding-nav {
    width: 48%;
  }

  .wwd-tabs-content {
    width: 100%;
  }

  .wwd-tabs-menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .tabs-wrapper {
    padding-top: 0;
  }

  .stacked-tabs-holder {
    margin-top: 40px;
  }

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

  .tab-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    box-shadow: 6px 6px 15px rgba(101, 101, 101, .26), inset -6px -6px 15px rgba(121, 120, 120, .1);
  }

  .grey-paragraph {
    font-size: 14px;
  }

  .container-54 {
    background-color: #fff;
    padding: 1em;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .tab-link {
    padding: 10px;
    position: relative;
  }

  .stacked-gradient {
    display: none;
  }

  .stacked-tab-image {
    width: 200%;
    max-width: 120%;
    border-radius: 8px;
    box-shadow: 6px 6px 8px rgba(86, 86, 86, .15);
  }

  .tab-title {
    font-size: 18px;
  }

  .tab-paragraph {
    font-size: 14px;
  }

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

  .mobile-link {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span-6-copy {
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 600;
  }

  .rl-features_card1 {
    padding: 2rem 1.5rem;
  }

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

  .rl-footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .rl-builtwith_projects-wrapper.top {
    margin-left: 20vw;
  }

  .rl-builtwith_projects-wrapper.bottom {
    margin-right: 20vw;
  }

  .rl-intro_component {
    padding-top: 2rem;
  }

  .rl-pricing_callout-wrapper {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-faq_component {
    grid-template-columns: 1fr;
  }

  .rl-builtwith_project {
    width: 60vw;
    height: 40vw;
  }

  .rl-features_card2 {
    padding: 2rem 1.5rem;
  }

  .rl-header_content-overlay {
    justify-content: center;
    display: flex;
  }

  .copypaste-symbol_component.rl-header-position {
    right: auto;
  }

  .copypaste-symbol_mobile-image1 {
    bottom: 1rem;
    right: 1rem;
  }

  .rl-features_card3 {
    padding: 2.5rem 1.5rem;
  }

  .rl-features_card3-background {
    height: 10rem;
  }

  .text-background-box {
    background-position: 50% 100%;
    background-size: contain;
    margin-right: 0;
    padding: .15rem 1rem .4rem .5rem;
  }

  .rl-header_content-wrapper {
    height: 35vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-pricing_browser {
    flex-direction: column;
  }

  .text-background-box2 {
    margin-bottom: 0;
  }

  .button-secondary.button-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-62.button-large {
    justify-content: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-footer_column-layout {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl-features_card3-background-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    bottom: -160%;
    right: -15%;
  }

  .rl-pricing_browser-icon {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .copypaste-symbol_mobile-image2 {
    width: 100%;
    max-width: 375px;
    display: inline-block;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .button-wrapper-5.button-wrapper-center.max-width-full-mobile-portrait {
    margin-left: 0;
    margin-right: 0;
  }

  .preload-title {
    font-size: 4.5rem;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-content: stretch;
    justify-content: stretch;
    margin-left: -4px;
    padding-left: 0;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .bullet-wrapper-detail {
    clear: none;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    display: grid;
    position: static;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .banner-right {
    flex-direction: column;
  }

  .padding-overflow-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .round_tab-menu {
    height: auto;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-63 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    margin-top: 0;
    margin-left: 0;
  }

  .meer-features {
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 0;
  }

  .tab-text {
    flex: none;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .afbeelding1 {
    max-width: 60%;
  }

  .heading-ai {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .aivoeding {
    color: #5b5b5b;
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .hero_inner {
    margin-top: -13.2em;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .section_wrap {
    padding: 4em 1em;
  }

  .play-button-2 {
    width: 4.1em;
  }

  .is-h2 {
    font-size: 2rem;
  }

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

  .timeline_progress {
    left: 2em;
  }

  .timeline {
    min-height: 120em;
    margin-bottom: 0;
    padding-bottom: 164px;
    overflow: hidden;
  }

  .is-h1 {
    font-size: 4em;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .cta_box {
    position: relative;
  }

  .spacer_m {
    height: 1.5em;
  }

  .patten-wrap {
    overflow: hidden;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .reviews-wrap {
    flex-direction: column;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .heading-81 {
    font-size: 2rem;
  }

  .review-stars {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonial-card-3 {
    display: block;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3.spark-primary-color-background {
    padding-top: 128px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .cf-logo-background-text {
    font-size: 80px;
    top: -7%;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logos-heading {
    font-size: 22px;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

#w-node-_03e2ddce-0ebf-3c38-7a36-78f1a662b5f8-55ce13df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_03e2ddce-0ebf-3c38-7a36-78f1a662b613-55ce13df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_53ce0292-1b6e-f0d2-17cd-0e2a99e152a4-55ce13df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13870991-4acc-7f68-e110-29e8042438ef-55ce13df {
  align-self: start;
}

#w-node-_21b99332-86f1-529f-4c14-549c3c40aad8-55ce13df {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-_21b99332-86f1-529f-4c14-549c3c40aad9-55ce13df, #w-node-_21b99332-86f1-529f-4c14-549c3c40aadf-55ce13df, #w-node-_21b99332-86f1-529f-4c14-549c3c40aae5-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7ce3-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7ce4-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7ce6-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cec-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cf2-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cf4-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cf5-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cf6-55ce13df, #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cf9-55ce13df, #w-node-_078016d7-4b17-e5e6-6fc8-87a7b1dc7e4a-55ce13df, #w-node-_078016d7-4b17-e5e6-6fc8-87a7b1dc7e4d-55ce13df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e0de4ad-10f9-9a49-27f8-5926eacf68c4-55ce13e3 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-fedafe86-8dcc-e337-b7da-11f86e76d190-55ce13e3, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d191-55ce13e3, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d192-55ce13e3, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d193-55ce13e3, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d194-55ce13e3, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d195-55ce13e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b99332-86f1-529f-4c14-549c3c40aad8-55ce13e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-_21b99332-86f1-529f-4c14-549c3c40aad9-55ce13e3, #w-node-_21b99332-86f1-529f-4c14-549c3c40aadf-55ce13e3, #w-node-_21b99332-86f1-529f-4c14-549c3c40aae5-55ce13e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6893f3-5989-f3c3-bcb0-4f18e2c06175-55ce13e4 {
  justify-self: center;
}

#w-node-_8c6893f3-5989-f3c3-bcb0-4f18e2c06176-55ce13e4 {
  justify-self: end;
}

#w-node-_52349c4a-6b0f-0441-beea-37438ef24caf-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52349c4a-6b0f-0441-beea-37438ef24cb0-55ce13e4, #w-node-_52349c4a-6b0f-0441-beea-37438ef24cb3-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d68b7d38-8ea6-f164-52b7-75c417ef035a-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d68b7d38-8ea6-f164-52b7-75c417ef035b-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035d-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035f-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef0361-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0edd-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0ede-55ce13e4, #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0ee6-55ce13e4, #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0eec-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a69-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a6a-55ce13e4, #w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a6d-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5712b001-39d0-33be-b887-aee0df6a2ab0-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5712b001-39d0-33be-b887-aee0df6a2ab1-55ce13e4, #w-node-_5712b001-39d0-33be-b887-aee0df6a2ab4-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b715b80-36f6-6538-f460-a0d80397993b-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-_2b715b80-36f6-6538-f460-a0d80397993c-55ce13e4, #w-node-_2b715b80-36f6-6538-f460-a0d803979943-55ce13e4, #w-node-_2b715b80-36f6-6538-f460-a0d80397994a-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faace9-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faacea-55ce13e4, #w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faacf1-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f75b7d-8355-1a61-058b-24162ac8774f-55ce13e4 {
  justify-self: center;
}

#w-node-a1f75b7d-8355-1a61-058b-24162ac87750-55ce13e4 {
  justify-self: end;
}

#w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8594-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8595-55ce13e4, #w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8598-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b3-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b4-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b6-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b8-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6ba-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6bc-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6be-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be0095a-b392-4354-14fa-4e623363ec5f-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-_0be0095a-b392-4354-14fa-4e623363ec60-55ce13e4, #w-node-_0be0095a-b392-4354-14fa-4e623363ec66-55ce13e4, #w-node-_0be0095a-b392-4354-14fa-4e623363ec6e-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa031405-1f85-9cc3-ea67-4a31bf2e8576-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa031405-1f85-9cc3-ea67-4a31bf2e8577-55ce13e4, #w-node-aa031405-1f85-9cc3-ea67-4a31bf2e857a-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752b-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752c-55ce13e4, #w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752f-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9513e9ac-2925-dcda-ad31-02de62c5d06f-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-_9513e9ac-2925-dcda-ad31-02de62c5d070-55ce13e4, #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d077-55ce13e4, #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d07e-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f41bd7-9209-632d-cc2e-7fb16344e032-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_07f41bd7-9209-632d-cc2e-7fb16344e033-55ce13e4, #w-node-_07f41bd7-9209-632d-cc2e-7fb16344e03a-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4602c20f-05b8-3724-73c9-4fc3c71dab4c-55ce13e4 {
  justify-self: center;
}

#w-node-_4602c20f-05b8-3724-73c9-4fc3c71dab4d-55ce13e4 {
  justify-self: end;
}

#w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf0-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf1-55ce13e4, #w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf4-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc81b4fd-3719-283c-9b35-f07164675090-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cc81b4fd-3719-283c-9b35-f07164675091-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675093-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675095-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675097-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675099-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd2f0115-cab2-aef7-0063-a1466ffee36f-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-bd2f0115-cab2-aef7-0063-a1466ffee370-55ce13e4, #w-node-bd2f0115-cab2-aef7-0063-a1466ffee376-55ce13e4, #w-node-bd2f0115-cab2-aef7-0063-a1466ffee37c-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f5-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f6-55ce13e4, #w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f9-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0cd180b-d67a-7758-001d-916a7c202202-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d0cd180b-d67a-7758-001d-916a7c202203-55ce13e4, #w-node-d0cd180b-d67a-7758-001d-916a7c202206-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa29-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa2a-55ce13e4, #w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa2d-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a113dddc-9f74-7eb5-8568-e035e5e68adc-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-a113dddc-9f74-7eb5-8568-e035e5e68add-55ce13e4, #w-node-a113dddc-9f74-7eb5-8568-e035e5e68ae3-55ce13e4, #w-node-a113dddc-9f74-7eb5-8568-e035e5e68ae9-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10623c89-3f61-b72b-416b-b430b612db88-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_10623c89-3f61-b72b-416b-b430b612db89-55ce13e4, #w-node-_10623c89-3f61-b72b-416b-b430b612db90-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c610b3-3cb1-d61d-251e-6c11bdd2ffa0-55ce13e4 {
  justify-self: center;
}

#w-node-_77c610b3-3cb1-d61d-251e-6c11bdd2ffa1-55ce13e4 {
  justify-self: end;
}

#w-node-f9dd6715-a6c9-9f5a-855d-1277973721b9-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9dd6715-a6c9-9f5a-855d-1277973721ba-55ce13e4, #w-node-f9dd6715-a6c9-9f5a-855d-1277973721bd-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45c8-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45c9-55ce13e4, #w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45d0-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_346e5a0b-d3e6-87fa-e2ce-95711b171cd4-55ce13e4 {
  justify-self: center;
}

#w-node-_346e5a0b-d3e6-87fa-e2ce-95711b171cd5-55ce13e4 {
  justify-self: end;
}

#w-node-c5c4ab86-a36d-6da1-ca8b-727ca89ada9c-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5c4ab86-a36d-6da1-ca8b-727ca89ada9d-55ce13e4, #w-node-c5c4ab86-a36d-6da1-ca8b-727ca89adaa0-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68928529-6654-7c61-8984-f7ac6cd4f475-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_68928529-6654-7c61-8984-f7ac6cd4f476-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f478-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47a-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47c-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47e-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f480-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb6a-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb6b-55ce13e4, #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb73-55ce13e4, #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb7b-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97776814-2f44-73ef-54df-6837a05f536c-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97776814-2f44-73ef-54df-6837a05f536d-55ce13e4, #w-node-_97776814-2f44-73ef-54df-6837a05f5370-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aad94a3f-900f-0176-20e5-f2df1960fac7-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
}

#w-node-aad94a3f-900f-0176-20e5-f2df1960fac8-55ce13e4, #w-node-aad94a3f-900f-0176-20e5-f2df1960facf-55ce13e4, #w-node-aad94a3f-900f-0176-20e5-f2df1960fad6-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25c7b465-826b-6c44-8197-eb60cedbe73d-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_25c7b465-826b-6c44-8197-eb60cedbe73e-55ce13e4, #w-node-_25c7b465-826b-6c44-8197-eb60cedbe745-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f73d9d47-a1e3-6475-2bf3-c89c4539cf2b-55ce13e4 {
  justify-self: center;
}

#w-node-f73d9d47-a1e3-6475-2bf3-c89c4539cf36-55ce13e4 {
  justify-self: end;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767ccc81-55ce13e4 {
  justify-self: center;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767ccc8c-55ce13e4 {
  justify-self: end;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767cccbb-55ce13e4 {
  justify-self: center;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767cccc2-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767cccc4-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767cccc5-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767cccce-55ce13e4 {
  justify-self: center;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767cccd5-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1496cee-2a5c-18bc-65f6-3296767cccd7-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767cccdf-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767ccce6-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767ccced-55ce13e4, #w-node-f1496cee-2a5c-18bc-65f6-3296767cccf4-55ce13e4 {
  justify-self: center;
}

#w-node-_6644adcc-103d-98da-c6f2-d89c5693f1d6-55ce13e4, #w-node-_6644adcc-103d-98da-c6f2-d89c5693f1f7-55ce13e4, #w-node-_6644adcc-103d-98da-c6f2-d89c5693f218-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd608e-55ce13e4 {
  justify-self: center;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd6099-55ce13e4 {
  justify-self: end;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd60a0-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd60bb-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd60ed-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd60f5-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd60fd-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6106-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd610c-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6112-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd611a-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6122-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd612b-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6131-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6137-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd613f-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6147-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd614f-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6158-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6160-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6168-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6171-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6177-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd617c-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407b2-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407ba-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407c2-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407cb-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407d1-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407d7-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407df-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407e7-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407f0-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407f6-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f635407fc-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f63540804-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f6354080c-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f63540814-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f6354081d-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f63540825-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f6354082d-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f63540836-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f6354083c-55ce13e4, #w-node-_303519a0-13c3-61fb-5fa1-b92f63540841-55ce13e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e73439f9-834e-bb71-4323-e35af6dd61a7-55ce13e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b42-55ce13e4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b43-55ce13e4, #w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b44-55ce13e4, #w-node-cb366f3a-9bf9-31ee-42e4-08acc0ba581f-55ce13e5, #w-node-fedafe86-8dcc-e337-b7da-11f86e76d190-55ce13e5, #w-node-ca523e5f-5f46-9c4d-8289-df7c781b3028-55ce13e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fedafe86-8dcc-e337-b7da-11f86e76d193-55ce13e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1496cee-2a5c-18bc-65f6-3296767cccb4-55ce13e4 {
    grid-area: 2 / 3 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ced48c22-0ad8-b5f7-26e5-d5edeb9c7cec-55ce13df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e73439f9-834e-bb71-4323-e35af6dd6185-55ce13e4, #w-node-e73439f9-834e-bb71-4323-e35af6dd6193-55ce13e4 {
    order: -9999;
  }

  #w-node-e73439f9-834e-bb71-4323-e35af6dd61a7-55ce13e4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21b99332-86f1-529f-4c14-549c3c40aad8-55ce13df {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_21b99332-86f1-529f-4c14-549c3c40aad9-55ce13df, #w-node-_21b99332-86f1-529f-4c14-549c3c40aadf-55ce13df, #w-node-_21b99332-86f1-529f-4c14-549c3c40aae5-55ce13df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21b99332-86f1-529f-4c14-549c3c40aad8-55ce13e3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_21b99332-86f1-529f-4c14-549c3c40aad9-55ce13e3, #w-node-_21b99332-86f1-529f-4c14-549c3c40aadf-55ce13e3, #w-node-_21b99332-86f1-529f-4c14-549c3c40aae5-55ce13e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52349c4a-6b0f-0441-beea-37438ef24caf-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_52349c4a-6b0f-0441-beea-37438ef24cb0-55ce13e4, #w-node-_52349c4a-6b0f-0441-beea-37438ef24cb3-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035a-55ce13e4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035b-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035d-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef035f-55ce13e4, #w-node-d68b7d38-8ea6-f164-52b7-75c417ef0361-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0edd-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0ede-55ce13e4, #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0ee6-55ce13e4, #w-node-f1948486-d364-a7f4-2c7b-d81cd8ea0eec-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a69-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a6a-55ce13e4, #w-node-_5e2b0ef9-0aa2-1d62-e229-3c92ddcd6a6d-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5712b001-39d0-33be-b887-aee0df6a2ab0-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5712b001-39d0-33be-b887-aee0df6a2ab1-55ce13e4, #w-node-_5712b001-39d0-33be-b887-aee0df6a2ab4-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b715b80-36f6-6538-f460-a0d80397993b-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_2b715b80-36f6-6538-f460-a0d80397993c-55ce13e4, #w-node-_2b715b80-36f6-6538-f460-a0d803979943-55ce13e4, #w-node-_2b715b80-36f6-6538-f460-a0d80397994a-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faace9-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faacea-55ce13e4, #w-node-_792c1e56-1fa3-fa0c-d7ab-8bd5b9faacf1-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8594-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8595-55ce13e4, #w-node-_33ca66fc-a10c-7bbc-ce07-f542b00a8598-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b3-55ce13e4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b4-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b6-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6b8-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6ba-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6bc-55ce13e4, #w-node-_1d0d03da-ca79-909f-b853-57c37f0fa6be-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0be0095a-b392-4354-14fa-4e623363ec5f-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_0be0095a-b392-4354-14fa-4e623363ec60-55ce13e4, #w-node-_0be0095a-b392-4354-14fa-4e623363ec66-55ce13e4, #w-node-_0be0095a-b392-4354-14fa-4e623363ec6e-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa031405-1f85-9cc3-ea67-4a31bf2e8576-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa031405-1f85-9cc3-ea67-4a31bf2e8577-55ce13e4, #w-node-aa031405-1f85-9cc3-ea67-4a31bf2e857a-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752b-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752c-55ce13e4, #w-node-_615dcbcd-1dc1-808a-3193-7d8309e8752f-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d06f-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d070-55ce13e4, #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d077-55ce13e4, #w-node-_9513e9ac-2925-dcda-ad31-02de62c5d07e-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07f41bd7-9209-632d-cc2e-7fb16344e032-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07f41bd7-9209-632d-cc2e-7fb16344e033-55ce13e4, #w-node-_07f41bd7-9209-632d-cc2e-7fb16344e03a-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf0-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf1-55ce13e4, #w-node-_2802dccc-72eb-75b9-19d6-a589c381fdf4-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc81b4fd-3719-283c-9b35-f07164675090-55ce13e4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-cc81b4fd-3719-283c-9b35-f07164675091-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675093-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675095-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675097-55ce13e4, #w-node-cc81b4fd-3719-283c-9b35-f07164675099-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd2f0115-cab2-aef7-0063-a1466ffee36f-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-bd2f0115-cab2-aef7-0063-a1466ffee370-55ce13e4, #w-node-bd2f0115-cab2-aef7-0063-a1466ffee376-55ce13e4, #w-node-bd2f0115-cab2-aef7-0063-a1466ffee37c-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f5-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f6-55ce13e4, #w-node-_1f23ac20-cae5-e078-2b6c-a2951a5385f9-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0cd180b-d67a-7758-001d-916a7c202202-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0cd180b-d67a-7758-001d-916a7c202203-55ce13e4, #w-node-d0cd180b-d67a-7758-001d-916a7c202206-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa29-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa2a-55ce13e4, #w-node-_6705f5ef-aac6-b668-3a41-34ee93f7aa2d-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a113dddc-9f74-7eb5-8568-e035e5e68adc-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-a113dddc-9f74-7eb5-8568-e035e5e68add-55ce13e4, #w-node-a113dddc-9f74-7eb5-8568-e035e5e68ae3-55ce13e4, #w-node-a113dddc-9f74-7eb5-8568-e035e5e68ae9-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10623c89-3f61-b72b-416b-b430b612db88-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10623c89-3f61-b72b-416b-b430b612db89-55ce13e4, #w-node-_10623c89-3f61-b72b-416b-b430b612db90-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9dd6715-a6c9-9f5a-855d-1277973721b9-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f9dd6715-a6c9-9f5a-855d-1277973721ba-55ce13e4, #w-node-f9dd6715-a6c9-9f5a-855d-1277973721bd-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45c8-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45c9-55ce13e4, #w-node-f2d93ba5-9e81-b05a-6c86-fbbd762c45d0-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5c4ab86-a36d-6da1-ca8b-727ca89ada9c-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c5c4ab86-a36d-6da1-ca8b-727ca89ada9d-55ce13e4, #w-node-c5c4ab86-a36d-6da1-ca8b-727ca89adaa0-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68928529-6654-7c61-8984-f7ac6cd4f475-55ce13e4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_68928529-6654-7c61-8984-f7ac6cd4f476-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f478-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47a-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47c-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f47e-55ce13e4, #w-node-_68928529-6654-7c61-8984-f7ac6cd4f480-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb6a-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb6b-55ce13e4, #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb73-55ce13e4, #w-node-f91a0efb-767b-afce-0646-d6ed6bd2eb7b-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97776814-2f44-73ef-54df-6837a05f536c-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_97776814-2f44-73ef-54df-6837a05f536d-55ce13e4, #w-node-_97776814-2f44-73ef-54df-6837a05f5370-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aad94a3f-900f-0176-20e5-f2df1960fac7-55ce13e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-aad94a3f-900f-0176-20e5-f2df1960fac8-55ce13e4, #w-node-aad94a3f-900f-0176-20e5-f2df1960facf-55ce13e4, #w-node-aad94a3f-900f-0176-20e5-f2df1960fad6-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25c7b465-826b-6c44-8197-eb60cedbe73d-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_25c7b465-826b-6c44-8197-eb60cedbe73e-55ce13e4, #w-node-_25c7b465-826b-6c44-8197-eb60cedbe745-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e73439f9-834e-bb71-4323-e35af6dd6190-55ce13e4 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b42-55ce13e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b43-55ce13e4, #w-node-a0abf5e7-a8bb-ed84-9d67-2e38d2b15b44-55ce13e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


