.video-banner{background:var(--color-primary);width:100%;color:var(--color-secondary);padding:1rem 0}.video-banner__inner{max-width:1200px;margin:0 auto;padding:0 1rem}.video-banner__title{color:var(--color-secondary);margin:0 0 12px;font-size:1.25rem;font-weight:700}.video-banner__wrap{background:#000;width:100vw;height:80vh;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.video-banner__video{object-fit:contain;cursor:pointer;width:100%;height:100%;display:block}.video-banner__mutedOverlay{z-index:2;-webkit-backdrop-filter:blur(6px);color:var(--color-secondary);pointer-events:none;background:#0006;border-radius:999px;align-items:center;gap:12px;padding:10px 16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000073}.video-banner__mutedOverlay svg{width:40px;height:40px;color:var(--color-secondary);background:#ffffff0f;border-radius:50%;padding:6px;box-shadow:0 4px 12px #0000004d}.video-banner__mutedText{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;font-size:.95rem;font-weight:600}@media (max-width:480px){.video-banner__title{font-size:1rem}}
