.bg-primary-100{background-color:var(--w-sys-colors-primary-100);color:var(--w-sys-colors-primary-100-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-100);--w-sys-colors-fg:var(--w-sys-colors-primary-100-contrast)}.bg-primary-200{background-color:var(--w-sys-colors-primary-200);color:var(--w-sys-colors-primary-200-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-200);--w-sys-colors-fg:var(--w-sys-colors-primary-200-contrast)}.bg-primary-300{background-color:var(--w-sys-colors-primary-300);color:var(--w-sys-colors-primary-300-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-300);--w-sys-colors-fg:var(--w-sys-colors-primary-300-contrast)}.bg-primary-400{background-color:var(--w-sys-colors-primary-400);color:var(--w-sys-colors-primary-400-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-400);--w-sys-colors-fg:var(--w-sys-colors-primary-400-contrast)}.bg-primary-500{background-color:var(--w-sys-colors-primary-500);color:var(--w-sys-colors-primary-500-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-500);--w-sys-colors-fg:var(--w-sys-colors-primary-500-contrast)}.bg-primary-600{background-color:var(--w-sys-colors-primary-600);color:var(--w-sys-colors-primary-600-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-600);--w-sys-colors-fg:var(--w-sys-colors-primary-600-contrast)}.bg-primary-700{background-color:var(--w-sys-colors-primary-700);color:var(--w-sys-colors-primary-700-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-700);--w-sys-colors-fg:var(--w-sys-colors-primary-700-contrast)}.bg-primary-800{background-color:var(--w-sys-colors-primary-800);color:var(--w-sys-colors-primary-800-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-800);--w-sys-colors-fg:var(--w-sys-colors-primary-800-contrast)}.bg-primary-900{background-color:var(--w-sys-colors-primary-900);color:var(--w-sys-colors-primary-900-contrast);--w-sys-colors-bg:var(--w-sys-colors-primary-900);--w-sys-colors-fg:var(--w-sys-colors-primary-900-contrast)}:root{--video-block-height:320px;--video-block-width:100%;--video-play-bg:#0af;--video-play-icon:#000;--video-title-bg:#0af;--video-title-color:#000;--video-title-size:1.1rem;--video-title-padding:.75rem 1rem}.video-block{position:relative;width:100%;aspect-ratio:var(--video-block-aspect,1.77777778);overflow:hidden;border-radius:1rem;background:#222;display:block}.video-block__thumbnail{width:100%;height:100%;object-fit:cover;display:block}.video-block__play{position:absolute;right:0;bottom:0;width:clamp(36px,12vw,120px);height:clamp(36px,12vw,120px);aspect-ratio:1;background:none;border:none;padding:0;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.video-block__play svg{width:100%;height:100%;display:block}.video-modal{display:none;position:fixed;z-index:10000;inset:0;background:rgba(0,0,0,.85);justify-content:center;align-items:center}.video-modal.active,.video-modal[open]{display:flex}.video-modal__content{position:relative;background:#111;padding:0;border-radius:1rem;max-width:90vw;max-height:80vh;width:800px;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 8px 32px rgba(0,0,0,.8)}.video-modal__close{position:absolute;top:10px;right:16px;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:10}.video-modal iframe,.video-modal video{width:100%;height:450px;border:none;background:#000;border-radius:1rem}@media (max-width:700px){.video-block{aspect-ratio:1.77777778;border-radius:.5rem}.video-modal__content{width:98vw;max-width:98vw}.video-modal iframe,.video-modal video{height:40vw;min-height:180px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.video-block__play svg circle,.video-block__play svg rect{fill:var(--video-play-bg,#0af)}.video-block__play svg polygon{fill:var(--video-play-icon,#000)}:root{--video-play-size:60px}