.rotate-center{animation:rotate-center 6s cubic-bezier(.215,.61,.355,1) both}.slide-in-top{animation:slide-in-top var(--slide-in-top-animation-duration,.8s) var(--slide-in-top-animation-delay,.8s) cubic-bezier(.215,.61,.355,1) both}.fade-in-fwd{animation:fade-in-fwd .8s cubic-bezier(.39,.575,.565,1) both}.slide-in-bottom-content{animation:slide-in-bottom var(--slide-in-bottom-content-animation-duration,.8s) var(--slide-in-bottom-content-animation-delay,.2s) cubic-bezier(.215,.61,.355,1) both}.slide-in-bottom-description{animation:slide-in-bottom var(--slide-in-bottom-description-animation-duration,.8s) var(--slide-in-bottom-description-animation-delay,.8s) cubic-bezier(.215,.61,.355,1) both}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(3420deg)}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-1000px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(1000px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-fwd{0%{opacity:0;transform:translateZ(-80px)}to{opacity:1;transform:translateZ(0)}}
