.wave12-section{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:80px;max-width:1800px;margin:0 auto}.wave-container,.wave12-section{overflow:hidden;width:100%;background-color:white}.wave-container{position:absolute;bottom:0;left:0;height:100%;z-index:0}.static-wave{display:block;width:200%;height:100%;animation:waveLoop 10s linear infinite;transform-origin:left center;will-change:transform}@keyframes waveLoop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.static-wave{animation:none}}.stats-content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;gap:2.5rem}@media (min-width:768px){.stats-content{flex-direction:row;justify-content:space-around}}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{margin-bottom:.5rem;font-size:2.5rem;font-weight:800;color:black}@media (min-width:1280px){.stat-number{font-size:4.5rem}}.stat-label{color:black;font-size:.875rem;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}