:root {
  --white: white;
  --black: #0e0e0e;
  --grey: #797979;
  --primary: #457d58;
  --black-2: #282828;
  --secondary: #6c94a1;
  --dim-grey: #636262;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #636262;
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  background-color: var(--white);
  color: var(--black);
  border-left: .25rem solid #00000040;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.styleguide-heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #0e0e0e;
}

.text-color-black {
  color: #0e0e0e;
}

.text-color-grey {
  color: var(--grey);
  font-size: .7rem;
}

.styleguide-col-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-col-2.is-align-start {
  align-items: start;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-stlye-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide-col-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide-heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.styleguide-col-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #a8c1d833;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.heading-style-h6 {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.styleguide-header {
  color: #fff;
  background-color: #000;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  overflow: hidden;
}

.styleguide-label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styleguide-version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.main-wrapper {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: .8rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
}

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

.button.is-text {
  background-color: var(--white);
  color: #000;
  border: 2px solid #0000;
}

.button.is-text:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary:hover {
  color: var(--white);
  background-color: #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

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

.styleguide-colour.is-1 {
  background-color: #282828;
}

.styleguide-colour.is-2 {
  background-color: #f46b63;
}

.styleguide-colour.is-3 {
  background-color: #636262;
}

.styleguide-colour.is-4 {
  background-color: #fff;
}

.styleguide-colour.is-5 {
  background-color: #fbf7f7;
}

.styleguide-colour.is-6 {
  background-color: #e3d989;
}

.margin-bottom-12 {
  margin-bottom: .75rem;
}

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

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-28 {
  margin-bottom: 1.75rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-36 {
  margin-bottom: 2.25rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-bottom-44 {
  margin-bottom: 2.75rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-52 {
  margin-bottom: 3.25rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.margin-bottom-60 {
  margin-bottom: 3.75rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-68 {
  margin-bottom: 4.25rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.margin-bottom-76 {
  margin-bottom: 4.75rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-84 {
  margin-bottom: 5.25rem;
}

.margin-bottom-88 {
  margin-bottom: 5.5rem;
}

.margin-bottom-92 {
  margin-bottom: 5.75rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.section-navbar {
  z-index: 99;
  background-color: #0000;
  border-bottom: 2px solid #f0f0f0;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  display: block;
}

.navbar-logo {
  width: 280px;
  max-width: none;
}

.navbar-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-hero {
  overflow: visible;
}

.decor-2 {
  z-index: 2;
  width: 12%;
  position: absolute;
  inset: auto .4rem -2rem auto;
  transform: rotate(10deg);
}

.hero-component {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content {
  z-index: 1;
  padding-right: 1rem;
}

.hero-image-wrapper {
  z-index: 1;
  align-items: center;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.decor-1 {
  z-index: 2;
  width: 15%;
  max-width: 50%;
  position: absolute;
  inset: 5.3125rem auto auto -2rem;
}

.margin-bottom-32 {
  flex-flow: column;
  display: flex;
}

.blur-bg-wrapper {
  z-index: 1;
  max-width: 37.5rem;
  position: absolute;
  top: -41%;
  left: auto;
  right: 0%;
}

.blur-bg {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: 24% 0% 0%;
}

.decor-3 {
  z-index: 2;
  width: 15%;
  position: absolute;
  inset: 4% 0% auto auto;
  transform: rotate(-20deg);
}

.how-it-works-content-wrapper {
  border: 1px solid var(--primary);
  cursor: pointer;
  background-color: #1036a91a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 1.5625rem;
  display: flex;
}

.how-it-works-content-wrapper.w--current {
  background-color: #0000;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: scroll;
}

.faq-question {
  color: var(--black-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.footer-divider {
  background-color: #e5e7eb;
  width: 100%;
  height: 2px;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.footer-nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  font-weight: 600;
  display: flex;
}

.footer-link {
  color: var(--grey);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--black);
}

.footer-main-text {
  width: 100%;
  max-width: none;
}

.footer-bottom-container, .footer-top-container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bg-image {
  opacity: .4;
  filter: blur(20px);
}

.faq-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.faq_explander-horizontal {
  background-color: var(--black-2);
  width: 1.25rem;
  height: .125rem;
}

.faq_explander-vertical {
  background-color: var(--black-2);
  width: .125rem;
  height: 1.25rem;
  position: absolute;
}

.faq-answer {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: 2.5rem;
  display: flex;
  position: relative;
}

.tab-bg-image-home {
  z-index: -1;
  max-width: 37.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-logo {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.text-field-3 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-3::placeholder {
  color: #61728375;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-full {
  z-index: 99999;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.slider {
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  position: relative;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.submit-button-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-block {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.button-wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.star-row {
  margin-bottom: 30px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-right {
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: var(--primary);
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: block;
  overflow: scroll;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 25px;
  font-size: 31px;
  font-weight: 400;
  line-height: 40px;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: scroll;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 60px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 400;
}

.paragraph-intro {
  color: #ffffffc7;
  text-align: justify;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.paragraph {
  color: #ffffffc7;
  text-align: left;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 100vh;
  padding: 80px 3% 100px;
  display: flex;
  position: relative;
}

.icon-2 {
  width: 50px;
}

.banner-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-top: 0;
  margin-bottom: 15px;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.success-message {
  letter-spacing: 1px;
  background-color: #004b11c2;
  width: 100%;
  height: 100%;
  padding: 50px;
  position: fixed;
}

.slide-banner {
  background-color: #001966;
  width: 30%;
  min-width: 310px;
}

.banner-content {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 15% 15px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--white);
}

.logo {
  max-width: 50%;
  margin-bottom: 40px;
}

.image {
  max-width: 80%;
}

.div-block {
  z-index: 100000;
  background-color: #fff0;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 20% 10% auto auto;
}

.image-2 {
  cursor: pointer;
}

.faq-item-form {
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  width: auto;
  margin-bottom: 1.25rem;
  display: none;
  position: static;
  top: -2px;
  left: auto;
  right: 10%;
}

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

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.checkbox_wrap.inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 150px;
  height: 130px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.checkbox-image {
  width: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -26px;
}

.checkbox-image.small {
  width: 60px;
}

.checkbox-title-2 {
  color: var(--primary);
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.partner {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.partner.extra-space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.checkbox-label-2 {
  font-size: .6rem;
}

.image-5, .image-6 {
  max-width: 80%;
}

.body {
  overflow: auto;
}

.text-block-3 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  position: static;
  inset: auto 0% 47%;
}

.container-2 {
  position: absolute;
  inset: auto 0% 49%;
}

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

.heading-2 {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-3 {
  padding: 5% 10%;
}

.heading-3 {
  margin-top: 1rem;
}

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

.form-section-title-copy {
  color: #0a1f44;
  margin-top: 5px;
  margin-bottom: -12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.logo-copy {
  max-width: 50%;
  margin-bottom: 5px;
}

.text-field-4 {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-manager_trigger, .fs-cc-banner_trigger {
  display: none;
}

.div-block-4 {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-7 {
  width: 32px;
}

.div-block-5 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.heading-4 {
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.heading-5 {
  text-align: left;
  font-size: 3rem;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #45c33f;
  background-color: #d9f6da;
  border: 1px #dfe0e2;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 75%;
  margin-bottom: 10px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.text-block-4 {
  font-size: .9rem;
  font-weight: 600;
}

.image-8 {
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  height: auto;
  max-height: 700px;
  position: relative;
  overflow: visible;
}

.trust-div {
  z-index: 1;
  background-color: #457d5899;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
  position: absolute;
  inset: auto 0% 5%;
}

.trust-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.text-span-11 {
  color: var(--primary);
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.wrapper-badge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-9 {
  width: 70px;
  height: 70px;
}

.paragraph-3 {
  text-align: justify;
}

.paragraph-4, .heading-6 {
  display: none;
}

.red {
  color: red;
}

.checkbox-3 {
  width: 16px;
  height: 16px;
}

.link {
  color: #020202;
}

.price-field {
  cursor: pointer;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.partner-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.partner-2.extra-space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.confetti-2 {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.component-43 {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  display: flex;
  box-shadow: -22px 11px 30px -19px #c3c3c31a;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 15px 18px 0;
  display: flex;
}

._43-google-image {
  width: 30px;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._43-right-bottom-text {
  color: var(--grey);
  font-size: 14px;
  font-weight: 700;
}

.stars-2 {
  width: 70px;
  max-width: 100%;
  margin-top: 4px;
}

.text-center {
  flex-flow: column;
  max-width: 80%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

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

.hero-component-2 {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-heading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.review-section {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.testimonials1_client-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 2rem;
  display: flex;
}

.testimonials1_content {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 20rem;
  padding: 2rem;
  display: flex;
}

.testimonials1_client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.testimonials1_client-line {
  background-color: #e1e4e8;
  width: 1.25px;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.testimonials1_client-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.block-date {
  color: #626e96;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.block-profile-img {
  object-fit: contain;
  width: 120px;
  height: 64px;
  margin-right: 24px;
}

.block_top-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-item-a {
  overflow: hidden;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: var(--primary);
  width: 100%;
  height: .2em;
  position: relative;
}

.faq-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom-color: #c7c7c7;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #b9b9b98f;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: var(--primary);
  width: .2em;
  height: 100%;
  position: absolute;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

._w-accordion-item-q {
  display: flex;
}

.padding-section-medium-up {
  padding-top: 5rem;
  padding-bottom: 0;
}

.padding-section-medium-2 {
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

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

.image-10 {
  width: 70px;
}

.phone-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sub-title-name {
  color: #667085;
  text-align: center;
  font-weight: 500;
}

.f-steps-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper.full {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header-section {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.verifi-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verifi-section.hidden {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.f-progress-bar-contain {
  z-index: 99;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.f-progress-bar-2 {
  background-color: #d0d5dd;
  flex: 1;
  height: 100%;
}

.f-progress-bar-2.current {
  background-image: linear-gradient(#56bcf6, #5a9cc2);
}

.f-form-button-2 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.next {
  background-color: var(--primary);
  color: #f7f7f7;
  text-align: center;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.f-form-button-2.next.wycena {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.f-form-button-2.back {
  color: #f7f7f7;
  background-color: #a6acbb;
  border-color: #3620f714;
  font-weight: 400;
}

.lega-text {
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  line-height: 12px;
}

.field {
  width: auto;
  height: 45px;
}

.field._100 {
  width: 100%;
}

.quiz-title {
  color: var(--secondary);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .styleguide-col-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide-col-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

  .styleguide-col-4 {
    grid-template-columns: 1fr;
  }

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

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

  .page-wrapper {
    position: relative;
    overflow: hidden;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .section-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .navbar-component {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .hero-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 45rem;
  }

  .hero-image-wrapper {
    max-width: none;
  }

  .decor-3 {
    right: -9%;
  }

  .footer-nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footer-main-text {
    flex: 0 auto;
    margin-right: 1rem;
  }

  .section-footer {
    position: relative;
  }

  .footer-bottom-container {
    align-items: center;
  }

  .footer-copyright-text {
    flex: none;
  }

  .tab-bg-image-home {
    inset: 0% 0% auto auto;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .div-block-6 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .hero-component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .faq-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .padding-section-medium-up, .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-steps-form-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

  .heading-stlye-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .styleguide-version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-content {
    margin-bottom: 120px;
  }

  .footer-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-main-text {
    margin-right: 0;
  }

  .footer-bottom-container, .footer-top-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-item-wrapper, .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .padding-section-medium-up, .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .f-steps-form-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-color-grey {
    text-align: center;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button {
    font-size: .9rem;
  }

  .button-group.margin-bottom-32 {
    margin-bottom: 0;
  }

  .navbar-component {
    grid-template-columns: auto max-content;
  }

  .decor-2 {
    width: 3.5rem;
  }

  .hero-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-content {
    margin-bottom: 100px;
  }

  .decor-1 {
    width: 3.5rem;
  }

  .decor-3 {
    width: 3.5rem;
    top: 3%;
    right: -11%;
  }

  .how-it-works-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer-nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .footer-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .footer-bottom-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .tab-bg-image-home {
    top: -10%;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-full {
    display: none;
    overflow: scroll;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-content {
    width: 100%;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-wrapper {
    display: block;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .success-message {
    position: fixed;
    inset: 0%;
  }

  .div-block {
    top: 9%;
    right: 7%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .text-block-3 {
    align-items: center;
    font-size: 1.5rem;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-2 {
    bottom: 76%;
  }

  .form-section-title-copy {
    font-size: 2em;
    line-height: 1.3em;
  }

  .image-7 {
    object-fit: contain;
  }

  .heading-4 {
    flex: 0 auto;
    font-size: 1rem;
  }

  .heading-5 {
    object-fit: fill;
    font-size: 2rem;
    line-height: 1;
  }

  .caption-title-wrapper {
    max-width: 100%;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .trust-div {
    padding: 13px;
  }

  .trust-text {
    font-size: .9rem;
  }

  .text-span-11 {
    color: var(--primary);
  }

  .badge-text {
    font-size: .8rem;
    line-height: 1.3;
  }

  .paragraph-3 {
    text-align: left;
    font-size: .9rem;
  }

  .confetti-2 {
    height: 100%;
  }

  .component-43 {
    grid-template-columns: .5fr 2.25fr .5fr;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .text-center {
    max-width: 100%;
  }

  .hero-component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .testimonials1_content {
    padding: 1.25rem;
  }

  .testimonials1_client-line {
    display: none;
  }

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

  .block-profile-img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .sub-title-name {
    font-size: 12px;
  }

  .f-steps-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper.full {
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }
}

#w-node-_40cf3bdb-fe80-403b-9365-6e786e079fb8-dd7e0268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-dd7e026d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb22-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-dd7e026d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-dd7e026d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-dd7e026d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-dd7e026d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-dd7e026d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-dd7e026d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-dd7e026d, #w-node-ae2bb32e-ba88-babd-51e4-9b3d98decfb2-dd7e026d, #w-node-_566fcccb-13a8-1b0b-bf5a-234996ff8771-dd7e026d, #w-node-_0bc1ee17-b896-4cdf-59a7-109a23ee76ea-dd7e026d, #w-node-c1e41b38-761f-6981-af45-067256f470bb-dd7e026d, #w-node-d37d5a23-4015-cd4a-a5b8-514a5a24151a-dd7e026d, #w-node-_5ae949cb-e8b5-4a4e-7425-ed48b1f42052-dd7e026d, #w-node-_64ee311a-dd98-85b2-9723-9ffbe5aa44d4-dd7e026d, #w-node-b8161889-df27-8188-0e52-e55e54bb4550-dd7e026d, #w-node-e09d71f3-b21c-6b9f-a134-2098e2563441-dd7e026d, #w-node-aae03252-7859-b950-644f-5f4bc6b873dc-dd7e026d, #w-node-c17fbc91-d097-4daa-3492-db53eb2dcae6-dd7e026d, #w-node-_798b0245-754a-3994-3c6f-901dc7212d2c-dd7e026d, #w-node-ac0d10e4-244b-833d-d50a-072b5ac0de8c-dd7e026d, #w-node-_197c6816-b0aa-c6cd-6c55-c1cbde0e4c45-dd7e026d, #w-node-af484a8b-b67a-8f85-2869-5df996e9ff9e-dd7e026d, #w-node-fae576ea-9a2c-2886-b90d-9a278dd22b4a-dd7e026d, #w-node-ef2659ad-88f3-8bec-546d-326626794fac-dd7e026d, #w-node-_13dca5dc-bafe-4363-cda0-e7c3f2e01656-dd7e026d, #w-node-a5c42618-d516-0089-f56b-1352a9d1300e-dd7e026d, #w-node-_37ef263f-9065-3b0d-17d3-161894f3426d-dd7e026d, #w-node-_29a0d3b3-f4d8-79ed-68f9-d3b96393ee4f-dd7e026d, #w-node-efa150fb-95b1-efb4-7dd1-aaae4165afc6-dd7e026d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-dd7e026d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


