

.fcHero .fcAR-btn {
    display: none;
}


.fcHero.fcAR .fcAR-btn {
    display: flex;
}

@media screen (min-width: 992px) {
    .fcHero.fcAR .fcAR-btn {
        display: none !important;
    }
}
.basic-hero .normalcta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: 3;
}