.snake-spinner{transform-origin:center;animation:snake-rotate 1.6s linear infinite}.snake-spinner__circle{stroke:#ff7a00;stroke-width:3;stroke-linecap:round;stroke-dasharray:1 99;stroke-dashoffset:0;animation:snake-dash 1.6s infinite}@keyframes snake-rotate{to{transform:rotate(1turn)}}@keyframes snake-dash{0%{stroke-dasharray:1 99;stroke-dashoffset:0;animation-timing-function:cubic-bezier(.4,0,.2,1)}45%{stroke-dasharray:68 32;stroke-dashoffset:-16;animation-timing-function:cubic-bezier(.4,0,.2,1)}70%{stroke-dasharray:28 72;stroke-dashoffset:-62;animation-timing-function:cubic-bezier(.4,0,.2,1)}to{stroke-dasharray:1 99;stroke-dashoffset:-100}}