/* 3. STATS - 90% */
.stat-section {
    padding: clamp(30px, calc( (70 / 1920) * 100vw ), 70px) 0;
    background: #fff;
    text-align: center;
}

.stat-huge {
    font-size: clamp(50px, 6.3vw,120px);
    font-weight: 100;
    color: var(--brand-blue);
    line-height: 1;
    letter-spacing: -10px;
}

.stat-huge span {
    font-size: clamp(28px, 3.15vw, 60px);
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block;
}

.stat-label {
    font-size: clamp(14px, 0.95vw, 18px);
    letter-spacing: 5px;
    color: var(--text-sub);
    text-transform: uppercase;
    margin-top: 0px;
}

.stat-huge .number-animate {
    font-size: clamp(78px, 6.3vw,120px);
    font-weight: 100;
    color: var(--brand-blue);
    line-height: 1;
    letter-spacing: -10px;
}
