.carousel{position:relative}.carousel__container{display:flex;height:100%;overflow-x:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;z-index:2}.carousel__container::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 100%;overflow:hidden;position:relative;scroll-snap-align:start;width:100%}.carousel__slide:focus{outline:none}.carousel__slide img,.carousel__slide picture{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.carousel__arrows{height:86%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.carousel__arrow{height:40px;outline:0;position:absolute;top:50%;transition:background-color .2s ease-in-out;width:40px;z-index:3}.carousel__arrow:focus,.carousel__arrow:hover{background-color:#f89e22}.carousel__arrow--prev{left:0;transform:translateY(-50%)}.carousel__arrow--next{right:0;transform:translateY(-50%)}.carousel__arrow-text{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;width:1px}.carousel__arrow-icon{align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:100%}.carousel__arrow-icon:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:block;height:20px;transition:transform .2s cubic-bezier(.19,1,.55,1);width:20px}.carousel__arrow-icon--prev{right:50%;transform:translate(50%,-50%)}.carousel__arrow-icon--prev:before{transform:rotate(90deg)}.carousel__arrow-icon--prev:focus:before,.carousel__arrow-icon--prev:hover:before{transform:translateX(-5px) rotate(90deg)}.carousel__arrow-icon--next{left:50%;transform:translate(-50%,-50%)}.carousel__arrow-icon--next:before{transform:rotate(-90deg)}.carousel__arrow-icon--next:focus:before,.carousel__arrow-icon--next:hover:before{transform:translateX(5px) rotate(-90deg)}.carousel__dots{margin:.5rem 0 0;text-align:center}.carousel__dot{display:inline-block;font-size:0;line-height:1;padding:.4375rem}.carousel__dot:before{background:#ccc;border-radius:50%;content:"";display:block;height:10px;outline:0;transition:background .25s ease-out,transform .18s;width:10px}.carousel__dot:hover:before{background:#333}.carousel__dot.selected:before{background-color:#333}.carousel__dot.is-hidden{display:none}.carousel--banner{height:100%}.carousel--banner .carousel__dots{bottom:0;position:absolute;top:auto;width:100%;z-index:5}.carousel--banner .media .media__image{height:100%;padding-bottom:0;width:100%}@media only screen and (min-width:1280px){.carousel__arrows{height:88%;opacity:1;pointer-events:all}.carousel__arrow{height:90px;width:90px}.carousel__arrow-icon:before{height:50px;width:50px}.carousel--banner .carousel__dots{bottom:1.5rem}}