/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/1-banner/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/2-banner-with-button/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/3-guide-content/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.guide-row {
  display: flex;
}

.guide-left {
  float: left;
  width: 70%;
  padding: 1%;
}

.guide-right {
  float: right;
  width: 30%;
  padding: 1%;
  text-align: center;
}

.guide-title {
  font-size: 1.5625rem;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
  border-bottom: 4px solid #FDC600;
  padding-bottom: 0.5em;
}
.guide-title h2 {
  font-weight: bold;
}

.guide-textzone p {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.guide-textzone h3 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
}

.guide-textzone ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone ul li {
  box-sizing: border-box;
  color: #333333;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: circle;
}

.guide-textzone ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone a {
  color: #1E5787;
}

.guide-full-line {
  width: 100%;
  padding: 1%;
}

.guide-right .imagezone img {
  width: auto;
  height: auto;
  max-height: 350px;
  max-width: 350px;
  border-radius: 10%;
}

.guide-right .imagezone .buttonblue {
  display: table;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: auto;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/4-2-major-banner/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/5-guide-second-content/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.rs-online-loadmore {
  text-align: center;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  color: #4B5861 !important;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  font-weight: 400;
  margin-bottom: 20px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: 0.8;
  margin-right: 20px;
  float: right;
}

.rs-online-loadmore:hover {
  cursor: pointer;
}

.producthidden {
  display: none;
}

.guide-row {
  display: flex;
}

.guide-left {
  float: left;
  width: 70%;
  padding: 1%;
}

.guide-right {
  float: right;
  width: 30%;
  padding: 1%;
  text-align: center;
}

.guide-title {
  font-size: 1.5625rem;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
  border-bottom: 4px solid #FDC600;
  padding-bottom: 0.5em;
}
.guide-title h2 {
  font-weight: bold;
}

.guide-textzone p {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.guide-textzone h3 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
}

.guide-textzone ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone ul li {
  box-sizing: border-box;
  color: #333333;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: circle;
}

.guide-textzone ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone a {
  color: #1E5787;
}

.guide-full-line {
  width: 100%;
  padding: 1%;
}

.guide-right .imagezone img {
  width: auto;
  height: auto;
  max-height: 350px;
  max-width: 350px;
  border-radius: 10%;
}

.guide-right .imagezone .buttonblue {
  display: table;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: auto;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.guide-entities {
  padding: 10px;
  border: 2px solid #E6E6E6;
  border-top: 5px solid #C4D600;
  width: 100%;
  background-color: white;
}

.guide-entities h3 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
}

.guide-entities-content {
  display: flex;
  box-sizing: border-box;
  color: #333333;
  width: 100%;
  flex-wrap: wrap;
}

.guide-entities-content .guide-entity {
  margin: 10px;
  margin-bottom: 20px;
  height: 300px;
  flex: 1 1 20%;
  max-width: 23%;
  position: relative;
  background-color: #F1F1F1;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: box-shadow 300ms;
  text-decoration: none;
}

.guide-entities-content .guide-entity:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.guide-entities-content .guide-entity .imagezone {
  height: 80%;
  width: 100%;
  top: 0;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  transition: height 900ms cubic-bezier(0.2, 0.5, 0.8, 1.35);
}

.guide-entities-content .guide-entity:hover .imagezone {
  height: 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

.guide-entities-content .guide-entity .textzone {
  margin: 0;
  opacity: 1;
  height: 90%;
  position: relative;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: opacity 400ms ease-in-out 190ms;
}

.guide-entities-content .guide-entity:hover .textzone {
  opacity: 1;
}

.guide-entities-content .guide-entity .textzone h4 {
  font-size: 1.3em;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font: 100% Century Gothic;
  color: #333333;
}

.guide-entities-content .guide-entity .textzone p {
  line-height: 1.4em;
  opacity: 0;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

.guide-entities-content .guide-entity:hover .textzone p {
  opacity: 1;
}

.guide-entities-content .guide-entity .textzone .buttonblue {
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: block;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: intrinsic;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  text-decoration: none;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.143rem;
}

.guide-second-content {
  background-color: #F1F1F1;
  box-sizing: border-box;
  color: #333333;
  width: 100%;
}

.guide-second-content .module__instructions {
  flex-direction: row;
  display: flex;
  display: -webkit-flex;
  padding: 20px;
  width: 100%;
}

.guide-second-content .right {
  flex-direction: inherit;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.guide-second-content .left {
  flex-direction: row-reverse;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.guide-second-content .right p {
  padding-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.4 !important;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  margin-right: 30px;
  margin-bottom: 30px;
}

.guide-second-content .left p {
  padding-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.4 !important;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  margin-left: 30px;
  margin-bottom: 30px;
}

.guide-second-content h3 {
  color: #5F259F;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0;
  padding-top: 1em;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.guide-second-content .right h3 {
  margin-right: 30px;
  font-weight: bold;
  font-size: 30px;
}

.guide-second-content .right p strong,
.guide-second-content .left p strong {
  font-weight: bold;
}

.guide-second-content .right img,
.guide-second-content .left img {
  height: auto;
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
}

.button-content {
  display: block;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.guide-second-content .left .button-content {
  float: right;
}

.guide-second-content .right .button-content {
  float: left;
  margin-left: 0;
}

.guide-second-content .left .button-content a.buttonblue {
  margin-left: initial;
  margin-right: initial;
  float: right;
}

.guide-second-content .right .button-content a.buttonblue {
  margin-left: initial;
  margin-right: initial;
  float: left;
}

@media (max-width: 600px) {
  .guide-right,
.guide-left {
    width: 100%;
  }

  .guide-second-content .right,
.guide-second-content .left {
    flex-direction: column;
  }

  .guide-entities-content {
    flex-direction: column;
  }

  .guide-entities-content .guide-entity {
    flex: 1;
    max-width: 100%;
  }

  .guide-entities-content .guide-entity .imagezone {
    min-height: 50px;
  }

  .guide-right .imagezone img {
    max-width: 100%;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/6-top-heading-banner/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}

.redtitle {
  color: #ef0000;
}

.banner-half-content {
  margin-left: initial !important;
  margin-right: initial !important;
  margin-bottom: initial !important;
  width: 45% !important;
  max-width: 45% !important;
  top: 5%;
  left: 0;
  position: absolute !important;
}

.rsvn-cmp-top-leaderboard-text-6 h1 {
  font-weight: 800 !important;
  font-size: 1.95312rem !important;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/7-vdo-block-with-description-left/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}

.buttonblue {
  display: table;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: auto;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/8-vdo-block-with-description-right/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}

.buttonblue {
  display: table;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: auto;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/9-presentation/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/10-presentation-with-advice-on-left/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/11-3-slot-banner-with-background/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols-style2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  align-content: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rsvn-bnd-product-cols-style2 a {
  display: block;
  text-decoration: none;
  font-size: 0.85em;
}

.rsvn-bnd-product-cols-style2 a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

.rsvn-bnd-product-cols-style2 h3 {
  line-height: normal;
  margin: 0;
  color: #666;
}

.rsvn-bnd-product-cols-style2 .rsvn-product-price {
  text-transform: uppercase;
  color: #2455c3;
  font-weight: 500;
  font-size: 1.2em;
}

.rsvn-bnd-product-cols-style2-img {
  height: 168px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.rsvn-bnd-product-cols-style2-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-multi-column-with-bg {
  background: #000;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  margin-top: 30px;
}

.rsvn-cmp-multi-column-with-bg + .rsvn-cmp-multi-column-with-bg {
  margin-top: 0;
}

.rsvn-cmp-multi-column-with-bg-head {
  text-align: center;
  padding-bottom: 30px;
}

.rsvn-cmp-multi-column-with-bg-head h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-cmp-multi-column-with-bg-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-with-bg-col-item {
  display: block;
  text-decoration: none;
  color: #fff;
}

.rsvn-cmp-multi-column-with-bg-col-item h4 {
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-multi-column-with-bg-col-item p {
  font-size: 14px;
  color: #888;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/12-4-section-banner/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/13-4-slot-carousel-banner-with-background/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols-style2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  align-content: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rsvn-bnd-product-cols-style2 a {
  display: block;
  text-decoration: none;
  font-size: 0.85em;
}

.rsvn-bnd-product-cols-style2 a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

.rsvn-bnd-product-cols-style2 h3 {
  line-height: normal;
  margin: 0;
  color: #666;
}

.rsvn-bnd-product-cols-style2 .rsvn-product-price {
  text-transform: uppercase;
  color: #2455c3;
  font-weight: 500;
  font-size: 1.2em;
}

.rsvn-bnd-product-cols-style2-img {
  height: 168px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.rsvn-bnd-product-cols-style2-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-multi-column-with-bg {
  background: #000;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  margin-top: 30px;
}

.rsvn-cmp-multi-column-with-bg + .rsvn-cmp-multi-column-with-bg {
  margin-top: 0;
}

.rsvn-cmp-multi-column-with-bg-head {
  text-align: center;
  padding-bottom: 30px;
}

.rsvn-cmp-multi-column-with-bg-head h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-cmp-multi-column-with-bg-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-with-bg-col-item {
  display: block;
  text-decoration: none;
  color: #fff;
}

.rsvn-cmp-multi-column-with-bg-col-item h4 {
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-multi-column-with-bg-col-item p {
  font-size: 14px;
  color: #888;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/14-4-slot-product-boost/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/15-brands-carousel/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/16-carousel-with-advices/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/17-guide-entities/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.title1,
.title2,
.title3,
.title4 {
  font-size: 1.3em !important;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/18-highlight-product/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols-style2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  align-content: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rsvn-bnd-product-cols-style2 a {
  display: block;
  text-decoration: none;
  font-size: 0.85em;
}

.rsvn-bnd-product-cols-style2 a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

.rsvn-bnd-product-cols-style2 h3 {
  line-height: normal;
  margin: 0;
  color: #666;
}

.rsvn-bnd-product-cols-style2 .rsvn-product-price {
  text-transform: uppercase;
  color: #2455c3;
  font-weight: 500;
  font-size: 1.2em;
}

.rsvn-bnd-product-cols-style2-img {
  height: 168px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.rsvn-bnd-product-cols-style2-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-bnd-product-cols-style2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-multi-column-with-bg {
  background: #000;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  margin-top: 30px;
}

.rsvn-cmp-multi-column-with-bg + .rsvn-cmp-multi-column-with-bg {
  margin-top: 0;
}

.rsvn-cmp-multi-column-with-bg-head {
  text-align: center;
  padding-bottom: 30px;
}

.rsvn-cmp-multi-column-with-bg-head h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-cmp-multi-column-with-bg-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-cmp-multi-column-with-bg-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-with-bg-col-item {
  display: block;
  text-decoration: none;
  color: #fff;
}

.rsvn-cmp-multi-column-with-bg-col-item h4 {
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-multi-column-with-bg-col-item p {
  font-size: 14px;
  color: #888;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-cmp-multi-column-with-bg-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column-with-bg-cols.rsvn-cmp-multi-column-with-bg-cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/19-hot-item-carousel/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/20-listing-categories/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/21-listing-category/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.d-standard-content:first-child {
  padding-top: 0;
}

.d-standard-content:last-child {
  padding-bottom: 0;
}

.s-harness {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rsvn-cmp-top-leaderboard {
  overflow: hidden;
  height: 270px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rsvn-cmp-top-leaderboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.rsvn-cmp-top-leaderboard-bg .rsvn-cmp-desktop, .rsvn-cmp-top-leaderboard-bg .rsvn-cmp-mobile {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-top-leaderboard-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-top-leaderboard-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1288px;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.rsvn-cmp-top-leaderboard-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-top-leaderboard-text h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-top-leaderboard {
    height: auto;
    display: block;
  }

  .rsvn-cmp-top-leaderboard-bg {
    bottom: auto;
    padding-bottom: 45.63%;
    position: relative;
  }

  .rsvn-cmp-top-leaderboard-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-bnd-simple-cols-content {
  background: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.rsvn-bnd-simple-cols-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.rsvn-bnd-simple-cols-content-item {
  background: #fff;
  padding: 10px 15px 15px;
}

.rsvn-bnd-simple-cols-content-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.rsvn-bnd-simple-cols-content-item img {
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-bnd-simple-cols-content-footer {
  margin-top: 5px;
  font-size: 0.9em;
}

.rsvn-bnd-simple-cols-content-footer a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-simple-cols-content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-cmp-video-block {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-align: stretch;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.rsvn-cmp-video-block-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
}

.rsvn-cmp-video-block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rsvn-cmp-video-video-frame {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 0 0 50%;
  z-index: 2;
}

.rsvn-cmp-video-video-frame:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}

.rsvn-cmp-video-video-embeded {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 3;
}

.rsvn-cmp-video-video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rsvn-cmp-video-content {
  flex: 0 0 50%;
  z-index: 2;
  background: #fff;
  padding: 30px 40px;
}

.rsvn-cmp-video-content a {
  text-decoration: none;
}

.rsvn-cmp-video-content h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.rsvn-cmp-video-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content p {
  color: #666;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.rsvn-cmp-video-content-footer a {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.rsvn-cmp-video-content-footer .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-video-block {
    flex-direction: column;
  }

  .rsvn-cmp-video-video-frame {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .rsvn-cmp-video-video-frame:after {
    display: none;
  }

  .rsvn-cmp-video-content {
    padding: 30px;
  }

  .rsvn-cmp-video-content h4 {
    margin-bottom: 0;
  }

  .rsvn-cmp-video-content h3 {
    font-size: 24px;
  }

  .rsvn-cmp-video-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
  }
}
.rsvn-cmp-multi-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rsvn-cmp-multi-column-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.rsvn-cmp-multi-column-item img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: auto;
}

.rsvn-cmp-multi-column-item h3 {
  font-size: 24px;
}

.rsvn-cmp-multi-column-item .shop-link, .rsvn-cmp-multi-column-item p {
  font-size: 0.9em;
}

.rsvn-cmp-multi-column-item p {
  margin-bottom: 8px;
}

.rsvn-cmp-multi-column-item .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .rsvn-cmp-multi-column-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rsvn-cmp-multi-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rsvn-cmp-multi-column.rsvn-cmp-multi-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-bnd-product-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-content: stretch;
  margin-bottom: 20px;
}

.rsvn-bnd-product-cols a {
  border: 1px solid #eee;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.rsvn-bnd-product-cols a:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-bnd-product-cols h3 {
  text-align: center;
  margin: 0;
}

.rsvn-bnd-product-cols dl {
  display: block;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
}

.rsvn-bnd-product-cols .rsvn-product-description {
  color: #888;
  min-height: 40px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rsvn-bnd-product-cols .rsvn-product-badge {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}

.rsvn-product-img-swapper .rsvn-product-img-hover {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-default {
  display: none;
}

.rsvn-product-img-swapper:hover .rsvn-product-img-hover {
  display: block;
}

@media screen and (max-width: 967px) {
  .rsvn-bnd-product-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.rsvn-bnd-carousel-explorer {
  margin-bottom: 20px;
}

.rsvn-bnd-carousel-explorer-header {
  margin-bottom: 10px;
}

.rsvn-bnd-carousel-explorer-header h2 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rsvn-bnd-carousel-explorer-header a {
  color: #2455c3;
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-header a:hover {
  color: #2455c3;
  text-decoration: underline;
}

.rsvn-bnd-carousel-explorer-header a:visited {
  color: #2455c3;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-bnd-carousel-explorer-wrap .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-bnd-carousel-explorer-item {
  text-decoration: none;
}

.rsvn-bnd-carousel-explorer-item h3 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-cmp-video-video-frame-left:after {
  left: 0;
  right: 30px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/22-multiple-banner/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.rsvn-cmp-wrapper {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.rsvn-cmp-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rsvn-cmp-mobile {
    display: block;
  }

  .rsvn-cmp-desktop {
    display: none;
  }
}
.d-standard-content:first-child {
  padding-top: 20px;
}

.rsvn-hp-topbanner-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.8fr;
  grid-template-columns: 2fr 0.8fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-topbanner-carousel-wrap {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  position: relative;
}

.rsvn-hp-topbanner-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rsvn-hp-topbanner-carousel .owl-stage-outer {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-stage {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-item {
  height: 100%;
}

.rsvn-hp-topbanner-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-topbanner-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-topbanner-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-topbanner-carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rsvn-hp-topbanner-aside img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-topbanner-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-topbanner-carousel-wrap {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 50.24%;
  }
}
.rsvn-hp-brand-block {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel {
  margin-bottom: 20px;
}

.rsvn-hp-brand-carousel .owl-dots {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.rsvn-hp-brand-carousel .owl-dot {
  display: block;
  margin: 0 3px;
  outline: 0;
}

.rsvn-hp-brand-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #eee !important;
}

.rsvn-hp-brand-carousel .owl-dot.active span {
  border: 2px solid #ef0000;
  background: #fff !important;
}

.rsvn-hp-brand-carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-brand-more-button {
  text-align: center;
}

.rsvn-hp-brand-more-button .btn-all-brands {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #ef0000;
  display: inline-block;
}

.rsvn-hp-leaderboard-block {
  margin-bottom: 20px;
}

.rsvn-hp-leaderboard-block img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-grid-item {
  position: relative;
  height: 140px;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rsvn-hp-category-grid-item:hover {
  transition: 0.2s;
  border-color: #aaa;
}

.rsvn-hp-category-grid-title {
  z-index: 2;
  position: relative;
  width: 50%;
}

.rsvn-hp-category-grid-title h2 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
}

.rsvn-hp-category-grid-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.rsvn-hp-category-grid-img img {
  width: auto;
  height: 120px;
  padding-right: 15px;
  padding-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-category-grid-item {
    padding: 6px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .rsvn-hp-category-grid-title {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .rsvn-hp-category-grid-title h2 {
    font-size: 1em;
  }

  .rsvn-hp-category-grid-img {
    order: 1;
    position: static;
    justify-content: center;
    margin-bottom: 5px;
  }

  .rsvn-hp-category-grid-img img {
    width: auto;
    height: 100px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.rsvn-hp-section-title-block {
  margin-bottom: 20px;
  border-left: 5px solid #ef0000;
  padding: 10px 15px;
}

.rsvn-hp-section-title-block h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.rsvn-cmp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsvn-cmp-section-title h2 {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .rsvn-cmp-section-title {
    margin-top: 20px;
  }

  .rsvn-cmp-section-title h2 {
    font-size: 24px;
  }
}
.rsvn-hp-category-highlight-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-category-highlight-item-large {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  text-decoration: none;
  background: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rsvn-hp-category-highlight-item-large .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvn-hp-category-highlight-item-large img {
  width: auto;
  height: 100%;
  display: block;
}

.rsvn-hp-category-highlight-item {
  text-align: center;
  color: #2455c3;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
}

.rsvn-hp-category-highlight-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-category-highlight-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-category-highlight-item h3 {
  padding: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-category-highlight-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rsvn-hp-category-highlight-item-large {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: 0;
    padding-bottom: 100%;
  }

  .rsvn-hp-category-highlight-item-large .img-frame {
    position: static;
  }

  .rsvn-hp-category-highlight-item-large .img-frame img {
    width: 100%;
    height: auto;
  }

  .rsvn-hp-category-highlight-item h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
}
.rsvn-hp-product-grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}

.rsvn-hp-product-grid-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ef0000;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.rsvn-hp-product-grid-item:hover {
  border-color: #ef0000;
}

.rsvn-hp-product-grid-item-img {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-product-grid-item-body {
  flex: 1;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-body h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.rsvn-hp-product-grid-item-footer {
  color: #2455c3;
}

.rsvn-hp-product-grid-item-footer .fa {
  color: #ef0000;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 567px) {
  .rsvn-hp-product-grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rsvn-hp-designspark-block {
  display: flex;
  margin-bottom: 20px;
}

.rsvn-hp-designspark-img {
  width: 380px;
  border: 1px solid #eee;
}

.rsvn-hp-designspark-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rsvn-hp-designspark-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background: #000;
  padding: 20px 60px 20px 20px;
  color: #fff;
}

.rsvn-hp-designspark-body h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.rsvn-hp-designspark-body p {
  margin-bottom: 20px;
}

.rsvn-hp-designspark-body a.btn-find-more {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #ef0000;
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .rsvn-hp-designspark-block {
    font-size: 0.9em;
  }

  .rsvn-hp-designspark-body {
    padding: 20px;
  }
}
@media screen and (max-width: 719px) {
  .rsvn-hp-designspark-block {
    display: block;
  }

  .rsvn-hp-designspark-img {
    width: auto;
  }
}
.rsvn-hp-footer-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}

.rsvn-hp-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 719px) {
  .rsvn-hp-footer-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/23-guide-content-without-picture/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.guide-row {
  display: flex;
}

.guide-left {
  float: left;
  width: 70%;
  padding: 1%;
}

.guide-right {
  float: right;
  width: 30%;
  padding: 1%;
  text-align: center;
}

.guide-title {
  font-size: 1.5625rem;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
  border-bottom: 4px solid #FDC600;
  padding-bottom: 0.5em;
}
.guide-title h2 {
  font-weight: bold;
}

.guide-textzone p {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.guide-textzone h3 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #333333;
}

.guide-textzone ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone ul li {
  box-sizing: border-box;
  color: #333333;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: circle;
}

.guide-textzone ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.guide-textzone a {
  color: #1E5787;
}

.guide-full-line {
  width: 100%;
  padding: 1%;
}

.buttonblue {
  display: table;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: auto;
  padding: 0 20px;
  background-color: #1e5787;
  border-color: #1e5787;
  border-radius: 5px;
  color: white !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.containeralignposition {
  position: relative;
}

.align-right {
  position: absolute;
  right: 1%;
}

.align-left {
  position: absolute;
  left: 1%;
}

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