@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;600;700&display=swap");.custom-stats-module{color:#fff;display:flex;flex-direction:column;font-family:Zilla Slab,serif;margin-left:calc(-50vw + 50%);width:100%;width:100vw}.stat-row{align-items:center;display:flex;justify-content:center;min-height:90px;padding:20px}.stat-metric{box-sizing:border-box;flex:0 0 200px;font-size:clamp(45px,5vw,50px);font-weight:700;line-height:1.1;padding-right:25px}.stat-text{box-sizing:border-box;flex:0 1 700px;font-size:clamp(18px,2vw,30px);font-weight:400;line-height:1.3}.stat-text p{margin:0}.stat-text b,.stat-text strong{font-weight:700}.stat-row:first-child{background-color:#c9b0eb}.stat-row:nth-child(2){background-color:#ad8be0}.stat-row:nth-child(3){background-color:#8c63d6}.stat-row:nth-child(4){background-color:#553e82}.stat-row:nth-child(5){background-color:#3b285e}.stat-row:nth-child(6){background-color:#ff5e00}.stat-row:nth-child(n+7){background-color:#e55a20}@media (max-width:768px){.stat-row{flex-direction:column;padding:30px 20px;text-align:center}.stat-metric{margin-bottom:10px;padding-right:0}.stat-metric,.stat-text{flex:none;width:100%}}.stat-animate{opacity:0;transform:translateY(40px);transition:opacity .6s ease-out,transform .6s ease-out}.stat-animate.is-visible{opacity:1;transform:translateY(0)}