.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.navbar-no-shadow {
  width: 100%;
  flex: 0 100%;
  align-self: center;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1590px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: block;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #000;
  text-transform: none;
  background-color: #ffe100;
  border-radius: 130px;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
}

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

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

.hero-heading-left {
  width: 100%;
  max-width: 1590px;
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  border-radius: 0;
  align-self: center;
  padding: 15px 30px 80px;
  position: relative;
}

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

.hero-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  color: #4f4f4f;
  margin-top: 18px;
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
}

.button-primary-2 {
  color: #282828;
  text-transform: none;
  overflow-wrap: normal;
  background-color: #ffe100;
  border: 1.5px solid #ffe100;
  border-radius: 130px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #ffe100;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #ffe100;
}

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

.button-primary-2.secondrybutton {
  color: #282828;
  background-color: rgba(91, 251, 216, 0);
  border: 1.5px solid #282828;
  margin-left: 0;
  margin-right: 0;
}

.button-primary-2.secondrybutton:hover {
  color: #fff;
  background-color: #282828;
  border-style: solid;
  border-color: #282828;
}

.button-primary-2.menuit {
  margin-left: 30px;
}

.shadow-two {
  display: block;
}

.heading {
  color: #282828;
  margin-bottom: 0;
  padding-right: 0%;
  font-family: DM Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4rem;
}

.text-span {
  font-weight: 200;
}

.heroline {
  height: 234%;
  min-height: 0;
  color: #282828;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/linex.png');
  background-position: 100% 52px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #000;
  padding-bottom: 28px;
  font-style: normal;
  line-height: 4rem;
  display: inline-block;
}

.text-span-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6a5ae0;
}

.bold-text {
  -webkit-text-stroke-width: 0px;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
}

.image {
  transform: none;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.objectives {
  color: #4f4f4f;
  font-size: 17px;
}

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  margin-top: 0;
}

.flex-block-4 {
  height: 100%;
  min-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 44px;
  align-self: auto;
}

.image-2 {
  position: static;
  top: 290px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.container-2 {
  justify-content: flex-end;
  display: flex;
}

.contd {
  z-index: 10;
  max-width: none;
  border-radius: 20px;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 40%;
  right: 2%;
  box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
}

.hero-split-left {
  flex-direction: column;
  flex: 0 55%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.body {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
}

.image-copy {
  display: none;
  transform: none;
}

.section {
  background-color: #fffadd;
  flex-direction: column;
  align-items: center;
  padding: 70px 30px 0;
  display: flex;
}

.heading-2 {
  color: #282828;
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 3rem;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-4.heroline {
  color: #282828;
  background-image: url('../images/laposvonal.png');
  background-position: 100% 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-left: 0;
  padding-bottom: 12px;
  padding-left: 0;
  line-height: 3rem;
}

.paragraph {
  color: #4f4f4f;
  text-align: center;
  margin-top: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.color-card {
  width: 100%;
  max-height: 50vh;
  max-width: 90%;
  background-image: url('../images/rect-red.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.color-card.cardblue {
  background-image: url('../images/rect-blue.webp');
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.color-card.cardyell {
  background-image: url('../images/rect-yell.webp');
}

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

.howitworks {
  color: #282828;
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 3rem;
}

.paragraph-2 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.flex-block-6 {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.flex-block-6._1hwt {
  grid-column-gap: 10px;
  margin-top: 40px;
}

.text-span-5 {
  font-weight: 600;
}

.heading-3, .heading-4 {
  font-size: 1.375rem;
}

.flex-block-7 {
  grid-column-gap: 6vw;
  align-items: center;
}

.heading-5 {
  font-size: 1.375rem;
}

.headingcard {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 2.18rem;
}

.paragraph-3 {
  margin-top: 20px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  align-items: center;
}

.cell-3 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  max-height: 50vh;
  max-width: 90%;
  align-self: auto;
  padding-right: 20px;
}

.cell-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.image-3 {
  border-radius: 30px;
}

.section-3 {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
}

.div-block-3 {
  grid-column-gap: 70px;
  display: flex;
}

.heading-6 {
  color: #282828;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
}

.div-block-4 {
  flex: 1;
}

.div-block-5 {
  flex: 1;
  align-self: center;
}

.text-span-6 {
  font-weight: 600;
}

.text-span-7 {
  background-image: url('../images/laposvonal.png');
  background-position: 50% 32px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 15px;
  font-weight: 600;
  display: inline-block;
}

.paragraph-4 {
  color: #4f4f4f;
  padding-top: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.link-block {
  grid-column-gap: 8px;
  color: #000;
  margin-top: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.22rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.mobile-struggle-image {
  border-radius: 30px;
  display: none;
}

.image-4, .image-5 {
  display: none;
}

.flex-block-8 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
}

.section-4 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-7 {
  z-index: 100;
  width: 497px;
  height: 480px;
  mix-blend-mode: normal;
  background-color: #6a5ae0;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  flex: 1;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.image-6 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 20%;
}

.div-block-8 {
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: center;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.flex-block-9 {
  height: 100%;
  background-color: #f5f5f5;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3vw;
  position: relative;
  overflow: visible;
}

.image-7 {
  z-index: 10000;
  margin-top: -30px;
  position: absolute;
  top: -20px;
}

.mask {
  color: #ee1313;
  overflow: visible;
}

.slidecontent {
  height: 300px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.icon {
  color: #000;
  border-radius: 50%;
  font-size: 25px;
}

.icon-2 {
  color: #000;
  font-size: 25px;
}

.slider {
  height: 100%;
  color: #fff;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.paragraph-5 {
  color: #4f4f4f;
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-block {
  color: #282828;
  margin-top: 0;
}

.bold-text-2 {
  font-size: 13px;
}

.bold-text-3 {
  font-size: 12px;
}

.slide {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

.heading-6-testimotionals {
  color: #282828;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 2.3rem;
}

.text-block-2 {
  color: #4f4f4f;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
}

.flex-block-10 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

.div-block-10 {
  margin-bottom: 0;
}

.shadow-two-copy {
  display: none;
}

.wbs-button-link {
  color: #010b15;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-icon {
  width: 14px;
  margin-top: 5px;
}

.wbs-accordion-title {
  color: #282828;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.wbs-accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.wbs-accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 20px 10px;
}

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

.wbs-faq-image {
  max-width: 80%;
  border-radius: 10px;
}

.wbs-according-split {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.wbs-section {
  background-color: #fffadd;
  padding: 6.25rem 5%;
}

.faq-par {
  color: #4f4f4f;
  font-family: DM Sans, sans-serif;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: DM Sans, sans-serif;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-head {
  color: #282828;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 2.5rem;
}

.text-span-8 {
  font-weight: 600;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.flex-block-12 {
  background-color: #fffadd;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.sweet-words {
  color: #4f4f4f;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}

.allrights {
  color: #4f4f4f;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.getyourready {
  color: #282828;
  text-transform: none;
  overflow-wrap: normal;
  background-color: #ffe100;
  border: 1.5px solid #ffe100;
  border-radius: 130px;
  flex: 0 auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  transition: all .2s;
}

.getyourready:hover {
  color: #ffe100;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #ffe100;
}

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

.getyourready.secondrybutton {
  color: #282828;
  background-color: rgba(91, 251, 216, 0);
  border: 1.5px solid #282828;
}

.getyourready.secondrybutton:hover {
  color: #fff;
  background-color: #282828;
  border-style: solid;
  border-color: #282828;
}

.readypar {
  color: #4f4f4f;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
}

.div-block-12 {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

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

.image-9 {
  max-width: 600px;
}

.image-10 {
  display: none;
}

.menuitem {
  color: #282828;
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #ffe100;
  border-radius: 130px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .2s;
}

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

.menuitem.secondrybutton {
  color: #282828;
  background-color: rgba(91, 251, 216, 0);
  border: 1.5px solid #282828;
  margin-left: 0;
  margin-right: 0;
}

.menuitem.secondrybutton:hover {
  color: #fff;
  background-color: #282828;
  border-style: solid;
  border-color: #282828;
}

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

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

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    padding-top: 10px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    align-self: center;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-primary-2 {
    margin-top: 0;
  }

  .hero-split-left {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .color-card {
    max-height: 35vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .color-card.cardyell {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2 {
    display: block;
  }

  .image-3 {
    max-width: 80%;
  }

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

  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

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

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .div-block-5 {
    order: -1;
    margin-bottom: 50px;
  }

  .link-block {
    text-align: left;
    justify-content: center;
  }

  .flex-block-8 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-7 {
    width: 400px;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .image-6 {
    margin-top: -50px;
    padding-top: 0;
    position: static;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-9 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slidecontent {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider {
    padding-bottom: 0;
  }

  .heading-6-testimotionals {
    text-align: center;
  }

  .shadow-two-copy {
    display: none;
  }

  .wbs-faq-image {
    width: 100%;
    max-width: 60%;
  }

  .wbs-according-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .div-block-11 {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

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

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menuitem {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 10px 15px 60px;
  }

  .section {
    flex-direction: column;
    padding: 50px 0 0;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .color-card {
    max-width: 75%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .color-card.cardblue {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .color-card.cardblue.cardmob {
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .div-block-2 {
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .image-3 {
    display: none;
  }

  .mobile-struggle-image {
    max-width: 70%;
    display: block;
  }

  .div-block-6 {
    justify-content: center;
    display: flex;
  }

  .image-4, .image-5 {
    margin-top: 15px;
    display: block;
  }

  .section-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-6 {
    max-width: 230px;
  }

  .div-block-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-9 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .icon {
    margin-top: 186px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-top: 186px;
    margin-left: auto;
    margin-right: 0;
  }

  .slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    width: 100%;
  }

  .text-block-2 {
    margin-top: 0;
  }

  .flex-block-10 {
    margin-bottom: 30px;
  }

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

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

  .flex-block-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shadow-two-copy {
    display: none;
  }

  .wbs-accordion-icon {
    margin-left: 20px;
  }

  .wbs-accordion-title {
    font-size: 20px;
  }

  .wbs-according-split {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wbs-section {
    padding: 3rem 2%;
  }

  .faq-head {
    font-size: 1.8rem;
  }

  .section-5 {
    padding: 40px 15px;
  }

  .sweet-words, .allrights, .readypar {
    margin-top: 0;
  }

  .div-block-12 {
    padding-top: 30px;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    display: none;
  }

  .image-10 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding: 15px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-heading-left {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .hero-split {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .margin-bottom-24px {
    margin-top: 0;
    margin-bottom: 15px;
  }

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

  .button-primary-2:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .shadow-two {
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 3.6rem;
    line-height: 3rem;
  }

  .text-span {
    font-size: 3.125rem;
    line-height: 0;
  }

  .heroline {
    background-position: 100% 47px;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .flex-block {
    flex-direction: row;
  }

  .image {
    display: none;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
  }

  .flex-block-4 {
    align-items: flex-start;
  }

  .image-2 {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .contd {
    max-width: 80%;
    order: 1;
    justify-content: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hero-split-left {
    margin-bottom: 0;
  }

  .text-span-3 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .div-block {
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 40px;
    display: flex;
  }

  .image-copy {
    margin-top: -30px;
    display: block;
    position: static;
    top: -150px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

  .heading-2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .text-span-4.heroline {
    background-position: 100% 26px;
    padding-bottom: 8px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .color-card {
    max-height: 35vh;
    max-width: 90%;
    background-color: #fff2f2;
    background-image: none;
    padding: 20px 10px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
  }

  .color-card.cardblue {
    background-color: #e1f7fb;
    background-image: none;
  }

  .color-card.cardyell {
    background-color: #fff7ca;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .howitworks {
    text-align: center;
    font-size: 2.2rem;
  }

  .flex-block-7 {
    grid-column-gap: 8vw;
  }

  .headingcard {
    font-size: 1.15rem;
  }

  .paragraph-3 {
    font-size: .8rem;
  }

  .div-block-2 {
    margin-bottom: 50px;
  }

  .section-3 {
    padding-bottom: 20px;
  }

  .heading-6 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .text-span-7 {
    background-position: 50% 19px;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .mobile-struggle-image {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .flex-block-8 {
    grid-row-gap: 70px;
  }

  .section-4 {
    margin-top: 80px;
  }

  .div-block-7 {
    width: 90vw;
  }

  .image-6 {
    max-width: 200px;
  }

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

  .flex-block-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-7 {
    width: 60px;
    max-width: 100%;
    margin-top: -10px;
  }

  .slidecontent {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6-testimotionals {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 15px;
  }

  .flex-block-10 {
    margin-bottom: 30px;
  }

  .flex-block-11 {
    width: auto;
  }

  .shadow-two-copy {
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
    display: block;
  }

  .wbs-accordion-icon {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
  }

  .wbs-accordion-title {
    padding-right: 20px;
    font-size: 18px;
  }

  .wbs-accordion-item {
    padding: 7px 10px;
  }

  .wbs-according-split {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .faq-head {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2rem;
  }

  .text-span-8 {
    font-weight: 600;
  }

  .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sweet-words {
    margin-top: 15px;
    font-size: 14px;
  }

  .allrights {
    margin-top: 0;
    font-size: 10px;
  }

  .getyourready {
    color: #000;
    background-color: #ffe100;
  }

  .getyourready:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-8 {
    width: auto;
    height: 25px;
  }

  .readypar {
    margin-top: 10px;
    font-size: 15px;
  }

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

  .menuitem:active {
    background-color: rgba(0, 0, 0, 0);
  }
}

#w-node-a74fbfac-fa4d-1fb4-2870-635958b0c737-f651bd75 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8352c443-0d76-cf64-5270-c87e138fb072-f651bd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a74fbfac-fa4d-1fb4-2870-635958b0c737-f651bd75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


