.school-carousel-wrapper{align-items:center;display:flex;flex-direction:column-reverse;gap:40px;justify-content:space-between;margin:0 auto}.school-carousel-wrapper__carousel{display:flex;max-height:360px;min-width:0;overflow:hidden;width:100%}.school-carousel-wrapper__carousel .column{gap:6px;padding-left:5px;padding-right:5px;position:relative;width:100%}.column .marquee{animation:scroll-up var(--speed) linear infinite;will-change:transform}.column.dir-down .marquee{animation-direction:reverse}.column.paused .marquee,.column:hover .marquee{animation-play-state:paused}.column .column-item{background:#fff;border-radius:16px;box-shadow:0 2px 15.7px -3px rgba(0,0,0,.25);margin-bottom:6px;padding:5px 5px 8px}.column-item__img{height:110px;width:100%}.column-item__img img{border-radius:10px;height:100%!important;object-fit:cover;width:100%}.column-item__info{margin-top:6px;padding-left:5px;padding-right:5px}.column-item__info .school-name{font-size:10px;font-weight:400;line-height:120%;margin-bottom:5px}.column-item__info .rating-wrapper{align-items:center;color:rgba(36,47,84,.4);display:flex;flex-wrap:wrap;font-size:8px;gap:20px;justify-content:space-between;line-height:120%}.column-item__info .rating-wrapper img{max-width:55px!important}.school-carousel-wrapper__carousel .column.index-1{margin-top:-45px}.school-carousel-wrapper__carousel .column.index-2:before{background:linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0));content:"";height:80px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.school-carousel-wrapper__carousel .column.index-1:after{background:linear-gradient(0deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0));bottom:0;content:"";height:80px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.school-carousel-wrapper__text{margin-bottom:40px}.school-carousel-wrapper__text h2{font-size:34px;font-weight:600;line-height:130%}.school-carousel-wrapper__text .button-wrapper .button{margin-top:32px;max-width:max-content}@media (max-width:768px){.school-carousel-wrapper__carousel,.school-carousel-wrapper__text{max-width:100%!important}}@media (min-width:577px){.school-carousel-wrapper__carousel{max-height:538px}.school-carousel-wrapper__carousel .column{gap:10px}.column .column-item{margin-bottom:10px;padding:7px 7px 10px}.column-item__img{height:162px}.column-item__info{margin-top:10px;padding-left:6px;padding-right:6px}.column-item__info .school-name{font-size:14px;margin-bottom:10px}.column-item__info .rating-wrapper{font-size:11px}.column-item__info .rating-wrapper img{max-width:80px!important}.school-carousel-wrapper__carousel .column.index-1{margin-top:-90px}}@media (min-width:769px){.school-carousel-wrapper{flex-direction:row}.school-carousel-wrapper__text{margin-bottom:0}.school-carousel-wrapper__carousel{min-width:400px}.school-carousel-wrapper__carousel .column{width:50%}}@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}