.h2rv{display:block;position:relative;overflow:hidden;background:var(--h2rv-bg,#000);color:var(--h2rv-text,#fff);font-family:var(--font-body-family,inherit)}
.h2rv,.h2rv *{box-sizing:border-box}
.h2rv__wrap{padding:var(--h2rv-pt,3rem) 0 var(--h2rv-pb,3.5rem)}
.h2rv__head{width:min(92vw,78rem);margin:0 auto 2rem;padding:0 1rem;text-align:center}
.h2rv__eyebrow{display:block;margin:0 0 .55rem;color:var(--h2rv-accent,#ff7b00);font-size:var(--h2rv-eyebrow-d,.8rem);font-weight:750;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}
.h2rv__title{margin:0;color:var(--h2rv-text,#fff);font-family:var(--font-heading-family,inherit);font-size:var(--h2rv-title-d,2.6rem);font-weight:750;line-height:1.08;letter-spacing:-.035em}
.h2rv__sub{max-width:58rem;margin:.65rem auto 0;color:var(--h2rv-muted,#c9cdd3);font-size:var(--h2rv-sub-d,1rem);line-height:1.45}
.h2rv__sub p{margin:0}
.h2rv__viewport{position:relative;width:100%;overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none}
.h2rv__viewport.is-dragging{cursor:grabbing}
.h2rv__track{display:flex;align-items:stretch;gap:var(--h2rv-gap,1rem);width:max-content;will-change:transform;transform:translate3d(0,0,0);transition:transform var(--h2rv-speed,620ms) cubic-bezier(.22,.61,.36,1)}
.h2rv__track.no-anim{transition:none!important}
.h2rv__slide{flex:0 0 auto;width:var(--h2rv-card-w,30vw)}
.h2rv__media{position:relative;overflow:hidden;border-radius:var(--h2rv-radius,1rem);background:#111;aspect-ratio:16/10}
.h2rv__media.ratio-16-9{aspect-ratio:16/9}.h2rv__media.ratio-4-3{aspect-ratio:4/3}.h2rv__media.ratio-16-11{aspect-ratio:16/11}.h2rv__media.ratio-1-1{aspect-ratio:1/1}
.h2rv__img,.h2rv__placeholder{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.002);transition:transform .45s ease}
.h2rv__pill{position:absolute;z-index:2;top:1rem;left:1rem;display:inline-flex;align-items:center;min-height:2.15rem;padding:.35rem .9rem;border-radius:999rem;background:var(--h2rv-pill-bg,#f3f3f3);color:var(--h2rv-pill-text,#111);font-size:.9rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 .2rem .7rem rgba(0,0,0,.08)}
.h2rv__foot{position:relative;width:min(92vw,78rem);height:4.7rem;margin:1rem auto 0}
.h2rv__dots{position:absolute;left:0;top:1.05rem;display:flex;align-items:center;gap:.42rem}
.h2rv__dot{position:relative;width:.45rem;height:.45rem;padding:0;border:0;border-radius:999rem;background:var(--h2rv-dot,#4e5156);opacity:.72;overflow:hidden;cursor:pointer;transition:width .28s ease,background-color .28s ease,opacity .28s ease}
.h2rv__dot.is-active{width:var(--h2rv-progress-w,2.75rem);background:var(--h2rv-progress-track,#4e5156);opacity:1}
.h2rv__dot.is-active::after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--h2rv-progress-fill,#fff);transform:scaleX(0);transform-origin:left center}
.h2rv__dot.is-active.is-progressing::after{animation:h2rv-progress var(--h2rv-progress-duration,3500ms) linear forwards}
@keyframes h2rv-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.h2rv__nav{position:absolute;right:0;top:.45rem;display:flex;gap:.8rem}
.h2rv__btn{width:2.8rem;height:2.8rem;padding:0;border:0;border-radius:50%;background:var(--h2rv-nav-bg,#fff);color:var(--h2rv-nav-text,#111);display:grid;place-items:center;cursor:pointer;box-shadow:0 .18rem .7rem rgba(0,0,0,.12);transition:transform .18s ease,background-color .18s ease,color .18s ease}
.h2rv__btn:hover{background:var(--h2rv-nav-hover-bg,#eee);color:var(--h2rv-nav-hover-text,#111);transform:translateY(-.05rem)}
.h2rv__btn:active{transform:scale(.95)}
.h2rv__btn svg{width:1.05rem;height:1.05rem}
.h2rv__btn:focus-visible,.h2rv__dot:focus-visible{outline:.13rem solid var(--h2rv-accent,#ff7b00);outline-offset:.18rem}
@media (hover:hover) and (pointer:fine){.h2rv__slide:hover .h2rv__img{transform:scale(1.025)}}
@media (max-width:989px){
  .h2rv__head{width:94vw;margin-bottom:1.35rem}.h2rv__title{font-size:var(--h2rv-title-m,2rem)}.h2rv__eyebrow{font-size:var(--h2rv-eyebrow-m,.7rem)}.h2rv__sub{font-size:var(--h2rv-sub-m,.9rem)}
  .h2rv__foot{width:94vw}.h2rv__pill{top:.8rem;left:.8rem;min-height:1.9rem;padding:.3rem .7rem;font-size:.8rem}
}
@media (max-width:749px){
  .h2rv__wrap{padding-top:calc(var(--h2rv-pt,3rem)*.75);padding-bottom:calc(var(--h2rv-pb,3.5rem)*.75)}
  .h2rv__head{margin-bottom:1.1rem}.h2rv__title{line-height:1.12}.h2rv__sub{max-width:92vw}
  .h2rv__slide{width:var(--h2rv-card-w-m,82vw)}
  .h2rv__foot{height:4rem;margin-top:.7rem}.h2rv__dots{top:.9rem;gap:.34rem}.h2rv__dot.is-active{width:min(var(--h2rv-progress-w,2.75rem),2.15rem)}.h2rv__nav{top:.28rem;gap:.55rem}.h2rv__btn{width:2.45rem;height:2.45rem}
}
@media(prefers-reduced-motion:reduce){.h2rv__track,.h2rv__img,.h2rv__dot,.h2rv__btn{transition:none!important}.h2rv__dot.is-active::after{transform:scaleX(1);animation:none!important}}
