@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes fadeInOut{to{opacity:1}0%{opacity:.9}}.sliderContainer.left,.sliderContainer.right{position:relative;overflow:hidden}.sliderContainer.right{margin-left:190px}.slider{display:flex;flex-direction:row}.slider.active{animation:slideOut 10s steps(100);animation-delay:2s}.left .slider{align-items:flex-end}.slider__img{-o-object-fit:cover;object-fit:cover}.centerSlider{display:flex;flex-direction:column;z-index:10;padding-bottom:130px}.sliderContainer.double{position:absolute;overflow:hidden}.double .slider{display:inline-flex;width:200%;height:100%;animation:none;border-radius:12px}.double .slider_slide{width:100%;position:absolute;animation:fadeInOut 2s steps(5)}.double .slider_slide.active:first-of-type{animation:slideOut 1s steps(10)}.double .slider_slide:last-of-type{left:100%}.double .slider_slide.active:last-of-type{animation:slideIn 1s steps(10);left:0}.double .slider__img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.double .group_slide{width:100%;position:absolute;opacity:0;animation:fadeInOut 2s steps(5)}.double .group_slide:nth-child(1){animation-delay:0s}.double .group_slide:nth-child(2){animation-delay:2s}.double .group_slide:nth-child(3){animation-delay:4s}
