.ah-f6b2930b-wrapper {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
}
.ah-f6b2930b-animated, .ah-f6b2930b-animated-preview {
    display: inline-block;
    margin: 0 4px;
}
.typed-cursor {
    font-weight: 100;
    opacity: 1;
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink{
    50% { opacity: 0.0; }
}
@-webkit-keyframes typedjsBlink{
    0% { opacity: 1; }
    50% { opacity: 0.0; }
    100% { opacity: 1; }
}