@keyframes animation-1{0%{transform:rotate(0)}to{transform:rotate(1000deg)}}@keyframes animation-2{0%{transform:translateY(0)}to{transform:translateY(20px)}}@keyframes animation-3{0%{transform:translate(0)}to{transform:translate(10px)}}@keyframes animation-4{0%{transform:translate(0)}to{transform:translate(20px)}}.aniamtion-key-1{position:relative;animation-name:animation-1;animation-duration:24s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.59,.59,1,1)}.aniamtion-key-2{position:relative;animation-name:animation-2;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.59,.59,1,1)}.aniamtion-key-3{position:relative;animation-name:animation-3;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.59,.59,1,1)}.aniamtion-key-4{position:relative;animation-name:animation-4;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.59,.59,1,1)}
