.stats{min-height:230px;background-color:#171719;padding:64px 0}.stats,.stats .content{width:100%;box-sizing:border-box}.stats .content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;padding:0 16px}@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{display:flex;flex-direction:row;gap:16px;align-items:center;background-color:rgba(39,39,42,.3);border-radius:12px;box-sizing:border-box;padding:24px;border:1px solid rgba(64,63,70,.3019607843);transition:all .3s ease}.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:first-child{animation-delay:0s}.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{width:48px;height:48px;min-width:48px;min-height:48px;background-color:rgba(244,63,94,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.stats .content .card .icon svg{color:#f43f5e;width:24px;height:24px}.stats .content .card .text{display:flex;flex-direction:column}.stats .content .card .text .heading{margin:0;color:#9ca3af;font-weight:400;line-height:20px;font-size:14px}.stats .content .card .text .unit{margin:0;color:#fff;font-weight:700;line-height:32px;font-size:24px}.stats .content .card:hover{border-color:rgba(244,63,94,.3)}.stats .content .card:hover .icon{background-color:rgba(244,63,94,.2)}