.image-cell{width:100%;height:100%;aspect-ratio:1/1}.image-cell:nth-child(2n){margin-top:100px}:root{--translate-x:0%;--translate-duration:100s;@media(min-width:768px){--translate-x:10%}@media(min-width:1440px){--translate-x:20%}@media(min-width:1920px){--translate-x:30%}@media(min-width:2560px){--translate-x:50%}}.staggered-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:15vw;transform-style:preserve-3d;transform-origin:center center;will-change:transform;width:max-content;position:absolute;top:0;left:0}.staggered-grid.primary{animation:scrollGrid-primary var(--translate-duration) linear infinite}.staggered-grid.secondary{animation:scrollGrid-secondary var(--translate-duration) linear infinite}@keyframes scrollGrid-primary{0%{transform:rotateX(20deg) rotate(-45deg) scale(1.9) translateX(var(--translate-x)) translateY(0)}to{transform:rotateX(20deg) rotate(-45deg) scale(1.9) translateX(var(--translate-x)) translateY(-100%)}}@keyframes scrollGrid-secondary{0%{transform:rotateX(20deg) rotate(-45deg) scale(1.9) translateX(var(--translate-x)) translateY(100%)}to{transform:rotateX(20deg) rotate(-45deg) scale(1.9) translateX(var(--translate-x)) translateY(0)}}.contest-winnner-icon{object-fit:contain;height:100px;@media(min-width:768px){height:160px}}