.yr-stats-section{background:var(--yr-bg);padding:var(--yr-padding-y) var(--yr-padding-x)}.yr-stats{align-items:stretch;column-gap:var(--yr-item-gap);display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:var(--yr-max-width);row-gap:var(--yr-row-gap)}.yr-stat{flex:0 0 auto;opacity:0;padding:22px;position:relative;transform:translateX(-10px);transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.yr-stat.is-visible{opacity:1;transform:translateX(0)}.yr-stat:after{background:var(--yr-separator-color);content:"";height:82%;opacity:0;position:absolute;right:calc(var(--yr-item-gap)/-2 - 1.5px);top:8%;transform:scaleY(.65);transform-origin:center;transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1);width:3px}.yr-stat.is-visible:after{opacity:1;transform:scaleY(1)}.yr-stat:last-child:after{display:none}.yr-stat__inner{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;text-align:center}.yr-stat__value-wrap{align-items:baseline;display:inline-flex;flex-wrap:wrap;gap:6px;justify-content:center}.yr-stat__suffix,.yr-stat__value{color:var(--yr-number-color);font-size:clamp(28px,2.4vw,46px);font-weight:700;letter-spacing:-.03em;line-height:1}.yr-stat__label{color:var(--yr-label-color);font-size:clamp(15px,1.1vw,22px);font-weight:400;letter-spacing:-.01em;line-height:1.2}@media (max-width:991px){.yr-stats{justify-content:center}}@media (max-width:767px){.yr-stats{align-items:center;column-gap:0;flex-direction:column}.yr-stat{padding:8px 8px calc(var(--yr-separator-offset) + 22px) 8px;transform:translateX(-10px)}.yr-stat:after{bottom:0;height:2px;left:50%;right:auto;top:auto;transform:translateX(-50%) scaleX(.65);width:84px}.yr-stat.is-visible:after{transform:translateX(-50%) scaleX(1)}.yr-stat:last-child:after{display:none}}