.marquee{background:#000}.marquee__heading{margin-bottom:32px}.marquee__subtitle{text-transform:uppercase;line-height:140%;margin:0;font-weight:600;margin-bottom:8px}.marquee__title{text-transform:uppercase;line-height:140%;font-weight:600}.marquee__title p{margin:0}.marquee__wrapper{display:flex;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.marquee__track{display:flex;flex-shrink:0;align-items:center;justify-content:space-around;min-width:100%}.marquee__card{padding:0 6px;flex-shrink:0}.marquee__card img{display:block;max-width:200px;height:auto;width:200px;aspect-ratio:200/260}@keyframes marquee-scroll{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}