/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/re-rides/motoverseexclusive/scss/_motoverseexclusive.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.re-motoverse-exclusive .re-motoverse-exclusive-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
@media (min-width: 768px) {
  .re-motoverse-exclusive .re-motoverse-exclusive-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-motoverse-exclusive .re-motoverse-exclusive-container {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .re-motoverse-exclusive .re-motoverse-exclusive-container {
    max-width: 80%;
  }
}

.re-motoverse-exclusive-section {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section {
    padding-top: 63px;
    padding-bottom: 64px;
  }
}
.re-motoverse-exclusive-section .re-exclusive--section-bg {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-exclusive--section-bg {
    top: 0px;
  }
}
.re-motoverse-exclusive-section .re-exclusive--section-bg .re-exclusive--section-bg-text {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 8px;
  font-weight: 700;
  font-family: GuardianSansXCond Semibold;
  text-transform: uppercase;
  opacity: 0.1;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-exclusive--section-bg .re-exclusive--section-bg-text {
    -webkit-text-stroke: 2px #ffffff;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 28px;
  }
}
@media (min-width: 1200px) {
  .re-motoverse-exclusive-section .re-exclusive--section-bg .re-exclusive--section-bg-text {
    font-size: 350px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-title {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  font-family: GuardianSansXCond Semibold;
  text-align: center;
  letter-spacing: 0.56px;
  margin-bottom: 4.48;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-text {
  position: relative;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-text {
    margin-bottom: 40px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main {
  position: relative;
  padding-bottom: 40px;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-grid .prev-swiper {
  grid-column: span 3;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-grid .next-swiper {
  grid-column: span 2;
}
@media (max-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-grid .next-swiper {
    display: none;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card {
  position: relative;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 99%;
  height: 424px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .img-box {
    height: 514px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1024px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .img-box img {
    height: 99%;
  }
}
@media (max-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .img-box img {
    height: 90%;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
  bottom: 0;
  padding: 24px;
  padding-bottom: 16px;
  padding-top: 24px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.86%, #000000), color-stop(88.9%, rgba(33, 33, 33, 0)));
  background: linear-gradient(0deg, #000000 49.86%, rgba(33, 33, 33, 0) 88.9%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
@media (min-width: 1024px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details {
    padding-top: 76px;
    padding-bottom: 24px;
    opacity: 1;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
  letter-spacing: 0.56px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1.3px solid #373737;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.56px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-text {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-btn {
  display: block;
  width: 100%;
  padding: 11.5px 22px;
  color: #ffffff;
  font-size: 12px;
  line-height: 22.4px;
  font-weight: 700;
  font-family: Montserrat;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #a7a7a7;
  background-color: #000000;
  cursor: pointer;
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-btn {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 22.4px;
    padding: 14px 22px;
  }
}
@media (max-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide.swiper-slide-active .re-exclusive-card .img-box img {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide.swiper-slide-active .re-exclusive-card .re-exclusive-card-details {
    opacity: 1;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-next-card {
  width: 100%;
  height: 514px;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-next-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next,
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding: 2.5px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next::after,
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev::after {
  display: none;
}
@media (max-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next,
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev {
    display: none;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next span,
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #686868;
  opacity: 0.8;
  backdrop-filter: blur(22px);
  border-radius: 100px;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next span::after,
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev {
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev {
    left: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev {
    left: -24px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-prev span::after {
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next {
  background: linear-gradient(210deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next {
    right: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next {
    right: -26px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-button-next span::after {
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -6px;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9;
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  background: #616161;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
  }
}
.re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 54px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .exclusive-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}

.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-title {
  font-family: "REFontSemibold";
  font-weight: 600;
}
.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-title {
  font-family: "REFontSemibold";
  font-weight: 600;
}
.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-text {
  font-family: "REFontRegular";
  font-weight: 400;
}

/* new re fonts */
.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-title,
.new-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-title {
  font-family: "REFontBold";
}
.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-title,
.new-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-title {
  font-family: "REFontSemibold";
}
.cmp-new-re-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-text,
.new-fonts .re-motoverse-exclusive-section .re-motoverse-exclusive-swiper-main .swiper-slide .re-exclusive-card .re-exclusive-card-details .re-exclusive-card-text {
  font-family: "REFontRegular";
}
