.custom-hero{background-image:var(--desktop-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;height:750px;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.custom-hero__overlay{align-items:center;background-color:rgba(0,0,0,.84);bottom:0;display:flex;height:300px;justify-content:center;left:0;position:absolute;width:100%;z-index:2}.custom-hero__content{max-width:1200px;padding:24px;text-align:center;width:100%}.custom-hero__text{color:#fff;font-family:var(--secondary-font-family);font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2;margin-bottom:24px}.custom-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}@media (max-width:767px){.custom-hero{background-image:var(--mobile-bg);background-position:top;box-sizing:border-box;height:100vh;padding:0 20px}.custom-hero__overlay{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:300px;padding:20px 0;position:relative}.custom-hero__content{padding:0}.custom-hero__ctas{flex-direction:column;gap:10px;width:100%}.custom-hero__cta{width:80%}.custom-hero__cta *{width:100%!important}}