.categories-grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:unset}.categories-grid li{min-height:250px}@media (min-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,minmax(200px,1fr));min-height:800px}.categories-grid li:nth-child(4n+1){grid-area:1 / 1 / 3 / 2}.categories-grid li:nth-child(4n+2){grid-area:1 / 2 / 2 / 3}.categories-grid li:nth-child(4n+3){grid-area:2 / 2 / 4 / 3}.categories-grid li:nth-child(4n+4){grid-area:3 / 1 / 4 / 2}.categories-grid li:nth-child(4n+5){grid-area:4 / 1 / 5 / 2}.categories-grid li:nth-child(4n+6){grid-area:4 / 2 / 6 / 3}.categories-grid li:nth-child(4n+7){grid-area:5 / 1 / 7 / 2}.categories-grid li:nth-child(4n+8){grid-area:6 / 2 / 7 / 3}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(6,minmax(180px,1fr));min-height:600px}.categories-grid li:nth-child(4n+1){grid-area:1 / 1 / 3 / 2}.categories-grid li:nth-child(4n+2){grid-area:1 / 2 / 4 / 3}.categories-grid li:nth-child(4n+3){grid-area:1 / 3 / 5 / 4}.categories-grid li:nth-child(4n+4){grid-area:3 / 1 / 5 / 2}.categories-grid li:nth-child(4n+5){grid-area:4 / 2 / 7 / 3}.categories-grid li:nth-child(4n+6){grid-area:5 / 3 / 7 / 4}.categories-grid li:nth-child(4n+7){grid-area:auto}.categories-grid li:nth-child(4n+8){grid-area:auto}}@media (min-width:1280px){.categories-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,minmax(80px,1fr));min-height:400px}.categories-grid li:nth-child(4n+1){grid-area:1 / 1 / 3 / 2}.categories-grid li:nth-child(4n+2){grid-area:1 / 2 / 4 / 3}.categories-grid li:nth-child(4n+3){grid-area:1 / 3 / 4 / 4}.categories-grid li:nth-child(4n+4){grid-area:1 / 4 / 5 / 5}.categories-grid li:nth-child(4n+5){grid-area:3 / 1 / 7 / 2}.categories-grid li:nth-child(4n+6){grid-area:4 / 2 / 7 / 3}.categories-grid li:nth-child(4n+7){grid-area:4 / 3 / 7 / 4}.categories-grid li:nth-child(4n+8){grid-area:5 / 4 / 7 / 5}.categories-grid li:nth-child(n+9){grid-area:auto / auto / span 2 / auto}}