@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

.bigmenu {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #1f1f1f;
  flex-direction: column;
  width: 30vw;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% -80vw;
}

.social-icon-wrapper {
  color: #1f1f1f;
  cursor: pointer;
  padding: 8px 16px;
}

.social-icon-wrapper:hover {
  color: #079467;
}

.header-nav {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-text {
  color: #283f41;
  background-color: #0000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.html-embed {
  height: 18px;
}

.social-links {
  align-items: stretch;
  display: flex;
}

.mobile-btns {
  display: none;
}

.navbar {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 12vh;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-bar {
  border-bottom: 1px solid #1f1f1f;
  order: -1;
  width: 100%;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.menu-bottom-links {
  border-top: 1px solid #1f1f1f;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px 8px;
  display: flex;
}

.navbar-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 80%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navlink-text {
  color: #000;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #0000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.nav-right {
  flex: none;
  justify-content: flex-end;
  height: 60px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.menu-overlay {
  z-index: 90;
  background-color: #0006;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-icon-wrapper {
  cursor: pointer;
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-icon-wrapper:hover {
  color: #08b69c;
}

.nav-icon-wrapper.menu, .nav-icon-wrapper.bag, .nav-icon-wrapper.account {
  display: none;
}

.nav-icon-wrapper.closemenu {
  padding-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.full-menu {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  overflow: scroll;
}

.nav-menu {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  max-width: 50%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.navlink {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink:hover {
  color: #08b69c;
}

.navlink.bold {
  color: #023c40;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #283f41;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.navlink.bold:hover {
  color: #08b69c;
}

.navlink.openmenu {
  padding: 18px 16px;
}

.navlink.two {
  color: #fff;
  background-color: #283f41;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.nav-icons {
  display: flex;
}

.nav-left {
  align-items: stretch;
  height: 60px;
  display: flex;
}

.brand {
  cursor: pointer;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bottom-links-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.image {
  width: 275px;
  max-width: none;
  height: auto;
}

.minilink {
  color: #1f1f1f;
  letter-spacing: 1px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.minilink:hover {
  color: #079467;
  text-decoration: none;
}

.body {
  background-color: #0000;
  overflow: visible;
}

.header {
  background-color: #0000;
  height: 10vh;
  max-height: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.main-cta {
  color: #283f41;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  margin-top: 0;
  margin-right: 1em;
  padding: .5em;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: relative;
}

.section_wrapper {
  object-fit: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 80vh;
  max-height: 100%;
  font-family: Barlow, sans-serif;
  display: flex;
  overflow: hidden;
}

.section_title {
  color: #fff;
  white-space: pre-wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
  position: relative;
}

.section_title.features {
  white-space: normal;
  width: auto;
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
}

.section_text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin-top: 222px;
  margin-left: 10vw;
  display: flex;
  overflow: visible;
}

.section_text.features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 40%;
  margin-top: 10vh;
  margin-left: 0;
  display: flex;
}

.section__subtitle {
  color: #fff;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.section__subtitle.features {
  width: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.image-18 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 2vw;
  display: block;
  position: static;
}

.features-text {
  color: #fff;
  width: 30vw;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.mask {
  color: #000;
  border-radius: 20px;
}

.left-arrow {
  border: 2px solid #769979;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: 1vw;
  display: flex;
  inset: 0 auto 0 -10%;
}

.slide-cta-1 {
  color: #283f41;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px;
  width: 188px;
  height: 56px;
  margin-right: 2vw;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.features_slide2 {
  background-color: #283f41;
}

.features_container {
  object-fit: contain;
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.features_slide3 {
  background-color: #283f41;
}

.slide-cta {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.mobile-image {
  display: none;
}

.features-slider {
  color: #000;
  background-color: #283f41;
  border: 1px #000;
  border-radius: 20px;
  width: auto;
  max-width: 80%;
  height: 530px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  bottom: 61px;
  overflow: visible;
}

.slide-cta-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 60px;
  width: 188px;
  height: 56px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.slider-arrow {
  color: #769979;
  font-size: 20px;
}

.features-content {
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  width: auto;
  height: 80%;
  margin-top: 5vh;
  padding-bottom: 0;
  padding-left: 1vw;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
}

.slide-nav-copy {
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.features_slide1 {
  color: #000;
  margin-bottom: 0;
}

.features-subtitle {
  color: #fff;
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.features-title {
  color: #fff;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.right-arrow {
  border: 2px solid #769979;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 1vw;
  display: flex;
  inset: 0% -10% 0% auto;
}

.slide-section {
  color: #0000;
  background-color: #fff;
  max-height: 100%;
  margin-top: 150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.why_pick_us {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 10vw;
  position: relative;
  overflow: visible;
}

.pick_us_title {
  color: #283f41;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 40vw;
  padding-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  position: relative;
}

.pick_us_txt {
  color: #283f41;
  width: 542px;
  height: 113px;
  margin-top: 19px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.pick_us_cta_btn {
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #283f41;
  border: 1px #000;
  border-radius: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 56px;
  margin-top: 46px;
  padding: 15px 45px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.benefits {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  margin-top: 2vh;
  margin-left: 10vw;
  margin-right: auto;
  display: flex;
}

.why_us_card {
  color: #000;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 100px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.why-us-icon {
  text-align: left;
  object-fit: contain;
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.why-us-title {
  color: #283f41;
  text-align: left;
  text-transform: capitalize;
  background-color: #0000;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  display: flex;
}

.why-us-text {
  color: #283f41;
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.pick-us-content {
  background-image: url('../images/Countryside-Background.png');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.benefits_cta {
  text-align: center;
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  width: 188px;
  height: 56px;
  margin-top: 5vh;
  margin-left: 10vw;
  padding: 15px 30px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: none;
}

.left-arrow-3 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: 5px;
}

.left-arrow-3:hover {
  transform: translate(-2px);
}

.arrow-icon {
  color: #dee2fd;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 75px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 1px 3px #0000;
}

.testimonial-section {
  background-color: #769979;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  margin-top: 10px;
  padding: 12px 3% 0;
  display: flex;
  overflow: hidden;
}

.testimonial-subtext {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.column-wrap {
  display: flex;
}

.slide-nav-3 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-card {
  height: 100%;
  display: flex;
}

.testimonial-subtitle {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

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

.author-name {
  color: #dee2fd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-fixed-height {
  max-width: 70%;
  min-height: 100px;
  font-family: Barlow, sans-serif;
}

.right-arrow-3 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: 5px;
}

.right-arrow-3:hover {
  transform: translate(2px);
}

.slide-horizontal {
  overflow: visible;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.mask-horizontal {
  overflow: visible;
}

.testimonial-text {
  color: #fff;
  text-align: center;
  height: 134px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.footer-copyright {
  color: #000;
  padding-left: 3%;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  position: relative;
}

.footer {
  background-color: #283f41;
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link:hover {
  background-image: url('../images/Group-3_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer_bottom {
  background-color: #769979;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 1vw;
  display: flex;
}

.footer-logo {
  width: 250px;
  max-width: none;
  height: auto;
}

.text-span-2 {
  color: #fff;
  align-items: flex-start;
  width: 369px;
  height: auto;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-text {
  text-align: left;
  object-fit: fill;
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 369px;
  height: auto;
  margin-top: 30px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-block-two {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.text-span {
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline: 3px #fff;
  text-decoration: none;
  overflow: visible;
}

.footer_top {
  color: #666;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  padding: 27px 20px;
  display: flex;
}

.footer-brand {
  flex: none;
  padding-top: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.features-txt {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.features_cta {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features-img {
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-end;
  width: 55%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.features_text_grid {
  opacity: .75;
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.features_subtitle_grid {
  color: #000;
  flex-wrap: wrap;
  place-content: space-around flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.features_cta_btn {
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  margin-top: 0;
  margin-right: 1em;
  padding: .5em 2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6em;
}

.cta-text-2 {
  color: #283f41;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.oda-text {
  color: #fff;
  width: 25vw;
  font-size: 10px;
}

.oda-content {
  flex: none;
  width: 350px;
  padding-top: 25px;
}

.body-2 {
  background-image: url('../images/features.webp');
  background-position: 50% 10vh;
  background-repeat: no-repeat;
  background-size: 100%;
}

.features-block {
  max-height: 100%;
  margin-top: 10vh;
}

.header-content {
  max-height: 100%;
}

.wrapper-text {
  text-align: center;
  width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.bold-text-1, .bold-text-2, .bold-text-3 {
  font-weight: 900;
}

.feature_grid_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features-txt_2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-end center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.feature_grid_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features-txt-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 36px;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.feature_grid_4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features-txt-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  text-align: left;
  object-fit: fill;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-end center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.feature_grid_5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.vip-section {
  max-height: 100%;
}

.vip-content {
  background-image: url('../images/vip.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 90vw;
  height: 400px;
  margin-bottom: 94px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.vip-title {
  color: #fff;
  white-space: nowrap;
  object-fit: fill;
  align-items: flex-end;
  width: 838px;
  height: 58px;
  margin: 0 auto 16px;
  padding-top: 146px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  display: flex;
}

.vip-subtitle {
  color: #fff;
  white-space: nowrap;
  width: 304px;
  height: 34px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}

.vip-cta {
  color: #283f41;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdfdfd;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.body-3 {
  background-image: url('../images/how-it-works.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section_text-_two {
  max-width: 393px;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.section_title_2 {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
  position: relative;
}

.section__subtitle_2 {
  color: #fff;
  margin-top: 1vh;
  margin-bottom: 34px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.main_cta_btn_2 {
  color: #283f41;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px;
  width: auto;
  height: 56px;
  margin-top: 0;
  margin-right: 1em;
  padding: 15px 50px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.section-wrapper {
  max-height: 100%;
  margin-top: 250px;
}

.section-wrapper-two {
  max-height: 100%;
  margin-top: 240px;
}

.wrapper-text-two {
  text-align: center;
  width: 90vw;
  margin: 0 auto 10vh;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.image-19, .image-20, .image-21, .image-22, .image-23 {
  display: none;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 900;
}

.how-it-works-slide {
  color: #000;
  background-color: #769979;
  border: 1px #000;
  border-radius: 20px;
  width: 80vw;
  max-width: 80%;
  height: 539px;
  max-height: 100%;
  margin: 0 auto 128px;
  display: block;
  top: auto;
  bottom: auto;
}

.how-it-works-mask {
  color: #000;
  border-radius: 20px;
}

.how-it-works-slide1 {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
}

.how-it-works-container {
  object-fit: contain;
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.desktop-image {
  object-fit: contain;
  width: 50%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.how-it-works-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
}

.how-it-works-title {
  color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.how-it-works-subtitle {
  color: #fff;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.how-it-works-text {
  color: #fff;
  width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.how-it-works-ctas {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.hiw-cta-1 {
  color: #283f41;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 60px;
  width: 188px;
  height: 56px;
  margin-right: 2vw;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.hiw-cta-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 60px;
  width: 188px;
  height: 56px;
  padding: 15px 30px;
  font-size: 17px;
  display: none;
}

.body-4 {
  background-image: url('../images/article-page.webp');
  background-position: 50% 10vh;
  background-repeat: no-repeat;
  background-size: 100%;
}

.article-section-title {
  color: #fff;
  white-space: pre-wrap;
  width: 50%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
  position: relative;
}

.article_section_subtitle {
  color: #fff;
  white-space: normal;
  width: 50%;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.article-main-cta {
  color: #283f41;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  margin-top: 0;
  margin-right: 1em;
  padding: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.article-section-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.article-wrapper {
  flex-direction: column;
  justify-content: center;
  max-height: none;
  padding-top: 90px;
  display: flex;
}

.main-article {
  background-image: url('../images/Group-3562.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: auto;
  max-width: none;
  height: 479px;
  margin-top: 10vh;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.main-article-subtitle {
  clear: none;
  color: #fff;
  text-transform: capitalize;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 13px;
  margin-bottom: 21px;
  padding-top: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-decoration: none;
  display: block;
}

.sub-article-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  max-width: 100vw;
  height: auto;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-article {
  background-image: url('../images/Group-3563.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 540px;
  height: 540px;
  margin-top: 2vh;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.sub-article-2 {
  background-image: url('../images/Group-3564.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: 0 auto;
  width: 540px;
  height: 540px;
  margin-top: 2vh;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.main-article-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-left: 1vw;
  display: flex;
}

.sub-article-content {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.sub-article-subtitle {
  color: #fff;
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 21px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.premium-wrapper {
  background-image: url('../images/Group-3582.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 808px;
  max-height: 100%;
  margin-top: 103px;
}

.premium-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.premium-cta {
  color: #283f41;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  padding: 13px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.premium-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}

.premium-text {
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: Barlow, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
}

.body-5 {
  background-image: url('../images/about-us.webp');
  background-position: 0 10vh;
  background-repeat: no-repeat;
  background-size: 100%;
}

.about-us-content {
  height: auto;
  max-height: 100%;
  margin-top: 100px;
}

.about-us-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 35vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.about-us-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
}

.about-us-text {
  color: #fff;
  width: 85%;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.about-us-wrapper {
  justify-content: center;
  align-items: center;
  max-height: 100%;
  margin-top: 200px;
  display: flex;
}

.about-us-wrapper-text {
  text-align: center;
  width: 80vw;
  margin: 5vh auto 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.about-us-features {
  background-image: url('../images/Group-3561.svg');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100%;
  padding-bottom: 100px;
  position: relative;
}

.why_about_us {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 15px;
  padding-left: 0;
  position: relative;
  overflow: visible;
}

.why-us-heading {
  color: #fff;
  text-transform: capitalize;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 40vw;
  padding-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
}

.why-us-txt {
  color: #fff;
  width: 40vw;
  height: auto;
  margin-top: 19px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  position: relative;
}

.about-us-benefits {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.about-us-card {
  color: #fff;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
}

.footer-wrapper {
  background-image: linear-gradient(to top, #000c, #fff0), url('../images/Shutterstock.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  height: 697px;
  max-height: 100%;
  padding-top: 0;
  display: flex;
}

.foot-wrapper-text {
  color: #fff;
  text-transform: capitalize;
  width: 48%;
  margin-bottom: 2vh;
  margin-left: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
}

.foot-wrapper-cta {
  color: #283f41;
  text-align: center;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  margin-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.footer-wrapper-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.about-us-slider {
  display: none;
}

.why-grounded {
  background-image: url('../images/Group-3419.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 160px;
  height: 75px;
  max-height: 160px;
}

.our-goal-content {
  background-image: url('../images/Group-3419.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-us-title-1 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  display: flex;
}

.why-us-text-1 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.body-6 {
  background-image: url('../images/Path-8478.svg');
  background-position: 50% 10vh;
  background-repeat: no-repeat;
  background-size: auto;
}

.faqs-content {
  height: auto;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 75px;
}

.faqs-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.faqs-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
  overflow: visible;
}

.faqs-text {
  color: #fff;
  width: auto;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.faqs-cta {
  color: #283f41;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 60px;
  width: 30%;
  margin-top: 0;
  margin-right: 1em;
  padding: .8em 2em;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  display: none;
  position: relative;
}

.faq-answer {
  text-align: left;
  white-space: pre-wrap;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

.faq-dropdown {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.faq-dropdown.one {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #769979;
  border-radius: 20px;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 35px;
  transition: border-color .2s;
  display: block;
}

.faq-dropdown.one:hover {
  opacity: 1;
  outline-offset: 0px;
  border-color: #000;
  outline: 3px solid #333;
}

.faq-question {
  text-transform: capitalize;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-toggle {
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.faq-dropdown-wrapper {
  background-color: #769979;
  width: auto;
  max-height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.dropdown-list {
  background-color: #0000;
  position: static;
}

.faq-content {
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.faq-footer-wrapper {
  background-color: #769979;
  flex-direction: row;
  max-height: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq-footer-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
}

.faq-footer-cta {
  color: #283f41;
  text-align: left;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 54px;
  padding: 15px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.faq-footer-content {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-24 {
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 0 auto;
  max-width: 43%;
  display: block;
}

.footer-block {
  color: #666;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-title-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  width: 115px;
  height: 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: row;
  order: 1;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.footer_link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

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

.link-5, .link-5.w--current {
  text-decoration: none;
}

.faq-footer-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.why-grounded-text {
  justify-content: center;
  align-items: center;
  height: 75px;
  max-height: none;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  display: flex;
}

.about-wrapper-content {
  margin-top: 0;
  margin-bottom: 10px;
}

.our-goal {
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.footer-block-mobile {
  color: #666;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 69px;
  text-decoration: none;
  display: none;
  position: relative;
}

.footer-title-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  width: 115px;
  height: 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer-link-mobile, .footer_link_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.image-25 {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: content-box;
  outline: 3px #333;
  padding-top: 0;
  position: relative;
}

.pick_us_cta_btn_2 {
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #283f41;
  border: 1px solid #000;
  border-radius: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 56px;
  margin-top: 46px;
  margin-bottom: 5vh;
  margin-left: 10vw;
  padding: 15px 45px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: row;
  order: 1;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: static;
  top: 42px;
  bottom: 0;
  left: 123px;
}

.right-arrow-copy {
  border: 2px solid #769979;
  border-radius: 60px;
  width: 46px;
  height: 46px;
  margin-right: 0;
  inset: 0% -7.5% 0% auto;
}

.left-arrow-copy {
  border: 2px solid #769979;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: 0;
  display: flex;
  inset: 0% auto 0% -7.5%;
}

.html-video-large-screen {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 8% 0% 0%;
  overflow: hidden;
}

.html-video-normal {
  object-fit: none;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  right: auto;
  overflow: hidden;
}

.html-video-mobile {
  display: none;
}

.body-7 {
  mix-blend-mode: multiply;
  background-color: #040113;
  background-image: linear-gradient(263deg, #fff0, #000000b8), url('../images/UK-Bg.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 0 0 40px;
  position: relative;
}

.container-3 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  width: 50%;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.footer-copyright-copy {
  color: #000;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  display: none;
  position: relative;
}

.footer-social-block-two-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
  display: none;
}

.footer-block-copy {
  color: #666;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 30px;
  text-decoration: none;
  display: block;
  position: static;
}

.footer-copy {
  background-color: #283f41;
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  padding: 0;
  display: block;
  position: relative;
}

.footer-dark {
  background-color: #283f41;
  border-bottom: 1px #e4ebf3;
  height: 261px;
  margin-top: auto;
  padding: 10px 0;
  position: relative;
}

.container-4 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.navlink-copy {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-copy:hover {
  color: #08b69c;
}

.navlink-copy.bold {
  color: #023c40;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #283f41;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.navlink-copy.bold:hover {
  color: #08b69c;
}

.navlink-copy.openmenu {
  padding: 18px 16px;
}

.navlink-copy.two {
  color: #283f41;
  background-color: #fff;
  border-radius: 60px;
  width: auto;
  height: 56px;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.navbar-copy {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 12vh;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 30px 0;
}

.container-5 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #283f41;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #283f41;
  background-color: #fff;
}

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

.mobile-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 56px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
  display: none;
}

.mobile-cta:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navlink-copy-copy {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-copy-copy:hover {
  color: #08b69c;
}

.navlink-copy-copy.bold {
  color: #023c40;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #283f41;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.navlink-copy-copy.bold:hover {
  color: #08b69c;
}

.navlink-copy-copy.openmenu {
  padding: 18px 16px;
}

.navlink-copy-copy.two {
  color: #fff;
  background-color: #283f41;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.navlink-copy-copy.two-copy {
  color: #fff;
  background-color: #fff;
  border-radius: 60px;
  width: 136px;
  height: 56px;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 32px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.button-primary-2-copy {
  color: #283f41;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 56px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
  display: flex;
}

.button-primary-2-copy:hover {
  color: #283f41;
  background-color: #fff;
}

.button-primary-2-copy:active {
  background-color: #fff;
}

.mobile-cta-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 56px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
  display: none;
}

.mobile-cta-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.mobile-cta-copy:active {
  background-color: #43464d;
}

.cta-text-2-copy {
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.gb-cta-text {
  color: #283f41;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.gb-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 56px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
  display: none;
}

.gb-cta:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-26, .image-27 {
  max-width: 85%;
}

.container-6, .container-7 {
  max-width: 90%;
}

.hero-section {
  margin-top: 60px;
}

.hero-wrapper {
  max-width: 90%;
}

.container-8, .about-us-contain, .container-9, .features-wrapper, .container-10 {
  width: 90%;
  max-width: none;
}

.section-2 {
  margin-top: 200px;
}

.top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, 479px);
  grid-template-columns: 100%;
  place-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 479px;
  margin-left: auto;
  margin-right: auto;
}

.article-contain {
  flex-direction: column;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.top-link {
  background-image: url('../images/group3562.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  border-radius: 0;
  width: 100%;
}

.top-div {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 21px;
  padding-left: 25px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  font-size: 48px;
  line-height: 58px;
  text-decoration: none;
}

.heading-3 {
  text-decoration: none;
}

.div-header {
  color: #fff;
  text-transform: capitalize;
  width: auto;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-decoration: none;
}

.bottom-grid {
  grid-column-gap: 30px;
  grid-template-rows: 540px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-div {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 27px;
  padding-left: 25px;
  display: flex;
}

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

.bottom-1 {
  background-image: url('../images/group3564.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  text-decoration: none;
}

.bottom-2 {
  background-image: url('../images/group3563.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.faqs-contain {
  width: 90%;
  max-width: none;
}

.dropdown-contain {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: none;
  display: flex;
}

.text-span-4 {
  background-image: url('../images/Group-3435.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  overflow: visible;
}

.text-span-5 {
  background-image: url('../images/Group-3435.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180%;
}

.container-11 {
  width: 90%;
  max-width: none;
  overflow: visible;
}

.google-play-img {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  height: 67.7188px;
  display: block;
  position: static;
}

.app-link {
  width: 175px;
  padding-right: 0;
}

.div-block-7, .app-store-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .image-18 {
    object-fit: cover;
  }

  .features-txt {
    align-content: center;
  }

  .body-2 {
    background-position: 50% 10vh;
  }

  .features-txt_2, .features-txt-3, .features-txt-4 {
    align-content: center;
  }

  .premium-wrapper {
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .navlink.two {
    background-color: #283f41;
    margin-left: 0;
  }

  .main-cta {
    color: #283f41;
    text-align: center;
    background-color: #fff;
    border-radius: 60px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 184px;
    margin-top: 32px;
    padding: 0;
    font-weight: 600;
    line-height: 22px;
    display: flex;
  }

  .section_wrapper {
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 92vh;
    overflow: visible;
  }

  .section_title {
    width: 45%;
    margin-top: 0;
  }

  .section_text {
    max-width: 1440px;
    margin-top: 175px;
  }

  .section__subtitle {
    width: 45%;
    font-size: 20px;
    line-height: 27px;
  }

  .section__subtitle.features {
    width: 75%;
  }

  .image-18 {
    height: auto;
    padding-right: 0;
    position: relative;
    right: auto;
  }

  .features-text {
    color: #fff;
    margin-top: 0;
  }

  .left-arrow {
    margin-left: 0;
    left: -10%;
  }

  .slide-cta-1 {
    color: #283f41;
    background-color: #fff;
  }

  .features_container {
    max-width: 100%;
  }

  .slide-cta {
    margin-top: 0;
  }

  .features-slider {
    background-color: #283f41;
    background-image: none;
    width: 80vw;
    max-width: 1440px;
    height: 50vh;
    margin-top: 0;
    padding-top: 0;
    top: auto;
    bottom: 23px;
  }

  .slide-cta-2 {
    color: #fff;
    border-color: #fff;
  }

  .slider-arrow {
    color: #769979;
    border: 1px solid #0000;
    inset: 0%;
  }

  .features-content {
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    height: 80%;
    margin-top: 5vh;
  }

  .features-subtitle {
    color: #fff;
    margin-top: 5px;
  }

  .features-title {
    color: #fff;
    margin-top: 0;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    left: auto;
  }

  .slide-section {
    margin-top: 0;
    top: auto;
  }

  .why_pick_us {
    background-color: #0000;
    padding-bottom: 11px;
    padding-left: 10vw;
  }

  .pick_us_title {
    font-size: 48px;
    font-weight: 600;
  }

  .pick_us_cta_btn {
    width: 184px;
    height: 54px;
  }

  .benefits {
    margin-left: 10vw;
  }

  .why-us-text {
    width: auto;
    font-size: 16px;
  }

  .pick-us-content {
    background-image: url('../images/Countryside-Background.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .benefits_cta {
    font-size: 18px;
  }

  .left-arrow-3 {
    border: 1px solid #fff;
  }

  .testimonial-section {
    margin-top: 0;
  }

  .horizontal-fixed-height {
    padding-top: 0;
  }

  .right-arrow-3 {
    border: 1px solid #fff;
  }

  .footer-copyright {
    padding-left: 0;
  }

  .footer {
    background-image: none;
    height: auto;
    margin-top: auto;
    padding: 0;
  }

  .footer_bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #769979;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding: 10px 25px;
  }

  .footer-social-block-two {
    aspect-ratio: auto;
    object-fit: contain;
    flex: none;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .text-span {
    color: #fff;
    text-decoration: none;
  }

  .footer_top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-brand {
    padding-top: 0;
  }

  .features-txt {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    flex: none;
    place-content: center;
    align-items: center;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature_grid {
    flex-direction: row-reverse;
    width: 90%;
  }

  .features-img {
    width: 55%;
  }

  .oda-text {
    width: auto;
  }

  .body-2 {
    background-image: url('../images/features.webp');
    background-position: 50% 10vh;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .wrapper-text {
    width: 75%;
    margin-top: 0;
  }

  .feature_grid_2 {
    flex-direction: row;
    width: 90%;
  }

  .features-txt_2 {
    flex: none;
    align-content: center;
    width: 45%;
    padding-left: 0;
  }

  .feature_grid_3 {
    flex-direction: row-reverse;
    width: 90%;
  }

  .features-txt-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: none;
    place-content: center;
    width: 45%;
    padding-right: 0;
  }

  .feature_grid_4 {
    flex-direction: row;
    width: 90%;
  }

  .features-txt-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: none;
    place-content: center;
    width: 45%;
    padding-left: 0;
  }

  .feature_grid_5 {
    flex-direction: row-reverse;
    width: 90%;
  }

  .vip-content {
    max-width: 1440px;
    margin-bottom: 94px;
  }

  .vip-cta {
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 54px;
    font-size: 18px;
    display: flex;
  }

  .body-3 {
    background-position: 50% 10vh;
    padding-top: 0;
  }

  .section-wrapper {
    margin-top: 300px;
  }

  .section-wrapper-two {
    margin-top: 450px;
  }

  .wrapper-text-two {
    width: 80vw;
    margin-top: 0;
    font-size: 52px;
  }

  .how-it-works-slide {
    background-color: #769979;
    background-image: none;
    width: 80vw;
    max-width: 1440px;
    margin-top: 0;
    padding-top: 0;
    top: auto;
    bottom: auto;
  }

  .desktop-image {
    flex: none;
    padding-right: 0;
    position: relative;
    right: auto;
  }

  .how-it-works-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 0;
  }

  .how-it-works-title, .how-it-works-subtitle, .how-it-works-text {
    color: #fff;
    margin-top: 0;
  }

  .how-it-works-ctas {
    margin-top: 0;
  }

  .hiw-cta-1 {
    color: #283f41;
    background-color: #fff;
  }

  .hiw-cta-2 {
    color: #fff;
    border-color: #fff;
  }

  .article-main-cta {
    color: #283f41;
    background-color: #fff;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 54px;
    margin-top: 20px;
    padding: .8em 2em;
    display: flex;
  }

  .article-section-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-article {
    width: 1110px;
    height: 479px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-article-subtitle {
    text-transform: capitalize;
  }

  .sub-article-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
  }

  .sub-article {
    background-position: 50% 30%;
    width: 540px;
    height: 540px;
    text-decoration: none;
  }

  .sub-article-2 {
    width: 540px;
    height: 540px;
    text-decoration: none;
  }

  .sub-article-subtitle {
    text-transform: capitalize;
  }

  .premium-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 808px;
    max-height: none;
    overflow: visible;
  }

  .premium-content {
    overflow: hidden;
  }

  .premium-cta {
    justify-content: center;
    align-items: center;
    width: 184px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
  }

  .body-5 {
    background-position: 0 10vh;
  }

  .about-us-content {
    margin-bottom: 0;
  }

  .about-us-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .about-us-title {
    margin-bottom: 8px;
  }

  .about-us-text {
    width: 69%;
  }

  .about-us-wrapper {
    margin-top: 500px;
    margin-bottom: 60px;
  }

  .about-us-wrapper-text {
    width: 80vw;
    margin-top: 5vh;
    font-size: 52px;
  }

  .about-us-features {
    background-image: url('../images/Group-3561.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 105px;
    overflow: hidden;
  }

  .why_about_us {
    background-color: #0000;
    padding-bottom: 11px;
    padding-left: 0;
  }

  .why-us-heading {
    font-size: 48px;
    font-weight: 600;
  }

  .about-us-benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .footer-wrapper {
    background-size: 100%;
    height: 697px;
    overflow: hidden;
  }

  .foot-wrapper-text {
    white-space: pre-wrap;
    margin-left: 0;
  }

  .foot-wrapper-cta {
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 54px;
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .our-goal-content {
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .why-us-text-1 {
    width: auto;
    font-size: 16px;
  }

  .body-6 {
    background-image: url('../images/Path-8478.jpg');
    background-position: 50% 10vh;
    background-repeat: no-repeat;
    background-size: 150%;
  }

  .faqs-content, .faqs-section {
    height: auto;
  }

  .faqs-cta {
    color: #283f41;
    background-color: #fff;
    border-radius: 60px;
    width: 30%;
    margin-top: 20px;
    padding: .5em 1.5em;
    display: none;
  }

  .faq-answer {
    background-color: #0000;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .faq-dropdown.one {
    background-color: #fdfdfd;
    border-style: solid;
    border-color: #769979;
  }

  .faq-question {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .faq-dropdown-wrapper {
    padding-top: .5vh;
  }

  .faq-footer-title {
    width: auto;
  }

  .faq-footer-cta {
    width: 184px;
    height: 54px;
    font-size: 18px;
    line-height: 22px;
  }

  .faq-footer-content {
    max-width: 1440px;
  }

  .footer-block {
    margin-left: 0;
    padding-top: 30px;
  }

  .footer-title-2 {
    width: auto;
    height: auto;
  }

  .list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    padding-left: 0;
  }

  .link-5.w--current {
    color: #0000;
  }

  .about-wrapper-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list_2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .right-arrow-copy {
    left: auto;
  }

  .left-arrow-copy {
    left: -7.5%;
  }

  .html-video-large-screen {
    flex: 0 auto;
    margin-top: 100px;
    display: none;
    top: 0%;
    overflow: hidden;
  }

  .html-video-normal {
    display: block;
  }

  .body-7 {
    background-image: linear-gradient(263deg, #fff0, #000000b8), url('../images/UK-Bg.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: flex-start;
  }

  .container-2 {
    max-width: 70%;
  }

  .hero-without-image {
    background-color: #0000;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .container-3 {
    justify-content: flex-start;
    width: 90%;
    max-width: none;
    display: block;
  }

  .hero-wrapper-two {
    text-align: center;
    align-items: flex-start;
    max-width: none;
  }

  .margin-bottom-24px {
    color: #fff;
    text-align: left;
    width: 50%;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading {
    color: #fff;
    margin-bottom: 30px;
    font-family: Barlow, sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
  }

  .footer-copyright-copy {
    padding-left: 0;
  }

  .footer-social-block-two-copy {
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .footer-block-copy {
    margin-left: 0;
    padding-top: 30px;
  }

  .footer-copy {
    background-image: none;
    height: auto;
    margin-top: auto;
    padding: 0;
  }

  .navlink-copy.two {
    background-color: #fff;
    margin-left: 0;
  }

  .navlink-copy-copy.two {
    background-color: #283f41;
    margin-left: 0;
  }

  .navlink-copy-copy.two-copy {
    background-color: #fff;
    margin-left: 0;
  }

  .hero-section {
    margin-top: 150px;
  }

  .top-link {
    background-position: 50% 0;
  }

  .bottom-grid {
    width: 100%;
  }

  .bottom-2 {
    background-position: 50% 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-wrapper {
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_title {
    font-size: 71px;
  }

  .image-18 {
    height: auto;
    max-height: 100%;
  }

  .features_container {
    align-items: flex-end;
  }

  .features-slider {
    width: auto;
    max-width: 1440px;
    height: 540px;
    max-height: 60vh;
    bottom: 50px;
  }

  .features-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: none;
    justify-content: center;
    width: 50%;
    height: 90%;
    margin-bottom: 35px;
    padding-left: 75px;
  }

  .slide-section {
    justify-content: space-between;
  }

  .why_pick_us {
    width: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .benefits {
    width: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-txt {
    align-content: center;
    width: 55%;
  }

  .feature_grid {
    width: auto;
  }

  .features-img {
    width: 45%;
  }

  .oda-text {
    width: auto;
  }

  .oda-content {
    width: 400px;
  }

  .body-2 {
    background-image: url('../images/features.webp');
    background-position: 50% 10vh;
    background-size: 100% 80%;
  }

  .header-content {
    margin-top: 140px;
  }

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

  .feature_grid_2 {
    width: auto;
  }

  .features-txt_2 {
    align-content: center;
    width: 55%;
  }

  .feature_grid_3 {
    width: auto;
  }

  .features-txt-3 {
    align-content: center;
    width: 55%;
  }

  .feature_grid_4 {
    width: auto;
  }

  .features-txt-4 {
    align-content: center;
    align-items: flex-end;
    width: 55%;
  }

  .feature_grid_5 {
    width: auto;
  }

  .vip-content {
    width: auto;
    max-width: 1660px;
  }

  .body-3 {
    background-size: contain;
  }

  .section-wrapper {
    margin-top: 450px;
  }

  .section-wrapper-two {
    margin-top: 650px;
  }

  .wrapper-text-two {
    width: auto;
    max-width: 1660px;
  }

  .how-it-works-slide {
    max-width: 1660px;
  }

  .how-it-works-content {
    padding-left: 0;
  }

  .article-section-text {
    width: 100%;
  }

  .premium-wrapper {
    height: 750px;
  }

  .body-5 {
    background-position: 50% 40%;
    background-size: 100% 80%;
  }

  .about-us-text {
    width: 60%;
  }

  .about-us-wrapper {
    margin-top: 650px;
  }

  .footer-wrapper-content {
    padding-left: 10%;
  }

  .faq-dropdown-wrapper {
    padding-top: 0;
  }

  .faq-footer-title {
    width: 90%;
  }

  .faq-footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .about-wrapper-content {
    max-width: 1660px;
  }

  .pick_us_cta_btn_2 {
    margin-left: 13%;
  }

  .left-arrow-copy {
    left: -7.5%;
  }

  .html-video-large-screen {
    display: block;
  }

  .html-video-normal {
    display: none;
  }

  .body-7 {
    background-image: linear-gradient(263deg, #fff0, #000000b8), url('../images/UK-Bg.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-3 {
    width: auto;
    max-width: 1660px;
  }

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

  .container-4, .container-5 {
    width: auto;
    max-width: 1660px;
  }

  .hero-wrapper {
    max-width: 1660px;
  }

  .container-8, .about-us-contain, .features-wrapper, .container-10, .article-contain, .faqs-contain, .dropdown-contain {
    width: auto;
    max-width: 1660px;
  }

  .container-11 {
    width: 100%;
    max-width: 1660px;
  }
}

@media screen and (max-width: 991px) {
  .bigmenu {
    background-color: #769979;
    border: 1px solid #0000;
    width: 80vw;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .social-icon-wrapper {
    color: #fff;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    height: auto;
    display: flex;
  }

  .social-icon-wrapper:hover, .social-icon-wrapper:active {
    color: #000;
  }

  .tiktok-icon {
    flex: 0 auto;
  }

  .header-nav {
    position: relative;
  }

  .twitter-icon {
    flex: none;
    display: block;
  }

  .twitter-icon:hover {
    color: #000;
    text-decoration: none;
  }

  .navbar {
    flex-direction: row-reverse;
  }

  .menu-bar {
    border-color: #0000;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
  }

  .menu-bottom-links {
    border: 1px solid #0000;
    border-top-color: #fff;
    border-radius: 0;
  }

  .navbar-wrapper {
    flex-flow: wrap;
    align-content: space-between;
  }

  .social-link {
    justify-content: space-between;
    padding-right: 10px;
    display: flex;
  }

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

  .navlink-text {
    direction: ltr;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
  }

  .navlink-text:hover {
    color: #000;
  }

  .menu-overlay {
    text-decoration: none;
    display: none;
  }

  .nav-icon-wrapper.menu {
    color: #fff;
    background-image: url('../images/bars-solid-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .nav-icon-wrapper.bag, .nav-icon-wrapper.account {
    display: none;
  }

  .nav-icon-wrapper.closemenu {
    background-image: url('../images/x-symbol-svgrepo-com-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 10px;
    margin-left: 1vw;
    text-decoration: none;
  }

  .nav-icon-wrapper.closemenu:hover {
    background-image: url('../images/x-symbol-svgrepo-com-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .full-menu {
    color: #fff;
    background-color: #769979;
    border: 1px solid #0000;
    border-top-color: #fff;
    overflow: hidden;
  }

  .nav-menu {
    display: none;
  }

  .navlink.bold {
    width: 130px;
    height: 45px;
    margin-top: 1vh;
    text-decoration: none;
  }

  .navlink.openmenu {
    text-decoration: none;
  }

  .navlink.openmenu:hover {
    color: #000;
  }

  .navlink.two {
    width: 130px;
    height: 45px;
    margin-top: 1vh;
    margin-right: 0;
  }

  .nav-icons {
    color: #fff;
  }

  .nav-left {
    flex: 1;
    justify-content: space-around;
  }

  .brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .facebook-icon {
    display: block;
  }

  .image {
    flex: 0 auto;
  }

  .minilink {
    color: #fff;
    font-size: 11px;
  }

  .minilink:hover {
    color: #000;
  }

  .header {
    padding-top: 10px;
  }

  .main-cta {
    white-space: nowrap;
    justify-content: center;
    width: 184px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-right: .5em;
    padding: .75em 3em;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .section_wrapper {
    background-image: url('../images/home-hero.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 110%;
    height: 440px;
    margin-top: 0;
    padding-top: 0;
  }

  .section_title {
    width: 65%;
    font-size: 50px;
    line-height: 50px;
  }

  .section_title.features {
    text-transform: none;
    width: 50vw;
    font-size: 60px;
    line-height: 65px;
  }

  .section_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: 5vw;
    display: flex;
  }

  .section_text.features {
    margin-top: 15vh;
  }

  .section__subtitle {
    width: 50%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    position: relative;
  }

  .section__subtitle.features {
    width: 50vw;
  }

  .image-18 {
    display: none;
  }

  .features-text {
    width: 90%;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 24px;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .slide-cta-1 {
    white-space: nowrap;
    width: 150px;
    height: auto;
    margin-right: 0;
    padding: 15px 20px;
    font-size: 14px;
  }

  .slide-cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .mobile-image {
    aspect-ratio: 1;
    object-fit: contain;
    width: 50%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    display: block;
  }

  .features-slider {
    width: 90vw;
    max-width: 90%;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    bottom: 25px;
  }

  .slide-cta-2 {
    white-space: nowrap;
    width: 150px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .slider-arrow {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    display: flex;
  }

  .features-content {
    justify-content: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .features-subtitle {
    width: 75%;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

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

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .slide-section {
    margin-top: 40px;
  }

  .why_pick_us {
    padding-bottom: 10px;
    padding-left: 5vw;
  }

  .pick_us_title {
    width: 50vw;
  }

  .pick_us_cta_btn {
    text-align: center;
    justify-content: center;
  }

  .benefits {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: flex-start;
    width: 80vw;
    margin-left: 5vw;
    display: flex;
  }

  .why_us_card {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    max-width: 38vw;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-icon {
    align-self: center;
    margin-right: auto;
  }

  .why-us-title {
    text-align: left;
    height: auto;
  }

  .why-us-text {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .pick-us-content {
    background-position: 75% 160%;
    background-size: auto;
    height: auto;
  }

  .benefits_cta {
    margin-bottom: 3vh;
    position: relative;
  }

  .left-arrow-3 {
    left: 5px;
  }

  .horizontal-content-block {
    width: 100%;
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-section {
    padding-bottom: 2vh;
  }

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

  .slider-horizontal {
    overflow: hidden;
  }

  .testimonial-subtitle {
    font-size: 35px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .horizontal-fixed-height {
    max-width: 80%;
  }

  .right-arrow-3 {
    right: 5px;
  }

  .slide-horizontal {
    overflow: hidden;
  }

  .testimonial-text {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .footer {
    margin-top: 0;
    padding: 0;
  }

  .footer_bottom {
    height: 5vh;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo {
    width: 200px;
  }

  .text-span-2 {
    width: 280px;
    height: auto;
  }

  .footer-text {
    width: auto;
    height: auto;
  }

  .footer-content {
    max-width: none;
    padding-left: 0;
  }

  .footer-social-block-two {
    box-sizing: border-box;
    cursor: pointer;
    object-fit: none;
  }

  .footer_top {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-brand {
    cursor: default;
    flex: none;
    padding-top: 20px;
  }

  .features-txt {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .feature_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    width: auto;
    height: 35vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .features-img {
    aspect-ratio: auto;
    object-fit: cover;
    flex: none;
    width: 55%;
    height: 100%;
    display: block;
  }

  .features_text_grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-top: 0;
    padding-left: 0;
    font-size: .9em;
    line-height: 22px;
    position: relative;
    overflow: visible;
  }

  .features_subtitle_grid {
    height: auto;
    margin-top: 0;
    font-size: 1.8em;
    line-height: 3.5vh;
    position: relative;
  }

  .features_cta_btn {
    margin-bottom: 0;
    margin-right: .5em;
    padding: 1em 3em;
    font-size: 1em;
    line-height: 1.2em;
  }

  .cta-text-2 {
    white-space: nowrap;
  }

  .oda-text {
    width: 90%;
    line-height: 17px;
  }

  .oda-content {
    width: 200px;
    padding-top: 20px;
  }

  .body-2 {
    background-position: 50% 20%;
    background-size: 100% 50%;
  }

  .features-block {
    margin-top: 50px;
    display: block;
  }

  .wrapper-text {
    width: 90%;
    margin-top: 0;
    font-size: 42px;
    line-height: 54px;
  }

  .feature_grid_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: 35vh;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
  }

  .features-txt_2 {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    place-content: flex-end center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: 35vh;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
  }

  .features-txt-3 {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .feature_grid_4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 35vh;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
  }

  .features-txt-4 {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    place-content: flex-end center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 35vh;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
  }

  .vip-content {
    margin-top: 5vh;
  }

  .vip-title {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 38px;
  }

  .vip-cta {
    width: 20%;
  }

  .body-3 {
    background-position: 50% 22%;
  }

  .section_text-_two {
    max-width: 45%;
    height: 100%;
    max-height: none;
    margin-top: 0;
  }

  .section_title_2 {
    font-size: 50px;
  }

  .section__subtitle_2 {
    width: 70%;
    font-size: 18px;
    position: relative;
  }

  .main_cta_btn_2 {
    width: 50%;
    height: 45px;
    margin-bottom: .5em;
    margin-right: .5em;
    padding: 9px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-wrapper {
    margin-top: 100px;
  }

  .section-wrapper-two {
    margin-top: 180px;
  }

  .wrapper-text-two {
    margin-top: 10vh;
    margin-bottom: 5vh;
    font-size: 38px;
    line-height: 54px;
  }

  .how-it-works-slide {
    width: 80vw;
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .desktop-image {
    display: none;
  }

  .how-it-works-content {
    flex: 0 auto;
    justify-content: center;
    width: 50%;
    height: auto;
    padding-left: 30px;
  }

  .how-it-works-title {
    margin-top: 0;
  }

  .how-it-works-subtitle {
    width: 75%;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .how-it-works-text {
    width: 90%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .how-it-works-ctas {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .hiw-cta-1 {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .hiw-cta-2 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .body-4 {
    background-image: url('../images/article-page.webp');
    background-size: 110%;
  }

  .article-section-title {
    width: 65%;
    margin-top: 7vh;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }

  .article_section_subtitle {
    width: 60%;
    margin-bottom: 31px;
    position: relative;
  }

  .article-main-cta {
    white-space: nowrap;
    width: 184px;
    margin-bottom: 1vh;
    margin-right: .5em;
    padding: 1em 3em;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .article-section-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    margin-top: 0;
  }

  .article-wrapper {
    padding-top: 60px;
  }

  .main-article {
    background-position: 60%;
    width: 95%;
    margin-top: 2.5vh;
  }

  .main-article-subtitle {
    margin-top: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
  }

  .sub-article, .sub-article-2 {
    height: 400px;
  }

  .sub-article-content {
    flex: 0 auto;
  }

  .sub-article-subtitle {
    font-size: 38px;
    line-height: 45px;
  }

  .premium-wrapper {
    height: 708px;
  }

  .premium-cta {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 184px;
    display: flex;
  }

  .premium-text {
    font-size: 52px;
    line-height: 62px;
  }

  .about-us-content {
    margin-bottom: 100px;
  }

  .about-us-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .about-us-text {
    width: 50%;
  }

  .about-us-wrapper {
    margin-top: 0;
  }

  .about-us-wrapper-text {
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 38px;
    line-height: 54px;
  }

  .why_about_us {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .why-us-heading {
    text-transform: capitalize;
    width: 70vw;
  }

  .why-us-txt {
    width: 60vw;
  }

  .about-us-benefits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-us-card {
    justify-content: center;
    max-width: 38vw;
    padding-left: 0;
    padding-right: 0;
  }

  .foot-wrapper-text {
    width: 70%;
    margin-left: 0;
    font-size: 52px;
    line-height: 60px;
  }

  .foot-wrapper-cta {
    width: 25%;
    margin-left: 0;
  }

  .why-grounded {
    max-width: 160px;
  }

  .why-us-title-1 {
    text-align: left;
    height: auto;
  }

  .why-us-text-1 {
    text-align: left;
    width: 100%;
    height: auto;
    display: flex;
  }

  .faqs-content {
    margin-top: 75px;
    margin-bottom: 40px;
  }

  .faqs-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .faqs-text {
    font-size: 18px;
    line-height: 28px;
  }

  .faqs-cta {
    white-space: nowrap;
    justify-content: center;
    width: 30%;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-right: .5em;
    padding: 1em 3em;
    font-size: 1em;
    line-height: 1.2em;
    display: none;
  }

  .faq-answer {
    font-size: 16px;
  }

  .icon-3 {
    top: 14px;
  }

  .faq-dropdown.one {
    z-index: 0;
    width: auto;
    margin-left: 0;
    overflow: hidden;
  }

  .faq-question {
    white-space: normal;
    font-size: 1em;
  }

  .faq-toggle {
    font-size: .85em;
    line-height: 1vh;
  }

  .faq-dropdown-wrapper {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    overflow: visible;
  }

  .faq-footer-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 38px;
    line-height: 45px;
  }

  .faq-footer-cta {
    width: 50%;
    margin-bottom: 78px;
    padding: 0;
    font-size: 18px;
  }

  .faq-footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-24 {
    flex: 1;
    max-width: 55%;
    max-height: 90%;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .footer-block {
    margin-left: 0;
    padding-top: 25px;
    display: none;
  }

  .list-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .oda-image {
    max-width: 90%;
  }

  .faq-footer-text {
    margin-left: 0;
  }

  .why-grounded-text {
    justify-content: center;
    align-items: center;
    height: 75px;
    max-height: 75px;
    font-family: Barlow, sans-serif;
    font-size: 19px;
    display: flex;
  }

  .about-wrapper-content {
    margin-top: 78px;
  }

  .footer-block-mobile {
    cursor: auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 20px;
    display: block;
  }

  .pick_us_cta_btn_2 {
    text-align: center;
    justify-content: center;
    margin-left: 5vw;
  }

  .right-arrow-copy {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
    right: -10%;
  }

  .left-arrow-copy {
    flex-direction: column;
    justify-content: center;
    width: 45px;
    height: 45px;
    left: -10%;
  }

  .html-video-large-screen, .html-video-normal, .html-video-mobile {
    display: none;
  }

  .body-7 {
    background-position: 85%;
    background-size: cover;
  }

  .hero-without-image {
    padding-top: 0;
  }

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

  .hero-wrapper-two {
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    width: 80%;
  }

  .heading {
    margin-top: 20px;
    font-size: 56px;
    line-height: 56px;
  }

  .footer-social-block-two-copy {
    cursor: pointer;
  }

  .footer-block-copy {
    margin-left: 0;
    padding-top: 25px;
    display: none;
  }

  .footer-copy {
    margin-top: 0;
    padding: 0;
  }

  .footer-dark {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-4 {
    width: 95%;
    max-width: none;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .navlink-copy.bold {
    width: 130px;
    height: 45px;
    margin-top: 1vh;
    text-decoration: none;
  }

  .navlink-copy.openmenu {
    text-decoration: none;
  }

  .navlink-copy.openmenu:hover {
    color: #000;
  }

  .navlink-copy.two {
    width: auto;
    height: 56px;
    margin-top: 1vh;
    margin-right: 0;
  }

  .navbar-copy {
    flex-direction: row-reverse;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .mobile-margin-top-10 {
    display: flex;
  }

  .button-primary-2 {
    flex-direction: row;
    width: 200px;
    display: flex;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

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

  .icon-4 {
    display: none;
  }

  .button {
    background-color: #283f41;
    border-radius: 60px;
  }

  .mobile-cta {
    flex-direction: row;
    width: 200px;
    display: flex;
  }

  .navlink-copy-copy.bold {
    width: 130px;
    height: 45px;
    margin-top: 1vh;
    text-decoration: none;
  }

  .navlink-copy-copy.openmenu {
    text-decoration: none;
  }

  .navlink-copy-copy.openmenu:hover {
    color: #000;
  }

  .navlink-copy-copy.two, .navlink-copy-copy.two-copy {
    width: auto;
    height: 56px;
    margin-top: 1vh;
    margin-right: 0;
  }

  .button-primary-2-copy, .mobile-cta-copy {
    flex-direction: row;
    width: 200px;
    display: flex;
  }

  .cta-text-2-copy {
    white-space: nowrap;
    white-space: nowrap;
  }

  .gb-cta-text {
    white-space: nowrap;
  }

  .gb-cta {
    color: #283f41;
    background-color: #fff;
    flex-direction: row;
    width: 200px;
    display: flex;
  }

  .gb-cta:hover {
    color: #283f41;
    background-color: #fff;
  }

  .container-6 {
    max-width: 90%;
  }

  .hero-section {
    margin-top: 0;
  }

  .container-8, .about-us-contain {
    width: 95%;
    max-width: none;
  }

  .features-wrapper, .container-10 {
    max-width: none;
  }

  .section-2 {
    margin-top: 150px;
  }

  .div-header {
    font-size: 32px;
    line-height: 38px;
  }

  .container-11 {
    max-width: none;
  }

  .google-play-img {
    height: auto;
  }

  .app-link {
    width: 111px;
  }

  .app-store-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bigmenu {
    width: 80vw;
  }

  .social-icon-wrapper {
    margin-left: -3px;
  }

  .social-links {
    justify-content: space-between;
    width: 100%;
  }

  .mobile-cta-2 {
    background-color: #283f41;
    border-radius: 60px;
    width: 166px;
    height: 46px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
  }

  .mobile-btns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    white-space: pre-wrap;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .navbar {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    padding-top: 0;
    overflow: visible;
  }

  .menu-bar {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .navbar-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-right {
    display: none;
  }

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

  .nav-icon-wrapper.menu {
    background-color: #0000;
    background-image: url('../images/bars-solid-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 20px;
    padding-left: 25px;
  }

  .nav-icon-wrapper.bag {
    padding-right: 20px;
    display: flex;
  }

  .nav-icon-wrapper.account {
    display: flex;
  }

  .mobile-cta-1 {
    color: #283f41;
    background-color: #fff;
    border: 1px solid #283f41;
    border-radius: 60px;
    width: 166px;
    height: 46px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navlink.bold {
    display: none;
  }

  .nav-left {
    flex-flow: row;
    flex: 1;
    place-content: flex-start space-around;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-links-wrapper {
    flex-flow: wrap;
    place-content: space-around space-between;
    width: 100%;
    margin-left: 0;
  }

  .image {
    margin-right: 20px;
  }

  .minilink {
    margin-left: 16px;
    padding-right: 16px;
    font-size: 8px;
    line-height: 20px;
  }

  .header {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 15px;
    display: flex;
    overflow: visible;
  }

  .main-cta {
    width: 184px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .section_wrapper {
    background-image: url('../images/home-hero.webp');
    background-position: 50%;
    background-size: cover;
    height: 60vh;
    padding-top: 0;
    overflow: hidden;
  }

  .section_title {
    padding: 0;
    font-size: 4em;
  }

  .section_title.features {
    width: 60vw;
    font-size: 50px;
  }

  .section_text.features {
    max-width: none;
    margin-left: 0;
  }

  .section__subtitle {
    width: 50%;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .section__subtitle.features {
    width: 60vw;
  }

  .image-18 {
    height: 100%;
    display: none;
  }

  .features-text {
    width: 90%;
    font-size: .9em;
    line-height: 2vh;
  }

  .mask {
    position: static;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-left: 0;
    display: flex;
    inset: auto 0% 0% 38%;
  }

  .slide-cta-1 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 55px;
    margin-right: 1vw;
    padding: 0;
    font-size: 19px;
    line-height: 23px;
    display: flex;
  }

  .features_container {
    object-fit: none;
    flex-direction: column-reverse;
  }

  .slide-cta {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .mobile-image {
    aspect-ratio: auto;
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .features-slider {
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 686px;
    margin-top: -32px;
    display: flex;
    position: static;
    bottom: 0;
  }

  .slide-cta-2 {
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 55px;
    padding: 0;
    font-size: 19px;
    line-height: 23px;
    display: flex;
  }

  .slider-arrow {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .features-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: 100%;
    height: 50%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 5vw;
  }

  .features-subtitle {
    margin-top: 0;
    font-size: 1.7em;
  }

  .features-title {
    margin-top: 0;
    font-size: 18px;
  }

  .right-arrow {
    width: 46px;
    height: 46px;
    margin-right: 0;
    inset: auto 38% 0% 0%;
  }

  .slide-section {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .pick_us_title {
    width: 70%;
  }

  .pick_us_txt {
    width: 80vw;
    height: auto;
  }

  .pick_us_cta_btn {
    margin-top: 32px;
    padding: 0;
  }

  .pick-us-content {
    background-position: 0%;
    background-size: cover;
  }

  .left-arrow-3 {
    margin-left: 0;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
    position: relative;
    overflow: visible;
  }

  .testimonial-section {
    margin-top: 0;
    padding: 20px 0%;
    overflow: visible;
  }

  .column-wrap {
    position: relative;
    overflow: visible;
  }

  .slider-horizontal {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .container {
    width: 90%;
    max-width: none;
  }

  .horizontal-fixed-height {
    max-width: 90%;
  }

  .right-arrow-3 {
    margin-right: 0;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .slide-horizontal, .mask-horizontal {
    overflow: hidden;
  }

  .testimonial-text {
    width: auto;
    height: auto;
  }

  .footer-copyright {
    padding-left: 0%;
    font-size: 12px;
    line-height: 20px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .footer_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo {
    width: 170px;
  }

  .text-span-2 {
    width: auto;
    height: auto;
    font-size: 16px;
  }

  .footer-text {
    width: auto;
  }

  .footer-content {
    flex-direction: column;
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-two {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .footer_top {
    padding-left: 10px;
  }

  .footer-brand {
    width: 190px;
    padding-top: 0;
  }

  .features-txt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .features-img {
    width: 100%;
  }

  .features_text_grid {
    font-size: 14px;
    line-height: 24px;
  }

  .features_subtitle_grid {
    font-size: 28px;
    line-height: 33px;
  }

  .features_cta_btn {
    white-space: nowrap;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    width: 334px;
    height: 54px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }

  .oda-text {
    width: auto;
  }

  .oda-content {
    width: 170px;
    padding-top: 0;
  }

  .body-2 {
    background-position: 50% 40%;
    background-size: auto 60%;
  }

  .header-content {
    overflow: visible;
  }

  .wrapper-text {
    width: 90vw;
    margin-top: 0;
  }

  .feature_grid_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .features-txt_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .feature_grid_3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .features-txt-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 25px;
  }

  .feature_grid_4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .features-txt-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .feature_grid_5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .vip-title {
    font-size: 28px;
    line-height: 50px;
  }

  .vip-cta {
    width: 25%;
  }

  .body-3 {
    background-image: url('../images/mask-group.webp');
    background-position: 50%;
    background-size: 100% 70%;
  }

  .section_text-_two {
    max-width: 55vw;
    margin-top: 0;
    margin-left: 0;
  }

  .section_title_2 {
    margin-top: 0;
    padding: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .section__subtitle_2 {
    margin-top: 16px;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .main_cta_btn_2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 0;
    display: flex;
  }

  .section-wrapper {
    margin-top: 215px;
  }

  .section-wrapper-two {
    margin-top: 330px;
  }

  .wrapper-text-two {
    width: 90vw;
    margin-top: 15vh;
  }

  .how-it-works-slide {
    flex-direction: column;
    width: 90%;
    max-width: none;
    height: 820px;
    max-height: none;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .how-it-works-mask {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .how-it-works-slide1 {
    object-fit: fill;
    height: auto;
    top: 0;
    overflow: visible;
  }

  .how-it-works-container {
    object-fit: none;
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    top: 0;
    overflow: visible;
  }

  .desktop-image {
    height: 100%;
    display: none;
  }

  .how-it-works-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: auto;
    height: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2vh;
    padding-bottom: 0;
  }

  .how-it-works-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .how-it-works-subtitle {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
  }

  .how-it-works-text {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .how-it-works-ctas {
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 9px;
  }

  .hiw-cta-1 {
    flex: 0 auto;
    width: 342px;
    height: 54px;
    margin-right: 1vw;
    padding: 6px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .hiw-cta-2 {
    width: auto;
    height: auto;
    padding: 6px 13px;
    font-size: .9em;
  }

  .body-4 {
    background-position: 50% 20%;
    background-size: contain;
  }

  .article-section-title {
    width: 80%;
    margin-top: 0;
    padding: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .article_section_subtitle {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .article-main-cta {
    width: 35%;
    margin-right: 0;
    padding: 0;
  }

  .article-section-text {
    overflow: visible;
  }

  .article-wrapper {
    padding-top: 0;
  }

  .main-article {
    background-position: 75%;
  }

  .main-article-subtitle {
    width: auto;
  }

  .sub-article {
    background-position: 80%;
    height: 400px;
  }

  .sub-article-2 {
    height: 400px;
  }

  .main-article-content {
    width: auto;
  }

  .sub-article-subtitle {
    font-size: 28px;
  }

  .premium-wrapper {
    background-position: 10%;
    margin-top: 60px;
  }

  .premium-text {
    width: 70%;
  }

  .body-5 {
    background-image: url('../images/about-us.webp');
    background-position: 50% 20%;
    background-size: 100%;
  }

  .about-us-content {
    margin-top: 0;
  }

  .about-us-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 75px;
    margin-left: 0;
  }

  .about-us-title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .about-us-text {
    width: 47%;
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 21px;
  }

  .about-us-wrapper {
    padding-top: 20px;
  }

  .about-us-wrapper-text {
    width: 90vw;
    margin-top: 5vh;
    font-size: 28px;
    line-height: 34px;
  }

  .about-us-features {
    background-position: 50% 0;
    padding-bottom: 75px;
  }

  .why_about_us {
    padding-top: 31px;
  }

  .why-us-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .why-us-txt {
    width: 80vw;
    height: auto;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .about-us-benefits {
    flex-direction: column;
  }

  .about-us-card {
    max-width: none;
  }

  .footer-wrapper {
    background-image: linear-gradient(to top, #000, #fff0 85%), url('../images/Shutterstock.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .foot-wrapper-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 52px;
    display: flex;
  }

  .foot-wrapper-cta {
    width: 31%;
    padding: 0;
  }

  .footer-wrapper-content {
    align-items: center;
  }

  .why-us-text-1 {
    width: 90%;
  }

  .body-6 {
    background-position: 50% 40%;
  }

  .faqs-section {
    margin-top: 0;
    margin-left: 0;
  }

  .faqs-title {
    font-size: 55px;
    line-height: 60px;
  }

  .faqs-cta {
    width: 40%;
    font-size: 18px;
    font-weight: 600;
  }

  .faq-answer {
    background-color: #ffd2e2;
    border-radius: 20px;
    width: 80vw;
    font-family: Poppins, sans-serif;
    position: relative;
  }

  .faq-dropdown.one {
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    width: 90vw;
    margin-left: 0;
  }

  .faq-toggle {
    font-size: .69em;
  }

  .faq-dropdown-wrapper {
    position: relative;
  }

  .dropdown-list {
    position: static;
  }

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

  .faq-footer-wrapper {
    padding-top: 2vh;
  }

  .faq-footer-title {
    font-size: 40px;
  }

  .faq-footer-cta {
    width: 80%;
    margin-bottom: 11px;
  }

  .faq-footer-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    height: auto;
    max-height: none;
    padding-bottom: 2px;
  }

  .image-24 {
    aspect-ratio: auto;
    flex: 1;
    max-height: 100%;
    padding-left: 0;
  }

  .footer-block {
    margin-left: 0;
    padding-top: 25px;
    display: none;
  }

  .list-2 {
    line-height: 25px;
  }

  .oda-image {
    max-width: 100%;
  }

  .faq-footer-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    height: 280px;
  }

  .about-wrapper-content {
    margin-top: 0;
  }

  .footer-block-mobile {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .list_2 {
    line-height: 25px;
  }

  .slide-horizontal-2 {
    overflow: hidden;
  }

  .slide-2-img {
    display: none;
  }

  .right-arrow-copy {
    width: 46px;
    height: 46px;
    inset: auto 33% -10% auto;
  }

  .left-arrow-copy {
    width: 46px;
    height: 46px;
    margin-top: 0;
    inset: auto auto -10% 33%;
    overflow: visible;
  }

  .body-7 {
    mix-blend-mode: normal;
    background-image: linear-gradient(353deg, #fff0, #00000012 67%), url('../images/mountain-couple.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-without-image {
    padding: 0 0 60px;
  }

  .container-3 {
    width: 90%;
  }

  .hero-wrapper-two {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px {
    font-size: 14px;
    line-height: 22px;
  }

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

  .footer-copyright-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-block-copy {
    margin-left: 0;
    padding-top: 25px;
    display: none;
  }

  .footer-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: row;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navlink-copy {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navlink-copy.bold {
    display: none;
  }

  .navbar-copy {
    align-items: flex-start;
    height: 18vh;
    padding-top: 0;
    overflow: visible;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container-5 {
    width: 90%;
    max-width: none;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .navlink-copy-copy {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navlink-copy-copy.bold {
    display: none;
  }

  .container-6 {
    width: 90%;
  }

  .hero-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-2 {
    flex-direction: column;
    justify-content: flex-end;
    height: 530px;
    margin-top: 0;
    display: flex;
  }

  .slider-section {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 128px;
    display: flex;
    position: relative;
  }

  .top-grid {
    flex-direction: column;
    height: 341px;
    display: flex;
  }

  .article-contain {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bottom-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    display: flex;
  }

  .bottom-div {
    height: 341px;
  }

  .app-store-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .social-icon-wrapper {
    width: 100%;
    margin-left: 0;
    padding-bottom: 4px;
    padding-right: 35px;
  }

  .tiktok-icon {
    width: 100%;
  }

  .header-nav {
    flex-flow: column;
    order: 0;
  }

  .social-links {
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .mobile-cta-2 {
    text-transform: capitalize;
    background-color: #283f41;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 46px;
    display: flex;
  }

  .mobile-btns {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .navbar {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    height: 130px;
    padding-top: 0;
  }

  .menu-bar {
    text-decoration: none;
    display: flex;
  }

  .navbar-wrapper {
    height: auto;
  }

  .social-link {
    flex: 0 auto;
    padding-right: 0;
  }

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

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 50px;
    display: none;
  }

  .nav-icon-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-icon-wrapper.menu {
    color: #fff;
    background-color: #0000;
    background-image: url('../images/bars-solid-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-icon-wrapper.bag {
    padding-right: 16px;
  }

  .nav-icon-wrapper.account {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-icon-wrapper.closemenu {
    text-align: left;
    background-image: url('../images/x-symbol-svgrepo-com-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 1.5vw;
    padding-right: 10px;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
  }

  .nav-icon-wrapper.closemenu:hover {
    color: #000;
    background-image: url('../images/x-symbol-svgrepo-com-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .mobile-cta-1 {
    text-transform: capitalize;
    background-color: #0000;
    border: 1px solid #283f41;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 46px;
    margin-right: 2vw;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .navlink {
    padding-bottom: 10px;
  }

  .nav-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand.w--current {
    flex-direction: row;
  }

  .bottom-links-wrapper {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 7px;
    font-weight: 400;
  }

  .image {
    width: 240px;
    margin-right: 10px;
  }

  .minilink {
    direction: ltr;
    text-align: center;
    letter-spacing: 1px;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 8px;
    font-size: 13px;
    display: flex;
  }

  .header {
    height: auto;
    padding-top: 15px;
    overflow: visible;
  }

  .main-cta {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px #000;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto 0 0;
    padding: .7em;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
  }

  .section_wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
  }

  .section_title {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vh;
    font-size: 3em;
    font-weight: 500;
    line-height: 1em;
    position: relative;
  }

  .section_title.features {
    text-transform: capitalize;
    white-space: normal;
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    overflow: visible;
  }

  .section_text {
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-top: 7vh;
    margin-left: 5vw;
    display: block;
    position: relative;
  }

  .section_text.features {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 200px;
    margin-left: 0;
  }

  .section__subtitle {
    opacity: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    line-height: 1.7em;
    position: relative;
  }

  .section__subtitle.features {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .image-18 {
    text-align: left;
    flex: 0 auto;
    max-width: 80%;
    height: 50%;
    max-height: none;
    margin-left: 10vw;
    display: none;
  }

  .features-text {
    flex: none;
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 38px;
    margin-left: 5vw;
    padding-top: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .mask {
    overflow: hidden;
  }

  .left-arrow {
    border-style: solid;
    border-width: 2px;
    flex-direction: row;
    flex: none;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0% 30%;
    overflow: visible;
  }

  .slide-cta-1 {
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-left: 2vw;
    padding: 15px;
    font-size: 19px;
    line-height: 23px;
    display: flex;
  }

  .features_slide2 {
    background-color: #283f41;
    background-image: none;
  }

  .features_container {
    flex-direction: column-reverse;
    padding-top: 0;
    overflow: visible;
  }

  .features_slide3 {
    background-color: #283f41;
    background-image: none;
  }

  .slide-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .mobile-image {
    object-fit: contain;
    flex: 1;
    align-self: center;
    width: 100%;
    max-width: none;
    max-height: 50%;
    margin-left: 0;
    display: block;
    top: auto;
    overflow: visible;
  }

  .features-slider {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 636px;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 0;
    display: flex;
    bottom: 18px;
    overflow: visible;
  }

  .slide-cta-2 {
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-right: 2vw;
    padding: 14px 15px 15px;
    font-size: 19px;
    line-height: 23px;
    display: flex;
  }

  .slider-arrow {
    color: #769979;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 25px;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .features-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 310px;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .features_slide1 {
    background-color: #283f41;
  }

  .features-subtitle {
    flex-direction: column;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 5vw;
    font-size: 28px;
    line-height: 36px;
    display: flex;
  }

  .features-title {
    width: auto;
    margin-top: 0;
    margin-left: 5vw;
    font-size: 1.5em;
  }

  .right-arrow {
    border-width: 2px;
    border-radius: 60px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: 2vw;
    display: flex;
    position: absolute;
    inset: auto 30% 0% 0%;
    overflow: visible;
  }

  .slide-section {
    background-color: #0000;
    width: 100%;
    margin-top: 47px;
    display: flex;
  }

  .why_pick_us {
    width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .pick_us_title {
    width: 75vw;
    font-size: 28px;
    line-height: 33px;
  }

  .pick_us_txt {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .pick_us_cta_btn {
    text-align: center;
    white-space: nowrap;
    border-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto 0;
    padding: 0;
    font-weight: 600;
    line-height: 22px;
    display: flex;
  }

  .benefits {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 40px;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .why_us_card {
    text-align: left;
    flex-flow: column;
    flex: none;
    place-content: space-around center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-icon {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .why-us-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .why-us-text {
    text-align: left;
    justify-content: flex-start;
  }

  .pick-us-content {
    background-image: none;
    padding-bottom: 20px;
  }

  .benefits_cta {
    width: 90vw;
    margin-bottom: 40px;
    margin-left: 5vw;
    margin-right: auto;
    padding: 1em 5em;
    position: relative;
  }

  .left-arrow-3 {
    border-color: #fff;
    margin-left: 0;
    display: flex;
    inset: auto auto 0% 30%;
  }

  .arrow-icon {
    color: #fff;
    font-size: 18px;
  }

  .horizontal-content-block {
    flex: 1;
    height: auto;
    padding: 0 0 88px;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .testimonial-section {
    height: auto;
    padding-top: 82px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .testimonial-subtext {
    padding-bottom: 1vh;
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }

  .slider-horizontal {
    max-width: none;
    height: auto;
    display: flex;
  }

  .testimonial-card {
    flex-direction: column;
    height: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .testimonial-subtitle {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    overflow: visible;
  }

  .container {
    max-width: none;
  }

  .horizontal-fixed-height {
    flex-direction: column;
    flex: 1;
    max-width: 100%;
    min-height: auto;
    display: flex;
  }

  .right-arrow-3 {
    border-color: #fff;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    inset: auto 30% 0% 0%;
    overflow: visible;
  }

  .slide-horizontal {
    overflow: visible;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-text {
    flex: 0 auto;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .footer-copyright {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .footer {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo {
    width: 250px;
    margin-top: 28px;
  }

  .text-span-2 {
    text-align: left;
    width: 250px;
    font-size: 10px;
    line-height: 17px;
  }

  .footer-content {
    max-width: none;
    margin-bottom: 0;
  }

  .footer-social-block-two {
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
  }

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

  .footer_top {
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
    overflow: visible;
  }

  .footer-brand {
    width: auto;
    margin-bottom: 20px;
  }

  .features-txt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 90vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features_cta {
    flex-wrap: nowrap;
    width: 100%;
  }

  .feature_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features-img {
    align-self: center;
    width: 100%;
    max-width: none;
    height: 35vh;
    display: none;
  }

  .features_text_grid {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
  }

  .features_subtitle_grid {
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 33px;
    display: flex;
  }

  .features_cta_btn {
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    position: relative;
  }

  .oda-text {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .oda-content {
    flex-direction: column;
    width: 280px;
    margin-top: 15px;
    margin-bottom: 60px;
    display: flex;
  }

  .body-2 {
    background-image: url('../images/group-19.webp');
    background-position: 50% 23vh;
    background-repeat: no-repeat;
    background-size: 100% 659px;
    background-attachment: scroll;
  }

  .features-block {
    margin-top: 32px;
  }

  .header-content {
    font-size: 24px;
    display: flex;
  }

  .wrapper-text {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .feature_grid_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features-txt_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features-txt-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 90vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features-txt-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 90vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .vip-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 432px;
    margin-top: 65px;
    display: flex;
  }

  .vip-title {
    text-align: center;
    white-space: normal;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 40px;
    line-height: 52px;
  }

  .vip-subtitle {
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .vip-cta {
    text-transform: capitalize;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    padding: 12px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
  }

  .body-3 {
    background-image: url('../images/ezgif.com-gif-maker-6.webp');
    background-position: 50% 23vh;
    background-repeat: no-repeat;
    background-size: 100% 659px;
  }

  .section_text-_two {
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 250px;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .section_title_2 {
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vh;
    padding-left: 5vw;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    position: relative;
  }

  .section__subtitle_2 {
    opacity: 1;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 14px;
    line-height: 21px;
    position: relative;
  }

  .main_cta_btn_2 {
    text-align: center;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 54px;
    margin: 0 auto 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
  }

  .section-wrapper {
    margin-top: 38vh;
  }

  .section-wrapper-two {
    margin-top: 23vh;
    padding-top: 0;
  }

  .wrapper-text-two {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23 {
    width: 100%;
    display: block;
  }

  .how-it-works-slide {
    background-color: #769979;
    background-image: linear-gradient(#769979, #fff 0%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 686px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 75px;
    display: flex;
    bottom: 0;
    overflow: visible;
  }

  .how-it-works-mask {
    flex: none;
    height: 100%;
    overflow: hidden;
  }

  .how-it-works-slide1 {
    background-color: #769979;
    height: 100%;
    top: auto;
  }

  .how-it-works-container {
    flex-direction: column-reverse;
    height: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .desktop-image {
    text-align: left;
    flex: 0 auto;
    max-width: 80%;
    height: 50%;
    max-height: none;
    margin-left: 10vw;
    display: none;
  }

  .how-it-works-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 19px;
    padding-left: 20px;
    display: flex;
  }

  .how-it-works-title {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .how-it-works-subtitle {
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: 28px;
    line-height: 36px;
    display: flex;
  }

  .how-it-works-text {
    flex: none;
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .how-it-works-ctas {
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 3vh;
  }

  .hiw-cta-1 {
    color: #283f41;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
  }

  .hiw-cta-2 {
    width: 160px;
    margin-right: 2vw;
    padding: 14px 15px 15px;
  }

  .body-4 {
    background-image: url('../images/article-bg.webp');
    background-position: 50% 23vh;
    background-size: 100% 650px;
  }

  .article-section-title {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vh;
    padding-left: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    position: relative;
  }

  .article_section_subtitle {
    opacity: 1;
    width: 75%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 21px;
    position: relative;
  }

  .article-main-cta {
    text-align: center;
    border: 1px #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 54px;
    margin: 0 auto 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
  }

  .article-section-text {
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 280px;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .main-article {
    background-image: url('../images/Group-3585.png');
    background-position: 0 0;
    background-size: 100%;
    width: 90%;
    height: 340px;
    margin-top: 48px;
  }

  .main-article-subtitle {
    width: 95%;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .sub-article-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    height: auto;
  }

  .sub-article {
    background-image: url('../images/Group-3586.png');
    background-position: 0 0;
    background-size: 100%;
    width: 90%;
    height: 340px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-article-2 {
    background-image: url('../images/Group-3587.png');
    background-position: 0 0;
    background-size: 100%;
    width: 90%;
    height: 340px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .main-article-content {
    width: 100%;
    height: auto;
  }

  .premium-wrapper {
    background-image: url('../images/3582.webp');
    background-position: 35% 70%;
    background-size: 1450px;
    height: 670px;
    margin-top: 0;
  }

  .premium-content {
    justify-content: flex-start;
    padding-top: 11vh;
    padding-bottom: 0;
  }

  .premium-cta {
    white-space: nowrap;
    width: 50%;
  }

  .premium-title {
    font-size: 18px;
    line-height: 28px;
  }

  .premium-text {
    font-size: 40px;
    line-height: 52px;
  }

  .body-5 {
    background-image: url('../images/group-23.webp');
    background-position: 50% 23vh;
    background-size: 100% 650px;
  }

  .about-us-content {
    font-size: 24px;
    display: flex;
  }

  .about-us-section {
    flex: 1;
    margin-top: 280px;
    margin-left: 0;
    display: flex;
  }

  .about-us-title {
    margin-left: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .about-us-text {
    width: auto;
    margin-left: 0;
  }

  .about-us-wrapper {
    margin-top: 175px;
    padding-top: 0;
    overflow: visible;
  }

  .about-us-wrapper-text {
    margin-top: 2vh;
    font-size: 28px;
    line-height: 34px;
  }

  .about-us-features {
    background-color: #769979;
    background-image: none;
    background-size: auto;
    height: 720px;
    padding-bottom: 0;
  }

  .why_about_us {
    width: 90vw;
    margin-top: 31px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .why-us-heading {
    width: auto;
    font-size: 28px;
    line-height: 33px;
  }

  .why-us-txt {
    width: auto;
    height: auto;
    margin-bottom: 32px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .about-us-benefits {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 2vh;
    display: none;
    position: relative;
  }

  .about-us-card {
    flex-flow: column;
    place-content: space-around center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    background-image: linear-gradient(to top, #000, #fff0 66%), url('../images/3568.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: center;
    height: 469px;
  }

  .foot-wrapper-text {
    text-align: center;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 38px;
    line-height: 48px;
    display: flex;
  }

  .foot-wrapper-cta {
    white-space: nowrap;
    width: 184px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-wrapper-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-slide {
    background-color: #769979;
    height: 313px;
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-slide-title {
    color: #fff;
    width: 65%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .paragraph {
    color: #fff;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .right-arrow-4 {
    border: 1px solid #fff;
    border-radius: 60px;
    width: 46px;
    height: 46px;
    margin-right: 0;
    position: absolute;
    inset: auto 0%;
  }

  .left-arrow-4 {
    border: 1px solid #fff;
    border-radius: 60px;
    width: 46px;
    height: 46px;
    margin-left: 0;
    inset: auto auto auto 0%;
  }

  .about-us-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .about-us-slider {
    background-color: #ddd0;
    width: auto;
    height: 310px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon {
    font-size: 25px;
  }

  .slide-nav-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    inset: auto 0% -35px;
  }

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

  .why-grounded {
    text-align: center;
    background-image: url('../images/Group-3419.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .our-goal-content {
    background-image: url('../images/Group-3419.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .why-us-title-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .body-6 {
    background-position: 50% 23vh;
  }

  .faqs-content {
    height: auto;
    font-size: 24px;
    display: flex;
  }

  .faqs-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .faqs-title {
    margin-left: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .faqs-text {
    width: 85%;
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .faqs-cta {
    text-align: center;
    border: 1px #000;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 54px;
    margin: 0 auto 0;
    padding: 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: none;
  }

  .faq-answer {
    background-color: #0000;
    width: auto;
    padding-right: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    overflow: visible;
  }

  .icon-3 {
    display: block;
  }

  .faq-dropdown.one {
    clear: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: padding-box;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .faq-question {
    width: 65vw;
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .faq-dropdown-wrapper {
    margin-top: 2vh;
  }

  .faq-content {
    text-align: left;
    white-space: normal;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: space-between space-around;
    align-items: flex-start;
    width: 80vw;
    height: 7vh;
    margin-right: 0;
    font-size: .8em;
    line-height: 2em;
    display: flex;
    overflow: visible;
  }

  .faq-footer-wrapper {
    border-top: 1px solid #769979;
    flex-direction: column;
  }

  .faq-footer-title {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .faq-footer-cta {
    width: auto;
    padding: 0;
    font-size: 18px;
  }

  .faq-footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .image-24 {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-block {
    margin-left: 0;
    display: none;
  }

  .footer-divider-two-2 {
    width: 80%;
  }

  .list-2 {
    width: auto;
  }

  .oda-image {
    object-fit: contain;
    height: 110px;
  }

  .link-5, .link-5.w--current {
    text-decoration: none;
  }

  .faq-footer-text {
    height: auto;
  }

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

  .about-wrapper-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-goal {
    height: auto;
  }

  .footer-block-mobile {
    margin-left: 0;
    display: block;
  }

  .about-us-mask {
    padding-bottom: 0;
  }

  .about-us-slide-text {
    color: #fff;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .about-us-slide-image {
    width: 64px;
    height: 60px;
  }

  .image-25 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: color-burn;
    background-clip: border-box;
    max-width: 150px;
    position: absolute;
  }

  .pick_us_cta_btn_2 {
    text-align: center;
    white-space: nowrap;
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 3vh auto 15px;
    padding: 1em 5em;
    font-weight: 600;
    line-height: 22px;
    display: flex;
  }

  .list_2 {
    width: 200px;
  }

  .slide-horizontal-2 {
    overflow: visible;
  }

  .slide-2-img {
    mix-blend-mode: color-burn;
    max-width: 150px;
    display: block;
    position: absolute;
  }

  .right-arrow-copy {
    border-width: 2px;
    border-color: #769979;
    border-radius: 60px;
    flex: none;
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: 2vw;
    display: flex;
    position: absolute;
    inset: auto 27% 0% 0%;
    overflow: visible;
  }

  .left-arrow-copy {
    border: 2px solid #769979;
    flex-direction: row;
    flex: none;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0% 27%;
    overflow: visible;
  }

  .html-video-mobile {
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .body-7 {
    mix-blend-mode: normal;
    background-image: linear-gradient(to top, #fff0, #0006 0%), url('../images/mountain-couple.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    height: 100vh;
  }

  .hero-without-image {
    margin-top: 0;
    padding: 30px 0;
  }

  .container-3 {
    width: 95%;
    max-width: none;
  }

  .hero-wrapper-two {
    justify-content: flex-end;
    height: 500px;
  }

  .margin-bottom-24px {
    color: #fff;
    width: auto;
    margin-bottom: 12px;
  }

  .heading {
    color: #fff;
    flex: none;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-copyright-copy {
    padding-bottom: 12px;
  }

  .footer-social-block-two-copy {
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
  }

  .footer-block-copy {
    margin-left: 0;
    display: none;
  }

  .footer-copy {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-dark {
    padding: 15px 0;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-block-2 {
    align-items: flex-start;
  }

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

  .navlink-copy {
    padding-bottom: 10px;
  }

  .navbar-copy {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    height: 15vh;
    padding-top: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: none;
  }

  .navbar-wrapper-2, .nav-menu-two {
    flex-direction: column;
  }

  .button-primary-2 {
    margin-top: 15px;
  }

  .mobile-cta {
    color: #283f41;
    letter-spacing: 0;
    background-color: #fff;
    margin-top: 15px;
  }

  .mobile-cta:hover {
    color: #283f41;
    background-color: #fff;
  }

  .section {
    display: none;
  }

  .navlink-copy-copy {
    padding-bottom: 10px;
  }

  .button-primary-2-copy {
    margin-top: 15px;
  }

  .mobile-cta-copy {
    color: #283f41;
    background-color: #fff;
    margin-top: 15px;
  }

  .mobile-cta-copy:hover {
    color: #283f41;
    background-color: #fff;
    font-weight: 700;
  }

  .gb-cta {
    color: #283f41;
    letter-spacing: 0;
    background-color: #fff;
    margin-top: 15px;
  }

  .gb-cta:hover {
    color: #283f41;
    background-color: #fff;
  }

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

  .container-8, .about-us-contain {
    width: 90%;
  }

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

  .top-div {
    width: auto;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-header {
    margin-top: 0;
  }

  .bottom-div {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .image-28, .image-29, .image-30, .image-31, .image-32 {
    width: 64px;
    height: 60px;
  }

  .google-play-img {
    width: auto;
    max-width: 100%;
  }

  .app-link {
    width: 47.77%;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    order: -9999;
    margin-top: 15px;
    display: none;
  }

  .app-store-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    order: -9999;
    align-items: center;
    margin-top: 15px;
    display: flex;
    overflow: hidden;
  }

  .ios-store-button {
    width: auto;
  }

  .ios-link {
    width: 47.77%;
  }
}

#w-node-_5a7d574d-9d75-74bd-e459-226e4f39ad17-115b0711, #w-node-_5a7d574d-9d75-74bd-e459-226e4f39ad1d-115b0711, #w-node-_5a7d574d-9d75-74bd-e459-226e4f39ad23-115b0711, #w-node-eca08b79-fb95-74fe-f0a2-f007f49bedd6-f0e1fd30, #w-node-_9b568557-ffe3-6112-d92b-b3a51eca6448-f0e1fd30, #w-node-_561d21f1-4ccd-027c-7cba-57673e25c4c2-f0e1fd30, #w-node-_34ac2003-f1c9-ee5a-8be1-77fdef0f73dd-f0e1fd30, #w-node-_3b859735-99d6-bf2d-9e14-54e8b3599614-f0e1fd30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baa16445-1393-85be-4f5e-91bd4cf88925-fbe71b54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f2adf4ec-39f2-2815-184b-b845f882aab1-fbe71b54, #w-node-_5d876d42-f1c1-94ac-3247-fb68270469bd-fbe71b54, #w-node-_2eddd7da-7364-9168-39d1-97c32ebb5258-fbe71b54, #w-node-_8d4b0e50-fce8-d83c-282e-629c6e371103-fbe71b54, #w-node-_9854aa0c-8ef6-56c5-f958-f671162e8b12-1284fb87, #w-node-_9854aa0c-8ef6-56c5-f958-f671162e8b18-1284fb87, #w-node-_9854aa0c-8ef6-56c5-f958-f671162e8b1e-1284fb87, #w-node-_4c78f450-c479-8b7c-a9d4-f4a57cb594dc-1284fb87, #w-node-_4c78f450-c479-8b7c-a9d4-f4a57cb594e2-1284fb87, #w-node-_4c78f450-c479-8b7c-a9d4-f4a57cb594e8-1284fb87, #w-node-_5e2311f9-b63e-0b00-06e7-8d357b22fe95-71b4386b, #w-node-_5e2311f9-b63e-0b00-06e7-8d357b22fe95-49e4fe54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5e2311f9-b63e-0b00-06e7-8d357b22fe95-71b4386b, #w-node-_5e2311f9-b63e-0b00-06e7-8d357b22fe95-49e4fe54 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}