.hero-container{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{width:100%;height:100vh;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.hero-image{display:none;width:100%;height:auto;position:absolute;top:0;left:0;z-index:1}.hero-overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:2;pointer-events:none}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;text-align:center;z-index:3}.cta-button{display:inline-block;padding:15px 30px;font-size:1.2rem;font-weight:700;text-transform:uppercase;color:white;background:#040470;border-radius:50px;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:background .5s ease-in-out,transform .2s ease-in-out}.cta-button:hover{background:#e65c00;transform:scale(1.05);box-shadow:0 6px 15px rgba(0,0,0,.9)}.cta-button{opacity:0;animation:fadeIn 1s ease-in-out forwards;animation-delay:11s}.cr8-button{display:inline-block;font-size:16px;line-height:1.2;padding:14px 28px;border-radius:100px;font-weight:700;text-transform:uppercase;background-color:#f0a733;color:#121212;text-decoration:none;transition:background .3s ease;box-sizing:border-box;text-align:center}.cr8-button:hover{background-color:#35a6b1;color:#fff}@media only screen and (max-width:768px){.bmc-btn-container{display:none!important}}