@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #070707;
}

section {
  /* .block-buttons {
      padding-top: 20px;
      display: flex;
      gap: 10px;
      &.embedded-buttons {
          margin-top: 20px;
      }
      a {
          &.btn{
              &::after {
                  font-family: "Font Awesome 6 Free";
                  content: "\f054";
                  font-weight: 800;
                  font-size: 10px;
                  padding-left: 10px;
                  float: right;
                  padding-top: 5px;
                  opacity: .7;
              }
          }
      }
  } */
}
section .section-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #484848;
  margin-bottom: 48px;
}
section .section-title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #070707;
}
section #map {
  height: 400px;
}
section .section-content {
  padding: 100px 0;
  width: 100%;
}
section .fancy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section .fancy-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
section .fancy-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 800;
  font-size: 10px;
  padding-left: 10px;
  float: left;
  padding-top: 5px;
  opacity: 0.7;
}
section .wrapper-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section .wrapper-row .col {
  flex: 1;
  flex-basis: 25%;
}
section.bg_gray {
  background: #F4FBFF;
}
section.bg_gray .card {
  border: none;
}
section[data-type=missing] {
  background: #dbdbdb;
}
section[data-type=applemaps] .section-content {
  padding: 0;
}
section[data-type=blog] .bg-size-cover {
  background-size: cover;
  background-position: center;
}
section[data-type=blog] a {
  text-decoration: none;
}
section[data-type=hero] {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  height: 660px;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: linear-gradient(270deg, #286D97 0%, #202A57 100%);
  /* Fallback */
  background-image: url("../gfx/hero-bg-stripe.png"), linear-gradient(270deg, #286D97 0%, #202A57 100%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* &:after {
      content: "";
      background: $primary;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
  } */
}
section[data-type=hero] .section-content {
  padding: 100px 0 0 0;
}
section[data-type=hero] .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
section[data-type=hero] .hero-content .hero-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section[data-type=hero] span.category {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E9E9EA;
}
section[data-type=hero] .bg-video {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section[data-type=hero] .btn.btn-primary {
  padding: 16px 40px;
  font-size: 18px;
}
section[data-type=hero] h1 {
  font-weight: 700;
  font-size: 66px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
section[data-type=hero] p {
  font-weight: 400;
  font-size: 24px;
  padding: 20px 0;
  /* Gray/Black-50 */
  color: #E9E9EA;
}
section[data-type=counter] .wrapper-row > div {
  text-align: center;
}
section[data-type=counter] .wrapper-row > div .count-wrap {
  font-size: 40px;
  color: #040C1F;
  font-weight: bold;
}
section[data-type=counter] .wrapper-row > div .count-title {
  font-size: 16px;
  color: #00000079;
  font-weight: 600;
}
section[data-type=content_parallax] {
  background: #000;
  color: #fff;
  position: relative;
}
section[data-type=content_parallax] .section-content {
  position: relative;
  min-height: 600px;
  padding: 0;
}
section[data-type=content_parallax] .section-content .parallax-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  min-height: 600px;
  gap: 10px;
}
section[data-type=content_parallax] .section-content .parallax-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
section[data-type=content_parallax] .section-content .parallax-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
section[data-type=banner_text] {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}
section[data-type=banner_text] h2 {
  font-size: 50px;
  font-weight: bold;
}
section[data-type=banner_text]:after {
  content: "";
  background: #040C1F;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.75;
}
section[data-type=banner_text] .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
section[data-type=banner_text] .bg-video {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section[data-type=banner_text] .btn {
  padding: 20px 34px;
  font-weight: bold;
  background: white;
  color: #040C1F;
  font-weight: bold;
  font-size: 20px;
}
section[data-type=empty] .embedded-video video {
  max-width: 100%;
  border-radius: 10px;
}
section[data-type=cta] {
  background-color: #040C1F;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section[data-type=cta] .cta-content {
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: center;
}
section[data-type=cta] .cta-content .cta-title {
  font-size: 24px;
}
section[data-type=cta] .cta-content a {
  color: white;
}
section[data-type=cta] .cta-content .block-buttons .btn-primary {
  background: white;
  color: #040C1F;
  margin-left: 10px;
  border: none;
}
section[data-type=clean] {
  padding: 0;
}
section[data-type=gallery] .grid-gallery {
  height: 500px;
  display: flex;
}
section[data-type=gallery] .grid-gallery .g-l, section[data-type=gallery] .grid-gallery .g-r {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l {
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-t, section[data-type=gallery] .grid-gallery .g-l .g-l-b {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-b {
  display: flex;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-b .g-l-b-l, section[data-type=gallery] .grid-gallery .g-l .g-l-b .g-l-b-r {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
section[data-type=gallery] .grid-gallery img:hover {
  transform: scale(1.1);
}
section[data-type=cards] .card {
  border-radius: 8px;
  border: none;
}
section[data-type=cards] .card .card-image {
  height: 400px;
}
section[data-type=cards] .card .card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
section[data-type=cards] .card .card-content {
  text-align: center;
}
section[data-type=cards] .card .card-content .text {
  color: #333;
}
section[data-type=cards] .card a {
  text-decoration: none;
}
section[data-type=cards] .btn {
  padding: 12px 22px !important;
  border-radius: 12px !important;
}
section[data-type=cards].stacked .card {
  border: none;
}
section[data-type=cards].stacked .card .card-image {
  height: 300px;
}
section[data-type=cards].stacked .card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
section[data-type=cards].stacked .card .card-image::before {
  background: rgba(0, 87, 39, 0.493);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  border-radius: 8px;
}
section[data-type=cards].stacked .card .card-content {
  position: absolute;
  z-index: 1;
  color: white;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5882352941);
}
section[data-type=cards].stacked .card .card-content .card-title {
  margin-bottom: 30px;
}
section[data-type=cards].stacked .card .card-content .text {
  color: white;
}
section[data-type=block_category_masonry] .card {
  border-radius: 5px;
  border: none;
  position: relative;
  overflow: hidden;
  display: block;
  height: 15.2rem;
  border-radius: 10px;
}
section[data-type=block_category_masonry] .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.15s;
  position: absolute;
}
section[data-type=block_category_masonry] .card:hover img {
  transform: scale(1.1);
}
section[data-type=block_category_masonry] .card .title {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
section[data-type=testimonials] .testimonial-stars i {
  color: #040C1F;
}
section .embedded-image {
  max-width: 100%;
  border-radius: 10px;
}
section.titlebar {
  background: #040C1F;
  color: white;
  padding: 20px 0;
}
section[data-type=how-it-works] {
  min-height: 740px;
  background-image: url("../gfx/how-it-works-bike-alt.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 52%;
}
section[data-type=how-it-works] .block-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section[data-type=how-it-works] .block-body .block-left {
  max-width: 400px;
}
section[data-type=how-it-works] .block-body .block-right {
  max-width: 360px;
}
section[data-type=how-it-works] .block-body h2 {
  font-weight: 700;
  font-size: 48px;
  color: #070707;
}
section[data-type=how-it-works] .block-body h3 {
  padding: 20px 0;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #070707;
}
section[data-type=how-it-works] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section[data-type=how-it-works] ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
section[data-type=how-it-works] ul li:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../gfx/rich-bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section[data-type=how-it-works] ul li p {
  font-weight: 400;
  font-size: 20px;
  color: #484848;
}

@media (max-width: 768px) {
  section[data-type=hero] {
    background-size: cover;
    height: auto;
  }
  section[data-type=hero] h1 {
    font-weight: 700;
    font-size: 32px;
  }
  section[data-type=hero] span.category {
    display: none;
  }
  section[data-type=hero] .btn.btn-primary {
    width: 100%;
  }
  section[data-type=hero] p {
    font-weight: 400;
    font-size: 18px;
    color: #E9E9EA;
  }
  section[data-type=hero] .image-wrap {
    margin-top: 50px;
  }
  section[data-type=hero] .image-wrap img {
    max-width: 100%;
  }
  section[data-type=cta] .cta-content {
    flex-direction: column;
  }
  section[data-type=cta] .cta-content .cta-text {
    text-align: center;
  }
  section[data-type=cta] .cta-content .block-buttons {
    margin-top: 20px;
  }
  section[data-type=content_parallax] .section-content {
    min-height: auto;
    padding: 50px 0;
  }
  section[data-type=content_parallax] .section-content .parallax-content {
    width: 100%;
    position: relative;
    z-index: 5;
    min-height: auto;
  }
  section[data-type=block_category_masonry] .card {
    margin: 15px 0 0 0 !important;
    height: 200px !important;
  }
  section[data-type=cards] .block-buttons {
    margin-bottom: 15px !important;
  }
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 260px;
  }
  section[data-type=how-it-works] .block-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  section[data-type=how-it-works] .block-body .block-left {
    max-width: 100%;
  }
  section[data-type=how-it-works] .block-body .block-right {
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike-alt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 30%;
  }
}
nav.navbar {
  background: #040C1F;
}

.core-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.core-navigation li {
  position: relative;
  opacity: 0.6;
}
.core-navigation li a {
  height: 40px;
  text-decoration: none;
  color: #fff;
}
.core-navigation li a i {
  font-size: 12px;
}
.core-navigation li:hover .nav-sub {
  display: block;
}
.core-navigation li.active {
  opacity: 1;
}
.core-navigation li.active > a {
  color: white;
  font-weight: bold;
}
.core-navigation.nav-root {
  display: flex;
  gap: 20px;
  padding: 0 0 0 0;
}
.core-navigation.nav-sub {
  display: none;
  position: absolute;
  background: #fff;
  top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  left: -100px;
  margin-left: 50%;
  z-index: 100;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.core-navigation.nav-sub::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
}
.core-navigation.nav-sub li {
  border-bottom: 1px solid #ccc;
}
.core-navigation.nav-sub li:last-child {
  border-bottom: none;
}
.core-navigation.nav-sub li a {
  height: auto;
  padding: 5px 15px;
}
.core-navigation.nav-sub li.active > a {
  color: #a9936b;
  font-weight: bold;
}

@media (max-width: 768px) {
  .core-navigation {
    display: none !important;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    bottom: 0;
    z-index: 100;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  .core-navigation a {
    height: 40px;
  }
  .core-navigation a i {
    display: none;
  }
  .core-navigation.nav-root {
    gap: 5px;
    padding: 15px 20px;
  }
  .core-navigation.nav-root > li.active {
    border: none;
  }
  .core-navigation.nav-sub {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    display: block;
    border: none;
    box-shadow: none;
  }
  .core-navigation.nav-sub::before {
    display: none;
  }

  .nav-mobile-active .core-navigation {
    display: flex !important;
  }
}
.sub-nav .container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sub-nav .container .core-navigation {
  background: #6A6A6A;
  padding: 5px 25px;
  border-radius: 30px;
}
.sub-nav .container .core-navigation li a {
  font-size: 16px;
  height: auto;
}

.section-login .login-header {
  background: #040C1F;
  border-radius: 8px;
  padding: 20px;
}

.logo {
  padding: 10px 0;
  margin-right: 20px;
}
.logo img {
  max-height: 50px;
}

.card {
  box-shadow: 0 3px 17px rgba(76, 78, 174, 0.11);
  border: none;
  border-radius: 12px;
}
.card .card-header {
  background: transparent;
  border: none;
  padding: 24px 24px 0 24px;
  font-size: 20px;
  font-weight: bold;
}
.card .card-body {
  padding: 24px;
}
.card .card-footer {
  padding: 24px;
}

.btn.btn-primary {
  padding: 9px 20px;
  background: linear-gradient(297.36deg, #00A5DF 17.05%, #13D5A7 88.35%);
  border-radius: 233px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}

.top-bar {
  display: none;
  background: #040C1F;
  color: white;
  padding: 0 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
}
.top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.top-bar ul li {
  display: inline;
  padding: 0 10px;
  float: left;
  /* &:not(:last-child) {
      border-right: solid 1px rgba(255, 255, 255, 0.408);
  } */
}
.top-bar ul li a {
  color: white;
  text-decoration: none;
}
.top-bar ul li a i {
  margin-right: 3px;
}

nav.navbar {
  height: 100px;
  padding: 0;
}
nav.navbar ul.navbar-nav .nav-link.active {
  color: #040C1F;
  background-color: transparent;
  font-weight: bold;
}
nav.navbar ul.navbar-nav .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 4px;
  border: none;
  vertical-align: baseline;
}
nav.navbar ul.navbar-nav .dropdown-menu {
  font-size: 14px;
  background: black;
  border: none;
  left: 50%;
  transform: translateX(-50%);
}
nav.navbar ul.navbar-nav .dropdown-menu::before {
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: calc(50% - $subnav_triangle_size);
}
nav.navbar ul.navbar-nav .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}
nav.navbar ul.navbar-nav .dropdown-menu a:hover {
  background: transparent;
  color: white;
}

.nav-trans nav.navbar {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  /* .logo {
      img {
          filter: brightness(0) invert(1);
      }
  } */
}
.nav-trans nav.navbar ul.navbar-nav .nav-link {
  color: white;
  opacity: 0.7;
}
.nav-trans nav.navbar ul.navbar-nav .nav-link.active {
  color: white;
  opacity: 1;
}

.has-topbar .top-bar {
  display: block;
}
.has-topbar nav.navbar {
  padding-top: 36px;
}
.has-topbar nav.navbar.navbar-overlay {
  padding-top: 36px;
}

.page-home nav.navbar.navbar-overlay {
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  font-size: 16px;
}
.page-home nav.navbar.navbar-overlay > .container {
  border-bottom: solid 1px rgba(255, 255, 255, 0.592);
  padding: 8px 0;
  font-weight: bold;
}
.page-home nav.navbar.navbar-overlay > .container a {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.page-home nav.navbar.navbar-overlay > .container a.active {
  color: white;
}
.page-home nav.navbar.navbar-overlay > .container a:hover {
  color: white;
}

.payment-method {
  border: solid 1px #00000024;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.05s;
  cursor: pointer;
  gap: 10px;
}
.payment-method input {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
  opacity: 0;
  float: left;
}
.payment-method img {
  width: 50px;
}
.payment-method.active {
  border-color: #040C1F;
  background-color: rgba(4, 12, 31, 0.2);
}
.payment-method:hover {
  border-color: #040C1F;
  background-color: #00000008;
}
.payment-method:hover.active {
  border-color: #040C1F;
  background-color: rgba(4, 12, 31, 0.2);
}

.slick-slider {
  margin-left: 20px;
  margin-right: 20px;
}
.slick-slider button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  border-radius: 10px;
  z-index: 1;
  font-size: 0px;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.slick-slider button:hover {
  opacity: 1;
  background: #040C1F;
}
.slick-slider button:hover::after {
  color: white;
}
.slick-slider button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  color: #040C1F;
  vertical-align: baseline;
}
.slick-slider button.slick-prev.slick-arrow {
  left: -50px;
}
.slick-slider button.slick-prev.slick-arrow::after {
  content: "";
}
.slick-slider button.slick-next.slick-arrow {
  right: -50px;
}
.slick-slider button.slick-next.slick-arrow::after {
  content: "";
}

.home-usps .text-wrapper > div {
  height: 42px;
  line-height: 42px;
  text-align: left;
}
.home-usps .text-wrapper > div a {
  color: #040C1F;
  text-decoration: none;
}
.home-usps .text-wrapper > div a:hover {
  text-decoration: underline;
}

section.titlebar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.titlebar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.titlebar .container {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
section.titlebar .container h1 {
  color: white;
  font-size: 30px;
  font-weight: bold;
}
footer {
  background-color: #F4FBFF;
  color: #1D1F2C;
  padding: 72px 0;
}
footer * {
  font-size: 14px;
}
footer a {
  color: #1D1F2C;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #1D1F2C;
}
footer h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #070707;
}
footer img path {
  fill: #ffffff;
}
footer .bg-primary {
  color: white;
}
footer .bg-primary a {
  color: white;
  text-decoration: none;
}
footer .bg-primary a:hover {
  text-decoration: underline;
  color: white;
}

footer .col-sm-12 {
  text-align: center;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  position: relative;
  padding: 3px;
}

.navbar .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.1s;
}
.navbar .nav-mobile .navbar-nav {
  background: #040C1F;
  padding: 5px;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  width: 80%;
  height: 100%;
}
.navbar .nav-mobile .navbar-nav .nav-item a {
  padding: 8px 10px;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.navbar .nav-mobile::after {
  background: #000;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.2s;
}
.navbar.nav-mobile-active .nav-mobile {
  left: 0;
}
.navbar.nav-mobile-active .nav-mobile::after {
  opacity: 0.3;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1400px) {
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike-alt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
  }
}
@media (max-width: 768px) {
  .has-topbar .top-bar {
    display: none;
  }
  .has-topbar nav.navbar {
    padding-top: 0;
  }
  .has-topbar nav.navbar.navbar-overlay {
    padding-top: 0;
  }
  .has-topbar nav.navbar .navbar-nav {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .core-navigation.nav-root {
    padding: 10px;
  }
  .core-navigation.nav-root li {
    padding: 0 20px;
  }
  .core-navigation.nav-root li a {
    font-size: 15px;
    color: #040C1F;
  }
  .core-navigation.nav-root li.active {
    background: #040c1f;
    border-radius: 8px;
  }
  .core-navigation.nav-root li.active a {
    color: white;
  }

  .toggle-mobile-nav {
    background: transparent !important;
    border: none !important;
    color: white;
    font-size: 30px !important;
    padding: 20px 20px !important;
    transition: all 0.1s ease-in-out;
  }
  .toggle-mobile-nav i {
    font-size: 30px;
  }
  .toggle-mobile-nav:hover {
    opacity: 0.75;
    color: white;
  }

  footer .footer-left {
    margin-bottom: 30px;
  }
  footer .footer-right, footer .subfooter {
    flex-direction: column;
  }

  section .section-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
  }
  section .wrapper-row > div:not(:first-child) {
    margin-top: 50px;
  }
  section[data-type=how-it-works] {
    background-size: 100%;
  }
  section[data-type=testimonials] .testimonials-cards .bg-elm {
    display: none;
  }
  section[data-type=testimonials] .wrapper-row > div:not(:first-child) {
    margin-top: 0;
  }
}
.widget-knowledgebase .card {
  border: solid 2px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}
.widget-knowledgebase .card .card-body {
  padding: 18px;
}
.widget-knowledgebase .card .card-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  margin-bottom: 20px;
}
.widget-knowledgebase .card:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #040C1F;
}
.widget-knowledgebase .card .card-footer {
  background: transparent;
  border: none;
  padding: 0 18px 18px 18px;
}

.widget-faq .accordion-item {
  padding: 28px;
  border-radius: 14px;
  margin-bottom: 22px;
  background: #FFFFFF;
  border: 1px solid #EAEFFF;
  transition: all 0.2s ease-in-out;
}
.widget-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.widget-faq .accordion-item.open {
  background: linear-gradient(0deg, rgba(66, 19, 171, 0.2) -86.77%, rgba(77, 252, 227, 0.2) 100%);
  box-shadow: 10px 10px 50px rgba(0, 98, 255, 0.03);
}
.widget-faq .accordion-item .accordion-header .accordion-button {
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  color: #070707;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.widget-faq .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "+";
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.widget-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 500;
}
.widget-faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
}
.widget-faq .accordion-item .accordion-body {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #4B4B4B;
  padding: 0;
}
.widget-faq .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.faq_mini .widget-faq {
  margin-top: 30px;
}
.faq_mini .widget-faq .accordion-item {
  padding: 25px 24px;
  background: #F8F8F8;
  border-radius: 16px;
  margin-bottom: 30px;
}
.faq_mini .widget-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq_mini .widget-faq .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #070707;
}

body.page-home section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.page-home section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.page-home section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
body.page-home section[data-type=testimonials] .testimonials-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
body.page-home section[data-type=testimonials] .testimonials-cards .bg-elm {
  position: absolute;
  width: 762px;
  height: 100%;
  top: 0px;
  background: linear-gradient(270deg, #286D97 0%, #202A57 100%);
  opacity: 0.5;
  border-radius: 8px;
  left: 50%;
  margin-left: -381px;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row {
  width: 100%;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card {
  background: #F4FBFF;
  border-radius: 16px;
  box-shadow: none;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body {
  padding: 24px;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body .testimonial-stars i {
  color: #F59E0B !important;
}
body.p-veilig-en-snel section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.p-veilig-en-snel section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.p-veilig-en-snel section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

body.p-over-ons section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.p-over-ons section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.p-over-ons section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .bg-elm {
  position: absolute;
  width: 762px;
  height: 100%;
  top: 0px;
  background: linear-gradient(270deg, #286D97 0%, #202A57 100%);
  opacity: 0.5;
  border-radius: 8px;
  left: 50%;
  margin-left: -381px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row {
  width: 100%;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card {
  background: #F4FBFF;
  border-radius: 16px;
  box-shadow: none;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body {
  padding: 24px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body .testimonial-stars i {
  color: #F59E0B !important;
}

/*# sourceMappingURL=style.css.map */
