.stat-wrapper{align-items:stretch;gap:20px;margin-bottom:20px;position:relative}.stat-content,.stat-wrapper{display:flex;justify-content:space-between}.stat-content{align-items:flex-start;background:#0071ff;border-radius:14px;box-sizing:border-box;flex-direction:column;flex-shrink:0;overflow:hidden;transition:width 1s ease-out;width:0}.stat-space{background:#f7f8fa;border-radius:14px;flex:1 1 auto;width:auto!important}.stat-number{font-size:120px;letter-spacing:-3.6px;line-height:130px}.stat-number,span.stat-percent{color:#fff;leading-trim:both;text-edge:cap;font-family:Inter Tight;font-weight:700}span.stat-percent{font-size:60px;letter-spacing:-1.8px;line-height:157.926px}.stat-text{color:#fff;font-family:Inter Tight;font-size:24px;font-weight:700;line-height:34px}.inner-text{max-width:320px;opacity:0;transition:opacity .5s ease-in,visibility 0s linear .5s;visibility:hidden}.stat-content.show-text .inner-text{opacity:1;padding:30px;transition:opacity .5s ease-in;visibility:visible}.stat-image{position:absolute;right:40px;top:50%;transform:translateY(-50%)}.stat-wrapper:first-of-type .stat-number,.stat-wrapper:first-of-type .stat-text{color:#111}.stat-wrapper:first-of-type .stat-content{background:#00fcd4;color:#111}.stat-wrapper:first-of-type span.stat-percent,.stat-wrapper:nth-of-type(3) .stat-number,.stat-wrapper:nth-of-type(3) .stat-text{color:#111}.stat-wrapper:nth-of-type(3) .stat-content{background:#ff8000;color:#111}.stat-wrapper:nth-of-type(3) span.stat-percent{color:#111}@media only screen and (max-width:480px){.stat-image{display:none}}