/* /Components/Pages/Home.razor.rz.scp.css */
.home-cursor[b-75gjg21amq] {
    animation: home-blink-b-75gjg21amq 1s step-end infinite;
}

@keyframes home-blink-b-75gjg21amq {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}
