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

.container-default-3 {
  max-width: 1300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

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

.container-default-3.full-width._9 {
  width: 100%;
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-button-4 {
  z-index: 2;
  width: 80px;
  height: 80px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-link-2 {
  width: 40px;
  height: 40px;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 10px;
  transition-property: transform;
  transition-duration: .4s;
  display: flex;
}

.social-icon-link-2:hover {
  background-color: #f8f8f8;
  transform: translate(0, -4px);
  box-shadow: 4px 4px 8px rgba(226, 158, 240, .38);
}

.nav-link-5 {
  color: #995fbb;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 190%;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(94, 91, 91, .75);
}

.mobile-nav-2 {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-38 {
  margin-left: 9px;
  font-weight: 600;
  line-height: 100%;
}

.image-17 {
  width: 260px;
}

.button-5 {
  max-width: none;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #5c5cff;
  background-image: linear-gradient(135deg, #5c5cff, #8989f8);
  border-radius: 4px;
  margin-top: 32px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: box-shadow .2s;
}

.button-5:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 16px -16px #5c5cff;
}

.button-5.nav {
  min-width: auto;
  background-image: linear-gradient(135deg, #a1d753, #487e7a);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button-5.nav:hover {
  box-shadow: none;
  background-color: #1ca85d;
  background-image: linear-gradient(135deg, #487e7a, #a1d753);
}

.button-5.nav._2 {
  background-color: #fe3999;
  background-image: none, linear-gradient(135deg, #fe3999, #8989f8);
  background-position: 91%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 60%, auto;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 75px;
  font-size: 18px;
}

.full-screen-menu-2 {
  z-index: 1;
  background-color: rgba(255, 255, 255, .95);
  border-top: 7px solid #c963c6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-item-2 {
  color: #413e52;
  border-bottom: 4px solid #fff;
  margin-right: 24px;
  padding: 15px 0 16px;
  font-size: 15px;
  text-decoration: none;
  transition: border-color .5s;
  display: flex;
}

.nav-menu-item-2:hover {
  color: #413e52;
  border-bottom-color: #8989f8;
  text-decoration: none;
}

.main-nav {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.top-bar {
  z-index: 999;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 6px 6px 16px rgba(17, 17, 49, .12);
}

.social-icons {
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.get-access {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.burger-line {
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 4px;
  margin-bottom: 4px;
}

.brand-5 {
  height: 100%;
  border-right: 1px solid #f1f1f1;
  align-items: center;
  margin-left: -4px;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.brand-5.w--current {
  padding-left: 0;
}

.brand-5._2 {
  margin-left: 20px;
}

.heading {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
}

.small-heading {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 22px;
}

.button-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #8ad342;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.button-small:hover {
  color: #fff;
  background-color: #027f7b;
  transform: translate3d(0, -3px, .01px);
}

.button-wrapper {
  margin-left: 0;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-column {
  justify-content: center;
  align-items: center;
  display: none;
}

.header-logo {
  max-width: 40%;
}

.header-logo.other-pages {
  max-width: 25%;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link.w--current {
  flex: 0 auto;
  align-self: flex-start;
}

.brix---header-content-wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.default-container {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.header-wrapper {
  z-index: 1;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.header-wrapper:hover {
  color: #027f7b;
}

.brix---play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

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

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

.brix---bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  position: relative;
}

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

.video-wrapper {
  align-self: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-white {
  color: #027f7b;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-white:hover {
  color: #8ad342;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.button-row-left {
  margin-right: 24px;
}

.button-row-left.centerd {
  text-align: center;
  padding-top: 50px;
  font-size: 16px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-default {
  margin-bottom: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.wrapper {
  color: #fff;
  position: relative;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
  position: relative;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.hero-wrapper {
  background-image: linear-gradient(rgba(3, 153, 78, .82), rgba(2, 127, 123, .73) 50%, rgba(3, 153, 78, .82) 60%, #fff 60%), url('../images/abstract-background-with-low-poly-design-copy.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.brix---btn-primary-small-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-link-white {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-wrapper-transparent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.div-block {
  text-align: center;
  position: relative;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout250_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.rl_layout250_content {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout250 {
  background-color: #fff;
}

.spark-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #5532fa;
  border-radius: 4px;
  margin-top: 2px;
  margin-left: -28px;
}

.spark-checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  background-color: #5532fa;
  background-image: url('../images/check.svg');
  background-size: auto;
  border-color: #5532fa;
}

.centered-form {
  width: 388px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.centered-form.spark-simple-shadow-small {
  color: #000;
  border: 1px solid #487e7a;
  box-shadow: 0 8px 5px rgba(0, 0, 0, .53);
}

.spark-form-success {
  text-align: center;
  background-color: #f0ecfd;
  border-radius: 8px;
  padding: 24px;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-full-width {
  width: 100%;
  text-align: center;
  background-color: #5532fa;
}

.spark-button.spark-full-width:hover {
  background-color: #1e116e;
}

.spark-text-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-gray {
  color: rgba(0, 0, 0, .56);
}

.spark-checkbox-parent {
  margin-bottom: 32px;
  padding-left: 28px;
  font-size: .875rem;
}

.spark-form-sub-text {
  color: rgba(0, 0, 0, .56);
  text-align: center;
  margin-top: 12px;
  font-size: .875rem;
}

.spark-input {
  height: 48px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 8px 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: #5532fa;
}

.spark-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-input::placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-form-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7em;
}

.companies-home-hero-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

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

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.security-logos {
  background-color: #fff;
  background-image: linear-gradient(to right, #027f7b, #03994e);
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 60px 20px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.security-logos.rev {
  box-shadow: none;
  background-image: none;
  border-width: 0;
  margin: 50px 0 0;
  padding: 0;
}

.secure {
  padding-top: 0;
  padding-bottom: 100px;
}

.bottom-0 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bottom-0.white {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bottom-0.left {
  text-align: left;
}

.text-wrapper-2 {
  color: #6e7191;
}

.paragraph-default-2 {
  color: #292929;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-default-2.white {
  color: #fff;
}

.paragraph-default-2.white.bigger {
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-default-2.white.bigger._2 {
  text-align: center;
  font-size: 31px;
  line-height: 48px;
}

.paragraph-default-2.white.bigger.centered {
  text-align: center;
  font-size: 28px;
  line-height: 44px;
}

.brix---heading-h3-size {
  color: #8ad342;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-bottom-wrapper-2 {
  color: #211f54;
}

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

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

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

.card---icon-left---content-right {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card---icon-left---content-right:hover {
  box-shadow: none;
  outline-offset: 6px;
  outline: 4px solid #a1d753;
}

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

.heading-h2-size {
  color: #8ad342;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.heading-h2-size.white {
  color: #fff;
}

.heading-h2-size.italic {
  font-style: italic;
}

.heading-h2-size.italic.bottom {
  margin-top: 15px;
}

.heading-h2-size.smaller {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
}

.heading-h2-size.dark {
  color: #027f7b;
}

.text-bottom-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.text-wrapper-painpoints {
  margin-bottom: 48px;
}

.relief {
  color: #fff;
  background-image: linear-gradient(80deg, rgba(2, 127, 123, .91), rgba(3, 153, 78, .95)), url('../images/bg-2_1bg-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.square-icon-75px {
  width: 120px;
  text-align: center;
  border-radius: 8px;
  transition: all .2s;
}

.square-icon-75px:hover {
  transform: scale(1.1);
}

.bottom-24px {
  text-align: center;
  margin-bottom: 24px;
}

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

.brix---image-wrapper-br-24px-shadow {
  max-width: 70%;
  text-align: center;
  border-radius: 24px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.bottom-56px {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.subtitle {
  color: #027f7b;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

._640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.painpoints {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.half-image-right {
  z-index: 0;
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.text-wrapper-3 {
  color: #fff;
}

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

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

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

.brix---cta-v4-floating-item-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v17-card {
  min-height: auto;
  background-color: #4a3aff;
  background-image: linear-gradient(96deg, rgba(138, 211, 66, .87), #116425), url('../images/abstract-background-with-low-poly-design-copy.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 30px;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta {
  padding-top: 100px;
  padding-bottom: 60px;
}

.paragraph-default-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-default-4.mini {
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-default-4.mini.link:hover {
  color: #487e7a;
}

.text-wrapper-5 {
  color: #6e7191;
}

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

.heading-h1-size---mg-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.circle-number {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  color: #4a3aff;
  background-color: #027f7b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.circle-number:hover {
  background-color: #8ad342;
}

.content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.how-it-works {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

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

.text-wrapper-4 {
  color: #6e7191;
}

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

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

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

.grid-image-center-icons-sides {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('../images/bg-2_1bg-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---text-300-list {
  font-size: 20px;
  line-height: 28px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-wrapper-6 {
  color: #211f54;
}

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

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

.brix---testimonial-v12-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12 {
  width: 340px;
  height: 100%;
  max-height: 340px;
  max-width: 340px;
  border-radius: 50%;
  flex: none;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v12 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 72px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---tabs-content {
  overflow: visible;
}

.brix---text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

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

.brix---avatar-circle-03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---tab-line {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.brix---tab-line:hover {
  opacity: 1;
}

.brix---tab-line.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #4a3aff;
}

.brix---tabs-menu-bottom {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

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

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

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

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #487e7a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v4 {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

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

.faqs {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---cta-v2-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -1%;
}

.brix---cta-v2-floating-item-01 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-2 {
  background-color: #4a3aff;
  background-image: linear-gradient(to right, rgba(138, 211, 66, .87), rgba(17, 100, 37, .84)), url('../images/abstract-background-with-low-poly-design-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.footer-wrapper {
  color: #211f54;
}

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

.brix---tabs-content-card {
  width: 100%;
  border: 1px solid #dcddeb;
  border-radius: 24px;
  padding: 48px 56px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---square-icon-48px {
  width: 48px;
  border-radius: 10px;
}

.brix---tab-small-center {
  width: auto;
  color: #211f54;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 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 rgba(20, 20, 43, .06);
}

.brix---tab-small-center:hover {
  border-color: #4a3aff;
}

.brix---tab-small-center.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .94), #fff), url('../images/photo.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.italic-text {
  color: #027f7b;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  display: none;
}

.columns, .header-content-wrapper.other-pages {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns-2 {
  display: flex;
}

.image-18 {
  max-width: 30%;
}

.mark-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.select {
  color: #101828;
  background-color: #fff;
}

.text-block-39-copy {
  color: #027f7b;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.secured {
  width: 200px;
}

.testimonials {
  height: auto;
  color: #fff;
  background-image: linear-gradient(80deg, rgba(2, 127, 123, .91), rgba(3, 153, 78, .95)), url('../images/bg-2_1bg-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.cf-testimonial-card-bottom {
  display: flex;
}

.cf-testimonial-text {
  color: #000;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-testimonial-heading {
  color: #027f7b;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

.cf-testimonial-card {
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 8px 23px 200px rgba(64, 69, 79, .06);
}

.cf-testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  display: none;
}

.testimonial-wrapper {
  width: 90%;
  height: 500px;
  max-width: 1240px;
  color: #fff;
  background-color: #fff;
  border: 3px solid #a1d753;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  display: block;
  position: static;
  overflow: auto;
}

.cf-testimonial-card-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.div-block-3 {
  text-align: center;
}

.image-19 {
  width: 150px;
  max-width: none;
}

.image-19-copy {
  width: 300px;
  max-width: none;
}

.disclaimer {
  background-color: #dfdfdf;
}

.container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

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

.footer-page {
  background-image: linear-gradient(#487e7a, #487e7a);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
}

.footer-heading.centered {
  text-align: center;
}

.footer-text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

.cf-borders-text-field {
  height: 60px;
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

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

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

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

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

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

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

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

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

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

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

.cf-form-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.cf-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 48px;
  margin-bottom: 48px;
}

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

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

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

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

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

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

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

.hidden-logo {
  max-width: 100%;
  display: none;
}

.video {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.column-2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  max-height: 100px;
  min-height: 80px;
  background-color: #027f7b;
  background-image: linear-gradient(to top, #006763, #438700);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.form {
  text-align: center;
}

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

.div-block-8 {
  background-color: rgba(2, 127, 123, 0);
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider {
  max-height: 80px;
  max-width: 250px;
  min-height: 80px;
  min-width: 250px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  max-height: 80px;
  min-height: 80px;
}

.text-block-44 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 19px;
}

.text-block-44.money {
  text-align: center;
  padding-top: 5px;
  font-size: 25px;
  font-weight: 700;
}

.column-8 {
  height: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
}

.div-block-9 {
  text-align: center;
  background-image: linear-gradient(to top, #006763, #438700);
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  margin-right: 7px;
}

.div-block-10 {
  padding-left: 15px;
}

.icon-embed-xsmall {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marque-content {
  width: 0%;
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gsap {
  width: 20%;
  max-width: 20rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6;
}

.text-span-2 {
  color: #585858;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
}

.yt-text {
  margin-bottom: 0;
  margin-left: .5rem;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  display: none;
}

.yt-text:hover {
  display: block;
}

.marquee-loop-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #006763;
  background-image: linear-gradient(to top, #006763, #438700);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.text-span {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1;
}

.calculator-button {
  z-index: 9999;
  color: #fff;
  background-color: #8ad342;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.calculator-button:hover {
  background-color: #027f7b;
}

.page {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-22 {
  width: 50px;
  max-width: none;
}

.marquee-name {
  color: #fff;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.marquee-price {
  color: #eaff00;
  -webkit-text-stroke-color: #ffe100;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.marquee-parent {
  width: 100%;
  height: 80px;
}

.gallery {
  padding-top: 20px;
}

.icon-3, .slide-nav-2 {
  display: none;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  display: block;
}

.columns-5 {
  height: 100%;
}

.slider-2, .mask {
  height: auto;
}

.column-9, .column-10, .column-11 {
  padding-left: 0;
  padding-right: 0;
}

.slide-3 {
  height: auto;
}

.slide-4 {
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.image-23 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: all .2s;
}

.image-23:hover {
  transform: scale(1.2);
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---testimonial-v9-twitter-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  justify-items: end;
}

.brix---text-101 {
  font-size: 16px;
  line-height: 18px;
}

.brix---width-100 {
  width: 100%;
}

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

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

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

.brix---mg-bottom-0 {
  color: #000;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.brix---card-testimonial-twitter {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .52);
}

.brix---mg-left-8px {
  margin-left: 8px;
}

.brix---avatar-circle-4 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border: 3px solid #8ad342;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

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

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

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---twitter-icon-wrapper {
  flex: 1;
}

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

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

.brix---icon-square-32px---twitter:hover {
  transform: scale(.92);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---text-200-bold-2 {
  color: #027f7b;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}

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

.div-block-13 {
  width: 100%;
  height: 5px;
  color: #8ad342;
  background-color: #8ad342;
  margin-top: 16px;
}

.sticky-video {
  z-index: 5;
  float: left;
  object-fit: fill;
  margin-top: 25px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  left: 25px;
  overflow: visible;
  box-shadow: 0 5px 8px -2px rgba(0, 0, 0, .56);
}

.video-2 {
  width: 200px;
  height: auto;
  float: left;
  position: static;
}

.calculator {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .28);
  display: none;
  position: fixed;
}

.calc-div {
  width: 80%;
  height: 600px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.exit {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-24 {
  width: 30px;
  max-width: none;
  padding-top: 0;
  padding-right: 0;
}

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

.input-field {
  width: 100%;
  min-height: 48px;
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.form-line-break {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 32px;
  margin-bottom: 32px;
}

.success-message {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.field-label {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.dollar-sign {
  color: #6d6d6d;
  margin-bottom: 0;
  margin-left: 18px;
}

.field-label.amount-dev {
  color: #000;
  margin-bottom: 0;
  margin-left: 18px;
  font-weight: 700;
}

.rendered-number {
  color: #160042;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  position: static;
}

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

.title-large {
  color: #027f7b;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 600;
  display: block;
}

.card-flowbase {
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 34px 34px 88px rgba(23, 9, 54, .08);
}

.prefix-text {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.input-field-wrap {
  margin-bottom: 60px;
}

.submit-button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #8ad342;
  border: 0 solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.submit-button:hover, .submit-button:focus {
  background-color: #027f7b;
  border-color: #b197ff;
}

.calc-wrapper {
  width: 90%;
  height: 600px;
  flex-flow: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.small-title-text {
  text-align: center;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
}

.calculator-slider {
  margin-top: 28px;
}

.range-slide {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
}

.calculator-slider-copy {
  margin-top: 28px;
}

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

.columns-6 {
  margin-top: 60px;
  padding-top: 0;
}

.form-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.calculator-column {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.small-text {
  color: #18264e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.small-text.dollar-sign {
  margin-bottom: 0;
  margin-left: 18px;
}

.small-text.amount {
  margin-bottom: 0;
  margin-left: 18px;
  font-weight: 700;
}

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

.small-text.white.potential-payout {
  text-align: left;
}

.column-13 {
  text-align: right;
}

.columns-8 {
  padding-top: 15px;
}

.time-slider {
  margin-top: 15px;
}

.calculator-slider-wrapper {
  border-top: 12px solid #8ad342;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 17px 30px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.green-box {
  width: 100%;
  background-color: #8ad342;
  border-top: 0 solid #8ad342;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 17px 35px;
  display: flex;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.dev---payment-total {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 57px;
  font-weight: 700;
}

.column-14 {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.amount-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  display: flex;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #5d7d7a;
  border-radius: 20px;
}

.calculator-button-white {
  color: #027f7b;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.calculator-button-white.w--current:hover {
  font-size: 19px;
}

.deposit-x {
  text-decoration: none;
}

.deposit-x-text {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.deposit-x-text.dollar-sign {
  color: #6d6d6d;
  margin-bottom: 0;
  margin-left: 18px;
}

.deposit-x-text.amount-dev {
  color: #000;
  margin-bottom: 0;
  margin-left: 18px;
  font-weight: 700;
}

.time-x {
  text-decoration: none;
}

.time-x-text {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.time-x-text.dollar-sign {
  color: #6d6d6d;
  margin-bottom: 0;
  margin-left: 18px;
}

.time-x-text.amount-dev {
  color: #000;
  margin-bottom: 0;
  margin-left: 18px;
  font-weight: 700;
}

.total-x {
  text-decoration: none;
}

.html-embed {
  z-index: 10;
  width: 800px;
  height: auto;
  object-fit: fill;
  align-self: center;
  position: static;
  top: 0;
  overflow: visible;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .58);
}

.div-block-16 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.html-embed-2 {
  z-index: 5;
  width: 200px;
  display: block;
  position: relative;
}

.columns-9 {
  padding-top: 15px;
}

.calculator-button-white-copy {
  color: #027f7b;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.calculator-button-white-copy.w--current {
  color: #fff;
  background-color: #487e7a;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.calculator-button-white-copy.w--current:hover {
  font-size: 19px;
}

.column-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.columns-10 {
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-25 {
  max-width: 40%;
}

.column-16 {
  text-align: right;
  justify-content: space-around;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .button-small {
    background-color: #8ad342;
    font-size: 18px;
  }

  .button-small:hover {
    background-color: #027f7b;
  }

  .brix---header-content-wrapper {
    align-items: flex-start;
    display: block;
  }

  .brix---bg-overlay {
    flex-wrap: nowrap;
    align-content: flex-end;
  }

  .hero {
    z-index: 999;
  }

  .video-wrapper {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
  }

  .paragraph-default {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 22px;
  }

  .hero-heading {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 50px;
  }

  .hero-wrapper {
    background-image: linear-gradient(rgba(3, 153, 78, .82), rgba(2, 127, 123, .86) 60%, #4a3aff 60%, #fff 60%), url('../images/abstract-background-with-low-poly-design-copy.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
  }

  .centered-form.spark-simple-shadow-small {
    box-shadow: 0 8px 5px rgba(0, 0, 0, .53);
  }

  .spark-button.spark-full-width {
    border-radius: 20px;
  }

  .spark-input {
    border-radius: 20px;
    margin-bottom: 15px;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .security-logos {
    background-color: #027f7b;
    background-image: linear-gradient(to right, #027f7b, #03994e);
    margin-left: 80px;
    margin-right: 80px;
    padding: 60px 20px;
  }

  .security-logos.rev {
    background-color: rgba(2, 127, 123, 0);
  }

  .bottom-0 {
    color: #000;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .bottom-0.white {
    color: #fff;
    text-align: center;
  }

  .paragraph-default-2 {
    color: #292929;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .paragraph-default-2.white {
    color: #fff;
  }

  .card---icon-left---content-right {
    transition: all .2s;
  }

  .card---icon-left---content-right:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 17px -3px rgba(62, 225, 44, .62);
  }

  .heading-h2-size {
    color: #8ad342;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .heading-h2-size.white {
    color: #fff;
  }

  .relief {
    background-color: rgba(2, 127, 123, .64);
    background-image: linear-gradient(to right, rgba(2, 127, 123, .91), rgba(3, 153, 78, .95)), url('../images/bg-2_1bg-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .square-icon-75px {
    width: 120px;
    transition: all .2s;
  }

  .square-icon-75px:hover {
    transform: scale(1.1);
  }

  .bottom-24px {
    text-align: center;
  }

  .brix---image-wrapper-br-24px-shadow {
    max-width: 80%;
  }

  .bottom-56px {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .painpoints {
    transition: all .2s;
  }

  .cta {
    padding-bottom: 100px;
  }

  .how-it-works, .features, .faqs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .italic-text {
    color: #027f7b;
    font-size: 19px;
    font-weight: 700;
    display: none;
  }

  .header-content-wrapper {
    box-shadow: 0 0 5px -20px rgba(0, 0, 0, .67);
  }

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

  .columns-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    max-width: 30%;
  }

  .mark-wrapper {
    margin-bottom: 20px;
  }

  .text-block-40 {
    padding-top: 20px;
  }

  .text-block-39-copy {
    color: #027f7b;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .secured {
    width: 200px;
    max-width: none;
  }

  .testimonials {
    background-color: rgba(2, 127, 123, .64);
    background-image: linear-gradient(to right, rgba(2, 127, 123, .91), rgba(3, 153, 78, .95)), url('../images/bg-2_1bg-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-testimonial-card:hover {
    border: 0 solid #000;
  }

  .footer-page {
    background-image: linear-gradient(#487e7a, #487e7a);
  }

  .text-block-41, .text-block-42 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .video {
    border-radius: 20px;
  }

  .column-3 {
    height: auto;
    max-height: 100px;
    min-height: 80px;
    background-color: #027f7b;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-column {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-8 {
    height: auto;
  }

  .text-block-43 {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }

  .slider {
    max-height: 80px;
    min-height: 80px;
    background-color: rgba(221, 221, 221, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide, .slide-2 {
    max-height: 80px;
    min-height: 80px;
  }

  .text-block-44 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    display: flex;
  }

  .text-block-44.money {
    padding-top: 5px;
    font-size: 25px;
    font-weight: 700;
  }

  .column-8 {
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .link-2 {
    color: #fff;
  }

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

  .icon, .icon-2 {
    display: none;
  }

  .marque-content {
    justify-content: space-around;
    align-items: center;
  }

  .marquee-loop-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .calculator-button {
    background-color: #8ad342;
  }

  .calculator-button:hover {
    background-color: #027f7b;
  }

  .div-block-11 {
    align-items: center;
  }

  .marquee-parent {
    overflow: hidden;
  }

  .slider-2 {
    z-index: 0;
  }

  .sticky-video {
    z-index: 1;
    float: left;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    left: 25px;
    overflow: auto;
  }

  .video-2 {
    width: 200px;
    height: auto;
  }

  .icon-4, .calculator {
    display: none;
  }

  .calc-wrapper {
    width: 90%;
  }

  .green-box {
    padding-left: 34px;
    padding-right: 34px;
  }

  .html-embed {
    width: 920px;
    height: auto;
    align-self: center;
    box-shadow: 0 8px 10px -7px #000;
  }

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

  .html-embed-2 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 991px) {
  .hamburger {
    width: 24px;
    height: 2px;
    background-color: #413e52;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .container-default-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-3.full-width._9 {
    padding-bottom: 0;
  }

  .nav-link-5 {
    color: #442bb3;
  }

  .mobile-nav-2 {
    display: flex;
  }

  .button-5.nav._2 {
    margin-bottom: 25px;
    display: block;
  }

  .button-5.nav._2.space {
    width: 260px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .full-screen-menu-2 {
    background-color: rgba(255, 255, 255, .96);
    border-top-color: #100b47;
  }

  .nav-menu-item-2 {
    width: 100%;
    border-bottom-style: none;
    padding: 16px 24px;
    transition: color .2s, border-color .5s;
  }

  .nav-menu-item-2:hover {
    color: #5c5cff;
  }

  .nav-menu-item-2.w--open {
    padding-bottom: 8px;
  }

  .main-nav {
    z-index: 9999;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .menu-button-5 {
    margin-right: -16px;
    padding: 16px;
  }

  .menu-button-5.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .social-icons {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .social-icons.nav {
    margin-bottom: 1%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .get-access {
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .button-small {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-logo {
    max-width: 232px;
    display: inline-block;
  }

  .default-container {
    max-width: none;
    padding-left: 23px;
    padding-right: 23px;
  }

  .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-row-left {
    text-align: center;
  }

  .button-row-left.centerd {
    padding-top: 20px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .paragraph-default {
    margin-bottom: 50px;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    background-image: linear-gradient(rgba(3, 153, 78, .82), rgba(2, 127, 123, .86) 65%, #fff 65%, #fff 69%), url('../images/abstract-background-with-low-poly-design-copy.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
  }

  .brix---header-nav-link-white {
    color: #211f54;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: #211f54;
  }

  .brix---header-nav-menu-wrapper-white {
    background-color: #fff;
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    padding: 24px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-checkbox {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 6px;
  }

  .centered-form.spark-simple-shadow-small {
    width: auto;
    max-width: 30%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .spark-input {
    text-align: center;
    margin-bottom: 8px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: .8rem;
    line-height: 19px;
  }

  .companies-home-hero-wrapper-2 {
    flex-direction: column;
  }

  .companies-home-hero-grid-2 {
    max-width: 720px;
    justify-items: center;
  }

  .image-5.company-home-hero {
    width: 80%;
  }

  .security-logos {
    padding: 43px 0;
  }

  .security-logos.rev {
    padding-left: 27px;
    padding-right: 27px;
  }

  .secure {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bottom-0 {
    font-size: 14px;
    line-height: 19px;
  }

  .bottom-0.white {
    height: 149px;
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph-default-2.white.bigger {
    text-align: center;
  }

  .paragraph-default-2.white.bigger._2 {
    font-size: 26px;
    line-height: 37px;
  }

  .paragraph-default-2.white.bigger.centered {
    font-size: 22px;
    line-height: 33px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .text-bottom-wrapper-2 {
    clear: none;
    overflow: auto;
  }

  .card-left-text-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .square-icon {
    text-align: center;
    align-self: center;
  }

  .card---icon-left---content-right {
    height: 150px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
  }

  .heading-h2-size {
    clear: none;
    text-align: center;
    object-fit: fill;
    font-size: 28px;
    line-height: 38px;
    display: block;
    position: static;
    overflow: auto;
  }

  .heading-h2-size.white {
    font-size: 32px;
    line-height: 41px;
  }

  .heading-h2-size.italic.bottom {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-bottom-wrapper {
    float: none;
    clear: none;
    object-fit: fill;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-center, .inner-container-600px---center {
    object-fit: cover;
    overflow: visible;
  }

  .text-wrapper-painpoints {
    margin-bottom: 40px;
  }

  .relief {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .square-icon-75px {
    width: 100px;
  }

  .grid-content-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bottom-56px {
    margin-bottom: 48px;
  }

  .painpoints {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .half-image-right {
    width: 100%;
    height: 52%;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-wrapper-3 {
    padding-left: 17px;
    padding-right: 17px;
  }

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

  .grid-cta {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-bottom: 0;
    display: grid;
  }

  .brix---cta-v17-card {
    min-height: auto;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

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

  .paragraph-default-4 {
    text-align: left;
    padding-left: 28px;
  }

  .paragraph-default-4.mini {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-default-4.mini.bottom {
    text-align: center;
  }

  .paragraph-default-4.centered {
    text-align: center;
    font-size: 15px;
  }

  .text-wrapper-5 {
    display: flex;
  }

  .heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .circle-number {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    align-items: center;
    margin-bottom: 0;
  }

  .content-center-card {
    flex-flow: row;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._3-columns-1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: start;
    padding-left: 119px;
    padding-right: 119px;
    display: grid;
  }

  .testimonial {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .how-it-works {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-1-column-gap-row-80px {
    grid-row-gap: 56px;
  }

  .grid-image-center-icons-sides {
    max-width: 100%;
    grid-column-gap: 70px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .brix---card-testimonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---tab-line {
    padding: 22px 18px;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-title {
    font-size: 22px;
  }

  .brix---accordion-item-wrapper-v4 {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-1-column-gap-row-24px {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
  }

  .faqs {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---cta-v2-floating-item-02 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .brix---cta-v2-floating-item-01 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .cta-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-2 {
    display: flex;
  }

  .mark-wrapper {
    margin-bottom: 10px;
  }

  .text-block-39-copy {
    font-size: 11px;
    line-height: 15px;
  }

  .secured {
    width: 150px;
  }

  .testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 148%;
  }

  .cf-testimonial-heading {
    font-size: 21px;
    line-height: 23px;
  }

  .cf-review-star-wrapper {
    text-align: center;
    justify-content: center;
  }

  .cf-testimonial-card-top {
    text-align: center;
  }

  .cf-testimonial-card {
    height: 400px;
    max-width: 750px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-testimonial-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .testimonial-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-page {
    background-image: linear-gradient(#487e7a, #487e7a);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-text-block {
    font-size: 17px;
    line-height: 26px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

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

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    max-width: 700px;
    flex-direction: column;
    padding-left: 70px;
  }

  .hidden-logo {
    max-width: 100px;
    text-align: center;
    display: none;
  }

  .video {
    margin-bottom: 0;
  }

  .column-2 {
    text-align: center;
    align-self: center;
    display: block;
  }

  .column-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .image-20 {
    max-width: 300px;
    text-align: center;
    align-self: center;
    display: block;
  }

  .image-20-hidden {
    max-width: 30%;
    display: block;
  }

  .div-block-8 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-block-43 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 14px;
  }

  .slider {
    max-width: none;
    min-width: 100px;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .slide {
    max-height: none;
    min-height: auto;
  }

  .text-block-44 {
    font-size: 12px;
    line-height: 13px;
  }

  .text-block-44.money {
    font-size: 19px;
  }

  .div-block-9 {
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

  .yt-text {
    font-size: 16px;
    display: none;
  }

  .image-22 {
    width: 30px;
    padding-right: 0;
  }

  .marquee-name, .marquee-price {
    margin-left: 5px;
    font-size: 15px;
  }

  .brix---avatar-image-link {
    max-width: 100%;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-column-gap: 10px;
  }

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

  .brix---mg-bottom-0 {
    font-size: 16px;
    line-height: 23px;
  }

  .brix---card-testimonial-twitter {
    padding: 17px 12px;
  }

  .brix---avatar-circle-4 {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 50px;
  }

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

  .brix---twitter-icon-wrapper {
    width: 100%;
  }

  .div-block-13 {
    margin-top: 5px;
  }

  .sticky-video {
    float: left;
    clear: none;
    object-fit: fill;
    flex-flow: column wrap-reverse;
    align-content: flex-end;
    justify-content: space-between;
    display: none;
    overflow: visible;
  }

  .calculator {
    display: none;
  }

  .title-large {
    font-size: 39px;
  }

  .small-title-text {
    font-size: 20px;
  }

  .green-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dev---payment-total {
    font-size: 45px;
  }

  .html-embed {
    width: 68%;
    position: static;
    box-shadow: 0 9px 5px rgba(0, 0, 0, .64);
  }

  .div-block-16 {
    justify-content: space-between;
  }

  .html-embed-2 {
    object-fit: fill;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

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

  .mask-2 {
    min-width: 0;
    flex: 0 auto;
    order: 1;
    align-self: center;
  }

  .image-26 {
    width: 50px;
    max-width: none;
  }

  .image-27 {
    width: 60px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .container-default-3 {
    grid-template-columns: 1fr;
  }

  .button-small {
    padding: 9px 32px;
    font-size: 16px;
  }

  .button-small.form {
    margin-top: 10px;
  }

  .button-wrapper, .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .header-logo {
    max-width: 90%;
    display: none;
  }

  .default-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .video-wrapper {
    margin-top: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-white {
    padding: 20px 32px;
    font-size: 20px;
  }

  .button-row-left {
    margin-right: 16px;
  }

  .button-row-left.centerd {
    padding-top: 30px;
  }

  .paragraph-default {
    font-size: 15px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 31px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    background-image: linear-gradient(rgba(3, 153, 78, .82), rgba(2, 127, 123, .86) 35%, #fff 35%, #fff 36%, #fff), url('../images/abstract-background-with-low-poly-design-copy.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .centered-form.spark-simple-shadow-small {
    max-width: 45%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .spark-input {
    height: 35px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: .9rem;
    line-height: 18px;
  }

  .companies-home-hero-grid-2 {
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    align-content: stretch;
    justify-content: center;
  }

  .security-logos {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 0;
  }

  .security-logos.rev {
    padding-left: 0;
    padding-right: 0;
  }

  .secure {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bottom-0 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .bottom-0.white {
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 18px;
    line-height: 27px;
  }

  .bottom-0.left {
    padding-left: 0;
  }

  .paragraph-default-2.white.bigger {
    font-size: 21px;
    line-height: 31px;
  }

  .paragraph-default-2.white.bigger._2 {
    font-size: 20px;
    line-height: 33px;
  }

  .paragraph-default-2.white.bigger.centered {
    font-size: 20px;
  }

  .card-left-text-wrapper {
    margin-top: 0;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
    align-self: auto;
  }

  .card---icon-left---content-right {
    width: 500px;
    height: 100px;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2-columns {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .heading-h2-size {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-h2-size.white {
    font-size: 27px;
    line-height: 37px;
  }

  .heading-h2-size.italic {
    font-size: 24px;
  }

  .heading-h2-size.smaller {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }

  .text-wrapper-painpoints {
    margin-bottom: 32px;
  }

  .relief {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .square-icon-75px {
    width: 70px;
    max-width: none;
    border-radius: 12px;
    display: inline-block;
  }

  .bottom-24px {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

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

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .bottom-56px {
    margin-bottom: 40px;
  }

  .subtitle {
    font-size: 23px;
    line-height: 19px;
  }

  .painpoints {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-image-right {
    height: 50%;
  }

  .text-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .brix---cta-v17-card {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-default-4 {
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-default-4.mini {
    text-align: center;
  }

  .heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 112px;
    padding-right: 112px;
  }

  .testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .grid-1-column-gap-row-80px {
    align-content: stretch;
  }

  .grid-image-center-icons-sides {
    max-width: 430px;
    grid-template-columns: 1fr;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---text-300-list {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---card-testimonial-v12 {
    padding: 32px 32px 48px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---accordion-title {
    font-size: 19px;
    line-height: 28px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .grid-1-column-gap-row-24px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .faqs, .cta-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .italic-text {
    font-size: 13px;
  }

  .header-content-wrapper {
    display: block;
  }

  .column {
    padding-left: 52px;
    padding-right: 52px;
  }

  .columns-2 {
    display: block;
  }

  .image-18 {
    max-width: 20%;
  }

  .text-block-39-copy {
    font-size: 12px;
  }

  .secured {
    width: 150px;
    max-width: none;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-testimonial-card {
    height: auto;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .cf-testimonial-grid {
    flex-direction: column;
    display: block;
  }

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

  .footer-page {
    background-image: linear-gradient(#487e7a, #487e7a);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-wrapper {
    padding: 30px 27px;
  }

  .footer-heading {
    font-size: 28px;
  }

  .footer-text-block {
    font-size: 15px;
    line-height: 23px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .hidden-logo {
    max-width: 30%;
    display: inline-block;
  }

  .video {
    margin-bottom: 25px;
  }

  .column-3 {
    min-height: auto;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .image-20 {
    display: none;
  }

  .div-block-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 49px;
    padding-right: 49px;
    display: flex;
  }

  .div-block-5 {
    height: 200px;
  }

  .column-4, .column-5 {
    display: block;
  }

  .div-block-7 {
    height: 150px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-column {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-8 {
    width: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .text-block-43 {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: block;
  }

  .slider {
    flex-direction: column;
  }

  .div-block-9 {
    align-items: center;
  }

  .yt-text {
    margin-right: .5rem;
    font-size: 15px;
    display: none;
  }

  .calculator-button {
    padding-right: 0;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .image-22 {
    display: none;
  }

  .brix---text-101 {
    font-size: 15px;
  }

  .brix---mg-bottom-0 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---avatar-circle-4 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

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

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .sticky-video, .calculator {
    display: none;
  }

  .calc-div {
    width: 98%;
    height: 400px;
  }

  .image-24 {
    width: 20px;
  }

  .field-label {
    font-size: 15px;
    line-height: 17px;
  }

  .title-large {
    font-size: 29px;
  }

  .calc-wrapper {
    width: 90%;
    height: 400px;
  }

  .small-title-text {
    padding-top: 0;
    font-size: 19px;
  }

  .calculator-column {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

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

  .calculator-slider-wrapper {
    padding: 9px 12px;
  }

  .green-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dev---payment-total {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 42px;
  }

  .deposit-x-text.amount-dev, .time-x-text.amount-dev {
    font-size: 15px;
  }

  .html-embed {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .mask-2 {
    align-self: center;
  }

  .image-26 {
    display: none;
  }

  .image-27 {
    width: 40px;
    max-width: none;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-icon-link-2 {
    margin-bottom: 16px;
  }

  .button-5 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .button-5.nav._2 {
    margin-bottom: 5px;
  }

  .button-5.nav._2.space {
    width: 247px;
    margin-top: 20px;
  }

  .main-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .social-icons {
    margin-bottom: -25px;
  }

  .brand-5.w--current {
    width: 50%;
  }

  .button-small {
    width: 180px;
    text-align: center;
    object-fit: contain;
    align-items: center;
    padding: 18px 0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
  }

  .button-wrapper {
    object-fit: fill;
    display: block;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-column {
    object-fit: fill;
  }

  .header-logo {
    max-width: 84%;
    display: block;
  }

  .default-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .video-wrapper {
    margin-top: 56px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary-white {
    width: 100%;
    padding: 18px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-row-left.centerd {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-default {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 36px;
  }

  .hero-wrapper {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
    background-size: auto, auto 400px;
    background-attachment: scroll, scroll;
    padding: 50px 15px 20px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

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

  .centered-form.spark-simple-shadow-small {
    max-width: 45dvh;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .spark-input {
    height: 40px;
    font-size: 1rem;
    line-height: 18px;
  }

  .security-logos {
    margin-left: 9px;
    margin-right: 9px;
    padding: 21px 24px;
  }

  .secure {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bottom-0 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    line-height: 21px;
  }

  .bottom-0.white {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-default-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-default-2.white.bigger {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-default-2.white.bigger._2 {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-default-2.white.bigger.centered {
    font-size: 16px;
    line-height: 25px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .card---icon-left---content-right {
    width: auto;
    height: auto;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 14px;
  }

  .heading-h2-size {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-h2-size.white {
    font-size: 25px;
    line-height: 33px;
  }

  .heading-h2-size.italic {
    margin-top: 50px;
  }

  .heading-h2-size.smaller {
    font-size: 20px;
    line-height: 26px;
  }

  .text-bottom-wrapper {
    padding-top: 0;
  }

  .text-wrapper-painpoints {
    margin-bottom: 32px;
  }

  .relief {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .square-icon-75px {
    max-width: none;
    border-radius: 14px;
  }

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

  .grid-content-section {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

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

  .subtitle {
    font-size: 17px;
    line-height: 18px;
  }

  .painpoints {
    padding-left: 15px;
    padding-right: 15px;
  }

  .half-image-right {
    height: 40%;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .text-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---cta-v17-card {
    padding: 20px 12px;
  }

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

  .cta {
    padding: 64px 10px;
  }

  .paragraph-default-4 {
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-default-4.mini {
    font-size: 9px;
    line-height: 15px;
  }

  .heading-h1-size---mg-0 {
    font-size: 26px;
    line-height: 38px;
  }

  .circle-number {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-bottom: 0;
  }

  .content-center-card {
    flex-direction: row;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-it-works {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .grid-1-column-gap-row-80px {
    margin-bottom: 50px;
  }

  .grid-image-center-icons-sides {
    grid-template-columns: 1fr;
    display: block;
  }

  .features {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---cta-v2-floating-item-02 {
    width: 40%;
  }

  .brix---cta-v2-floating-item-01 {
    width: 50%;
  }

  .cta-2 {
    padding: 50px 10px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .columns {
    display: flex;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .secured {
    width: 100px;
    max-width: none;
  }

  .testimonials {
    padding: 50px 15px;
  }

  .cf-t-author-username-and-date {
    font-size: 14px;
  }

  .cf-testimonial-author-name {
    font-size: 18px;
  }

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

  .cf-testimonial-card-bottom {
    align-items: center;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-testimonial-heading {
    font-size: 17px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    width: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    display: inline-block;
  }

  .cf-testimonial-card-top {
    text-align: center;
  }

  .cf-testimonial-card {
    height: auto;
    padding: 20px;
  }

  .cf-testimonial-grid {
    display: inline-block;
  }

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    width: 100px;
  }

  .image-19-copy {
    width: 200px;
    text-align: center;
    display: inline-block;
  }

  .footer-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-wrapper {
    padding: 0 14px;
  }

  .footer-heading {
    font-size: 20px;
    line-height: 41px;
  }

  .footer-text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    height: 40px;
    margin-bottom: 11px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding: 20px 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

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

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    margin-top: 0;
    padding: 35px 20px;
  }

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

  .hidden-logo {
    max-width: 100%;
    display: none;
  }

  .column-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    height: 100px;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    text-align: center;
  }

  .div-block-6 {
    height: 100px;
  }

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

  .div-block-7 {
    height: auto;
  }

  .nav-column {
    display: flex;
  }

  .yt-text {
    display: none;
  }

  .marquee-name {
    margin-left: 0;
    font-size: 13px;
  }

  .marquee-price {
    margin-left: 0;
    font-size: 14px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---text-101 {
    font-size: 15px;
  }

  .brix---flex-horizontal-2 {
    text-align: center;
    flex-direction: column;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-0 {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
  }

  .brix---card-testimonial-twitter {
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .brix---avatar-circle-4 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

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

  .brix---icon-square-32px---twitter {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---flex-horizontal-space-between {
    justify-content: center;
    align-items: center;
  }

  .calculator {
    display: none;
  }

  .calc-div {
    height: 650px;
  }

  .image-24 {
    width: 20px;
  }

  .field-label.dollar-sign {
    margin-left: 5px;
  }

  .title-large {
    font-size: 23px;
  }

  .card-flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .calc-wrapper {
    height: 600px;
  }

  .small-title-text {
    padding-top: 5px;
    font-size: 13px;
  }

  .div-block-15 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .calculator-column {
    display: block;
  }

  .small-text.white.potential-payout {
    font-size: 17px;
  }

  .green-box {
    width: auto;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    margin-bottom: 11px;
    display: flex;
  }

  .dev---payment-total {
    text-align: center;
    font-size: 29px;
  }

  .column-14 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .amount-wrapper {
    width: auto;
    height: auto;
    display: block;
  }

  .circle {
    display: none;
  }

  .deposit-x-text.amount-dev {
    margin-left: 5px;
  }

  .calculator-button-white-copy.w--current {
    margin-top: 17px;
  }

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

  .div-block-17 {
    display: block;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-b066e605-3bfc-8489-7c61-4f74d129d084-582cec81, #w-node-f619cf25-86d3-110d-d5f8-afe95988647b-582cec81, #w-node-f619cf25-86d3-110d-d5f8-afe95988647d-582cec81, #w-node-dd135ec3-6318-919a-b310-7e984e04a94a-582cec81, #w-node-dd135ec3-6318-919a-b310-7e984e04a956-582cec81, #w-node-dd135ec3-6318-919a-b310-7e984e04a964-582cec81, #w-node-dd135ec3-6318-919a-b310-7e984e04a970-582cec81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2fd40a37-5997-e154-7d75-c5ea5a413e02-582cec81 {
    align-self: auto;
  }

  #w-node-_3b1eabde-e9da-41bc-7555-930d6dadd3b1-582cec81 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18e1a76d-4a23-e137-81f2-9e03124c9002-582cec81 {
    align-self: auto;
  }
}
