.media_page__Lte__{padding:3rem var(--page-margin);max-width:var(--max-content-width);margin:0 auto}.VideoPlayer_wrapper__pJVhT{display:flex;flex-direction:column;gap:2rem}.VideoPlayer_featured__zOKnU{display:flex;flex-direction:column;gap:.75rem}.VideoPlayer_embedWrap__qTsR4{position:relative;padding-bottom:56.25%;height:0;background:#111;border-radius:var(--radius-md);overflow:hidden}.VideoPlayer_embed__Hw18O{position:absolute;inset:0;width:100%;height:100%;border:none}.VideoPlayer_featuredTitle__2lJTb{font-family:var(--font-display);font-size:var(--font-size-lg);font-style:italic;color:var(--color-white);margin:0;text-align:center}.VideoPlayer_grid__pGDCB{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem;list-style:none;padding:0}.VideoPlayer_thumb__YPe2g{background:none;border:2px solid transparent;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;padding:0;width:100%;text-align:left;transition:border-color .15s;display:flex;flex-direction:column}.VideoPlayer_thumbActive__b_mwi{border-color:var(--color-brand)}.VideoPlayer_thumbImgWrap__Ggtv9{position:relative;padding-bottom:56.25%;overflow:hidden}.VideoPlayer_thumbImg__XKFoQ{object-fit:cover;transition:transform .3s}.VideoPlayer_thumb__YPe2g:hover .VideoPlayer_thumbImg__XKFoQ{transform:scale(1.05)}.VideoPlayer_playOverlay__gVcoR{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);color:rgba(255,255,255,.85);font-size:1.5rem;transition:background .2s}.VideoPlayer_thumb__YPe2g:hover .VideoPlayer_playOverlay__gVcoR{background:rgba(0,0,0,.5)}.VideoPlayer_thumbTitle__IWfWO{padding:.5rem .6rem;font-size:var(--font-size-xs);color:rgba(255,255,255,.75);line-height:1.3;display:block}