.spinner{width:30px;height:30px;animation:2s linear infinite rotate}.path{stroke:#fff;stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:1 150;stroke-dashoffset:-125px}}
.skeleton{background:linear-gradient(120deg,#e5e7eb 25%,#d1d5db 50%,#e5e7eb 75%) 0 0/200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:0 0}}
.masonry-grid{width:auto;display:flex}.masonry-grid_column{background-clip:padding-box}.masonry-grid_item>*{width:100%}@media (max-width:1024px){.masonry-grid{margin-left:-8px}.masonry-grid_column{padding-left:8px}.masonry-grid_item{margin-bottom:20px}}
