.banner-carousel{touch-action:pan-y}
.banner-track{display:flex;width:100%;height:100%;position:absolute;inset:0;will-change:transform}
.banner-track.is-animating{transition:transform .4s ease}
.banner-slide{position:relative;isolation:isolate;flex:0 0 100%;min-width:0;height:100%;overflow:hidden}
.banner-slide .wide-banner-copy{padding-left:90px;padding-right:55px;max-width:760px}
.banner-slide .wide-banner-copy h2{font-size:35px;font-weight:700;line-height:1.12;letter-spacing:0;color:#fff;margin:0 0 13px;max-width:540px}
.banner-slide .wide-banner-shade{background:linear-gradient(90deg,#080d16b5,transparent 90%)}
.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:56px;height:70px;border:1px solid #ffffffb3;border-radius:8px;background:#ffffffed;color:#1768a3;display:grid;place-items:center;box-shadow:0 3px 12px #0003}
.banner-arrow:hover{background:#fff}
.banner-arrow .icon{width:34px;height:34px;stroke-width:2.5}
.banner-prev{left:16px}.banner-next{right:16px}.banner-prev .icon{transform:rotate(180deg)}
.banner-progress{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:7px;pointer-events:none}
.banner-progress span{width:8px;height:8px;border-radius:50%;background:#ffffff80;box-shadow:0 0 2px #0008}
.banner-progress span.active{background:white;width:22px;border-radius:8px}
.banner-pause{position:absolute;bottom:8px;right:22px;display:grid;place-items:center;width:36px;height:30px;border:1px solid #ffffff80;border-radius:5px;background:#112b46a6;color:white;font-size:16px}
.banner-pause .icon{width:18px;height:18px}
.panel-banner-item{border:1px solid #dce4ed;border-radius:10px;padding:18px;margin:0;display:grid;gap:16px;min-width:0}
.panel-banner-item legend{padding:0 8px;font-weight:700}
.panel-banner-item .panel-banner-preview{width:100%;max-height:180px;object-fit:cover;border-radius:6px}
.panel-banner-actions{display:flex;gap:8px;flex-wrap:wrap}
@media(min-width:651px) and (max-width:1100px){.banner-slide .wide-banner-copy{padding-left:76px;padding-right:76px;max-width:650px}.banner-slide .wide-banner-copy h2{font-size:28px;margin-bottom:8px}.banner-arrow{width:46px;height:60px}.banner-prev{left:12px}.banner-next{right:12px}}
@media(max-width:650px){
 .banner-arrow,.banner-pause{display:none}
 .banner-slide .wide-banner-copy{padding:10px 16px 21px;max-width:280px}
 .banner-slide .wide-banner-copy h2{font-size:21px;line-height:1.1;margin-bottom:6px;max-width:245px}
 .banner-progress{bottom:6px}.banner-progress span{width:6px;height:6px}.banner-progress span.active{width:16px}
}
@media(prefers-reduced-motion:reduce){.banner-track.is-animating{transition:none}}
