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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

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

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

.nav-button {
  color: #fff;
  background-color: #faf8fc00;
  background-image: linear-gradient(140deg, #b16cea, #ff5e69 40%, #ffa84b);
  border-radius: 80px;
  padding: 12px 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .2s;
}

.nav-button:hover {
  color: #fbf9ff;
  background-color: #9340a0;
  background-image: none;
}

.nav-links {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.nav-links:hover {
  color: #ff7a06;
}

.nav-links.w--current {
  color: #fff;
}

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

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

.navigation {
  background-color: #0d0e1000;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-4-wrapper {
  z-index: 1;
  background-color: #000;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 2%;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.navigation-logo {
  object-fit: contain;
}

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

.logo {
  padding-left: 0;
}

.logo.w--current {
  width: 80px;
  height: 35px;
  padding-left: 0;
}

.caption {
  color: #6e7191;
}

.heading-h1-size-34 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.card-1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #28292a;
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.unlock-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-7 {
  color: #fff;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.cards-animation {
  text-align: left;
  vertical-align: baseline;
  margin-top: 40px;
  display: inline-block;
  position: static;
}

.inner-container-900px {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.color-neutral-950 {
  color: #211f54;
}

.paragraph-default {
  color: #d9dbf7;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-join {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-1 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.button-1:hover {
  background-color: #9340a0;
  background-image: none;
}

.buttons-row-center {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.header-section-1 {
  color: #000;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.text-block {
  color: #e3e3e3;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  position: static;
}

.trusted-section-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-trusted {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.s2-trusted-heading {
  color: #6e7191;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.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: 20px;
  display: flex;
}

.image {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.color-neutral-949 {
  color: #211f54;
}

.grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-h2-size-25 {
  color: #000;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.paragraph-default-42 {
  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: 18px;
  line-height: 30px;
}

.features-section-3 {
  color: #fff;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.brix---display-9 {
  color: #000;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

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

.image-wrapper-br-24px-shadow-2 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b0d;
}

.color-neutral-912 {
  color: #6e7191;
}

.color-neutral-955 {
  color: #211f54;
}

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

.brix---link-content-2 {
  color: #6e7191;
  text-decoration: none;
}

.image-wrapper-br-24px-shadow-3 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b0d;
}

.left-paragraph-default-42 {
  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: 18px;
  line-height: 30px;
}

.display-11 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.color-neutral-956 {
  color: #6e7191;
}

.grid-2-columns-text-left-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-success-message-big-6 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---input-13 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-13:hover {
  border-color: #3880ff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-13:focus {
  color: #211f54;
  border-color: #3880ff;
}

.brix---input-13::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.cf-form-paragraph {
  color: #030303cc;
  margin-bottom: 24px;
  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: 400;
  line-height: 24px;
}

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

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

.cf-form-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.div-block-3 {
  margin-top: 20px;
}

.brix---heading-h3-size-16 {
  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;
}

.input-label-6 {
  color: #0d0e10;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---grid-2-columns-form-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-6 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.success-message-13 {
  color: #fff;
  background-color: #3880ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.error-message-13 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.btn-primary-28 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  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;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: inline-flex;
}

.btn-primary-28:hover {
  color: #fff;
  background-color: #9340a0;
  background-image: none;
  transform: translate3d(0, -3px, .01px);
}

.form-left-wrapper {
  width: 40%;
  max-width: 360px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.body {
  background-color: #fff;
}

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

.features-section {
  color: #fff;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-default-44 {
  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: 18px;
  line-height: 30px;
}

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

.color-neutral-959 {
  color: #211f54;
}

.brix---color-neutral-962 {
  color: #6e7191;
}

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

.container-default-46 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-h2-size-28 {
  color: #1c134e;
  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;
}

.grid-2-columns-text-left-3 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-960, .brix---color-neutral-963 {
  color: #6e7191;
}

.grid-2-columns-text-right-3 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.color-neutral-964 {
  color: #6e7191;
}

.div-block-4, .div-block-5 {
  padding-left: 40px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 40%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-3-border-radius-24px-6 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.section-video-icon-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3-bg-overlay-3 {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-9-play-button-large-3 {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px #14142b29;
}

.section-9-play-button-large-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.section-3-color-neutral-921 {
  color: #fff;
}

.section-3-heading-h1-size-31 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.section-3-container-default-36 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-3-hero-half-bg-color-4 {
  background-image: linear-gradient(#100e11 60%, #3880ff 60%, #fff 60%);
  padding-top: 80px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section-3---video {
  position: relative;
}

.section-3-mg-top-80px-11 {
  margin-top: 80px;
}

.section-10-mg-bottom-8 {
  color: #6e7191;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.section-10-bottom-48px-14 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  display: flex;
}

.section-10-mg-bottom-8px-9 {
  margin-bottom: 8px;
}

.section-10-card---icon-left---content-right {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: flex-start;
  height: 200px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.section-10-heading-h2-size-21 {
  color: #1c134e;
  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: 54px;
  font-weight: 700;
  line-height: 64px;
}

.section-10---privacy {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-10-square-icon-2 {
  border-radius: 16px;
}

.section-10-mg-bottom-12px-4 {
  margin-bottom: 12px;
}

.section-10-container-default-37 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-10-color-neutral-923 {
  color: #6e7191;
}

.section-10-heading-h3-size-14 {
  color: #050505;
  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;
}

.section-10-card-left-text-wrapper {
  margin-left: 24px;
}

.section-10-grid-2-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-10-color-neutral-922 {
  color: #211f54;
}

.section-10-paragraph-default-38 {
  color: #6e7191;
  margin-top: 20px;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-10-text-center-21 {
  text-align: center;
  width: 700px;
  max-width: 700px;
}

.bold-text, .bold-text-2 {
  color: #1c134e;
  font-weight: 600;
}

.heading-41 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.bold-text-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.section-11-heading-h3-size-10 {
  color: #d9dbf7;
  text-align: center;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-right: 0;
  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: 400;
  line-height: 30px;
}

.text-span-21 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-11-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.text-block-8 {
  color: #fff;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.section-11-our-mission {
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section-11-card-container {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.section-11-heading {
  color: #fff;
  max-width: 800px;
  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: 54px;
  font-weight: 700;
  line-height: 64px;
}

.section-11-card-item-subtext {
  color: #d9dbf7;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-11-card-item-heading {
  color: #fff;
  margin-bottom: 16px;
  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;
}

.button-2 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.button-2:hover {
  background-color: #9340a0;
  background-image: none;
}

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

.section-11-wrapper.section-11-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-heading-medium-4 {
  color: #1c134e;
  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: 54px;
  font-weight: 700;
  line-height: 64px;
}

.avatar-stack_item-2 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_item-2.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.faq-page-padding-11 {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq01_component {
  margin-top: 4rem;
}

.space-small-8 {
  width: 100%;
  min-height: 1.5rem;
}

.avatar-group_item-3 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.button-row-11 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row-11.button-row-center {
  justify-content: center;
}

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

.faq-max-width-large-6.align-center-7 {
  margin-left: auto;
  margin-right: auto;
}

.cta-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

.text-size-medium-6 {
  color: #6e7191;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.uui-button-12 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3880ff;
  border: 1px solid #3880ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-12:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-12:focus {
  background-color: #3880ff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #e9effb;
}

.faq01_answer {
  overflow: hidden;
}

.faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.avatar-stack_component-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.faq01_icon-wrapper {
  color: #3880ff;
}

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

.accordion-icon_vertical-line-2 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_component-2 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.cta {
  background-color: #000;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.cta-text-size-large-3 {
  color: #d9dbf7;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.faq-padding-vertical-xhuge-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq01_heading {
  color: #101828;
  letter-spacing: normal;
  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: 18px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-icon_horizontal-line-2 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.cta-heading-xxsmall-3 {
  color: #fff;
  letter-spacing: normal;
  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: 24px;
  font-weight: 600;
  line-height: 34px;
}

.text-span-22 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.faq-text-align-center-6-copy {
  text-align: center;
}

.button-3 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.button-3:hover {
  background-color: #9340a0;
  background-image: none;
}

.section-13-testimonial-card-3 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.section-13-title-wrapper-center-4 {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-14-margin-bottom-96 {
  margin-bottom: 48px;
}

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

.section-13-paragraph-regular-4.section-13-text-weight-medium {
  font-weight: 500;
}

.section-13-margin-bottom-94 {
  margin-bottom: 40px;
}

.section-13---users {
  background-color: #fff;
  padding: 40px 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-13-h3-heading-7 {
  color: #1c134e;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 64px;
}

.section-13-icon-regular-3 {
  color: #fad506;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.section-13-paragraph-small-6 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  letter-spacing: -.01em;
  min-height: 100px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.section-13-grid-three-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-13-testimonial-author-3 {
  grid-column-gap: 16px;
  object-fit: fill;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-13-testimonial-author-3:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.section-13-testimonial-background-4 {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-13-testimonial-star-wrapper-3 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.section-13-container-regular-9 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-23 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-col-title-2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

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

.icon-square-36px-4 {
  background-color: #292929;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.icon-square-36px-4:hover {
  transform: scale(.92);
}

.last-footer-bottom-2 {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.grid-footer-v1-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  padding-left: 20px;
}

.footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.paragraph-default-20 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.container-default-21 {
  color: #030304;
  max-width: 1218px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-link-2 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-top-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.footer-wrapper-2 {
  color: #0d0e10;
  background-color: #000;
  border-top: 1px solid #eff0f6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.section-join-container-default-23 {
  max-width: 1218px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.section-join-2 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 40px;
  position: static;
  overflow: hidden;
}

.section-join-color-neutral-874 {
  color: #211f54;
}

.section-join-mg-bottom-40px-16 {
  margin-bottom: 40px;
}

.section-join-color-neutral-873 {
  color: #6e7191;
}

.section-join-paragraph-default-21 {
  color: #d9dbf7;
  margin-top: 20px;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.button-4 {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.button-4:hover {
  background-color: #9340a0;
  background-image: none;
}

.section-join-buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-join-heading-h1-size-18 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.section-join-inner-container-574px---center-8 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-join-text-center-13 {
  text-align: center;
}

.s2-paragraph-default-22 {
  color: #6e7191;
  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: 18px;
  line-height: 30px;
}

.s2-floating-image-hero-v1---22 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.s2--buttons-row-11 {
  padding-top: 10px;
}

.s2heading-h1-size-19 {
  color: #1c134e;
  margin-top: 0;
  margin-bottom: 16px;
  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;
}

.s2-grid-hero-v1-7 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.s2-button-row-left-17 {
  cursor: pointer;
  margin-right: 24px;
}

.s2-color-neutral-876 {
  color: #211f54;
}

.s2-opacity-10-14 {
  opacity: .1;
}

.s2-btn-primary-18 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 40px;
  justify-content: center;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.s2-btn-primary-18:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.s2-color-neutral-875 {
  color: #6e7191;
}

.s2-mg-bottom-40px-17 {
  margin-bottom: 40px;
}

.section-hero-primary-7 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.s2-container-default-24 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.badge-group-5 {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.badge-group-5.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #f9f5ff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.a-paragraph-regular-10 {
  color: #6e7191;
  letter-spacing: -.02em;
  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: 16px;
  font-weight: 400;
  line-height: 24px;
}

.a-header-button-wrapper-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.heroheader04_content-2 {
  padding-left: 40px;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.heroheader04_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.a-h1-heading-5 {
  color: #1c134e;
  letter-spacing: -.04em;
  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: 52px;
  line-height: 64px;
}

.bold-text-11 {
  font-weight: 500;
}

.section-1---right-image {
  padding-top: 0;
  overflow: hidden;
}

.heroheader04_image-2 {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heroheader04_image-wrapper-2 {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.padding-vertical-xhuge-10 {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 0;
}

.page-padding-10 {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.text-dark-black {
  color: #1c134e;
  font-size: 34px;
  font-weight: 700;
}

.component-container-16 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.body-font-color {
  color: #6e7191;
  font-weight: 400;
  transition: color .35s;
}

.process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.process-step-2.two {
  border-bottom-color: #e1e1e1;
}

.cards-text-12 {
  color: #1c134e;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.section-4-how-works {
  color: #150438;
  background-color: #fff;
  width: 100%;
  padding: 80px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.process-2 {
  perspective: 600px;
  padding-bottom: 0;
}

.step-process-3 {
  z-index: 2;
  direction: ltr;
  background-image: linear-gradient(#b16cea, #ff5e69);
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.step-number-2 {
  color: #b16cea;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.text-span-25 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 34px;
}

.input-14 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-14:hover {
  border-color: #9340a0;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-14:focus {
  color: #211f54;
  border-color: #9340a0;
}

.input-14::placeholder {
  color: #6e7191;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
}

.form-paragraph-2 {
  color: #d9dbf7;
  margin-bottom: 24px;
  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: 400;
  line-height: 30px;
}

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

.form-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.div-block-7 {
  margin-top: 20px;
}

.grid-2-columns-form-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.card-form-7 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 540px;
  margin-bottom: 0;
  padding: 50px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.form-section-2 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---text-center-23 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-32 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.section-1---header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-12 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 48px;
  justify-content: center;
  padding: 14px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-12:hover {
  color: #fff;
  background-color: #9340a0;
  background-image: none;
  padding-left: 24px;
  padding-right: 24px;
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 0;
  margin-top: 0;
  padding: 140px 40px 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-930 {
  color: #fff;
}

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

.brix---bg-image-full-width-10 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---container-default-39 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---paragraph-default-41 {
  color: #d9dbf7;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---mg-bottom-40px-28 {
  margin-bottom: 40px;
}

.brix---buttons-row-center-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---button-row-left-27 {
  margin-right: 0;
}

.container-23 {
  padding-left: 40px;
  padding-right: 40px;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-category-cards-text-14 {
  color: #292929;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-14.rt-margin-bottom-fifteen-3 {
  margin-bottom: 15px;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-body-font-color-12 {
  color: #150438;
  transition: color .35s;
}

.rt-component-section-18 {
  color: #150438;
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  padding: 80px 0 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-img-bg-inner {
  color: #116df8;
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-component-container-18 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.text-208 {
  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;
}

.tab-left-icon-2 {
  color: #fff;
  background-color: #1d1d1d;
  border: 0 solid #fff0;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.tab-left-icon-2:hover {
  border-width: 1.5px;
  border-color: #fff;
}

.tab-left-icon-2.w--current {
  color: #fff;
  background-color: #1d1d1d;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-width: 1.5px;
  border-color: #fff;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon-2.w--current:active {
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
}

.tabs-content-card-2 {
  background-color: #1d1d1d;
  border: 0 solid #dcddeb;
  border-radius: 10px;
  width: 100%;
  padding: 40px;
  overflow: visible;
}

.color-neutral-953 {
  color: #211f54;
}

.blog-card-link {
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: transform .3s;
}

.blog-card-link:hover {
  transform: scale(.96);
}

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

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

.blog-card-content-inside-v8-small {
  border: 0 solid #fff;
  border-radius: 10px;
  padding: 20px 34px;
}

.blog-card-content-inside-v8-small:hover {
  background-color: #fff;
}

.blog-card-content-inside-v8-small:active {
  background-color: #fabc00;
}

.color-accent-17 {
  color: #3880ff;
}

.tabs-wrapper-tabs-left-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.color-neutral-954 {
  color: #000;
  background-color: #ffe100;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}

.mg-left-16px-2 {
  margin-left: 16px;
}

.heading-h3-size-18 {
  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: 500;
  line-height: 34px;
}

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

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

.pricing {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.tabs-menu-vertical-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
}

.subtitle-12 {
  color: #3880ff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.blog-card-bottom {
  border: 1px solid #eff0f6;
  border-radius: 10px;
  box-shadow: 0 2px 8px #14142b14;
}

.cf-pricing-plan-price-3 {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea, #ff5e69 38%, #ff8a56 73%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-hero-section-3 {
  background-color: #000;
  background-image: linear-gradient(#000 80%, #fff 80%);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.cf-toggle-arrow-icon-3 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-pricing-plan-tick-icon-3 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-colourful-text-3 {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #b16cea, #ff5e69 49%, #ff8a56 75%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-pricing-plan-text-3 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-hero-heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  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: 115%;
}

.cf-primary-button-3 {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button-3:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button-3.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button-3.pricing-button:hover {
  color: #fff;
  background-image: linear-gradient(96deg, #b16cea, #ff5e69 50%, #ffa84b);
}

.cf-pricing-box-wrapper-3 {
  margin-top: 50px;
}

.cf-pricing-box-wrapper-3.pricing-1-box {
  margin-top: 20px;
  position: relative;
  top: 0;
}

.cf-pricing-box-row-3 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-toggle-contain-3 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain-3.white-toggle {
  background-color: #fff;
}

.cf-pricing-toggle-header-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper-3.pricing-header-toggle {
  justify-content: center;
}

.white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  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: 500;
  line-height: 30px;
}

.cf-pricing-plan-note-text-3 {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-secondary-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-3:hover {
  color: #fff;
  background-color: #b16cea;
}

.cf-secondary-button-3.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button-3.pricing-button:hover {
  background-image: linear-gradient(to right, #b16cea, #ff5e69 46%, #ffa84b);
}

.cf-toggle-save-container-3 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-pricing-box-section-3 {
  display: block;
}

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

.cf-pricing-plan-content-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper-3 {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper-3.white-border {
  border-bottom-color: #fff3;
}

.cf-toggle-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-pricing-plan-content-text-3 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-content-item-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-hero-head-container-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-toggle-save-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-row-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-hero-para-3 {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  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: 400;
  line-height: 140%;
}

.cf-pricing-box-3 {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box-3.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-box-3.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-pricing-plan-small-text-3 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-toggle-dot-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot-3.green-toggle-dot {
  background-image: linear-gradient(135deg, #b16cea 17%, #ff5e69 55%, #ffa84b);
}

.text-block-10 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.text-block-11, .text-block-12 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #fff;
  margin-top: 10px;
  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: 15px;
  font-weight: 200;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: grid;
}

.text-block-13 {
  text-align: right;
  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: 600;
  line-height: 30px;
}

.text-span-26 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 20px;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  display: grid;
}

.div-block-10 {
  border: .5px solid #eeefff;
  margin-top: 14px;
}

.text-block-14 {
  color: #1c134e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-15 {
  color: #1c134e;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 14px;
  display: grid;
}

.text-block-16 {
  color: #1c134e;
  text-align: right;
  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: 30px;
}

.text-block-17 {
  color: #1c134e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span-27, .text-span-28 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.cf-pricing-hero-para-4 {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-pricing-hero-head-container-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 20px auto 0;
  display: flex;
}

.cf-pricing-hero-section-4 {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-hero-heading-linear {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  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;
}

.cf-forms-section-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.cf-submit-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  background-image: url('../images/Arrow---Right-2.svg'), linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 60px 10px 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  transition: background-color .2s;
  display: flex;
}

.cf-submit-button:hover {
  background-color: #ff5e69;
}

.cf-form-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cf-form {
  display: flex;
}

.cf-newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.cf-h2-white-heading-center {
  color: #1c134e;
  text-align: center;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.cf-newsletter-text-field {
  color: #1c134e;
  -webkit-text-stroke-color: #1c134e;
  background-color: #f1f1f1;
  background-image: url('../images/mail-outline.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 10px;
  width: 450px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 10px 28px 10px 66px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.cf-newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.cf-success-message-2 {
  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-newsletter-wrapper {
  background-color: #fff0;
  border-radius: 20px;
  flex-direction: 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-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.cf-info-heading-2 {
  color: #cba705;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  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: 500;
  line-height: 30px;
}

.text-span-29, .text-span-30 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-12 {
  background-color: #e2b100;
  border-radius: 56px;
  margin-bottom: 0;
  padding: 10px 30px;
}

.text-span-31, .text-span-32 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.blog-card-content {
  border: 1px solid #fffefe;
  border-radius: 10px;
  padding: 20px 34px;
}

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

.button-5 {
  background-color: #fff0;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.button-5:hover {
  background-color: #9340a0;
  background-image: none;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.refund {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.heading-42 {
  color: #1c134e;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  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: 32px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
  display: block;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1c134e;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.pricng {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 0;
}

.refund-policy {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  color: #6e7191;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.refund-wrapper {
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-18 {
  margin-top: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

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

.brix---mg-bottom-16px-24 {
  margin-top: 20px;
  margin-bottom: 0;
}

.brix---heading-h2-size-30 {
  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;
}

.method-section-2 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 0;
}

.brix---container-default-47 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.rt-advertise-content-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.brix---image-wrapper-br-24px-shadow-4 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.rt-advertise-content-text-wrapper-4 {
  max-width: 495px;
}

.brix--grid-2-columns-text-right-4 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---subtitle-16 {
  color: #6e7191;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rt-advertise-icon-wrapper-4 {
  color: #292929;
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper-4.rt-icon-three, .rt-advertise-icon-wrapper-4.rt-icon-one, .rt-advertise-icon-wrapper-4.rticon-two {
  background-color: #d9dbf7;
  border-width: 0;
}

.brix---color-neutral-968 {
  color: #211f54;
}

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

.rt-margin-bottom-twenty-7 {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty-7.rt-body-font-color-13 {
  color: #6e7191;
}

.rt-category-cards-text-15 {
  color: #292929;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-15.rt-margin-bottom-twenty-7 {
  color: #1c134e;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.rt-dotted-line-4 {
  border: 1px dashed #6e719130;
  flex: 1;
  width: 1px;
  height: 100%;
}

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

.rt-advertise-content-icon-wrapper-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.brix---grid-2-columns-text-left-4 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.text-span-33 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: #6e7191;
  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: 16px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-tag {
  color: #1c134e;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-41 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.brix---mg-bottom-16px-25 {
  margin-top: 20px;
  margin-bottom: 0;
}

.head---text-center-32 {
  text-align: center;
  margin-bottom: 40px;
}

.head---inner-container-1068px-center-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head---mg-bottom-56px-7 {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 0;
  display: flex;
}

.head---color-neutral-970 {
  color: #211f54;
}

.head---inner-container-640px---center-4 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.heading-section-3 {
  color: #fff;
  background-color: #fff0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-h2-size-31 {
  color: #1c134e;
  -webkit-text-stroke-color: #fff;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.container-default-48 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---image-wrapper-br-24px-shadow-5 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.brix---subtitle-17 {
  color: #d9dbf7;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-42 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.rt-precision-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.rt-precision-card-image-box-2 {
  text-align: center;
  overflow: hidden;
}

.rt-cover-image-3 {
  object-fit: cover;
}

.rt-cover-image-3.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-2 {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card-2.rt-home-two {
  margin-right: 0;
}

.rt-precision-card-2.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-card-body-caption-column-2 {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-padding-top-twenty-4 {
  padding-top: 20px;
}

.rt-padding-top-twenty-4.rt-body-font-color-14 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-precision-card-body-icon-column-2 {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-precision-card-body-2 {
  color: #150438;
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-category-cards-text-16 {
  color: #292929;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-16.rt-text-white-10 {
  color: #fff;
}

.rt-precision-card-body-row-2 {
  background-color: #101929;
  border: 0 solid #fff;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-component-section-22 {
  color: #150438;
  background-color: #fff;
  width: 100%;
  padding: 0 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-precision-card-image-2 {
  object-fit: cover;
  width: 100%;
}

.rt-component-container-22 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.uui-button-row-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-12.button-row-center {
  justify-content: center;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 0;
  padding-bottom: 40px;
}

.uui-button-secondary-gray-10 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-10:hover {
  color: #070707;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-10:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-space-medium-5 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-large {
  color: #101828;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.uui-text-size-xlarge-7 {
  color: #6e7191;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.uui-heading-subheading-5 {
  color: #b16cea;
  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: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.uui-space-small-9 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-button-13 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3880ff;
  border: 1px solid #3880ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-13:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-13:focus {
  background-color: #3880ff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #e9effb;
}

.uui-page-padding-12 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bold-text-15 {
  color: #1c134e;
  font-size: 38px;
  line-height: 50px;
}

.text-span-43 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.image-4 {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.body-2 {
  background-color: #fff;
}

.text-span-44 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-43 {
  color: #1c134e;
  text-align: center;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  line-height: 66px;
}

.div-block-16 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.text-block-19 {
  color: #6e7191;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-45 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.brix---container-default-49 {
  max-width: 1218px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---slider-mask-4 {
  height: 100%;
  margin-bottom: 0;
}

.brix---color-neutral-971 {
  color: #211f54;
}

.brix---btn-circle-logo-strip-v7-sec-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold-8 {
  color: #6e7191;
  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: 400;
  line-height: 30px;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

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

.hidden-desktop-5 {
  display: none;
}

.brix---slider-mask {
  height: 100%;
}

.brix---grid-6-columns-logo-strip-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.logo---text-18 {
  color: #6e7191;
  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: 400;
  line-height: 30px;
}

.logo---container-default {
  max-width: 1218px;
  padding-left: 100px;
  padding-right: 100px;
}

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

.grid-5-columns-logo-strip {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.slider-nav-2 {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.uui-button-14 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  border: 1px solid #3880ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-14:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-14:focus {
  background-color: #3880ff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #e9effb;
}

.uui-pricing08_price {
  color: #101828;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.pricing-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #1d1d1d;
  border: 0 solid #fff0;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 40px;
  padding: 10px;
  display: grid;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-pricing08_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-text-size-large-4 {
  color: #d9dbf7;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

.uui-max-width-large-7.align-center-8 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.pricing-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.what-you-get-feature-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.what-you-get-feature {
  display: flex;
}

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

.what-you-get-points {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.pricing-section-1 {
  background-color: #000;
  padding-top: 60px;
}

.what-you-get-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: grid;
}

.uui-heading-subheading-6 {
  color: #3880ff;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing08_popular-plan {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 4.5rem 2rem 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

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

.pricing-components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-page-padding-13 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pricing-tab-content {
  overflow: visible;
}

.uui-heading-medium-5 {
  color: #fff;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.pricing-price-text {
  color: #475467;
  letter-spacing: normal;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.uui-pricing08_popular-label {
  z-index: 1;
  outline-offset: 0px;
  color: #fffefe;
  background-color: #1d1d1d;
  border-right: 0 solid #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline: 0 solid #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: 10px;
  padding-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: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing08_plan {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-pricing08_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #667085;
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing08_tab-link.w--current {
  color: #344054;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing08_popular-plan-2 {
  background-color: #1d1d1d;
  border: 0 solid #fff0;
  border-radius: 1rem;
  padding: 80px 30px 40px;
  position: relative;
}

.uui-button-15 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6941c6;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border: 0 solid #fff0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-15:hover {
  background-color: #9340a0;
  background-image: none;
  border-color: #6941c6;
}

.uui-button-15:focus {
  box-shadow: none;
  background-color: #9340a0;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
}

.uui-pricing08_price-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101828;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.pricing-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-21 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.uui-text-size-medium-8 {
  color: #475467;
  letter-spacing: normal;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.uui-heading-xxsmall-5 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.uui-pricing08_plan-2 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-padding-vertical-xhuge-14 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.text-span-46 {
  background-image: linear-gradient(#b16cea 20%, #ff5e69 60%, #ffa84b);
}

.cf-pricing-hero-head-container-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 20px auto 0;
  display: flex;
}

.text-block-22 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  line-height: 30px;
}

.heading-44 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-17 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-26 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff306;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.text-block-27, .text-block-28 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  line-height: 24px;
}

.text-block-29, .text-block-30 {
  font-size: 14px;
  line-height: 24px;
}

.div-block-18 {
  background-color: #f0f0f0;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 10px;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #667085;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.pricing-tab-link.w--current {
  color: #344054;
  background-color: #000000f7;
  border: 1px solid #616161;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 20px auto 0;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.uui-pricing08_popular-label-3 {
  z-index: 1;
  outline-offset: 0px;
  color: #fffefe;
  background-color: #9340a0;
  border-right: 0 solid #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline: 0 solid #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: 10px;
  padding-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: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-32 {
  color: #6e7191;
  text-align: center;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-xxsmall-6 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 10px;
  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: 600;
  line-height: 34px;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 6px 10px;
}

.text-block-34 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  line-height: 24px;
}

.padding-vertical {
  padding-top: 40px;
  padding-bottom: 80px;
}

.button-16 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6941c6;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border: 0 solid #fff0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-16:hover {
  background-color: #9340a0;
  background-image: none;
  border-color: #6941c6;
}

.button-16:focus {
  box-shadow: none;
  background-color: #9340a0;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
}

.pricing-component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.pricing-popular-plan {
  background-color: #fff;
  border: 0 solid #fff0;
  border-radius: 1rem;
  padding: 80px 30px 40px;
  position: relative;
}

.pricing-plan {
  background-color: #1d1d1d;
  border: 0 solid #eaecf0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 40px 30px;
  position: relative;
}

.pricing-price-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101828;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.text-size-medium-9 {
  color: #d9dbf7;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-35 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  line-height: 24px;
}

.text-block-36 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff306;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.heading-45 {
  color: #1c134e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  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: 600;
  line-height: 34px;
}

.line {
  border: .5px solid #3a3a3a;
}

.price {
  font-size: 32px;
  line-height: 40px;
}

.text-block-37 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #d9dbf7;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.text-span-47 {
  color: #fff;
  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: 600;
}

.text-block-38 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  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: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-46 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  line-height: 66px;
}

.div-block-21 {
  border: .5px solid #e6e8ff;
}

.text-block-39 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6e7191;
  text-align: center;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-span-48 {
  color: #1c134e;
  font-size: 18px;
  font-weight: 600;
}

.text-block-40 {
  color: #1c134e;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  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: 400;
  line-height: 30px;
}

.heading-47 {
  color: #d18787;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #1c134e;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  line-height: 66px;
}

.container-25 {
  padding-top: 80px;
  padding-bottom: 0;
}

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

.you-get-in-plan {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-48 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  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;
  text-decoration: none;
  display: block;
}

.text-block-41 {
  color: #d9dbf7;
  text-align: center;
  margin-top: 0;
  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: 400;
  line-height: 30px;
}

.image-21 {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.paragraph-20 {
  color: #6e7191;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

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

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

.text-block-42 {
  color: #6e7191;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.right-image-section {
  margin-bottom: 60px;
}

.right-image-container {
  padding-left: 60px;
  padding-right: 60px;
}

.uui-testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial10_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial10_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial10_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial10_divider {
  background-color: #eaecf0;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-lightbox_play-icon-4 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-heading-tiny-2 {
  color: #101828;
  letter-spacing: normal;
  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: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f9fafb;
  border-radius: 1.5rem;
  grid-template-rows: .25fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: visible;
}

.uui-heading-medium-7 {
  color: #101828;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-7.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial10_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.uui-text-size-medium-10 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-testimonial10_logo {
  max-height: 3rem;
}

.uui-testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.lightbox_video-overlay-layer-3 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-padding-vertical-xhuge-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---grid-2-columns-text-3 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.features-color-neutral-981 {
  color: #6e7191;
}

.features-heading-h2-size-33 {
  color: #fff;
  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: 52px;
  font-weight: 700;
  line-height: 66px;
}

.features-mg-bottom-32px-26 {
  margin-bottom: 32px;
}

.features-paragraph-default-48 {
  color: #d9dbf7;
  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: 18px;
  line-height: 30px;
}

.brix---image-wrapper-br-24px-shadow-6 {
  border-radius: 24px;
  overflow: hidden;
}

.features-container-default-52 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-2-columns-text-right-5 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #6e7191;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-display-16 {
  color: #fff;
  margin-bottom: 20px;
  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;
}

.features-grid-2-columns-text-left-5 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #6e7191;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.section-3-features {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
}

.features-inner-container {
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid-1-column-gap-row-64px-4 {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow-7 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.features-color-neutral-982 {
  color: #211f54;
}

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

.features-inner-container-center-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---link-content-4 {
  color: #6e7191;
  text-decoration: none;
}

.text-span-49 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-22 {
  padding-left: 0;
}

.text-span-50 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.brix---section-32 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-color-linear {
  color: #211f54;
}

.brix---heading-h2-size-34 {
  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-56px-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.success-message {
  color: #fff;
  background-color: #868686;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.form-div-block {
  margin-bottom: 64px;
}

.form-message {
  color: #fff;
}

.form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.form-heading-large {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.form-paragraph {
  color: #d9dbf7;
  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: 18px;
  line-height: 30px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message {
  width: 60px;
  margin-bottom: 10px;
}

.form-input-heading {
  color: #211f54;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.form-color-plain {
  color: #6e7191;
}

.message-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 100px;
  padding: 16px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.message-area:hover {
  border-color: #868686;
  box-shadow: 0 2px 12px #14142b1a;
}

.message-area:focus {
  color: #211f54;
  border-color: #868686;
}

.message-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.form-section {
  background-image: linear-gradient(#000 50%, #fff 50%);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.form-submit-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #868686;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  border-radius: 48px;
  justify-content: center;
  padding: 14px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.form-submit-button:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.form-container {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.form-inner-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form-half-bg-bottom {
  z-index: -1;
  background-color: #fff0;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.form-card-box {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  min-height: 600px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 2px 7px #14142b0f;
}

.form-caption-container {
  margin-bottom: 40px;
}

.form-input {
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  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: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.form-input:hover {
  border-color: #868686;
  box-shadow: 0 2px 12px #14142b1a;
}

.form-input:focus {
  color: #211f54;
  border-color: #868686;
}

.form-input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

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

.checkbox-field {
  margin-bottom: 14px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  transition: opacity .2s;
  display: grid;
  box-shadow: 0 2px 7px #14142b14;
}

.text-span-51 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-52 {
  color: #1c134e;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-toggle {
  color: #6e7191;
  min-width: 300px;
  min-height: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.month {
  border: 1px solid #eff0f6;
  border-radius: 8px;
  box-shadow: 0 2px 7px #14142b14;
}

.text-block-43 {
  font-size: 18px;
}

.dropdown-link {
  color: #d9dbf7;
  background-color: #000;
  border-bottom: 1px solid #d9dbf717;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.dropdown-link:active {
  color: #fff;
  background-color: #9340a0;
}

.brix---color-accent-22 {
  color: #868686;
}

.brix---paragraph-default-49 {
  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: 18px;
  line-height: 30px;
}

.brix---grid-stats-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-53 {
  color: #868686;
}

.brix---display-17 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
}

.brix---container-default-53 {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.text-span-54 {
  color: #868686;
}

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

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

.section-5 {
  color: #fff;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.brix---color-neutral-988 {
  color: #6e7191;
}

.brix---color-neutral-987 {
  color: #211f54;
}

.brix---heading-h2-size-35 {
  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;
}

.rt-component-section-24 {
  color: #150438;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 15px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.rt-tag {
  color: #eff2ff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty-4 {
  margin-top: 20px;
}

.rt-full-width-6 {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width-6.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.rt-heading-three-4 {
  color: #292929;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-4.rt-text-white-11 {
  color: #fff;
}

.rt-heading-three-4.rt-text-white-11.rt-margin-bottom-fifteen-5 {
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-component-container-24 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-three-cta-main-box {
  background-color: #131218;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-overflow-hidden-10 {
  overflow: hidden;
}

.rt-home-three-cta-background {
  background-image: url('../images/CTA-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.header-section-2 {
  width: 10%;
}

.container-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-services-cards-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  max-width: 960px;
  display: flex;
}

.rt-heading {
  color: #fff;
  font-size: clamp(40px, 12vw, 130px);
  line-height: .9;
}

.rt-heading.rt-text-outline {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #292929;
}

.rt-heading.rt-text-outline.rt-service-number-three {
  position: absolute;
  transform: translate(0, 200%);
}

.rt-heading.rt-text-outline.rt-service-number-two {
  position: relative;
  transform: translate(0, 100%);
}

.rt-heading.rt-text-outline.rtservice-number-four {
  position: absolute;
  transform: translate(0, 300%);
}

.rt-heading.rt-text-outline.rt-service-number-one {
  position: absolute;
}

.rt-services-counter {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.rt-text-capitalize {
  text-transform: capitalize;
}

.rt-text-capitalize.rt-text-black {
  color: #292929;
}

.rt-text-capitalize.rt-body-font-color {
  color: #150438;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-service-card {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.rt-service-cards-information {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.rt-text-light-white-2 {
  color: #fff;
}

.rt-service-cards-name {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 60px;
  right: 40px;
}

.rt-services-number-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 140px;
}

.rt-category-cards-text-18 {
  color: #292929;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-18.rt-text-white {
  color: #fff;
}

.rt-service-overlays {
  pointer-events: none;
  background-image: linear-gradient(102deg, #05061000, #050610b3 74%);
  position: absolute;
  inset: 0%;
}

.rt-service-cards-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-service-sticky {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: sticky;
  top: 100px;
}

.rt-component-section-28 {
  color: #150438;
  background-color: #fff;
  width: 100%;
  padding: 80px 60px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-services {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-service-cards-client {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.brix---mg-bottom-40px-32 {
  margin-bottom: 40px;
}

.brix---paragraph-default-50 {
  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: 18px;
  line-height: 30px;
}

.brix---heading-h1-size-40 {
  margin-top: 0;
  margin-bottom: 16px;
  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---color-neutral-989 {
  color: #211f54;
}

.div-block-25 {
  max-width: 465px;
}

.features-down-wrap {
  background-color: #e6f4d7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 34px 0 34px 60px;
  display: flex;
}

.brix---color-neutral-990 {
  color: #6e7191;
}

.image-22 {
  vertical-align: baseline;
  max-width: 80%;
}

.brix---grid-hero-v1-11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-26 {
  background-color: #000;
  border: 1px solid #6e7191;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  padding-top: 40px;
  display: flex;
}

.brix---card-v19-content-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 200px;
  margin-bottom: 26px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.brix---heading-h1-size-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  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---grid-cta-v19-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 60px;
  display: grid;
}

.brix---color-neutral-991 {
  color: #211f54;
}

.features-down-wrap-2 {
  background-color: #000;
  border: 2px solid #6e7191;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 34px 0 34px 60px;
  display: flex;
}

.div-block-27 {
  max-width: 465px;
}

.features-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  vertical-align: baseline;
  max-width: 80%;
}

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

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

.div-block-28 {
  padding-left: 0;
}

.brix---bg-image-full-width-12 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---container-default-55 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---heading-h1-size-42 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---section-extra-small-2 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-40px-33 {
  margin-bottom: 40px;
}

.brix---paragraph-default-51 {
  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: 18px;
  line-height: 30px;
}

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

.brix---color-neutral-992 {
  color: #fff;
}

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

.brix---hero-card-bg-image-2 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.combine-space-large {
  height: 2rem;
}

.steps-padding {
  padding-top: 60px;
  padding-bottom: 40px;
}

.combine-text-size-regular {
  color: #a1a1a1;
  margin-top: 10px;
  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: 16px;
  font-weight: 400;
  line-height: 20px;
}

.steps-inner-container {
  padding-left: 40px;
  padding-right: 40px;
}

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

.combine-icon_color1 {
  color: #6157f8;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1f2c3d;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-section_feature5 {
  background-color: #000;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-heading-style-h5 {
  color: #fff;
  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: 20px;
  font-weight: 600;
  line-height: 28px;
}

.steps-features {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-feature5_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.space-block {
  width: 100%;
  height: 20px;
}

.steps-header {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-heading-style-h2 {
  color: #fff;
  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: 48px;
  font-weight: 700;
  line-height: 54px;
}

.paragraph-21 {
  color: #d9dbf7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.space-block-2 {
  height: 26px;
}

.features-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.caption-under-head {
  color: #6e7191;
  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: 16px;
  font-weight: 400;
  line-height: 24px;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-features {
  color: #1c134e;
  margin-top: 20px;
  margin-bottom: 10px;
  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: 600;
  line-height: 34px;
}

.features-image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.steps {
  background-color: #fff;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

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

.combine-feature6_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1f2c3d;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-feature6_item:hover {
  transform: translate(0, -.75rem);
}

.step-01 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.features-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-container-2 {
  width: 94%;
  min-width: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.gird-1x2 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start;
  width: 100%;
}

.div-1 {
  position: sticky;
  top: 100px;
}

.heading-49 {
  color: #e6c949;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.paragraph-22 {
  color: #d9dbf7;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.heading-50 {
  color: #fff;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-23 {
  color: #d9dbf7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.rt-team-two-process-block-left-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-sticky-2 {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky-2.rt-tab-sticky-off.rttext-black {
  margin-bottom: 20px;
}

.rt-text-dark-black-2 {
  color: #292929;
  font-weight: 400;
}

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

.content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
}

.header-div {
  padding-left: 10px;
  padding-right: 20px;
}

.steps-space-2 {
  height: 24px;
}

.steps-features-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.steps-padding-1 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.steps-caption {
  color: #d9dbf7;
  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: 16px;
  font-weight: 400;
  line-height: 24px;
}

.steps-inner-container-1 {
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

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

.content-header {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  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: 600;
  line-height: 34px;
}

.steps-cards {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.steps-features-1-card-1 {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.steps-dark {
  background-color: #1f2c3d;
}

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

.steps-space {
  width: 100%;
  height: 20px;
}

.steps-header-1 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.steps-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.content-card {
  padding: 20px 10px;
}

.text-span-55 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 58%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-56 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.combine-heading-style-h1 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

.combine-header4_span {
  color: #6157f8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

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

.combine-padding-global {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-text-size-regular-2 {
  color: #6e7191;
  margin-bottom: 20px;
  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: 400;
  line-height: 24px;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-1-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-1-mg-bottom {
  margin-bottom: 16px;
}

.section-1-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  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: 52px;
  font-weight: 700;
  line-height: 66px;
}

.section-1-mg-bottom-caption {
  margin-bottom: 40px;
}

.section-1-head {
  color: #fff;
}

.section-1-grid-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.28fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-1-paragraph-default {
  color: #d9dbf7;
  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: 18px;
  line-height: 30px;
}

.section-1-container-default {
  max-width: 1218px;
  padding-left: 50px;
  padding-right: 24px;
}

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

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---section {
  color: #fff;
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 60px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---heading-h1-size {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---paragraph-default-52 {
  color: #d9dbf7;
  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: 18px;
  line-height: 30px;
}

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

.section-5-heading-h2-size {
  color: #6e7191;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
}

.section-5-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-5-grid-stats-v4 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.section-5-display-2 {
  color: #1c134e;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.section-5-mg-bottom-12px {
  margin-bottom: 12px;
}

.section-5-heading-h3-size {
  color: #6e7191;
  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: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-5-grid-cols---01 {
  border: 1px solid #eff0f6;
  border-width: 0 1px 1px 0;
  border-top-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px 20px;
  display: flex;
}

.section-5-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.section-5-color-neutral-800 {
  color: #211f54;
}

.section-5-grid-cols---02 {
  border: 0 solid #eff0f6;
  border-width: 0 0 1px 1px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 40px 20px;
  display: flex;
}

.section-5-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-5-text-center-tablet {
  text-align: left;
}

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

.section-5-scales {
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.inner-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.text-span-57, .text-span-58 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #b16cea 20%, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-5-bold-text-16 {
  -webkit-text-fill-color: transparent;
  background-color: #1c134e;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 4px;
  padding-left: 0;
}

.text-span-59 {
  color: #1c134e;
  font-size: 13px;
  font-weight: 600;
}

.paragraph-24 {
  color: #c9c8c8;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-pp {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-line-1 {
  color: #ffd233;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-span-17 {
  margin-left: 20px;
  display: block;
}

.bold-text-16 {
  margin-left: 20px;
}

.bold-text-17 {
  margin-left: 20px;
  display: block;
}

.bold-text-9 {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.bold-text-10 {
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.text-span-4 {
  font-size: 18px;
  display: block;
}

.bold-text-20 {
  margin-left: 20px;
  display: block;
}

.text-span-19, .text-span-5 {
  margin-left: 30px;
  display: block;
}

.bold-text-21, .bold-text-22, .bold-text-18 {
  margin-left: 20px;
  display: block;
}

.text-span-8 {
  margin-left: 30px;
  display: block;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
}

.bold-text-23 {
  margin-left: 20px;
  display: block;
}

.text-span-9 {
  margin-left: 30px;
  display: block;
}

.bold-text-24 {
  margin-left: 20px;
  display: block;
}

.blod-text {
  margin-left: 20px;
}

.heading-30 {
  color: #fff;
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-10 {
  margin-left: 30px;
  display: block;
}

.body-4 {
  background-color: #000;
}

.bold-text-25 {
  margin-left: 20px;
}

.bold-text-26 {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.bold-text-27 {
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.text-span-60 {
  font-size: 18px;
  display: block;
}

.text-span-61, .text-span-62 {
  margin-left: 30px;
  display: block;
}

.bold-text-28 {
  margin-left: 20px;
}

.text-span-63 {
  margin-left: 30px;
  display: block;
}

.paragraph-25 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
}

.bold-text-29 {
  margin-left: 20px;
}

.text-span-64, .text-span-65 {
  margin-left: 30px;
  display: block;
}

.text-span-66 {
  font-size: 20px;
  display: block;
}

.bold-text-30 {
  display: block;
}

.text-span-67 {
  font-size: 20px;
  display: block;
}

.bold-text-31 {
  font-size: 20px;
}

.text-span-68, .text-span-69 {
  font-size: 20px;
  display: block;
}

.paragraph-11 {
  color: #fff;
  font-size: 18px;
  display: block;
}

.text-span-70 {
  font-size: 20px;
  display: block;
}

.text-span-71 {
  font-size: 20px;
}

.text-span-72 {
  padding-left: 10px;
  display: block;
}

.text-span-73, .text-span-74, .text-span-75, .text-span-24, .text-span-20, .text-span-76, .text-span-77 {
  font-size: 20px;
  display: block;
}

.body-5 {
  background-color: #000;
}

.video-bg-image-3 {
  max-height: none;
  display: inline-block;
}

.video-container {
  margin-top: 80px;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.video-relative {
  position: relative;
}

.videobg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px #14142b29;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

@media screen and (min-width: 1280px) {
  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .nav-links {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .navigation {
    background-color: #0000;
  }

  .brix---grid-2-columns-form-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-3-video-bg-image-3 {
    vertical-align: baseline;
    display: inline-block;
  }

  .grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .s2-grid-hero-v1-7 {
    grid-column-gap: 90px;
  }

  .grid-2-columns-form-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 100px;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-hero-v1-11 {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

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

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px #0000001a;
  }

  .nav-button {
    margin-left: 14px;
  }

  .nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .cf-nav-5-menu-button {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .cf-nav-5-menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .navigation {
    overflow: visible;
  }

  .nav-links-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo.w--current {
    height: 30px;
  }

  .nav-button-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .heading-h1-size-34 {
    font-size: 48px;
    line-height: 60px;
  }

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

  .header-section-1 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-trusted {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .image {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .heading-h2-size-25 {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .features-section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-9 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .mg-bottom, .mg-bottom-32px-22 {
    margin-bottom: 24px;
  }

  .display-11 {
    font-size: 22px;
    line-height: 38px;
  }

  .grid-2-columns-text-left-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .brix---heading-h3-size-16 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-form-6 {
    padding: 54px 32px;
  }

  .btn-primary-28 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .mg-bottom-48px-21 {
    margin-bottom: 40px;
  }

  .features-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h2-size-28 {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-2-columns-text-left-3, .grid-2-columns-text-right-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-video-icon-wrapper-3 {
    max-width: 100px;
  }

  .section-3-heading-h1-size-31 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-3-hero-half-bg-color-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-10-bottom-48px-14 {
    margin-bottom: 40px;
  }

  .section-10-card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-10-heading-h2-size-21 {
    font-size: 30px;
    line-height: 46px;
  }

  .section-10---privacy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-10-heading-h3-size-14 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-10-card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .section-11-heading-h3-size-10 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-11-card {
    font-size: 20px;
  }

  .section-11-card-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .section-11-heading {
    font-size: 28px;
  }

  .section-11-wrapper.section-11-wrapper-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .faq-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-13-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section-13-testimonial-background-4 {
    height: 20%;
  }

  .footer-col-title-2 {
    margin-bottom: 24px;
  }

  .last-footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-v1-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .footer-top-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section-join-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-join-heading-h1-size-18 {
    font-size: 48px;
    line-height: 60px;
  }

  .s2-floating-image-hero-v1---22 {
    bottom: -14%;
    left: -42%;
  }

  .s2heading-h1-size-19 {
    font-size: 48px;
    line-height: 60px;
  }

  .s2-grid-hero-v1-7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .s2-btn-primary-18 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-hero-primary-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .a-header-button-wrapper-5 {
    justify-content: center;
  }

  .heroheader04_content-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heroheader04_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heroheader04_image-2 {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .heroheader04_image-wrapper-2 {
    height: auto;
    min-height: auto;
  }

  .padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .step-info {
    padding: 2rem 6%;
  }

  .two-work-process-block {
    height: auto;
    display: block;
  }

  .sticky.sticky-off {
    position: static;
  }

  .main-wrapper-2 {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .form-heading-2 {
    font-size: 30px;
  }

  .card-form-7 {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-32 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-1---header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-down-img, .rt-arrow-img-left {
    display: none;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .tab-left-icon-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-content-card-2 {
    padding: 40px 32px 48px;
  }

  .blog-card-content-inside-v8-small {
    padding: 56px 54px 44px;
  }

  .heading-h3-size-18 {
    font-size: 22px;
    line-height: 32px;
  }

  .mg-bottom-48px-18 {
    margin-bottom: 40px;
  }

  .pricing {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .tabs-menu-vertical-2 {
    max-width: 271px;
  }

  .cf-pricing-plan-price-3 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text-3.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-hero-heading-3 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-primary-button-3.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row-3 {
    flex-direction: column;
  }

  .cf-pricing-box-row-3.pricing-box-2 {
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-row-3.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-toggle-contain-3 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-secondary-button-3.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper-3 {
    margin-bottom: 0;
  }

  .cf-pricing-box-plan-wrapper-3 {
    text-align: center;
    align-items: center;
  }

  .cf-toggle-save-text-3 {
    font-size: 18px;
  }

  .cf-pricing-box-3 {
    min-height: auto;
  }

  .cf-pricing-box-3.pricing-1-box, .cf-pricing-box-3.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-hero-heading-linear {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-form-text {
    text-align: center;
    width: 90%;
  }

  .cf-h2-white-heading-center {
    font-size: 30px;
  }

  .brix---heading-h2-size-30 {
    font-size: 30px;
    line-height: 46px;
  }

  .method-section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .rt-advertise-content-text-wrapper-4 {
    max-width: none;
  }

  .brix--grid-2-columns-text-right-4, .brix---grid-2-columns-text-left-4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .pricing-card {
    width: 350px;
  }

  .head---mg-bottom-56px-7 {
    margin-bottom: 48px;
  }

  .heading-section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h2-size-31 {
    font-size: 30px;
    line-height: 46px;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-precision-card-2 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-card-body-icon-column-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-category-cards-text-16.rt-text-white-10 {
    max-width: none;
  }

  .rt-precision-card-body-row-2 {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

  .brix---slider-mask-4 {
    position: static;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

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

  .brix---slider-mask {
    position: static;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .grid-5-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .uui-pricing08_plan, .uui-pricing08_plan-2 {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-14, .padding-vertical {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing-plan {
    margin-top: 0;
  }

  .uui-testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .uui-testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-testimonial10_content {
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---grid-2-columns-text-3 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .features-heading-h2-size-33 {
    font-size: 30px;
    line-height: 46px;
  }

  .features-mg-bottom-32px-26 {
    margin-bottom: 24px;
  }

  .features-grid-2-columns-text-right-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .features-display-16 {
    font-size: 22px;
    line-height: 38px;
  }

  .features-grid-2-columns-text-left-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-3-features {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .brix---section-32 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-34 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .form-heading-large {
    font-size: 48px;
    line-height: 60px;
  }

  .form-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .form-submit-button {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form-card-box {
    padding: 54px 40px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---display-17 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-35 {
    font-size: 30px;
    line-height: 46px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .rt-heading-three-4 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-category-cards-text-18.rt-text-white {
    max-width: none;
  }

  .brix---heading-h1-size-40 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1-11 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---card-v19-content-wrapper-3 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .brix---heading-h1-size-41 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size-36 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h1-size-42 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .steps-inner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-feature5_item {
    color: #1f2c3d;
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .features-image-wrapper {
    height: 12rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature6_item {
    color: #1f2c3d;
    text-decoration: none;
  }

  .step-01 {
    font-size: 2.5rem;
  }

  .rt-team-two-process-block-left-2 {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-sticky-2.rt-tab-sticky-off {
    position: static;
  }

  .steps-inner-container-1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .steps-features-1-card-1 {
    height: 12rem;
  }

  .steps-number {
    font-size: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-1-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-1-heading {
    font-size: 30px;
    line-height: 46px;
  }

  .section-1-grid-1 {
    grid-template-columns: .78fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .section-5-heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .section-5-grid-stats-v4 {
    grid-template-columns: 1fr;
  }

  .section-5-display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .section-5-heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .section-5-text-center-tablet {
    text-align: center;
  }

  .section-5-scales {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .video-icon-wrapper {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .nav-shadow-wrapper {
    width: 90%;
  }

  .heading-h1-size-34 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .cards-animation {
    margin-top: 64px;
  }

  .section-join, .header-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-bottom-40px-29 {
    margin-bottom: 24px;
  }

  .container-trusted {
    width: 90%;
  }

  .s2-trusted-heading {
    font-size: 20px;
  }

  .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .heading-h2-size-25 {
    font-size: 28px;
    line-height: 40px;
  }

  .grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .features-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-9 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .image-wrapper-br-24px-shadow-2, .image-wrapper-br-24px-shadow-3 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .display-11 {
    font-size: 20px;
    line-height: 32px;
  }

  .grid-2-columns-text-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---input-13 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .brix---grid-2-columns-form-4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-6 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .btn-primary-28 {
    padding: 20px 32px;
  }

  .mg-bottom-48px-21 {
    margin-bottom: 32px;
  }

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

  .mg-bottom-16px-23 {
    margin-bottom: 8px;
  }

  .heading-h2-size-28 {
    font-size: 28px;
    line-height: 40px;
  }

  .grid-2-columns-text-left-3, .grid-2-columns-text-right-3 {
    grid-template-columns: 1fr;
  }

  .section-video-icon-wrapper-3 {
    max-width: 90px;
  }

  .section-3-heading-h1-size-31 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-3-hero-half-bg-color-4 {
    background-image: linear-gradient(#3880ff 72% 72%, #fff 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-3-mg-top-80px-11 {
    margin-top: 64px;
  }

  .section-10-bottom-48px-14 {
    margin-bottom: 32px;
  }

  .section-10-heading-h2-size-21 {
    font-size: 28px;
    line-height: 40px;
  }

  .section-10---privacy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10-square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .section-10-grid-2-columns-3 {
    grid-template-columns: 1fr;
  }

  .section-11-heading {
    margin-bottom: 60px;
    font-size: 24px;
  }

  .section-11-card-item-subtext {
    font-size: 20px;
  }

  .section-11-wrapper {
    width: 90%;
  }

  .faq-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .faq-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq01_component {
    margin-top: 3rem;
  }

  .space-small-8 {
    min-height: 1.25rem;
  }

  .button-row-11 {
    align-self: stretch;
  }

  .button-row-11.button-row-center.is-reverse-mobile-landscape, .button-row-11.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-row-11.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-button-12 {
    font-size: 1rem;
  }

  .uui-button-12:hover {
    background-color: #3880ff;
    border-color: #3880ff;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-text-size-large-3 {
    font-size: 1rem;
  }

  .space-medium-4 {
    min-height: 1.5rem;
  }

  .faq-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .section-13---users {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-13-h3-heading-7 {
    font-size: 40px;
  }

  .section-13-grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .mg-bottom-40px-9 {
    margin-bottom: 24px;
  }

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

  .social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .footer-list-item-2 {
    margin-bottom: 10px;
  }

  .footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-join-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-join-mg-bottom-40px-16 {
    margin-bottom: 24px;
  }

  .section-join-heading-h1-size-18 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .s2-floating-image-hero-v1---22 {
    max-width: 500px;
  }

  .s2heading-h1-size-19 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .s2-grid-hero-v1-7 {
    grid-template-columns: 1fr;
  }

  .s2-button-row-left-17 {
    margin-right: 16px;
  }

  .s2-btn-primary-18 {
    padding: 20px 32px;
  }

  .s2-mg-bottom-40px-17 {
    margin-bottom: 24px;
  }

  .section-hero-primary-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .badge-group-5 {
    font-size: .75rem;
  }

  .heroheader04_content-2 {
    text-align: center;
    align-items: stretch;
  }

  .a-h1-heading-5 {
    font-size: 48px;
  }

  .padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .space-small-7 {
    min-height: 1.25rem;
  }

  .step-number-2 {
    font-size: 4rem;
  }

  .input-14 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-wrapper-2 {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .form-heading-2 {
    font-size: 28px;
  }

  .grid-2-columns-form-5 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card-form-7 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---heading-h1-size-32 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-1---header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-12 {
    padding: 20px 32px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

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

  .brix---button-row-left-27 {
    margin-right: 16px;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-208 {
    font-size: 16px;
    line-height: 18px;
  }

  .tab-left-icon-2 {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tabs-content-card-2 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .mg-bottom-16px-21 {
    margin-bottom: 8px;
  }

  .blog-card-content-inside-v8-small {
    padding: 44px 32px 38px;
  }

  .tabs-wrapper-tabs-left-2 {
    flex-direction: column;
  }

  .mg-bottom-48px-18 {
    margin-bottom: 32px;
  }

  .pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabs-menu-vertical-2 {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .subtitle-12 {
    font-size: 17px;
    line-height: 19px;
  }

  .cf-pricing-plan-tick-icon-3 {
    margin-right: 10px;
  }

  .cf-colourful-text-3 {
    padding-bottom: 0;
  }

  .cf-pricing-plan-text-3 {
    font-size: 32px;
  }

  .cf-pricing-hero-heading-3 {
    font-size: 42px;
  }

  .cf-pricing-box-wrapper-3 {
    margin-top: 100px;
  }

  .cf-pricing-box-row-3, .cf-pricing-toggle-header-wrapper-3 {
    flex-direction: column;
  }

  .cf-pricing-plan-note-text-3 {
    text-align: center;
  }

  .cf-pricing-plan-content-wrapper-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-plan-wrapper-3 {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-text-3 {
    font-size: 16px;
  }

  .cf-pricing-box-3.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box-3.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .pricing-hero-heading-linear {
    font-size: 42px;
  }

  .cf-submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

  .cf-form-text {
    text-align: center;
    font-size: 16px;
  }

  .cf-form {
    flex-direction: column;
    width: 100%;
  }

  .cf-newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .cf-h2-white-heading-center {
    font-size: 28px;
  }

  .cf-newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-info-heading-2 {
    margin-bottom: 4px;
  }

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

  .brix---heading-h2-size-30 {
    font-size: 28px;
    line-height: 40px;
  }

  .method-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .brix---image-wrapper-br-24px-shadow-4 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .brix--grid-2-columns-text-right-4 {
    grid-template-columns: 1fr;
  }

  .brix---subtitle-16 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-2-columns-text-left-4 {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: auto;
  }

  .brix---mg-bottom-16px-25 {
    margin-bottom: 8px;
  }

  .head---mg-bottom-56px-7 {
    margin-bottom: 40px;
  }

  .heading-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size-31 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---image-wrapper-br-24px-shadow-5 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .brix---subtitle-17 {
    font-size: 17px;
    line-height: 19px;
  }

  .rt-precision-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .uui-button-row-12 {
    align-self: stretch;
  }

  .uui-button-row-12.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-secondary-gray-10 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-10:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-space-medium-5 {
    min-height: 1.5rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-7 {
    font-size: 1.125rem;
  }

  .uui-button-wrapper-11.max-width-full-mobile-landscape-10 {
    width: 100%;
  }

  .uui-space-small-9 {
    min-height: 1.25rem;
  }

  .uui-button-13 {
    font-size: 1rem;
  }

  .uui-button-13:hover {
    background-color: #3880ff;
    border-color: #3880ff;
  }

  .uui-page-padding-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .logo---text-18 {
    font-size: 18px;
    line-height: 22px;
  }

  .logos-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-5-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .uui-button-14 {
    font-size: 1rem;
  }

  .uui-button-14:hover {
    background-color: #3880ff;
    border-color: #3880ff;
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-pricing08_component {
    margin-top: 2rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .what-you-get-feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .uui-page-padding-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-pricing08_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-pricing08_popular-plan-2 {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-button-15 {
    font-size: 1rem;
  }

  .uui-button-15:hover {
    background-color: #3880ff;
    border-color: #3880ff;
  }

  .uui-pricing08_price-2 {
    font-size: 2.25rem;
  }

  .pricing-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-pricing08_plan-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-padding-vertical-xhuge-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-16 {
    font-size: 1rem;
  }

  .button-16:hover {
    background-color: #3880ff;
    border-color: #3880ff;
  }

  .pricing-component-2 {
    margin-top: 2rem;
  }

  .pricing-popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-price-3 {
    font-size: 2.25rem;
  }

  .uui-testimonial10_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial10_lightbox-image {
    height: 22rem;
  }

  .uui-testimonial10_divider {
    display: none;
  }

  .uui-lightbox_play-icon-4 {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial10_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .uui-testimonial10_logo {
    max-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---grid-2-columns-text-3 {
    grid-template-columns: 1fr;
  }

  .features-heading-h2-size-33 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---image-wrapper-br-24px-shadow-6 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .features-grid-2-columns-text-right-5 {
    grid-template-columns: 1fr;
  }

  .features-display-16 {
    font-size: 20px;
    line-height: 32px;
  }

  .features-grid-2-columns-text-left-5 {
    grid-template-columns: 1fr;
  }

  .section-3-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---image-wrapper-br-24px-shadow-7 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

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

  .brix---section-32 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-34 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .form-div-block {
    margin-bottom: 48px;
  }

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

  .form-heading-large {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .message-area {
    border-radius: 18px;
  }

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

  .form-submit-button {
    padding: 20px 32px;
  }

  .form-card-box {
    padding: 56px 32px;
  }

  .form-caption-container {
    margin-bottom: 24px;
  }

  .form-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .brix---display-17 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

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

  .brix---heading-h2-size-35 {
    font-size: 28px;
    line-height: 40px;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-heading-three-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-services-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-service-card {
    margin-bottom: 20px;
  }

  .rt-service-cards-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .rt-services-number-wrap {
    display: none;
  }

  .rt-service-sticky {
    position: static;
  }

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

  .brix---heading-h1-size-40 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1-11 {
    grid-template-columns: 1fr;
  }

  .brix---card-v19-content-wrapper-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h1-size-41 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-cta-v19-3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-36 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h1-size-42 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .brix---hero-card-bg-image-2 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .steps-inner-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
  }

  .features-container {
    grid-template-columns: minmax(min-content, 24rem);
    justify-content: center;
  }

  .features-image-wrapper {
    height: 17rem;
  }

  .steps-features-1 {
    grid-template-columns: minmax(min-content, 24rem);
    justify-content: center;
  }

  .steps-inner-container-1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .steps-features-1-card-1 {
    height: 17rem;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-1-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-1-mg-bottom {
    margin-bottom: 8px;
  }

  .section-1-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .section-1-mg-bottom-caption {
    margin-bottom: 24px;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-5-heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .section-5-grid-stats-v4 {
    grid-template-columns: 1fr;
  }

  .section-5-display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .section-5-grid-cols---01 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .section-5-grid-cols---02 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .section-5-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .video-container {
    margin-top: 64px;
  }

  .video-icon-wrapper {
    max-width: 90px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .cf-nav-5-menu-button {
    padding-left: 10px;
  }

  .nav-4-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo.w--current {
    width: 65px;
    height: 30px;
    padding-left: 0;
  }

  .heading-h1-size-34 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .unlock-gradient-span {
    line-height: 110%;
  }

  .cards-animation {
    margin-top: 56px;
  }

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .section-join {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

  .buttons-row-center {
    flex-direction: column;
  }

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

  .logos-contain-2 {
    grid-row-gap: 40px;
  }

  .image {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-h2-size-25 {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-default-42 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .image-wrapper-br-24px-shadow-2, .image-wrapper-br-24px-shadow-3 {
    border-radius: 16px;
  }

  .left-paragraph-default-42 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---input-13 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-13::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .brix---heading-h3-size-16 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-form-6 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .btn-primary-28 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .mg-bottom-48px-21 {
    margin-bottom: 32px;
  }

  .paragraph-default-44 {
    font-size: 17px;
    line-height: 28px;
  }

  .mg-bottom-16px-23 {
    margin-bottom: 15px;
  }

  .mg-bottom-24px-14 {
    margin-bottom: 16px;
  }

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

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

  .section-video-icon-wrapper-3 {
    max-width: 70px;
  }

  .section-3-heading-h1-size-31 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .section-3-container-default-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3-hero-half-bg-color-4 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-3-mg-top-80px-11 {
    margin-top: 56px;
  }

  .section-10-bottom-48px-14 {
    margin-bottom: 32px;
  }

  .section-10-mg-bottom-8px-9 {
    margin-bottom: 6px;
  }

  .section-10-card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-10-heading-h2-size-21 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-10-square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .section-10-container-default-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10-heading-h3-size-14 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-10-paragraph-default-38 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-11-heading-h3-size-10 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-11-card {
    font-size: 18px;
  }

  .section-11-heading {
    font-size: 22px;
  }

  .section-11-card-item-subtext {
    font-size: 18px;
  }

  .section-11-wrapper.section-11-wrapper-2 {
    padding-top: 100px;
  }

  .section-13-testimonial-author-3 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .icon-square-36px-4 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .grid-footer-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-list-item-2 {
    margin-bottom: 8px;
  }

  .paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-top-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .section-join-container-default-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-join-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section-join-paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-join-buttons-row-center-3 {
    flex-direction: column;
  }

  .section-join-heading-h1-size-18 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .s2-paragraph-default-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .s2-floating-image-hero-v1---22 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .s2--buttons-row-11 {
    flex-direction: column;
    align-items: stretch;
  }

  .s2heading-h1-size-19 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .s2-button-row-left-17 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .s2-btn-primary-18 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .section-hero-primary-7 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .s2-container-default-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-header-button-wrapper-5 {
    flex-direction: column;
  }

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

  .process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .process-step-2.two {
    display: block;
  }

  .step-process-3 {
    display: none;
  }

  .step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .input-14 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-14::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .main-wrapper-2 {
    padding: 60px 20px;
  }

  .form-heading-2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .card-form-7 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---heading-h1-size-32 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .section-1---header {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-white-12 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---container-default-39 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-41 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center-7 {
    flex-direction: column;
  }

  .brix---button-row-left-27 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .text-208 {
    font-size: 15px;
    line-height: 16px;
  }

  .tab-left-icon-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .tabs-content-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-16px-21 {
    margin-bottom: 15px;
  }

  .blog-card-content-inside-v8-small {
    padding: 32px 24px 30px;
  }

  .mg-left-16px-2 {
    margin-left: 13px;
  }

  .heading-h3-size-18 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-48px-18 {
    margin-bottom: 32px;
  }

  .subtitle-12 {
    font-size: 14px;
    line-height: 18px;
  }

  .cf-pricing-hero-section-3 {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-colourful-text-3 {
    padding-bottom: 0;
  }

  .cf-primary-button-3 {
    padding: 16px 20px;
  }

  .cf-pricing-box-wrapper-3.pricing-1-box {
    top: -80px;
  }

  .white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-secondary-button-3 {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper-3 {
    width: 100%;
  }

  .cf-pricing-hero-para-3 {
    font-size: 16px;
  }

  .cf-pricing-box-3.pricing-1-box, .cf-pricing-box-3.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-pricing-hero-para-4 {
    font-size: 16px;
  }

  .cf-pricing-hero-section-4 {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-submit-button {
    background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

  .cf-h2-white-heading-center {
    font-size: 24px;
  }

  .cf-newsletter-text-field {
    padding-left: 55px;
  }

  .cf-info-heading-2 {
    margin-bottom: 4px;
  }

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

  .brix---heading-h2-size-30 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rt-advertise-content-4 {
    flex-direction: column;
  }

  .brix---image-wrapper-br-24px-shadow-4 {
    border-radius: 16px;
  }

  .brix---subtitle-16 {
    font-size: 14px;
    line-height: 18px;
  }

  .rt-dotted-line-4 {
    display: none;
  }

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

  .brix---mg-bottom-16px-25 {
    margin-bottom: 15px;
  }

  .head---mg-bottom-56px-7 {
    margin-bottom: 32px;
  }

  .heading-h2-size-31 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---image-wrapper-br-24px-shadow-5 {
    border-radius: 16px;
  }

  .brix---subtitle-17 {
    font-size: 14px;
    line-height: 18px;
  }

  .rt-precision-card-body-caption-column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-precision-card-body-icon-column-2 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .brix---container-default-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-8 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .logo---text-18 {
    font-size: 17px;
    line-height: 21px;
  }

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

  .logos-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-5-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .slider-nav-2 {
    margin-top: 28px;
  }

  .uui-badge-2.hide-mobile-portrait-2 {
    display: none;
  }

  .uui-testimonial10_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial10_component {
    grid-template-columns: 1fr;
  }

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

  .features-heading-h2-size-33 {
    font-size: 24px;
    line-height: 34px;
  }

  .features-paragraph-default-48 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow-6 {
    border-radius: 16px;
  }

  .features-container-default-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---image-wrapper-br-24px-shadow-7 {
    border-radius: 16px;
  }

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

  .brix---heading-h2-size-34 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .form-div-block {
    margin-bottom: 40px;
  }

  .form-heading-large {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .form-paragraph {
    font-size: 17px;
    line-height: 28px;
  }

  .message-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .message-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .form-submit-button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

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

  .form-card-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .form-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default-49 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
  }

  .brix---display-17 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-53 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .brix---heading-h2-size-35 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-service-card {
    justify-content: center;
    align-items: center;
  }

  .rt-service-cards-name {
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    right: auto;
  }

  .rt-service-overlays {
    background-image: linear-gradient(#05061000, #050610b3 74%);
  }

  .brix---paragraph-default-50 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-40 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-v19-content-wrapper-3 {
    min-height: 180px;
    margin-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-41 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size-36 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-55 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-42 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-extra-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-51 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---hero-card-bg-image-2 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-inner-container, .steps-inner-container-1, .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .section-1-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-1-mg-bottom {
    margin-bottom: 15px;
  }

  .section-1-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .section-1-paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .section-1-container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-52 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-5-heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .section-5-display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .section-5-heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .video-container {
    margin-top: 56px;
  }

  .video-icon-wrapper {
    max-width: 70px;
  }
}

#w-node-_28c94843-bf2d-53b8-eccf-73f8808ea54a-f0f85d08, #w-node-ff3dc0cd-e903-bb02-3fb2-dda7459d5eca-f0f85d08, #w-node-_6adf4dce-fdb2-7e16-3fba-f57127914c27-f0f85d08, #w-node-_6adf4dce-fdb2-7e16-3fba-f57127914c35-f0f85d08, #w-node-_6adf4dce-fdb2-7e16-3fba-f57127914c43-f0f85d08, #w-node-_459ab0d5-38c7-f842-fb12-0817f97a0970-b51b1d2b, #w-node-_4a44962a-4577-0651-6a39-f1988d326210-b51b1d2b, #w-node-_4a44962a-4577-0651-6a39-f1988d326214-b51b1d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_005c3bfb-3c40-7b92-ccc4-387547805d79-b51b1d2b, #w-node-_2f109d47-8f02-6e48-ba9a-c787d8991684-b51b1d2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_005c3bfb-3c40-7b92-ccc4-387547805d7d-b51b1d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c14919f2-3a0b-9d45-0d7d-4808403a6790-b6f73485, #w-node-c14919f2-3a0b-9d45-0d7d-4808403a6793-b6f73485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7beadc4-6db3-defe-07cf-a65186c13a8a-b6f73485, #w-node-_8b53d533-59d7-bef5-642a-7c38c1a8e3ee-b6f73485, #w-node-_3e42c5a8-6741-dab0-a2b6-41469c45a443-b6f73485, #w-node-_687293fb-9f47-f6b5-6c79-81cba1fb8654-b6f73485, #w-node-_84dc34de-1da5-6693-c378-1726816c2550-b6f73485, #w-node-bd8a67d9-4b78-df92-5deb-2d4c6bb6bff3-b6f73485, #w-node-_3d7c8cc4-6241-bcf5-c2bd-dc96bb839043-b6f73485, #w-node-a46b9748-3fa0-e356-5966-bba7ec23057f-b6f73485, #w-node-_4d143a45-9c2a-6695-20e3-b44e4f65bc4f-b6f73485, #w-node-_1f3e0f77-c974-96fe-bde9-9aa29d4ec306-b6f73485 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-af27caf4-0896-e8da-9430-8e9fd40e5062-f0f85d08, #w-node-_1e8059d3-099c-4ff7-0fe4-1ab922c1f7fb-f2b4969b, #w-node-_90d335b3-3547-c7d1-568c-9faa51db1441-b51b1d2b, #w-node-b1d54c51-8878-4dbc-9fc7-f95804b86775-b6f73485, #w-node-_946a447b-ae3d-0891-e875-1b7f987ef7a9-c1f874bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af27caf4-0896-e8da-9430-8e9fd40e5062-f0f85d08, #w-node-_1e8059d3-099c-4ff7-0fe4-1ab922c1f7fb-f2b4969b, #w-node-_90d335b3-3547-c7d1-568c-9faa51db1441-b51b1d2b, #w-node-b1d54c51-8878-4dbc-9fc7-f95804b86775-b6f73485, #w-node-_946a447b-ae3d-0891-e875-1b7f987ef7a9-c1f874bc {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_005c3bfb-3c40-7b92-ccc4-387547805d79-b51b1d2b, #w-node-_2f109d47-8f02-6e48-ba9a-c787d8991684-b51b1d2b {
    grid-column: span 1 / span 1;
  }
}
