section.stats-module{padding-left:24px;padding-right:24px}section.stats-module .stats-module__container{background-color:#0a0a2a;background-image:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2rem;color:#fff;display:flex;flex-direction:column;gap:4rem;overflow:hidden;padding:6rem}@media screen and (max-width:768px){section.stats-module .stats-module__container{gap:2.5rem;padding:2.5rem 1.5rem}}section.stats-module .wrapper-top{display:flex;flex-direction:column;gap:1rem;max-width:840px}section.stats-module .wrapper-top .label{color:#fff}section.stats-module .wrapper-top .title-wrap{max-width:100%;position:relative;width:fit-content}section.stats-module .wrapper-top .title *{color:#fff}section.stats-module .wrapper-top .title em{color:#e94315}section.stats-module .wrapper-top--center{margin:0 auto}section.stats-module .wrapper-top--center>*{text-align:center}section.stats-module .wrapper-top--center .title-wrap{margin:0 auto}section.stats-module .wrapper-top--left>*{text-align:left}section.stats-module .title-sticker{height:120px;margin:0;position:absolute;width:150px}section.stats-module .title-sticker img{display:block;height:100%;object-fit:contain;width:100%}section.stats-module .title-sticker-primary{right:calc(100% + 16px);top:80px;transform:rotate(5deg)}section.stats-module .title-sticker-secondary{left:calc(100% + 16px);top:-72px;transform:rotate(-5deg)}@media screen and (max-width:768px){section.stats-module .title-sticker{display:none}}section.stats-module .stats-grid{align-items:center;display:grid;gap:4rem 5rem;grid-template-columns:repeat(2,minmax(0,35.25rem));justify-content:space-between}section.stats-module .stats-grid--1{grid-template-columns:minmax(0,35.25rem);justify-content:center}@media screen and (max-width:768px){section.stats-module .stats-grid{gap:2rem;grid-template-columns:minmax(0,1fr)}}section.stats-module .stats-item{max-width:35.25rem;width:100%}section.stats-module .stats-item.stats-reveal{opacity:0;transform:translateY(2rem);transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1)}section.stats-module .stats-item.stats-reveal.is-visible{opacity:1;transform:translateY(0)}section.stats-module .stats-item--stat{color:#fff;display:flex;flex-direction:column;gap:1.5rem;min-height:100%}section.stats-module .number{color:#fff;font-family:Newsreader,serif;font-size:120px;font-weight:700;line-height:.95;margin:0}@media screen and (max-width:768px){section.stats-module .number{font-size:4rem}}section.stats-module .stat-description,section.stats-module .stat-description *{color:#fff}section.stats-module .stat-description p{font-size:1.625rem;line-height:1.45}@media screen and (max-width:768px){section.stats-module .stat-description p{font-size:1.25rem;line-height:1.5}}section.stats-module .stat-legend,section.stats-module .stat-legend *{color:#fff}section.stats-module .stats-item--image{aspect-ratio:564/470;border-radius:1.25rem;margin:0;overflow:hidden}section.stats-module .stats-item--image img{border-radius:1.25rem;display:block;height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){section.stats-module .stats-item--image{aspect-ratio:auto}}