.carousel{min-width:100%;overflow:visible;position:relative}.carousel *{-webkit-user-select:none;user-select:none}.carousel__content{height:inherit;max-height:inherit;min-height:inherit;overflow-x:hidden;overflow-y:visible;scroll-behavior:smooth;scroll-padding:0 50px}.carousel.touch .carousel__content{margin:0;overflow-x:scroll}.carousel__inner-content{align-items:flex-start;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;overflow:visible;padding:8px 16px;width:-moz-fit-content;width:fit-content}.carousel.scrolling .carousel__inner-content>*{pointer-events:none}.carousel.scrolling .carousel__content{scroll-behavior:auto}.carousel__arrow-key{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001a;cursor:pointer;height:40px;line-height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;overflow:hidden;padding:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:opacity .2s;width:40px;z-index:1}.carousel__arrow-key.disabled{opacity:0;pointer-events:none}.carousel__arrow-key:hover>svg{fill:#3a3a3a}.carousel__arrow-key>svg{height:16px;width:16px;fill:#464646;transition:fill .1s}[dir=rtl] .carousel__arrow-key--next{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;left:0}[dir=rtl] .carousel__arrow-key--next>svg{transform:rotate(0)}[dir=rtl] .carousel__arrow-key--prev{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;right:0}[dir=rtl] .carousel__arrow-key--prev>svg{transform:rotate(180deg)}[dir=ltr] .carousel__arrow-key--next{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;right:0}[dir=ltr] .carousel__arrow-key--next>svg{transform:rotate(180deg)}[dir=ltr] .carousel__arrow-key--prev{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;left:0}[dir=ltr] .carousel__arrow-key--prev>svg{transform:rotate(0)}.carousel.touch .carousel__arrow-key{display:none}.CarouselInnerContentWrapper{padding:16px}
