.marquee{display:inline-flex;white-space:nowrap;overflow:hidden;max-width:100%}.marquee.to-right,.marquee.to-right>*{transform:scaleX(-1)}.marquee .col-wrap{padding-right:16px}.marquee .col{width:197px;height:197px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex:0 0 197px}.marquee .col.bordered{border:1px solid #51514f}.marquee .col.bordered img{width:100%;height:60px;object-fit:contain}.marquee .col.arr img{width:68px}.marquee .col.rotate:hover .inner{background:#462f13}.marquee .col.rotate:hover .inner img,.marquee .col.rotate:hover .outer{filter:unset}.marquee .col.rotate .inner{width:36px;height:36px;border-radius:50%;background:#51514f;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s}.marquee .col.rotate .inner img{padding:10px}.marquee .col.rotate .inner img,.marquee .col.rotate .outer{width:100%;height:100%;object-fit:contain;filter:brightness(5) grayscale(1);transition:.2s}.marquee .col.rotate .outer{animation:a 10s normal linear infinite}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}