.slider{margin:0 auto;position:relative;max-width:100vw;overflow:hidden}.slider__container.swiper-container{overflow:visible}@media screen and (max-width: 599px){.slider__container.swiper-container{margin:0 20px}}@media(min-width: 600px)and (max-width: 1024px){.slider__container.swiper-container{margin:0 40px}}@media(min-width: 1025px){.slider__container.swiper-container{margin:0 60px}}@media(min-width: 1441px){.slider__container.swiper-container{--overflow: calc(100vw - 1320px);margin-left:calc(var(--overflow) / 2);margin-right:calc(var(--overflow) / 2)}}.slider .slider__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;max-height:100%;-webkit-transform:translate3d(0, 0, 0)}.slider__pager{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.slider__year{margin:0 15px;color:#82888b}.slider .swiper-pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider .swiper-pagination-bullet{margin-left:9px;border:1px solid #82888b}@media(min-width: 1025px){.slider .swiper-pagination-bullet{width:11px;height:11px}}@media(max-width: 1024px){.slider .swiper-pagination-bullet{width:8px;height:8px}}.slider--littledots .swiper-pagination-bullet:last-child{width:7px;height:7px}.slider--littledots .swiper-pagination-bullet:nth-last-child(2){width:9px;height:9px}.slider--littledots .swiper-pagination-bullet:nth-last-child(3){width:11px;height:11px}.slider .swiper-pagination-bullet:first-child{margin-left:0}.slider .swiper-pagination-bullet:focus{outline:none}.slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:transparent}.slider .swiper-pagination-bullet-active{background-color:#82888b}.slider__prev,.slider__next{position:absolute;top:-30px;bottom:-30px;z-index:1000}@media(min-width: 1025px){.slider__prev,.slider__next{width:50vw}}.slider__prev>svg,.slider__next>svg{display:none}@media(min-width: 1025px){.slider__prev:hover{cursor:url("/themes/salsa/src/assets/icons/arrow_left_small.svg"),auto}.slider__next:hover{cursor:url("/themes/salsa/src/assets/icons/arrow_right_small.svg"),auto}}.slider__prev{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);left:calc(50% - 50vw);right:100%}.slider__next{right:0;left:50%}.slider--begin .slider__prev{display:none}.slider--end .slider__next{display:none}