.video-hero{margin:88px 0;text-align:center}.video-hero__inner{align-items:center;display:flex;flex-direction:column;gap:16px}.video-hero__eyebrow{margin:0}.video-hero__heading{color:var(--color-black);font-size:42px;font-weight:700;line-height:1.2;margin:0;max-width:900px}.video-hero__heading p{margin:0}.video-hero__player-wrap{background:var(--color-light-gray);border-radius:20px;box-shadow:0 4px 32px rgba(75,73,191,.1);margin-top:16px;max-width:1080px;overflow:hidden;position:relative;width:100%}.video-hero__player-wrap:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.video-hero__player{aspect-ratio:16/9;width:100%}.video-hero__player .hs-video-player,.video-hero__player iframe,.video-hero__player video{display:block;height:100%;width:100%}@media (max-width:1024px){.video-hero__heading{font-size:36px}}@media (max-width:767px){.video-hero{margin:64px 0}.video-hero__heading{font-size:24px}.video-hero__player-wrap{border-radius:12px}}