.enso-circle{transform-origin:center;animation:drawEnso 3s cubic-bezier(.4,0,.6,1) infinite}.enso-base{transform-origin:center;animation:pulseBase 5s cubic-bezier(.4,0,.6,1) infinite;opacity:.2}@keyframes drawEnso{0%{stroke-dashoffset:251;opacity:.7;stroke-width:2.5}30%{stroke-width:3}50%{stroke-dashoffset:0;opacity:.9;stroke-width:2.5}to{stroke-dashoffset:-251;opacity:.7;stroke-width:2.5}}@keyframes pulseBase{0%,to{opacity:.2;stroke-width:2.5}50%{opacity:.3;stroke-width:2.7}}