/* ===== CSS ROOT VARIABLES ===== */
:root {
  /* 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;
}
/* ===== 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: 1.727em 1.455em 0;
}

@media screen and (max-width: 767px) {
  .rlc-home .rlc-title {
    font-size: var(--font-size-1-175);
    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;
  }
}
/* ===== HERO ===== */
#rlc-hero {
  color: var(--color-white);
  z-index: 1;
}
#rlc-hero .rlc-copygroup .rlc-linecta {
  margin-top: 2.364em;
}
@media screen and (min-width: 768px) {
  #rlc-hero {
    height: 45em;
    margin: 0;
  }
  #rlc-hero .rlc-slidewrapper {
    height: 45em;
  }
  #rlc-hero .rlc-default .rlc-copygroup {
    bottom: 7.813em;
    width: 70%;
  }
  #rlc-hero .rlc-default .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-dek {
    font-family: var(--font-leJeuneReg);
    font-size: 0.875em;
    margin-top: 0.5em;
  }
  #rlc-hero .rlc-copygroup .rlc-linecta {
    margin-top: 1.4545454545454546em !important;
  }

  #rlc-hero.rlc-fadeslider2 .rlc-looppause {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #rlc-hero,
  #rlc-hero .rlc-slidewrapper {
    height: 37.188em;
    margin: 0;
  }
  #rlc-hero .rlc-default .rlc-copygroup {
    width: 100%;
    bottom: 3.75em;
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #rlc-hero .rlc-hero-meadow .rlc-copygroup {
    width: 15.5625em;
  }
  #rlc-hero .rlc-hero-bedding .rlc-copygroup {
    width: 18.5625em;
  }
  #rlc-hero .rlc-default .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;
  }
  #rlc-hero .rlc-copygroup .rlc-dek {
    font-family: var(--font-leJeuneReg);
    font-size: 0.875em;
    margin-top: 0.5em;
  }
  #rlc-hero .rlc-copygroup .rlc-linecta {
    margin-top: 1.659090909090909em !important;
  }
  #rlc-hero .rlc-progressbar::before {
    background-color: #9d9fa3;
  }
  .ar #rlc-hero.rlc-fadeslider2 .rlc-looppause {
    left: 1.25em;
    top: -46px;
    transform: none;
  }
}

/* ===== SHOP SECTION ===== */
#rlc-shopsection {
  min-height: 42.5em;
  overflow: hidden;
  color: var(--color-white);
}

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

#rlc-shopsection .rlc-intro .rlc-title {
  font-size: var(--font-size-2-750);
  line-height: 1.325em;
  text-align: left;
}

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

#rlc-shopsection .rlc-intro .rlc-dek {
  margin: 1.222em 0 0 0;
  width: 19em;
  font-family: var(--font-foundersReg);
  font-size: 0.75em;
}

#rlc-shopsection .rlc-slide .rlc-copygroup {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  color: var(--color-white);
}

#rlc-shopsection .rlc-slide .rlc-title {
  font-family: var(--font-leJeuneReg);
  font-size: 1.125em;
  line-height: 1.238em;
  letter-spacing: 0.001em;
}

#rlc-shopsection .rlc-shopall {
  width: 16em;
  height: 30.938em;
}

#rlc-shopsection .rlc-shopall .rlc-copygroup {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 11em;
  color: var(--color-white);
}

#rlc-shopsection .rlc-shopall .rlc-title {
  font-size: 1.75em;
  color: currentColor;
}

#rlc-shopsection .rlc-shopall a:hover {
  text-decoration: none;
}

#rlc-shopsection .rlc-carousel-scrollbar {
  color: var(--color-white);
}

#rlc-shopsection .rlc-carousel-scrollbar:before {
  background: #c6c8cc;
}

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

  #rlc-shopsection .rlc-intro {
    width: 24.813em;
    height: 32.875em;
    display: flex;
    justify-content: center;
  }

  #rlc-shopsection .rlc-intro .rlc-links {
    justify-content: flex-start;
  }

  #rlc-shopsection .rlc-intro .rlc-links .rlc-linecta {
    margin: 2em 0;
  }

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

  #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-slide {
    width: 23.438em;
    padding: 0 0.5em;
  }

  #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-slide .rlc-imagery {
    min-height: 30.938em;
  }

  .en #rlc-shopsection .rlc-intro .rlc-title {
    font-size: var(--font-size-2-750);
  }
  .en #rlc-shopsection .rlc-slide .rlc-title {
    font-size: 2em;
  }

  .ar #rlc-shopsection .rlc-intro .rlc-title {
    text-align: right;
  }
  .ar #rlc-shopsection .rlc-intro .rlc-dek {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #rlc-shopsection {
    height: 44.75em;
  }

  #rlc-shopsection .rlc-intro {
    width: 18.438em;
    text-align: center;
    margin: 0 auto;
    height: 16.875em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
  }

  #rlc-shopsection .rlc-intro .rlc-links {
    justify-content: flex-start;
  }

  #rlc-shopsection .rlc-intro .rlc-links .rlc-linecta {
    margin: 0;
  }

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

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

  #rlc-shopsection .rlc-intro .rlc-dek {
    width: 20em;
    margin: 1.25em auto 0;
    line-height: 1.75em;
    font-size: 0.75em;
  }
  .en #rlc-shopsection .rlc-intro .rlc-dek {
    width: 12em;
  }

  #rlc-shopsection .rlc-slide .rlc-copygroup {
    bottom: 2.188em;
  }

  #rlc-shopsection .rlc-slide .rlc-title {
    font-size: 0.875em;
  }

  #rlc-shopsection .rlc-shopall {
    height: 20.875em;
  }

  #rlc-shopsection .rlc-shopall .rlc-title {
    font-size: 1.75em;
    width: 6em;
    color: currentColor;
  }

  #rlc-shopsection .rlc-shopall .rlc-copygroup {
    color: var(--color-white);
    height: fit-content;
  }

  #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-carousel_wrapper {
    padding-bottom: 0.938em;
  }

  .en #rlc-shopsection .rlc-intro .rlc-title {
    font-size: 1.75em;
  }
  .en #rlc-shopsection .rlc-slide .rlc-title {
    font-size: 1.25em;
  }
}

/* =====  SHOP CATEGORY SECTION ===== */
#rlc-shopcategory .rlc-intro .rlc-title {
  font-size: var(--font-size-2-750);
  line-height: 1.25em;
  color: var(--color-black);
  text-align: left;
}
.en #rlc-shopcategory .rlc-intro .rlc-title {
  line-height: 1.684em;
}

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

#rlc-shopcategory .rlc-categories {
  width: 67.188em;
  margin-right: 2.125em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  color: var(--color-black);
  gap: 1em 0;
}

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

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

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

#rlc-shopcategory .rlc-categories .rlc-cat .rlc-title {
  font-size: 1.15em;
  line-height: 1.25em;
}

@media screen and (min-width: 768px) {
  #rlc-shopcategory {
    padding: 3.5em 0 5em 0;
    display: flex;
    min-height: 21.75em;
    /* background-color: #f2ece3; */
  }

  #rlc-shopcategory .rlc-intro {
    width: 20.688em;
    height: auto;
    padding: 3.875em 0.813em 0 3.5em;
    text-align: left;
    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;
  }
}

@media screen and (max-width: 767px) {
  #rlc-shopcategory {
    min-height: 32em;
    padding: 2.55em 0 0;
    /* background-color: #f2ece3; */
  }

  #rlc-shopcategory .rlc-intro .rlc-title {
    font-size: 1.75em;
    text-align: center;
  }

  #rlc-shopcategory .rlc-intro .rlc-title span {
    font-size: 1.571em;
    line-height: 1.2em;
  }

  #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.75em 1em 0;
    justify-content: center;
    position: relative;
  }

  #rlc-shopcategory .rlc-categories .rlc-cat .rlc-title {
    font-size: 0.75em;
    line-height: 1.1666666666666667em;
    letter-spacing: 0.020833333333333332em;
    padding: 0;
  }
}

/* <!-- Meadow Lane Bedding --> */
@media screen and (min-width: 768px) {
  #rlc-meadowlane {
    height: 45em;
    margin-bottom: 0;
  }
  #rlc-meadowlane .rlc-copygroup {
    width: 40em;
    bottom: 4.3875em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-title {
    font-size: 3.75em;
    margin: 0 2em 0.25em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-links {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #rlc-meadowlane {
    height: 37.1875em;
    margin-bottom: 0;
  }
  #rlc-meadowlane .rlc-copygroup {
    bottom: 3.675em;
    width: 15.5625em;
  }
  #rlc-meadowlane .rlc-copygroup .rlc-title {
    font-size: 2.25em;
  }
  #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;
  }
}

/* <!-- Seasonal Entertaining  Home Accents --> */
@media screen and (min-width: 768px) {
  #rlc-wrapper {
    height: 130.125em;
    padding: 6.5em 0 5em;
    margin-bottom: 0;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup {
    margin: 0 auto 5em;
    width: 58.625em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature {
    margin: 2em auto 0;
    width: 21.04056em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature .rlc-drawsig {
    width: 17.313em;
    height: 3.75em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: #fff;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-dek {
    font-size: 1.125em;
  }

  #rlc-slot5 {
    min-height: 56.25em;
    margin: 0 auto;
  }
  #rlc-slot5 .rlc-duo {
    display: flex;
    justify-content: space-between;
    width: 83em;
    margin: 0 auto;
  }
  #rlc-slot5 .rlc-duo .rlc-s1,
  #rlc-slot5 .rlc-duo .rlc-s2 {
    width: 41em;
    height: 51.25em;
    position: relative;
    padding: 0 3.4375em 4.375em;
  }
  #rlc-slot5 .rlc-duo .rlc-copygroup {
    width: 100%;
  }
  #rlc-slot5 .rlc-duo .rlc-copygroup .rlc-title {
    margin-bottom: 0.25em;
  }
  #rlc-slot5 .rlc-duo .rlc-copygroup .rlc-dek {
    font-size: 0.875em;
  }

  #rlc-slot5 .rlc-single {
    display: flex;
    justify-content: center;
    width: 83em;
    margin: 0.875em auto 0;
  }
  #rlc-slot5 .rlc-single .rlc-s1 {
    width: 100%;
    height: 51.25em;
    position: relative;
    padding: 0 3.4375em 4.375em;
  }
  #rlc-slot5 .rlc-single .rlc-copygroup {
    width: 100%;
  }
  #rlc-slot5 .rlc-single .rlc-copygroup .rlc-title {
    margin-bottom: 0.25em;
  }
  #rlc-slot5 .rlc-single .rlc-copygroup .rlc-dek {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #rlc-wrapper {
    min-height: 126.25em;
    padding: 7em 0 1em;
    margin-bottom: 0;
    background: #8d999e;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup {
    margin: 0 auto 5em;
    width: 16.25em;
    min-height: 18em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature {
    margin: 2em auto 0;
    width: 11.54094em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature .rlc-drawsig {
    width: 11.54094em;
    height: 2.26256em;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-hassignature .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: #fff;
  }
  #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-dek {
    font-size: 1em;
  }
  .en #rlc-wrapper #rlc-quote.rlc-copygroup .rlc-dek {
    font-size: 1.25em;
  }

  #rlc-slot5 {
    min-height: 56.25em;
    margin: 0 auto;
  }
  #rlc-slot5 .rlc-duo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 83em;
    height: 63em;
    margin: 0 auto;
  }
  #rlc-slot5 .rlc-duo .rlc-s1,
  #rlc-slot5 .rlc-duo .rlc-s2 {
    width: 23.4375em;
    height: 30.9375em;
    position: relative;
    padding: 0 1.875em 3.125em;
  }
  #rlc-slot5 .rlc-duo .rlc-copygroup {
    width: 100%;
  }

  #rlc-slot5 .rlc-single {
    display: flex;
    justify-content: center;
    width: 23.4375em;
    height: 30.9375em;
    margin: 1em auto 0;
  }
  #rlc-slot5 .rlc-single .rlc-s1 {
    width: 100%;
    height: 30.9375em;
    position: relative;
    padding: 0 1.875em 3.125em;
  }
  #rlc-slot5 .rlc-single .rlc-copygroup {
    width: 100%;
  }

  #rlc-slot5 .rlc-copygroup .rlc-usebrandstyles.rlc-links .rlc-linecta {
    margin: 1.125em 0 0;
  }
}

/* <!-- Follow Us --> */
@media screen and (min-width: 768px) {
  #rlc-follow {
    height: 45em;
    margin-bottom: 0;
  }
  #rlc-follow .rlc-copygroup {
    width: 100%;
    bottom: 4.3875em;
  }
  #rlc-follow .rlc-copygroup .rlc-title {
    font-size: 3.75em;
    margin: 0 2em 0.25em;
  }
  #rlc-follow .rlc-copygroup .rlc-links {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #rlc-follow {
    height: 37.1875em;
    margin-bottom: 0;
  }
  #rlc-follow .rlc-copygroup {
    bottom: 4.5em;
    width: 17.5625em;
  }
  #rlc-follow .rlc-copygroup .rlc-title {
    font-size: 2.25em;
  }
  #rlc-follow .rlc-copygroup .rlc-desktop-text-center.rlc-links {
    justify-content: flex-start;
  }
  #rlc-follow .rlc-copygroup .rlc-usebrandstyles.rlc-links .rlc-linecta {
    margin-top: 2em;
    font-size: 0.688em;
  }
}

/* ===== 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: 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;
  }

  .ar #rlc-home-mte .rlc-slide .rlc-title {
    font-size: 1.25em;
  }
  .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: 39.688em;
  }

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

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

  #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;
  }

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

@media screen and (max-width: 767px) {
  #rlc-home-ramadan .rlc-copygroup {
    margin: 0 auto;
    right: 0;
  }
}
