@keyframes rotor-spin{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.rotor{transform-origin:0 0;animation:1.1s linear infinite rotor-spin}@keyframes pulse{0%,to{opacity:.15;transform:scale(.92)}50%{opacity:.45;transform:scale(1.05)}}.pump-pulse{transform-origin:50%;animation:1.2s ease-in-out infinite pulse}@keyframes pipeFlow{to{stroke-dashoffset:-240px}}.pipe-flow{stroke-dasharray:12 18;stroke-dashoffset:0;animation:2.8s linear infinite pipeFlow}
