.ne-chart[data-flickering="1"]{opacity:0}.ne-chart{display:inline-block;position:relative;width:100%}.ne-chart__source{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}.ne-chart__host{display:block;width:100%;min-width:0!important;min-height:0!important}.ne-chart__svg{display:block;width:100%;height:auto;overflow:visible}.ne-chart__area{clip-path:polygon(0 0,0 0,0 100%,0 100%);animation:ne-chart-reveal calc(var(--ne-chart-duration, 8) * 1s) ease-out forwards;animation-play-state:paused}.ne-chart__line{stroke:var(--ne-chart-line,#2f9e63);stroke-width:var(--ne-chart-stroke-w,2.28);stroke-linecap:round;fill:none;stroke-dasharray:1;stroke-dashoffset:1;animation:ne-chart-draw calc(var(--ne-chart-duration, 8) * 1s) ease-out forwards;animation-play-state:paused}.ne-chart--visible .ne-chart__area,.ne-chart--visible .ne-chart__line{animation-play-state:running}.ne-chart--loop .ne-chart__area,.ne-chart--loop .ne-chart__line{animation-iteration-count:infinite;animation-fill-mode:none}.ne-chart__grad-start{stop-color:var(--ne-chart-fill,#c3e4c9)}.ne-chart__grad-end{stop-color:var(--ne-chart-fill,#c3e4c9);stop-opacity:0}@keyframes ne-chart-reveal{from{clip-path:polygon(0 0,0 0,0 100%,0 100%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes ne-chart-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}