			@keyframes spinners-react-circular-fixed {
				0% {
					stroke-dashoffset: 325
				}

				to {
					stroke-dashoffset: 151
				}
			}