*,:after,:before{box-sizing:border-box}body{margin:0;background:var(--color-bg,#fff);color:var(--color-fg,#111);font-family:var(--font-sans,system-ui,sans-serif);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}.mw-section{padding:var(--section-space,5rem) 1.5rem}.mw-bg-panel{background:var(--color-panel,#f6f6f6)}.mw-bg-accent{background:var(--color-accent,#333);color:var(--color-accent-fg,#fff)}.mw-has-image{background-size:cover;background-position:50%;position:relative}.mw-has-image>*{position:relative;z-index:2}.mw-container{display:flex;flex-direction:column;gap:1rem}.mw-w-normal{max-width:var(--width-normal,68rem)}.mw-w-normal,.mw-w-wide{margin-inline:auto;width:100%}.mw-w-wide{max-width:var(--width-wide,88rem)}.mw-w-full{max-width:none;width:100%}.mw-stack{flex-direction:column}.mw-row{flex-direction:row;align-items:center;flex-wrap:wrap}.mw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.mw-heading{font-family:var(--font-display,inherit);margin:0;line-height:1.15}.mw-display{font-size:var(--size-display,clamp(2.5rem,6vw,4.5rem))}.mw-display,.mw-h1{font-weight:700;letter-spacing:-.02em}.mw-h1{font-size:var(--size-h1,2.5rem)}.mw-h2{font-size:var(--size-h2,1.875rem)}.mw-h2,.mw-h3{font-weight:600}.mw-h3{font-size:var(--size-h3,1.25rem)}[hidden]{display:none!important}.mw-text{margin:0}.mw-em{font-weight:600}.mw-quiet{opacity:.6}.mw-text-sm{font-size:.875rem}.mw-text-lg{font-size:1.125rem}.mw-muted{color:var(--color-muted,#666)}.mw-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-full,999px);font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.mw-button:hover{opacity:.85}.mw-button-solid{background:var(--color-accent,#333);color:var(--color-accent-fg,#fff)}.mw-button-outline{border:1px solid var(--color-border,#ddd);color:inherit}.mw-button-ghost{color:inherit}.mw-link{text-decoration:none}.mw-form{display:grid;grid-gap:1rem;gap:1rem}.mw-field{display:grid;grid-gap:.35rem;gap:.35rem}.mw-field-label{font-size:.85rem;opacity:.75}.mw-form input,.mw-form select,.mw-form textarea{font:inherit;color:inherit;background:transparent;border:1px solid var(--color-border,#ddd);border-radius:var(--radius-sm,4px);padding:.75rem 1rem;width:100%}.mw-form textarea{resize:vertical}.mw-form input:focus-visible,.mw-form select:focus-visible,.mw-form textarea:focus-visible{outline:2px solid var(--color-accent,#333);outline-offset:1px}.mw-honeypot{position:absolute;left:-9999px;width:1px;height:1px}.mw-popup{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1.5rem;background:rgba(0,0,0,.6);overflow:auto}.mw-popup-card{position:relative;background:var(--color-bg,#fff);max-width:min(960px,100%)}.mw-popup-close{position:absolute;top:.5rem;right:.75rem;z-index:2;border:0;background:none;font:inherit;font-size:2rem;line-height:1;color:inherit;cursor:pointer;padding:.25rem .5rem}.mw-form-send{justify-self:start}.mw-form-why{color:var(--color-red,#c00)}.mw-link:hover{opacity:.7}.mw-image{border-radius:var(--radius-md,0);object-fit:cover;width:100%}.mw-missing{padding:1rem;border:2px dashed #c00;color:#c00;font-family:monospace;font-size:.85rem}@media (max-width:800px){.mw-grid{grid-template-columns:1fr!important}.mw-row{flex-direction:column;align-items:stretch}}.mw-pagelinks{display:inline-flex;align-items:center;gap:2rem;flex-wrap:wrap}.mw-itemlist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.mw-item{display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:inherit}.mw-item-title{font-weight:600}.mw-item-sub{font-size:.85rem}.mw-item-line,.mw-item-sub{color:var(--color-muted,#666)}.mw-item-line{font-size:.9rem}.mw-embed{width:100%;border:0;display:block}.mw-tablist{display:flex;flex-wrap:wrap;gap:1rem}.mw-tab{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}.mw-tab-mark-drawn{display:block;background:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.mw-carousel{position:relative}.mw-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mw-carousel-track::-webkit-scrollbar{display:none}.mw-carousel-slide{flex:0 0 calc((100% - (var(--mw-per-view) - 1) * 1.5rem) / var(--mw-per-view));scroll-snap-align:start;min-width:0}.mw-carousel-next,.mw-carousel-prev{position:absolute;top:40%;z-index:2;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.15)}.mw-carousel-prev{left:-10px}.mw-carousel-next{right:-10px}.mw-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.mw-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:currentColor;opacity:.3;cursor:pointer}.mw-dot-on{opacity:1}.mw-filter-chips{display:flex;flex-wrap:wrap;gap:1rem}.mw-chip{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}.mw-filter-items{display:contents}.mw-lightbox-over{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(20,19,18,.92);padding:3rem 1.5rem}.mw-lightbox-shot{max-width:min(92vw,1200px);max-height:86vh;object-fit:contain;display:block}.mw-lightbox-close,.mw-lightbox-next,.mw-lightbox-prev{position:absolute;background:none;border:0;color:#fff;cursor:pointer;line-height:1;padding:.5rem}.mw-lightbox-close{top:1rem;right:1.5rem;font-size:2.5rem}.mw-lightbox-prev{left:1rem;font-size:3.5rem}.mw-lightbox-next{right:1rem;font-size:3.5rem}.mw-lightbox-count{position:absolute;bottom:1.25rem;left:0;right:0;text-align:center;color:#fff;opacity:.75;margin:0;font-size:.85rem}.mw-lightbox img{cursor:zoom-in}@media (max-width:900px){.mw-carousel-slide{flex-basis:calc((100% - 1.5rem) / 2)}}@media (max-width:600px){.mw-carousel-slide{flex-basis:100%}}@media (max-width:800px){.mw-itemlist{grid-template-columns:1fr}}.mw-slot{margin:2rem 1.5rem;padding:3rem 1.5rem;border:2px dashed #b9c4e8;border-radius:10px;text-align:center;color:#7c88ad;font:500 .85rem/1 system-ui,sans-serif;letter-spacing:.04em;text-transform:uppercase;background:rgba(180,195,240,.07)}.mw-slideshow{position:relative;overflow:hidden}.mw-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease}.mw-slide.is-on{opacity:1}.mw-slide-body{position:relative;z-index:2}.mw-slide-back,.mw-slide-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;background:none;font:inherit;font-size:2rem;line-height:1;color:inherit;cursor:pointer;padding:.5rem 1rem;opacity:.6}.mw-slide-back:hover,.mw-slide-next:hover{opacity:1}.mw-slide-back{left:0}.mw-slide-next{right:0}.mw-slide-count{position:absolute;bottom:1.5rem;left:2rem;z-index:3;margin:0;font-size:.75rem;letter-spacing:.2em}.mw-showcase{position:relative;width:100%;min-height:20rem}.mw-showcase.is-loading{background:rgba(128,128,128,.06)}.mw-showcase canvas{display:block;width:100%!important;height:100%!important}.mw-showcase-hint{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);margin:0;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;opacity:.5}.mw-blank{min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:.75rem;padding:3rem;max-width:34rem;margin-inline:auto;font:16px/1.6 system-ui,sans-serif}.mw-blank h1{margin:0 0 .5rem;font-size:1.5rem}.mw-blank p{margin:0;opacity:.75}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.mw-section>*{animation:mw-arrive linear both;animation-timeline:view();animation-range:entry 0 cover 25%}.mw-section:first-child>*{animation:mw-arrive .8s ease-out both;animation-timeline:auto}.mw-editing .mw-section>*{animation:none;opacity:1;transform:none}}}@keyframes mw-arrive{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:none}}