.stat-cards-container{background-color:transparent!important;margin:0;padding:0}.stat-cards-wrapper{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:100%}.stat-card{align-items:center;border:1px solid #e2e8f0;border-radius:1rem;display:flex;flex:1 1 0;gap:1rem;min-width:0;padding:.5rem .75rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.05);transform:translateY(-5px)}.stat-card__icon-wrapper{align-items:center;border-radius:.75rem;display:flex;flex-shrink:0;height:48px;justify-content:center;line-height:0;width:48px}.stat-card__icon-wrapper i,.stat-card__icon-wrapper span,.stat-card__icon-wrapper svg{align-items:center;display:flex!important;fill:currentColor;height:22px!important;justify-content:center;margin:0!important;width:22px!important}.stat-card__content{display:flex;flex-direction:column}.stat-card__number{font-size:1.25rem;font-weight:800;line-height:1.1;margin-bottom:.1rem;white-space:nowrap}.stat-card__label{font-size:.825rem;font-weight:500;line-height:1.2}@media (max-width:767px){.stat-cards-wrapper{flex-direction:column;flex-wrap:nowrap}.stat-card{flex:1 1 auto;width:100%}}