.anim {
    transition: 0s all;
    transition-delay: .2s
}

.anim_on {
    transition: 1s all cubic-bezier(.06, .29, .31, .95) !important;
    left: 0 !important;
    top: 0 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    filter: blur(0) !important
}

.anim_ready, .anim_manual {
    position: relative;
    transition: 1s
}

.anim_top_ready {
    top: -40px;
    opacity: 0;
    transition: 0s
}