:root{--white:#fff;--divider:lightgrey;--body:#f5f7f8}ul{list-style:none}.chart-wrapper{max-width:1150px;padding:0 10px;margin:0 auto;width:100%;font-size:16px !important}.chart-wrapper .chart-values{position:relative;display:flex;margin-bottom:20px;font-weight:bold;font-size:1.2rem}.chart-wrapper .chart-values li{flex:1;min-width:80px;text-align:center}.chart-wrapper .chart-values li:not(:last-child){position:relative}.chart-wrapper .chart-values li:not(:last-child)::before{content:'';position:absolute;right:0;height:510px;border-right:1px solid var(--divider)}.chart-wrapper .chart-bars li{position:relative;color:var(--white);margin-bottom:15px;font-size:16px !important;border-radius:20px;padding:2px 10px;width:0;opacity:0;transition:all .3s linear .2s}