body{font-family:var(--body-font);background:var(--background-color);color:var(--text-color)}.event-site-nav__panel{background:var(--nav-bg);color:var(--nav-text)}.page-title{font-family:var(--display-font);letter-spacing:.01em}.event-theme--public,.event-theme--corporate{--display-font: "Space Grotesk", sans-serif;--body-font: "Manrope", sans-serif;--nav-bg: rgba(255, 255, 255, .92);--nav-text: #0f172a;--hero-text-color: #0f172a}.document-viewer{--doc-scale: 1}.document-page{width:100%;padding:0;background:transparent;box-sizing:border-box}.document-page img{width:calc(100% * var(--doc-scale));height:auto;display:block;margin:0 auto}.document-page__inner{position:relative;width:fit-content;margin:0 auto}.document-page__canvas{display:block;position:relative;z-index:1}.document-fit-height .document-page img{max-height:calc(100vh - 180px);width:auto}.document-overlay{position:absolute;z-index:2;border-radius:10px;border:2px solid var(--overlay-color, rgba(59, 130, 246, .55));background:var(--overlay-bg, rgba(59, 130, 246, .06));box-shadow:0 2px 12px #0f172a1a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease;pointer-events:auto;cursor:pointer}.document-overlay--media{overflow:hidden}.document-overlay--type-link{--overlay-color: rgba(59, 130, 246, .62);--overlay-bg: rgba(59, 130, 246, .08)}.document-overlay--type-video{--overlay-color: rgba(245, 158, 11, .66);--overlay-bg: rgba(245, 158, 11, .1)}.document-overlay--type-embed{--overlay-color: rgba(139, 92, 246, .66);--overlay-bg: rgba(139, 92, 246, .1)}.document-overlay--type-image{--overlay-color: rgba(20, 184, 166, .64);--overlay-bg: rgba(20, 184, 166, .09)}.document-overlay__media{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.document-overlay__play{position:absolute;inset:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:999px;background:#0f172abd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;box-shadow:0 5px 12px #0f172a40;pointer-events:none}.document-overlay__icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:999px;background:#0f172abd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;box-shadow:0 5px 12px #0f172a40;pointer-events:none}.document-overlay:hover{border-color:var(--overlay-color, rgba(59, 130, 246, .75));background:var(--overlay-bg, rgba(59, 130, 246, .12));box-shadow:0 8px 20px #0f172a29}.document-block{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;border:2px solid rgba(59,130,246,.5);background:#3b82f614;box-shadow:0 2px 12px #0f172a1a;border-radius:10px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease}.document-block--button,.document-block--save_contact{background:#1e293be6;border-color:#1e293b66;color:#fff;border-radius:10px;font-size:12px;font-weight:600;padding:6px 10px;gap:6px;text-align:center;box-shadow:0 10px 18px #0f172a38;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-block__link-icon{width:24px;height:24px;border-radius:999px;background:#0f172abd;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;box-shadow:0 5px 12px #0f172a40}.document-block__link-icon--corner{position:absolute;top:6px;right:6px}.document-block--text{background:#ffffffdb;border-color:#0ea5e98f;border-radius:10px;padding:6px 8px;font-size:12px;line-height:1.35;text-align:left;box-shadow:0 8px 14px #0f172a1a}.document-block--image{border-color:#14b8a694;background:#14b8a614}.document-block--image img{display:block;width:100%;height:100%;object-fit:contain;border-radius:8px;box-shadow:0 6px 12px #0f172a1f}.document-block__image-icon{width:30px;height:30px;border-radius:999px;background:#0f172abd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;box-shadow:0 5px 12px #0f172a40}.document-block--lightbox{cursor:zoom-in}.document-block:hover{border-color:#3b82f6bf;box-shadow:0 8px 20px #0f172a29}.document-stage.document-highlights-hidden .document-overlay,.document-stage.document-highlights-hidden .document-block{border-color:transparent!important;background:transparent!important;box-shadow:none!important}.document-stage.document-highlights-hidden .document-overlay__icon,.document-stage.document-highlights-hidden .document-overlay__play,.document-stage.document-highlights-hidden .document-block__link-icon{opacity:0}.document-spread{position:relative;display:grid;gap:0;background:transparent;border-radius:0;padding:0}.document-spread--single{display:flex;justify-content:center;background:transparent;box-shadow:none;padding:0;border-radius:0}.document-spread--single .document-page{width:100%}@media (min-width: 1024px){.document-spread{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;border-radius:0;background:transparent;box-shadow:none;max-width:min(1400px,96vw);margin:0 auto}.document-spread--single{background:transparent;box-shadow:none;padding:0;border-radius:0}.document-spread--single .document-page{width:min(50vw,700px)}.document-page--left{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.document-page--right{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.document-page--placeholder{min-height:100%;background:#94a3b81f;border-style:dashed}}.document-slider{position:relative;overflow:hidden}.document-slider__track{display:flex;transition:transform .35s ease;will-change:transform;touch-action:pan-y pinch-zoom}.document-slider__slide{width:100%;flex:0 0 100%;padding:0;box-sizing:border-box;display:flex;justify-content:center}.document-slider__nav{position:absolute;top:var(--arrow-center, 50%);transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;box-shadow:0 12px 24px #0f172a1f;transition:transform .2s ease,box-shadow .2s ease;z-index:4}.document-slider__nav:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 16px 30px #0f172a2e}.document-slider__nav--prev{left:18px}.document-slider__nav--next{right:18px}.document-slider__dots,.document-slider--mobile{display:none}.document-stage.swiper-mode .document-slider--desktop{display:none!important}.document-stage.swiper-mode .document-slider--mobile{display:block!important;width:100%;height:100%}.document-stage.swiper-mode .document-scroll,.document-stage.swiper-mode .document-slider__nav,.document-stage.swiper-mode .document-tap-zone{display:none!important}.document-swiper{overflow:hidden}.document-swiper .swiper-wrapper{display:flex;align-items:flex-start}.document-swiper .swiper-slide{width:100%;flex-shrink:0;display:flex;justify-content:center;padding:0 2px 10px;box-sizing:border-box}.document-swiper .document-page{width:100%;max-width:none}.document-swiper .document-page__inner,.document-swiper .document-page__image{width:100%;max-width:100%}.document-scroll{display:none;width:100%;height:100%;overflow-y:auto;padding:12px 12px 24px;box-sizing:border-box;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1 1 auto;min-height:0;position:relative;z-index:2;background:linear-gradient(180deg,#f1f3f6cc,#e2e6ece6);touch-action:pan-y pinch-zoom;scroll-snap-type:none}.document-scroll .document-page{width:100%;margin:0 auto 16px;pointer-events:auto;scroll-snap-align:none;scroll-snap-stop:normal}.document-scroll .document-page:last-child{margin-bottom:0}@media (min-width: 1024px){.document-slider__nav--prev{left:28px}.document-slider__nav--next{right:28px}}@media (max-width: 900px){.document-slider--desktop,.document-slider--mobile{display:none}.document-scroll{display:block}.document-slider__nav{display:inline-flex;width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.15);background:#ffffffeb;box-shadow:0 10px 22px #0f172a2e}.document-stage{display:flex;align-items:center;justify-content:center;margin:0;padding:0 12px;box-sizing:border-box}.document-slider{width:100%;height:auto}.document-slider__track{height:auto;align-items:center}.document-slider__slide{display:flex;justify-content:center;align-items:center;padding:0 4px;box-sizing:border-box}.document-slider__nav--prev{left:calc(10px + env(safe-area-inset-left))}.document-slider__nav--next{right:calc(10px + env(safe-area-inset-right))}.document-slider__nav,.document-tap-zone{display:none}#document-viewer:fullscreen .document-page img{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.document-stage{min-height:auto}}#document-viewer:fullscreen{width:100vw;height:100vh;max-width:none;background:#f8fafc;padding:0;overflow:hidden}#document-viewer:fullscreen .document-page img{max-height:calc(100vh - 24px);max-width:calc(50vw - 24px);width:auto;height:auto;margin:0}#document-viewer:fullscreen .document-spread{display:flex;justify-content:center;align-items:center;gap:0;max-width:100%;width:100%}#document-viewer:fullscreen .document-page{width:auto;flex:0 0 auto}#document-viewer:fullscreen .document-page__inner{width:fit-content;margin:0}#document-viewer:fullscreen .document-spread--single{display:flex}#document-viewer:fullscreen .document-spread--single .document-page img{max-width:calc(100vw - 32px)}#document-viewer:fullscreen .document-page{border-radius:0}#document-viewer:fullscreen .document-top-actions{display:none}#document-viewer:fullscreen .document-slider__nav{display:inline-flex;position:fixed;top:50%;z-index:12}#document-viewer:fullscreen .document-slider__nav--prev{left:18px}#document-viewer:fullscreen .document-slider__nav--next{right:18px}#document-viewer:fullscreen .document-video-modal,#document-viewer:fullscreen .document-embed-modal,#document-viewer:fullscreen .document-image-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9999}.document-pseudo-fullscreen{width:100vw;height:100vh;max-width:none;background:#f8fafc;padding:0;overflow:hidden}.document-pseudo-fullscreen .document-top-actions{display:none}.document-pseudo-fullscreen .document-fullscreen-exit{display:inline-flex}.document-pseudo-fullscreen .document-stage{margin:0;padding:0;display:flex;align-items:center;justify-content:center}.document-pseudo-fullscreen .document-slider__nav{display:inline-flex;position:fixed;top:50%;z-index:12}.document-pseudo-fullscreen .document-slider__nav--prev{left:18px}.document-pseudo-fullscreen .document-slider__nav--next{right:18px}.document-pseudo-fullscreen .document-video-modal,.document-pseudo-fullscreen .document-embed-modal,.document-pseudo-fullscreen .document-image-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9999}.document-pseudo-fullscreen .document-page img{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}@media (max-width: 900px){#document-viewer:fullscreen .document-page img{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}#document-viewer:fullscreen .document-spread--single .document-page img{max-width:calc(100vw - 24px)}}.document-fullscreen-exit{position:fixed;top:16px;right:16px;z-index:12;display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#0f172abf;color:#fff;border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 24px #0f172a59}#document-viewer:fullscreen .document-fullscreen-exit{display:inline-flex}#document-viewer:fullscreen .document-stage{margin:0;padding:0;display:flex;align-items:center;justify-content:center}#document-viewer:fullscreen .document-slider{height:auto;width:100%}#document-viewer:fullscreen .document-slider__track{height:auto;align-items:center}.document-frame{background:transparent;border-radius:0;padding:0;box-shadow:none}.document-interactive-hint{position:fixed;left:50%;transform:translate(-50%);top:auto;bottom:calc(14px + env(safe-area-inset-bottom));z-index:12;display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#0f172ae6;color:#fff;font-size:12px;box-shadow:0 12px 20px #0f172a40;min-width:min(520px,calc(100% - 32px));max-width:min(720px,calc(100% - 32px));justify-content:center;opacity:1;transition:opacity .18s ease,transform .18s ease}.document-interactive-hint[hidden]{display:none}.document-interactive-hint.is-faded{opacity:0;transform:translate(-50%) translateY(8px);pointer-events:none}@media (max-width: 900px){.document-interactive-hint{top:auto;bottom:calc(12px + env(safe-area-inset-bottom))}}.document-frame.document-viewer{--document-header-height: 68px}@media (max-width: 900px),(max-width: 1024px) and (orientation: portrait){#document-fullscreen-toggle{display:none!important}}@media (max-width: 900px){.document-frame.document-viewer{--document-header-height: 120px}}.document-chrome{background:radial-gradient(1200px 600px at 0% -10%,#93c5fd33,#93c5fd00 52%),radial-gradient(1000px 600px at 100% -20%,#c4b5fd2e,#c4b5fd00 50%),linear-gradient(180deg,#edf1f6,#d8dde4);color:#0f172a;height:100vh;overflow:hidden}.document-chrome.document-scroll-active,html.document-scroll-active,body.document-scroll-active{overflow:auto;height:auto;-webkit-overflow-scrolling:touch}.document-chrome.document-chrome--ios{overflow:hidden}.document-chrome .event-site-nav,.document-chrome footer{display:none}.document-app{height:100vh}.document-scroll-active .document-app{height:auto}.document-app main{flex:1}.document-main{padding:0}.document-scroll-active .document-main{flex:none}.document-frame.document-viewer{height:100vh;display:flex;flex-direction:column;gap:8px;position:relative}.document-scroll-active .document-frame.document-viewer{height:auto}.document-frame .document-slider{flex:1 1 auto}.document-stage{position:relative;flex:1 1 auto;box-sizing:border-box;padding:0;margin:0;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - var(--document-header-height, 80px));touch-action:pan-y pinch-zoom;background:linear-gradient(180deg,#f1f3f6cc,#e2e6ece6)}.document-stage.scroll-mode{align-items:stretch;overflow:visible}.document-stage.scroll-mode .document-slider--desktop,.document-stage.scroll-mode .document-slider--mobile{display:none!important;pointer-events:none}.document-stage.scroll-mode .document-scroll{display:block;height:auto;overflow:visible}.document-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafceb;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);gap:10px;color:#334155;font-size:13px}.document-loading.is-hidden{display:none}.document-loading--global{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20}.document-loading__spinner{width:28px;height:28px;border-radius:999px;border:3px solid rgba(59,130,246,.2);border-top-color:#2563ebe6;animation:documentSpin .8s linear infinite}@keyframes documentSpin{to{transform:rotate(360deg)}}.document-stage.is-swiping .document-overlay,.document-stage.is-zooming .document-overlay{pointer-events:none}.document-stage.is-zooming{overflow:auto}.document-stage:not(.is-zooming){overflow:hidden}.document-stage.is-zooming .document-slider__track{transition:none}.document-tap-zone{position:absolute;top:0;bottom:0;width:24%;z-index:3}.document-tap-zone--prev{left:0}.document-tap-zone--next{right:0}.document-stage.is-zooming .document-tap-zone{display:none}.document-stage .document-slider{height:100%}.document-stage .document-spread{max-width:100%;margin:0}@media (min-width: 1024px){.document-stage{padding:0;margin:0}.document-stage .document-spread{max-width:min(1400px,96%)}}.document-stage .document-spread{margin:0}@media (min-width: 1024px){.document-stage .document-spread{margin:0}}.document-frame .document-slider{padding-bottom:0}.document-slider__nav{width:34px;height:34px;background:#ffffffe6;border-color:#0f172a1f}.document-slider__nav--prev{left:8px}.document-slider__nav--next{right:8px}#document-page-count{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#ffffffb3;color:#64748b;font-size:11px;font-weight:600;letter-spacing:.01em}.document-thumbs{position:absolute;top:calc(var(--document-header-height, 80px) + 8px);left:16px;width:min(260px,80vw);max-height:calc(100vh - var(--document-header-height, 80px) - 32px);background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:16px;box-shadow:0 18px 36px #0f172a26;display:flex;flex-direction:column;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:9}.document-thumbs.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.document-thumbs__header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.08)}.document-thumbs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;padding:12px;overflow:auto}.document-thumbs__empty{font-size:12px;color:#64748b}.document-thumb{display:grid;gap:6px;text-align:left;border:1px solid rgba(15,23,42,.1);border-radius:12px;padding:6px;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease}.document-thumb img{width:100%;height:auto;display:block;border-radius:8px}.document-thumb__label{font-size:11px;color:#475569}.document-thumb.is-active{border-color:#3b82f6b3;box-shadow:0 6px 16px #3b82f633}.document-overlay-list{display:grid;gap:10px}.document-overlay-item{display:grid;gap:8px;text-align:left;border:1px solid rgba(15,23,42,.1);border-radius:12px;padding:10px 12px;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease}.document-overlay-item:hover{border-color:#0f172a33}.document-overlay-item__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.document-overlay-item__page{font-size:12px;font-weight:700;color:#1e293b}.document-overlay-item__type{font-size:11px;color:#64748b}.document-overlay-item__label{margin:0;font-size:13px;color:#334155;line-height:1.35;word-break:break-word}.document-overlay-item.is-active{border-color:#3b82f6b3;box-shadow:0 6px 16px #3b82f633}.document-toast{position:fixed;right:24px;bottom:24px;padding:10px 14px;border-radius:999px;background:#0f172af2;color:#fff;font-size:12px;letter-spacing:.02em;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;z-index:20}.document-toast.is-visible{opacity:1;transform:translateY(0)}.document-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:9999}.document-video-modal.is-open{display:flex}.document-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172aa6}.document-video-modal__panel{position:relative;background:#0f172a;border-radius:16px;padding:16px;width:min(920px,92vw);box-shadow:0 20px 40px #0f172a66;z-index:2;overflow:visible}.document-video-modal__panel video{position:relative;z-index:1;width:100%;height:auto;max-height:80vh;border-radius:12px;background:#000}.document-video-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.3);color:#fff;background:#0f172a99;display:inline-flex;align-items:center;justify-content:center;z-index:3;pointer-events:auto}.document-embed-modal,.document-image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}.document-embed-modal.is-open,.document-image-modal.is-open{display:flex}.document-embed-modal__backdrop,.document-image-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172aa6}.document-embed-modal__panel,.document-image-modal__panel{position:relative;background:#0f172a;border-radius:16px;padding:16px;width:min(920px,92vw);box-shadow:0 20px 40px #0f172a66;z-index:2}.document-embed-modal__content{width:100%;height:70vh}.document-embed-modal__content iframe,.document-embed-modal__content video{width:100%;height:100%;border-radius:12px;background:#000;border:none}#document-embed-content{height:100%;width:100%;min-height:min(68vh,720px);background:#000}#document-embed-content .document-embed-media-node{width:100%;height:100%;min-height:inherit;border:0;background:#000;display:block}@media (max-width: 900px){#document-embed-content.document-embed-content--ratio-video{min-height:0;height:auto;aspect-ratio:16 / 9}#document-embed-content.document-embed-content--ratio-video .document-embed-media-node{min-height:0;height:100%;aspect-ratio:16 / 9;object-fit:contain}}.document-image-modal__panel img{width:100%;height:auto;max-height:80vh;border-radius:12px;background:#000;display:block;object-fit:contain}.document-embed-modal__close,.document-image-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.3);color:#fff;background:#0f172a99;display:inline-flex;align-items:center;justify-content:center}.document-viewer--pdf .document-spread,.document-viewer--image .document-spread{display:flex;justify-content:center;align-items:center;gap:0}.document-viewer--pdf .document-page,.document-viewer--image .document-page{flex:0 0 auto;width:auto}.document-viewer--pdf .document-spread--single .document-page,.document-viewer--image .document-spread--single .document-page{width:auto}.document-viewer--image .document-stage.swiper-mode .document-swiper .swiper-slide{width:100%!important;max-width:100%!important}.document-viewer--image .document-stage.swiper-mode .document-swiper .document-page{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.document-viewer--image .document-stage.swiper-mode .document-swiper .document-page__inner,.document-viewer--image .document-stage.swiper-mode .document-swiper .document-page__image{width:100%!important;max-width:100%!important}.document-page__image{display:block;width:100%;height:auto;border-radius:8px;box-shadow:0 16px 32px #0f172a2e,0 2px 6px #0f172a1f;border:0;outline:3px solid rgba(15,23,42,.12);outline-offset:0}@media (max-width: 768px){.document-chrome{height:auto;min-height:100dvh;overflow:auto}.document-app{height:auto;min-height:100dvh}.document-frame.document-viewer{height:auto;min-height:100dvh;gap:0;display:block}#document-page-count{height:22px;padding:0 8px;font-size:10px}.document-stage{margin:0;padding:calc(var(--document-header-height, 56px) + 34px) 8px 14px;min-height:0;display:block;flex:none;background:radial-gradient(380px 160px at 50% -20px,#93c5fd38,#93c5fd00 70%),linear-gradient(180deg,#e8edf4,#dbe2ea)}.document-stage.swiper-mode{padding:calc(var(--document-header-height, 56px) + 2px) 0 4px;min-height:0;height:auto}.document-stage.swiper-mode .document-swiper .swiper-slide{padding:0 0 4px;align-items:flex-start}.document-stage.swiper-mode .document-swiper{width:100%;height:auto}.document-viewer--image .document-stage.swiper-mode .document-swiper .document-page{width:calc(100vw - 2px)!important}.document-viewer--image .document-stage.swiper-mode .document-page__image{border-radius:10px;border:0;outline:0;box-shadow:none}.document-scroll{height:auto;min-height:0;overflow:visible;padding:0;background:transparent}.document-scroll .document-page{width:min(100%,460px);margin:0 auto 10px}.document-scroll .document-page:last-child{margin-bottom:0}.document-page__image{max-width:calc(100vw - 16px);border-radius:16px;border:1px solid rgba(148,163,184,.35);box-shadow:0 12px 24px #0f172a2e}.document-stage.scroll-mode{align-items:initial;overflow:visible}.document-slider__nav{width:54px;height:54px;border-radius:999px;background:#0f172a73;color:#fff;border:none;box-shadow:0 10px 24px #0f172a59}.document-slider__nav--prev{left:16px}.document-slider__nav--next{right:16px}.document-interactive-hint{top:auto;bottom:calc(8px + env(safe-area-inset-bottom));min-width:auto;max-width:calc(100% - 20px);padding:6px 10px;font-size:11px}}
