.ep-hsp{position:relative;overflow:hidden;width:100%;height:var(--ep-hsp-h);background:#111}.ep-hsp-track,.ep-hsp-slide{position:absolute;inset:0}.ep-hsp-slide{opacity:0;visibility:hidden;transition:opacity .7s ease,transform .7s ease}.ep-hsp-slide.is-active{opacity:1;visibility:visible;z-index:2}.ep-hsp picture,.ep-hsp img{display:block;width:100%;height:100%;object-fit:cover}.ep-hsp-overlay{position:absolute;inset:0;background:#000}.ep-hsp-content-wrap{position:absolute;inset:0;display:flex;padding:clamp(24px,5vw,72px);z-index:3}.ep-hsp-content-wrap.align-left{text-align:left;justify-content:flex-start}.ep-hsp-content-wrap.align-center{text-align:center;justify-content:center}.ep-hsp-content-wrap.align-right{text-align:right;justify-content:flex-end}.ep-hsp-content-wrap.valign-top{align-items:flex-start}.ep-hsp-content-wrap.valign-middle{align-items:center}.ep-hsp-content-wrap.valign-bottom{align-items:flex-end}.ep-hsp-content{max-width:860px}.ep-hsp-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:.82rem;margin-bottom:12px}.ep-hsp h2{color:inherit;font-size:clamp(2.1rem,5vw,5.2rem);line-height:1.02;margin:0 0 18px;font-weight:800}.ep-hsp-desc{font-size:clamp(1rem,1.6vw,1.35rem);line-height:1.55}.ep-hsp-desc p{margin:0}.ep-hsp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.align-center .ep-hsp-actions{justify-content:center}.align-right .ep-hsp-actions{justify-content:flex-end}.ep-hsp-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:6px;text-decoration:none;font-weight:700}.ep-hsp-btn.primary{background:#fff;color:#111}.ep-hsp-btn.secondary{border:1px solid currentColor;color:inherit;background:transparent}.ep-hsp-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:46px;height:46px;border:0;border-radius:50%;font-size:32px;line-height:1;background:rgba(0,0,0,.35);color:#fff;cursor:pointer}.ep-hsp-arrow.prev{left:18px}.ep-hsp-arrow.next{right:18px}.ep-hsp-dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);z-index:8;display:flex;gap:8px}.ep-hsp-dots button{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0}.ep-hsp-dots button.is-active{background:#fff}.ep-hsp-content{opacity:0;transform:translateY(24px);transition:opacity .6s ease .2s,transform .6s ease .2s}.is-active .ep-hsp-content{opacity:1;transform:none}.is-active .anim-zoom{animation:epZoom .65s ease both}.is-active .anim-slide-left{animation:epLeft .65s ease both}.is-active .anim-slide-right{animation:epRight .65s ease both}@keyframes epZoom{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes epLeft{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:none}}@keyframes epRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:none}}@media(max-width:1024px){.ep-hsp{height:var(--ep-hsp-ht)}}@media(max-width:767px){.ep-hsp{height:var(--ep-hsp-hm)}.ep-hsp-content-wrap{padding:24px}.ep-hsp-arrow{width:38px;height:38px}.ep-hsp h2{font-size:clamp(2rem,10vw,3.5rem)}}
