.color-tiles{text-align:center;margin-top:4rem;margin-bottom:4rem}@media (max-width:767px){.color-tiles{margin-bottom:2rem;margin-top:2rem}}.color-tiles-grid{display:flex;flex-wrap:wrap;gap:2rem;margin:3rem 0 6rem}.color-tiles-grid-item{color:#1c1c47;flex:1 1 250px;min-height:160px;padding:2rem;border-radius:5px;background:#fff;transition:350ms ease;box-shadow:0 5px 10px rgb(0 0 0 / .16);margin:0;font-weight:700;font-size:var(--step-1);line-height:1.3;display:flex;align-items:center;justify-content:center}.color-tiles-grid-item.active{color:#fff}.color-tiles-grid-item.active:nth-child(5n+1){background:#83235f}.color-tiles-grid-item.active:nth-child(5n+2){background:#a8ad00}.color-tiles-grid-item.active:nth-child(5n+3){background:#fc762d}.color-tiles-grid-item.active:nth-child(5n+4){background:#18a2ad}.color-tiles-grid-item.active:nth-child(5n+5){background:#344c60}