slider-component{display:block;position:relative}@media screen and (width<=989px){.no-js slider-component .slider{padding-bottom:3rem}}.slider__slide{scroll-snap-align:start;flex-shrink:0}@media screen and (width<=749px){.slider.slider--mobile{flex-wrap:inherit;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem;scroll-padding-left:1rem;position:relative;overflow-x:auto}.slider.slider--mobile .slider__slide{margin-bottom:0;padding-bottom:0}}@media screen and (width<=989px){.slider.slider--tablet{flex-wrap:inherit;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem;scroll-padding-left:1rem;position:relative;overflow-x:auto}.slider.slider--tablet .slider__slide{margin-bottom:0;padding-bottom:0}}.slider{scrollbar-color:rgb(var(--color-foreground))rgba(var(--color-foreground),.04);-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar{width:.4rem;height:.4rem;display:none}.no-js .slider{-ms-overflow-style:auto;scrollbar-width:auto}.no-js .slider::-webkit-scrollbar{display:initial}.slider::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground));border:0;border-radius:.4rem}.slider::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.04);border-radius:.4rem}.slider-counter{margin:0 1.2rem}.slider-buttons{justify-content:center;align-items:center;display:flex}@media screen and (width>=990px){.slider-buttons{display:none}}@media screen and (width>=750px){.slider--mobile+.slider-buttons{display:none}}.slider-button{color:rgba(var(--color-foreground),.75);cursor:pointer;background:0 0;border:none;width:44px;height:44px}.slider-button:not([disabled]):hover{color:rgb(var(--color-foreground))}.slider-button .icon{height:.6rem}.slider-button[disabled] .icon{color:rgba(var(--color-foreground),.3)}.slider-button--next .icon{margin-right:-.2rem;transform:rotate(-90deg)translate(.15rem)}.slider-button--prev .icon{margin-left:-.2rem;transform:rotate(90deg)translate(-.15rem)}.slider-button--next:not([disabled]):hover .icon{transform:rotate(-90deg)translate(.15rem)scale(1.07)}.slider-button--prev:not([disabled]):hover .icon{transform:rotate(90deg)translate(-.15rem)scale(1.07)}