/* BEGIN GLOBAL STYLES */
:root {
    --foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
    --foundersMed: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
    --foundersMono: "Founders Grotesk Mono Regular", Arial, Helvetica, sans-serif;
    --rlcGrey: #9d9fa3;
    --sackersMed: "SackersGothicW01-Medium", Times, serif;
    --sackersHeavy: "SackersGothicW01-Heavy", Times, serif;
    --leJeuneReg: "LeJeuneDeck-Regular", "Times New Roman", Times, serif;
}

.rlc-modalopen header,
.responsive-wrapper,
iframe#launcher,
#custom-gladly-chat-button,
/* #usntA40Toggle, */
#chat360-widget-container {
    visibility: hidden !important;
}

body.rlc-modalon {
    width: 100%;
}

.rlc-rw2025 {
    position: relative;
    background: #fff;
}

.rlc-rw2025 .rlc-title {
    font-family: var(--sackersHeavy);
    text-transform: uppercase;
}

.rlc-rw2025 .rlc-dek {
    font-family: var(--sackersHeavy);
    text-transform: uppercase;
    font-size: 0.625em;
    /* 10px */
    line-height: 2.8em;
    /* 28px */
    letter-spacing: 0.25em;
    /* 2.5px */
    font-weight: normal;
}

[lang^="ar"] .rlc-rw2025 .rlc-dek {
    font-size: 0.825em;
}

.rlc-rw2025 .rlc-caption {
    font-family: var(--sackersHeavy);
    text-transform: uppercase;
    font-size: 0.53125em;
    /* 8.5px */
    line-height: 2.9411764705882355em;
    /* 25px */
    letter-spacing: 0.11058823529411764em;
    /* 0.94px */
}

.rlc-rw2025.rlc-creative_v3 .rlc-usebrandstyles .rlc-linecta,
.rlc-rw2025.rlc-creative_v3 .rlc-linecta {
    font-family: var(--foundersReg);
    letter-spacing: 0.09090909090909091em;
}

.rlc-rw2025 .rlc-noclick a,
.rlc-rw2025 .rlc-noclick button {
    pointer-events: none;
}

.rlc-rw2025 .rlc-hasbuttons .rlc-looppause,
.rlc-rw2025 .rlc-videocontainer .rlc-looppause {
    border: none;
}

.rlc-rw2025 .rlc-pillbutton {
    border: 1px solid currentColor;
    border-radius: 1.25em;
    padding: 0 1.5em 0 1.55em;
    white-space: nowrap;
    margin: 0 1em;
    min-width: 7.5em;
    min-height: 2em;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    transition: all 0.25s;
}

.rlc-rw2025 .rlc-pillbutton span {
    font-size: 0.6875em;
    color: currentColor;
    letter-spacing: 0.09090909090909091em;
    line-height: 1.2727272727272727em;
    text-transform: uppercase;
    transition: all 0.25s;
    position: relative;
    text-align: center;
    width: 100%;
}

.rlc-rw2025 .rlc-pillbutton:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.rlc-rw2025 .rlc-pillbutton.rlc-play {
    padding: 0 2.25em 0 1.5em;
}

/* .rlc-rw2025 .rlc-pillbutton.rlc-play span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
  width: 1.182em;
  height: 1.182em;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: block;
} */
.rlc-rw2025 .rlc-pillbutton.rlc-play span::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.573em;
    border-color: transparent transparent transparent currentColor;
    transform: rotate(0deg);
    position: absolute;
    right: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}

.rlc-rw2025 .rlc-fadelines div {
    opacity: 0;
}

.rlc-rw2025 .rlc-pillbutton.rlc-audiopop {
    position: relative;
    padding-left: 2.625em;
}

@keyframes rlcSoundwave {
    from {
        transform: scale(1, 1.25) translateY(-50%);
    }

    to {
        transform: scale(1, 0.75) translateY(-50%);
    }
}

.rlc-rw2025 .rlc-audiopop div,
.rlc-rw2025 .rlc-audiopop div::before,
.rlc-rw2025 .rlc-audiopop div::after,
.rlc-rw2025 .rlc-audiopop:before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    width: 1px;
    background: currentColor;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}

.rlc-rw2025 .rlc-audiopop:hover div,
.rlc-rw2025 .rlc-audiopop:hover div::before,
.rlc-rw2025 .rlc-audiopop:hover div::after,
.rlc-rw2025 .rlc-audiopop:hover::before,
.rlc-rw2025 .rlc-soundwaves .rlc-audiopop div,
.rlc-rw2025 .rlc-soundwaves .rlc-audiopop div::before,
.rlc-rw2025 .rlc-soundwaves .rlc-audiopop div::after,
.rlc-rw2025 .rlc-soundwaves .rlc-audiopop::before {
    animation: rlcSoundwave 0.3s linear infinite alternate;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(1) {
    height: 0.125em;
    left: 1.25em;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(1)::after {
    height: 0.3125em;
    left: 0.25em;
    animation-delay: 0.2s;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(1)::before {
    height: 0.625em;
    left: 0.125em;
    animation-delay: 0.4s;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(2) {
    height: 0.4375em;
    left: 1.625em;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(2)::after {
    height: 0.4375em;
    left: 0.25em;
    animation-delay: 0.2s;
}

.rlc-rw2025 .rlc-audiopop div:nth-of-type(2)::before {
    height: 0.25em;
    left: 0.125em;
    animation-delay: 0.3s;
}

.rlc-rw2025 .rlc-audiopop:before {
    height: 0.125em;
    left: 2em;
}

.rlc-rw2025 .rlc-logo.rlc-soundwaves {
    height: 5em;
    width: 8em;
    margin: 0 auto 1em;
    position: relative;
}

.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop {
    font-size: 6em;
    transform: translate(-1em, 0.4em);
}

.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(1),
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(1)::after,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(1)::before,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(1)::before,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(1)::before,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(2),
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(2)::after,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div:nth-of-type(2)::before,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop:before {
    width: 0.05em;
    border-radius: 10px;
}

.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div::before,
.rlc-rw2025 .rlc-logo.rlc-soundwaves .rlc-audiopop div::after,
.rlc-rw2025 .rlc-audiopop:before {
    transform-origin: top;
}

.rlc-rw2025 .rlc-duo {
    display: flex;
}

.rlc-rw2025 .rlc-duo .rlc-tile {
    width: 50%;
}

/* .rlc-rw2025 .rlc-scrollto {
  font-family: var(--foundersReg);
  font-size: 0.6875em;
  letter-spacing: 0.09090909090909091em !important;
  text-transform: uppercase;
  margin-top: 2.5em;
  position: relative;
  display: inline-block;
  margin-right: 5.8125em;
}
[lang^="ar"] .rlc-rw2025 .rlc-scrollto {
  margin-left: 5.8125em;
  margin-right: 0;
}

.rlc-rw2025 .rlc-scrollto::before {
  content: "";
  height: 1px;
  width: 4.8125em;
  background-color: currentColor;
  display: block;
  position: absolute;
  right: -5.6875em;
  top: 50%;
  transform: translateY(-50%);
}
.rlc-rw2025 .rlc-scrollto::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.8125em;
  transform: translateY(-50%) rotate(0deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.2727272727272727em 0 0.2727272727272727em 0.5454545454545454em;
  border-color: transparent transparent transparent currentColor;
} */

[lang^="ar"] .rlc-rw2025 .rlc-scrollto {
    margin-left: 5.8125em;
    margin-right: 0;
}

[lang^="ar"] .rlc-rw2025 .rlc-scrollto::after {
    right: auto;
    left: -5.75em;
    transform: translateY(-50%) rotate(222deg);
}

[lang^="ar"] .rlc-rw2025 .rlc-scrollto::before {
    right: auto;
    left: -5.6875em;
}

[lang^="ar"] .rlc-rw2025 .rlc-copygroup:hover .rlc-scrollto::before {
    transform: translateY(-50%) translateX(-0.5em);
}

[lang^="ar"] .rlc-rw2025 .rlc-copygroup:hover .rlc-scrollto::after {
    transform: translateY(-50%) translateX(-0.5em) rotate(222deg);
}

.rlc-rw2025 .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;
}

.rlc-rw2025 .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-rw2025 .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-rw2025 .rlc-copygroup:hover .rlc-scrollto::before {
    transform: translateY(-50%) translateX(0.5em);
}

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

.rlc-rw2025 .rlc-qs {
    height: 2.0625em;
    background: #f0efed;
    display: inline-flex;
    align-items: center;
    color: #000;
    padding: 0 0.8125em 0 2.3125em;
    border-radius: 1.03125em;
    position: relative;
}

.rlc-rw2025 .rlc-qs::before {
    content: "";
    display: block;
    background-repeat: none;
    background-position: center;
    width: 1em;
    height: 1.0625em;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0.875em;
    transform: translateY(-50%);
}

.rlc-rw2025 .rlc-qs span {
    font-family: var(--foundersMono);
    font-size: 0.619em;
    line-height: 0.909em;
    letter-spacing: 0.091em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rlc-rw2025 .rlc-imagehover .rlc-imagery {
    overflow: hidden;
}

.rlc-rw2025 .rlc-imagehover .rlc-imagery .rlc-image {
    transform-origin: center center;
    transition: transform 0.5s;
}

.rlc-rw2025 .rlc-imagehover:hover .rlc-imagery .rlc-image {
    transform: scale(1.05);
}

.rlc-rw2025 .rlc-background {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .rlc-rw2025 .rlc-title {
        font-size: 1.125em;
        line-height: 2.4444444444444446em;
        letter-spacing: 0.4444444444444444em;
    }

    [lang^="ar"] .rlc-rw2025 .rlc-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .rlc-rw2025 .rlc-title {
        font-size: 0.875em;
        line-height: 2.466666666666667em;
        letter-spacing: 0.5333333333333333em;
    }

    .rlc-rw2025 .rlc-dek {
        letter-spacing: 0.1em;
        /* 1px */
        font-size: 0.4375em;
    }

    [lang^="ar"] .rlc-rw2025 .rlc-title {
        font-size: 1.25em;
    }

    [lang^="ar"] .rlc-rw2025 .rlc-dek {
        font-size: 0.625em;
    }

    .rlc-rw2025 .rlc-dek.rlc-mobile-sm,
    .rlc-rw2025 .rlc-caption.rlc-mobile-sm {
        font-size: 0.4375em;
        line-height: 2.857142857142857em;
        letter-spacing: 0.11058823529411764em;
        /* 0.94px */
    }

    .rlc-rw2025 .rlc-dek.rlc-mobile-sm2 {
        font-size: 0.53125em;
        /* 8.5px */
        line-height: 2.9411764705882355em;
        /* 25px */
        letter-spacing: 0.11058823529411764em;
        /* 0.94px */
    }

    .rlc-rw2025 .rlc-duo {
        flex-direction: column;
    }

    .rlc-rw2025 .rlc-duo .rlc-tile {
        width: 100vw;
    }
}

/* END GLOBAL STYLES */

/* BEGIN HERO STYLES */
#rlc-hero {
    height: 45em;
    color: #fff;
}

#rlc-hero .rlc-copygroup {
    position: absolute;
    bottom: 3.75em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}

#rlc-hero .rlc-copygroup .rlc-logo {
    width: 18.777em;
    margin: 0 auto 0.75em;
}

#rlc-hero .rlc-copygroup .rlc-sub {
    font-family: var(--sackersHeavy);
    font-size: 1.125em;
    line-height: 2.4444444444444446em;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

#rlc-hero .rlc-copygroup .rlc-title {
    font-size: 1.125em;
    line-height: 2.444em;
    letter-spacing: 0.4em;
}

#rlc-hero .rlc-copygroup .rlc-links {
    margin-top: 1.5em;
}

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

    #rlc-hero .rlc-looppause {
        right: 1em;
        left: auto;
    }

    #rlc-hero .rlc-copygroup {
        bottom: 4em;
        width: 23em;
    }

    #rlc-hero .rlc-copygroup .rlc-logo {
        width: 14.08263em;
        margin: 0 auto 0.25em;
    }

    #rlc-hero .rlc-copygroup .rlc-sub {
        font-size: 0.625em;
        line-height: 2.8em;
        letter-spacing: 0.25em;
    }

    #rlc-hero .rlc-copygroup .rlc-title {
        font-size: 0.813em;
        letter-spacing: 0.192em;
    }

    #rlc-hero .rlc-copygroup .rlc-links {
        margin-top: 1em;
    }
}

/* END HERO STYLES */

/* BEGIN STICKY NAV STYLES */
#rlc-stickynav {
    background: #000;
}

#rlc-stickynav .rlc-in {
    justify-content: center;
}

#rlc-stickynavjumps {
    color: var(--rlcGrey);
}

#rlc-stickynavjumps .rlc-active,
#rlc-stickynavjumps .rlc-li .rlc-jumplink {
    color: #fff;
}

#rlc-stickynav .rlc-active {
    border-color: #fff !important;
}

#rlc-stickynavjumps .rlc-li .rlc-jumplink,
#rlc-stickynavjumps .rlc-li .rlc-link,
#rlc-stickynavjumps .rlc-opener {
    font-family: var(--sackersHeavy);
    font-size: 0.53125em;
    line-height: 2.9411764705882355em;
    letter-spacing: 0.11058823529411764em;
    text-transform: uppercase;
}

#rlc-stickynav .rlc-progress {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#rlc-stickynav .rlc-progress .rlc-line {
    background: #fff;
}

@media only screen and (min-width: 768px) {
    #rlc-stickynav .rlc-in {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

@media only screen and (max-width: 767px) {
    #rlc-stickynav .rlc-in {
        background: transparent;
    }

    #rlc-stickynavjumps,
    #rlc-stickynav .rlc-menu.rlc-open {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px); */
    }

    #rlc-stickynav .rlc-menu,
    #rlc-stickynav .rlc-menu.rlc-open {
        display: flex;
        /* background-color: transparent; */
        align-items: center;
        justify-content: center;
    }

    #rlc-stickynavjumps .rlc-opener {
        margin: 0 auto;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 100%;
        justify-content: center;
    }

    #rlc-stickynavjumps .rlc-ul {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 100vw;
        bottom: 0;
    }

    #rlc-stickynavjumps .rlc-li {
        text-align: center;
        white-space: nowrap;
        width: 100vw;
    }

    #rlc-stickynav .rlc-progress {
        z-index: 999;
        position: relative;
        background: #000;
    }
}

/* END STICKY NAV STYLES */

/* BEGIN BOTTOM STICKY NAV STYLES */
#rlc-shopnav {
    position: fixed;
    bottom: 2.75em;
    left: 50%;
    transform: translateX(-50%);
    width: 90em;
    height: 2.125em;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
    opacity: 0;
    color: #fff;
}

#rlc-shopnav .rlc-in {
    display: inline-flex;
    align-items: center;
    margin-right: 2.375em;
    pointer-events: all;
}

#rlc-shopnav .rlc-pillbutton {
    margin-right: 1.5em;
}

#rlc-shopnav .rlc-soundwaves {
    height: 2.125em;
    width: 3em;
    pointer-events: all;
    z-index: 2;
    overflow: hidden;
    margin-left: -1em;
}

[lang^="ar"] #rlc-shopnav .rlc-soundwaves {
    direction: ltr;
    margin: 0 0 0 1em;
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop {
    position: relative;
    font-size: 2em;
    /* color: #fff; */
    transform: translateX(-22%);
    height: 100%;
    width: 4em;
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop {
    pointer-events: all;
}

#rlc-shopnav.rlc-noclick .rlc-soundwaves .rlc-audiopop {
    pointer-events: none;
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop:hover {
    /* color: #000; */
}

#rlc-shopnav .rlc-soundwaves .rlc-audiopop div {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    #rlc-shopnav {
        mix-blend-mode: difference;
    }

    #rlc-shopnav .rlc-pillbutton:hover,
    #rlc-shopnav .rlc-pillbutton:hover span {
        color: currentColor;
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    #rlc-shopnav {
        width: 100vw;
        justify-content: center;
        bottom: 0;
        /* padding-bottom: 0.8125em; */
        height: 5em;
    }

    #rlc-shopnav .rlc-wrap {
        width: 100%;
        height: 100%;
    }

    #rlc-shopnav .rlc-in {
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
        margin: 0;
    }

    #rlc-shopnav .rlc-soundwaves {
        position: absolute;
        right: 0.5em;
    }

    #rlc-shopnav .rlc-pillbutton {
        margin: 0 auto;
    }
}

/* END BOTTOM STICKY NAV STYLES */

/* BEGIN QUOTE AREA STYLES */
#rlc-quotearea {
    color: #000;
    padding: 4.5em 0;
}

#rlc-quotearea .rlc-copygroup {
    margin: 0 auto;
    text-align: center;
    width: 60em;
}

#rlc-quotearea .rlc-drawsig {
    width: 17.313em;
    height: 3.75em;
    margin: 1.0625em auto 0;
}

#rlc-quotearea .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: #000;
}

@media only screen and (min-width: 768px) {

    .es #rlc-quotearea .rlc-copygroup,
    .de #rlc-quotearea .rlc-copygroup {
        width: 55em;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-quotearea .rlc-copygroup {
        margin: 0 auto;
        width: 20.3125em;
    }

    /* .es #rlc-quotearea .rlc-copygroup {
    width: 21em;
  } */
    #rlc-quotearea .rlc-drawsig {
        width: 13em;
        height: 2.8125em;
        margin: 1.125em auto 0;
    }
}

/* END QUOTE AREA STYLES */

/* BEGIN INTRO CAROUSEL STYLES */
#rlc-intro {
    height: 45em;
    color: #fff;
}

#rlc-intro .rlc-carousel-pagination {
    bottom: 0;
}

#rlc-intro .swiper-pagination-bullet,
#rlc-intro .rlc-carousel-pagination {
    height: 3em;
}

#rlc-intro .swiper-pagination-bullet:after,
#rlc-intro .swiper-pagination-bullet:before {
    background: var(--rlcGrey);
    opacity: 1;
}

#rlc-intro .swiper-pagination-bullet-active:before,
#rlc-intro .swiper-pagination-bullet-active:after {
    background: #fff;
}

@media screen and (min-width: 768px) {
    [lang^="ar"] #rlc-intro .swiper-button-prev {
        opacity: 1;
        visibility: visible;
    }
}

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

    #rlc-intro .rlc-carousel-pagination {
        bottom: 0;
        width: 14.25em;
    }

    #rlc-intro .swiper-pagination-bullet,
    #rlc-intro .rlc-carousel-pagination {
        height: 2.625em;
    }
}

/* END INTRO CAROUSEL STYLES */

/* BEGIN VIEW ALL LOOKS OVERRIDES */
#rlc-valwrap {
    min-height: 74.125em;
}

#rlc-val .rlc-intro .rlc-title {
    font-family: var(--sackersHeavy);
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 2.4444444444444446em;
    letter-spacing: 0.4em;
}

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

    #rlc-val .rlc-intro .rlc-title {
        font-size: 0.875em;
        line-height: 2.2857142857142856em;
        letter-spacing: 0.35714285714285715em;
    }
}

/* END VIEW ALL LOOKS OVERRIDES */

/* BEGIN A LOOK INSIDE STYLES */
#rlc-theshow {
    min-height: 148em;
}

#rlc-theshow .rlc-intro {
    background: #000;
    padding: 6.25em 0 4em;
}

#rlc-theshow .rlc-intro .rlc-copygroup {
    color: #fff;
    text-align: center;
    width: 49.875em;
    margin: 0 auto;
}

#rlc-theshow .rlc-intro .rlc-title {
    font-size: 1.125em;
    line-height: 2.4444444444444446em;
    letter-spacing: 0.4em;
}

#rlc-theshow .rlc-duo .rlc-tile {
    color: #fff;
}

#rlc-theshow-2 {
    height: 45em;
    color: #fff;
    background: #000;
}

#rlc-theshow-2 .rlc-slide {
    width: 25.3125em;
    color: #fff;
}

#rlc-theshow-2 .rlc-slide.rlc-hasvideo {
    width: 25.25em;
}

#rlc-theshow-2 .rlc-slide.rlc-hasvideo video {
    transform: scale(1.02);
}

#rlc-theshow-2 .rlc-slide .rlc-copygroup {
    position: absolute;
    bottom: 2.375em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 19.6875em;
    opacity: 0;
    transition: opacity 0.5s;
}

#rlc-theshow-2 .rlc-slide:hover .rlc-copygroup {
    opacity: 1;
}

@media (pointer: coarse) {
    #rlc-theshow-2 .rlc-slide .rlc-copygroup {
        opacity: 1;
    }
}

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

    #rlc-theshow .rlc-intro {
        padding: 3.75em 0 2.5em;
    }

    #rlc-theshow .rlc-intro .rlc-copygroup {
        width: 19.0625em;
    }

    #rlc-theshow .rlc-intro .rlc-title {
        font-size: 0.875em;
        line-height: 1.8571428571428572em;
        letter-spacing: 0.35714285714285715em;
        margin-bottom: 0;
    }

    #rlc-theshow-2 {
        height: 23.4375em;
    }

    #rlc-theshow-2 .rlc-slide {
        width: 13.1875em;
    }

    #rlc-theshow-2 .rlc-slide.rlc-hasvideo {
        width: 13.125em;
    }

    #rlc-theshow-2 .rlc-slide .rlc-copygroup {
        bottom: 2.125em;
        width: 11.9375em;
    }

    #rlc-theshow-2 .rlc-slide .rlc-copygroup .rlc-caption {
        font-size: 0.40625em;
        line-height: 2.4615384615384617em;
        letter-spacing: 0.07692307692307693em;
    }
}

/* END THE SHOW STYLES */

/* BEGIN CRAFTSMANSHIP STYLES */
#rlc-craftsmanship {
    height: 50em;
    margin: 5em auto 6.7em;
}

#rlc-craftsmanship .rlc-hasvideo {
    color: #fff;
}

#rlc-craftsmanship .rlc-carousel_wrapper {
    padding-bottom: 1.5em;
}

#rlc-craftsmanship .rlc-carousel_wrapper .swiper-wrapper {
    align-items: center;
}

#rlc-craftsmanship .rlc-carousel-arrow {
    display: none !important;
}

#rlc-craftsmanship .rlc-carousel-scrollbar {
    bottom: 0;
    opacity: 1;
    width: 81.9375em;
    left: 50%;
    transform: translateX(-50%);
}

[lang^="ar"] #rlc-craftsmanship .rlc-carousel-scrollbar {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

#rlc-craftsmanship .rlc-carousel-scrollbar:before {
    background-color: var(--rlcGrey);
    opacity: 1;
}

#rlc-craftsmanship .swiper-scrollbar-drag:after {
    background-color: #fff;
    opacity: 1;
}

#rlc-craftsmanship .rlc-slide {
    height: 50em;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#rlc-craftsmanship .rlc-slide-1 {
    width: 69.6875em;
    margin-right: 7.5em;
}

#rlc-craftsmanship .rlc-slide-1 .rlc-copygroup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 54.5em;
    bottom: 8em;
}

#rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title {
    font-family: var(--sackersMed);
    font-size: 1.75em;
    line-height: 1.1428571428571428em;
    letter-spacing: 0.6428571428571429em;
}

#rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title span {
    font-family: var(--sackersMed);
    font-size: 0.5714285714285714em;
    text-transform: uppercase;
    margin-bottom: 0.7142857142857143em;
    display: block;
    letter-spacing: 0.42857142857142855em;
}

#rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-scrollto {
    margin-top: 4em;
    left: -2.875em;
}

#rlc-craftsmanship .rlc-slide-2 {
    width: 40em;
}

#rlc-craftsmanship .rlc-slide-3 {
    width: 40em;
}

#rlc-craftsmanship .rlc-slide-3 .rlc-imagery {
    width: 22.5em;
    margin: 0 auto;
}

#rlc-craftsmanship .rlc-slide-4 {
    width: 32em;
    margin-right: 7.5em;
    height: 40em;
}

#rlc-craftsmanship .rlc-slide-5 {
    width: 53.875em;
    overflow: visible;
}

#rlc-craftsmanship .rlc-slide-5 .rlc-imagery {
    width: 66.1875em;
    transform: none;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
}

#rlc-craftsmanship .rlc-slide-6 {
    width: 52.5em;
    margin-right: 7.5em;
    height: 37.5em;
}

#rlc-craftsmanship .rlc-slide-7,
#rlc-craftsmanship .rlc-slide-8,
#rlc-craftsmanship .rlc-slide-9,
#rlc-craftsmanship .rlc-slide-10 {
    width: 37.875em;
}

#rlc-craftsmanship .rlc-slide-11 {
    width: 67em;
    margin-right: 7.5em;
    flex-direction: row-reverse;
}

[lang^="ar"] #rlc-craftsmanship .rlc-slide-11 {
    margin-left: 7.5em;
    margin-right: 0;
}

/* .rlc-eu #rlc-craftsmanship .rlc-slide-11 {
  width: 39.5em;
} */
/* .rlc-eu #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup {
  display: none;
} */
#rlc-craftsmanship .rlc-slide-11 .rlc-imagery {
    width: 32em;
}

#rlc-craftsmanship .rlc-slide-11 .rlc-copygroup {
    width: 18em;
    position: absolute;
    left: 8.75em;
    transform: translatey(-50%);
    top: 50%;
}

#rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-title {
    text-align: left;
}

#rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton {
    margin: 1.25em 0 0 0;
    width: 100%;
    text-align: center;
}

#rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton span {
    width: 100%;
}

#rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

#rlc-craftsmanship .rlc-slide .rlc-h3 {
    font-size: 1.125em;
    line-height: 2.4444444444444446em;
    letter-spacing: 0.4em;
    margin-bottom: 0.4em;
}

@media screen and (min-width: 768px) {
    #rlc-craftsmanship .rlc-imagery {
        width: 100%;
    }

    #rlc-craftsmanship .rlc-carousel-scrollbar:before {
        background-color: #e1e1dc;
        opacity: 1;
    }

    #rlc-craftsmanship .swiper-scrollbar-drag:after {
        background-color: #000;
        opacity: 1;
    }

    #rlc-craftsmanship .rlc-slide .rlc-in .rlc-title {
        font-size: 0.625em;
        text-align: left;
        letter-spacing: 0.25em;
        margin-bottom: 0.5em;
    }

    #rlc-craftsmanship .rlc-slide .rlc-in .rlc-dek {
        font-family: var(--foundersReg);
        font-size: 0.6875em;
        line-height: 2em;
        text-transform: none;
        letter-spacing: 0;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-4 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        position: absolute;
        bottom: 1.5em;
        left: 1.5em;
        width: 23em;
        text-align: left;
        /* color: #fff; */
    }

    #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup {
        position: absolute;
        bottom: 1.5em;
        /* right: 1.5em; */
        left: 27.75em;
        width: 22em;
        text-align: left;
        /* color: #fff; */
    }

    .it #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup {
        width: 24em;
    }

    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup {
        position: absolute;
        bottom: 1.5em;
        left: 1.5em;
        width: 21.5em;
        text-align: left;
        /* color: #fff; */
    }

    /* #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup .rlc-in,
  #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup .rlc-in,
  #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup .rlc-in {
    padding-right: 2em;
  } */
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-in {
        padding-right: 2em;
    }

    .en #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-in {
        padding-right: 6.5em;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-in .rlc-title {
        font-size: 0.875em;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-1 {
        margin-left: 7.5em;
        margin-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-4 {
        margin-left: 7.5em;
        margin-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-5 .rlc-imagery {
        right: 0;
        left: auto;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 {
        margin-left: 7.5em;
        margin-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        right: 0;
        left: auto;
        text-align: right;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-title {
        text-align: right;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-in {
        padding-right: 2em;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup {
        right: 8.75em;
        left: auto;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-title {
        text-align: right;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide .rlc-in .rlc-title {
        font-size: 1em;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-4 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-6 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-8 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-10 .rlc-imagery::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.01%, rgba(0, 0, 0, 0.5) 91.54%);
        color: #fff;
        display: flex;
        align-items: flex-end;
        opacity: 0;
        transition: opacity 0.25s;
    }

    #rlc-craftsmanship .rlc-slide-2:hover .rlc-imagery::after,
    /* #rlc-craftsmanship .rlc-slide-4:hover .rlc-imagery::after, */
    #rlc-craftsmanship .rlc-slide-6:hover .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-8:hover .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-10:hover .rlc-imagery::after {
        opacity: 1;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-4 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        opacity: 0;
        transition: opacity 0.25s;
        z-index: 1;
    }

    #rlc-craftsmanship .rlc-slide-2:hover .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-4:hover .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-6:hover .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-8:hover .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-10:hover .rlc-copygroup {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (hover: none) {

    #rlc-craftsmanship .rlc-slide-2 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-6 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-8 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-10 .rlc-imagery::after {
        opacity: 1;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-4 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    #rlc-craftsmanship {
        height: 30.9375em;
        margin: 3.75em auto;
    }

    #rlc-craftsmanship .rlc-carousel_wrapper {
        padding-bottom: 0;
    }

    #rlc-craftsmanship .rlc-carousel-scrollbar {
        width: 18.4375em;
        display: block;
        bottom: -0.875em;
    }

    #rlc-craftsmanship .rlc-carousel-scrollbar:before {
        background-color: #e1e1dc;
    }

    #rlc-craftsmanship .swiper-scrollbar-drag:after {
        background-color: #041e3a;
    }

    #rlc-craftsmanship .rlc-slide {
        height: 30.9375em;
    }

    #rlc-craftsmanship .rlc-slide-1 {
        width: 100vw;
        margin-right: 0;
    }

    #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup {
        width: 95%;
        bottom: 6.5em;
    }

    #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title {
        font-size: 0.75em;
        letter-spacing: 0.6142857142857143em;
    }

    .en #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title {
        font-size: 0.875em;
        letter-spacing: 0.7142857142857143em;
    }

    .en #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title span {
        font-size: 0.7142857142857143em;
    }

    #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-scrollto {
        margin-top: 1.6875em;
        left: -2.875em;
    }

    #rlc-craftsmanship .rlc-slide-2 {
        width: 23.4375em;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup {
        position: absolute;
        bottom: 1.5em;
        left: 1.5em;
        width: 20em;
    }

    #rlc-craftsmanship .rlc-slide-3 {
        width: 23.4375em;
    }

    #rlc-craftsmanship .rlc-slide-3 .rlc-imagery {
        width: 14.75em;
        margin: 0 auto;
    }

    #rlc-craftsmanship .rlc-slide-5 {
        width: 23.4375em;
        overflow: visible;
        margin-right: 7.5em;
    }

    #rlc-craftsmanship .rlc-slide-5 .rlc-imagery {
        width: 40.9375em;
        transform: none;
        left: 0;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    #rlc-craftsmanship .rlc-slide-7,
    #rlc-craftsmanship .rlc-slide-8,
    #rlc-craftsmanship .rlc-slide-9,
    #rlc-craftsmanship .rlc-slide-10 {
        width: 23.4375em;
    }

    #rlc-craftsmanship .rlc-slide .rlc-in .rlc-title {
        font-size: 0.625em;
        text-align: left;
        letter-spacing: 0.25em;
        margin-bottom: 0.5em;
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-in .rlc-title,
    #rlc-craftsmanship .rlc-slide-4 .rlc-in .rlc-title,
    #rlc-craftsmanship .rlc-slide-6 .rlc-in .rlc-title {
        margin-bottom: 1em;
    }

    #rlc-craftsmanship .rlc-slide-4 {
        /* width: 40em; */
        width: 20.6875em;
        margin-right: 2.75em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #rlc-craftsmanship .rlc-slide-4 .rlc-imagery {
        width: 20.6875em;
    }

    #rlc-craftsmanship .rlc-slide-4 .rlc-copygroup {
        /* width: 23em;
    text-align: left;
    color: #000;
    width: 15.5em; */
        display: none;
    }

    #rlc-craftsmanship .rlc-slide-6 {
        width: 52em;
        margin-right: 2.5em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #rlc-craftsmanship .rlc-slide-6 .rlc-imagery {
        width: 31.5em;
    }

    #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup {
        width: 23em;
        text-align: left;
        color: #000;
        width: 16em;
    }

    .fr #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup {
        width: 18em;
    }

    .fr #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup .rlc-in {
        padding-right: 1em;
    }

    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup {
        position: absolute;
        bottom: 2em;
        left: 1.5em;
        width: 20em;
        text-align: left;
        /* color: #fff; */
    }

    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        position: absolute;
        bottom: 2em;
        left: 1.5em;
        width: 22em;
        text-align: left;
        /* color: #fff; */
    }

    #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup .rlc-in,
    #rlc-craftsmanship .rlc-slide-4 .rlc-copygroup .rlc-in,
    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup .rlc-in,
    #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup .rlc-in,
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-in {
        padding-right: 2em;
    }

    #rlc-craftsmanship .rlc-slide-11 {
        width: 43.4375em;
        margin-right: 1.5em;
        flex-direction: row-reverse;
    }

    /* .rlc-eu #rlc-craftsmanship .rlc-slide-11 {
    width: 22.5em;
  } */
    #rlc-craftsmanship .rlc-slide-11 .rlc-imagery {
        width: 20.5em;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup {
        width: 16em;
        position: absolute;
        left: 3.5em;
        transform: translatey(-50%);
        top: 50%;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-caption {
        padding-right: 2em;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton {
        margin-left: 0;
        margin-top: 1.25em;
        width: 100%;
        text-align: center;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton span {
        width: 100%;
    }

    #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-pillbutton:hover {
        color: #fff;
        background: #000;
        border-color: #000;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-4 {
        margin-left: 2.75em;
        margin-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-5 {
        margin-left: 7.5em;
        margin-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-5 .rlc-imagery {
        right: 0;
        left: auto;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 {
        margin-left: 7.5em;
        margin-right: 0;
    }

    /* [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup {
    right: auto;
    left: 0;
  } */
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 {
        margin-right: 0;
        margin-left: 1.5em;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup {
        right: 3.5em;
        left: auto;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-title {
        text-align: right;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-11 .rlc-copygroup .rlc-caption {
        padding-right: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide .rlc-in .rlc-title {
        font-size: 1em;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-2 .rlc-in .rlc-title {
        margin-bottom: 0;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        text-align: right;
    }

    [lang^="ar"] #rlc-craftsmanship .rlc-slide-2 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-6 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup .rlc-title,
    [lang^="ar"] #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup .rlc-title {
        text-align: right;
    }

    #rlc-craftsmanship .rlc-slide-8 .rlc-copygroup,
    #rlc-craftsmanship .rlc-slide-10 .rlc-copygroup {
        z-index: 1;
    }

    #rlc-craftsmanship .rlc-slide-8 .rlc-imagery::after,
    #rlc-craftsmanship .rlc-slide-10 .rlc-imagery::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.9) 94%);
        color: #fff;
        display: flex;
        align-items: flex-end;
    }
}

/* END CRAFTSMANSHIP STYLES */

/* BEGIN ACCESSORIES HEADER STYLES */
#rlc-accessories-header .rlc-in {
    height: 56.3125em;
    color: #000;
}

#rlc-accessories-header .rlc-copygroup {
    text-align: center;
    width: 49em;
    margin: 4em auto;
}

#rlc-accessories-header .rlc-copygroup .rlc-title {
    font-size: 1.125em;
    line-height: 2.4444444444444446em;
    letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) {
    #rlc-accessories-header .rlc-in {
        height: 38.1875em;
    }

    #rlc-accessories-header .rlc-copygroup {
        width: 21em;
        margin: 3em auto;
    }

    #rlc-accessories-header .rlc-copygroup .rlc-title {
        font-size: 0.875em;
        line-height: 1.8571428571428572em;
        letter-spacing: 0.35714285714285715em;
        margin-bottom: 1.0714285714285714em;
    }
}

/* END ACCESSORIES HEADER STYLES */

/* BEGIN ACCESSORIES CAROUSEL STYLES */
#rlc-accessories {
    background: #fff;
    height: 52em;
}

#rlc-accessories .rlc-carousel-arrow {
    display: none;
}

#rlc-accessories .rlc-carousel_wrapper {
    padding-bottom: 1.5em;
}

#rlc-accessories .rlc-carousel-scrollbar {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72.64525em;
}

[lang^="ar"] #rlc-accessories .rlc-carousel-scrollbar {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

#rlc-accessories .rlc-carousel-scrollbar:before {
    background-color: #e1e1dc;
    opacity: 1;
}

#rlc-accessories .swiper-scrollbar-drag:after {
    background-color: #000;
    opacity: 1;
}

#rlc-accessories .rlc-slide {
    height: 45em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7.1875em 0 0;
    padding: 0;
}

[lang^="ar"] #rlc-accessories .rlc-slide {
    margin: 0 0 0 7.1875em;
}

#rlc-accessories .rlc-slide-1 {
    width: 38.75em;
}

#rlc-accessories .rlc-slide-2,
#rlc-accessories .rlc-slide-4 {
    width: 32.5em;
}

#rlc-accessories .rlc-slide-3,
#rlc-accessories .rlc-slide-5 {
    width: 38.75em;
}

#rlc-accessories .rlc-outro {
    height: 8.3125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto 2em;
    text-align: center;
}

#rlc-accessories .rlc-outro .rlc-link {
    text-decoration: none;
    font-weight: bold;
    display: block;
}

@media screen and (min-width: 768px) {
    #rlc-accessories .rlc-imagery {
        width: 100%;
    }

    .rlc-eu #rlc-accessories .rlc-outro {
        height: 4em;
    }
}

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

    #rlc-accessories .rlc-carousel-scrollbar {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 20.3125em;
    }

    #rlc-accessories .rlc-slide {
        height: 30.9375em;
        margin-right: 2.25em;
    }

    [lang^="ar"] #rlc-accessories .rlc-slide {
        margin-right: 0;
        margin-left: 2.25em;
    }

    #rlc-accessories .rlc-slide-1,
    #rlc-accessories .rlc-slide-3,
    #rlc-accessories .rlc-slide-5 {
        width: 23.4375em;
    }

    #rlc-accessories .rlc-slide-2,
    #rlc-accessories .rlc-slide-4 {
        width: 19em;
    }

    #rlc-accessories .rlc-slide-5 {
        margin-right: 0;
    }

    #rlc-accessories .rlc-outro {
        height: auto;
        margin: 3.75em auto;
    }

    #rlc-accessories .rlc-outro .rlc-caption {
        font-size: 0.625em;
        line-height: 1.4em;
        letter-spacing: 0.1em;
        font-family: var(--foundersReg);
    }

    #rlc-accessories .rlc-outro .rlc-caption .rlc-link {
        margin-top: 1em;
    }

    .rlc-eu #rlc-accessories .rlc-outro {
        height: 2.5em;
    }
}

/* END ACCESSORIES CAROUSEL STYLES */

/* BEGIN EXCLUSIVE ACCESS STYLES */
#rlc-exclusiveaccess {
    margin-bottom: 5em;
}

#rlc-exclusiveaccess .rlc-copygroup {
    position: absolute;
    left: 50%;
    bottom: 5.625em;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 30em;
}

#rlc-exclusiveaccess .rlc-copygroup .rlc-links {
    margin-top: 1.125em;
}

#rlc-exclusiveaccess .rlc-copygroup .rlc-links a {
    pointer-events: all;
}

#rlc-exclusiveaccess .rlc-copygroup .rlc-links .rlc-linecta::before {
    display: none;
}

@media screen and (max-width: 767px) {
    #rlc-exclusiveaccess {
        height: 30.9375em;
        margin-bottom: 3.75em;
    }

    #rlc-exclusiveaccess .rlc-copygroup {
        bottom: 3.75em;
        width: 21.2375em;
        color: #fff;
    }

    #rlc-exclusiveaccess .rlc-copygroup .rlc-dek {
        padding: 0 4em;
        font-weight: normal;
        /* letter-spacing: 0.07142857142857142em; */
    }

    #rlc-exclusiveaccess .rlc-copygroup .rlc-links {
        margin-top: 1em;
    }
}

/* END EXCLUSIVE ACCESS STYLES */

/* BEGIN APP STYLES */
#rlc-app .rlc-copygroup {
    position: absolute;
    left: 50%;
    bottom: 2.75em;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 33em;
}

#rlc-app .rlc-copygroup .rlc-logo {
    width: 9.375em;
    margin: 0 auto 0.75em;
}

#rlc-app .rlc-copygroup .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 2.75em;
    line-height: 1.75em;
    letter-spacing: 0;
    text-transform: none;
}

#rlc-app .rlc-copygroup .rlc-dek {
    font-size: 0.53125em;
}

#rlc-app .rlc-copygroup .rlc-qrcode {
    width: 5.0625em;
    margin: 2em auto 0.5em;
}

#rlc-app .rlc-copygroup .rlc-dek:nth-of-type(2) {
    width: 15em;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 1.75em;
}

#rlc-app .rlc-copygroup .rlc-links {
    display: none;
}

@media screen and (max-width: 767px) {
    #rlc-app .rlc-copygroup .rlc-logo {
        transform: scale(0.8);
        width: 6.25em;
        margin: 0 auto;
    }

    #rlc-app .rlc-copygroup {
        bottom: 5em;
        width: 19.125em;
        color: #fff;
    }

    #rlc-app .rlc-copygroup .rlc-title {
        font-size: 1.75rem;
    }

    #rlc-app .rlc-copygroup .rlc-dek {
        font-size: 0.4375em;
    }

    #rlc-app .rlc-copygroup .rlc-qrcode {
        width: 5.0625em;
        margin: 1em auto 0;
    }

    #rlc-app .rlc-copygroup .rlc-links {
        margin-top: 1em;
        display: flex;
    }
}

/* END APP STYLES */

/* BEGIN DISCOVER MORE OVERRIDES */
#rlc-discover {
    color: #000;
}

@media screen and (min-width: 768px) {
    [lang^="ar"] #rlc-discover .swiper-button-prev {
        left: auto;
        right: 2.5em;
        transform: translateY(-50%) rotate(180deg);
    }

    [lang^="ar"] #rlc-discover .swiper-button-next {
        right: auto;
        left: 2.5em;
        transform: translateY(-50%) rotate(180deg);
    }
}

@media screen and (max-width: 767px) {
    .de #rlc-discover .rlc-carousel .rlc-title {
        font-size: 0.6em;
    }

    .de #rlc-discover .rlc-intro {
        width: 19em;
    }

    #rlc-discover .rlc-slide .rlc-imagery {
        min-height: 20.375em;
    }
}

/* END DISCOVER MORE OVERRIDES */

[lang^="ar"] .rlc-rw2025 .rlc-title,
[lang^="ar"] .rlc-rw2025 .rlc-dek,
[lang^="ar"] .rlc-rw2025 .rlc-caption,
[lang^="ar"] .rlc-rw2025 .rlc-linecta,
[lang^="ar"] .rlc-rw2025 .rlc-scrollto,
[lang^="ar"] .rlc-rw2025 .rlc-qs span,
[lang^="ar"] #rlc-hero .rlc-copygroup .rlc-sub,
[lang^="ar"] #rlc-stickynavjumps .rlc-li .rlc-jumplink,
[lang^="ar"] #rlc-stickynavjumps .rlc-li .rlc-link,
[lang^="ar"] #rlc-stickynavjumps .rlc-opener,
[lang^="ar"] #rlc-val .rlc-intro .rlc-title,
[lang^="ar"] #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-sub,
[lang^="ar"] #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title,
[lang^="ar"] #rlc-craftsmanship .rlc-slide-1 .rlc-copygroup .rlc-title span {
    font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
}