.rrmc-carousel{color:var(--rrmc-foreground,#000);--rrmc-foreground:#000;--rrmc-caption-color:#000;--rrmc-arrow-color:#000;--rrmc-arrow-hover-color:#000;--rrmc-bg:#ffffff;background:var(--rrmc-bg)}.rrmc-carousel--dark{--rrmc-foreground:#f5f5f5;--rrmc-caption-color:#f5f5f5;--rrmc-arrow-color:#f5f5f5;--rrmc-arrow-hover-color:#ffffff;--rrmc-bg:#0f0f0f;color:var(--rrmc-foreground)}.rrmc-carousel--full-width{overflow:hidden}.rrmc-carousel--light{--rrmc-foreground:#000000;--rrmc-caption-color:#000000;--rrmc-arrow-color:#000000;--rrmc-arrow-hover-color:#000000;--rrmc-bg:#ffffff}.rrmc-carousel--purple{--rrmc-foreground:#ffffff;--rrmc-caption-color:#ffffff;--rrmc-arrow-color:#b493ff;--rrmc-arrow-hover-color:#ffffff;--rrmc-bg:#160b2a;color:var(--rrmc-foreground)}.rrmc-carousel--transparent{--rrmc-bg:transparent;background:transparent}.rrmc-carousel--nav-hover{--rrmc-caption-color:var(--rrmc-foreground);--rrmc-arrow-color:var(--rrmc-foreground)}.rrmc-carousel__inner,.rrmc-carousel__slide,.rrmc-carousel__viewport{background:transparent}.rrmc-carousel__inner{margin:0 auto;padding:0}.rrmc-carousel--full-width .rrmc-carousel__inner{max-width:100%;padding:0}.rrmc-carousel__viewport{position:relative;overflow:hidden;padding-inline:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.rrmc-carousel__track{display:flex;align-items:center;padding-block:0;will-change:transform;padding-inline:0;gap:0}.rrmc-carousel__slide{flex:0 0 auto;width:var(--rrmc-slide-width,100vw);max-width:var(--rrmc-slide-width,100vw);opacity:1;transform:scale(1);transition:transform .5s ease,opacity .5s ease;margin:0}.rrmc-carousel__slide.is-active{transform:scale(1);opacity:1;z-index:2}.rrmc-carousel--full-width .rrmc-carousel__viewport{padding-inline:0;width:100vw;max-width:100vw;margin-left:0;left:50%;transform:translateX(-50%);position:relative;min-height:78vh}.rrmc-carousel--full-width .rrmc-carousel__media{padding-bottom:0;height:78vh}.rrmc-carousel--full-width .rrmc-carousel__media .rrmc-carousel__image,.rrmc-carousel--full-width .rrmc-carousel__media .rrmc-carousel__media-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1440px){.rrmc-carousel--full-width .rrmc-carousel__media,.rrmc-carousel--full-width .rrmc-carousel__viewport{min-height:70vh;height:70vh}}.rrmc-carousel--full-width .rrmc-carousel__track{padding-inline:0;gap:0}.rrmc-carousel--full-width .rrmc-carousel__slide{opacity:1;transform:scale(1);width:100vw;max-width:100vw;flex:0 0 100vw;margin:0}.rrmc-carousel--full-width .rrmc-carousel__slide.is-active{transform:scale(1)}.rrmc-carousel--full-width .rrmc-carousel__peek{display:none}.rrmc-carousel--full-width .rrmc-carousel__hover{width:30%}.rrmc-carousel__media{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:#000}.rrmc-carousel--full-width .rrmc-carousel__media{padding-bottom:45%}.rrmc-carousel__image{-o-object-fit:cover;object-fit:cover;will-change:transform}.rrmc-carousel__image--mobile{display:none}@media (max-width:768px){.rrmc-carousel__image--desktop{display:none}.rrmc-carousel__image--mobile{display:block}}.rrmc-carousel__media-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rrmc-carousel__peek{background:transparent;border:none;position:absolute;top:1px;bottom:1px;width:min(9vw,120px);z-index:30;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--rrmc-arrow-color);transition:color .18s ease}.rrmc-carousel__peek--left{left:0}.rrmc-carousel__peek--right{right:0}.rrmc-carousel__hover{position:absolute;top:0;bottom:0;width:22%;z-index:40}.rrmc-carousel__hover--left{left:0}.rrmc-carousel__hover--right{right:0}.rrmc-carousel__hover--left:hover,.rrmc-carousel__peek--left:hover{cursor:var(--rrmc-cursor-left-hover)!important}.rrmc-carousel__hover--right:hover,.rrmc-carousel__peek--right:hover{cursor:var(--rrmc-cursor-right-hover)!important}.rrmc-carousel__controls{display:flex;flex-direction:column;align-items:center;margin-top:24px;gap:16px;padding-inline:clamp(24px,10vw,140px)}.rrmc-carousel__bullets{display:flex;gap:8px;justify-content:center;width:100%}.rrmc-carousel__bullets--overlay{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:50;width:auto}.rrmc-carousel__bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;display:block;width:16px;height:16px;padding:0;cursor:pointer}.rrmc-carousel__bullet svg{display:block}.rrmc-carousel__bullet-progress{stroke:var(--rrmc-arrow-color,currentColor);stroke-width:1.5;fill:transparent;stroke-dasharray:44 44;stroke-dashoffset:44;transform-origin:8px 8px}.rrmc-carousel__bullet-dot{fill:var(--rrmc-arrow-color,currentColor);opacity:.75}.rrmc-carousel__bullet-ring{stroke:var(--rrmc-arrow-color,currentColor);stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;fill:transparent}.rrmc-carousel__bullet[aria-selected=true] .rrmc-carousel__bullet-progress{animation:rrmcBulletProgress var(--rrmc-auto-duration,6s) linear forwards}@keyframes rrmcBulletProgress{0%{stroke-dashoffset:44}to{stroke-dashoffset:0}}.rrmc-carousel__captions{position:relative;min-height:140px;display:grid}.rrmc-carousel__captions--overlay{position:absolute;bottom:80px;left:0;right:0;z-index:50;min-height:auto;padding-inline:48px;pointer-events:none}.rrmc-carousel__caption{opacity:0;transition:opacity .35s ease;position:absolute;inset:0;text-align:center;display:grid;justify-items:center;align-items:center}.rrmc-carousel__caption.is-visible{opacity:1;position:relative}.rrmc-carousel__captions--overlay .rrmc-carousel__caption{text-align:center;padding-inline:clamp(16px,6vw,48px);justify-content:center}.rrmc-carousel__title{font-weight:300;letter-spacing:.12em;font-size:.98rem;margin:0 0 14px}.rrmc-carousel__body,.rrmc-carousel__title{font-family:var(--font-rivera-ultralight),"Riviera Nights","Helvetica Neue",Arial,sans-serif;text-align:center;color:var(--rrmc-caption-color);transition:color .2s ease}.rrmc-carousel__body{font-weight:200;max-width:640px;margin:0 auto;line-height:1.55;font-size:.88rem}@media (min-width:1024px){.rrmc-carousel__title{font-size:1.05rem;letter-spacing:.14em}.rrmc-carousel__body{font-size:.86rem}}@media (max-width:640px){.rrmc-carousel__slide{transform:scale(1);opacity:1}.rrmc-carousel__slide.is-active{transform:scale(1)}.rrmc-carousel__hover{display:none}.rrmc-carousel__captions--overlay{bottom:28px;padding-inline:18px}.rrmc-carousel__title{font-size:.92rem;letter-spacing:.1em}.rrmc-carousel__body{font-size:.82rem}}@media (max-width:768px){.rrmc-carousel__viewport{padding-inline:0;width:100vw;max-width:100vw}.rrmc-carousel__track{padding-inline:0}.rrmc-carousel__slide{width:100vw;max-width:100vw;flex:0 0 100vw}.rrmc-carousel__media{width:100%;height:auto!important;aspect-ratio:16/9;padding-bottom:0!important;max-height:35vh!important;min-height:auto!important}.rrmc-carousel__image,.rrmc-carousel__media-video{-o-object-fit:contain;object-fit:contain;background:#000}.rrmc-carousel--full-width .rrmc-carousel__viewport{min-height:auto!important;height:auto!important}.rrmc-carousel--full-width .rrmc-carousel__media{height:35vh!important;min-height:auto!important}.rrmc-carousel--full-width .rrmc-carousel__slide{width:100vw;max-width:100vw;flex:0 0 100vw}.rrmc-carousel__bullets--overlay{bottom:16px;z-index:60}.rrmc-carousel__captions--overlay{bottom:50px;padding-inline:20px}.rrmc-carousel__controls{margin-top:16px;gap:12px;padding-inline:20px}}.content-block .payload-richtext h2{font-size:clamp(22px,3vw,30px);font-weight:300;line-height:1.3;letter-spacing:.04em}.content-block .payload-richtext h3{font-size:clamp(18px,2.4vw,24px);font-weight:300;line-height:1.35;letter-spacing:.03em}.content-block .payload-richtext h4{font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.4;letter-spacing:.02em}.content-block .payload-richtext li,.content-block .payload-richtext p{font-size:clamp(13px,1.5vw,15px);font-weight:300;line-height:1.7}.content-block__col--center,.content-block__col--center .payload-richtext{text-align:center}.content-block__col--right,.content-block__col--right .payload-richtext{text-align:right}.content-block--has-bg{padding-block:4rem}.content-block--has-bg .container{margin-top:0;margin-bottom:0}.content-block--dark{color:#f5f5f5}.content-block--light{color:#111}.content-block--purple{color:#f5e9ff}.content-block__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;align-items:center}.content-block__buttons--center{justify-content:center}.content-block__buttons--right{justify-content:flex-end}.content-block__buttons .btn-cta{width:clamp(200px,22vw,260px);min-width:200px;max-width:260px;flex:0 0 auto;justify-content:center}@media (max-width:768px){.content-block__buttons .btn-cta{min-width:0;width:100%;max-width:none;flex:1 1 100%}}