@charset "UTF-8";
/* Buy > how it works */
.icon-base-pseudo,
.howitworks-configure-a:after {
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.howitworks-nav {
  overflow: hidden;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
.howitworks-nav-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  margin-bottom: 24px;
}
.howitworks-nav .tab {
  font-size: 0.875rem;
}
.howitworks-nav .l-wrap {
  height: 100%;
}
.howitworks-nav.is-sticky {
  visibility: visible;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.howitworks-nav.is-sticky .tab.is-active:before {
  bottom: 0;
}
.howitworks-nav .tabs {
  height: 100%;
  color: #000;
  overflow: visible;
}
.howitworks-nav .tabs-pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow-x: visible;
  overflow-y: hidden;
}
.howitworks-nav .tabs-pad:after {
  content: ' ';
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.howitworks-nav .tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 3px;
  color: #000;
}
.howitworks-nav .tab + .tab {
  margin-left: 40px;
}
.howitworks-nav .tab.is-active:before {
  width: 100%;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 1024px) {
  .howitworks-nav {
    font-size: 1.125rem;
  }
  .howitworks-nav-wrap {
    height: 80px;
  }
  .howitworks-nav.is-sticky {
    height: 80px;
  }
  .howitworks-nav.is-sticky .tab {
    padding: 29px 0;
  }
  .howitworks-nav.is-sticky .tab.is-active:before {
    top: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  .full-centered-cont {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .scroll-snap-section p {
    width: 80%;
    margin: auto;
  }
}
.swatch-wrap {
  margin-top: 10px;
}
.js .swatch-wrap .swatch-wrap {
  opacity: 0;
}
.swatch-wrap .swatch-target {
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
}
.swatch-wrap .swatch {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swatch-wrap .pattern-img {
  cursor: default;
}
.swatch-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .swatch-wrap .swatch-target {
    font-size: 1.5rem;
  }
}
.func {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
}
@media only screen and (max-width: 767px ) {
  .func--wide .btn {
    width: 100%;
  }
  .func--wide .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .func--multi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .func--multi .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 40%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .func--multi .btn:last-child {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .func--multi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.howitworks-div {
  font-size: 1rem;
}
.howitworks-div p {
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
}
.howitworks-div .func {
  font-size: 1rem;
}
.howitworks-div--h {
  position: relative;
  height: 667px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.howitworks-div--choose {
  position: relative;
}
.howitworks-div--booking .car-img {
  margin-left: -30px;
  min-width: 350px;
}
.howitworks-swiper {
  margin-top: 80px;
}
.howitworks-swiper .swatch-wrap {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.js .howitworks-swiper .swatch-wrap {
  opacity: 0;
}
.howitworks-swiper .swatch-target {
  font-size: 1.5rem;
}
.howitworks-swiper .car-img {
  margin: 0 auto 30px;
}
.js .howitworks-swiper .car-img {
  opacity: 0.4;
}
.howitworks-swiper .swiper-slide-car {
  text-align: center;
}
.howitworks-swiper .swiper-slide-active .car-img,
.howitworks-swiper .swiper-slide-active .swatch-wrap {
  opacity: 1;
}
.howitworks-configure {
  position: relative;
  padding-top: 50px;
  font-weight: bold;
}
.howitworks-configure-h {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.howitworks-configure-list {
  margin-top: 30px;
}
.howitworks-configure-list .icon-img {
  max-width: 55px;
  margin-right: 15px;
}
.howitworks-configure-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  position: relative;
  padding: 30px 70px 30px 20px;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}
.howitworks-configure-a:after {
  content: '\E026';
}
.howitworks-configure-a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
}
.howitworks-configure-item {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .howitworks-div {
    font-size: 1.125rem;
  }
  .howitworks-div .align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    height: 100%;
  }
  .howitworks-div--h {
    height: 900px;
  }
  .howitworks-div--h .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    height: 100%;
  }
  .howitworks-div--h .l-wrap--right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .howitworks-div--h .l-wrap--right .pos {
    margin-left: 0;
    margin-right: 130px;
  }
  .howitworks-div--h .pos {
    max-width: 400px;
    margin-left: 110px;
  }
  .howitworks-div--booking .car-img {
    margin-left: 0;
  }
  .howitworks-div--booking .swatch-wrap {
    margin-right: -60px;
  }
  .howitworks-div--choose > .l-wrap {
    margin-top: 40px;
  }
  .howitworks-div--choose .eyebrow {
    position: absolute;
    top: -35px;
  }
  .howitworks-div--choose .h4 {
    margin-top: 0;
  }
  .howitworks-configure img {
    margin-top: -25px;
    margin-left: 15px;
    max-width: 460px;
  }
  .howitworks-configure-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    max-width: 1060px;
    margin: auto;
  }
  .howitworks-configure-item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    height: 136px;
    margin-top: 0;
  }
  .howitworks-configure-item a {
    height: 100%;
    padding-right: 90px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .howitworks-configure-item .icon-img {
    margin-right: 25px;
  }
  .howitworks-configure-item + .howitworks-configure-item {
    margin-left: 20px;
  }
  .howitworks-swiper {
    margin-top: 60px;
  }
}
