@font-face {
  font-family: Bahnschrift;
  src: url('../fonts/BAHNSCHRIFT.TTF') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color: #c86e2b;
  --white: white;
  --dark-blue: #081f2e;
  --black: #202020;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.home-hero-section {
  z-index: 5;
  background-image: url('../images/hero-img.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.navbar {
  padding: 20px 30px;
}

.home-hero-section-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 7%;
  display: flex;
  position: relative;
  top: 130px;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 110%;
}

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

.h5 {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-top: 24px;
  margin-bottom: 72px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.h5.black {
  color: #000;
  width: 100%;
  font-weight: 700;
}

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

.h5.black.reg {
  box-sizing: border-box;
  color: #f3f3db;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

.h5.orange {
  color: var(--color);
  font-weight: 700;
}

.h5.orange.small-lining {
  width: 100%;
}

.h5.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  background-color: #3898ec00;
  border: 1px solid #fff3;
  border-radius: 30px;
  padding: 14px 20px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.button:hover {
  color: #efd4c0;
  border-color: #efd4c0;
}

.button.orange {
  background-color: var(--color);
  border-width: 0;
}

.bold-text {
  font-family: Bahnschrift, Impact, sans-serif;
}

.text-span {
  color: #ffffffb3;
}

.fa-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.search-section {
  z-index: 10;
  background-image: linear-gradient(45deg, #000, #fafaed 0%, #fff 50%, #f7e9df);
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  padding: 60px;
  display: none;
  position: relative;
  box-shadow: 0 20px 60px #081f2e0d;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
}

.nav-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 7%;
  display: flex;
  position: relative;
}

.button-main {
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #fff3;
  border-radius: 30px;
  padding: 19px 25px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button-main:hover {
  border-color: var(--white);
}

.button-main.black {
  background-color: #081f2e;
  border-width: 1px;
  border-color: #fff0;
  font-weight: 700;
  transition: all .2s;
}

.button-main.black:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button-main.black.orange-hober {
  cursor: pointer;
}

.button-main.black.orange-hober:hover {
  background-color: var(--color);
  color: var(--white);
}

.button-main.orange {
  background-color: var(--color);
  cursor: pointer;
  border-color: #fff0;
}

.button-main.orange:hover {
  background-color: #d38b55;
}

.button-main.orange._50 {
  background-color: var(--color);
  width: 50%;
  margin-top: 18px;
}

.button-main.orange.reg-buttin {
  color: var(--color);
  background-color: #f3f3db;
  margin-top: 20px;
  padding: 20px;
}

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

.nav-link {
  color: #fff;
  border-bottom: 2px solid #f4f5db00;
  padding-left: 0;
  padding-right: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover, .nav-link:focus {
  border-bottom: 2px solid #f4f5db;
}

.nav-link.w--current {
  color: var(--white);
  border-bottom-color: #f4f5db;
  transition: all .2s;
}

.navbar-right-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
}

.navbar-left-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.33%;
  display: flex;
}

.navbar-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.win-win-situation {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 7%;
  display: flex;
  position: relative;
}

.heading {
  font-family: Bahnschrift, Impact, sans-serif;
}

.h3 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 55px;
  line-height: 110%;
  position: relative;
}

.h3.white {
  color: var(--white);
}

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

.h3.left.no-paddings {
  margin-top: 0;
  margin-bottom: 0;
}

.h3.success {
  line-height: 80%;
}

.h3.success.white.margin {
  margin-bottom: 10px;
}

.win-win-card {
  background-color: #c86e2b1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.win-win-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.image {
  width: 54px;
}

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

.image-2 {
  position: absolute;
}

.biskeshops {
  flex-flow: column;
  display: flex;
}

.image-3 {
  width: 100%;
}

.section-3 {
  background-color: var(--dark-blue);
  padding-top: 45px;
  padding-bottom: 80px;
}

.heading-3 {
  color: var(--white);
  font-size: 38px;
}

.h4 {
  color: var(--white);
  text-align: center;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 35px;
  line-height: 120%;
}

.h4.orange {
  color: var(--white);
}

.slider {
  background-color: #ddd0;
}

.carousel-container_backup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 0;
  display: flex;
}

.image-4, .logo-image {
  height: 50px;
}

.steps {
  background-image: url('../images/get-started-bg.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  display: flex;
}

.step-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #c86e2b1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.body {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.body.black {
  color: var(--black);
  font-weight: 700;
}

.body.black.left {
  text-align: left;
  width: 100%;
  font-weight: 400;
  line-height: 160%;
}

.body.black._100 {
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.body.no-margins {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.body.left {
  text-align: left;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.body.left._60 {
  color: #fff9;
  margin-top: 0;
}

.body.left._60.black {
  color: #20202099;
}

.body.left.margin {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.step-card-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 40px;
}

.steps-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-bottom: 60px;
  display: flex;
}

.faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 90px;
  display: flex;
}

.faq-item {
  border-bottom: 0 solid #2020201a;
  width: 0;
  min-width: 70%;
  max-width: 1400px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.faq-item-tite {
  justify-content: space-between;
  display: flex;
}

.dropdown, .dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.w--open {
  padding-left: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.name.white {
  color: var(--white);
}

.accordion-wrapper {
  width: 60%;
  max-width: 1400px;
}

.accorion {
  border-bottom: 1px solid #2020201a;
  transition: all .2s;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.accordion-panel {
  padding-bottom: 30px;
  transition: all .2s;
  display: block;
}

.h5-copy {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.h5-copy.black {
  width: 100%;
  color: var(--black);
  font-weight: 700;
}

.h5-copy.black.left {
  text-align: left;
}

.answer {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.answer.black {
  color: var(--black);
  font-weight: 700;
}

.answer.black.left {
  text-align: left;
  width: 100%;
  font-weight: 400;
  line-height: 160%;
}

.answer.no-margins {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.lottie-animation {
  width: 24px;
}

.testimonials {
  background-color: var(--white);
  background-image: url('../images/testimonials-bg.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.transition {
  width: 100%;
}

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

.testimonials-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.testimonials-cards {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

._25--cards-testimonials {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 25%;
}

._50--cards-testimonials {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 50%;
}

.testimonials-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border: 1px solid #2020201a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 35px;
  display: flex;
}

.testimonial-customer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.position {
  color: #20202099;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.testimonial-name-caption {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials-2-cards {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.body-large {
  color: var(--black);
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.large-card-testimonial-inner-section {
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.large-card-testimonial-upper-section {
  border-bottom: 1px solid #2020201a;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.large-testimonials-card-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border: 1px solid #2020201a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 35px 0;
  display: flex;
}

.footer {
  background-color: var(--dark-blue);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-upper-section {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 50px 7%;
  display: flex;
}

.footer-inner-section {
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  width: 100%;
  padding: 30px 7%;
  display: flex;
}

.footer-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 26%;
  display: grid;
}

.footer-nav-inner-section {
  display: flex;
}

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

.footer-navigation-text {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.footer-navigation-text.white {
  color: var(--white);
}

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

.link-block-navigation {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.link-block-navigation:hover {
  color: var(--color);
}

.form {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  display: flex;
}

.text-field {
  height: 100%;
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.footer-navigation-text-2 {
  color: #fff9;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-second-section {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.about-hero-section-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 100px;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0;
}

.about-hero-section {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/hero-img_4.jpg');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 700px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.about-hero-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h2 {
  color: var(--white);
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 70px;
  line-height: 110%;
}

.h2.no-margins {
  margin-top: 0;
}

.div-block-5 {
  width: 50%;
  height: 100%;
}

.name-about-hero {
  width: 100%;
}

.quote-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 7%;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.quote-block-inner-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.quote-block-inner-section-left {
  width: 40%;
}

.quote-block-inner-section-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.image-5 {
  border-radius: 20px;
}

.quote-25 {
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 25px;
  line-height: 160%;
}

.image-6 {
  width: 100%;
}

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

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

.link-block-2.w--current {
  text-align: left;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
}

.slider-2 {
  display: none;
}

.how-it-works-hero-section-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 100px;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0;
}

.how-it-works-hero-content-right {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.how-it-works-hero-content-right.contact-us-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-text-block {
  background-image: url('../images/how-it-works-img-text-bg.png'), linear-gradient(#f7f8f8, #f7f8f8 0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
  padding: 120px 0% 0;
  display: flex;
}

.image-text-inner-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 80px;
  display: flex;
}

.image-text-inner-section-left {
  background-image: url('../images/img-1_1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-end;
  width: 40%;
  padding: 40px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quote-sign {
  margin-bottom: 140px;
}

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

.benefits {
  background-image: url('../images/benefits-bg.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  padding: 100px 7%;
  display: flex;
}

.benefits-inner-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.benefits-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefits-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #c86e2b00;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.benefits-card-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-33--cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-section-text-block {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.how-it-works-hero-section {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/hero-img_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 700px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.how-it-works-hero-section.contact {
  background-image: url('../images/hero-img_1.jpg');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.image-7, .image-8 {
  width: 100%;
}

.img-text-block-wrapper {
  justify-content: center;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.bike-shops-hero-content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.bike-shops-hero-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-section-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.bike-shops-hero-section {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/hero-img_3.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 700px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  max-width: 1400px;
}

.icon-4 {
  margin-left: 0;
}

.icon-5 {
  margin-right: 0;
}

.mask-2, .slide-7 {
  background-color: #0000;
  width: 100%;
}

.div-block-8 {
  flex-flow: row;
  width: 1400px;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.slide-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.div-block-9 {
  width: 50%;
}

.slider-left-block {
  width: 50%;
  padding-left: 0%;
}

.slider-right-block {
  width: 50%;
}

.slider-side-content {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.left-arrow-2 {
  width: 80px;
  position: absolute;
  left: -80px;
}

.right-arrow-2 {
  right: -80px;
}

.image-9 {
  object-fit: fill;
  width: 22%;
  min-width: 100px;
}

.slider-text-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.slider-text-20.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.slider-customers {
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
  display: flex;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

._50--form-field {
  width: 50%;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.text-fied {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  height: 50px;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  margin-bottom: 12px;
  padding: 20px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
}

.text-fied:focus {
  border-color: #ffffff80;
}

.bike-shops-section-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.slide-nav-2 {
  padding-top: 0;
  padding-bottom: 0;
  inset: 330px 0% 0%;
}

.contact-section-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 1px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.contact-hero-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.tabs-menu {
  background-color: var(--white);
  border: 1px solid #2020201a;
  border-radius: 50px;
  flex-flow: row;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--white);
  width: 50%;
  color: var(--dark-blue);
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-blue);
  width: 50%;
  color: var(--white);
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--white);
  border-radius: 50px;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.active-tab {
  text-align: center;
  flex: 1;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.active-tab-span {
  font-size: 16px;
  font-weight: 700;
}

.inactive-tab {
  text-align: center;
  flex: 1;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.text-span-3 {
  font-size: 16px;
  font-weight: 700;
}

.tabs-content {
  height: auto;
  overflow: visible;
}

.tab-pane-tab-1 {
  height: auto;
}

.tab-pane-tab-2 {
  height: auto;
  overflow: visible;
}

.bike-shops-heading {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.navigation {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-mobile {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.logo-container-2, .logo-container-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  min-width: 100vw;
  padding-left: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-width: 100vw;
  padding-left: 30px;
  display: grid;
}

.image-10 {
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  max-height: 50px;
}

.div-block-12 {
  background-color: var(--white);
  border-radius: 20px;
  position: absolute;
  top: 100%;
}

.register-as-popup {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px;
  display: block;
  position: absolute;
  top: 100%;
}

.popup-button-shop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 40px 5px 5px;
  font-family: Bahnschrift, Impact, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-13 {
  background-color: #081f2e0d;
  border: 0 solid #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.image-11 {
  width: 24px;
  height: 24px;
}

.div-block-14 {
  color: var(--dark-blue);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.popup-button-text {
  opacity: .6;
  line-height: 100%;
}

.popup-button-text-2 {
  font-size: 16px;
  font-weight: 700;
}

.popup-button-customer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 40px 5px 5px;
  font-family: Bahnschrift, Impact, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.close-popup {
  z-index: 998;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.loginrgs-as-popup {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px;
  display: block;
  position: absolute;
  top: 100%;
}

.register-as-popup-mobile {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px;
  display: none;
  position: absolute;
  top: 100%;
}

.success-message {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  text-align: left;
  background-color: #fff0;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
}

.error-message {
  border-radius: 15px;
}

.text-block-2 {
  color: #ed4a2d;
  text-align: center;
  font-family: Bahnschrift, Impact, sans-serif;
}

.video {
  width: 88%;
  height: 88%;
}

.exact-search {
  margin-top: 15px;
}

.search-bar {
  background-color: var(--white);
  border: 1px solid #2020201a;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 7px 7px 7px 20px;
  display: flex;
}

.searchinput {
  height: 100%;
  color: var(--black);
  background-color: #fff0;
  border: 0 solid #c86e2b00;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.searchbutton {
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #fff3;
  border-radius: 30px;
  padding: 19px 25px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.searchbutton:hover {
  border-color: var(--white);
}

.searchbutton.black {
  background-color: #081f2e;
  border-width: 1px;
  border-color: #fff0;
  font-weight: 700;
  transition: all .2s;
}

.searchbutton.black:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.searchbutton.black.orange-hober {
  cursor: pointer;
}

.searchbutton.black.orange-hober:hover {
  background-color: var(--color);
  color: var(--white);
}

.searchbutton.orange {
  background-color: var(--color);
  opacity: 1;
  cursor: pointer;
  border-color: #fff0;
  display: block;
}

.searchbutton.orange:hover {
  background-color: #d38b55;
}

.searchbutton.orange._50 {
  width: 50%;
  margin-top: 18px;
}

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

.resultscontainer {
  z-index: 999;
  background-color: var(--white);
  text-transform: none;
  border-radius: 20px;
  padding: 30px;
  font-style: normal;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 20px 60px #081f2e0d;
}

.text-block-3 {
  font-family: Bahnschrift, Impact, sans-serif;
  font-weight: 400;
}

.category {
  border-bottom: 1px solid #2020201a;
  margin-bottom: 10px;
  font-weight: 400;
}

.category_name {
  opacity: .4;
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Bahnschrift, Impact, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.product {
  border-bottom: 0 solid #2020201a;
  margin-left: -10px;
  padding: 4px 10px;
  font-weight: 400;
}

.product:hover {
  background-color: var(--color);
}

.product_name {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.results {
  font-style: normal;
  position: relative;
}

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

.resultscontainerwrapper {
  z-index: 998;
  background-color: var(--white);
  text-transform: none;
  border-radius: 20px;
  padding: 30px;
  font-style: normal;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 20px 60px #081f2e0d;
}

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

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

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

.image-14 {
  object-fit: contain;
  max-width: 50%;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  max-width: 30%;
}

.text-block-4 {
  color: #f5eded;
  align-self: flex-start;
}

.checkbox-label, .checkbox-label-copy, .checkbox-label-copy-copy {
  color: #fffefe;
  text-align: left;
}

.link {
  color: #c86e2b;
  -webkit-text-stroke-color: #c86e2b;
}

.checkbox {
  pointer-events: auto;
  color: #c86e2b;
  background-color: #ffffff0d;
}

.checkbox.checked.w--redirected-checked, .checked {
  background-color: #c86e2b;
}

.link-2 {
  color: #c86e2b;
}

.image-28, .image-29 {
  max-width: 18px;
}

.popup-exact-search {
  z-index: 99;
  background-color: #20202080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-17 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.popup-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.popup-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.image-30 {
  cursor: pointer;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-guided-search {
  z-index: 99;
  background-color: #20202080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.coming-soon {
  background-color: #c86e2b80;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-11-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-width: 100vw;
  min-height: 0;
  padding-left: 30px;
  display: grid;
}

.slider-side-content-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.slide-wrapper-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.slide-7-mobile {
  background-color: #0000;
  width: 100%;
}

.slider-customers-mobile {
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
  display: none;
}

.slider-left-block-mobile {
  width: 50%;
  padding-left: 0%;
}

.slide-7-copy {
  background-color: #0000;
  width: 100%;
}

.slider-side-content-c2opy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.slider-left-blo2ck-copy {
  width: 50%;
  padding-left: 0%;
}

.image-31 {
  height: 30px;
  min-height: 30px;
}

.paragraph {
  color: #fff;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.div-block-18 {
  width: 1200px;
  display: flex;
}

.div-block-1811 {
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.left-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.info {
  color: #fff;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Bahnschrift, Impact, sans-serif;
}

.info-contact {
  color: #fff;
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.register-banner {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/VM-Web-MS.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  padding: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 60px #081f2e0d;
}

.div-block-1812 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-h3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f1f3db;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 60px;
  line-height: 140%;
  display: flex;
  position: relative;
}

.banner-h3.white {
  color: var(--white);
}

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

.banner-h3.left.no-paddings {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-h3.success {
  line-height: 80%;
}

.banner-h3.success.white.margin {
  margin-bottom: 10px;
}

.bold-text-2 {
  width: 100%;
  color: var(--color);
  text-align: center;
  object-fit: fill;
  font-size: 30px;
  line-height: 160%;
}

.text-block-5 {
  color: #ffffffb3;
  border: 1px solid #ffffffb3;
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-size: 16px;
}

.code-embed {
  display: block;
}

.bold-text-5 {
  color: var(--color);
  font-size: 30px;
  font-weight: 400;
}

.text-span-5 {
  color: var(--white);
}

.custom-class {
  letter-spacing: 1.2px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .home-hero-section {
    width: 100%;
  }

  .home-hero-section-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .h1 {
    width: 100%;
    font-size: 70px;
  }

  .h5 {
    width: 100%;
  }

  .nav-top {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar-right-side {
    width: auto;
  }

  .navbar-left-side {
    width: 15%;
  }

  .navbar-center {
    width: 55%;
  }

  .win-win-situation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h3 {
    font-size: 50px;
  }

  .h3.white {
    font-size: 45px;
  }

  .win-win-card {
    grid-column: span 2;
    width: 100%;
  }

  .win-win-card.fifth-card, .win-win-card.sixth-card {
    grid-column: span 3;
  }

  .win-win-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: end start;
    place-items: center;
    display: grid;
  }

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

  .carousel-container_backup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    padding-left: 0;
  }

  .logo-container {
    min-width: 100vw;
    height: auto;
  }

  .logo-image {
    height: 50px;
  }

  .steps {
    padding-left: 0%;
    padding-right: 0%;
  }

  .step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    align-items: center;
  }

  .steps-content {
    width: 100%;
  }

  .faq {
    padding-left: 5%;
    padding-right: 5%;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .testimonials {
    padding-left: 3%;
    padding-right: 3%;
  }

  .testimonials-cards, ._25--cards-testimonials, ._50--cards-testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonials-card {
    padding: 20px;
  }

  .testimonials-2-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .large-card-testimonial-upper-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-testimonials-card-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-upper-section {
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-navigation {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-second-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .about-hero-section-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .about-hero-section {
    width: 100%;
    min-height: auto;
  }

  .about-hero-left {
    width: 100%;
  }

  .quote-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .quote-block-inner-section-right {
    width: 100%;
  }

  .image-5 {
    height: auto;
  }

  .link-block-2.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .slider-2 {
    display: none;
  }

  .how-it-works-hero-section-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .how-it-works-hero-section-content.contact-us {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how-it-works-hero-content-right {
    width: 100%;
  }

  .image-text-inner-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .image-text-inner-section-left {
    background-size: cover;
    width: 100%;
  }

  .quote-sign {
    margin-bottom: 0;
  }

  .benefits {
    padding: 60px 3%;
  }

  .benefits-inner-section {
    flex-flow: column;
  }

  .benefits-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-33--cards {
    flex-flow: row;
  }

  .hero-section-text-block {
    width: 100%;
  }

  .how-it-works-hero-section {
    width: 100%;
    height: auto;
  }

  .how-it-works-hero-section.contact {
    flex-flow: column;
  }

  .img-text-block-wrapper {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .bike-shops-hero-content-right, .bike-shops-hero-left {
    width: 100%;
  }

  .hero-section-content-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .bike-shops-hero-section {
    width: 100%;
  }

  .mask-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .image-9 {
    width: 30%;
  }

  .slider-customers {
    height: 100%;
    margin-bottom: 80px;
  }

  .section-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .bike-shops-section-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .slide-nav-2 {
    inset: 115% 0% 0%;
  }

  .contact-section-content-wrapper {
    flex-flow: row;
    padding-left: 3%;
    padding-right: 3%;
  }

  .contact-hero-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .tabs-content, .tab-pane-tab-1, .tab-pane-tab-2 {
    height: auto;
  }

  .bike-shops-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .nav-mobile {
    display: none;
  }

  .logo-container-2, .logo-container-3 {
    min-width: 2002px;
    height: auto;
  }

  .div-block-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-width: 150vw;
  }

  .image-10 {
    aspect-ratio: auto;
    object-fit: contain;
    min-height: 100%;
    max-height: 100%;
    position: static;
  }

  .video {
    width: 55%;
  }

  .div-block-11-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-width: 150vw;
  }

  .slider-customers-mobile {
    height: 100%;
    margin-bottom: 80px;
    display: none;
  }

  .register-banner {
    background-position: 100% -15%, 0 0, 0 0;
    background-size: cover, auto, auto;
    padding: 40px;
  }

  .banner-h3 {
    text-align: left;
    font-size: 50px;
  }

  .banner-h3.white {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-section-content {
    margin-bottom: 33px;
  }

  .footer-upper-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-block-2 {
    width: 143.844px;
  }

  .link-block-2.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .slider-customers-mobile {
    display: none;
  }

  .register-banner {
    background-size: cover;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 20px;
  }

  .bold-text-5 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    padding-top: 40%;
  }

  .home-hero-section-content {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    top: 40px;
  }

  .h1 {
    font-size: 62px;
  }

  .h5 {
    line-height: 160%;
  }

  .h5.black {
    color: #202020;
    font-size: 18px;
    line-height: 120%;
  }

  .h5.black.reg {
    line-height: 70%;
  }

  .h5.orange.small-lining {
    line-height: 120%;
  }

  .search-section {
    padding: 20px;
  }

  .nav-top {
    padding: 15px 5%;
  }

  .button-main.black.mobile {
    background-color: var(--white);
    color: var(--dark-blue);
    text-align: center;
  }

  .button-main.orange.reg-buttin {
    text-align: center;
    mix-blend-mode: normal;
    width: 67%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .button-main.mobile {
    text-align: center;
    width: 50%;
  }

  .nav-link {
    display: block;
  }

  .navbar-right-side {
    display: none;
  }

  .navbar-left-side {
    width: 40%;
  }

  .navbar-center {
    display: none;
  }

  .win-win-situation {
    padding: 40px 5%;
  }

  .h3 {
    color: var(--dark-blue);
    font-size: 35px;
  }

  .h3.white.orange-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h3.success.white.margin {
    margin-bottom: 10px;
  }

  .win-win-card {
    grid-column: span 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
  }

  .win-win-card.fifth-card {
    grid-column: span 1;
  }

  .win-win-card.sixth-card {
    grid-column: span 2;
  }

  .win-win-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .h4 {
    font-size: 26px;
  }

  .carousel-container_backup {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .step-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .steps-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lottie-animation {
    min-width: 24px;
  }

  .testimonials {
    margin-bottom: 33px;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonials-cards {
    flex-flow: column;
    margin-top: -30px;
  }

  ._25--cards-testimonials {
    flex-flow: row;
    width: auto;
    display: none;
    overflow: visible;
  }

  ._50--cards-testimonials {
    flex: 0 auto;
    display: none;
  }

  .testimonials-card {
    width: 100%;
    height: 100%;
  }

  .footer-upper-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 5%;
  }

  .footer-navigation, .div-block-4 {
    width: 100%;
  }

  .footer-second-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .about-hero-section {
    padding-top: 40%;
  }

  .h2 {
    font-size: 48px;
  }

  .quote-block {
    padding: 40px 5%;
  }

  .quote-block-inner-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .quote-block-inner-section-left {
    width: 100%;
  }

  .link-block-2 {
    display: none;
  }

  .link-block-2.w--current {
    width: 40%;
  }

  .icon {
    color: #fff;
  }

  .slider-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ddd0;
    width: 100%;
    display: block;
  }

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

  .slide {
    margin-left: 0%;
    margin-right: 5%;
  }

  .mask {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-nav {
    color: var(--color);
    margin-top: 0;
    margin-bottom: -63px;
  }

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

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    margin-right: 5%;
  }

  .how-it-works-hero-section-content.contact-us {
    flex-flow: column;
  }

  .image-text-block {
    background-image: linear-gradient(#f7f8f8, #f7f8f8 0%);
    background-size: auto;
  }

  .benefits {
    padding: 40px 5%;
  }

  .benefits-inner-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefits-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefits-33--cards {
    flex-flow: column;
  }

  .how-it-works-hero-section {
    padding-top: 40%;
  }

  .how-it-works-hero-section.contact {
    background-position: 13%;
    background-attachment: scroll;
  }

  .img-text-block-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-section-content-wrapper {
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bike-shops-hero-section {
    padding-top: 40%;
  }

  .slide-7 {
    vertical-align: baseline;
    position: static;
  }

  .slider-left-block {
    width: 100%;
    display: none;
  }

  .slider-right-block {
    flex: 1;
    display: block;
  }

  .image-9 {
    width: 40%;
  }

  .slider-customers {
    display: none;
  }

  .bike-shops-section-content-wrapper, .contact-section-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tabs-menu {
    border-radius: 20px;
  }

  .tab-link-tab-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-pane-tab-1, .tab-pane-tab-2 {
    height: auto;
  }

  .navigation {
    display: none;
  }

  .nav-mobile {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    height: auto;
    display: flex;
    position: fixed;
    top: 0;
  }

  .link-block-3 {
    opacity: 0;
    width: 40%;
  }

  .lottie-animation-2 {
    z-index: 100;
    width: 15%;
    position: relative;
  }

  .nav-drop {
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    height: 0%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .lottie-animation-2-copy {
    width: 15%;
    display: none;
  }

  .nav-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    opacity: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .nav-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .nav-privacy {
    opacity: 0;
  }

  .nav-ink {
    width: 100%;
    color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
    font-family: Bahnschrift, Impact, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
  }

  .text-span-4 {
    font-family: "Fa Solid 900", Arial, sans-serif;
    font-weight: 400;
  }

  .link-block-3-copy {
    opacity: 1;
    width: 40%;
  }

  .div-block-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-width: 400vw;
  }

  .register-as-popup {
    display: none;
    top: 120%;
    left: 5%;
    right: auto;
  }

  .close-popup {
    display: none;
    inset: 0% 0% auto;
  }

  .loginrgs-as-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    top: 120%;
    right: 5%;
  }

  .success-message {
    z-index: 20;
    position: relative;
  }

  .error-message {
    border-radius: 15px;
  }

  .text-block-2 {
    color: #ed4a2d;
    text-align: center;
    font-family: Bahnschrift, Impact, sans-serif;
  }

  .video {
    min-width: 100px;
  }

  .searchbutton.black.mobile {
    background-color: var(--white);
    color: var(--dark-blue);
    text-align: center;
  }

  .searchbutton.mobile {
    text-align: center;
    width: 50%;
  }

  .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    max-width: 20%;
  }

  .popup-exact-search {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

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

  .popup-guided-search {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .div-block-11-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-width: 400vw;
  }

  .slider-customers-mobile {
    display: flex;
  }

  .slider-left-block-mobile {
    width: 100%;
    display: flex;
  }

  .slide-7-copy {
    vertical-align: baseline;
    position: static;
  }

  .slider-left-blo2ck-copy {
    flex: 1;
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .info {
    margin-left: 8px;
    padding-left: 0;
  }

  .register-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    background-image: url('../images/VM-Web-MS-app.jpg');
    background-position: 100% -15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 278px;
    min-height: 50px;
    margin-top: -85px;
    padding: 20px;
    line-height: 20px;
    display: flex;
  }

  .register-banner.for-home {
    height: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-1812 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
  }

  .banner-h3 {
    border: 0px solid var(--white);
    color: var(--white);
    text-align: center;
    font-size: 27px;
    line-height: 110%;
  }

  .banner-h3.white.orange-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .banner-h3.success.white.margin {
    margin-bottom: 10px;
  }

  .link-block-4 {
    width: 40%;
  }

  .bold-text-5 {
    font-size: 17px;
  }

  .text-span-5 {
    display: block;
  }

  .custom-class {
    font-size: 17px;
  }
}

#w-node-bb02c46d-10ca-3a82-c8f9-359686d9e4c1-ce344486, #w-node-_170f61a3-8d67-96d1-570b-647860f6fd40-ce344486, #w-node-_64edaf27-b74a-4798-f214-7089602550c3-ce344486, #w-node-e484d0c9-7a7e-4006-fb8c-709e310d7729-ce344486, #w-node-e484d0c9-7a7e-4006-fb8c-709e310d772e-ce344486, #w-node-_5587e943-250f-36de-ab9d-a50a6f96634e-ce344486, #w-node-_5587e943-250f-36de-ab9d-a50a6f966353-ce344486, #w-node-dd912f67-aa42-2c96-29fe-dcc13c5fe131-ce344486, #w-node-dd912f67-aa42-2c96-29fe-dcc13c5fe135-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4ab7-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4abc-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4ac1-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4ac6-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4acc-ce344486, #w-node-eedd53be-2b5a-1377-935c-eed70bbc4ad0-ce344486 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1f9596e6-8d7b-2b94-000b-d7b08ede9ef9-8ede9ef4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}