@layer reset,global-styles,layout,content,components,themes;@layer reset{*,*:before,*:after{box-sizing:border-box}*{margin:0;text-box-trim:trim-both;text-box-edge:cap alphabetic}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}time:not([class]){display:block}#root,#__next{isolation:isolate}}@layer layout{.content-grid{--padding-inline: var(--mw-spacing-medium);--content-max-width: 1000px;--breakout-max-width: 1200px;--breakout-size: calc( (var(--breakout-max-width) - var(--content-max-width)) / 2 );display:grid;grid-auto-rows:max-content;grid-template-columns:[full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size)) [content-start] min(100% - (var(--padding-inline) * 2),var(--content-max-width)) [content-end] minmax(0,var(--breakout-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]}.content-grid>:not(.breakout,.full-width),.full-width>:not(.breakout,.full-width){grid-column:content}.content-grid>.breakout,.full-width>.breakout{grid-column:breakout}.content-grid>.full-width{grid-column:full-width;display:grid;grid-template-columns:inherit;grid-auto-rows:max-content}.content-grid>.full-width-no-grid{grid-column:full-width}img.full-width{width:100%;max-height:45vh;object-fit:cover}.flow>*+*{margin-block-start:calc(1.6em + .5rem);&:not(:is(section,div)){max-width:80ch}}.card-grid{--grid-max-col-count: 4;--grid-min-col-size: 200px;--grid-gap: 1rem;--grid-col-size-calc: calc( (100% - var(--grid-gap) * var(--grid-max-col-count)) / var(--grid-max-col-count) );--grid-col-min-size-calc: min( 100%, max(var(--grid-min-col-size), var(--grid-col-size-calc)) );display:grid;gap:var(--grid-gap);grid-template-columns:repeat(auto-fit,minmax(var(--grid-col-min-size-calc),1fr))}.feature-grid{--feature-grid-gap: 200px;--feature-gap: var(--mw-spacing-x-large);--feature-justify: space-between;display:flex;flex-direction:column;gap:calc(var(--feature-grid-gap) / 2);>*{display:flex;flex-direction:column;flex-wrap:nowrap;gap:var(--feature-gap);justify-content:var(--feature-justify)}}@media (width > 700px){.feature-grid{gap:var(--feature-grid-gap);>*{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--feature-gap);justify-content:var(--feature-justify);&:nth-child(2n){flex-direction:row-reverse}}}}}@layer components{button:not([class]),.button{appearance:none;user-select:none;padding:var(--mw-spacing-x-small) var(--mw-spacing-large);display:grid;place-items:center;width:max-content;border:0;border-radius:var(--mw-border-radius-large);font-size:var(--mw-font-size-medium);font-weight:var(--mw-font-weight-regular);text-decoration:none;outline:none;transition:background-color .15s ease-in-out,color .15s ease-in-out;&[data-variant=primary]{background:var(--mw-color-text-interactive);color:var(--mw-color-text-on-interactive);&:hover,&:focus-visible{background:var(--mw-color-text-interactive-hover)}}&[data-variant=secondary]{border:2px solid var(--mw-color-text-interactive);color:var(--mw-color-text-interactive);&:hover,&:focus-visible{background:var(--mw-color-text-interactive);color:var(--mw-color-text-on-interactive)}}}.card{background:var(--mw-color-background-page-elevation-1);border-radius:var(--mw-border-radius-large);padding:var(--mw-spacing-large)}.tag{background:var(--mw-color-background-page-elevation-1);border-radius:var(--mw-border-radius-large);padding:var(--mw-spacing-x-small);font-size:var(--mw-font-size-small);font-weight:var(--mw-font-weight-regular)}}@layer content{.md-content{ul:not([class]){margin-block-start:0;list-style:disc;padding-inline-start:var(--mw-spacing-large);margin-inline-start:var(--mw-spacing-large);>li{margin-block-start:1.6em}}ol:not([class]){margin-block-start:0;padding-inline-start:var(--mw-spacing-large);margin-inline-start:var(--mw-spacing-large);>li{margin-block-start:1.6em}}h1,h2,h3,h4,h5,h6{text-wrap:pretty;.anchor-link{font-family:var(--mw-font-body);font-weight:var(--mw-font-weight-regular);font-size:var(--mw-font-size-fluid-x-large);margin-inline-start:var(--mw-spacing-medium);vertical-align:text-middle}}pre{padding:var(--mw-spacing-medium);border-radius:var(--mw-border-radius-large)}& img{width:80%;margin-inline:auto;border-radius:var(--mw-border-radius-medium)}.project-feature-img{width:100%;max-width:100%}}}.theme-toggle.theme-toggle--reversed .theme-toggle__around{transform:scaleX(-1)}.theme-toggle{--theme-toggle__around--duration:.5s}.theme-toggle__around *{transform-origin:center;transition:transform calc(var(--theme-toggle__around--duration) * .6) ease}.theme-toggle__around>g g circle{transition-duration:calc(var(--theme-toggle__around--duration) * .2)}.theme-toggle__around>g g :nth-child(1){transition-delay:calc(var(--theme-toggle__around--duration)*.253)}.theme-toggle__around>g g :nth-child(2){transition-delay:calc(var(--theme-toggle__around--duration)*.348)}.theme-toggle__around>g g :nth-child(3){transition-delay:calc(var(--theme-toggle__around--duration)*.443)}.theme-toggle__around>g g :nth-child(4){transition-delay:calc(var(--theme-toggle__around--duration)*.538)}.theme-toggle__around>g g :nth-child(5){transition-delay:calc(var(--theme-toggle__around--duration)*.633)}.theme-toggle__around>g g :nth-child(6){transition-delay:calc(var(--theme-toggle__around--duration)*.728)}.theme-toggle__around>:first-child path{transition-property:transform,d}.theme-toggle input[type=checkbox]:checked~.theme-toggle__around *,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around *{transition-delay:0s;transition-duration:var(--theme-toggle__around--duration)}.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>g>circle,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>g>circle{transform:scale(1.4)}.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>g g circle,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>g g circle{transform:scale(0);transition-duration:calc(var(--theme-toggle__around--duration) * .4)}.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>:first-child,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>:first-child{transform:rotate(-90deg)}.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>:first-child path,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>:first-child path{d:path("M-12-14h42v30a1 1 0 00-16 13H0Z")}@supports not (d:path("")){.theme-toggle input[type=checkbox]:checked~.theme-toggle__around:first-child path,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around:first-child path{transform:translate3d(-12px,-14px,0)}}.theme-toggle{border:none;background:0 0;cursor:pointer}.theme-toggle input[type=checkbox]{display:none}.theme-toggle .theme-toggle-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}@layer themes{[data-theme=minimal]{&[data-mode=light]{color-scheme:light}&[data-mode=dark]{color-scheme:dark}--mw-color-background-page: light-dark(#f0f0f0, #1a1a1e);--mw-color-background-page-elevation-1: light-dark(#d3d3d9, #36363b);--mw-color-text-body: light-dark(#2c2c31, #f0f0f0);--mw-color-text-interactive: light-dark(var(--mw-blue-500), var(--mw-blue-400));--mw-color-text-on-interactive: #fff;--mw-color-text-interactive-hover: light-dark(var(--mw-blue-400), var(--mw-blue-500));--mw-color-text-subdued: light-dark(#6c6c74, #8e8e9a);--mw-shape-wave-clip-low: polygon(100% 100%, 0% 100% , 0% 89.92%, 2% 89.77%, 4% 89.3%, 6% 88.53%, 8% 87.45%, 10% 86.09%, 12% 84.44%, 14% 82.52%, 16% 80.35%, 18% 77.94%, 20% 75.31%, 22% 72.48%, 24% 69.47%, 26% 66.32%, 28% 63.03%, 30% 59.64%, 32% 56.17%, 34% 52.65%, 36% 49.11%, 38% 45.57%, 40% 42.06%, 42% 38.61%, 44% 35.25%, 46% 31.99%, 48% 28.88%, 50% 25.92%, 52% 23.15%, 54% 20.58%, 56% 18.23%, 58% 16.13%, 60% 14.29%, 62% 12.72%, 64% 11.43%, 66% 10.45%, 68% 9.76%, 70% 9.38%, 72% 9.32%, 74% 9.56%, 76% 10.11%, 78% 10.97%, 80% 12.13%, 82% 13.58%, 84% 15.31%, 86% 17.3%, 88% 19.54%, 90% 22.02%, 92% 24.71%, 94% 27.59%, 96% 30.64%, 98% 33.84%, 100% 37.16%);--mw-shape-wave-clip-high: polygon(100% 100%, 0% 100% , 0% 97.67%, 2% 97.49%, 4% 96.93%, 6% 96.01%, 8% 94.73%, 10% 93.1%, 12% 91.13%, 14% 88.85%, 16% 86.26%, 18% 83.38%, 20% 80.25%, 22% 76.88%, 24% 73.29%, 26% 69.53%, 28% 65.61%, 30% 61.56%, 32% 57.43%, 34% 53.23%, 36% 49.01%, 38% 44.79%, 40% 40.61%, 42% 36.49%, 44% 32.48%, 46% 28.6%, 48% 24.89%, 50% 21.36%, 52% 18.06%, 54% 14.99%, 56% 12.2%, 58% 9.69%, 60% 7.5%, 62% 5.62%, 64% 4.09%, 66% 2.91%, 68% 2.1%, 70% 1.65%, 72% 1.57%, 74% 1.86%, 76% 2.52%, 78% 3.54%, 80% 4.93%, 82% 6.65%, 84% 8.71%, 86% 11.09%, 88% 13.76%, 90% 16.71%, 92% 19.92%, 94% 23.35%, 96% 26.99%, 98% 30.8%, 100% 34.76%);.md-content{blockquote{background:var(--mw-color-background-page-elevation-1);padding:var(--mw-spacing-2x-large);border-radius:var(--mw-border-radius-medium);color:var(--mw-color-text-subdued);&:before{content:">";font-size:var(--mw-font-size-2x-large);font-weight:var(--mw-font-weight-black);color:var(--mw-color-text-interactive)}}}}}@layer themes{[data-theme=silent-film]{&[data-mode=light]{color-scheme:light}&[data-mode=dark]{color-scheme:dark}--mw-color-background-page: light-dark(#f0f0f0, #1a1a1e);--mw-color-background-page-elevation-1: light-dark(#d3d3d9, #36363b);--mw-color-text-body: light-dark(#2c2c31, #f0f0f0);--mw-color-text-interactive: light-dark(var(--mw-blue-500), var(--mw-blue-400));--mw-color-text-on-interactive: #fff;--mw-color-text-interactive-hover: light-dark(var(--mw-blue-400), var(--mw-blue-500));--mw-color-text-subdued: light-dark(#6c6c74, #8e8e9a);--mw-font-display: "Limelight", sans-serif;.silent-film\:border{border-style:inset;border-width:60px}&[data-mode=light] .silent-film\:border{border-image:url(/imgs/silent-film-border-light.svg) 14.6% 9.2% stretch stretch}&[data-mode=dark] .silent-film\:border{border-image:url(/imgs/silent-film-border-dark.svg) 14.6% 9.2% stretch stretch}.silent-film\:dividers{&:before,&:after{content:"";flex:0 0 auto;display:block;width:var(--divider-background-size, 40%);height:auto;aspect-ratio:400/70;background-repeat:no-repeat;background-size:cover;margin-inline:auto}&:before{margin-block-end:var(--mw-spacing-4x-large);background-position:bottom center;transform:rotate(180deg)}&:after{background-position:top center;margin-block-start:var(--mw-spacing-4x-large)}}.silent-film\:divider-bottom{&:after{content:"";flex:0 0 auto;display:block;width:var(--divider-background-size, 40%);height:auto;aspect-ratio:400/70;background-repeat:no-repeat;background-size:cover;margin-inline:auto}}.silent-film\:divider-top{&:before{content:"";flex:0 0 auto;display:block;width:var(--divider-background-size, 40%);height:auto;aspect-ratio:400/70;background-repeat:no-repeat;background-size:cover;margin-inline:auto;transform:rotate(180deg)}}&[data-mode=light] .silent-film\:dividers:before,&[data-mode=light] .silent-film\:divider-top:before,&[data-mode=light] .silent-film\:divider-bottom:after,&[data-mode=light] .silent-film\:dividers:after{background-image:url(/imgs/silent-film-divider2-light.svg)}&[data-mode=dark] .silent-film\:dividers:before,&[data-mode=dark] .silent-film\:divider-top:before,&[data-mode=dark] .silent-film\:divider-bottom:after,&[data-mode=dark] .silent-film\:dividers:after{background-image:url(/imgs/silent-film-divider2-dark.svg)}.md-content{blockquote{border-style:inset;border-width:60px}}&[data-mode=light] .md-content blockquote{border-image:url(/imgs/silent-film-border-light.svg) 14.6% 9.2% stretch stretch}&[data-mode=dark] .md-content blockquote{border-image:url(/imgs/silent-film-border-dark.svg) 14.6% 9.2% stretch stretch}}}@layer themes{[data-theme=synthwave]{letter-spacing:2px;&[data-mode=light]{color-scheme:light}&[data-mode=dark]{color-scheme:dark}--mw-color-background-page: light-dark(#d6c3f9, #0d0221);--mw-color-background-page-elevation-1: light-dark(#d3d3d9, #36363b);--mw-color-text-body: light-dark(#261447, #ff3864);--mw-color-text-interactive: light-dark(#3d87f6, #2de2e6);--mw-color-text-on-interactive: #fff;--mw-color-text-interactive-hover: light-dark(var(--mw-blue-400), var(--mw-blue-500));--mw-color-text-subdued: light-dark(#6c6c74, #8e8e9a);--mw-font-display: "DeadStock", sans-serif}}@font-face{font-family:DeadStock;src:url(/fonts/dead_stock-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@layer global-styles{@media (prefers-color-scheme: dark){:root{color-scheme:dark}}@media (prefers-color-scheme: no-preference){:root{color-scheme:light}}[data-mode=light]{color-scheme:light}[data-mode=dark]{color-scheme:dark}:root{--mw-font-body: "Poppins", sans-serif;--mw-font-display: "Rubik", sans-serif;--mw-font-weight-regular: 400;--mw-font-weight-bold: 700;--mw-font-weight-black: 900;--mw-font-size-2x-small: .625rem;--mw-font-size-x-small: .75rem;--mw-font-size-small: .875rem;--mw-font-size-medium: 1.125rem;--mw-font-size-large: 1.25rem;--mw-font-size-x-large: 1.75rem;--mw-font-size-fluid-x-large: clamp(1.375rem, 1vw + 1rem, 1.75rem);--mw-font-size-2x-large: 2.25rem;--mw-font-size-fluid-2x-large: clamp(1.625rem, 2vw + 1rem, 2.25rem);--mw-font-size-3x-large: 3rem;--mw-font-size-fluid-3x-large: clamp(2rem, 2.75vw + 1rem, 3rem);--mw-font-size-4x-large: 4.5rem;--mw-font-size-fluid-4x-large: clamp(3rem, 6vw + 1rem, 4.5rem);--mw-spacing-3x-small: .125rem;--mw-spacing-2x-small: .25rem;--mw-spacing-x-small: .5rem;--mw-spacing-small: .75rem;--mw-spacing-medium: 1rem;--mw-spacing-large: 1.25rem;--mw-spacing-x-large: 1.75rem;--mw-spacing-2x-large: 2.25rem;--mw-spacing-3x-large: 3rem;--mw-spacing-4x-large: 4.5rem;--mw-border-radius-small: .1875rem;--mw-border-radius-medium: .25rem;--mw-border-radius-large: .5rem;--mw-border-radius-x-large: 1rem;--mw-border-radius-circle: 50%;--mw-border-radius-pill: 9999px;--mw-shadow-x-small: 0 1px 2px rgb(0 0 0 / 18%);--mw-shadow-small: 0 1px 2px rgb(0 0 0 / 24%);--mw-shadow-medium: 0 2px 4px rgb(0 0 0 / 24%);--mw-shadow-large: 0 2px 8px rgb(0 0 0 / 24%);--mw-shadow-x-larg: 0 4px 16px rgb(0 0 0 / 24%);--mw-line-height-tight: 1.2;--mw-line-height-regular: 1.6;--mw-line-height-loose: 1.8;--mw-blue-50: hsl(227.1 49.5% 22.7%);--mw-blue-100: hsl(225.8 58.9% 36.8%);--mw-blue-200: hsl(227.7 64.4% 42.9%);--mw-blue-300: hsl(226.1 72.7% 51.2%);--mw-blue-400: hsl(222.6 86.5% 56.3%);--mw-blue-500: hsl(217.8 95.8% 57.4%);--mw-blue-600: hsl(213.3 100% 65%);--mw-blue-700: hsl(210.9 100% 74.8%);--mw-blue-800: hsl(211.5 100% 83.4%);--mw-blue-900: hsl(211 100% 88.9%);--mw-blue-950: hsl(201.8 100% 95.3%)}html{scroll-behavior:smooth}body{background:var(--mw-color-background-page);color:var(--mw-color-text-body);font-family:var(--mw-font-body);font-size:var(--mw-font-size-medium);font-smooth:auto;line-height:var(--mw-line-height-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--mw-font-display);font-weight:var(--mw-font-weight-bold);line-height:var(--mw-line-height-tight);font-weight:var(--mw-font-weight-black)}h1{font-size:var(--mw-font-size-fluid-3x-large)}h2{font-size:var(--mw-font-size-fluid-2x-large)}h3{font-size:var(--mw-font-size-fluid-x-large);font-weight:var(--mw-font-weight-bold)}h4{font-size:var(--mw-font-size-large)}h5,h6{font-size:var(--mw-font-size-medium)}ul:not(.bullets){list-style:none;padding:0}ul.bullets{margin-block-start:0;list-style:disc;padding-inline-start:var(--mw-spacing-large);>li{margin-block-start:1.6em}}a:any-link{display:inline-block;color:var(--mw-color-text-interactive);text-decoration:none;outline:none;&:hover,&:focus-visible{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:3px;text-decoration-color:var(--mw-color-text-interactive)}}.font-body{font-family:var(--mw-font-body)}.font-display{font-family:var(--mw-font-display)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focus-visible:focus-visible{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}}.theme-toggle[data-astro-cid-5ise5ta2]{flex:0 0 auto;outline:none;appearance:none;border:0;color:var(--mw-color-text-body);& svg[data-astro-cid-5ise5ta2]{height:28px;width:28px}&:hover,&:focus-visible{& svg[data-astro-cid-5ise5ta2]{color:var(--mw-color-text-interactive)}}}a[data-astro-cid-jm3yotrc]{color:var(--mw-color-text-body);border-radius:var(--mw-border-radius-circle);display:grid;place-items:center;outline:none;text-decoration:none;& svg[data-astro-cid-jm3yotrc]{width:26px;height:26px}&:hover,&:focus-visible{& svg[data-astro-cid-jm3yotrc]{color:var(--mw-color-text-interactive)}}}[data-theme=minimal] .theme-select{outline:none;border:1px solid var(--mw-color-text-body);border-radius:var(--mw-border-radius-small)}[data-theme][data-mode=light] .theme-select{background-image:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%20640%20640'><path%20d='M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z'%20fill='hsl(217.8%2095.8%%2057.4%)'/></svg>")}[data-theme][data-mode=dark] .theme-select{background-image:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%20640%20640'><path%20d='M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z'%20fill='hsl(222.6%2086.5%%2056.3%)'/></svg>")}[data-theme=silent-film] .theme-select{border:1px solid var(--mw-color-text-body);outline:3px solid var(--mw-color-text-body);outline-offset:2px;&:focus-visible{outline:3px solid var(--mw-color-text-interactive);border-color:var(--mw-color-text-body)}}.theme-select[data-astro-cid-e3sgix4a]{appearance:none;min-width:max-content;padding:var(--mw-spacing-2x-small) var(--mw-spacing-small);padding-inline-end:var(--mw-spacing-2x-large);background:var(--mw-color-background-page);background-position:95% 40%;background-repeat:no-repeat;&:focus-visible{border-color:var(--mw-color-text-interactive)}}header[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;padding:var(--mw-spacing-medium) var(--mw-spacing-large);gap:var(--mw-spacing-large)}.home[data-astro-cid-3ef6ksr2]{flex:0 0 auto;font-family:var(--mw-font-display);font-size:var(--mw-font-size-2x-large);color:var(--mw-color-text-body);font-weight:900;text-decoration:none}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--mw-spacing-medium);justify-content:space-between}nav[data-astro-cid-3ef6ksr2]{flex:1 1 auto;ul{display:flex;flex-direction:column;gap:var(--mw-spacing-x-large);list-style:none;margin:0;padding:0}}a[data-astro-cid-3ef6ksr2]{color:var(--mw-color-text-body);text-decoration:none;outline:none;&.active{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:3px;text-decoration-color:var(--mw-color-text-interactive);&:hover,&:focus-visible{text-decoration-color:var(--mw-color-text-body)}@media (width > 600px){text-underline-offset:6px}}&:hover,&:focus-visible{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:3px;text-decoration-color:var(--mw-color-text-interactive);@media (width > 600px){text-underline-offset:6px}}}.theme-mode[data-astro-cid-3ef6ksr2]{align-items:center;gap:var(--mw-spacing-medium)}.theme-mode[data-astro-cid-3ef6ksr2].mobile-only{display:flex;@media (width > 630px){display:none}}.theme-mode[data-astro-cid-3ef6ksr2].tablet-plus{display:none;@media (width > 630px){display:flex}}.skip-link[data-astro-cid-3ef6ksr2].skip-link{display:block;position:fixed;top:0;left:2rem;padding:var(--mw-spacing-medium) var(--mw-spacing-large);background-color:var(--mw-color-background-page);border:1px solid var(--mw-color-text-body);color:var(--mw-color-text-interactive);text-underline-offset:2px}@media (width > 630px){header[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;justify-content:space-between}nav[data-astro-cid-3ef6ksr2]{background:none;display:grid;justify-content:center;padding:0;ul{flex-direction:row;gap:var(--mw-spacing-x-large)}}}[data-theme=silent-film]{footer:before{margin-block-end:var(--mw-spacing-large)}}footer[data-astro-cid-sz7xmlte]{--divider-background-size: 40%;padding:var(--mw-spacing-large);text-align:center;font-size:var(--mw-font-size-small);@media (width > 600px){--divider-background-size: 250px}}
