.text-animation div,.text-animation span{display:inline-block}.text-animation.cut-words span{opacity:0}.text-animation.cut-words.show span{animation:textAnimShow var(--duration) cubic-bezier(.23,1,.32,1) var(--delay);animation-fill-mode:both}.text-animation.cut-words.hide span{animation:textAnimHide var(--duration) cubic-bezier(.23,1,.32,1) var(--delay);animation-fill-mode:both}.text-animation:not(.cut-words) div{opacity:0}.text-animation:not(.cut-words).show div{animation:textAnimShow var(--duration) cubic-bezier(.23,1,.32,1) var(--delay);animation-fill-mode:both}.text-animation:not(.cut-words).hide div{animation:textAnimHide var(--duration) cubic-bezier(.23,1,.32,1) var(--delay);animation-fill-mode:both}@keyframes textAnimShow{0%{opacity:0;transform:translate3d(0,25px,0)}to{opacity:1}}@keyframes textAnimHide{0%{opacity:1}to{opacity:0;transform:translate3d(0,-25px,0)}}
