/* ===== CSS ROOT VARIABLES ===== */
.rlc-home {
  /* Colors */
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #041e3a;
  --color-gray-light: #f2f3f5;
  --color-gray-med: #e1e1e5;
  --color-gray-dark: #a39c8f;

  /* 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;

  --font-size-2-750: 2.75em;
  --font-size-1-125: 1.125em;
  --font-size-1-175: 1.75em;
  --font-size-0-875: 0.875em;

  --line-height-2-0: 2em;
  --line-height-1-5: 1.5em;
}

.orderable.notinstock .is-quick-shoppable.rlc-target {
  display: block !important;
}
@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-home .rlc-fadeslider .rlc-looppause,
.rlc-home .rlc-hasbuttons .rlc-looppause,
.rlc-home .rlc-videocontainer .rlc-looppause {
  border: none;
}
.rlc-redesign-fy25 .rlc-fadeslider2 .rlc-looppause {
  left: -1.438em;
  right: auto;
}
/* ===== Home styles ===== */
.rlc-redesign-fy25 .rlc-links {
  margin-top: 0;
}
.rlc-home .rlc-show-me {
  display: none;
}
.rlc-show-ca {
  display: none;
}
.rlc-home .rlc-image[loading="lazy"] {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.rlc-home .rlc-isvisible .rlc-image[loading="lazy"].rlc-imgLoaded {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.rlc-home .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 .rlc-background .rlc-image {
  height: 100%;
}
.rlc-home .rlc-hotspot {
  z-index: 0;
}
.rlc-home .rlc-carousel .swiper-scrollbar-drag:after {
  background: currentColor !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 .rlc-title {
  font-family: var(--font-leJeuneReg);
  font-size: var(--font-size-2-750);
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  margin: 0;
  color: currentColor;
  text-align: unset;
}

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

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

.rlc-home a {
  color: currentColor;
}

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

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

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

@media screen and (max-width: 767px) {
  .rlc-home .rlc-title {
    font-size: 2.25em;
    margin: 0 auto;
  }
  .rlc-home .rlc-dek {
    font-size: var(--font-size-0-875);
    line-height: var(--line-height-1-5);
    margin: 0.75em auto 0;
  }
  .rlc-home .rlc-links {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }
  .rlc-home .rlc-links.rlc-all-text-left {
    justify-content: flex-start;
  }
  .rlc-home .rlc-links.rlc-all-text-right {
    justify-content: flex-end;
  }
  .rlc-home .rlc-links.rlc-all-text-left .rlc-linecta,
  .rlc-home .rlc-links.rlc-all-text-right .rlc-linecta {
    margin: 2.727em 0 0 0;
  }
  .rlc-home .rlc-linecta {
    margin: 0 1.455em;
  }
}

/* SCROLLTO ARROW STYLES */
.rlc-home .rlc-slide .rlc-copygroup-in .rlc-scrollto {
  font-family: "Founders Grotesk text Regular", Arial, Helvetica, sans-serif;
  font-size: 0.688em;
  letter-spacing: 0.09090909090909091em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: -3em;
}
.rlc-home .rlc-slide .rlc-copygroup-in .rlc-scrollto::before {
  content: "";
  height: 1px;
  width: 3.25em;
  background-color: currentColor;
  display: block;
  position: absolute;
  right: -4.182em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.rlc-home .rlc-slide .rlc-copygroup-in .rlc-scrollto::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.182em;
  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-home .rlc-slide .rlc-copygroup:hover .rlc-scrollto::before {
  transform: translateY(-50%) translateX(0.5em);
}
.rlc-home .rlc-slide .rlc-copygroup:hover .rlc-scrollto::after {
  transform: translateY(-50%) translateX(0.5em) rotate(45deg);
}

/* ===== HERO ===== */
#rlc-hero {
  color: var(--color-white);
  z-index: 1;
}
#rlc-hero .rlc-copygroup .rlc-linecta {
  margin-top: 2.364em;
}
#rlc-hero .rlc-copygroup .rlc-linecta.rlc-play span {
  padding-right: 1em;
}

@media screen and (min-width: 768px) {
  #rlc-hero {
    height: 45em;
    margin: 0;
  }
  #rlc-hero .rlc-copygroup {
    width: 70%;
    bottom: 4.5em;
  }
  #rlc-hero .rlc-copygroup .rlc-logo {
    width: 19.1875em;
    margin: 0 auto 1.375em;
  }
  #rlc-hero .rlc-copygroup .rlc-title {
    font-size: 3.75em;
    line-height: 1.2em;
  }
  #rlc-hero .rlc-copygroup .rlc-linecta {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-hero {
    height: 37.188em;
    margin: 0;
  }
  #rlc-hero .rlc-copygroup {
    width: 100%;
    bottom: 4.75em;
    top: auto;
    transform: none;
    left: 0;
  }
  .fr #rlc-hero .rlc-copygroup {
    width: 16em;
    margin: 0 auto;
    right: 0;
  }
  .es #rlc-hero .rlc-copygroup,
  .pt #rlc-hero .rlc-copygroup {
    width: 18em;
    margin: 0 auto;
    right: 0;
  }
  #rlc-hero .rlc-copygroup .rlc-logo {
    width: 13.1875em;
    margin: 0 auto 0.6521875em;
  }
  #rlc-hero .rlc-copygroup .rlc-title {
    line-height: 1.2222222222222223em;
    margin: 0 auto !important;
    font-size: 2.25em;
  }
}

/* =====  SHOP CATEGORY SECTION ===== */
#rlc-shopcategory .rlc-intro .rlc-title {
  font-size: 1.125em;
  line-height: 1.684em;
  color: var(--color-black);
}

#rlc-shopcategory .rlc-categories {
  width: 90em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#rlc-shopcategory .rlc-categories .rlc-cat {
  width: 12.25em;
  padding: 0;
}

#rlc-shopcategory .rlc-categories .rlc-cat .rlc-imagery {
  width: 100%;
}

#rlc-shopcategory .rlc-categories .rlc-cat .rlc-copygroup {
  display: flex;
  margin: 0.5em auto 0;
  justify-content: center;
  position: relative;
}

#rlc-shopcategory .rlc-categories .rlc-cat .rlc-title {
  font-family: var(--font-foundersReg);
  text-transform: uppercase;
  font-size: 0.688em;
  line-height: 1.5em;
  letter-spacing: 0.091em;
}

@media screen and (min-width: 768px) {
  #rlc-shopcategory {
    padding: 3.5em 0 4em 0;
    display: flex;
    flex-direction: column;
    min-height: 21.75em;
    margin-bottom: 0;
  }

  #rlc-shopcategory .rlc-intro {
    width: 33.1875em;
    margin: 0 auto;
    color: var(--color-black);
  }

  .ar #rlc-shopcategory .rlc-categories {
    margin-right: 0;
  }
  .ar #rlc-shopcategory .rlc-intro {
    padding: 3.875em 3.5em 0 0.813em;
  }
  .ar #rlc-shopcategory .rlc-intro .rlc-title {
    text-align: right;
  }

  .en #rlc-shopcategory .rlc-categories .rlc-cat .rlc-title {
    line-height: 0.909em;
  }
}

@media screen and (max-width: 767px) {
  #rlc-shopcategory {
    height: 30.75em;
    padding: 3.25em 0 0;
  }

  #rlc-shopcategory .rlc-intro {
    width: 15.8125em;
    margin: 0 auto;
  }
  #rlc-shopcategory .rlc-intro .rlc-title {
    font-size: 0.875em;
    text-align: center;
  }

  #rlc-shopcategory .rlc-categories {
    width: 22.625em;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    color: var(--color-black);
    padding-bottom: 3.875em;
  }

  #rlc-shopcategory .rlc-categories .rlc-cat {
    width: 33.333333%;
    padding: 0;
  }

  #rlc-shopcategory .rlc-categories .rlc-cat .rlc-imagery {
    width: 100%;
  }

  #rlc-shopcategory .rlc-categories .rlc-cat .rlc-copygroup {
    display: flex;
    margin: 0.125em auto 0;
    justify-content: center;
    position: relative;
  }

  #rlc-shopcategory .rlc-categories .rlc-cat .rlc-title {
    line-height: 1.35em;
  }
}

/* ===== WORLD OF STYLE ===== */
@media screen and (min-width: 768px) {
  #rlc-worldofstyle-wrapper {
    min-height: 88em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #rlc-worldofstyle-wrapper {
    min-height: 65em;
    margin-bottom: 0;
  }
}

/* ===== WORLD OF STYLE NAV ===== */
@media screen and (min-width: 768px) {
  #rlc-worldofstyle-nav {
    height: 45em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  #rlc-worldofstyle-nav .rlc-carousel {
    margin: 0 auto;
    width: 69em;
  }
  #rlc-worldofstyle-nav .rlc-carousel .rlc-carousel_wrapper {
    margin-left: 0em;
    padding: 3em 0 1.5em;
  }
  #rlc-worldofstyle-nav .rlc-slide {
    width: 14em;
    padding: 0 1.625em;
    cursor: pointer;
  }
  #rlc-worldofstyle-nav .rlc-slide .rlc-imagery {
    min-height: 9.1875em;
    height: 9.1875em;
    overflow: hidden;
    border-radius: 1em;
  }
  #rlc-worldofstyle-nav .rlc-slide .rlc-image {
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.75s ease;
  }
  #rlc-worldofstyle-nav .rlc-slide .rlc-imagery:hover .rlc-image {
    transform: scale(1.05);
  }
  #rlc-worldofstyle-nav .rlc-carousel-arrow {
    display: none;
  }

  #rlc-worldofstyle-nav .rlc-copygroup {
    flex-direction: column;
    justify-content: center;
  }
  #rlc-worldofstyle-nav .rlc-copygroup .rlc-linecta {
    font-family: var(--font-sackersMed);
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 2.4;
  }
  #rlc-worldofstyle-nav .rlc-copygroup .rlc-linecta::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #rlc-worldofstyle-nav .rlc-copygroup .rlc-linecta::after {
    display: block;
    opacity: 0;
  }
  #rlc-worldofstyle-nav .rlc-slide:hover .rlc-copygroup .rlc-linecta::after {
    bottom: 0.5em;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #rlc-worldofstyle-nav {
    height: 30.9375em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  #rlc-worldofstyle-nav .rlc-top-copy-block .rlc-title {
    font-size: 2.25em;
  }

  #rlc-worldofstyle-nav .rlc-carousel .rlc-carousel_wrapper {
    margin-left: 0em;
    padding: 2em 0 0.75em;
  }
  #rlc-worldofstyle-nav .rlc-slide {
    width: 6.788em;
    padding: 0 0.64em;
    margin: 0;
  }
  #rlc-worldofstyle-nav .rlc-slide .rlc-imagery {
    min-height: 4.5em;
  }
  #rlc-worldofstyle-nav .rlc-slide .rlc-image {
    border-radius: 1em;
  }
  #rlc-worldofstyle-nav .rlc-copygroup {
    text-align: center;
    justify-content: center;
  }
  #rlc-worldofstyle-nav .rlc-copygroup .rlc-linecta {
    font-family: var(--font-sackersMed);
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 2.4;
  }
}

/* ===== WORLD OF STYLE FREESCROLL ===== */
@media screen and (min-width: 768px) {
  #rlc-worldofstyle-freescroll {
    height: 42em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-worldofstyle-freescroll {
    height: 31.75em;
  }
}

#rlc-worldofstyle-freescroll .rlc-carousel-arrow,
#rlc-worldofstyle-freescroll .rlc-hasarrows .rlc-arrow {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #rlc-worldofstyle-freescroll .rlc-carousel-scrollbar {
    width: 81.5em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #rlc-worldofstyle-freescroll .rlc-carousel-scrollbar:before {
    background: #a39c8f;
    opacity: 1;
  }
  #rlc-worldofstyle-freescroll .swiper-scrollbar-drag:after {
    background: #000;
    opacity: 1;
  }

  #rlc-worldofstyle-freescroll .rlc-slide {
    height: 37.5em;
    box-sizing: border-box;
    margin-bottom: 2em;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup {
    width: 45em;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in {
    width: 28.3125em;
    pointer-events: none;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider #rlc-worldofstyle-western .rlc-copygroup-in {
    width: 30.3125em;
  }
  #rlc-worldofstyle-freescroll
    .rlc-freescroll-slider
    #rlc-worldofstyle-penthouse
    .rlc-copygroup-in {
    width: 29.3125em;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in .rlc-title {
    font-size: 2.75em;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in .rlc-dek {
    font-family: var(--font-leJeuneReg);
    font-size: 1em;
    line-height: 1.75em;
    margin: 1.12em auto 1.75em;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-img-1 {
    width: 29.125em;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-img-2 {
    width: 58.25em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider {
    width: 100vw;
  }
  #rlc-worldofstyle-freescroll .rlc-carousel-scrollbar {
    width: 20.9375em;
    left: 1.25em;
    bottom: -0.25em;
  }
  #rlc-worldofstyle-freescroll .rlc-carousel-scrollbar:before {
    background: #c6c8cc;
    opacity: 1;
  }
  #rlc-worldofstyle-freescroll .swiper-scrollbar-drag:after {
    background: #041e3a;
    opacity: 1;
  }

  #rlc-worldofstyle-freescroll .rlc-slide {
    height: 30.375em;
    box-sizing: border-box;
    margin-bottom: 1em;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup {
    width: 23.4375em;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in {
    width: 15.5625em;
    pointer-events: none;
  }
  #rlc-worldofstyle-freescroll
    .rlc-freescroll-slider
    #rlc-worldofstyle-penthouse
    .rlc-copygroup-in {
    width: 16.875em;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in .rlc-title {
    font-size: 2.25rem;
  }
  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-copygroup-in .rlc-dek {
    font-family: var(--font-leJeuneReg);
    font-size: 0.875em;
    line-height: 1.75em;
    margin: 1.12em auto 1.75em;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-img-1 {
    width: 23.44em;
    padding: 1.75em 2.2em 1.75em 0;
  }

  #rlc-worldofstyle-freescroll .rlc-freescroll-slider .rlc-img-2 {
    width: 46.875em;
  }
}

/* <!-- The Alistair Bedding Collection --> */
@media screen and (min-width: 768px) {
  #rlc-alistairbedding {
    height: 45em;
    margin-bottom: 3.75em;
  }
  #rlc-alistairbedding .rlc-copygroup {
    width: 39em;
    bottom: 4.3875em;
  }
  #rlc-alistairbedding .rlc-copygroup .rlc-title {
    font-size: 2.75em;
    margin: 0 auto 0.25em;
  }
  #rlc-alistairbedding .rlc-copygroup .rlc-links {
    justify-content: center;
  }

  .en #rlc-alistairbedding .rlc-copygroup {
    width: 36em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-alistairbedding {
    height: 37.1875em;
  }
  #rlc-alistairbedding .rlc-copygroup {
    bottom: 4.5em;
    width: 20em;
  }
  #rlc-alistairbedding .rlc-copygroup .rlc-desktop-text-center.rlc-links {
    justify-content: flex-start;
  }
  #rlc-alistairbedding .rlc-copygroup .rlc-usebrandstyles.rlc-links .rlc-linecta {
    margin: 2em 0 0;
    font-size: 0.688em;
  }
}

/* <!-- Meadow Lane Bedding --> */
@media screen and (min-width: 768px) {
  #rlc-meadowlane {
    height: 45em;
    margin-bottom: 0;
  }
  #rlc-meadowlane .rlc-copygroup {
    width: 42em;
    bottom: 4.3875em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-title {
    font-size: 2.75em;
    margin: 0 2em 0.25em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-links {
    justify-content: center;
  }

  .en #rlc-meadowlane .rlc-copygroup {
    width: 40em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-meadowlane {
    height: 37.1875em;
  }
  #rlc-meadowlane .rlc-copygroup {
    bottom: 4.5em;
    width: 20em;
  }
  .sv #rlc-alistairbedding .rlc-copygroup .rlc-title {
    font-size: 1.75em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-desktop-text-center.rlc-links {
    justify-content: flex-start;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-usebrandstyles.rlc-links .rlc-linecta {
    margin: 2em 0 0;
    font-size: 0.688em;
  }

  #rlc-meadowlane .rlc-videocontainer video {
    object-fit: cover;
  }
}

/* ===== MORE TO EXPLORE ===== */
#rlc-home-mte {
  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: var(--font-size-2-750);
  line-height: 1.25em;
  text-align: left;
}
.en #rlc-home-mte .rlc-intro .rlc-title {
  line-height: 1.684em;
}

#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: 100%;
  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: 1.125em;
  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;
  }

  .en #rlc-home-mte .rlc-slide .rlc-title {
    font-size: 2em;
  }

  .ar #rlc-home-mte .rlc-intro .rlc-title,
  .ar #rlc-home-mte .rlc-intro .rlc-dek {
    text-align: right;
  }
  .ar #rlc-home-mte .rlc-intro .rlc-copygroup {
    margin-right: 3.5em;
    margin-left: 0;
  }
}

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

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

  #rlc-home-mte .rlc-intro .rlc-title {
    font-size: 2.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: 20em;
  }

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

  #rlc-home-mte .rlc-slide .rlc-title {
    font-size: 0.875em;
    line-height: 1.5em;
  }

  .ar #rlc-home-mte .rlc-slide .rlc-title {
    font-size: 0.875em;
  }
}
