.cvp-hero{position:relative;width:100%;max-width:1920px;margin:0 auto;aspect-ratio:4 / 1;overflow:hidden;background:#f2f2f2}.cvp-hero__track{display:flex;width:100%;height:100%}.cvp-hero__slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 0.5s ease}.cvp-hero__slide.is-active{opacity:1;visibility:visible;position:relative}.cvp-hero__slide img,.cvp-hero__slide a{display:block;width:100%;height:100%}.cvp-hero__slide img{object-fit:cover;object-position:center}@keyframes cvp-hero-kenburns{from{transform:scale(1)}to{transform:scale(1.08)}}.cvp-hero__slide.is-active img{animation:cvp-hero-kenburns 8s ease-in-out infinite alternate}.cvp-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px!important;height:36px!important;min-width:0!important;padding:0!important;border:none;border-radius:50%;background:rgb(255 255 255 / .85);color:#222;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cvp-hero__arrow--prev{left:12px}.cvp-hero__arrow--next{right:12px}.cvp-hero__dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:5;display:flex;gap:8px}.cvp-hero__dot{width:8px!important;height:8px!important;min-width:0!important;border-radius:50%;border:none;background:rgb(255 255 255 / .6);padding:0!important;cursor:pointer}.cvp-hero__dot.is-active{background:#fff}@media (max-width:600px){.cvp-hero__arrow{width:28px!important;height:28px!important;font-size:11px}}