.video-hero{align-items:center;display:flex;justify-content:center;overflow:hidden;padding:10rem 2rem 4rem;position:relative}.video-hero__video-bg{background-color:var(--color-neutral-black);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.video-hero__video-bg .video-hero__video-bg-image{height:100%;object-fit:cover;width:100%}.video-hero__video-player{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1}.video-hero__video-bg:after{background:linear-gradient(180deg,transparent 9.86%,var(--color-neutral-black,#000) 126.27%);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.video-hero__video-bg iframe{height:56.25vw;left:50%;min-height:100vh;min-width:177.77vh;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}.video-hero__content{margin-bottom:140px;position:relative;text-align:center;z-index:1}.video-hero__inner{position:relative}.video-hero__title{margin-bottom:3rem}.video-hero__text{margin:0 auto 2rem;max-width:770px}.video-hero__ctas{display:flex;gap:1.5rem;justify-content:center}.video-hero__logos{text-align:center}.video-hero__video-controls{align-items:center;background-color:var(--color-neutral-white);border-radius:50%;bottom:1rem;color:var(--color-neutral-black);display:flex;font-size:1rem;height:28px;justify-content:center;left:1rem;position:absolute;text-align:left;text-align:center;width:28px}.video-hero__control-icon{display:none;line-height:1}[data-video-state=pause] .video-hero__video-play,[data-video-state=play] .video-hero__video-pause{display:block}.video-hero__logos-title{margin-bottom:2rem}.video-hero__logos-grid{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}@media screen and (max-width:992px){.video-hero__video-bg iframe{height:100%;min-width:300vh}}@media screen and (max-width:767px){.video-hero__title br{display:block}}