.agw-slider{position:relative;width:100%;height:calc(var(--agw-vh, 95) * 1vh);overflow:hidden;outline:none}.agw-slider-track{position:relative;width:100%;height:100%}.agw-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;pointer-events:none}.agw-slide.is-active{opacity:1;pointer-events:auto}.agw-bg{position:absolute;inset:0;z-index:1;overflow:hidden}.agw-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.1));pointer-events:none}.agw-bg-img,.agw-bg-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width:768px){.agw-bg-img,.agw-bg-video{object-position:var(--agw-mobile-focal-x,50%) var(--agw-mobile-focal-y,50%)}}.agw-fg{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3vh 4vw}.agw-fg-img{max-width:min(var(--agw-fg-max-width, 1200px), 92vw) !important;max-height:calc(100% - 6vh);width:auto;height:auto;object-fit:contain;display:block}.agw-arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:3;border:0;background:rgba(0,0,0,.35);color:#fff;width:48px;height:48px;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;opacity:0;transition:opacity .2s ease}.agw-arrow span{position:absolute !important;top:7px !important}.agw-prev{left:14px}.agw-next{right:14px}.agw-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:14px;z-index:3;display:flex;gap:10px;opacity:0;transition:opacity .2s ease}.agw-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0}.agw-dot.is-active{background:rgba(255,255,255,.95)}.agw-slider:hover .agw-arrow,.agw-slider:hover .agw-dots,.agw-slider:focus-within .agw-arrow,.agw-slider:focus-within .agw-dots{opacity:1}@media (max-width:768px){.agw-arrow{width:42px;height:42px;font-size:30px}.agw-prev{left:10px}.agw-next{right:10px}.agw-fg{padding:2.5vh 4vw}.agw-fg-img{max-width:min(var(--agw-fg-max-width, 1200px), 94vw);max-height:calc(100% - 5vh)}}@media (prefers-reduced-motion:reduce){.agw-slide{transition:none}}