.pitchdeck{--pd-line:#dcdcd8;--pd-ink:#1a1a1a;--pd-muted:#6b6b66;--pd-shift:14px;--pd-speed:280ms;max-width:1200px;margin-left:auto;margin-right:auto;outline:none}.pitchdeck__stage{position:relative;width:100%;background:#fff;border:1px solid var(--pd-line);overflow:hidden}.pitchdeck .pitchdeck__page{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%;margin:0;object-fit:contain;opacity:0;transform:translateX(0);transition:opacity var(--pd-speed) ease,transform var(--pd-speed) ease;pointer-events:none}.pitchdeck .pitchdeck__page.is-active{opacity:1;pointer-events:auto}.pitchdeck__nav{display:flex;align-items:center;justify-content:center;gap:1.75rem;margin-top:1.5rem}.pitchdeck .pitchdeck__arrow{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0;background:none;border:1px solid var(--pd-line);border-radius:50%;box-shadow:none;color:var(--pd-ink);cursor:pointer;transition:border-color 200ms ease,color 200ms ease,opacity 200ms ease}.pitchdeck .pitchdeck__arrow svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pitchdeck .pitchdeck__arrow:hover:not(:disabled),.pitchdeck .pitchdeck__arrow:focus-visible{background:none;border-color:var(--pd-ink);color:var(--pd-ink)}.pitchdeck .pitchdeck__arrow:focus-visible{outline:2px solid var(--pd-ink);outline-offset:3px}.pitchdeck .pitchdeck__arrow:disabled{opacity:.25;cursor:default}.pitchdeck__counter{margin:0;min-width:5ch;text-align:center;font-size:.9375rem;font-variant-numeric:tabular-nums;letter-spacing:.04em;color:var(--pd-muted)}.pitchdeck__counter-sep{margin:0 .35em;opacity:.5}@media (max-width:600px){.pitchdeck__nav{gap:1.25rem;margin-top:1.125rem}.pitchdeck .pitchdeck__arrow{width:54px;height:54px}}@media (prefers-reduced-motion:reduce){.pitchdeck{--pd-shift:0px;--pd-speed:1ms}}.pitch-deck-notice{padding:1rem;border:1px dashed #d0d0cc;color:#6b6b66}