.stats{box-sizing:border-box;background-color:#171719;width:100%;min-height:230px;padding:64px 0}.stats .content{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:0 16px;display:grid}@media screen and (max-width:768px){.stats .content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:450px){.stats .content{grid-template-columns:repeat(1,1fr)}}.stats .content .card{box-sizing:border-box;background-color:#27272a4d;border:1px solid #403f464d;border-radius:12px;flex-direction:row;align-items:center;gap:16px;padding:24px;transition:all .3s;display:flex}.stats .content .card:first-child{animation-delay:.4s}.stats .content .card:nth-child(2){animation-delay:.5s}.stats .content .card:nth-child(3){animation-delay:.6s}.stats .content .card:nth-child(4){animation-delay:.7s}@media screen and (max-width:450px){.stats .content .card:nth-child(2){animation-delay:.1s}.stats .content .card:nth-child(3){animation-delay:0s}.stats .content .card:nth-child(4){animation-delay:.1s}.stats .content .card:first-child,.stats .content .card:nth-child(2),.stats .content .card:nth-child(3),.stats .content .card:nth-child(4){animation-delay:0s}}.stats .content .card .icon{background-color:#f43f5e1a;border-radius:8px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;transition:all .3s;display:flex}.stats .content .card .icon svg{color:#f43f5e;width:24px;height:24px}.stats .content .card .text{flex-direction:column;display:flex}.stats .content .card .text .heading{color:#9ca3af;margin:0;font-size:14px;font-weight:400;line-height:20px}.stats .content .card .text .unit{color:#fff;margin:0;font-size:24px;font-weight:700;line-height:32px}.stats .content .card:hover{border-color:#f43f5e4d}.stats .content .card:hover .icon{background-color:#f43f5e33}
