.motion-enabled .motion-item{opacity:0;transform:translate3d(0,48px,0);transition:opacity .82s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--motion-delay,0ms);will-change:opacity,transform}
.motion-enabled .motion-left{transform:translate3d(-64px,0,0)}
.motion-enabled .motion-right{transform:translate3d(64px,0,0)}
.motion-enabled .motion-scale{transform:translate3d(0,26px,0) scale(.965)}
.motion-enabled .motion-item.is-visible{opacity:1;transform:none;will-change:auto}
@media(max-width:720px){.motion-enabled .motion-item,.motion-enabled .motion-left,.motion-enabled .motion-right{transform:translate3d(0,30px,0)}.motion-enabled .motion-scale{transform:translate3d(0,22px,0) scale(.98)}}
@media(prefers-reduced-motion:reduce){.motion-enabled .motion-item{opacity:1!important;transform:none!important;transition:none!important}}
