.video-hero-section{background-image:url(/video-hero-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:120px 0;position:relative;z-index:1;overflow:hidden}.video-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(9,18,37,.75);z-index:1}.video-content{position:relative;z-index:2}.video-hero-title{font-size:2.2rem;font-weight:700;line-height:1.4;color:#fff;margin-top:2rem}.video-hero-title .highlight{color:#f26a1b}.play-button-wrapper{display:inline-flex;margin:0 auto;cursor:pointer}.play-button,.play-button-wrapper{justify-content:center;align-items:center}.play-button{background-color:#f26a1b;color:white;width:60px;height:60px;border-radius:50%;font-size:1.25rem;display:flex;position:relative;z-index:5;box-shadow:0 0 0 rgba(255,255,255,.7);transition:all .3s ease}.pulse{animation:pulse 1.6s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(242,106,27,.5)}70%{box-shadow:0 0 0 25px rgba(242,106,27,0)}to{box-shadow:0 0 0 0 rgba(242,106,27,0)}}.video-modal-wrapper .modal-content{border:none;background:transparent}