.home-slider{position:relative;overflow:hidden;aspect-ratio:12 / 5;background:#000}@media only screen and (min-width:1000px){.home-slider{max-width:1200px;margin:0 auto}}@media only screen and (min-width:2000px){.home-slider{max-width:1400px}}.home-slider__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .6s ease}.home-slider__slide.is-active{opacity:1;visibility:visible}.home-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:0;border-radius:50%;background-color:rgba(0, 0, 0, .35);cursor:pointer;transition:background-color .15s;z-index:2}.home-slider__arrow:hover,.home-slider__arrow:focus-visible{background-color:rgba(0, 0, 0, .55)}.home-slider__arrow:before{content:"";display:block;width:16px;height:16px;margin:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.home-slider__arrow--prev{left:16px}.home-slider__arrow--next{right:16px}.home-slider__arrow--next:before{transform:scaleX(-1)}