.typed-cursor {
    opacity: 1;
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
    50% {
        opacity: 0;
    }
}

.typed-fade-out {
    opacity: 0;
    transition: opacity .25s;
}