.grid-container-animated{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.grid-item-animated{opacity:0;animation:.5s ease-out forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}.grid-item:nth-child(4n+1){animation-delay:0s}.grid-item:nth-child(4n+2){animation-delay:.1s}.grid-item:nth-child(4n+3){animation-delay:.2s}.grid-item:nth-child(4n+4){animation-delay:.3s}