:root {
  --blue-violet: #6e2ed8;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --medium-slate-blue: #955df1;
  --white: white;
  --dim-grey: #6b6b6b;
  --black: black;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--background: #faebe3;
  --waves-library--dark-elevation: #ede0d8;
  --elements-webflow-library--general--shadow-01: #73dbb90f;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  background-image: url('../images/bg-pattern.webp');
  background-position: 50%;
  background-size: 500px;
  background-attachment: fixed;
  font-family: Gothic A1;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

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

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

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

.navbar-logo-center-container.shadow-three {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1169px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.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 {
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff8c;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 1169px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: fixed;
}

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

.nav-link-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

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

.nav-link-2[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: #1a1b1fbf;
}

.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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 15px;
  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;
}

.image-5 {
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #c5c5f9;
  background-image: url('../images/bg-pattern.webp');
  background-position: 0 0;
  background-size: 500px;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
}

.heading-4 {
  color: #000;
  border: 1px #000;
  padding: 2px 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-4.chatoption {
  text-align: left;
  background-color: #ffe3c6;
  border-radius: 5px;
  margin-left: auto;
}

.div-block-13 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-5 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  border-radius: 15px;
  width: 50%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  border-radius: 20px;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 6;
  border-radius: 15px;
  width: 60%;
  max-width: 400px;
  position: absolute;
  inset: 36% -10% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  border-radius: 15px;
  width: 50%;
  max-width: 350px;
  position: absolute;
  inset: 177px auto 5% -6%;
  box-shadow: 0 2px 5px #0003;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto -249px;
  padding-bottom: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-82px-heading {
  color: #0d0e10;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
  height: 61px;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logos-2--wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-section-2 {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: 200px;
}

.cf-tab-image.tab-1 {
  width: 80%;
  max-width: 450px;
}

.cf-tabs-right-tab {
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  max-width: 250px;
  padding: 22px 32px 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: #000c;
  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: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--medium-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-sub-heading.text-center {
  color: var(--conversion-flow-library--medium-purple);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  box-shadow: none;
  width: 70%;
  max-width: 250px;
  padding: 0;
  bottom: 12%;
  right: 52%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 60%;
  max-width: 212px;
  bottom: 19%;
  right: 5%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  color: #333;
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-4-tabs-heading.heading-dark {
  color: #333;
  margin-bottom: 0;
  font-size: 36px;
}

.cf-tabs-header {
  color: #333;
  width: 90%;
  max-width: 1240px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  box-shadow: none;
  background-color: #c5c5f9;
  background-image: linear-gradient(#c5c5f9, #fff 38%, #eeeefd 44%, #cfcffa 100%, #fff);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #eee;
}

.image-6 {
  width: 24px;
  margin-right: 20px;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(90deg, #c5c5f9, #f7dbfd 60%, #c5c5f9);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-hero-email-text {
  color: #0d0e10;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  z-index: 150;
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-hero-email.email-white {
  color: #fff;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-hero-main-image {
  mix-blend-mode: luminosity;
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1340px;
  max-height: 14%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff0 54%, #fff);
  min-height: 80vh;
  overflow: hidden;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 0;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: #c5c5f9;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #c5c5f9;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #6de6cd;
  background-image: linear-gradient(0deg, #c5c5f9, #e7e7fa);
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cf-18px-paragraph {
  color: var(--dim-grey);
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph.p-dark {
  color: #0d0e10;
  text-align: center;
  max-width: 650px;
  margin-top: 20px;
}

.cf-32px-heading {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-32px-heading.heading-dark {
  color: #0d0e10;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.cf-14px-heading {
  color: #14fbff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-14px-heading.cf-tabs-sub-heading {
  color: var(--blue-violet);
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-section-1 {
  color: #363636;
  background-color: #f3f3f3;
}

.button-2 {
  color: #000;
  background-color: #fff;
}

.button-2.button-transparent {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.button-2.button-transparent.button-outline {
  color: #fff;
  border: 1px solid #fff;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-body---18px {
  color: #000c;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: #955ef1;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.cf-different-tab-pane-wrapper {
  background-color: #e9e9f7;
  border-radius: 25px;
  padding: 25px;
}

.cf-different-tabs-content {
  align-self: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .5;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-style: italic;
}

.cf-different-menu {
  flex-direction: column;
  width: 70%;
  max-width: 540px;
  margin-right: 1%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

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

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-copyright-text-2 {
  color: #d0d0d0;
  text-align: center;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 80%;
  height: 100%;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.cf-navbar-shadow {
  filter: blur(10px);
  background-color: #67666d0f;
  border-radius: 100px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 100px #0000001a;
}

.cf-menu-button-wrapper {
  display: none;
}

.cf-nav-5-button {
  color: #fff;
  letter-spacing: .2px;
  background-color: #000;
  border-radius: 80px;
  padding: 14px 26px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .2s;
}

.cf-nav-5-button:hover {
  color: #222;
  background-image: linear-gradient(117deg, #c5c5f9, #f4d0fd 53%, #c5c5f9);
}

.cf-nav-links {
  color: #333;
  letter-spacing: .2px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.cf-nav-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-nav-links.w--current {
  color: var(--medium-slate-blue);
  letter-spacing: .2px;
  font-weight: 500;
}

.cf-nav-links-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-navigation-logo {
  object-fit: contain;
  width: 120px;
  max-width: none;
  margin-right: auto;
}

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

.cf-brand.w--current {
  width: 80px;
  height: auto;
  padding-left: 0;
}

.cf-nav-4-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f3f3f366;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 2%;
  display: flex;
  position: relative;
}

.cf-nav-shadow-wrapper {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-navbar-main-white-div {
  z-index: 10;
  padding-top: 0;
  position: relative;
}

.cf-navbar-5 {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one {
  object-fit: contain;
  width: auto;
  height: 100%;
}

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

.link-3 {
  color: #333;
}

.quick-stack {
  min-height: 100vh;
}

.paragraph-2 {
  -webkit-text-stroke-color: var(--black);
  font-size: 14px;
  line-height: 160%;
}

.text-span {
  color: #000;
}

.bold-text, .text-span-2 {
  color: var(--black);
}

.image-7 {
  margin-top: 10px;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 500px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: #333;
  text-align: left;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b16cea 20%, #c5c5f9 60%, #b26dea 80%, #c3baf8);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading-2 {
  color: #333;
  text-align: left;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-1140px-wrapper---home-vertical {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: none;
  padding-bottom: 300px;
  overflow: visible;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins {
  color: var(--blue-violet);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves-image-cta-4 {
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: auto;
}

.waves---cta-outline-white {
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.medium-wide-cta {
  min-width: 150px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 120px;
  display: flex;
}

.section-3 {
  flex-flow: row;
  justify-content: space-between;
  min-height: 100vh;
  display: block;
}

.container-5 {
  display: flex;
}

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

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.cf-tab-image-2 {
  object-fit: contain;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.cf-tab-link.w--current {
  background-color: #0000;
}

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-feature-tabs-section {
  width: 100%;
}

.cf-play-button-icon {
  margin-left: 5px;
}

.cf-video-play-button-inside {
  background-color: var(--conversion-flow-library--medium-purple);
  background-image: linear-gradient(127deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97.5px;
  height: 97.5px;
  display: flex;
  overflow: hidden;
}

.cf-video-play-button {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 80%;
  height: 100%;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cf-video-thumbnail.contain {
  object-fit: contain;
}

.cf-video-laptop-bar-image {
  height: 40px;
  position: absolute;
  inset: -30px 0% auto;
}

.cf-video {
  flex-direction: column;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.cf-video-checkmark-icon {
  margin-right: 10px;
}

.cf-video-checkmarks-item {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.cf-video-checkmark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-video-heading {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

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

.cf-wrapper.video-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  margin-bottom: -215px;
  padding-top: 120px;
  padding-bottom: 115px;
}

.cf-video-section {
  background-color: #000;
  background-image: linear-gradient(#3266eb, #4eb1d2);
}

.cf-video-section.bg-green {
  background-image: linear-gradient(#97cbb5, #7ccd71);
}

.cf-video-section.project3 {
  background-image: linear-gradient(#caa781, #e4d3c0);
}

.body-3 {
  background-image: url('../images/Minimal---Pattern---2.gif');
  background-position: 0 0;
  background-size: 500px;
  background-attachment: fixed;
}

.body-4 {
  background-image: url('../images/bg-pattern.webp');
  background-position: 0 0;
  background-size: 500px;
}

.waves-image-gallery-3 {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: minmax(258px, 1fr);
  grid-template-columns: .9fr .8fr 1.2fr .7fr 1fr;
  grid-auto-flow: row;
  width: 100vw;
  height: 70vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  place-content: stretch;
  width: 100vw;
  height: 70vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium-2 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-2.margin-blend {
  margin-top: -300px;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  max-width: none;
  height: auto;
  margin-left: 0;
}

.waves---grid-cta-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: column;
  display: flex;
}

.waves-master-cta-3 {
  background-color: var(--blue-violet);
  color: var(--waves-library--white);
  background-image: linear-gradient(150deg, #5d2ec9, #4fb3d0);
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 120px 64px 120px 166px;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 300px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px #cd2bb140;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate-2 {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base-2 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label-2 {
  color: #47a887;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #47a887;
  text-transform: uppercase;
  font-weight: 700;
}

.label-2.heading-green {
  color: #28bb7d;
}

.label-2.project3 {
  color: #d1b496;
}

.step-block-2 {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.scroll-container {
  background-color: #f8f7f7;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-block-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate-3 {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base-3 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot-3 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.trigger._4 {
  height: 15%;
}

.step-scroll-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.clone-section {
  margin-bottom: 50vh;
}

.heading-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.waves---cta-white-3 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-3.wide-cta {
  min-width: 200px;
}

.waves---mg-top-18 {
  margin-top: 16px;
  display: flex;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.waves---content-image-halves-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.waves-image-rounded-25 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-cta-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.waves-master-cta-5 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  background-image: linear-gradient(#5973c8, #4dadcb);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.waves---main-container-3 {
  flex-flow: column;
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves-image-hero-6 {
  border-radius: 24px;
  width: 23%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-middle-image-hero-6 {
  border-radius: 24px;
  width: 44%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-master-images-hero-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  letter-spacing: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 25px;
  min-width: 200px;
  font-family: Varela, sans-serif;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-hero-6 {
  min-width: 260px;
}

.waves-form-hero-6 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-hero-6 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-content-hero-6 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-hero-primary {
  background-color: #7171c9;
  background-image: linear-gradient(331deg, #c5c5f9, #fff);
  padding-top: 0;
  padding-bottom: 50px;
}

.waves---heading-3-no-margins-2 {
  color: #202020;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: auto;
  height: auto;
  font-size: 40px;
}

.waves-icon-32.iconsize {
  width: 50px;
}

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

.waves-tile-features-2 {
  grid-row-gap: 10px;
  background-color: var(--waves-library--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---heading-2-no-margins-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.waves---section-medium-4 {
  background-color: #f8f7f7;
  background-image: linear-gradient(0deg, #7cce70, #1ca07280);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-4.green-bg {
  color: #222;
  background-image: linear-gradient(0deg, #7ecd75, #93c7b1ad);
  font-family: Poppins, sans-serif;
}

.heading-11 {
  color: #000;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-33 {
  width: 32px;
  height: 32px;
}

.waves-tile-features-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---heading-2-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---section-medium-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tracck {
  width: 100vw;
  height: 160vw;
}

.camera1 {
  background-color: #e4dce4;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  background-color: #0000;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-16 {
  background-image: linear-gradient(to right, #2747ff, #ef0cff);
  border-radius: 50px;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: 42% auto 0% 0%;
}

.div-block-17 {
  flex: none;
  width: 40vw;
  min-height: 50vh;
  margin-right: 20px;
}

.spacing1, .spacing2 {
  width: 4px;
  height: 96px;
  margin-bottom: 10px;
}

.heading-12 {
  color: #202020;
  font-size: 8vh;
  line-height: 8vh;
}

.heading-13 {
  color: #202020;
  font-size: 40px;
  line-height: 40px;
}

.heading-14 {
  color: #202020;
}

.heading-15 {
  color: #202020;
  font-size: 40px;
  line-height: 40px;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-size: 16px;
  line-height: 25px;
}

.image-8 {
  max-width: 50%;
}

.image-8.approach-image {
  max-width: 100%;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---heading-2-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-content: space-between;
}

.waves---section-medium-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rm-spacer {
  flex: none;
  width: 6vw;
  height: 30px;
}

.flex-row-outer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.rm-container {
  background-color: #fff;
  background-image: url('../images/bg-line.png');
  background-position: 0 0;
  background-size: 15%;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}

.link {
  color: #2962ff;
  font-weight: 400;
}

.rm-spacer-fixed {
  background-color: #fff;
  flex: none;
  width: 12vw;
  height: 30px;
}

.rm-progress {
  background-color: #2962ff;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 45px;
}

.rm-item {
  background-color: #fff;
  background-image: url('../images/checkmark.png');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dbe2eb;
  border-radius: 4px;
  align-items: center;
  height: 30px;
  margin-right: 3px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px #2d3e501f;
}

.rm-item.go-live {
  background-color: #d4f7e5;
  border-color: #2da165;
  min-width: 100vw;
  font-weight: 700;
}

.ix-chat-3 {
  max-width: 350px;
  position: relative;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.svg._24 {
  width: 24px;
  height: 24px;
}

.svg._24.rotate-180 {
  transform: rotate(180deg);
}

.rm-text {
  flex: none;
  min-width: 300px;
  font-family: Varela, sans-serif;
  position: absolute;
  left: 30px;
}

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

.rm-you-emoji {
  background-color: #fff;
  width: 30px;
  height: 23px;
  padding-left: 8px;
  padding-right: 8px;
}

.rm-you-emoji.wf {
  background-image: url('../images/Webflow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.roadmap-days {
  justify-content: space-around;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1vw;
  display: flex;
}

.explode-gif {
  border-radius: 20px;
  width: 120px;
  position: absolute;
  inset: 100% 0% auto auto;
  overflow: hidden;
}

.rm-label {
  background-color: #dbe2eb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 13px;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 5px auto 5px 5px;
}

.rm-label-text {
  direction: ltr;
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: Varela, sans-serif;
  font-size: 10px;
  line-height: 0;
  transform: rotate(-90deg);
}

.rm-progress-dot {
  background-color: #2962ff;
  border-radius: 100px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  margin-left: -4px;
}

.clone {
  margin-bottom: 60px;
  font-size: 16px;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

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

.rm-row {
  margin-bottom: 3px;
  display: flex;
}

.space {
  flex: none;
  width: 48px;
  height: 48px;
}

.space._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.space._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.space._4 {
  width: 4px;
  height: 4px;
}

.rm-section {
  height: 200vh;
}

.rm-emoji {
  background-color: #fff;
  flex: none;
  width: 26px;
  height: 23px;
  padding-left: 6px;
  padding-right: 6px;
}

.rm-emoji.go-live {
  background-color: #d4f7e5;
}

.rm-category {
  background-color: #7d7c7808;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.rm-chat-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 400px;
  display: flex;
  position: absolute;
  inset: 25px 50px auto auto;
}

.rm-typing {
  filter: brightness(95%);
  width: 84px;
  height: 46px;
  position: absolute;
  inset: auto 0% -100px auto;
}

.rm-typing.top {
  z-index: 0;
  top: 20px;
  bottom: auto;
}

.grey-text {
  color: #4a6a86;
}

.roadmap-wrap {
  font-size: 14px;
  position: sticky;
  top: 100px;
}

.h1 {
  letter-spacing: 0;
  font-size: 56px;
}

.h1.bigger {
  font-size: 64px;
}

.h1.bigger.even-bigger {
  font-size: 80px;
  line-height: 1.2em;
}

.clean-section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rm-number {
  font-family: Varela, sans-serif;
}

.rm-chat {
  z-index: 2;
  color: #fff;
  text-align: right;
  background-color: #2962ff;
  border-radius: 30px 30px 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px 35px 20px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.macbook-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.website-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 6% 0% 0%;
}

.website-image-container {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 53%;
  height: 81%;
  margin-left: 0;
  display: block;
  position: static;
  inset: 6% auto auto;
  overflow: auto;
}

.website-image {
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0% auto auto;
}

.macbook {
  z-index: 5;
  width: 70%;
  max-width: none;
  position: relative;
}

.waves---paragraph-big-4 {
  font-size: 16px;
  line-height: 130%;
}

.waves---heading-2-no-margins-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template: "Area-8 Area-7"
  / 1fr;
  grid-auto-rows: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.waves---section-medium-7 {
  padding-top: 50px;
  padding-bottom: 0;
}

.waves---heading-3-no-margins-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #fff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  overflow: hidden;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1340px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
}

.waves---grid-features-6._2column {
  grid-template-columns: 1fr 1fr;
}

.waves---paragraph-big-5 {
  text-align: left;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.waves---limit-511 {
  max-width: none;
}

.waves---heading-2-no-margins-9 {
  color: var(--black);
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-medium-8 {
  background-color: #fff;
  background-image: linear-gradient(#d2ecd9, #d2ecd9);
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
}

.waves---section-medium-8.bg-grey {
  background-image: linear-gradient(#e4f5ff, #e4f5ff);
}

.waves---section-medium-8.brown-bg {
  background-image: linear-gradient(#fbf7f3, #fbf7f3);
}

.section-4 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #ffffff21;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: Poppins, sans-serif;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 146px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-4 {
  color: #333;
  font-family: Varela, sans-serif;
  line-height: 150%;
}

.text-block-11 {
  font-family: Varela, sans-serif;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#0d0e10, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #cacafa, #faebe300);
  inset: auto 0% -1px;
}

.waves-gradient-hero-1.top {
  background-image: linear-gradient(#ececf5, #faebe300);
  height: 300px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---limit-512 {
  width: 100%;
  max-width: 480px;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.waves---limit-513 {
  width: 100%;
  max-width: 480px;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.accordion-pane {
  border-radius: 20px;
  min-height: 46.25em;
  margin-bottom: 0;
  padding: 3.06em 4.44em 6.25em;
  position: sticky;
  top: 4em;
}

.accordion-pane._3 {
  background-color: #ffdcb6;
  min-height: 40em;
  padding-left: 4em;
  padding-right: 4em;
  top: 17em;
}

.accordion-pane._2 {
  background-color: #78dbba;
  padding-left: 4em;
  padding-right: 4em;
  top: 10em;
}

.accordion-pane._4 {
  background-color: #fe7505;
  margin-top: 0;
  top: 30em;
}

.accordion-pane._1 {
  object-fit: fill;
  background-color: #c6cff1;
  padding-left: 4em;
  padding-right: 4em;
  top: 2em;
}

.container-8 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accordion-label-text {
  color: #333;
  margin-left: auto;
  font-size: 2.64em;
  line-height: 1.25em;
}

.a-description {
  align-self: flex-start;
  width: 50%;
}

.a-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.a-item-wrapper.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-content: stretch;
  place-items: center start;
  margin-top: 0;
}

.a-label-wrapper {
  margin-left: 0;
}

.accordion-btm-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.57em;
  display: flex;
}

.accordion-top-wrapper {
  display: flex;
}

.section-5 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.benefit-wrapper.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-items: center start;
}

.a-list-wrapper {
  flex: 0 auto;
  align-self: flex-start;
  width: 80%;
  padding-left: 0;
}

.a-item-text {
  color: #333;
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  max-width: 40ch;
  margin-bottom: 0;
}

.waves---heading-3-no-margins-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-34 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-17 {
  margin-bottom: 0;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 0px;
  background-color: var(--waves-library--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 80%;
  margin-top: 20px;
}

.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-vertical-tile-features-7 {
  grid-row-gap: 10px;
  background-color: var(--waves-library--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-width: 50%;
  max-height: 80%;
  margin-top: auto;
  margin-bottom: -15px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: var(--waves-library--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-9 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18 {
  width: 525px;
  height: 300px;
}

.text-block-12 {
  font-family: Varela, sans-serif;
}

.text-block-13 {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.text-block-14 {
  font-family: Varela, sans-serif;
  font-size: 14px;
}

.heading-17, .heading-18 {
  color: var(--black);
  margin-bottom: 10px;
}

.heading-19 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
}

.heading-20 {
  color: #333;
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: underline;
}

.image-9 {
  max-width: none;
  margin-left: -79px;
}

.cf-logo-images-2 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.cf-logo-22px-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logos-wrapper {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.text-block-15 {
  text-align: left;
  max-width: 100%;
}

.cf-t-author-username-and-date {
  color: #474747;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.cf-testimonial-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.cf-testimonial-author-info {
  border-left: 1px solid #333;
  padding-left: 20px;
}

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

.cf-testimonial-author-image-wrap {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.cf-testimonial-card-bottom {
  font-family: Poppins, sans-serif;
  display: flex;
}

.cf-testimonial-text {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 156%;
}

.cf-testimonial-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-testimonial-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
  padding: 40px;
  box-shadow: 8px 5px 15px #c5c5f91a;
}

.cf-testimonial-grid {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  object-fit: fill;
  max-width: 1240px;
  margin-top: 50px;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-card-section {
  background-image: radial-gradient(circle at 0 0, #c5c5f9, #fff 49%, #c5c5f9);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-10 {
  color: #333;
  margin-bottom: 10px;
}

.link-4 {
  font-family: Poppins, sans-serif;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-3 {
  font-size: 16px;
  line-height: 30px;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  color: #dddbdb;
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-1 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcfcfc66;
  border: 1px #d0d0d0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.section-6 {
  background-color: #ececec;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.waves---heading-3-no-margins-6 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-35 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.waves---mg-bottom-18 {
  align-self: center;
  margin-bottom: 0;
}

.waves-tile-features-7 {
  box-sizing: content-box;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #f5f5ff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 20px;
  display: flex;
}

.waves---grid-features-8 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big-6 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-514 {
  max-width: 510px;
}

.waves---heading-2-no-margins-11 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---main-container-6 {
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-10 {
  background-color: #0000;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---section-medium-11 {
  margin-bottom: 114px;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  color: #222;
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

.brix---heading-h3-size {
  color: #222;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---card-v11-feature-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 28px 32px 48px;
  display: flex;
  position: relative;
}

.brix---image-width-100 {
  color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
}

.brix---image-border-radius-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---grid-features-v11 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  display: grid;
}

.brix---heading-h2-size {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default {
  max-width: none;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---card-stats-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: #d2ecd9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 28px;
  display: flex;
}

.brix---card-stats-v3.brown-bg {
  background-color: #fcf8f4;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  display: grid;
}

.brix---mg-bottom-56px {
  margin-bottom: 30px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.image-11.project3 {
  margin-top: -136px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.text-block-16 {
  line-height: 22px;
}

.image-12 {
  max-width: 70%;
}

.bold-text-3 {
  font-weight: 400;
}

.text-block-17 {
  text-align: left;
}

.div-block-19 {
  background-color: #c5c5f9;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 525px;
  height: 300px;
  margin-top: -214px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.div-block-20 {
  background-image: linear-gradient(33deg, #c5c5f9, #fcf4ff 37%, #f4d0fd 77%, #c5c5f9);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 525px;
  height: 300px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 0 2px 20px #00000014;
}

.div-block-21 {
  width: 100%;
  padding-right: 0;
  transform: rotate(0);
}

.div-block-22 {
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.section-8 {
  margin-bottom: 200px;
}

.section-9 {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #222;
  background-color: #c5c5f9;
  background-image: radial-gradient(circle, #c5c5f9, #fff);
  min-height: 100vh;
}

.container-9 {
  flex-flow: column;
  display: flex;
}

.heading-21 {
  color: #333;
}

.list-2 {
  font-family: Poppins, sans-serif;
}

.cell {
  border-right: 1px dotted #000;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
}

.paragraph-5 {
  text-align: right;
}

.paragraph-5.experiencedate {
  color: #000c;
}

.paragraph-6 {
  text-align: right;
}

.paragraph-6.experiencedate {
  color: #000c;
}

.paragraph-7 {
  text-align: right;
}

.paragraph-7.experiencedate {
  color: #000c;
}

.paragraph-8 {
  text-align: right;
}

.paragraph-8.experiencedate {
  color: #000c;
}

.paragraph-9, .paragraph-10 {
  text-align: right;
}

.paragraph-10.experiencedate {
  color: #000c;
}

.paragraph-11 {
  text-align: right;
}

.paragraph-11.experiencedate {
  color: #000c;
}

.quick-stack-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #222;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
}

.paragraph-12, .paragraph-13 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.experiencetitle {
  color: #000c;
}

.paragraph-14 {
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-18 {
  letter-spacing: 0;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-22 {
  color: #333;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-15 {
  color: #333;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.image-13 {
  border-radius: 25px;
}

.text-span-4 {
  letter-spacing: 1px;
}

.paragraph-16 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

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

.paragraph-16.text-medium {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-16.text-medium.text-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bold-text-4 {
  color: #333;
  letter-spacing: 3px;
  font-weight: 400;
}

.div-block-23 {
  border-bottom: 1px solid #333;
  width: 100%;
}

.c-wrapper {
  perspective: 1000px;
  text-align: center;
  margin-top: -138px;
}

.c-card_front {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.c-section {
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: -8px;
  display: flex;
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-card {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-title-1 {
  font-weight: 400;
}

.c-title-wrapper.c-mb_40 {
  margin-bottom: 40px;
}

.section-10 {
  width: 90%;
  max-width: 1340px;
  margin-bottom: 198px;
  margin-left: auto;
  margin-right: auto;
}

.link-5:where(.w-variant-d2a9372e-a05c-3c08-2fd0-0d42ed67ab4e) {
  color: #fff;
}

.link-5:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.paragraph-17 {
  text-align: center;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 155%;
}

.spline-scene {
  margin-top: -171px;
}

.image-14 {
  margin-top: -149px;
}

.image-15 {
  width: 90%;
  max-width: 1340px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  max-width: 80%;
}

.image-17 {
  width: 8px;
}

.image-18 {
  box-sizing: border-box;
  align-self: flex-end;
  max-width: 100%;
  margin: -15px -40px -199px auto;
}

.image-19 {
  margin-bottom: -120px;
}

.section-11 {
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
}

.paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  font-size: 14px;
  line-height: 150%;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  box-sizing: content-box;
  max-width: 130%;
  margin: -114px -689px -113px 57px;
}

.text-block-23 {
  width: 70%;
}

.image-22 {
  margin: auto;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(284deg, #cdccfa, #f2d3ff 37%, #f5d6fe 76%, #d2c8fa);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-24 {
  margin-top: auto;
}

.cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-24 {
  width: 1px;
  height: 100%;
}

.cell-10 {
  border: 1px #000;
}

.cell-11 {
  border-right: 1px dashed #222;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #cec8fa, #eabcf8 34%, #f7ddfe 68%, #cbc7fa);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-link-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

.nav-dropdown-toggle-2.cf-nav-links {
  letter-spacing: .2px;
  cursor: auto;
  font-size: 16px;
  line-height: 28px;
}

.nav-dropdown-toggle-2.cf-nav-links:hover {
  color: var(--blue-violet);
}

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

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  background-color: #fff6;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.nav-dropdown-link-2:hover {
  color: var(--blue-violet);
}

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-26.text40 {
  font-size: 40px;
  line-height: 40px;
}

.waves-image-gallery-1 {
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  position: sticky;
  top: 88px;
}

.waves-image-gallery-1.customh {
  width: 100%;
  position: sticky;
}

.waves---paragraph-big-7 {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-7 {
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-31 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.text-block-32 {
  text-align: left;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.div-block-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
  position: sticky;
}

.div-block-25.customh {
  top: 88px;
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .cf-nav-links.w--current {
    color: var(--black);
    font-weight: 700;
  }

  .label-2 {
    color: #8b00d0;
  }

  .waves---paragraph-big-3 {
    color: #202020;
    font-family: Varela, sans-serif;
  }

  .waves---check-icon {
    color: #5ce76a;
  }

  .waves-tile-features-2 {
    background-color: var(--white);
  }

  .waves---heading-2-no-margins-5 {
    color: #fff;
  }

  .waves---section-medium-4 {
    background-image: linear-gradient(#3369e8, #4dadd3);
  }

  .image-8.approach-image {
    max-width: 100%;
  }

  .waves---master-checks-vertical {
    font-family: Varela, sans-serif;
  }

  .waves---section-medium-6.bg-card {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #ffffff0f;
    border-radius: 25px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 2px 20px #0003;
  }

  .rm-item {
    background-image: url('../images/checkmark.png');
  }

  .roadmap-days {
    color: #7d7c78;
  }

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

  .space._96 {
    width: 144px;
    height: 144px;
  }

  .grey-text {
    color: #7d7c78;
  }

  .macbook-wrapper {
    margin-top: -121px;
  }

  .right-arrow-2 {
    z-index: 20;
    margin-right: 0;
    position: absolute;
  }

  .container-7 {
    flex-flow: row;
    max-width: 1320px;
    display: flex;
  }

  .text-block-9, .text-block-10 {
    min-width: 40%;
  }

  .waves---paragraph-big-4 {
    font-family: Varela, sans-serif;
  }

  .waves---heading-2-no-margins-8 {
    color: #202020;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .slider-3 {
    height: 100%;
  }

  .slide-nav-2 {
    background-color: #202020;
  }

  .waves---grid-features-6 {
    margin-bottom: 80px;
  }

  .waves---heading-2-no-margins-9 {
    color: #202020;
  }

  .waves---section-medium-8 {
    background-color: #ebebeb;
    border: 1px solid #d6d6d6;
  }

  .section-4 {
    color: #e0dede;
    border: 1px #d8d8d8;
    border-top-style: solid;
  }

  .paragraph-3 {
    color: #202020;
    text-align: center;
    -webkit-text-stroke-color: #202020;
    font-size: 20px;
  }

  .heading-16 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .bold-text-2 {
    color: #202020;
  }

  .paragraph-4 {
    color: #fff;
  }

  .image-11.project3 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .cf-parallax-image-contain {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .cf-different-tab-link.w--current {
    text-transform: none;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .cf-nav-links {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cf-nav-links.w--current {
    color: var(--blue-violet);
    font-weight: 500;
  }

  .cf-nav-links-wrapper {
    font-family: Poppins, sans-serif;
  }

  .cf-nav-4-wrapper {
    background-color: #f3f3f359;
  }

  .cf-navbar-5 {
    background-color: #0000;
  }

  .cf-video-section {
    min-height: 80vh;
  }

  .cf-video-section.bg-green {
    min-height: 60vh;
    margin-bottom: 107px;
  }

  .waves---paragraph-big-3 {
    text-align: left;
  }

  .waves---paragraph-small-2 {
    font-size: 16px;
    line-height: 160%;
  }

  .waves---heading-2-no-margins-5 {
    color: #222;
  }

  .waves---content-sticky-features-2 {
    max-width: 500px;
  }

  .waves---sticky-halves {
    margin-top: 0;
    padding-top: 100px;
  }

  .waves---section-medium-4.brown-background {
    background-image: linear-gradient(#d1b496, #ede2d5);
  }

  .waves---master-checks-vertical {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 160%;
  }

  .waves---content-image-halves-4 {
    grid-row-gap: 15px;
  }

  .waves---grid-image-halves {
    place-items: start stretch;
  }

  .waves---section-medium-6 {
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0 2px 5px #0003;
  }

  .waves---section-medium-6.bg-card {
    margin-bottom: 50px;
  }

  .rm-item {
    background-image: url('../images/checkmark.png');
    background-position: 0%;
    background-size: contain;
  }

  .macbook-wrapper {
    margin-top: -436px;
  }

  .website-image-wrapper {
    background-color: #0000;
  }

  .website-image-container {
    margin-top: 5px;
  }

  .macbook {
    overflow: visible;
  }

  .icon-2, .right-arrow-2 {
    margin-right: 0;
  }

  .waves---paragraph-big-4 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 160%;
  }

  .waves---heading-3-no-margins-4 {
    margin-top: 0;
  }

  .waves-tile-features-6 {
    border: 1px solid #d6d6d6;
    justify-content: flex-start;
    display: flex;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .waves---grid-features-6._2column {
    grid-template-columns: 1fr 1fr;
  }

  .waves---section-medium-8.bg-grey {
    border-style: none;
  }

  .waves---section-medium-8.brown-bg {
    background-image: linear-gradient(#fbf7f4, #fbf7f4);
    padding-bottom: 50px;
  }

  .paragraph-4 {
    color: #222;
    font-family: Poppins, sans-serif;
  }

  .text-block-11 {
    text-align: left;
    font-family: Poppins, sans-serif;
    line-height: 160%;
  }

  .accordion-label-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .a-label-wrapper {
    flex: 0 auto;
    margin-left: 0;
  }

  .accordion-btm-wrapper {
    justify-content: center;
    align-items: center;
  }

  .accordion-top-wrapper {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
  }

  .a-list-wrapper {
    align-self: flex-start;
    width: 50%;
    padding-left: 0;
  }

  .a-list-wrapper.padding-0 {
    padding-left: 0;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-family: Poppins, sans-serif;
    line-height: 160%;
  }

  .image-9 {
    margin-left: 0;
  }

  .brix---container-default {
    max-width: 1340px;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---card-stats-v3.brown-bg {
    border-color: #d6d6d6;
  }

  .brix---grid-3-columns---1-col-mb {
    max-width: none;
  }

  .image-11.project3 {
    margin-top: -400px;
    padding-bottom: 74px;
  }

  .text-block-18 {
    font-weight: 500;
  }

  .image-14 {
    margin-top: -374px;
    margin-bottom: 173px;
  }

  .image-15 {
    max-width: none;
  }

  .image-21 {
    margin-left: 179px;
    margin-right: -716px;
  }

  .text-block-23 {
    width: 60%;
  }

  .section-12 {
    font-family: Poppins, sans-serif;
  }

  .image-23 {
    margin-left: 100px;
  }

  .text-block-24 {
    text-align: left;
    line-height: 160%;
  }

  .text-block-25 {
    text-align: justify;
    line-height: 160%;
  }

  .text-block-26 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 0 auto;
    font-size: 40px;
    line-height: 45px;
    display: block;
  }

  .text-block-27, .text-block-28 {
    line-height: 160%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    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 #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .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 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-nav-5-menu-button {
    color: #000;
    padding: 5px 10px;
  }

  .cf-nav-5-menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .cf-menu-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cf-nav-5-button {
    margin-left: 14px;
  }

  .cf-nav-button-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .cf-nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-links-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-nav-menu {
    background-color: #fff;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px #0000001a;
  }

  .cf-brand.w--current {
    height: 30px;
  }

  .cf-navbar-5 {
    overflow: visible;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-laptop-bar-image {
    top: -29px;
  }

  .cf-video {
    height: 500px;
  }

  .cf-video-checkmark-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .cf-video-checkmarks-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .cf-video-checkmark {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    display: grid;
  }

  .cf-video-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .waves---content-image-halves-3 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-5 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-5 {
    padding: 80px 64px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---content-image-halves-4 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .rm-container {
    margin-left: -3%;
    margin-right: -3%;
  }

  .container-6 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .space._96 {
    width: 76px;
    height: 76px;
  }

  .rm-chat-wrap {
    width: 330px;
    right: 25px;
  }

  .h1 {
    font-size: 44.8px;
  }

  .h1.bigger {
    font-size: 48px;
  }

  .h1.bigger.even-bigger {
    font-size: 60px;
  }

  .clean-section {
    padding-top: 60px;
  }

  .rm-chat {
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
  }

  .waves---content-image-halves-5 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .accordion-pane {
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._4 {
    top: 26em;
  }

  .accordion-btm-wrapper {
    margin-top: 5vw;
  }

  .section-5 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-testimonial-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves---grid-features-8 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .brix---card-v11-feature-over-image {
    margin-top: -67px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

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

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .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-2 {
    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 #0000000d;
  }

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

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .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 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

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

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-nav-shadow-wrapper {
    width: 90%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-checkmarks-item {
    max-width: none;
  }

  .cf-video-checkmark {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .cf-video-heading {
    font-size: 34px;
  }

  .cf-wrapper {
    width: 90%;
  }

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

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block-2.anima-1 {
    max-width: 90%;
  }

  .scroll-base-2 {
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    position: static;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .img-block-3 {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block-3.anima-1 {
    max-width: 90%;
  }

  .scroll-base-3 {
    position: relative;
  }

  .dot-3 {
    z-index: 99;
    position: static;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves-image-hero-6 {
    width: 48%;
  }

  .waves-middle-image-hero-6 {
    display: none;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-form-hero-6 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---heading-2-no-margins-6 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---heading-2-no-margins-7 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .explode-gif {
    display: none;
  }

  .rm-label {
    font-size: 10px;
  }

  .space {
    width: 24px;
    height: 24px;
  }

  .space._24 {
    width: 12px;
    height: 12px;
  }

  .space._96 {
    width: 48px;
    height: 48px;
  }

  .rm-chat-wrap {
    width: 282px;
    right: 10px;
  }

  .h1 {
    font-size: 35.84px;
  }

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

  .h1.bigger.even-bigger {
    font-size: 50px;
    line-height: 1.1em;
  }

  .clean-section {
    max-width: 100%;
  }

  .rm-chat {
    border-radius: 20px 20px 3px;
    padding: 3vw 5vw;
    font-size: 16px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---heading-2-no-margins-9 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .accordion-pane {
    padding: 5vw;
  }

  .accordion-pane._3 {
    top: 40vw;
  }

  .accordion-pane._2 {
    top: 25vw;
  }

  .accordion-pane._1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .a-description {
    width: 100%;
  }

  .a-item-wrapper {
    margin-top: 4vw;
  }

  .a-label-wrapper {
    margin-left: 4vw;
  }

  .accordion-btm-wrapper {
    flex-direction: column;
    margin-top: 5vw;
  }

  .section-5 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .a-list-wrapper {
    width: 100%;
    margin-top: 5vw;
    padding-left: 3vw;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-12 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -60px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .brix---grid-features-v11 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

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

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

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

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

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

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

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .container {
    max-width: none;
  }

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

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
    margin-bottom: 200px;
  }

  .cf-82px-heading {
    font-size: 28px;
    line-height: 120%;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

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

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-features-4-tabs-heading.heading-dark {
    width: 90%;
  }

  .cf-hero-email-text {
    font-size: 20px;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    padding-top: 40px;
    font-size: 35px;
  }

  .cf-1140px-wrapper {
    padding-bottom: 0;
  }

  .cf-hero-section-1 {
    min-height: auto;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-nav-5-menu-button {
    padding-left: 10px;
  }

  .cf-nav-5-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .cf-nav-links {
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    padding-right: 15px;
  }

  .cf-nav-links-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .cf-nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f3f3f366;
    border-radius: 0 0 40px 40px;
  }

  .cf-brand.w--current {
    width: 100px;
    height: auto;
    padding-left: 0;
  }

  .cf-nav-4-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-82px-heading-2 {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

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

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .cf-video-play-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 30% 0% auto;
  }

  .cf-video-laptop-bar-image {
    top: -26px;
  }

  .cf-video {
    height: 300px;
  }

  .cf-video-heading {
    margin-bottom: 110px;
    font-size: 20px;
  }

  .cf-wrapper.video-wrapper {
    padding-top: 100px;
    padding-bottom: 73px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .img-block-2 {
    width: 90%;
  }

  .label-2.heading-green {
    text-align: left;
  }

  .img-block-3 {
    width: 90%;
  }

  .waves---paragraph-big-3 {
    text-align: left;
    font-size: 16px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---content-image-halves-3 {
    align-items: stretch;
  }

  .waves-master-cta-5 {
    padding: 16px 16px 32px;
  }

  .waves---main-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

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

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-icon-32 {
    max-width: 50%;
  }

  .waves-tile-features-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---grid-halves-sticky {
    width: 100%;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 34px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 34px;
  }

  .waves---content-image-halves-4 {
    align-items: stretch;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-6.bg-card {
    padding-top: 0;
  }

  .rm-item {
    background-image: url('../images/checkmark.png');
  }

  .roadmap-days {
    flex-wrap: wrap;
    max-height: 36px;
    font-size: 3vw;
    overflow: hidden;
  }

  .rm-chat-wrap {
    width: 66vw;
    max-width: 220px;
  }

  .rm-typing {
    width: 50px;
    height: auto;
    bottom: -71px;
  }

  .h1 {
    font-size: 30px;
  }

  .h1.bigger {
    font-size: 31px;
  }

  .h1.bigger.even-bigger {
    font-size: 32px;
  }

  .rm-number {
    padding-right: 2vw;
  }

  .rm-chat {
    font-size: 12px;
  }

  .macbook-wrapper {
    margin-top: 59px;
  }

  .website-image-container {
    width: 76%;
    height: 81%;
  }

  .macbook {
    width: 100%;
    display: block;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 34px;
  }

  .waves---content-image-halves-5 {
    align-items: stretch;
  }

  .waves---grid-image-halves-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-auto-columns: .25fr;
    display: flex;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .waves---grid-features-6._2column {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 34px;
  }

  .waves---section-medium-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-11 {
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .accordion-pane._3 {
    padding-left: 5vw;
    padding-right: 5vw;
    top: 46vw;
  }

  .accordion-pane._2 {
    padding-left: 5vw;
    padding-right: 5vw;
    top: 28vw;
  }

  .accordion-pane._4 {
    padding-bottom: 10vw;
  }

  .accordion-pane._1 {
    overflow: hidden;
  }

  .accordion-label-text {
    font-size: 9vw;
  }

  .a-item-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .a-item-wrapper.first {
    margin-top: 4vw;
  }

  .a-label-wrapper {
    margin-left: 3vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 34px;
  }

  .waves---section-medium-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-block-12, .text-block-13 {
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-t-author-username-and-date {
    font-size: 14px;
  }

  .cf-testimonial-author-name {
    font-size: 18px;
  }

  .cf-testimonial-author-image-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cf-testimonial-card-bottom {
    align-items: center;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves---heading-3-no-margins-6 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 34px;
  }

  .waves---section-medium-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-12 {
    font-size: 34px;
  }

  .waves---section-medium-11 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -46px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 18px 24px 40px;
  }

  .brix---image-border-radius-24px {
    border-radius: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-11.project3 {
    margin-top: 45px;
    padding-left: 20px;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .div-block-20 {
    width: 275px;
    height: 500px;
  }

  .container-9 {
    margin-top: 50px;
  }

  .paragraph-5.experiencedate {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-6.experiencedate, .paragraph-7.experiencedate, .paragraph-8.experiencedate, .paragraph-10.experiencedate, .paragraph-11.experiencedate {
    font-size: 14px;
  }

  .quick-stack-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .experiencetitle {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-14 {
    flex-flow: column;
    align-items: flex-start;
  }

  .heading-22 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

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

  .image-14 {
    margin-top: 32px;
  }

  .image-18 {
    margin-bottom: -42px;
  }

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

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

  .nav-dropdown-toggle-2.cf-nav-links {
    align-self: auto;
    display: flex;
  }

  .text-block-24, .text-block-25 {
    font-size: 12px;
  }

  .text-block-26 {
    font-size: 40px;
  }

  .text-block-29 {
    padding-right: 15px;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .waves---section-medium-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-span-7 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#d7cafb, #f4d4fe);
    -webkit-background-clip: text;
    background-clip: text;
  }
}

#w-node-_97f7966d-9cef-de00-b317-807c015056f1-1b619d22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_97f7966d-9cef-de00-b317-807c015056fa-1b619d22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_3b5b1f79-1e01-f3e4-4073-3ac2e8c3c6cb-1b619d22 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .9fr 5px 1fr;
}

#w-node-_3b5b1f79-1e01-f3e4-4073-3ac2e8c3c6cc-1b619d22 {
  grid-column: span 3 / span 3;
}

#w-node-_1da8bbda-7d41-9fdb-e4a3-4a6228c2c8e8-1b619d22 {
  grid-row: span 8 / span 8;
}

#w-node-b2f216d3-aaf3-344d-e34f-78e851170849-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e851170855-1c2f195a, #w-node-_05776824-0397-e309-300e-024278e4ed69-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e851170872-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e851170878-1c2f195a, #w-node-_493b6707-8929-7e4d-53d3-0c665f4a6a17-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e851170895-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e85117089b-1c2f195a, #w-node-f0cca478-9dbd-fbd1-e775-db297c0a0b7e-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e8511708b6-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e8511708bc-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e8511708c2-1c2f195a, #w-node-b2f216d3-aaf3-344d-e34f-78e8511708c8-1c2f195a {
  justify-self: start;
}

#w-node-_84cf657d-ab9d-9762-a251-e0725cefa850-1c2f195a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-bc1484f0-bbee-df69-37e8-70103266fafb-1c2f195a, #w-node-_5cd43cd2-8514-4f74-02a0-13df944be0fd-1c2f195a, #w-node-b6f83b8e-29d7-a334-e1ff-12e7e4e63a6b-1c2f195a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bc1484f0-bbee-df69-37e8-70103266fb0c-1c2f195a, #w-node-bc1484f0-bbee-df69-37e8-70103266fb1c-1c2f195a, #w-node-bc1484f0-bbee-df69-37e8-70103266fb24-1c2f195a, #w-node-_6ac82098-946e-07d7-162b-b25f008939a9-1c2f195a, #w-node-_347b0aae-2eb0-a52e-cd7e-2f045645f4e9-1c2f195a, #w-node-_9f46dd09-4038-9531-0e7e-fdf8ba57f73d-1c2f195a {
  align-self: center;
}

#w-node-c05f6c48-535a-fb98-4551-a4c2ea09a6b5-1c2f195a, #w-node-c05f6c48-535a-fb98-4551-a4c2ea09a6c9-1c2f195a, #w-node-c05f6c48-535a-fb98-4551-a4c2ea09a68d-1c2f195a, #w-node-c05f6c48-535a-fb98-4551-a4c2ea09a6a1-1c2f195a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b2176db-df44-ed9f-a4bc-0de4d607bf49-fce2b001, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-fce2b001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4b9-fce2b001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4c3-fce2b001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e1f463c6-2e00-4623-5cbe-dbe159bf6f1d-fce2b001 {
  grid-area: Area-8;
}

#w-node-a9b9e123-8004-2961-8d1f-77cba905be8b-fce2b001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-faf685f5-11fb-c227-740c-9fb4ec310a17-fce2b001 {
  grid-area: Area-7;
}

#w-node-_0b2176db-df44-ed9f-a4bc-0de4d607bf49-ef87b123, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-ef87b123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4b9-ef87b123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4c3-ef87b123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3fe5c917-e1b0-40b5-4c88-bd6cf52b6c01-ef87b123 {
  align-self: stretch;
}

#w-node-_0b2176db-df44-ed9f-a4bc-0de4d607bf49-80610251, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-80610251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4b9-80610251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9838a09c-eed3-6c87-a88e-9fedbcece4c3-80610251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48d0366c-00bb-aee3-22bc-059e55c66c41-80610251, #w-node-_48d0366c-00bb-aee3-22bc-059e55c66c3c-80610251, #w-node-a370e72e-714c-0898-610b-d5dad782249f-80610251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe5c917-e1b0-40b5-4c88-bd6cf52b6c01-80610251 {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-fce2b001, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-ef87b123, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-80610251 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-fce2b001, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-ef87b123, #w-node-_69465314-4aed-ee9c-63bc-4f973924eaf7-80610251 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84cf657d-ab9d-9762-a251-e0725cefa850-1c2f195a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fe5c917-e1b0-40b5-4c88-bd6cf52b6bf4-ef87b123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ffdc042-a541-bb14-53b2-d5067f78c9d2-80610251 {
    order: 0;
  }

  #w-node-_3fe5c917-e1b0-40b5-4c88-bd6cf52b6bf4-80610251 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


