.webt-icon{width:180px;height:180px;margin:0 auto 10px;position:relative}.icon-progress{width:100%;height:100%}.icon-progress__bg{stroke-width:14px;stroke:rgba(0,0,0,.15);fill:transparent}.meter-1{stroke-dasharray:800;stroke-dashoffset:0;stroke:#ff9900;stroke-width:14px;fill:transparent;animation:progress-1 4s ease-out}@keyframes progress-1{0%{stroke-dashoffset:800}to{stroke-dashoffset:0}}.progress_arrow{width:120px;height:auto;opacity:1;transition:opacity .6s ease;animation:bounceUpDown 2s ease-in-out infinite}.progress_arrow.show{opacity:1}.webt-icon__value{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;font-size:46px;font-weight:600;top:0;left:0;color:#ff9900;transition:opacity .5s ease}.webt-icon__value.hide{opacity:0}@keyframes bounceUpDown{0%{transform:translateY(0)}50%{transform:translateY(-5%)}to{transform:translateY(0)}}