.counter-wrapper>div{text-align:center}.counter-wrapper .counter-icon-wrapper{width:5rem;height:5rem;border-radius:50%;background-color:#fff}.counter-wrapper .counter-icon-wrapper p{margin:0}.counter-wrapper .counter-icon-wrapper i{font-size:2.25rem}.counter-wrapper .counter-number{font-weight:bold;font-size:6.25rem}.counter-wrapper .counter-text{font-weight:bold;font-size:1.8rem}.counter-wrapper .counter-bar{width:80%;max-width:200px;height:4px;margin:.5rem auto 1rem;background:rgba(0,0,0,.08);border-radius:999px;overflow:hidden}.counter-wrapper .counter-fill{height:100%;width:0;background:var(--bs-primary, currentColor);border-radius:inherit;transition:width 1.4s cubic-bezier(0.22, 0.61, 0.36, 1)}.counter-wrapper .counter-number.is-visible~.counter-bar .counter-fill,.counter-wrapper .is-visible .counter-fill{width:100%}.counter-wrapper .icon{fill:var(--bs-body-color);height:100%;display:flex}[data-bs-theme=dark] .counter-wrapper .counter-bar{background:rgba(255,255,255,.1)}