:root{--loader-paper:var(--color-bg);--loader-paper-warm:var(--color-surface);--loader-ink:var(--color-text);--loader-muted:var(--color-text-faint);--loader-hair:var(--color-border);--loader-rust:var(--color-accent);--loader-rust-bg:var(--color-accent-soft);--loader-sans:var(--font-geist,"Geist"), -apple-system, BlinkMacSystemFont, sans-serif;--loader-serif:var(--font-instrument-serif,"Instrument Serif"), Georgia, serif;--loader-mono:var(--font-geist-mono,"Geist Mono"), ui-monospace, monospace}.brand-loader svg{overflow:visible}.spin-a{transform-origin:50px 50px;transform-box:view-box;animation:6.5s linear infinite spin-a}@keyframes spin-a{to{transform:rotate(360deg)}}@keyframes breath-a{0%,to{r:4.5}50%{r:5.3}}.pupil-a{animation:3s ease-in-out infinite breath-a}.spin{transform-origin:50px 50px;transform-box:view-box;animation:2.4s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand-loader--overlay .pupil-a{animation-duration:2.4s}.loader-stage{font-family:var(--loader-sans);color:var(--loader-ink);font-feature-settings:"tnum" 1;flex-direction:column;justify-content:center;align-items:center;display:flex}.loader-stage__mark{justify-content:center;align-items:center;height:200px;display:flex;position:relative}.loader-stage__mark svg{width:160px;height:160px;overflow:visible}.loader-status{letter-spacing:.22em;text-transform:uppercase;min-height:18px;color:var(--loader-muted);justify-content:center;align-items:center;gap:10px;margin-top:12px;font-size:11px;font-weight:500;display:flex}.loader-status__word{transition:opacity .35s}.loader-pulse{background:var(--loader-ink);border-radius:50%;flex:none;width:6px;height:6px;animation:1.6s ease-in-out infinite loader-pulse}@keyframes loader-pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.loader-tip{flex-direction:column;align-items:center;gap:12px;margin-top:28px;display:flex}.loader-tip__label{font-family:var(--loader-mono);letter-spacing:.24em;text-transform:uppercase;color:var(--loader-muted);align-items:center;gap:10px;font-size:9px;font-weight:500;display:flex}.loader-tip__label:before,.loader-tip__label:after{content:"";background:var(--loader-hair);width:22px;height:1px}.loader-tip__text{color:var(--loader-ink);text-align:center;max-width:380px;min-height:92px;font-size:16.5px;font-weight:400;line-height:1.55;transition:opacity .4s}.loader-tip__text .cmd{font-family:var(--loader-mono);color:var(--loader-rust);background:var(--loader-rust-bg);letter-spacing:0;white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.92em;font-weight:500}.loader-tip__text .em{font-family:var(--loader-serif);color:var(--loader-ink);letter-spacing:-.005em;font-size:1.04em;font-style:italic}.loader-tip__hint{text-align:center;font-family:var(--loader-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--loader-muted);opacity:.7;font-size:9px}.loader-surface{z-index:50;background:var(--loader-paper);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.nav-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#f4f1ecdb;flex-direction:column;justify-content:center;align-items:center;gap:28px;transition:opacity .32s;display:flex;position:fixed;inset:0}.nav-overlay.show{opacity:1;pointer-events:auto}.nav-overlay__mark{width:110px;height:110px}.nav-overlay__mark svg{width:100%;height:100%;overflow:visible}.nav-overlay__status{letter-spacing:.22em;text-transform:uppercase;color:var(--loader-muted);align-items:center;gap:10px;font-size:11px;font-weight:500;display:flex}@media (prefers-reduced-motion:reduce){.spin-a,.spin{animation-duration:12s}.pupil-a{animation-duration:4s}.nav-overlay{-webkit-backdrop-filter:none;transition-duration:.12s}}
:root{--ease-soft:cubic-bezier(.16, 1, .3, 1);--ease-stage:cubic-bezier(.5, 0, .3, 1);--ease-press:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.18, .89, .32, 1.15);--ease-eye:cubic-bezier(.55, 0, .45, 1);--t-micro:.12s;--t-fast:.22s;--t-med:.36s;--t-slow:.56s;--t-page:.85s;--stagger-tight:40ms;--stagger-med:80ms;--stagger-loose:.14s}@keyframes atlas-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes atlas-fade{0%{opacity:0}to{opacity:1}}@keyframes atlas-lift{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes atlas-emerge{0%{opacity:0;filter:blur(1px);transform:scale(.94)translateY(8px)}to{opacity:1;filter:blur();transform:scale(1)translateY(0)}}@keyframes atlas-scale-in{0%{opacity:0;transform:scale(.22)}35%{opacity:1}to{opacity:1;transform:scale(1)}}@keyframes atlas-stroke-draw{to{stroke-dashoffset:0}}[data-reveal]{opacity:0;animation:atlas-reveal var(--t-med) var(--ease-soft) forwards;animation-delay:var(--reveal-delay,0s)}[data-reveal=fade]{animation-name:atlas-fade}[data-reveal=lift]{animation-name:atlas-lift}[data-reveal=emerge]{animation-name:atlas-emerge;animation-duration:var(--t-slow)}[data-reveal=scale]{animation-name:atlas-scale-in;animation-duration:var(--t-slow)}[data-stagger]>*{--stagger:var(--stagger-med);--stagger-base:0s}[data-stagger]>:first-child{--reveal-delay:calc(var(--stagger-base) + 0 * var(--stagger))}[data-stagger]>:nth-child(2){--reveal-delay:calc(var(--stagger-base) + 1 * var(--stagger))}[data-stagger]>:nth-child(3){--reveal-delay:calc(var(--stagger-base) + 2 * var(--stagger))}[data-stagger]>:nth-child(4){--reveal-delay:calc(var(--stagger-base) + 3 * var(--stagger))}[data-stagger]>:nth-child(5){--reveal-delay:calc(var(--stagger-base) + 4 * var(--stagger))}[data-stagger]>:nth-child(6){--reveal-delay:calc(var(--stagger-base) + 5 * var(--stagger))}[data-stagger]>:nth-child(7){--reveal-delay:calc(var(--stagger-base) + 6 * var(--stagger))}[data-stagger]>:nth-child(8){--reveal-delay:calc(var(--stagger-base) + 7 * var(--stagger))}[data-stagger]>:nth-child(9){--reveal-delay:calc(var(--stagger-base) + 8 * var(--stagger))}[data-stagger]>:nth-child(10){--reveal-delay:calc(var(--stagger-base) + 9 * var(--stagger))}[data-stagger]>:nth-child(11){--reveal-delay:calc(var(--stagger-base) + 10 * var(--stagger))}[data-stagger]>:nth-child(12){--reveal-delay:calc(var(--stagger-base) + 11 * var(--stagger))}[data-stagger]>:nth-child(n+13){--reveal-delay:calc(var(--stagger-base) + 12 * var(--stagger))}[data-stagger=tight]>*{--stagger:var(--stagger-tight)}[data-stagger=loose]>*{--stagger:var(--stagger-loose)}.atlas-swap{position:relative}.atlas-swap__skel{transition:opacity var(--t-fast) var(--ease-soft)}.atlas-swap__content{display:none}.atlas-swap.is-loaded .atlas-swap__skel{opacity:0;pointer-events:none;position:absolute;inset:0}.atlas-swap.is-loaded .atlas-swap__content{display:block}.atlas-soft-hover{transition:background-color var(--t-fast) var(--ease-soft), border-color var(--t-fast) var(--ease-soft), color var(--t-fast) var(--ease-soft), transform var(--t-fast) var(--ease-soft)}.atlas-card-hover{transition:background-color var(--t-fast) var(--ease-soft), border-color var(--t-fast) var(--ease-soft), transform var(--t-fast) var(--ease-soft)}.atlas-card-hover:hover{border-color:var(--color-border-strong);background:var(--color-surface-raised);transform:translateY(-1px)}.atlas-focus-soft:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;transition:outline-color var(--t-micro) var(--ease-soft)}.atlas-ring-fill{stroke-dasharray:var(--ring-circ,1000);stroke-dashoffset:var(--ring-circ,1000);animation:atlas-stroke-draw var(--t-slow) var(--ease-soft) forwards;animation-delay:var(--reveal-delay,0s)}.atlas-spark-line{stroke-dasharray:var(--spark-len,500);stroke-dashoffset:var(--spark-len,500);animation:atlas-stroke-draw var(--t-slow) var(--ease-soft) forwards;animation-delay:var(--reveal-delay,0s)}.atlas-stack-seg{transform-origin:0;animation:atlas-stack-grow var(--t-slow) var(--ease-soft) forwards;animation-delay:var(--reveal-delay,0s);transform:scaleX(0)}@keyframes atlas-stack-grow{to{transform:scaleX(1)}}.atlas-bar-fill{transform-origin:0;animation:atlas-bar-fill-anim var(--t-slow) var(--ease-soft) forwards;animation-delay:var(--reveal-delay,0s);transform:scaleX(0)}@keyframes atlas-bar-fill-anim{to{transform:scaleX(var(--bar-pct,1))}}.atlas-num{display:inline-block}@media (prefers-reduced-motion:reduce){[data-reveal],.atlas-ring-fill,.atlas-spark-line,.atlas-stack-seg,.atlas-bar-fill{animation:atlas-fade var(--t-fast) linear forwards!important;filter:none!important;transform:none!important}.atlas-card-hover:hover{transform:none}*,:before,:after{transition-duration:1ms!important}}
@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/53b9e256198e5412-s.390ncx5urfkfu.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7178b3e590c64307-s.21jp631_3pja2.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(../media/53b9e256198e5412-s.390ncx5urfkfu.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7178b3e590c64307-s.21jp631_3pja2.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(../media/53b9e256198e5412-s.390ncx5urfkfu.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7178b3e590c64307-s.21jp631_3pja2.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(../media/53b9e256198e5412-s.390ncx5urfkfu.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7178b3e590c64307-s.21jp631_3pja2.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_1ca72cde-module__S_uLIq__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_1ca72cde-module__S_uLIq__variable{--font-geist:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5ce348bf30bf5439-s.31988l_ccedte.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4fa387ec64143e14-s.2tuy5pz7dlieh.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/797e433ab948586e-s.p.0r6juujl39pe6.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5ce348bf30bf5439-s.31988l_ccedte.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4fa387ec64143e14-s.2tuy5pz7dlieh.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/797e433ab948586e-s.p.0r6juujl39pe6.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5ce348bf30bf5439-s.31988l_ccedte.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/4fa387ec64143e14-s.2tuy5pz7dlieh.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/797e433ab948586e-s.p.0r6juujl39pe6.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_2a9f4066-module__QBWwWG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_2a9f4066-module__QBWwWG__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
@font-face{font-family:DM Serif Display;font-style:italic;font-weight:400;font-display:swap;src:url(../media/26a0a19eb96a029d-s.2ajvp03xtic_0.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Serif Display;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fad69795a077455b-s.p.0t285orp4l5or.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Serif Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8dd8a3188b79fd8f-s.2o9_j983y90g0.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Serif Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c8f209abc35ee02-s.p.0c0g8ifvh7k7-.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Serif Display Fallback;src:local(Times New Roman);ascent-override:94.37%;descent-override:30.51%;line-gap-override:0.0%;size-adjust:109.78%}.dm_serif_display_ee483d9d-module__ChfeNa__className{font-family:DM Serif Display,DM Serif Display Fallback;font-weight:400}.dm_serif_display_ee483d9d-module__ChfeNa__variable{--font-dm-serif:"DM Serif Display", "DM Serif Display Fallback"}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.2ytmazkdrg7t9.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.3j3877k49yy0l.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.1icgra-w5i50b.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.1g73gv09-xcb6.woff2?dpl=dpl_FGuz8xuniWTpzKMohDF2AYGK4W8B)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_c292d6fe-module__ZPbyaG__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}.instrument_serif_c292d6fe-module__ZPbyaG__variable{--font-instrument-serif:"Instrument Serif", "Instrument Serif Fallback"}
