@-webkit-keyframes spin-delay{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-delay{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[class*=animate-spin-delay]{-webkit-animation:spin-delay 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:spin-delay 1.2s cubic-bezier(.5,0,.5,1) infinite}.animate-spin-delay-1{-webkit-animation-delay:-.45s;animation-delay:-.45s}.animate-spin-delay-2{-webkit-animation-delay:-.3s;animation-delay:-.3s}.animate-spin-delay-3{-webkit-animation-delay:-.15s;animation-delay:-.15s}.animate-spin-delay-4{-webkit-animation-delay:0s;animation-delay:0s}
