@keyframes charge{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes discharge{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.charging{animation:charge 3s infinite;animation-delay:calc(var(--i)*.1s)}.discharging{animation:discharge 2s infinite;animation-delay:calc((20 - var(--i))*.1s)}.line-static{stroke-dasharray:none}.line-right{stroke-dasharray:10 10;animation:flow-right 1s linear infinite}.line-left{stroke-dasharray:10 10;animation:flow-left 1s linear infinite}@keyframes flow-right{0%{stroke-dashoffset:0}to{stroke-dashoffset:-20}}@keyframes flow-left{0%{stroke-dashoffset:0}to{stroke-dashoffset:20}}
/*# sourceMappingURL=main.4b0082f1.css.map*/