.spotlight-expand-modal{inset:0;pointer-events:none;position:fixed;visibility:hidden;z-index:var(--z-panel)}.spotlight-expand-modal-active{pointer-events:auto;visibility:visible}.spotlight-expand-modal-container{border-radius:12px;display:flex;flex-direction:column;overflow:hidden;position:fixed;z-index:var(--z-content)}.spotlight-expand-modal-page .spotlight-expand-modal-container{border-radius:12px 0 0 0;bottom:0;left:var(--spotlight-content-left-offset);right:0;top:var(--spotlight-top-nav-height);transform-origin:top center}@media (width > 1440px){.spotlight-expand-modal-page .spotlight-expand-modal-container{--spotlight-page-centering-offset:calc((100% - var(--spotlight-page-max-width))/2);border-radius:12px 12px 0 0;left:calc(var(--spotlight-page-centering-offset) + var(--spotlight-content-left-offset));right:var(--spotlight-page-centering-offset)}}@media (width < 900px){.spotlight-expand-modal-page .spotlight-expand-modal-container{border-radius:0;left:0;top:0}}.spotlight-expand-modal-content{flex:1;overflow-y:auto;scrollbar-gutter:stable}.spotlight-expand-modal-close{align-items:center;background:rgba(0,0,0,.08);border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;transition:background .2s ease;width:36px;z-index:var(--z-raised)}.spotlight-expand-modal-close:hover{background:rgba(0,0,0,.16)}.spotlight-expand-modal-close:focus-visible{outline:2px solid #0b8484;outline-offset:2px}.spotlight-expand-modal-close svg{height:16px;width:16px}.spotlight-expand-modal-animating .spotlight-expand-modal-close,.spotlight-expand-modal-animating .spotlight-expand-modal-content{opacity:0;overflow:hidden;visibility:hidden}.spotlight-expand-modal-source-hidden{visibility:hidden}.spotlight-expand-modal-active[data-expand-panel]{pointer-events:none}.spotlight-expand-modal-active[data-expand-panel] .spotlight-expand-modal-container{pointer-events:auto}.spotlight-expand-panel-back{color:inherit;left:12px;right:auto;text-decoration:none;top:12px;@media (width < 900px){display:none}}.spotlight-expand-modal-viewport{display:none;z-index:var(--z-drawer)}.spotlight-expand-modal-viewport.spotlight-expand-modal-active{display:block}.spotlight-expand-modal-backdrop{background:rgba(0,0,0,.7);inset:0;opacity:0;position:fixed}.spotlight-expand-modal-viewport[data-expand-modal] .spotlight-expand-modal-container{--modal-width:min(90vw,1280px);--modal-height:min(calc(min(90vw, 1280px)*9/16),90vh);background:#000;border-radius:12px;height:var(--modal-height);left:calc(50% - var(--modal-width)/2);top:calc(50% - var(--modal-height)/2);width:var(--modal-width)}.spotlight-expand-modal-viewport .spotlight-expand-modal-content{align-items:center;display:flex;justify-content:center;padding:0}.spotlight-expand-modal-viewport .hs-video-widget{height:100%;width:100%}.spotlight-expand-modal-viewport .spotlight-expand-modal-close{background:hsla(0,0%,100%,.15);color:#fff}.spotlight-expand-modal-viewport .spotlight-expand-modal-close:hover{background:hsla(0,0%,100%,.25)}@media (prefers-reduced-motion:reduce){.spotlight-expand-modal-close{transition-duration:0s}}