/*Mobile SVG */

/* Defaults */
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

body.loading {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Ivardisplay-regular";
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.13em;
}

h1.inter,
.h1.inter,
h2.inter,
.h2.inter,
h3.inter,
.h3.inter,
h4.inter,
.h4.inter,
h5.inter,
.h5.inter,
h6.inter,
.h6.inter {
  letter-spacing: 0.085em;
}

body {
  font-size: 16px;
}

h1 {
  font-size: 67px;
}

.h1 {
  font-size: 50px;
  letter-spacing: 0.13em;
}

h2.bigger,
.h2.bigger {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 17px;
}

.h6 {
  font-size: 15px;
}

i,
.italic,
em {
  font-family: "Ivardisplay-italic";
}

.archive-links span .font-light {
  font-weight: 300;
  font-family: "Inter-light", sans-serif;
  letter-spacing: 0.5em;
}

.inter {
  font-family: "Inter-regular", sans-serif;
}

.text-gray {
  color: #838383;
}

.text-brown {
  color: #ebe7e4;
}

.text-light-gray {
  color: #a1a1a1;
}


.parallax-outer {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  outline: none !important;
}

a {
  transition: 0.3s all;
  color: inherit;
  width: fit-content;
}

a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}

a.no-underline:hover {
  border-bottom: none;
}

a.btn,
.fsSubmitButton {
  width: fit-content;
  padding: 16px 25px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 2vw;
  letter-spacing: 0.115em;
}

a.btn.square {
  border-radius: 0;
  padding: 12px 20px;
}


a.btn.btn-outline-light,
a.btn.btn-light,
.fsSubmitButton {
  color: #fff;
  border: 1px solid;
}

a.btn.covid {
  color: #97acb5;
}

a.btn.btn-outline-light:hover,
a.btn.btn-light:hover {
  background-color: #626664;
}

a.btn.btn-light {
  color: #271d21;
  border-color: #fff;
}

a.btn.btn-black {
  color: #000;
  border-color: #000;
}

a.btn.btn-light:hover,
.fsSubmitButton:hover {
  border-color: var(--secondary);
}

.block {
  padding: 0;
}

.block-content {
  max-width: unset;
  padding: 0;
}

p strong {
  font-family: "Inter-bold";
}

.btn-outline-primary:hover {
  border-color: var(--primary) !important;
}

.dark-bg {
  background-color: #333;
}

.off-black-bg {
  background-color: #1d1d1b;
}

.gray-bg {
  background-color: #f8f8f8;
}

.gray-brown-bg {
  background-color: #ece8e5;
}

.black-bg {
  background-color: #000;
}

.brown-bg {
  background-color: #231f20;
}

.champagne-bg {
  background-color: #ebe7e4;
}

.white-bg {
  background-color: #fff;
}

.top-margin,
.exp-swiper.top-margin {
  padding-top: 6rem !important;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.btn.champagne-bg:hover {
  border-color: #626664;
}

.slant {
  -webkit-mask-image: url("https://myeasol.com/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaWs1WmpnM016SXdNUzB6TXpZNUxUUTFaR1V0WVRBNVl5MDJPR0psWm1aa016UTJZV1lHT2daRlZBPT0iLCJleHAiOm51bGwsInB1ciI6ImJsb2JfaWQifX0=--0d4d0013c85d18e03a109eb8d40ef12d95f85c99/slantmask.png");
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom;
  -webkit-mask-image: url("https://raw.githubusercontent.com/fixershq/canvas-themes/master/src/Seller%20Sites/leblanq/slantmask.png");
}

/* Header */

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2222;
  padding: 48px 60px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  transform: translateY(0%);
  display: flex;
}

#header.out {
  transform: translateY(-120%);
}

body.loading #header.out {
  transform: translateY(0);
}

#header.fixed {
  background: rgba(0, 0, 0, 0.48);
  padding: 24px 60px;
}

#header.fixed #logo {
  top: 0 !important;
}

#logo {
  flex-grow: 1;
  text-align: center;
}

#burger {
  width: 40px;
  margin-right: 10px;
}

#nav-icon3 {
  width: 100%;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 8px;
}

#nav-icon3 span:nth-child(2) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#nav-icon3.open span:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burger {
  position: relative;
  z-index: 11;
}

#nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #0e0e0e;
}

#nav-links {
  margin-left: 14vw;
  margin-top: 5vw;
}

#nav-links a {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  width: fit-content;
}

#nav-links a span {
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: 1s all;
}

#nav-links a:hover {
  text-decoration: none;
  color: #cebfa2;
}

#nav-links a:hover span {
  width: 83px;
  color: #cebfa2;
}

#nav-links a:hover span.nav-slant {
  width: 9vw;
  border-bottom: 2px solid #cebfa2;
  transform: rotate(-12deg);
  margin-right: 1vw;
}

#nav-topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#topo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding-bottom: 25vw;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #ebe7e4 70.37%,
    rgba(235, 231, 228, 0) 100%
  );
}

.topo-bg {
  pointer-events: none;
}

#topo-bg svg {
  width: 100%;
  height: auto;
}

#nav-bg {
  position: absolute;
  z-index: -1;
  width: 65vw;
  left: 23vw;
  top: 5vw;
}

#nav-footer {
  left: 14vw;
  bottom: 0;
}


#nav-footer .h2 a {
  margin-right: 0.5vw;
}


#mce-EMAIL {
  width: 100%;
}

/*#mce-EMAIL {*/
/*    background: transparent;*/
/*    border: none;*/
/*    border-bottom: 1px solid #fff;*/
/*    padding:0 0.5vw 0.5vw 0;*/
/*    width: 100%;*/
/*    color:#fff;*/
/*}
*/
/* #mce-EMAIL::-webkit-input-placeholder { opacity:1; }
*/
/* #mce-EMAIL::-moz-placeholder          { opacity:1; }
 */ /* Firefox 19+ */
/* #mce-EMAIL:-moz-placeholder           { opacity:1; }
 */ /* Firefox 18- */
/*#mce-EMAIL:-ms-input-placeholder      { opacity:1; }
*/
/*#mce-EMAIL:focus {*/
/*    border:none;*/
/*    border-bottom: 1px solid #cebfa2;*/
/*    outline: none;*/
/*}
*/
#footer-bottom {
  margin-top: 5rem;
}

.social svg {
  margin-right: 1vw;
}

.social a:hover svg path {
  fill: #cebfa2;
}

#mc-embedded-subscribe {
  opacity: 0.3;
  transition: 0.5s opacity;
  font-size: 13px;
}

#mc-embedded-subscribe:hover {
  opacity: 1;
}

/* footer */

#site-footer {
  position: relative;
  overflow: hidden;
}

.footer-topo {
  position: absolute;
  right: 0;
  width: 77%;
  top: -24vw;
}

#site-footer .logo {
  width: 10vw;
}

a.number-link {
  display: flex;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 1vw;
}

a.number-link span {
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: 0.5s width;
}

a.number-link:hover span {
  width: 20px;
}

#site-footer a:hover,
#easol-stamp a:hover {
  text-decoration: none;
  color: #cebfa2;
}

/* Swipers */

.meta-swiper svg {
  position: absolute;
  width: 100%;
  top: -57px;
  right: 38px;
  z-index: 1;
}

.meta-swiper.right svg {
  right: -38px;
}

.meta-swiper.left svg {
  left: -3rem;
}

.meta-stamp {
  top: -41px !important;
  right: -22px !important;
  z-index: 3 !important;
}

.meta-swiper svg.stamp {
  width: 6vw;
  top: -2vw;
  z-index: 2;
  right: -1.5vw;
}

.meta-swiper img {
  width: 38vw;
  height: 45vw;
  object-fit: cover;
  display: block;
  border: 1vw solid #fff;
}

.meta-swiper.right img {
  margin-left: 8vw;
}

.meta-nav {
  bottom: 7vw;
  width: 4vw;
  height: 9vw;
  z-index: 2;
}

.left .meta-nav {
  right: -1.75vw;
}

.right .meta-nav {
  left: -1.75vw;
}

.meta-nav .prev {
  top: 0;
}

.meta-nav .next {
  top: unset;
  bottom: 0;
}

/* Legends */

.talent-swiper p.h4 {
  position: relative;
  top: 0;
}

.legends
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -1vw;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #d1d1d1 !important;
  margin: 0 0.6vw;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: #a9a9a9 !important;
}

/* Hero Block */

.hero {
  width: 100vw;
  height: 63vw;
}

.hero-alt {
  height: 50vw;
}

@media screen and (max-width: 991px) {
  .hero-alt {
    height: 70vh;
  }
}

@media screen and (max-width: 575px) {
  .hero-alt {
    height: 90vh;
  }
}

.hero img:not(.hero-logo),
.hero video,
.hero iframe {
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.hero img.parallax {
  height: 140%;
}

.hero iframe {
  top: -90px;
}

.hero h1 {
  margin-bottom: 10vw;
}

.hero h1 span {
  letter-spacing: 0.5em;
}

.main-hero + .stamp,
#block-oqs .stamp {
  position: absolute;
  right: 16vw;
  bottom: 9.2vw;
}

.main-hero + .stamp svg,
#block-oqs .stamp svg {
  width: 113px;
  height: 113px;
  -webkit-animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Rides Swiper */

.exp-switch {
  letter-spacing: 0.115em;
}

.exp-switch.active,
.exp-switch:hover {
  color: #000;
  text-decoration: none;
}

.exp-swiper .swiper-slide p {
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.exp-swiper.overlap {
  margin-bottom: -23vw;
}

.exp-swiper-inner .swiper {
  width: 160vw;
  display: none;
}

.archive-swiper .exp-swiper-inner .swiper {
  width: 80vw;
}

.exp-swiper-inner,
.exp-swiper-inner .swiper-slide {
  height: 90vh;
  min-height: 600px;
}

.sold-out {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  z-index: 2;
  padding: 0.5vw 2vw;
}

.exp-swiper-inner img.w-100 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.exp-nav svg {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.exp-nav {
  display: flex;
  align-items: flex-end;
}

.exp-nav .exp-prev {
  margin-right: 10px;
}

.ride-swiper-inner {
  width: 80%;
  margin: 0 auto 0;
  position: relative;
}

.ride-swiper-inner img {
  width: 59.56px;
  height: 59.56px;
  margin-bottom: 54px;
}

.ride-swiper-inner span {
  margin: 0 0.7vw;
}

/* Testimonials */

.testimonials {
  padding: 30vw 0 12rem;
  clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
}

.testimonials #isPasted {
  font-size: inherit !important;
}

.testimonials .h2 {
  font-family: "Ivardisplay-italic";
  margin: auto;
  line-height: 1.45;
  letter-spacing: 0;
  font-size: 28px;
  max-width: 58vw;
}

.testimonials.alt .h3 p:last-child {
  font-family: "Inter", sans-serif;
  font-size: 1vw !important;
  margin-top: 5rem;
}

.testimonials.alt .swiper {
  width: 65%;
  overflow: visible;
}

.testimonials.alt .swiper-slide {
  opacity: 0.6;
  margin-top: 3rem;
}

.testimonials.alt .swiper-slide .h3 p {
  font-size: 1.4vw;
}

.testimonials.alt .swiper-slide-active {
  opacity: 1;
  margin-top: 0;
  zoom: 1;
}

.testimonials.alt .swiper-slide-active .h3 p {
  font-size: 1.6vw;
}

.testimonials img {
  width: 20vw;
  margin-top: 1rem;
}

.testimonials
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3vw;
}

.testimonials
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #dfdfdf;
  margin: 0 0.6vw;
}

.testimonials
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: #a9a9a9;
}

/* logos */

.logos-strip {
  position: relative;
}

.logos-strip .topo-bg {
  position: absolute;
  width: 130%;
  top: 0;
  left: -10%;
  height: 100%;
  opacity: 0.6;
}

.logos-strip img {
  width: 100%;
}

.logos-strip svg {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  top: 50%;
  transform: translateY(-38%);
}

/* Double Section */

.double-section svg {
  display: block;
  width: 5vw;
  margin: auto;
}

.double-section .image-group {
  height: 50vw;
}

.double-section .position-absolute {
  overflow: hidden;
}

img.parallax {
  max-width: unset;
  width: 100%;
  height: 140%;
  object-fit: cover;
}

.double-section .image-group .one {
  width: 50%;
  height: 40%;
  top: 5vw;
  z-index: 1;
  border: 1vw solid #f8f8f8;
}

.double-section .image-group .two {
  width: 35%;
  height: 30%;
  top: 22vw;
  left: 6vw;
}

.double-section .image-group .three {
  width: 40%;
  height: 60%;
  left: 40%;
  top: 5%;
}

.double-section .gray-bg {
  height: 80vw;
}


.double-section-bottom {
  height: 50vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 15vw;
}

.double-section-bottom .one {
  left: 8vw;
  width: 23vw;
  height: 15.9vw;
  top: -6vw;
  border: 8px solid #fff;
}

.double-section-bottom .two {
  width: 15vw;
  height: 18vw;
  right: 10vw;
  top: -13.3vw;
  border: 8px solid #fff;
}

.double-section-bottom .three {
  width: 23vw;
  height: 12.6vw;
  left: 8vw;
  top: 28vw;
  border: 8px solid #fff;
}

.double-section-bottom .four {
  width: 30vw;
  right: 5vw;
  height: 20.2vw;
  top: 20vw;
  border: 8px solid #fff;
}

/* Double Section Alt */

.double-section-alt {
  height: 130vh;
}

.double-section-inner {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}

.double-section-inner h2,
.double-section-inner .h2 {
  font-size: 30px;
}

.double-section-inner div {
  padding: 0 2.5rem;
}

.double-section-inner .text-gray {
  margin-top: 10vw;
  padding: 0 5.4rem;
}

.double-section-alt .one {
  width: 26.5vw;
  height: 17.7vw;
  left: 0;
  top: 10vw;
  border: 8px solid #f8f8f8;
}

.double-section-alt .two {
  width: 16.3vw;
  height: 19vw;
  right: 10vw;
  top: 2vw;
  border: 9px solid #f8f8f8;
}

.double-section-alt .three {
  width: 15vw;
  height: 10vw;
  bottom: 9vw;
  left: 10vw;
  border: 8px solid #f8f8f8;
}

.double-section-alt .four {
  width: 22vw;
  height: 16vw;
  right: 0;
  bottom: -5vw;
  z-index: 2;
  border: 8px solid #f8f8f8;
}

.double-section-alt-bottom .double-section-inner {
  top: 50%;
}

/* Fullwidth Image */

.fullwidth-image .position-absolute {
  top: 50%;
  left: 50%;
  width: fit-content;
  transform: translate(-50%, -50%);
}

.fullwidth-image a.champagne-bg {
  padding: 14px 43px;
}

/* Page Header */

.page-header {
  height: 50vw;
  background-color: #fff;
}

.page-header-short {
  background-color: #1D1D1B;
  height: 70vh;
}

.page-header-short .page-header-inner {
  top: 50%;
}

.page-header--product .page-header-inner {
  z-index: 2;
  /*opacity: 0;*/
  /*pointer-events: none;*/
}

.page-header img,
.page-header-short .product-logo {
  object-fit: cover;
}

.page-header-inner {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.page-header-subtitle {
  margin-bottom: 5vw;
}

.page-header h1,
.page-header-short h1 {
  font-size: 76px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header h2,
.page-header-short h2 {
  font-family: "inter-medium";
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}


.page-header h2 span,
.page-header-short h2 span {
  display: inline-block;
  margin: 5px 12px;
}


.page-header-subtitle--stage span {
  margin-left: 7px;
}

/* Six Tiles */

.product-included-text {
  max-width: 50%;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

@media (max-width: 1024px) {
  .product-included-text {
    max-width: 80%;
  }

}

@media (max-width: 450px) {
  .product-included-text {
    max-width: 100%;
  }

}

.product-included-text * {
  font-size: 14px;
}

.six-tiles .row {
  position: relative;
  z-index: 1;
}

.six-tiles.overlap {
  margin-bottom: -12rem;
  position: relative;
  z-index: 1;
}

.six-tiles h2 {
  padding: 8vw 0 0;
  text-align: center;
  z-index: 1;
  margin-bottom: 2vw !important;
}

.six-tiles p.h4.inter {
  z-index: 1;
  text-align: center;
  margin-bottom: 55px;
  font-size: 13px;
}

.tile-inner {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  color: #f5f4f4;
  height: 100%;
  padding: 3rem 2rem;
}

.tile-inner .h3 {
  color: #f6f6f6;
}

.tile-inner div {
  position: absolute;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
}

.tile-inner div p:last-child {
  margin-bottom: 0;
}

.six-tiles .col-md-4 {
  margin-bottom: 30px;
}

/* FAQ */

.faq-block:nth-child(even) {
  background-color: #f8f8f8;
}

.faq-outer {
  padding: 3rem 10rem;
}

.question {
  cursor: pointer;
  align-items: flex-start;
}

.question p {
  width: 70%;
  line-height: 1;
  padding-top: 0.5rem;
}

.question svg {
  min-width: 40px;
  transition: 1s transform;
  margin-right: 56px;
  transform: rotate(90deg);
}

.open .question svg {
  transform: rotate(90deg);
}

.question p.h3 {
  padding-left: 5rem;
}

.answer {
  overflow: hidden;
  height: 0;
}

.answer-inner {
  padding: 3rem 5rem 3rem 8rem;
}

/* Stages */

.stage-outer .topo-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.stage-outer .topo-bg svg {
  position: relative;
  max-width: unset;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}

.product-stages--product {
  position: relative;
  top: -2px;
}

.product-stages-header .page-header {
  height: 100vh;
  min-height: 600px;
  background-color: transparent;
}

.product-stages-header .page-header-inner {
  top: 50%;
}

.product-stages-header .page-header img {
  filter: brightness(0.8);
}

.stage-content {
  padding-left: 6vw;
}


.stage-outer .answer {
  height: auto;
  overflow: visible;
}

.stage-outer .question {
  cursor: auto;
}

.stage-outer.open .answer {
  opacity: 1;
  transition-delay: 0.5s;
}

.stages-swiper img.position-absolute {
  right: -10vw;
  top: -6vw;
  width: 112%;
  max-width: unset;
}

.stages-swiper .swiper {
  position: relative;
  top: -8vw;
  right: -4vw;
}

.stages-swiper .swiper-slide img {
  height: auto;
  width: 36vw;
  margin-left: 3vw;
}

.stage-nav {
  bottom: 10vw;
  left: 4vw;
  height: 95px !important;
}

.presented-by {
  width: 50%;
}

.stage-content {
  width: 90%;
}

.stage-img-1 {
  width: 28vw;
  top: 1vw;
  left: 0;
}

.stage-img-2 {
  width: 17vw;
  right: -2vw;
  top: -6vw;
}

.stages-single-image img.stage-single-img {
  left: 5%;
  width: 106%;
  max-width: unset;
  top: -8vw;
  margin-bottom: -8vw;
}

.stages-single-image svg.img-border {
  position: absolute;
  top: -10vw;
  width: 110%;
  max-width: unset;
}

.stages-img-bg {
  right: -30vw;
  top: -10vw;
}

/* Partners */

.logos {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.logos a:hover {
  border: none;
}

.logos img {
  margin-bottom: 3rem;
}

.logos p {
  position: absolute;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.3em;
  bottom: 2rem;
  left: 0;
}

/* Fullwidth Images */

.bordered-image {
  border: 1vw solid #fff;
}

.bordered-image.champagne {
  border-color: #ebe7e4;
}

.bordered-image.gray {
  border-color: #f8f8f8;
}

.bordered-image-inner,
.fullbleed-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.fullbleed-inner h2 {
  font-size: 50px;
}

.bordered-image .italic {
  font-size: 2.2vw;
  line-height: 1.4;
}

/* Follow Along */

.follow-along {
  padding: 10rem 6rem 8rem;
  background-color: #fff;
}

.follow-along svg {
  width: 7vw;
  margin-bottom: 3rem;
}

.follow-along p:not(#mc_embed_signup p) {
  width: 85%;
  font-size: 18px;
}

.follow-along p.h2 {
  font-size: 30px;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000 !important;
  padding: 0 0 0.5vw;
  width: 90%;
  color: #000 !important;
  margin-bottom: 3rem;
  opacity: 0.2;
  transition: 0.3s opacity;
}

#mc_embed_signup input[type="submit"] {
  line-height: 1;
  width: fit-content;
  padding: 1.2vw 2vw;
  text-decoration: none;
  font-size: inherit;
  border-radius: 2vw;
  color: #000;
  border-color: #000;
  transition: 0.5s all;
}

.follow-along #mc_embed_signup {
  margin-top: 1rem;
}

#mc_embed_signup input::-webkit-input-placeholder {
  color: #000 !important;
}

#mc_embed_signup input:focus,
#mc_embed_signup input.filled {
  outline: none;
  opacity: 1;
}

#mc_embed_signup input:focus::placeholder {
  opacity: 1;
}

.follow-along.landing img {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

#site-footer #mc_embed_signup input::-webkit-input-placeholder,
.follow-along.landing input::-webkit-input-placeholder {
  color: #fff !important;
}

#site-footer #mc_embed_signup input[type="text"],
.follow-along.landing input[type="text"],
#site-footer #mc_embed_signup input[type="email"],
.follow-along.landing input[type="email"],
#site-footer #mc_embed_signup input[type="submit"],
.follow-along.landing input[type="submit"] {
  color: #fff !important;
  border-color: #fff !important;
  opacity: 1 !important;
}

#mc_embed_signup .mc-field-group {
  border: none;
  min-height: 0;
  padding-bottom: 0;
}

#mc_embed_signup .mc-field-group label {
  display: block;
}

#mc_embed_signup .mc-field-group label:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

#mc_embed_signup .content__gdprBlock {
  font-size: 0.875rem;
}

#site-footer #mc_embed_signup #mce-FNAME,
#site-footer #mc_embed_signup #mce-LNAME {
  display: none;
}

/* Page Intro */

.page-intro {
  overflow: hidden;
}

.page-intro svg {
  position: absolute;
  width: 100%;
  top: 12vw;
  left: 0;
}

.page-intro-upper {
  width: 80%;
  margin: auto;
}

.page-intro-upper .h1.text-secondary {
  width: 70%;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 48px;
  line-height: 130%;
}

.page-intro-upper .text-secondary {
  font-size: 16px;
}

.page-intro-lower {
  height: 45vw;
  width: 85%;
  margin: auto;
  margin: 0 auto 8vw;
}

.page-intro-lower h2 {
  font-size: 30px;
  width: 80%;
  line-height: 40px;
}

.page-intro-content {
  width: 75%;
  margin-top: 41px;
  font-size: 15px;
  line-height: 24.3px;
}

.page-intro-lower .one {
  width: 25vw;
  top: -15vw;
  left: 0;
}

.page-intro-lower .one .parallax-outer {
  /*height:14vw;*/
}

.page-intro-lower .two {
  width: 25vw;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.page-intro-lower .two .h6 {
  /*margin-top: -10px;*/
}

.page-intro-lower .h6 {
  font-weight: 600;
}

.page-intro-lower .parallax-outer img {
  border: 8px solid #fff;
}

.page-intro-lower .two .parallax-outer {
  width: 15vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: auto;
}

.page-intro-lower .three .parallax-outer {
  /*height:20vw;*/
}

.page-intro-lower .three {
  width: 15vw;
  left: 26vw;
  top: -9vw;
}

.page-intro-lower .parallax-outer {
  border: none;
}

.page-intro-lower p {
}

.page-intro-lower .parallax-outer p.text-gray {
  font-size: 15px;
}

.page-intro-lower p.h6 {
  font-family: "Ivardisplay-semibold";
  margin-top: 1rem;
  margin-bottom: 6px;
}

.page-intro-lower .three p {
  white-space: nowrap;
}

.product-not-included strong {
  font-family: "inter-semibold";
  letter-spacing: 0.2em;
  line-height: 223%;
  text-transform: uppercase;
}

/* Text Image Row */

.text-image-row {
  margin-bottom: 4rem;
}

.text-image-row--about {
  margin-bottom: 0;
}

.text-image-row--offset {
  padding-bottom: 4rem;
}

.text-image-row .col-inner {
  width: 63%;
  margin: 4vw auto 0;
}

.text-image-row h2 {
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
}

.text-image-row svg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}

.text-image-row img {
  width: 87%;
  display: block;
  margin: 2vw auto 0;
}

@media (max-width: 767px) {
  .text-image-row img {
    margin: 2vw auto 0 35px;
  }

  .text-image-row--offset {
    padding-bottom: 1.5rem;
  }
}

.product-team .d-flex {
  margin-bottom: 70px;
}

/* Archive Tiles */

.ride-tile > img {
  width: calc(100% - 12px);
  height: calc(100% - 18px);
  object-fit: cover;
  filter: brightness(0.6);
  left: 6px;
  z-index: 0;
  top: 0;
}

.ride-tile .h2.bigger {
  letter-spacing: 0.13em;
  font-weight: 400;
}

.ride-tile a.btn.btn-light {
  font-size: 12px;
  color: #fff;
  background: transparent;
  padding: 12px 25px;
}

.ride-tile a.btn.btn-light:hover {
  border-color: #fff;
  background: #fff;
  color: #000000;
}

.ride-tile .archive-icon {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.ride-tile .archive-icon img {
  object-fit: cover;
  width: 100%;
  height: auto;
  filter: none;
}

.ride-tile-inner-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.ride-tile-inner-caption .h2 {
  margin-bottom: 30px;
}

.ride-tile-inner {
  top: 0;
  left: 0;
  z-index: 1;
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ride-tile-inner a.btn {
  margin-top: auto;
}

.archive-links {
  padding-top: 2vw;
  padding-bottom: 60px;
  display: flex;
  /*font-weight: 600;*/
  flex-direction: column;
  align-items: center;
}

.archive-links span {
  color: #fff;
  letter-spacing: 0.15em;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  font-family: "inter-semibold";
  font-weight: 600;
}

.contact-upper .w-md-50 {
  width: 100%;
}

@media screen and (min-width: 991px) {
  .contact-upper .w-md-50 {
    width: 75%;
  }
}

@media screen and (min-width: 1200px) {
  .contact-upper .w-md-50 {
    width: 50%;
  }
}

/* Contact Form */

.contact-page .topo-bg {
  width: 120%;
  height: 110%;
  top: -10%;
  left: -10%;
  overflow: hidden;
}

.contact-page .topo-bg svg {
  width: 100%;
  height: 100%;
}


.fsPage input,
.fsPage textarea {
  border: 0;
  outline: 0;
  padding: 0 10px 0 0;
  margin-bottom: 2vw;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0.4;
  transition: 0.3s all;
}

.fsPage textarea {
  background-color: #f0f0f0;
  height: 10vw;
  padding: 0 10px 0 10px;
  border-bottom: none;
  position: relative;
}

.fsPage textarea::placeholder,
.fsPage textarea::-webkit-input-placeholder {
  position: absolute;
  bottom: 0.5vw;
}

.fsSubmitButton {
  background: transparent;
  color: #000;
  border-color: #000;
  opacity: 0.3;
  transition: 0.3s all;
}

.fsSubmitButton:hover {
  opacity: 1;
}

.fsPage input.filled,
.fsPage input:focus,
.fsPage textarea.filled,
.fsPage textarea:focus {
  opacity: 1;
  padding: 0 10px 0 10px;
}

#form-submitted {
  display: none;
}

/* footer logoo */

.footer-logos {
  background-color: #f0f0f0;
}

.footer-logos .col {
  color: #000;
  flex-grow: 0;
  height: 12vw;
  text-align: center;
  display: flex;
  align-items: center;
}

.footer-logos .col:not(.col-6) {
  width: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.footer-logos img {
  width: 80%;
  height: auto;
}

/* CART SHOP */
body.cart-shop {
  overflow-x: unset;
}

.cart-shop {
  background: #f7f7f9;
}

.cart-shop h1,
.cart-shop h2,
.cart-shop h3,
.cart-shop h4,
.cart-shop h5,
.cart-shop h6,
.cart-shop .h1,
.cart-shop .h2,
.cart-shop .h3,
.cart-shop .h4,
.cart-shop .h5,
.cart-shop .h6,
body.cart-shop {
  color: #000;
}

body.cart-shop {
  font-size: 1rem;
  line-height: 1.5;
}

.cart-shop h1 {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop h4 {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop h6 {
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cart-shop p {
  font-size: 1rem;
  line-height: 1.5;
}

.cart-shop h1,
.cart-shop h2,
.cart-shop h3,
.cart-shop h4,
.cart-shop h5,
.cart-shop h6,
.cart-shop .h1,
.cart-shop .h2,
.cart-shop .h3,
.cart-shop .h4,
.cart-shop .h5,
.cart-shop .h6 {
  text-transform: uppercase;
}

.cart-shop .block-background {
  z-index: 0;
  pointer-events: none;
}

.cart-shop .segment-collapse {
  color: var(--primary);
}

.cart-shop-navbar .nav.nav-chevrons .nav-item .nav-link:hover,
.cart-shop-navbar .nav.nav-chevrons .nav-item .nav-link.active {
  color: #fff;
}

.cart-shop .bookable-list-item:before,
.availability-table .row-head:before,
.cart-shop .availability-table .bookable-ticket-variant:before {
  background-color: var(--primary);
}

.site-shop-nav {
  justify-content: center;
}

.site-shop-nav .navbar-brand {
  margin-right: 0;
}

#cart-shop-nav-mobile .nav-link {
  font-size: 0.9rem !important;
}

.cart-shop .footer-main {
  background-color: var(--secondary) !important;
  padding-top: 3rem !important;
}

.cart-shop .footer-main .block-content {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .cart-shop-navbar.sticky {
    position: static;
  }

  .cart-shop-navbar .nav.nav-chevrons .nav-item:first-child .nav-link {
    padding-left: 0;
  }

  .cart-shop .footer-main {
    padding-bottom: 6rem !important;
  }

}

.bookable-list-item .factual.small.text-uppercase {
  display: none;
}

.cart-shop .cart-container .btn-sm {
  color: var(--primary) !important;
}

.cart-shop .btn-primary {
  font-family: var(--headings-font-family);
  letter-spacing: 0.035em;
  font-size: 1rem;
  line-height: 1.29;
  padding: 1em 2em;
}

.cart-shop .btn-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.cart-shop .text-color-fomo-red {
  color: #000;
}

.cart-shop .text-strike {
  color: #939393;
}

@media (min-width: 768px) {
  .cart-shop .number-stepper-round.input-group .form-control {
    font-size: 1.15rem !important;
  }

  .cart-shop .number-stepper-round.input-group .icon {
    font-size: 1rem !important;
  }

  .cart-shop .cart-body .col-10 {
    flex: 0 0 38%;
    max-width: 38%;
  }
}

.cart-shop #quicklook-modal h3:not(:first-of-type) {
  padding-top: 1.5rem;
}

.bookable-list-item {
  max-height: unset;
}

.cart-shop .bookable-list-item-text {
  line-height: 1.2;
  overflow: visible;
  font-size: 0.9rem;
  max-height: unset;
}

.cart-shop .variant-modifier.active {
  border-color: var(--primary);
}

.cart-shop .variant-modifier.active .square {
  box-shadow: inset 0px 0px 0px 3px #fff;
  border-color: var(--primary);
  background: var(--primary);
}


/* The first FAQ header and paragraph is hidden  on cart shop so this field can be used for setting directions on /products/ pages */
.cart-shop .modal-body h3:first-of-type,
.cart-shop .modal-body p:first-of-type {
  display: none;
}

.availability-table .row.justify-content-between {
  background-color: unset;
}

#app .btn-secondary:not([type="button"]) {
  font-family: var(--headings-font-family);
  letter-spacing: 0.035em;
  font-size: 1rem;
  line-height: 1.29;
  padding: 1em 2em;
}

#app .factual {
  font-family: var(--font-family-base);
}

.variant-modifier-details {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .variant-modifier-modal {
    max-width: 50rem;
  }
}

.variant-modifier-modal .variant-modifier .variant-modifier-price {
  white-space: nowrap;
}

.cart-shop .modal-footer .btn-secondary {
  font-family: var(--headings-font-family);
  letter-spacing: 0.035em;
  font-size: 1rem;
  line-height: 1.29;
  padding: 1em 4em;
  flex-basis: unset !important;
  min-width: 15rem;
}

.cart-shop .modal-footer .btn-primary {
  padding: 1em 4em;
  min-width: 15rem;
}

.cart-shop .modal-footer .flex-grow {
  flex-grow: 0 !important;
}

.variant-modifier-modal .modal-footer {
  align-items: end !important;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .cart-shop .modal-footer .btn-secondary {
    min-width: unset;
    width: 50%;
    padding: 1em 2em;
  }

  .cart-shop .modal-footer .btn-primary {
    min-width: unset;
    padding: 1em 2em;
    width: 100%;
  }

  .cart-shop .modal-footer .flex-grow {
    width: 50%;
  }
}

/*custom styles */

.exp-swiper {
  padding: 0 72px !important;
}

.testimonials-width-container {
  width: 65%;
}

.testimonials {
  margin-top: 70px;
}

.int-8 {
  letter-spacing: 0.085em !important;
}

.int-11 {
  letter-spacing: 0.115em !important;
}

.int-13 {
  letter-spacing: 0.13em !important;
}

.int-15 {
  letter-spacing: 0.15em !important;
}

.int-25 {
  letter-spacing: 0.25em !important;
}

.int-30 {
  letter-spacing: 0.3em !important;
}

.int-35 {
  letter-spacing: 0.35em !important;
}

.lh-130,
.lh-130 * {
  line-height: 1.3em !important;
}

.lh-145,
.lh-145 * {
  line-height: 1.45em !important;
}

.lh-162,
.lh-162 * {
  line-height: 1.62em !important;
}

.lh-185,
.lh-185 * {
  line-height: 1.85em !important;
}

.info-strip {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.footer-bottom-links a {
  font-size: 11px;
}

.experience-page .topo-bg {
  top: -50vw;
  z-index: -1;
}

.px-20px {
  padding: 0 20px;
}

.exp-testimonials {
  padding-top: 30vw;
  padding-bottom: 8vw;
  background-color: #231f20;
}

.exp-testimonials .testimonial-name {
  margin-top: 60px;
  font-size: 16px;
}

.swiper-pagination-bullet {
  width: 8.78px !important;
  height: 8.78px !important;
}

.testimonials
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #dfdfdf !important;
  opacity: 1 !important;
}

.testimonials
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: #a9a9a9 !important;
}

#logo {
  position: relative;
  top: 10px;
}

#book-now a {
  font-size: 11.13px;
  padding: 10px 25px;
}

#nav-links .h1 {
  font-size: 67px;
  line-height: 120%;
  letter-spacing: 0;
}

#nav-footer .h3 a {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
}

#nav-footer .h5 a {
  font-size: 14px;
  line-height: 200.5%;
  letter-spacing: 0.09em;
}

#nav-footer .h3 {
  margin-bottom: 16px;
}

#nav-footer .h3 a {
  margin-right: 16px;
}

#nav-footer .h5 a {
  margin-right: 37px;
}

.page-header--product {
  position: relative;
}

.main-hero {
  position: relative;
}

.main-hero .bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}

.main-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.main-hero img:not(.hero-logo),
video {
  position: relative;
  z-index: 1;
}

.main-hero h1 {
  font-size: 60.93px;
  letter-spacing: 0.13em;
  line-height: 1em;
}

.main-hero .h2 {
  font-size: 27.56px;
  line-height: 45.9px;
  letter-spacing: 0.87em;
  padding-left: 25px;
  z-index: 2;
  position: relative;
}

.legends {
  margin-bottom: 180px;
}

.legends .left-block {
  padding-top: 5rem;
}

.legends h2 {
  margin-bottom: 36px;
}

.legends-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  max-width: 562px;
}

.talent-swiper-text {
  font-size: 16px;
}

h2,
.h2 {
  font-size: 30px;
  letter-spacing: 0.13em;
}

.exp-switch {
  font-size: 13px;
}

.swiper-nav-button {
  padding: 18px 46px !important;
}

.ride-swiper-inner {
  height: 100%;
  padding-top: 125px;
}

.exp-swiper-inner h1 {
  font-size: 77.76px;
  line-height: 122%;
  letter-spacing: 0.13em;
}

.exp-swiper-names {
  margin-top: 37px !important;
  margin-bottom: 0px !important;
  line-height: 30px;
  font-weight: 600;
}

.exp-swiper-button {
  margin-top: 54px;
}

a.exp-swiper-button {
  font-size: 12px;
  padding: 9px 15px;
}

.logos-strip-subheading {
  font-size: 15px;
  margin-top: 100px;
  margin-bottom: 41px;
}

.logos-strip-heading {
  margin-bottom: 104px;
}


@media (min-width: 1200px) {
  .desktop-hidden {
    display: none !important;
  }
}

.swiper-logo img {
  height: auto;
  width: auto;
  object-fit: cover;
}

a.perthshire-btn {
  font-size: 12px;
  padding: 12px 25px;
}

.perthshire-subheading {
  font-size: 15px;
  margin-bottom: 26px;
}

.perthshire-title {
  margin-bottom: 26px;
}

.perthshire-text {
  margin-bottom: 41px;
}

.swiper-logo {
  margin-bottom: 87px;
  padding: 0 54px;
}

.hero.joyriders {
  min-height: 768px;
}

.hero.joyriders .h3 {
  color: #c6ad7e;
  font-size: 21px;
}

.joyriders-text {
  font-size: 15px;
}

.joyriders-text + a.btn {
  font-size: 12px;
  padding: 12px 25px;
}

.joyriders .h1 {
  font-size: 62.22px;
}

.covid-row {
  display: flex;
  padding: 0 81px;
}

.covid-left {
  margin-right: 114px;
  flex: 0 0 auto;
}

.covid-row .btn {
  padding: 12px 41px;
}

.covid-title {
  font-size: 20px;
}

.fullwidth-subtitle {
  margin-bottom: 36px;
}

.fullwidth-title {
  margin-bottom: 86px;
}

.exp-swiper-filter {
  margin-left: auto;
  margin-right: auto;
}

.exp-swiper-title {
  margin-right: auto;
}

.product-video-iframe {
  margin-left: auto;
  margin-right: auto;
}

.product-video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: calc(100% - 240px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.product-video-block--product {
  padding-bottom: 47.25%;
}

.product-video-block--about {
  margin-bottom: 0;
}

.product-video-block-offset {
  padding-bottom: 60px;
}

.product-video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.main-hero {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.main-hero iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}


#header.fixed .w-25:not(#book-now) {
  position: relative;
  top: 7px;
}

@media (max-width: 1024px) {
  .testimonials {
    clip-path: none;
  }

  .testimonials .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 8vw;
  }

  #block-oqs .stamp {
    right: 10vh;
    bottom: 9vh;
  }

  .legends .left-block {
    padding: 0 15px 0 15px !important;
  }

  .legends .h6 {
    margin-top: 30px;
    display: block;
  }

  .hide-1024 {
    display: none !important;
  }

  .exp-swiper-filter {
    margin-right: 0;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .testimonials {
    padding: 12rem 0 11rem;
  }

  .logos-strip-subheading {
    margin-top: 45px;
  }

  .logos-strip {
    margin-bottom: 45px;
  }

  .covid-row {
    padding: 0 40px;
  }

  .covid-left {
    margin-right: 75px;
  }
}

@media (max-width: 1200px) {
  .product-overview--text {
    width: 90% !important;
  }

  a.btn,
  .fsSubmitButton {
    border-radius: 5vw;
  }

  .product-video-block {
    width: calc(100% - 80px);
    margin-right: auto;
  }

  #block-oqs .stamp {
    right: 5vh;
    bottom: 8.5vh;
  }

  #block-oqs .stamp svg {
    width: 15vw;
    height: 15vw;
  }

  .legends .left-block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 75px;
  }

  .legends > .row {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .legends-text {
    max-width: unset;
  }

  .legends .right-block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }

  .legends .swiper-pagination {
    margin-top: 25px;
  }

  .ride-swiper-inner {
    padding-top: 40px;
  }

  .testimonials-width-container {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials .h2 {
    max-width: 95%;
  }

  .testimonials {
    padding: 11rem 0 7rem;
  }

  .hero.joyriders {
    min-height: 640px;
    height: 50vh;
  }

  .double-section-bottom {
    height: 70vw;
  }

  .double-section-bottom .one {
    left: -7vw;
    top: 0vw;
    border: 7.5px solid #fff;
  }

  .double-section-bottom .two {
    right: -3vw;
    height: 17.6vw;
    top: -19.3vw;
    border: 7.5px solid #fff;
  }

  .double-section-bottom .three {
    width: 26vw;
    height: 14.6vw;
    left: -2vw;
    top: 33vw;
    border: 7.5px solid #fff;
  }

  .double-section-bottom .four {
    width: 29vw;
    height: 27.2vw;
    right: -5vw;
    top: 37vw;
    border: 7.5px solid #fff;
  }

  .info-strip {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }

  .covid-row {
    padding: 0 35px;
  }

  .fullwidth-image .image-wrapper {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    z-index: -1;
  }

  .fullwidth-image img:not(.parallax-img-bg) {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }

  .fullwidth-image .position-absolute {
    position: static !important;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
    transform: none;
  }

  #footer-bottom {
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .exp-swiper-title {
    margin-left: auto;
  }

  .exp-swiper-filter {
    margin-top: 40px;
    margin-right: auto;
  }

  .exp-swiper-inner {
    padding-top: 16px !important;
    margin-top: 0 !important;
  }

  .product-team--heading {
    justify-content: space-between;
  }

  .product-team--heading h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0;
  }

  .product-team--heading > div {
    margin-left: 0 !important;
  }

  .product-team .d-flex {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .product-stages-inner p.h6 > span {
    display: block;
    padding-left: 0 !important;
    margin-top: 10px;
    text-align: right;
  }

  .product-overview--text {
    width: 100% !important;
    margin-top: 40px;
  }

  .hero.joyriders .h3 {
    font-size: 18px;
  }

  .testimonials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2vw;
  }

  .follow-along p {
    width: 100%;
    font-size: 15px;
  }

  #nav-bg {
    display: none;
  }

  #nav-topo {
    max-width: unset;
    width: 200%;
    height: 150%;
    top: -30%;
    left: 15%;
  }

  #nav-links {
    margin-left: 5vw;
    margin-top: 20vw;
  }

  #nav-links a {
    margin: 2rem 0;
  }

  #nav-menu #logo {
    padding-top: 2rem !important;
  }

  #nav-footer {
    left: 5vw;
  }

  #nav-footer p:not(.h3) a {
    margin-right: 5vw;
  }

  .exp-swiper .d-flex.align-items-center {
    flex-wrap: wrap;
  }

  .exp-swiper-title {
    width: 100%;
    text-align: center;
  }

  .exp-swiper-filter {
    margin: 10vw 0 0;
    width: 100% !important;
  }

  .exp-swiper .d-flex.text-right {
    display: none !important;
  }

  .exp-swiper-inner h1 {
    font-size: 60px;
  }

  .testimonials img {
    width: 50vw;
  }

  .testimonials .h2 *,
  .testimonials .h2 p,
  .testimonials .h2 {
    max-width: 100%;
    font-size: 24px;
  }

  #site-footer .logo {
    width: 132px;
    height: 44px;
    margin-bottom: 40px;
  }

  #site-footer a.number-link {
    line-height: 1.85em;
  }

  .footer-last {
    margin-top: 50px;
  }

  .social {
    margin-bottom: 14px;
  }

  .page-intro-upper {
    padding: 0 !important;
    width: 100%;
  }

  .page-intro-upper .h1 {
    width: 90%;
  }

  .page-intro-lower {
    width: 100%;
    height: 125vw;
    align-items: flex-start !important;
    padding-top: 6rem !important;
  }

  .page-intro-lower h2,
  .page-intro-content {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .page-intro-lower .one {
    width: 50vw;
    top: -40vw;
    left: 2vw;
  }

  .page-intro-lower .one .parallax-outer {
    height: 28vw;
  }

  .page-intro-lower .two {
    width: 30vw;
    left: 26vw;
    top: -10vw;
  }

  .page-intro-lower .two .parallax-outer,
  .page-intro-lower .three .parallax-outer {
    height: 40vw;
  }

  .page-intro-lower .three {
    width: 30vw;
    left: 54vw;
    top: -25vw;
  }

  .text-image-row {
    margin-bottom: 0;
  }

  .text-image-row .col-lg-6.px-5 {
    order: 1;
  }

  .text-image-row .col-inner {
    width: 100%;
  }

  .text-image-row .row .pt-5 {
    padding-top: 0 !important;
  }

  .faq-outer {
    padding: 2rem 5rem;
  }

  .question p.h3.inter {
    width: 100%;
    font-size: 24px;
  }

  .hero-alt h1 {
    margin-bottom: 5vw;
    font-size: 4em;
  }

  .ride-tile img {
    height: 80vw;
  }

  .ride-tile img.archive-icon {
    width: 6vw;
  }
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 991px) {
  #header {
    padding: 24px 30px;
  }

  #header.fixed {
    padding: 24px 30px;
  }

  .main-hero {
    padding-bottom: 0;
    min-height: 568px;
    height: 95vh;
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .hero-alt h1 {
    font-size: 3.5em;
  }

  .product-stages-inner p.h6 > span {
    text-align: center;
  }

  .product-overview--text {
    margin-top: 0;
  }

  .fullwidth-image {
    padding: 145px 0 175px !important;
  }

  .fullwidth-image a.champagne-bg,
  a.btn.covid {
    font-size: 13px;
  }

  .joyriders-text + a.btn {
    margin-top: 100px !important;
    padding: 17px 30px;
  }

  .hero.joyriders .h3 {
    font-size: 14px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 2vw;
  }

  .page-header h1 {
    font-size: 37.51px;
  }

  .page-header h2,
  .page-header-short h2 {
    margin-top: 20px;
    font-size: 13px;
  }

  #nav-menu #logo {
    padding-top: 1.5rem !important;
    padding-left: 6vw !important;
  }

  .six-tiles .champagne-bg.slant {
    height: 100% !important;
    -webkit-mask-image: none;
  }

  .main-hero iframe {
    height: 100%;
    width: 150% !important;
  }

  .product-video-block {
    width: calc(100% - 20px);
  }

  .hide-desktop {
    display: block !important;
  }

  .hide-560 {
    display: none !important;
  }

  #header {
    padding: 20px 25px;
  }

  #header.fixed {
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 25px;
  }

  #header .w-25 {
    position: absolute;
    right: 15px;
    top: 32px;
  }

  #header.fixed .w-25 {
    position: absolute;
    top: 16px;
  }

  #header #book-now {
    display: none;
  }

  #block-oqs .stamp {
    bottom: 8vh;
  }

  .legends .left-block {
    padding: 0 !important;
  }

  #site-footer {
    padding: 3rem 1.5rem !important;
  }

  .footer-bottom-links a {
    font-size: 0.65rem;
  }

  #topo-bg {
    top: 19vh;
    left: -50vw;
    width: 250vw;
  }

  .legends .left-block .px-5 {
    padding: 0 !important;
  }

  .main-hero .h2 {
    font-size: 18.03px;
    letter-spacing: 0.7em;
    padding-left: 15px;
  }

  .main-hero h1 {
    font-size: 37.51px;
  }

  #block-oqs .stamp {
    bottom: 6vh;
    right: 30px;
  }

  #block-oqs .stamp svg {
    width: 115px;
    height: 115px;
  }

  .logos-strip-heading {
    width: 80%;
    margin: 0 auto 50px;
  }

  .h1 {
    font-size: 38px;
  }

  body {
    font-size: 14px;
  }

  .h6 {
    font-size: 14px;
  }

  a.btn,
  .fsSubmitButton {
    border-radius: 30px;
    font-size: 11px;
  }

  .legends .right-block {
    padding: 0;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: -28px;
  }

  .talent-swiper p.h4 {
    top: 0;
  }

  .legends
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
  }

  .legends {
    margin-bottom: 130px;
  }

  .exp-swiper {
    padding: 0 20px !important;
  }

  .exp-switch {
    font-size: 10px;
  }

  .ride-swiper-inner {
    padding-top: 60px;
  }

  .ride-swiper-inner {
    width: calc(100% - 10px);
  }

  .ride-swiper-inner img {
    margin-bottom: 15px;
  }

  .exp-swiper-inner h1 {
    font-size: 38px;
  }

  .exp-swiper .swiper-slide .my-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .exp-swiper .swiper-slide .exp-swiper-names {
    margin-top: 30px !important;
  }

  .ride-swiper-inner span {
    display: block;
    opacity: 0;
    height: 0;
  }

  .exp-swiper-button {
    margin-top: 30px;
    border-radius: 30px;
  }

  .exp-swiper.overlap {
    margin-bottom: 0;
  }

  .swiper-nav-button {
    margin-top: 97px;
  }

  .testimonials {
    padding-top: 125px;
    padding-bottom: 160px;
  }

  .testimonial-text * {
    font-size: 20px;
  }

  .testimonials img {
    width: 50vw;
  }

  .testimonials
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 90px;
  }

  .logos-strip-subheading {
    font-size: 14px;
  }

  .logos-strip-subheading {
    margin-top: 72px;
  }

  .swiper-logo {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .logos-strip {
    margin-bottom: 0px;
    padding-bottom: 150px !important;
    overflow: hidden;
  }

  .logos-strip .topo-bg {
    width: 200%;
    left: -50%;
  }

  .logos-strip svg {
    transform: translateY(-50%);
  }

  .swiper-logo .swiper-pagination-bullets {
    bottom: 90px !important;
  }

  .joyriders-text {
    font-size: 14px;
  }

  .joyriders-text br {
    display: none;
  }

  .hero.joyriders {
    height: auto;
    padding: 150px 20px 225px;
  }

  .hero.joyriders img:not(.parallax-img-bg) {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .joyriders .h1 {
    font-size: 38px;
  }

  .joyriders .h3 {
    font-size: 24px;
  }

  .double-section-bottom {
    height: 70vh;
  }

  .double-section-bottom .one,
  .double-secion-bottom .two,
  .double-section-bottom .three,
  .double-section-bottom .four {
    border: 2vw solid #fff;
  }

  .double-section-bottom .one {
    width: 204px;
    height: 135px;
    top: 20px;
    left: -80px;
  }

  .double-section-bottom .two {
    width: 120px;
    height: 170px;
    border-right: 0;
    top: -80px;
  }

  .double-section-bottom .three {
    width: 219px;
    height: 120px;
    top: auto;
    bottom: 185px;
    left: -60px;
  }

  .double-section-bottom .four {
    width: 195px;
    border-right: 0;
    height: 192px;
    top: auto;
    bottom: 75px;
  }

  .double-section-bottom {
    height: auto;
    padding-bottom: 375px;
    padding-top: 160px;
  }

  .double-section img.parallax {
    object-position: 0;
  }

  .double-section-alt .one,
  .double-section-alt .two,
  .double-section-alt .three,
  .double-section-alt .four {
    border: 2vw solid #f8f8f8;
  }

  .covid-row {
    flex-direction: column;
  }

  .covid-left {
    margin-right: 0;
  }

  .px-20px {
    padding: 0 10px;
  }

  #nav-links .h1 {
    font-size: 48px;
  }

  .testimonials .h2 *,
  .testimonials .h2 p,
  .testimonials .h2 {
    max-width: 100%;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #block-oqs .stamp {
    bottom: 5.5vh;
  }
}

@media (max-width: 360px) {
  .double-section-bottom .three {
    left: -80px;
  }

  .double-section-bottom .four {
    width: 165px;
  }

  #block-oqs .stamp {
    bottom: 4.5vh;
  }

  .joyriders .h3 {
    font-size: 15px;
  }

  .h1 {
    font-size: 30px;
  }

  #nav-links .h1 {
    font-size: 36px;
  }
}

.product-included,
.six-tiles {
  padding: 95px 72px;
}

.product-included {
  padding-bottom: 28px;
}

.six-tiles {
  padding-top: 0;
  padding-bottom: 0;
}

.six-tiles.overlap {
  margin-bottom: -28vw;
}

.six-tiles .champagne-bg.slant {
  width: 100%;
  height: 90vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-included > h2 {
  margin-bottom: 0;
}

.product-included img {
  height: 35.41vw !important;
  width: 100% !important;
  object-fit: cover;
}

.product-included > h2 {
  margin-bottom: 78px;
}

.product-included [class*="col"] {
  padding: 0 18px;
  margin-bottom: 2rem;
}

.product-included .tile-inner .h3 {
  font-size: 20px;
  letter-spacing: 0.13em;
}

.product-included .tile-inner {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.product-included .tile-inner {
  opacity: 1;
  padding: 45px 30px 30px 30px;
}

@media (max-width: 991px) {
  .product-included img {
    height: 52.41vw !important;
  }

  .product-included .tile-inner {
    opacity: 1;
    padding: 30px 20px;
  }

}

@media (max-width: 560px) {
  .product-included img {
    height: auto !important;
    min-height: 420px;
  }

  .product-included .tile-inner {
    width: 100%;
  }
}

.product-included .tile-inner div {
  position: relative;
  bottom: unset;
  font-size: 15px;
  width: 100%;
}

.product-not-included h2 {
  margin-bottom: 37px;
}

.product-not-included .text-white h2 {
  color: #fffdfd;
}

.product-not-included ul {
  line-height: 2.2;
  list-style-position: inside;
  padding: 0;
}

.footer-logos .col {
  justify-content: center;
}

.product-destination {
  padding: 0 0 45px;
}

.product-destination__item {
  padding: 77px 110px 77px 85px;
}

.product-destination__item.product-riding {
  padding: 77px 85px 77px 110px;
}

.meta-swiper img {
  border-color: #f8f8f8;
}

.product-destination__item-caption {
  padding-right: 170px;
}

.product-destination__item-caption .text-gray {
  margin-bottom: 42px;
  letter-spacing: 0.11em;
  font-size: 15px;
}

.product-destination__item-caption h2 {
  font-size: 30px;
  margin-bottom: 60px;
  letter-spacing: 0.13em;
}

.product-destination__item-text ol:not(:last-child),
.product-destination__item-text ul:not(:last-child),
.product-destination__item-text p:not(:last-child) {
  margin-bottom: 26px;
}

.product-destination__item.product-riding .product-destination__item-caption {
  padding-right: 0;
  padding-left: 170px;
}

.product-destination .meta-nav {
  bottom: 80px;
  width: 40px;
  height: 95px;
  left: -20px;
}

.product-destination .meta-nav svg {
  right: unset;
  left: unset;
}

.product-destination .meta-swiper.right > svg:first-child {
  max-width: calc(100% + 115px);
  width: calc(100% + 115px);
  right: -115px;
  top: unset;
  bottom: 45px;
}

.product-destination .meta-swiper.left > svg:first-child {
  max-width: calc(100% + 95px);
  width: calc(100% + 95px);
  left: -95px;
  top: unset;
  bottom: -35px;
}

.product-destination .product-destination__item.product-riding .meta-nav {
  left: unset;
  right: -20px;
}

.product-destination__title {
  color: #c6ad7e !important;
  font-size: 50px;
  margin-bottom: 60px;
}

.product-destination .meta-swiper.right img {
  margin-left: 20px;
  width: calc(100% - 20px);
}

.product-destination .meta-swiper.left img {
  width: calc(100% - 20px);
  margin-right: 20px;
}

.product-team {
  padding: 90px 70px 60px;
}

.product-team--col {
  margin-bottom: 20px;
}

.product-team--col img {
  height: 70vh;
  object-fit: cover;
}

.host-inner {
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  padding: 33px 33px 53px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.host-inner-bottom {
  width: 100%;
  bottom: 0;
}

.host-inner-bottom .btn {
  min-width: 115px;
}


.host-inner-top {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}


.host-inner-bottom .h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product-quote--arrows {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.product-quote .swiper-slide {
  min-height: 120vh;
  padding: 100px 0 15vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quote .swiper-pagination {
  bottom: 15vw !important;
}

@media screen and (max-width: 991px) {
  .product-quote .swiper-slide {
    padding: 100px 0 190px !important;
  }

  .product-quote .swiper-pagination {
    bottom: 125px !important;
  }
}


@media screen and (max-width: 480px) {
  .product-quote .swiper-slide {
    padding: 100px 0 220px !important;
  }

  .product-quote .swiper-pagination {
    bottom: 155px !important;
  }

  .product-quote {
    top: -2px;
    padding-bottom: 100px;
  }
}

.product-quote .swiper-pagination .swiper-pagination-bullet {
  background-color: #dfdfdf !important;
  opacity: 1 !important;
}

.product-quote .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a9a9a9 !important;
}

.product-quote__bg-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.product-quote__bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

.product-quote--caption {
  z-index: 2;
  max-width: 46%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}

.product-quote__content {
  font-size: 32.6px;
  line-height: 1.45em;
  margin-bottom: 55px;
}

.product-quote__author {
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.page-header {
  height: 120vh;
  max-height: calc(100vw * 0.6);
  z-index: 1;
  background: transparent;
}

.hero-alt h1 {
  font-size: 4.5em;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.page-header img.w-100 {
  /*filter: brightness(0.8);*/
  object-position: top;
}

.page-header-subtitle {
  display: block;
  margin: 140px auto 45px;
  color: #c6ad7e !important;
  border: none !important;
  transition: all 0.3s ease;
}

.page-header-subtitle span {
  transition: all 0.3s ease;
  border-bottom: 1px solid #c6ad7e;
}

.page-header-subtitle:hover {
  color: #a88e5d !important;
}

.page-header-subtitle:hover span {
  border-color: #a88e5d !important;
}

.page-header-inner h1 {
  margin-bottom: 0;
}

.page-header-inner > *:last-of-type:is(p) {
  margin-top: 1rem
}

.page-header-inner p.h5 {
  margin: 3.47vw 0;
  font-size: 24px;
  line-height: 1em;
}

.page-header--product p.h5 {
  font-size: 20px;
}

.page-header--product .product-logo {
  min-width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.product-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 72px;
}

.product-stamp {
  bottom: 11vw;
  right: 8vw;
  width: 12vw;
  transform: translateY(50%);
}

.product-overview {
  padding: 6.25vw 6.59vw;
  padding-bottom: 75px;
}

.product-overview #topo-bg {
  background: #fff !important;
}

.product-overview h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.product-overview h2.w-75 {
  max-width: 450px;
  width: 450px;
}

.product-overview .h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.product-overview .h6 {
  margin-bottom: 40px;
}

.product-overview--text {
  font-size: 15px;
  line-height: 1.77;
}

.product-video-block {
  position: relative;
}

.product-video-block img {
  height: 100%;
  object-fit: cover;
}

.product-video-block img.poster {
  z-index: 1;
  position: absolute;
  width: 100%;
}

.product-video-block svg#play-button {
  position: absolute;
  width: 2.35vw;
  height: auto;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.product-video-block svg#play-button path {
  transition: all 0.3s ease;
}

.product-video-block svg#play-button:hover path {
  fill: #626664;
}

.product-stages--heading {
  margin-bottom: 90px;
}

.product-stages {
  padding: 80px 8.68vw 200px 6.94vw;
}

.product-stages__item-image {
  background-color: #ffffff;
  padding: 1.2vw 1.05vw;
  height: 100%;
}

.product-stages__item-image img {
  object-fit: cover;
  height: 100%;
}

.product-stages__item-caption {
  padding-left: 4.86vw;
  padding-bottom: 4.5vw;
  padding-top: 0.69vw;
}

.product-stages-inner p.h6 {
  flex-grow: 1;
}

.product-stages__item-title {
  font-size: 30px;
}

.product-stages__item-text {
  font-size: 15px;
}

.product-stages__item-subtitle {
  font-size: 12px;
}

.product-stages .presented-by {
  margin-bottom: 35px;
  width: 100%;
}

/*.product-stages__item-row {*/
/*    height: 100%;*/
/*}
*/
.stages-nav {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 21.73vw;
  display: flex;
  align-items: center;
}

.stages-nav svg {
  width: 40px;
  margin-right: 1.2rem;
}

.host-inner .btn {
  font-size: 12px;
}

.host-inner .btn,
.stages-nav .btn {
  padding: 12px 25px;
}

.product-team--heading {
}

@media (max-width: 991px) {
  .product-quote--caption {
    margin-bottom: 0;
  }

  .product-video-block svg#play-button {
    width: 40px;
  }

  .exp-swiper-inner,
  .exp-swiper-inner .swiper-slide {
    height: auto;
  }

  .ride-swiper-inner {
    padding-bottom: 50px;
    height: auto;
  }

  .product-stages__item-row {
    display: flex;
    flex-wrap: wrap;
  }

  .product-stages__item-row > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .product-stages__item-caption {
    padding-left: 0px;
    padding-top: 40px;
  }

  .page-header {
    max-height: unset;
    height: 70vh;
  }

  .product-stamp {
    bottom: 18vw;
    right: 6vw;
  }

  .product-overview {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stages-nav svg {
    width: 40px;
    height: 40px;
  }

  .stages-nav {
    width: auto;
  }

  .product-team--col {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 100%;
    flex: 0 auto;
  }

  .product-quote--caption {
    max-width: 60%;
  }

  .product-destination__item {
    padding: 0px 40px 100px 40px;
  }

  .product-destination__item-caption {
    padding-right: 20px;
  }

  .product-destination__item.product-riding .product-destination__item-caption {
    padding-left: 20px;
  }

  .product-destination__item.product-riding {
    padding: 60px 40px 100px;
  }

  .product-included {
    padding: 70px 40px;
  }

  .product-included .col-md-4 {
    width: 50%;
    max-width: 50%;
    flex: 0 auto;
  }

  .product-not-included {
    padding-top: 70px;
  }

  .footer-logos .col:not(.col-6) {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .footer-logos .row {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .page-header h1,
  .page-header-short h1 {
    font-size: 56px;
  }

  .product-destination .meta-swiper.right > svg:first-child {
    bottom: -100px;
    max-width: 100%;
    right: 0px;
  }

  .product-destination__item-caption {
    margin-bottom: 30px;
  }

  .product-riding .col-md-6:nth-child(1) {
    order: 2;
  }

  .product-destination .meta-swiper.left > svg:first-child {
    bottom: -100px;
  }

  .product-destination__item-caption {
    padding-right: 0 !important;
  }

  .product-destination__item.product-riding .product-destination__item-caption {
    padding-left: 0 !important;
  }
}

@media (max-width: 560px) {
  .product-destination .meta-swiper.right img {
    margin-left: 40px;
    width: calc(100% - 40px);
  }

  .product-destination .meta-swiper.left img {
    margin-right: 40px;
    width: calc(100% - 40px);
  }

  .product-destination .meta-swiper.left > svg:first-child,
  .product-destination .meta-swiper.right > svg:first-child {
    bottom: -75px !important;
  }

  .product-included.six-tiles {
    margin-bottom: 0 !important;
  }

  .product-stamp {
    bottom: 23vw;
    right: 6vw;
  }

  .product-overview--text {
    margin-left: 0 !important;
  }

  .product-overview .col-md-6 {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 40px;
  }

  .product-overview .col-md-6:nth-child(2) {
    margin-bottom: 40px;
  }

  .product-overview h2 {
    text-align: center;
  }

  .product-overview .h5 {
    text-align: center;
  }

  .product-overview .col-md-6 .w-75 {
    width: 100% !important;
  }

  .product-overview {
    padding-bottom: 0;
  }

  .product-stages--heading {
    flex-wrap: wrap;
    text-align: center;
  }

  .product-stages--heading h2 {
    margin: 20px auto 40px !important;
  }

  .product-stages--heading .h6 {
    text-align: center !important;
  }

  .stages-nav {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }

  .product-stages {
    padding: 40px;
  }

  .product-stages-inner .swiper {
    padding-bottom: 40px;
  }

  .product-team--col {
    width: 100%;
  }

  .product-team {
    padding: 70px 40px 60px;
  }

  .product-quote {
    min-height: 500px;
  }

  .product-quote--caption {
    max-width: 80%;
  }

  .product-destination {
    padding: 0;
  }

  .product-team--col {
    padding: 0 !important;
  }

  .product-destination__title {
    margin-bottom: 60px;
  }

  .product-destination__item-caption .text-gray {
    margin-bottom: 1rem;
  }

  .product-destination__item-caption h2 {
    margin-bottom: 1rem;
  }

  .product-destination .meta-swiper.right > svg:first-child {
    bottom: -115px;
    max-width: calc(100%);
    right: 0px;
  }

  .product-riding .col-md-6:nth-child(1) {
    order: 2;
  }

  .product-riding .col-md-6:nth-child(2) {
    order: 1;
  }

  .product-destination__item.product-riding .product-destination__item-caption {
    padding-left: 0px;
  }

  .product-destination__item.product-riding {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 110px;
  }

  .product-destination .meta-swiper.left > svg:first-child {
    width: 100%;
    left: 0;
    bottom: -115px;
  }

  .product-destination__item:last-child {
    padding-bottom: 130px;
  }

  .product-included > h2 {
    margin-bottom: 40px;
  }

  .product-included .col-md-4 {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .product-not-included {
    padding-bottom: 40px;
  }

  .footer-logos .col {
    margin-bottom: 20px;
  }

  .footer-logos .col:not(.col-6) {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .product-team .bigger {
    text-align: center;
  }
}

@media (max-width: 440px) {
  .product-destination__title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-stages--heading h2 {
    font-size: 38px;
  }

  .host-inner-bottom .h2 {
    font-size: 28px;
  }

  .page-header h1,
  .page-header-short h1 {
    font-size: 38px;
  }
}

@media (max-width: 414px) {
  .product-stages__item-title {
    font-size: 24px;
  }

  .stages-nav {
    width: 240px;
    bottom: 2px;
  }

  .product-destination__title {
    font-size: 30px;
  }

  .product-destination__item-caption h2 {
    font-size: 24px;
  }

  .product-destination__item .col-md-6 {
    padding: 0 !important;
  }

  .product-included .col-md-4 {
    padding: 0 !important;
  }

  .product-included ul {
    padding-left: 0;
  }

  .product-not-included {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .product-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .page-header {
    height: 100vh;
  }

  .product-stamp {
    bottom: 25vw;
  }

  .product-overview {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-stages {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-quote--caption {
    max-width: calc(100% - 40px);
  }

  .product-destination__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-destination__item.product-riding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-included {
    padding: 60px 20px;
  }

  .product-not-included {
    padding-top: 60px;
  }

  .footer-logos {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.parallax img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*about-page*/
.about-sliders .meta-nav {
  bottom: 0;
  width: 40px;
  height: 95px;
  left: -5px;
}

.about-sliders .meta-nav svg {
  right: unset;
  left: unset;
}

.about-sliders .slider-in-left .meta-nav {
  left: unset;
  right: -5px;
}

.about-sliders p {
  font-size: 15px;
  line-height: 182%;
}

.fullbleed-image .btn {
  padding: 16px 45px;
}

.fullbleed-image {
  height: 43vw;
}

@media (max-width: 1600px) {
  .text-image-row {
    margin-bottom: 0;
  }

  .about-sliders .pt-5 {
    padding: 0 !important;
  }
}

@media (max-width: 1400px) {
  .page-intro-lower .two .parallax-outer {
    width: 14vw;
  }

  .about-sliders .meta-nav {
    bottom: 0;
  }

  .about-sliders .slider-in-left .meta-nav {
    bottom: 0;
  }
}

@media (max-width: 1300px) {
  .page-intro-lower .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 1 100%;
  }

  .page-intro-lower .pr-4 {
    padding-right: 0rem !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .page-intro-content {
    width: 100%;
  }

  .page-intro-lower h2 {
    width: 100%;
  }

  .page-intro-lower .col-lg-6:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }

  .page-intro-lower .position-absolute {
    position: static !important;
  }

  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 25%;
  }

  .page-intro-lower .parallax-outer {
    height: auto;
    width: auto !important;
  }

  .page-intro-lower img {
    height: 179px;
    width: 100%;
    object-fit: cover;
    transform: none !important;
  }

  .page-intro-lower .two .parallax-outer {
    width: 100% !important;
    justify-content: unset !important ;
  }

  .page-intro-lower .two .h6 {
    margin-top: 16px;
  }

  .page-intro-lower .three .parallax-outer {
    height: auto;
  }

  .page-intro-lower .three img {
    object-position: top;
  }

  .page-intro-lower .one img {
    height: 179px;
    width: 100%;
  }

  .page-intro-lower .one .parallax-outer {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .text-image-row .col-inner {
    width: 100%;
  }

  .about-sliders .meta-nav {
    bottom: 0;
  }

  .product-stages {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .page-intro-lower {
    width: 100%;
  }

  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 28%;
  }

  .about-sliders .order-1 {
    order: unset;
  }

  .about-sliders .slider-in-left .meta-nav {
    bottom: 0;
    left: -5px;
    right: unset;
  }

  .page-intro-lower {
    height: auto;
  }

  .double-section-inner.w-25 {
    width: 350px !important;
  }

  .page-intro-lower .col-lg-6:nth-child(2) {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-intro-lower .col-lg-6:nth-child(2) {
    margin-top: 40px;
  }

  .page-intro.p-5 {
    padding-bottom: 0 !important;
  }

  .text-image-row h2 {
    padding-bottom: 20px !important;
  }

  .fullbleed-image {
    height: 500px;
  }
}

@media (max-width: 760px) {
  .page-intro-lower .col-lg-6 {
    flex-direction: column;
    align-items: center;
  }

  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 50%;
  }

  .page-intro-lower img {
    height: 270px !important;
  }

  .page-intro-lower .position-absolute {
    margin-bottom: 30px;
  }

  .page-intro-lower .two .parallax-outer,
  .page-intro-lower .three .parallax-outer {
    height: unset;
  }

  .fullbleed-inner h2 {
    font-size: 30px;
  }

  .double-section-alt > svg {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 100%;
  }

  .page-intro-upper .h1.text-secondary {
    font-size: 30px;
    width: 100%;
  }

  .page-intro-lower {
    padding-top: 3rem !important;
  }

  .page-intro-lower h2 {
    font-size: 25px;
  }

  .page-intro.p-5 {
    padding: 0 !important;
  }

  .page-intro-upper .h1.text-secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-intro-lower .one,
  .page-intro-lower .two,
  .page-intro-lower .three {
    width: 80%;
  }

  .text-image-row.p-5 {
    padding: 50px 15px !important;
  }

  .text-image-row h2 {
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  .page-intro-lower img {
    height: 230px !important;
  }
}

.faq-outer {
  overflow: hidden;
}

.fullbleed-image {
  background-position: 50%;
}


#block-rnk,
#block-4tg {
  overflow: hidden !important;
}

.product-logo {
  max-width: 89px;
}

.product-stages h6 {
  font-size: 16px;
}

.stages-pagination.swiper-pagination-custom.swiper-pagination-horizontal {
  letter-spacing: 0.085em !important;
}

.product-team .exp-nav {
  justify-content: flex-end;
}

@media (max-width: 450px) {
  .product-team .exp-nav {
    justify-content: flex-start;
  }

  .product-team svg {
    min-width: 30px;
  }

  .product-team .bigger {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#isPasted {
  font-size: 15px;
}

.experiences-notice p {
  font-size: 13px;
}

.experiences-questions * {
  font-size: 15px;
}

.product-stages .h6 {
  font-size: 16px;
}

.parallax-img-parent {
  position: relative;
  overflow: hidden;
}

.parallax-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135%;
  object-fit: cover;
}

.btn.btn--product {
  font-size: 12px;
  padding: 12px 25px;
  text-align: center;
}

.product-overview .btn.btn--product {
  width: 155px;
}

.stage-nav a:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.info-page {
  padding: 50px 0 150px;
  background-color: #ebe7e4;
}

.exp-nav .swiper-button-lock {
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.main-hero--alt {
  height: auto;
  min-height: 60vw;
  padding: 15vw 0;
}

.main-hero--alt h1 {
  position: relative !important;
  margin-right: auto;
  transform: none;
  line-height: 1;
  top: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.main-hero--alt .h2 {
  letter-spacing: 0.5em;
  padding-left: 14px;
}

.main-hero--alt-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px 0 150px;
  position: relative;
  z-index: 2;
}

.main-hero--alt-left {
  width: 50%;
}

.main-hero--alt-right {
  width: 50%;
}

.main-hero--alt-text {
  max-width: 355px;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}

.main-hero--alt-text p:last-child {
  margin-bottom: 0;
}

.main-hero--alt form {
  max-width: 768px;
}

.main-hero--alt form .mc-field-group {
  margin-bottom: 25px;
}

.main-hero--alt form .mc-field-group--buttons {
  margin-top: 58px;
}

.main-hero--alt form #mc-embedded-subscribe {
  width: 155px;
  border-radius: 50px;
  height: 54px;
  opacity: 1;
  transition: all 0.2s ease;
}

.main-hero--alt form #mc-embedded-subscribe:hover {
  background-color: #fff;
  color: #000000;
}

.main-hero--alt form input:not([type="submit"]) {
  height: 55px;
  background: transparent;
  padding: 0;
  border: none;
  border-bottom: 1px solid #bab8b8;
  font-size: 18px;
  width: 100%;
  transition: all 0.3s ease;
}

.main-hero--alt form input:not([type="submit"])::placeholder {
  transition: all 0.3s ease;
  color: #bab8b8;
}

.main-hero--alt form input:not([type="submit"]) {
  color: #ffffff;
}

.main-hero--alt form input:not([type="submit"]):active::placeholder,
.main-hero--alt form input:not([type="submit"]):active,
.main-hero--alt form input:not([type="submit"]):focus::placeholder,
.main-hero--alt form input:not([type="submit"]):focus,
.main-hero--alt form input:not([type="submit"]):hover::placeholder,
.main-hero--alt form input:not([type="submit"]):hover {
  color: #ffffff;
  border-color: #ffffff;
  outline: none;
}

@media screen and (max-width: 1199px) {
  .main-hero--alt-wrap {
    padding: 100px 70px;
  }

  .main-hero--alt h1 {
    font-size: 54px;
  }

  .main-hero--alt .h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .main-hero--alt-wrap {
    flex-direction: column;
    align-items: center;
    padding: 70px 48px 100px;
  }

  .main-hero--alt-text {
    text-align: center;
    margin: 0 auto 50px;
  }

  .main-hero--alt-left,
  .main-hero--alt-right {
    width: 100%;
  }

  .main-hero--alt h1 {
    display: flex;
    margin-bottom: 30px;
  }

  .main-hero--alt form {
    max-width: 576px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .main-hero--alt-wrap {
    padding: 100px 25px 130px;
  }

  .main-hero--alt-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .main-hero--alt h1 {
    font-size: 42px;
  }

  .main-hero--alt .h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .main-hero--alt form input:not([type="submit"]) {
    font-size: 16px;
    height: 50px;
  }

  .main-hero--alt form .mc-field-group--buttons {
    margin-top: 38px;
  }
}

@media screen and (max-width: 420px) {
  .main-hero--alt h1 {
    font-size: 11.5vw;
  }

  .main-hero--alt .h2 {
    font-size: 5vw;
  }
}

.popup-wrap input:focus,
.popup-wrap input:active {
  outline: none;
}

.popup-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3111;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s ease;
}

.popup-wrap.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.popup-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: absolute;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.popup-block {
  width: 100%;
  display: flex;
  height: 700px;
  z-index: 1;
  cursor: auto;
  max-height: 90vh;
  width: 1140px;
  max-width: 90%;
  background: #1d1d1b;
  justify-content: center;
  position: relative;
}

.popup-block-left {
  height: 100%;
  overflow-y: auto;
  width: 53%;
  color: #ffffff;
  justify-content: center;
  display: flex;
  padding: 50px 80px 50px 75px;
  flex-direction: column;
  z-index: 11;
}

.popup-waitlist .popup-block-left {
  width: 100%;
}

.popup-waitlist .popup-block {
  height: 450px;
  max-width: 50%;
}

.popup-block-right {
  width: 47%;
  position: relative;
}

.popup-block-right img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.popup-title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-family: "Ivardisplay-regular";
}

.popup-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.popup-wrap--newsletter .popup-subtitle {
  margin-bottom: 55px;
}

.popup-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 55px;
}

.popup-form {
  max-width: 85%;
}

.popup-form input {
  color: #ffffff;
}

.popup-form input::-webkit-placeholder,
.popup-form input::placeholder {
  color: #bab8b8;
}

.popup-form input:focus::placeholder,
.popup-form input:active::placeholder,
.popup-form input:focus::-webkit-placeholder,
.popup-form input:active::-webkit-placeholder {
  color: #ffffff;
}

.popup-form .form-group {
  margin-bottom: 0;
}

.popup-form .form-group--buttons {
  margin-top: 50px;
}

.popup-form .form-group--buttons input {
  border: 1px solid #ffffff;
  border-radius: 50px;
  letter-spacing: 0.115em;
  font-size: 13px;
  color: #ffffff;
  display: inline-flex;
  width: unset;
  opacity: 1 !important;
  transition: all 0.2s ease;
  height: unset;
  padding: 8px 35px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.popup-form .form-group--buttons input:hover {
  background: #fff;
  color: #1d1d1b;
}

.popup-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 65px;
  font-size: 14px;
}

.popup-buttons a.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.popup-buttons a.btn:hover {
  background: #fff;
  color: #1d1d1b;
}

.popup-form .response#mce-error-response {
  color: #ff7366;
  line-height: 1.2;
  margin-top: 10px;
}

.popup-form .response#mce-success-response {
  color: #66ff83;
  line-height: 1.2;
  margin-top: 10px;
}

.popup-close {
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 18px;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.2s ease;
  cursor: pointer;
}

.popup-close:hover {
  color: #c6ad7e;
}

@media (max-width: 1199px) {
  .popup-block {
    max-width: 95%;
  }

  .popup-waitlist .popup-block {
    max-width: 60%;
  }

  .popup-block-left {
    padding: 50px;
  }

  .popup-title,
  .popup-subtitle {
    margin-bottom: 20px;
  }

  .popup-text {
    margin-bottom: 30px;
  }

  .popup-form input {
    height: 55px;
  }

  .popup-form .form-group {
    margin-bottom: 10px;
  }

  .popup-form .form-group--buttons {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .popup-block-left {
    padding: 30px;
    width: 60%;
  }

  .popup-waitlist .popup-block-left {
    width: 100%;
  }

  .popup-block-right {
    width: 40%;
  }

  .popup-title,
  .popup-subtitle {
    margin-bottom: 25px;
  }

  .popup-title {
    font-size: 30px;
  }

  .popup-subtitle {
    font-size: 16px;
    letter-spacing: 0.3em;
  }

  .popup-text {
    margin-bottom: 20px;
  }

  .popup-form input {
    height: 50px;
  }

  .popup-form .form-group--buttons {
    margin-top: 35px;
  }

  .hero-alt h1 {
    font-size: 4em;
  }
  
  .footer-logos {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .popup-waitlist .popup-block {
    max-width: 95%;
    height: 360px;
  }

  .popup-close {
    font-size: 26px;
    right: 10px;
    top: 10px;
  }

  .hero-alt h1 {
    font-size: 3.5em;
  }

  .popup-block {
    max-height: 95%;
    position: unset;
  }

  .popup-form {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .popup-block-right {
    display: none;
  }

  .popup-block-left {
    position: relative;
    width: 100%;
  }

  .popup-block-left {
    height: auto;
    overflow-y: unset;
  }

  .popup-text {
    line-height: 1.6;
  }

  .popup-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .hero-alt h1 {
    font-size: 3.2em;
  }
}

@media (max-width: 319px) {
  .popup-title {
    font-size: 26px;
  }
}

.alert-warning {
  z-index: 111;
}

.main-hero--alt form input::placeholder {
  opacity: 1;
}

/* Journal */
.page-header-inner p {
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  letter-spacing: .3em;
}


.journal-simple-block {
  max-width: calc(766px + 80px);
  padding: 110px 40px;
  margin-left: auto;
  margin-right: auto;
}

.journal-simple-block h2 {
  font-size: 30px;
  font-family: "Ivardisplay-regular";
  line-height: 1.3em;
  margin-bottom: 23px;
}

.journal-simple-block .subtitle {
  font-size: 16px;
  font-family: "Inter-regular";
  margin-bottom: 26px;
}

.journal-simple-block .text {
  font-size: 15px;
  font-family: "Inter-regular";
}

.journal-simple-block img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  display: block;
}

.journal-simple-block .medium-title {
  font-size: 36px;
}

.journal-simple-block .big-title {
  font-size: 50px;
}

.journal-simple-block .extra-big-title {
  font-size: 62px;
}

.journal-simple-block .italic {
  font-family: "Ivardisplay-italic";
}

/* Columns block */
.journal-columns-block {
  padding: 84px 90px 115px 90px;
}

.journal-columns-block .content-wrapper {
  display: flex;
  justify-content: space-between;
}

.journal-columns-block .column {
  width: calc(50% - 22.5px);
}

.journal-columns-block .column-item {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}

.journal-columns-block .column-item:last-child {
  margin-bottom: 0;
}

.journal-columns-block img {
  border: 18px solid #f8f8f8;
  position: relative;
  z-index: 2;
}

.journal-columns-block .template-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.journal-columns-block .svg-top {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 611px;
  height: auto;
  z-index: 1;
}

.journal-columns-block .svg-bottom {
  position: absolute;
  bottom: -17%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 573px;
  height: auto;
  z-index: 1;
}

.journal-columns-block .template-italic {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.journal-columns-block .italic-title {
  font-family: "Ivardisplay-italic";
  font-size: 34px;
  margin-bottom: 60px;
  max-width: 75%;
}

.journal-columns-block .italic-subtitle {
  font-family: "Inter-regular";
  font-size: 16px;
  color: #c6ad7e;
}

.journal-columns-block > h2 {
  font-family: "Ivardisplay-regular";
  font-size: 30px;
  margin-bottom: 104px;
  text-align: center;
}

.journal-columns-block > h2.small-title {
  font-size: 24px;
  letter-spacing: 0.26em;
}

.journal-columns-block .template-default {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.journal-columns-block .default-title {
  font-family: "Inter-regular";
  font-size: 15px;
  font-weight: 700;
}

.default-text {
  font-size: 15px;
}

.journal-columns-block .no-title {
  margin-top: 53px;
}

.custom-image-block .svg-stamp {
  left: auto !important;
  transform: none !important;
}

.custom-image-block .svg-stamp,
.journal-columns-block .svg-stamp {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  width: 100%;
  max-width: 110px;
  height: auto;
  z-index: 3;
}

.journal-columns-block .mirror-column .column:nth-child(1) {
  order: 2;
}

.journal-columns-block .mirror-column .column:nth-child(2) {
  order: 1;
}

@media (max-width: 1300px) {
  .custom-image-block .svg-stamp,
  .journal-columns-block .svg-stamp {
    max-width: 70px;
  }
}

/* row block */

.journal-rows-block {
  padding: 84px 90px 115px 90px;
}

.journal-rows-block .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row !important;
}

.journal-rows-block .row {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.journal-rows-block .row-item {
  width: calc(50% - 55px);
  margin-bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journal-rows-block img {
  border: 18px solid #f8f8f8;
  position: relative;
  z-index: 2;
}

.journal-rows-block .template-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.journal-rows-block > h2 {
  font-family: "Ivardisplay-regular";
  font-size: 30px;
  margin-bottom: 104px;
  text-align: center;
}

.journal-rows-block > h2.small-title {
  font-size: 24px;
  letter-spacing: 0.26em;
}

.journal-rows-block .template-default {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.journal-rows-block .default-title {
  font-family: "Ivardisplay-regular";
  font-size: 30px;
  line-height: 1.33em;
  margin-bottom: 49px;
}

.journal-rows-block .no-title {
  margin-top: 53px;
}

.journal-rows-block .svg-top {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 611px;
  height: auto;
  z-index: 1;
}

.journal-rows-block .svg-bottom {
  position: absolute;
  bottom: -17%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 573px;
  height: auto;
  z-index: 1;
}

.journal-rows-block .svg-stamp {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  width: 100%;
  max-width: 110px;
  height: auto;
  z-index: 3;
}

@media (max-width: 1300px) {
  .journal-rows-block .svg-stamp {
    max-width: 70px;
  }

}

/* Image block */
.wide-image {
  padding: 0 70px;
}

.wide-image img {
  width: 100%;
  height: auto;
}

/* svg */
.contain-svg {
  position: relative;
}

.contain-svg .background-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
}

/* Mobile Simple block styling */
@media (max-width: 768px) {
  .journal-simple-block .medium-title {
    font-size: 24px;
  }

  .journal-simple-block .big-title {
    font-size: 26px;
  }

  .journal-simple-block .extra-big-title {
    font-size: 32px;
  }

  .journal-simple-block .subtitle {
    font-size: 15px;
  }

  .journal-simple-block .text {
    font-size: 14px;
  }

  .journal-simple-block {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

/* Mobile columns block */
@media (max-width: 1300px) {
  .journal-columns-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1000px) {
  .journal-columns-block .italic-title {
    max-width: 90%;
  }

  .journal-columns-block .column-item {
    margin-bottom: 60px;
  }

  .journal-columns-block > h2 {
    margin-bottom: 70px;
  }
}

@media (max-width: 900px) {
  .journal-columns-block .italic-title {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .journal-columns-block .no-title {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .journal-columns-block {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

@media (max-width: 600px) {
  .journal-columns-block .column {
    width: 100%;
  }

  .journal-columns-block .content-wrapper {
    flex-wrap: wrap;
  }

  .journal-columns-block .column-item:last-child {
    margin-bottom: 60px;
  }

  .journal-columns-block .italic-title {
    max-width: 100%;
    font-size: 26px;
  }

  .journal-columns-block > h2 {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .journal-columns-block .italic-subtitle {
    font-size: 15px;
  }

  .journal-columns-block .svg-bottom {
    display: none;
  }

  .journal-columns-block .svg-top {
    display: none;
  }
}

/* Mobile rows-block */
@media (max-width: 1300px) {
  .journal-rows-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .journal-rows-block .row-item {
    width: calc(50% - 22.5px);
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .journal-rows-block .default-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .journal-rows-block .row {
    flex-direction: column;
  }

  .journal-rows-block .row-item {
    width: 100%;
  }

  .journal-rows-block {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .journal-rows-block .default-title {
    font-size: 26px;
  }

  .journal-rows-block .default-text {
    font-size: 14px;
  }

  .journal-rows-block .row:last-child .row-item:last-child {
    margin-bottom: 0;
  }

  .journal-rows-block .no-title {
    margin-top: 0;
  }
}

/* Mobile image block */
@media (max-width: 1300px) {
  .wide-image {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 600px) {
  .journal-image-wrapper > div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* journal Articles block */
.anchors-block h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 17px;
}

.articles-block {
  padding-left: 70px;
  padding-right: 70px;
}

.articles-block h3 {
  margin-left: 30px;
  font-size: 30px;
  padding-bottom: 49px;
}

.articles-block .articles-items {
  display: flex;
  flex-wrap: wrap;
}

.articles-block .article-item {
  width: calc(33.33% - 21px);
  margin-right: 11.5px;
  margin-left: 11.5px;
  aspect-ratio: 3 / 4;
}

.articles-block.two-in-row .article-item {
  width: calc(50% - 16.5px);
  margin-right: 16.5px;
  margin-left: 16.5px;
}

.articles-block.two-in-row .article-item:nth-child(odd) {
  margin-left: 0 !important;
}

.articles-block.two-in-row .article-item:nth-child(even) {
  margin-right: 0 !important;
}

.articles-block.three-in-row .article-item {
  width: calc(33.33% - 21px);
  margin-right: 11.5px;
  margin-left: 11.5px;
}

.articles-block.three-in-row .article-item:nth-child(3n + 1) {
  margin-left: 0 !important;
}

.articles-block.three-in-row .article-item:nth-child(3n) {
  margin-right: 0 !important;
}

.articles-block .article-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  margin-bottom: 33px;
}

.articles-block .article-content {
  position: relative;
  z-index: 2;
  padding-left: 5px;
  padding-right: 5px;
}

.articles-block .article-item img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
}

.articles-block .subtitle {
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  margin-bottom: 17px;
}

.articles-block .title {
  font-family: "Ivardisplay-regular", sans-serif;
  font-size: 30px;
  margin-bottom: 62px;
}

.articles-block .btn {
  margin-bottom: 48px;
}

.articles-block .two-in-row {
  margin-bottom: 86px;
}

.articles-block .three-in-row {
  margin-bottom: 62px;
}

.articles-block {
  padding-bottom: 54px;
}

.anchors-block {
  padding-left: 40px;
  padding-right: 40px;
}


@media (max-width: 1200px) {
  .articles-block .article-item img {
    height: 100%;
  }
}

@media (max-width: 911px) {
  .articles-block.two-in-row .article-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .articles-block.three-in-row .article-item {
    width: calc(50% - 16.5px);
    margin-right: 16.5px;
    margin-left: 16.5px;
  }

  .articles-block.three-in-row .article-item:nth-child(odd) {
    margin-left: 0 !important;
  }

  .articles-block.three-in-row .article-item:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .articles-block.three-in-row .article-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

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

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

.article-content .btn {
  height: 44px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.template-default .btn {
  height: 54px;
  padding: 0 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .follow-along svg {
    min-width: 90px;
  }
}

@media (max-width: 768px) {
  .follow-along svg {
    min-width: 75px;
  }
}

/* footer form */
#mce-EMAIL {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-bottom: 13px;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  font-size: 18px;
}

/* map block */
.map-block-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  font-size: 15px;
  margin-bottom: 50px;
}

.map-block.journal-columns-block > h2 {
  margin-bottom: 35px;
}

.map-block.journal-columns-block .content-wrapper {
  flex-wrap: wrap;
}

.route-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.route-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
}

.one-per-row .route-item {
  width: 100%;
}

.two-per-row .route-item {
  width: calc(50% - 15px);
  margin-right: 30px;
}

.two-per-row .route-item:nth-child(2n) {
  margin-right: 0;
}

.three-per-row .route-item {
  width: calc(33.33% - 30px);
  margin-right: 30px;
}

.three-per-row .route-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .map-block-description {
    max-width: 70%;
  }
}

@media (max-width: 911px) {
  .three-per-row .route-item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .three-per-row .route-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .two-per-row .route-item,
  .three-per-row .route-item {
    margin-right: 0;
    width: 100%;
  }

  .contain-svg {
    overflow: hidden;
  }
}

.arrow-background {
  outline: none;
}

.product-stages-header .page-header-inner img,
.hero-logo {
  filter: brightness(1);
  margin-bottom: 40px;
}

.embed-block iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contain-iframe .column:nth-child(1) .column-item > * {
  margin-left: auto;
  margin-right: 10%;
}

.contain-iframe .column:nth-child(2) .column-item > * {
  margin-right: auto;
  margin-left: 10%;
}

.contain-iframe .mirror-column .column:nth-child(2) .column-item > * {
  margin-left: auto;
  margin-right: 10%;
}

.contain-iframe .mirror-column .column:nth-child(1) .column-item > * {
  margin-right: auto;
  margin-left: 10%;
}

@media (max-width: 600px) {
  .contain-iframe .column:nth-child(1) .column-item > * {
    margin-right: auto;
  }

  .contain-iframe .column:nth-child(2) .column-item > * {
    margin-left: auto;
  }

  .contain-iframe .mirror-column .column:nth-child(2) .column-item > * {
    margin-right: auto;
  }

  .contain-iframe .mirror-column .column:nth-child(1) .column-item > * {
    margin-left: auto;
  }
}

/* list of names */
.list-of-names span {
  font-size: 16px;
}

.list-of-names {
  margin-bottom: 44px;
}

.main-hero-left-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.main-hero-left-wrapper .main-hero--alt-text {
  text-align: center;
}

.main-hero-left-wrapper .list-of-names span {
  margin-left: 12px;
  margin-right: 12px;
}

.main-hero-left-wrapper .main-hero--alt-text {
  max-width: 455px;
}

.list-in-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.list-in-row span {
  margin-bottom: 8px;
}

.dot-after {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .main-hero-left-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 500px) {
  .dot-after {
    display: none;
  }
}

.fullwidth-image {
  padding: 12.3vw 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* list of names end*/

/* banner-block-wrap--dark */
.banner-block-wrap--padding {
  padding: 35px 0;
  display: none;
}

.banner-block-wrap--padding-dark {
  background-color: #231F20;
}

.banner-block-wrap--dark {
  background-color: #231F20;
}
/* end banner-block-wrap--dark */


/* custom-image-block */
.custom-image-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6.94vw 3.47vw 6.94vw 13.19vw;
}
.custom-image-block h2,
.custom-image-block .h2 {
  margin-bottom: 2.77vw;
}
.custom-image-block__text {
  width: 45%;
  padding-top: 2.77vw;
  padding-right: 5.2vw;
}
.custom-image-block__content {
  font-size: 15px;
  line-height: 160%;
}
.custom-image-block__image {
  width: 55%;
  padding: 2.43vw 2.77vw;
  position: relative;
}
.custom-image-block__image svg {
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  position: absolute;
}
.custom-image-block__image img {
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}


.custom-image-block--reverse {
  flex-direction: row-reverse;
  padding: 6.94vw 13.19vw 6.94vw 3.47vw;
}
.custom-image-block--reverse .custom-image-block__text {
  padding-right: 0;
  padding-top: 0;
  padding-left: 5.2vw;
}
.custom-image-block--reverse .custom-image-block__image {
  padding-top: 4.16vw;
}

.custom-image-block__image.bordered img {
  border: 0.83vw solid #F8F8F8;
}
.custom-image-block__image.bottom-line svg {
  top: 100%;
  transform: translateY(-50%);
}

.custom-image-block--dark {
  color: #ffffff;
  background-color: #231F20;
}


.custom-image-block--dbl_top {
  padding-top: 15.27vw;
}

.custom-image-block--dbl_bottom {
  padding-bottom: 15.27vw;
}

.custom-image-block--dbl_bottom .custom-image-block__image.bottom-line svg {
  transform: translateY(-70%);
}

/* end custom-image-block */


/* page-header */
.page-header h1 {
  font-size: 50px;
  line-height: 1.2;
}
.page-header .h2 {
  font-size: 16px;
  letter-spacing: 0.055em;
  position: relative;
  top: -10px;
}
/* end page-header */


@media screen and (max-width: 1199px) {
  .custom-image-block {padding: 75px 40px 75px 80px}
  .custom-image-block--reverse {padding: 75px 80px 75px 40px}
  .custom-image-block--dbl_bottom {padding-bottom: 150px}
  .custom-image-block__content {font-size: 14px}
  .custom-image-block__text {padding-right: 30px; padding-top: 40px}
  .custom-image-block--reverse .custom-image-block__text {padding-left: 30px}
  .custom-image-block h2, .custom-image-block .h2 {font-size: 26px}
}

@media screen and (max-width: 991px) {
  .custom-image-block.pb-0,
  .custom-image-block--reverse,
  .custom-image-block {
      padding: 0 40px 75px !important;
  }
  .banner-block-wrap--padding {
      display: block;
  }
  .custom-image-block--reverse {flex-direction: column}
  .custom-image-block__image,
  .custom-image-block__text {width: 100%}
  .custom-image-block--reverse .custom-image-block__text,
  .custom-image-block__text {padding: 0}
  
  .custom-image-block__image,
  .custom-image-block--reverse .custom-image-block__image {
      margin-top: 30px;
      padding: 22px 20px;
  }
  
  .custom-image-block__image.bordered img {
      border-width: 10px
  }
  
  .custom-image-block h2, .custom-image-block .h2 {
      margin-bottom: 30px
  }

  .custom-image-block__image svg,
  .custom-image-block__image.bottom-line svg,
  .custom-image-block--dbl_bottom .custom-image-block__image.bottom-line svg {
      top: 0;
      transform: none;
  }
}

@media screen and (max-width: 767px) {
  
  .custom-image-block h2, .custom-image-block .h2 {
      margin-bottom: 20px;
      font-size: 24px;
  }
  
  .custom-image-block.pb-0,
  .custom-image-block--reverse,
  .custom-image-block {
      padding: 0 20px 45px !important;
  }
  
  .banner-block-wrap--padding {
      padding: 20px 0;
  }
  
  
  .page-header h1 {
      font-size: 40px;
  }
  .page-header .h2 {
      top: 0
  }
}

@media screen and (max-width: 575px) {
  .page-header h1 {
      font-size: 36px;
  }
}

/* custom booking journey */

/* normalise form elements */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

button:-moz-focus-inner {
  border: 0;
}

input {
  padding: 0;
  border: none;
  background-color: unset;
}

/* paragraphs */

.p--large {
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: bold;
}

.p--medium {
  font-size: 1.125rem;
  line-height: 1.2;
}

.p--small {
  font-size: 0.75rem;
  line-height: 1.3;
}

.p--xsmall {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@media (min-width: 1000px) {
  .p--large {
    font-size: 1.4375rem;
  }

  .p--medium {
    font-size: 1.3125rem;
  }
}

/* text helpers */

.font-heading {
  font-family: var(--headings-font-family);
}

.font-base {
  font-family: var(--font-family-base);
}

.weight-bold {
  font-weight: bold;
}

.weight-normal {
  font-weight: normal;
}

/** LAYOUT **/

/* root */

:root {
  --x-spacer: 1.25rem;
  --x-spacer-small: 1.25rem;
  --x-spacer-neg: -1.25rem;
  --x-spacer-small-neg: -1.25rem;
}

@media (min-width: 1000px) {
  :root {
    --x-spacer: 2.5rem;
    --x-spacer-small: 1.25rem;
    --x-spacer-neg: -2.5rem;
    --x-spacer-small-neg: -1.25rem;
  }
}

/* containers */

.content-container {
  position: relative;
}

.content-container--padded {
  padding: 0 var(--x-spacer);
}

.content-container--swiper {
  padding: 0 calc(var(--x-spacer) - var(--x-spacer-small) / 2);
}

/* grids */

.default-grid {
  display: grid;
  grid-column-gap: var(--x-spacer-small);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1000px) {
  .default-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

/** COMPONENTS **/

/* root */

:root {
  --border-radius: 0;
}

/* styling */

.border-radius {
  border-radius: var(--border-radius);
}

/* aspect ratios */

.block-image {
  display: block;
  width: 100%;
}

.aspect-ratio {
  object-fit: cover;
  object-position: center;
}

.aspect-ratio--square {
  aspect-ratio: 1 / 1;
}

.aspect-ratio--3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio--2-3 {
  aspect-ratio: 2 / 3;
}

.aspect-ratio--4-5 {
  aspect-ratio: 4 / 5;
}

.aspect-ratio--16-9 {
  aspect-ratio: 16 / 9;
}

/* buttons */

.button {
  padding: 0.75rem 1.5625rem;
  border-radius: 2vw;
  font-family: "Inter-regular" ,sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  transition: background-color 0.1s ease-out, color 0.1s ease-out, opacity 0.1s ease-out;
  text-transform: uppercase;
}

.btn--thin {
  padding: 0.6875rem 1.5rem;
  line-height: 1.4;
}

.btn--large {
  width: 100%;
}

.button:not([disabled]):hover {
  cursor: pointer;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

@media (min-width: 1000px) {
  .button {
    padding: 1.25rem 2.5rem;
  }

  .btn--thin {
    padding: 0.6875rem 2.8125rem;
  }
}

/* svg components */

svg {
  overflow: visible;
}

.icon {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  flex-shrink: 0;
}

.icon--small {
  width: 0.9375rem;
  height: 0.9375rem;
}

.icon--xsmall {
  width: 0.84375rem;
  height: 0.84375rem;
}

.icon--no-interaction {
  cursor: default;
}

.icon[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

.icon--chevron--left {
  transform: scaleX(-1);
}

.icon--plus {
  transition: transform 0.2s ease-out;
}

.icon--plus--close {
  transform: rotate(45deg);
}

/* links */

.arrow-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

/* alignment */

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

/* casing */

.uppercase {
  text-transform: uppercase;
}

/* visibility */

.desktop-only {
  display: none;
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: unset;
  }
}
