.loading-spinner__svg{width:3.25em;transform-origin:center;animation:loading-spinner-rotate 2s linear infinite}.loading-spinner__circle{fill:none;stroke:#00853e;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:loading-spinner-circle 1.5s ease-in-out infinite}@keyframes loading-spinner-rotate{to{transform:rotate(360deg)}}@keyframes loading-spinner-circle{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}
