.stats-box{background:linear-gradient(102deg,var(--Color-Freon,rgba(120,219,191,.15)) 0,var(--Color-Oxygen,rgba(0,172,187,.15)) 100%),hsla(0,0%,100%,.8);border-radius:16px}.stats-box__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stats-box__column{display:flex;flex-direction:column;gap:1rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.stats-box--visible .stats-box__column{opacity:1;transform:translateY(0)}.stats-box--visible .stats-box__column:first-child{transition-delay:.1s}.stats-box--visible .stats-box__column:nth-child(2){transition-delay:.2s}.stats-box--visible .stats-box__column:nth-child(3){transition-delay:.3s}.stats-box--visible .stats-box__column:nth-child(4){transition-delay:.4s}.stats-box--visible .stats-box__column:nth-child(5){transition-delay:.5s}.stats-box--visible .stats-box__column:nth-child(6){transition-delay:.6s}.stats-box__separator{background:#00acbb;height:2px;width:100%}@media (max-width:767px){.stats-box__grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1023px){.stats-box__grid{grid-template-columns:repeat(2,1fr)}}