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