:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c4467d9 */.hero-title {
    font-family: "Sora", sans-serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: -0.32px;
    line-height: 1.15;
    text-align: center;
    color: #000;
    margin: 0;
}

.hero-title span {
    display: block;
}

.hero-title .highlight {
    display: inline-block;
    background: #8BC53F;
    color: #000000;
    padding: 0.08em 0.25em;
    border-radius: 2px;
    margin: 0.08em 0;
}

/* Mobile */
@media (max-width: 767px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-title .highlight {
        width: auto; /* adjust as needed */
    }
    
    
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden!important;
}/* End custom CSS */