.text-focus-in{animation:text-focus-in var(--dur, .5s) cubic-bezier(.55,.085,.68,.53) both var(--wait, 0s)}@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}to{filter:blur(0px);opacity:1}}.tilt-in-bottom-2{animation:tilt-in-bottom-2 var(--dur, .2s) cubic-bezier(.25,.46,.45,.94) both var(--wait, 0s)}@keyframes tilt-in-bottom-2{0%{transform:rotateY(-30deg) translateY(50px) skewY(30deg);opacity:0}to{transform:rotateY(0) translateY(0) skewY(0);opacity:1}}.wavy-rotation{animation:wavy-rotation var(--dur, .65s) linear both var(--wait, .3s) 2;transform-origin:bottom center}@keyframes wavy-rotation{0%{transform:rotate(0) translate(0)}50%{transform:rotate(22deg) translateY(-5px)}to{transform:rotate(0) translate(0)}}.slide-in-blurred-top{animation:slide-in-blurred-top var(--dur, .6s) cubic-bezier(.23,1,.32,1) both var(--wait, 1.3s)}@keyframes slide-in-blurred-top{0%{transform:translateY(-100px);transform-origin:50% 0%;filter:blur(40px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}.fade-in-bck{animation:fade-in-bck .5s cubic-bezier(.39,.575,.565,1) both var(--wait, .2s)}@keyframes fade-in-bck{0%{transform:scale(1.03);opacity:0}to{transform:scale(1);opacity:1}}
