.dashed-animation{stroke-dasharray:10 20;stroke-dashoffset:0;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}.dashed-move-right{animation-name:move-right}@keyframes move-right{0%{stroke-dashoffset:0}to{stroke-dashoffset:-40px}}.dashed-move-left{animation-name:move-left}@keyframes move-left{0%{stroke-dashoffset:40px}to{stroke-dashoffset:0}}.random-light-up{fill:#bb9c35;fill-opacity:0;stroke:#3597bb;stroke-width:5.801px;animation-name:random-fill;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes random-fill{0%,80%,to{fill-opacity:0}40%,60%{fill-opacity:1}}@keyframes moveAlongArc{0%{transform:translate(0)scale(1.5652)}50%{transform:translate(107px,-25px)scale(1.5652)}to{transform:translate(214px)scale(1.5652)}}.move-along-path{transform-origin:50%;transform-box:fill-box;animation:4s linear infinite moveAlongArc}:root{--stroke-color:#000}.dark{--stroke-color:#fff}@keyframes strokeCycle{0%,83%{stroke:var(--stroke-color)}17%{stroke:#bb9c35}}#g110 path{animation:6s infinite strokeCycle}#g100 path{animation:6s -3s infinite strokeCycle}#g102 path{animation:6s -2s infinite strokeCycle}#g103 path{animation:6s -1s infinite strokeCycle}#g101 path{animation:6s -4s infinite strokeCycle}#g99 path{animation:6s -5s infinite strokeCycle}@keyframes randomHeight{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}rect:not(#rect42){transform-origin:bottom;transform-box:fill-box;fill:url(#linearGradient7);animation:4s ease-in-out infinite randomHeight}
