/* ===== CSS ROOT VARIABLES ===== */
:root {
  /* Colors */
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #041e3a;

  /* Typography */
  --font-foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
  --font-foundersMed: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
  --font-foundersMonoReg: "Founders Grotesk Mono Regular", Arial, Helvetica, sans-serif;
  --font-foundersMonoMed: "Founders Grotesk Mono Medium", Arial, Helvetica, sans-serif;
  --font-leJeuneReg: "LeJeuneDeck-Regular", "Times New Roman", Times, serif;
  --font-sackersMed: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
  --font-feniceReg: "Fenice ITC W01 Regular", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 768px) {
  .rlc-desktop-display-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .rlc-mobile-display-none {
    display: none !important;
  }
}
.rlc-creative_v3 .rlc-hasvideo.rlc-vidLoaded .rlc-placeholder {
  opacity: 0 !important;
}
.rlc-home-trade .rlc-fadeslider .rlc-looppause,
.rlc-home-trade .rlc-hasbuttons .rlc-looppause,
.rlc-home-trade .rlc-videocontainer .rlc-looppause {
  border: none;
}

/* ===== Home styles ===== */
.rlc-home-trade .rlc-show-me {
  display: none;
}
.rlc-show-ca {
  display: none;
}
.rlc-home-trade .rlc-image[loading="lazy"] {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.rlc-home-trade .rlc-isvisible .rlc-image[loading="lazy"].rlc-imgLoaded {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.rlc-home-trade .rlc-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
  transform: translateX(-50%) translate3d(0, 0, 0);
  width: 100%;
  min-height: 100%;
  z-index: -1;
  box-sizing: border-box;
}
.rlc-home-trade .rlc-background .rlc-image {
  height: 100%;
}
.rlc-home-trade .rlc-hotspot {
  z-index: 0;
}
.rlc-home-trade .rlc-carousel .swiper-scrollbar-drag:after {
  background: currentColor !important;
}

.notfound .rlc-instock,
.notinstock .rlc-instock,
.notfound .rlc-keeponline,
.notinstock .rlc-keeponline,
.notfound .rlc-hotspot,
.notinstock .rlc-hotspot,
.notfound .rlc-target,
.notinstock .rlc-target {
  display: none !important;
}

.instock .rlc-notinstock,
.instock .rlc-keeponline {
  display: none !important;
}

/* .keeponline .rlc-instock, */
.keeponline .rlc-notinstock {
  display: none !important;
}

.notfound.rlc-hasicon .rlc-imagery::after,
.notinstock.rlc-hasicon .rlc-imagery::after {
  content: "";
  display: none !important;
}
/* BLP FONT STYLES */
.rlc-creative_v3 .rlc-usebrandstyles .rlc-linecta {
  font-size: 0.688em;
  line-height: 0.909em;
  letter-spacing: 0.091em;
  /* padding-bottom: calc(.8rem + 1px); */
}
.rlc-home-trade .rlc-title {
  font-family: var(--font-leJeuneReg);
  font-size: 3.75em;
  line-height: 1.125em;
  letter-spacing: 0em;
  text-transform: none;
  margin: 0;
  color: currentColor;
  text-align: unset;
}

.rlc-home-trade .rlc-dek {
  font-family: var(--font-leJeuneReg);
  font-size: 1.125em;
  line-height: 1.75em;
  letter-spacing: 0em;
  text-transform: none;
  margin: 0;
  color: currentColor;
}

.rlc-home-trade .rlc-prodname {
  font-family: var(--font-foundersReg);
  font-size: 0.688em;
  letter-spacing: 0.091em !important;
  text-transform: uppercase;
  color: currentColor;
}

.rlc-home-trade a {
  color: currentColor;
}

.rlc-home-trade .rlc-textgroup {
  z-index: 1;
}

.rlc-home-trade .rlc-usebrandstyles.rlc-links .rlc-linecta {
  font-family: var(--font-foundersReg);
  margin: 2.727em 0 0;
}

.rlc-home-trade .rlc-usebrandstyles.rlc-links.rlc-all-text-center .rlc-linecta {
  margin: 2.727em 1.455em 0;
}

@media screen and (max-width: 767px) {
  .rlc-home-trade .rlc-title {
    font-size: 2.25em;
    line-height: 1.1em;
    margin: 0 auto;
  }

  .rlc-home-trade .rlc-dek {
    font-size: 0.875em;
    line-height: 1.7em;
    margin: 0.75em auto 0;
  }
  .rlc-home-trade .rlc-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rlc-home-trade .rlc-links.rlc-all-text-left {
    justify-content: flex-start;
  }
  .rlc-home-trade .rlc-links.rlc-all-text-right {
    justify-content: flex-end;
  }
  .rlc-home-trade .rlc-links.rlc-all-text-left .rlc-linecta,
  .rlc-home-trade .rlc-links.rlc-all-text-right .rlc-linecta {
    margin: 2.727em 0 0 0;
  }
  .rlc-home-trade .rlc-linecta {
    margin: 0 1.455em;
  }
}
/* ===== HERO ===== */
#rlc-hero .rlc-back-cta {
  position: absolute;
  z-index: 1;
  left: 3.5em;
  bottom: 1.31em;
  line-height: 1;
}

#rlc-hero .rlc-back-cta span {
  font-family: var(--font-foundersMonoReg);
  font-size: 0.688em;
  color: currentColor;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
}

#rlc-hero .rlc-back-cta span {
  order: 2;
}

[lang^="ar"] #rlc-hero .rlc-back-cta span {
  order: 1;
}

#rlc-hero .rlc-back-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  padding: 0;
}
#rlc-hero .rlc-back-cta svg {
  transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  #rlc-hero .rlc-back-cta {
    left: 0.75em;
    bottom: 0.9em;
  }
  #rlc-hero .rlc-back-cta svg {
    transform: scale(1);
  }
}
#rlc-hero .rlc-copygroup .rlc-pillbutton {
  border: 1px solid currentColor;
  border-radius: 1.25em;
  padding: 0 1.25em;
  white-space: nowrap;
  margin: 0 0.938em;
  min-height: 2em;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.25s;
  /* width: 6.9375em; */
}
#rlc-hero .rlc-copygroup .rlc-pillbutton span {
  font-family: var(--font-foundersReg);
  font-size: 0.688em;
  color: currentColor;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  transition: all 0.25s;
  position: relative;
  margin: 0 auto;
}
#rlc-hero .rlc-copygroup .rlc-pillbutton:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  #rlc-hero {
    min-height: 44em;
  }

  #rlc-hero .rlc-copygroup {
    bottom: 5.9375em;
  }

  #rlc-hero .rlc-copygroup .rlc-title {
    margin: 0 auto 0.25em;
  }
  #rlc-hero .rlc-copygroup .rlc-links {
    margin-top: 3.125em;
  }
  #rlc-hero .rlc-looppause {
    right: 0.75em;
    left: auto;
    bottom: 0.75em;
  }
  [lang^="ar"] #rlc-hero .rlc-looppause {
    bottom: 1em;
    left: auto !important;
    right: 0.75em !important;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-hero {
    min-height: 36em;
  }

  #rlc-hero .rlc-copygroup {
    width: 100%;
    bottom: 5.938em;
  }

  #rlc-hero .rlc-copygroup .rlc-dek {
    width: 21em;
    margin-bottom: 1.5em;
  }
  #rlc-hero .rlc-looppause {
    right: 1.35em;
    bottom: 1em;
    left: auto;
  }
}

/* ===== INTRO ===== */
@media only screen and (min-width: 768px) {
  #rlc-intro {
    min-height: 44.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #rlc-intro .rlc-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 48em;
  }
  #rlc-intro .rlc-inner .rlc-tile {
    width: 23.438em;
  }
  #rlc-intro .rlc-inner .rlc-copygroup {
    width: 100%;
    bottom: 4.063em;
  }
  #rlc-intro .rlc-inner .rlc-copygroup .rlc-title {
    font-size: 2.25em;
  }

  #rlc-intro .rlc-inner .rlc-copygroup .rlc-links .rlc-linecta {
    margin: 1.5em 1.25em 0;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-intro {
    min-height: 36em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  #rlc-intro .rlc-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2.9375em auto;
    width: 18.75em;
    height: 50.5em;
  }
  #rlc-intro .rlc-inner .rlc-tile {
    width: 18.75em;
  }
  #rlc-intro .rlc-inner .rlc-copygroup {
    width: 95%;
    bottom: 2.188em;
  }
  #rlc-intro .rlc-inner .rlc-copygroup .rlc-linecta {
    margin-top: 1.5em;
  }
}

/* <!-- Canyon Road  --> */

@media only screen and (min-width: 768px) {
  #rlc-slot3 {
    min-height: 72.5em;
  }

  #rlc-slot3 .rlc-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 72.5em;
    margin: 0 auto;
    padding-top: 5em;
  }
  #rlc-slot3 .rlc-copygroup {
    width: 63em;
    margin: 0 auto;
  }
  #rlc-slot3 .rlc-copygroup .rlc-title {
    font-family: var(--font-sackersMed);
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.45em;
    margin-bottom: 2em;
  }
  #rlc-slot3 .rlc-copygroup .rlc-drawsig {
    width: 15.625em;
    height: 3.0625em;
    margin: 1.875em auto 3.125em;
  }
  #rlc-slot3 .rlc-copygroup .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: #fff;
  }
  #rlc-slot3 .rlc-copygroup .rlc-links {
    margin: 0 auto 3.125em;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-slot3 {
    min-height: 36em;
  }

  #rlc-slot3 .rlc-copygroup {
    padding: 5.9375em 0 0;
    margin-bottom: 4.6em;
  }
  #rlc-slot3 .rlc-copygroup .rlc-title {
    font-family: var(--font-sackersMed);
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.45em;
    margin-bottom: 2em;
  }

  #rlc-slot3 .rlc-copygroup .rlc-dek {
    font-size: 0.875em;
    line-height: 1.7142857142857142em;
    width: 19.1875em;
    margin: 0 auto;
  }
  #rlc-slot3 .rlc-copygroup .rlc-drawsig {
    width: 11.5em;
    height: 2.25em;
    margin: 1.875em auto 0;
  }
  #rlc-slot3 .rlc-copygroup .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: #fff;
  }
}
/* <!-- Canyon Road Bedding  --> */
@media only screen and (min-width: 768px) {
  #rlc-slot4 {
    min-height: 55em;
    /* margin: 3.75em auto; */
    display: flex;
    align-items: center;
  }

  #rlc-slot4 .rlc-inner {
    display: flex;
  }
  #rlc-slot4 .rlc-inner .rlc-tile {
    width: 37.5em;
    margin: 0 4em 0 5em;
  }
  #rlc-slot4 .rlc-inner .rlc-copygroup {
    width: 35.5em;
    height: 37.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #rlc-slot4 .rlc-inner .rlc-copygroup .rlc-dek {
    width: 26em;
    margin-top: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-slot4 {
    min-height: 30em;
    margin: 2.5em auto 4.375em;
    display: flex;
    justify-content: center;
  }
  #rlc-slot4 .rlc-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.875em;
  }
  #rlc-slot4 .rlc-inner .rlc-tile {
    width: 19.875em;
    margin-bottom: 2.5em;
  }
  #rlc-slot4 .rlc-copygroup {
    width: 100%;
  }
  #rlc-slot4 .rlc-inner .rlc-copygroup .rlc-dek {
    width: 20em;
  }
}

/* <!-- RL Home x AiR Logo  --> */
#rlc-slot5 {
  height: 70.5em;
}
#rlc-slot5 .rlc-slide {
  width: 72.5em;
  margin: 0 4.6875em;
}

#rlc-slot5 #rlc-slot5-copy.rlc-copygroup {
  display: block;
  top: 0;
  width: 72.125em;
  margin: 0 auto;
  padding: 4.375em 0 2.1875em;
}
#rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-logo {
  width: 25.125em;
  margin-bottom: 1.875em;
}
#rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-title {
  font-family: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3125em;
  margin-bottom: 1.875em;
}
#rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-dek {
  font-family: var(--font-foundersReg);
  font-size: 0.85em;
  line-height: 1.375rem;
  letter-spacing: 0.0156em;
  width: 79em;
  margin: 0 auto;
}
#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup {
  position: absolute;
  top: auto;
  bottom: 4.6875em;
}
#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-scrollto {
  font-family: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
  font-size: 0.688rem;
  letter-spacing: 0.091rem;
  text-transform: uppercase;
  margin-top: 1em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: -3.5em;
}

#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-scrollto::before {
  content: "";
  height: 1px;
  width: 4.75em;
  background-color: currentColor;
  display: block;
  position: absolute;
  right: -5.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-scrollto::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.5em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 0.636em;
  height: 0.636em;
  transition: transform 0.3s ease;
}
#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup:hover .rlc-scrollto::before {
  transform: translateY(-50%) translateX(0.5em);
}

#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup:hover .rlc-scrollto::after {
  transform: translateY(-50%) translateX(0.5em) rotate(45deg);
}

#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup {
  width: 100%;
}
#rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-title {
  font-size: 3.75em;
}
#rlc-slot5 .rlc-carousel .rlc-in {
  position: absolute;
  top: 33.0625em;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#rlc-slot5 .rlc-carousel .rlc-in .rlc-copygroup .rlc-dek {
  font-family: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
#rlc-slot5 .rlc-carousel .rlc-in .rlc-copygroup .rlc-dek {
  width: 28.25em;
}
@media only screen and (min-width: 768px) {
  #rlc-slot5 .rlc-carousel.rlc-banner .swiper-pagination {
    top: 47em;
  }
  #rlc-slot5 .rlc-carousel.rlc-banner .swiper-pagination .swiper-pagination-bullet-active:before {
    opacity: 1;
    background: #000;
    z-index: 1;
  }
  #rlc-slot5 .rlc-carousel.rlc-banner .swiper-pagination .swiper-pagination-bullet:after {
    opacity: 1;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #rlc-slot5 {
    height: 61.375em;
  }
  #rlc-slot5 #rlc-slot5-copy.rlc-copygroup {
    display: block;
    top: 0;
    width: 20em;
    margin: 0 auto;
    padding: 3.75em 0;
  }
  #rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-logo {
    width: 16.4375em;
    margin-bottom: 1.875em;
  }

  #rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-dek {
    font-size: 0.75em;
    line-height: 1.5rem;
    width: auto;
  }
  #rlc-slot5 .rlc-slide {
    width: 23.4375em;
    margin: 0;
    padding: 0;
  }
  #rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-title {
    font-size: 2.25em;
  }
  #rlc-slot5 .rlc-carousel .rlc-s1 .rlc-copygroup .rlc-scrollto {
    left: -3.5em;
  }
  #rlc-slot5 .rlc-carousel .rlc-in {
    position: absolute;
    top: auto;
    bottom: 2.5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  #rlc-slot5 .rlc-carousel .rlc-in .rlc-copygroup .rlc-dek {
    font-size: 0.6875rem;
    width: 28.125em;
  }

  #rlc-slot5 .rlc-carousel.rlc-banner .swiper-pagination {
    top: 29em;
    width: 12em;
  }
}
/* <!-- Mood Boards  --> */
@media only screen and (min-width: 768px) {
  #rlc-slot6 {
    min-height: 55em;
    /* margin: 3.75em auto; */
    display: flex;
    align-items: center;
  }

  #rlc-slot6 .rlc-inner {
    display: flex;
  }
  #rlc-slot6 .rlc-inner .rlc-tile {
    width: 37.5em;
    margin: 0 4em 0 5em;
  }
  #rlc-slot6 .rlc-inner .rlc-copygroup {
    width: 37.5em;
    height: 37.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #rlc-slot6 .rlc-inner .rlc-copygroup .rlc-dek {
    width: 23em;
    margin-top: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-slot6 {
    min-height: 30em;
    margin: 2.5em auto 4.375em;
    display: flex;
    justify-content: center;
  }
  #rlc-slot6 .rlc-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.875em;
  }
  #rlc-slot6 .rlc-inner .rlc-tile {
    width: 19.875em;
    margin-bottom: 2.5em;
  }
  #rlc-slot6 .rlc-copygroup {
    width: 100%;
  }
}
/* ===== MORE TO EXPLORE ===== */
#rlc-home-mte {
  min-height: 42.875em;
}

#rlc-home-mte .rlc-intro {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  color: var(--color-black);
}

#rlc-home-mte .rlc-intro .rlc-title {
  font-size: 2.75em;
  line-height: 1.684em;
  text-align: left;
}

#rlc-home-mte .rlc-intro .rlc-title span {
  font-size: 1.364em;
  line-height: 1em;
  display: block;
}

#rlc-home-mte .rlc-intro .rlc-dek {
  margin: 2.222em auto 0 0;
  width: 14em;
  font-family: var(--font-foundersReg);
  font-size: 0.75em;
  line-height: 1.4em;
}

#rlc-home-mte .rlc-slide .rlc-copygroup {
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  bottom: 3.25em;
  color: var(--color-white);
}

#rlc-home-mte .rlc-slide .rlc-title {
  font-family: var(--font-leJeuneReg);
  font-size: 2em;
  line-height: 1.438em;
  letter-spacing: 0em;
}

#rlc-home-mte .rlc-slide .rlc-linecta {
  line-height: 0.909em;
  padding-bottom: calc(0.8em + 1px);
}

#rlc-home-mte .rlc-slide .rlc-linecta::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

@media screen and (min-width: 768px) {
  #rlc-home-mte {
    padding-top: 4.938em;
    display: flex;
  }

  #rlc-home-mte .rlc-intro {
    width: 24.813em;
    height: 34.875em;
    display: flex;
    justify-content: center;
  }

  #rlc-home-mte .rlc-intro .rlc-copygroup {
    margin-left: 3.5em;
    width: 19.875em;
  }
}

@media screen and (max-width: 767px) {
  #rlc-home-mte {
    height: 45.688em;
  }

  #rlc-home-mte .rlc-intro {
    width: 15.438em;
    text-align: center;
    padding: 4.0625em 0 3.125em;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-black);
  }

  #rlc-home-mte .rlc-intro .rlc-title {
    font-size: 1.75em;
    text-align: center;
    line-height: 1.25em;
  }

  #rlc-home-mte .rlc-intro .rlc-title span {
    font-size: 1.571em;
  }

  #rlc-home-mte .rlc-intro .rlc-dek {
    margin: 1.25em auto 0;
    line-height: 1.5em;
    font-size: 0.75em;
    width: 14em;
  }

  #rlc-home-mte .rlc-slide .rlc-copygroup {
    bottom: 2.25em;
  }

  #rlc-home-mte .rlc-slide .rlc-title {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
/* ===== LOCALIZATION ===== */
@media only screen and (min-width: 768px) {
  .fr #rlc-hero .rlc-copygroup {
    width: 37em;
  }
  .fr #rlc-slot3 .rlc-copygroup {
    width: 70em;
  }
  /* .fr #rlc-slot5 #rlc-slot5-copy.rlc-copygroup .rlc-dek{
  width: 84em;
} */
  .de #rlc-slot3 .rlc-copygroup {
    width: 66em;
  }
  .es #rlc-slot3 .rlc-copygroup {
    width: 66em;
  }

  .nl #rlc-slot3 .rlc-copygroup {
    width: 69em;
  }
}
@media screen and (max-width: 767px) {
  .fr #rlc-slot3 .rlc-copygroup .rlc-dek {
    width: 22.1875em;
  }

  .de #rlc-slot3 .rlc-copygroup {
    padding: 4.5em 0 0;
  }
  .de #rlc-slot3 .rlc-copygroup .rlc-dek {
    width: 24.1875em;
  }
  .de #rlc-slot5 #rlc-slot5-copy.rlc-copygroup {
    padding: 3.25em 0;
  }

  .it #rlc-slot3 .rlc-copygroup .rlc-dek {
    width: 22.1875em;
  }

  .es #rlc-slot3 .rlc-copygroup {
    padding: 4.5em 0 0;
  }

  .nl #rlc-slot3 .rlc-copygroup {
    padding: 3em 0 0;
  }

  .pt #rlc-slot3 .rlc-copygroup .rlc-dek {
    width: 20.1875em;
  }
}
