/* Homepage full-width banner carousel. */
.home-carousel{position:relative;isolation:isolate;overflow:hidden;background:#111}.home-carousel-stage{position:relative;width:100%;height:100%}.home-carousel-slide{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;opacity:0;pointer-events:none;transform:translateX(100%);transition:transform .66s cubic-bezier(.22,.8,.22,1),opacity .28s ease;will-change:transform,opacity}.home-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover}.home-carousel-slide.is-active{z-index:4;opacity:1;pointer-events:auto;transform:translateX(0)}.home-carousel-slide.is-prev{z-index:3;opacity:1;transform:translateX(-100%)}.home-carousel-slide.is-next{z-index:2;opacity:1;transform:translateX(100%)}.home-carousel-arrow{position:absolute;top:50%;z-index:8;display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(12,12,12,.25);color:#fff;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .25s,background .25s,transform .25s}.home-carousel:hover .home-carousel-arrow,.home-carousel:focus-within .home-carousel-arrow{opacity:1}.home-carousel-arrow:hover{background:rgba(12,12,12,.72)}.home-carousel-arrow span{width:12px;height:12px;border-top:2px solid currentColor;border-right:2px solid currentColor}.home-carousel-prev{left:28px}.home-carousel-prev span{transform:rotate(-135deg);margin-left:5px}.home-carousel-next{right:28px}.home-carousel-next span{transform:rotate(45deg);margin-right:5px}.home-carousel-dots{position:absolute;bottom:18px;left:50%;z-index:9;display:flex;gap:8px;transform:translateX(-50%)}.home-carousel-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.52);cursor:pointer;transition:transform .2s,background .2s}.home-carousel-dot.is-current{background:#fff;transform:scale(1.45)}
@media(max-width:900px){.home-carousel-arrow{width:42px;height:42px;opacity:1}.home-carousel-prev{left:15px}.home-carousel-next{right:15px}}
@media(max-width:560px){.home-carousel-arrow{width:34px;height:34px;border-color:rgba(255,255,255,.82);background:rgba(12,12,12,.48)}.home-carousel-arrow span{width:9px;height:9px}.home-carousel-prev{left:9px}.home-carousel-next{right:9px}.home-carousel-dots{bottom:10px;gap:6px}.home-carousel-dot{width:6px;height:6px}}
