#rlc-scrolltrack.active a {
    pointer-events: none!important;
}

/* .header-banner {
    display: none;
} */

.rlc-creative_v3.rlc-bagmodal {
    height: calc(100vh - 71px);
    position: fixed;
    top: 71px;
    left: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 20;
    background: #F7F3EF;
    transition: all 0.5s;
    opacity: 0;
}
.rlc-creative_v3.rlc-bagmodal.rlc-on {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
}
    .rlc-creative_v3.rlc-bagmodal #rlc-scrollprog {
        height: 4px;
        background: #FBF7F7;
    }
        .rlc-creative_v3.rlc-bagmodal #rlc-scrollprog .rlc-progress{
            background: #7E7369;
            width: 0px;
            height: 100%;
        }
    .rlc-creative_v3.rlc-bagmodal .rlc-fullbleed {
        height: 100%;
        width: auto;
        font-size: 1.777777777777778vh!important;
    }
    @media only screen and (min-width: 768px) {
        .rlc-creative_v3.rlc-bagmodal .rlc-defaultsize {
            font-size: 1.111111111111111vw!important;
        }
    }
    @media only screen and (min-width: 1920px) {
        .rlc-creative_v3.rlc-bagmodal .rlc-defaultsize {
            font-size: 21.3333333px!important;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .rlc-creative_v3.rlc-bagmodal {
            height: calc(100vh - 64px);
            top: 64px;
            max-width: none;
        }
    }
    @media only screen and (max-width: 767px) {
        .rlc-creative_v3.rlc-bagmodal .rlc-fullbleed {
            font-size: 2.133300110739609vh!important;
        }
        .rlc-creative_v3.rlc-bagmodal .rlc-defaultsize {
            font-size: 4.266666666666667vw!important;
        }
        .rlc-creative_v3.rlc-bagmodal {
            height: calc(100vh - 64px);
            top: 64px;
            max-width: none;
        }
    }
        #rlc-scrolltrack {
            -ms-overflow-style: none; 
            scrollbar-width: none; 
            overflow-y: hidden;
            overflow-x: auto;
            width: 100%;
            height: calc(100%-4px);
        }
        #rlc-scrolltrack::-webkit-scrollbar {
            display: none;
        }
        #rlc-scrolltrack .rlc-base {
            display: flex;
            height: 100%;
        }
            .rlc-creative_v3.rlc-bagmodal .rlc-section {
                background: #fff;
                flex-shrink: 0;
                max-width: none;
            }
                .rlc-creative_v3.rlc-bagmodal .rlc-section .rlc-imagery {
                    height: 100%;
                    width: auto;
                    position: relative;
                    overflow: hidden;
                }
                    .rlc-creative_v3.rlc-bagmodal .rlc-section .rlc-imagery .rlc-image {
                        height: 100%;
                        width: auto;
                        min-width: 100%;
                        position: absolute;
                        top: 0; left: 50%;
                        transform: translateX(-50%);
                        opacity: 0;
                        transition: opacity 0.5s;
                    }
                    .rlc-creative_v3.rlc-bagmodal .rlc-section .rlc-imagery .rlc-image.rlc-imgLoaded {
                        opacity: 1;
                    }
                    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic {
                        overflow: hidden;
                    }
                    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic .rlc-copygroup {
                        color: #fff;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        text-align: right;
                        height: 18.375em;
                        background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 14%, rgba(0,0,0,0.53) 100%);
                        /* background: #FFFFFF; */
                        width: 100%;
                        display: flex;
                        justify-content: flex-end;
                        align-items: flex-end;
                    }
                        .rlc-creative_v3.rlc-bagmodal .rlc-ctapic .rlc-copygroup .rlc-linecta {
                            margin: 0 3.318em 2.727em 0;
                        }
    .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons {
        position: absolute;
        right: 1.875em; top: 0.688em;
        z-index: 10;
        color: #fff;
        pointer-events: none;
    }
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons .rlc-button,
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons .rlc-pillbutton {
            pointer-events: all;
        }
    .rlc-creative_v3.rlc-bagmodal.rlc-on #rlc-modalbuttons {
        position: fixed;
    }
    .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical {
        top: 14.188em; left: 3.250em;
        opacity: 0;
    }
    .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical .rlc-in {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }
        .rlc-creative_v3.rlc-bagmodal .rlc-pillbutton {
            border: 1px solid currentColor;
            border-radius: 1.250em;
            padding: 0 1.250em;
            white-space: nowrap;
            margin: 0 0 0 1.856em;
            min-height: 2.250em;
            display: inline-flex;
            align-items: center;
            background-color: transparent;
            transition: all 0.4s;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical .rlc-pillbutton {
            margin: 0;
        }
        .rlc-creative_v3.rlc-bagmodal .rlc-pillbutton span {
            font-family: "Founders Grotesk Mono Regular";
            font-size: 0.688em;
            color: currentColor;
            letter-spacing: 1px;
            line-height: 1em;
            text-transform: uppercase;
            transition: all 0.4s;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-backto {
            font-family: "Founders Grotesk Mono Regular";
            font-size: 0.688em;
            color: currentColor;
            letter-spacing: 1px;
            line-height: 1em;
            text-transform: uppercase;
            padding-left: 3.210em;
            position: relative;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical #rlc-backto {
            margin: 2.909em 0 0 0;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-backto::before {
            content: '';
            display: block;
            position: absolute;
            left: 0; top: 50%;
            transform: translateY(-50%);
            height: 1px;
            width: 2.273em;
            background: currentColor;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-backto::after {
            content: '';
            display: block;
            position: absolute;
            left: 0; top: 50%;
            transform: translateY(-50%) rotate(45deg);
            height: 0.818em;
            width: 0.818em;
            border-bottom: 1px solid currentColor;
            border-left: 1px solid currentColor;
        }

    .rlc-creative_v3.rlc-bagmodal .scrolltoexplore {
        position: absolute;
        bottom: 1.875em; left: 0;
        width: 90em;
        text-align: center;
        z-index: 5;
        color: #fff;
    }
        .rlc-creative_v3.rlc-bagmodal .scrolltoexplore span {
            font-family: "Founders Grotesk Mono Regular";
            font-size: 0.688em;
            color: currentColor;
            letter-spacing: 1px;
            line-height: 1em;
            text-transform: uppercase;
            padding-right: 3.210em;
            position: relative;
            display: inline-block;
        }
        .rlc-creative_v3.rlc-bagmodal .scrolltoexplore span::before {
            content: '';
            display: block;
            position: absolute;
            right: 0; top: 50%;
            transform: translateY(-50%);
            height: 1px;
            width: 2.273em;
            background: currentColor;
        }
        .rlc-creative_v3.rlc-bagmodal .scrolltoexplore span::after {
            content: '';
            display: block;
            position: absolute;
            right: 0; top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            height: 0.818em;
            width: 0.818em;
            border-bottom: 1px solid currentColor;
            border-right: 1px solid currentColor;
        }

@media only screen and (min-width: 961px) {
    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic .rlc-copygroup {
        bottom: -2.500em;
        opacity: 0;
        transition: all 0.5s;
    }
    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic:hover .rlc-copygroup {
        bottom: 0;
        opacity: 1;
    }
    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic .rlc-imagery .rlc-image {
        transform: origin;
        transition: transform 0.5s;
    }
    .rlc-creative_v3.rlc-bagmodal .rlc-ctapic:hover .rlc-imagery .rlc-image {
        transform: scale(1.05);
    }
    .rlc-creative_v3.rlc-bagmodal .rlc-nocopy:hover .rlc-imagery .rlc-image {
        transform: none;
    }
}
@media only screen and (max-width: 767px) {
  
    .rlc-creative_v3.rlc-bagmodal .rlc-section .rlc-imagery .rlc-image {
        min-height: 100%;
        height: auto;
        width: 100%;
        min-width: 100%;
    }

    .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons {
        width: 20.938em;
        left: 50%; right: auto;
        transform: translateX(-50%);
        top: 1.313em;
        height: auto;
    }
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons .rlc-in {
            text-align: center;
            display: flex;
            justify-content: space-between;
        }
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons .rlc-in .rlc-button,
        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons .rlc-in .rlc-pillbutton {
            margin: 0;
        }

        .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical {
            top: auto;
            bottom: 7.907em;
            left: 50%;
            transform: translateX(-50%);
        }
            .rlc-creative_v3.rlc-bagmodal #rlc-modalbuttons.rlc-vertical .rlc-in {
                align-items: center;
            }

            .rlc-creative_v3.rlc-bagmodal .scrolltoexplore {
                width: 100vw;
            }
}


/* BASE SECTIONS */

#rlc-sec1 {
    width: 45.000em;
}
    #rlc-sec1 .rlc-imagery .rlc-image {
        transform: none;
        left: 0;
    }
#rlc-sec2 {
    width: 45.000em;
}
    #rlc-sec2 .rlc-imagery .rlc-image {
        transform: none;
        left: 0;
    }
#rlc-sec3 {
    width: 96.438em;
    overflow: hidden;
}
    #rlc-sec3 .rlc-imagery .rlc-image {
        transform-origin: center;
        transform: scale(2) translateX(-50%);
        left: 50%;
        position: relative;
    }
#rlc-sec4 {
    width: 90em;
}
    #rlc-sec4 .rlc-imagery .rlc-image {
        transform-origin: 50% 50%;
        transform: scale(1);
        left: 0;
        position: relative;
    }
#rlc-sec5 {
    width: 94.688em;
}
    #rlc-sec5 .rlc-imagery .rlc-image {
        transform-origin: 50% 50%;
        transform: scale(2);
        left: 0;
        position: relative;
    }
#rlc-sec6 {
    width: 90em;
    min-width: 100vw;
}
#rlc-sec6 .rlc-imagery .rlc-image {
    min-width: calc(100% + 15em);
    height: auto;
    min-height: calc(100vh - 71px);
}
@media only screen and (min-width: 1920px) {
    #rlc-sec6 {
        min-width: 1920px;
        max-width: 1920px;
    }
}
@media only screen and (max-width: 767px) {
    #rlc-sec1 {
        width: 23.438em;
    }
    #rlc-sec2 {
        width: 23.438em;
    }
        #rlc-sec2 .rlc-imagery .rlc-image {
            min-width: 100%;
            height: 100%;
            width: auto;
        }
    #rlc-sec3 {
        width: 48.563em;
    }
    #rlc-sec4 {
        width: 43.750em;
    }
    #rlc-sec5 {
        width: 60.625em;
    }
    #rlc-sec6 {
        width: 100vw;
    }
        #rlc-sec6 .rlc-imagery .rlc-image {
            min-width: 100%;
            height: auto;
            min-height: calc(100vh - 64px);
        }
}
       

/* FLOATIES */

#rlc-scrolltrack .rlc-floaties {
    width: 100%; height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
    #rlc-scrolltrack .rlc-floaties .rlc-nocopy .rlc-copygroup {
        display: none;
    }
    #rlc-scrolltrack .rlc-floaties .rlc-titleblock {
        position: absolute;
        top: 6.250em; left: 3.250em;
        z-index: 1;
    }
    .rlc-creative_v3.rlc-bagmodal.rlc-on #rlc-scrolltrack .rlc-floaties .rlc-titleblock{
        position: fixed;
    }
    .rlc-creative_v3.rlc-bagmodal .rlc-floaties .rlc-title {
        font-family: "LeJeuneDeck-Regular";
        font-size: 4.063em;
        color: #FFFFFF;
        letter-spacing: 0.019em;
        text-transform: uppercase;
    }
        .rlc-creative_v3.rlc-bagmodal .rlc-floaties .rlc-title span {
            font-size: 0.385em;
            display: block;
        }
    #rlc-scrolltrack .rlc-floaties .rlc-sec1-over {
        position: absolute;
        top: 0; left: 0;
        width: 23.563em;
        height: 100%;
        z-index: 2;
    }
    #rlc-scrolltrack .rlc-floaties .rlc-sec2-over {
        position: absolute;
        top: 7.625em; left: 53.688em;
        width: 28.063em;
        z-index: 0;
    }

    #rlc-scrolltrack .rlc-floaties .rlc-sec3-over-1 {
        position: absolute;
        top: 3.500em; left: 93.750em;
        width: 44.375em;
        z-index: 2;
    }
    #rlc-scrolltrack .rlc-floaties .rlc-sec3-over-2 {
        position: absolute;
        top: 3.500em; left: 141.813em;
        width: 40.813em;
        z-index: 0;
    }

    #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-1 {
        position: absolute;
        top: 3.500em; left: 266.625em;
        width: 37.250em;
    }

    #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-2 {
        position: absolute;
        top: 15.250em; left: 314.375em;
        width: 27.438em;
        z-index: 3;
    }

    #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-3 {
        position: absolute;
        top: 3.5em; left: 339.813em;
        width: 27.500em;
        z-index: 2;
    }

    @media only screen and (max-width: 767px) {
        #rlc-scrolltrack .rlc-floaties .rlc-titleblock {
            top: 10.188em; left: 2.469em;
        }
        .rlc-creative_v3.rlc-bagmodal .rlc-floaties .rlc-title {
            font-size: 2.535em;
        }
        #rlc-scrolltrack .rlc-floaties .rlc-sec1-over {
            width: 12.438em;
            height: auto;
        }
        #rlc-scrolltrack .rlc-floaties .rlc-sec2-over {
            top: 6.688em; left: 25.063em;
            width: 20.188em;
        }
        #rlc-scrolltrack .rlc-floaties .rlc-sec3-over-1 {
            top: 6.688em; left: 48.499em;
            width: 21.814em;
        }
        #rlc-scrolltrack .rlc-floaties .rlc-sec3-over-2 {
            top: 6.688em; left: 71.999em;
            width: 21.814em;
        }
        #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-1 {
            top: 6.688em; left: 128.250em;
            width: 21.875em;
        }

        #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-2 {
            top: 12.813em; left: 155.250em;
            width: 21.938em;
        }

        #rlc-scrolltrack .rlc-floaties .rlc-sec5-over-3 {
            top: 6.688em; left: 175.000em;
            width: 21.938em;
        }
    }