:root{--color-brown:#964734;--color-teal:#024950;--color-black:#000;--color-dark-grey:#01010f;--color-light-grey:#fefeff;--color-white:#fff;--button-background-color:var(--color-teal);--button-background-active-color:color-mix(in srgb, var(--button-background-color) 80%, white 20%);--button-background-hover-color:color-mix(in srgb, var(--button-background-color) 90%, white 10%);--button-text-color:var(--color-white);--cta-button-background-color:var(--color-brown);--background-color:var(--color-light-grey);--header-footer-background-color:var(--color-teal);--focus-background-color:var(--color-white);--text-color:var(--color-black);--inverted-text-color:var(--color-white);--link-text-color:var(--color-teal);--link-text-hover-color:var(--color-brown);--header-footer-text-color:var(--color-white);--footer-link-text-color:var(--color-white);--section-seperator-color:var(--color-teal);--default-border:1px solid var(--text-color);--default-border-radius:max(.75vw, .75vh, 10px);--default-box-shadow:0 max(.5vw, .5vh, 5px) max(1.5vw, 1.5vh, 15px) #00000026;--default-highlight-box-shadow:0 max(1vw, 1vh, 10px) max(3vw, 3vh, 30px) #0003;--default-flex-gap:max(1.5vw, 1.5vh, 15px)}@media (prefers-color-scheme:dark){:root{--background-color:var(--color-dark-grey);--focus-background-color:var(--color-dark-teal);--text-color:var(--color-light-blue);--inverted-text-color:var(--color-black);--link-text-color:var(--color-white)}}.buttons.svelte-b7vjpn{gap:var(--default-flex-gap);width:100%;display:flex}.buttons.tab.svelte-b7vjpn{width:80%}.buttons.centered.svelte-b7vjpn,.buttons.tab.svelte-b7vjpn{flex:1;justify-content:center}.buttons.mobile.svelte-b7vjpn{width:auto}.buttons.menu.svelte-b7vjpn{background:var(--button-background-color);border-radius:var(--default-border-radius);flex-direction:column;gap:0}@media (width<=900px){.buttons.svelte-b7vjpn{flex-direction:column;align-items:center}.buttons.mobile.svelte-b7vjpn{flex-direction:column}}.button.svelte-vw9wb1{background-color:var(--button-background-color);border-radius:var(--default-border-radius);text-align:center;cursor:pointer;box-shadow:var(--default-box-shadow);color:var(--button-text-color);border:none;justify-content:center;align-items:center;padding:min(1.1vw,14px) min(2.6vw,32px);font-size:max(1.1vw,16px);text-decoration:none;transition:all .3s;display:inline-block}.button.svelte-vw9wb1:hover,.button-dropdown-container.svelte-vw9wb1:hover>.button:where(.svelte-vw9wb1){background-color:var(--button-background-hover-color);box-shadow:var(--default-highlight-box-shadow)}.button.svelte-vw9wb1:hover:not(.button-dropdown-container:where(.svelte-vw9wb1)>.button:where(.svelte-vw9wb1)){transform:translateY(-2px)}.button.active.svelte-vw9wb1{background-color:var(--button-background-active-color);box-shadow:var(--default-box-shadow);filter:brightness();font-weight:bolder;transform:none}.button.tab.svelte-vw9wb1{width:80%}.button.cta.svelte-vw9wb1{background-color:var(--cta-button-background-color)}.button.hidden.svelte-vw9wb1{display:none}.button-dropdown-container.svelte-vw9wb1{display:inline-block;position:relative}.chevron.svelte-vw9wb1{margin-left:6px;font-size:.75em;transition:transform .3s;display:inline-block}.dropdown-menu.svelte-vw9wb1{background-color:var(--button-background-color);border-radius:var(--default-border-radius);box-shadow:var(--default-highlight-box-shadow);z-index:1000;width:max-content;min-width:10vw;max-width:50vw;margin-top:2px;display:none;position:absolute;top:100%;left:0;overflow:hidden}.button-dropdown-container.svelte-vw9wb1:after{content:"";background:0 0;height:2px;position:absolute;top:100%;left:0;right:0}.dropdown-item.svelte-vw9wb1{color:var(--button-text-color);padding:12px 20px;font-size:max(1.1vw,16px);text-decoration:none;transition:background-color .2s;display:block}.dropdown-item.svelte-vw9wb1:hover{background-color:var(--button-background-hover-color)}.button-dropdown-container.svelte-vw9wb1:hover .chevron:where(.svelte-vw9wb1){transform:rotate(180deg)}@media (width>900px){.button-dropdown-container.svelte-vw9wb1:hover .dropdown-menu:where(.svelte-vw9wb1){display:block}}@media (width<=900px){.button.svelte-vw9wb1{text-align:center;width:80%}.button.tab.svelte-vw9wb1{flex:1}.button-dropdown-container.svelte-vw9wb1{flex-direction:column;align-items:center;gap:5px;width:100%;display:flex}.button-dropdown-container.svelte-vw9wb1>.button:where(.svelte-vw9wb1){width:100%}.dropdown-menu.svelte-vw9wb1{visibility:hidden;width:100%;height:0;box-shadow:none;background-color:#0000;flex-direction:column;margin-top:0;display:flex;position:static}.button-dropdown-container.svelte-vw9wb1:hover .dropdown-menu:where(.svelte-vw9wb1){visibility:visible;height:auto}.dropdown-item.svelte-vw9wb1{background-color:var(--button-background-color);border-radius:var(--default-border-radius);box-shadow:var(--default-box-shadow);text-align:center;margin-bottom:5px}.dropdown-item.svelte-vw9wb1:hover{background-color:var(--button-background-hover-color);box-shadow:var(--default-highlight-box-shadow);transform:translateY(-2px)}}.hamburger.svelte-1aynnpz{cursor:pointer;flex-direction:column;gap:5px;display:flex;position:relative}.hamburger.svelte-1aynnpz div:where(.svelte-1aynnpz){background:#fff;width:26px;height:3px;transition:all .3s}.hamburger.active.svelte-1aynnpz div:where(.svelte-1aynnpz):first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active.svelte-1aynnpz div:where(.svelte-1aynnpz):nth-child(2){opacity:0}.hamburger.active.svelte-1aynnpz div:where(.svelte-1aynnpz):nth-child(3){transform:translateY(-8px)rotate(-45deg)}a.svelte-1vgbj3p{transition:all .3s}a.svelte-1vgbj3p:not(.footer){color:var(--link-text-color)}a.flex.svelte-1vgbj3p{flex-direction:column;flex:1;display:flex}a.footer.svelte-1vgbj3p{color:var(--footer-link-text-color)}a.svelte-1vgbj3p:not(.footer):hover{color:var(--link-text-hover-color)}picture.svelte-ip4c4z{border-radius:var(--default-border-radius);flex:1;margin:0 2px;display:block}picture.tile-icon.svelte-ip4c4z{flex:0;width:calc(5vh + 5vw)}picture.button-icon.svelte-ip4c4z{flex:0}picture.tile-image.svelte-ip4c4z{width:100%;height:100%}img.svelte-ip4c4z{text-align:center;border-radius:var(--default-border-radius);border:var(--default-border);max-width:100%;height:100%;margin:auto;display:block}picture.svelte-ip4c4z:not(.contain){object-fit:cover}picture.contain.svelte-ip4c4z{object-fit:contain}img.svelte-ip4c4z:not(.contain){object-fit:cover}img.contain.svelte-ip4c4z{object-fit:contain}img.no-border.svelte-ip4c4z{border:none;border-radius:0}img.tile-icon.svelte-ip4c4z{aspect-ratio:1;object-fit:contain;border-radius:var(--default-border-radius);border:0;width:calc(5vh + 5vw);min-width:calc(5vh + 5vw);height:auto}img.button-icon.svelte-ip4c4z{aspect-ratio:1;object-fit:contain;border:0;border-radius:0;min-width:3vh}img.tile-image.svelte-ip4c4z{object-position:center;width:100%;height:100%}img.paragraph.svelte-ip4c4z{text-align:left;width:2em;height:2em;display:inline-block}.section.svelte-1myi4yv:not(.header-footer-section){background-color:var(--background-color);margin:0 2vw}.header-footer-section.svelte-1myi4yv{background:var(--header-footer-background-color);color:var(--header-footer-text-color)}.section.svelte-1myi4yv>.section-container:where(.svelte-1myi4yv){width:100%;max-width:max(1200px,80%);margin:0 auto;padding-top:50px;padding-bottom:50px;position:relative}.section.svelte-1myi4yv:not(:last-of-type)>.section-container:where(.svelte-1myi4yv){border-bottom:2px solid var(--section-seperator-color)}.section.slim.svelte-1myi4yv>.section-container:where(.svelte-1myi4yv){border-bottom:none;padding-top:15px;padding-bottom:15px}.section.transparent.svelte-1myi4yv{background:linear-gradient(0deg, color-mix(in srgb, var(--background-color), transparent 100%) 0%, color-mix(in srgb, var(--background-color) 80%, transparent 20%) 50%, color-mix(in srgb, var(--background-color) 80%, transparent 20%))}p.svelte-1sbh0vl{flex:1}p.centered.svelte-1sbh0vl{text-align:center}p.bold.svelte-1sbh0vl{font-weight:bolder}p.larger.svelte-1sbh0vl{font-size:larger}.reference.svelte-1sbh0vl{vertical-align:super;font-size:smaller}.table-wrapper.svelte-1sbh0vl{width:100%;margin:1.5rem 0;overflow-x:auto}table.svelte-1sbh0vl{border-collapse:collapse;width:100%}th.svelte-1sbh0vl,td.svelte-1sbh0vl{text-align:left;vertical-align:top;padding:.75rem 1rem}td.svelte-1sbh0vl ul:where(.svelte-1sbh0vl){margin:0;padding-left:1.5rem;list-style-type:disc}td.svelte-1sbh0vl ul:where(.svelte-1sbh0vl) li:where(.svelte-1sbh0vl){margin:.25rem 0}li.no-bullets.svelte-1sbh0vl{list-style-type:none}@media (width<=768px){th.svelte-1sbh0vl,td.svelte-1sbh0vl{padding:.5rem}td.svelte-1sbh0vl ul:where(.svelte-1sbh0vl){font-size:inherit;padding-left:1.2rem}}.tile.svelte-1seqvtl{background-color:var(--focus-background-color);border-radius:var(--default-border-radius);box-shadow:var(--default-box-shadow);cursor:pointer;flex-direction:column;flex:1;justify-content:flex-start;padding:max(1vw,1vh,25px);transition:transform .3s,box-shadow .3s;display:flex}.tile.svelte-1seqvtl>:where(.svelte-1seqvtl){flex:1}.tile:hover.link.svelte-1seqvtl{box-shadow:var(--default-highlight-box-shadow);transform:scale(1.02)}.tile-main.svelte-1seqvtl{gap:var(--default-flex-gap);flex-direction:column;flex:1;display:flex}.tile.panel-tile.svelte-1seqvtl>.tile-main:where(.svelte-1seqvtl){gap:calc(var(--default-flex-gap) * 4);flex-direction:row}.tile.panel-tile-reverse.svelte-1seqvtl .tile-main:where(.svelte-1seqvtl){gap:calc(var(--default-flex-gap) * 4);flex-direction:row-reverse}.tile.panel-tile.svelte-1seqvtl .tile-main:where(.svelte-1seqvtl)>:where(.svelte-1seqvtl),.tile.panel-tile-reverse.svelte-1seqvtl .tile-main:where(.svelte-1seqvtl)>:where(.svelte-1seqvtl){flex:1}.tile.panel-tile.icon.svelte-1seqvtl>.tile-main:where(.svelte-1seqvtl){gap:var(--default-flex-gap)}.tile.image.svelte-1seqvtl .tile-image:where(.svelte-1seqvtl){aspect-ratio:3;width:100%;max-height:max-content;position:relative}.tile.icon.svelte-1seqvtl .tile-image:where(.svelte-1seqvtl){flex:0;width:fit-content}.tile-summary.svelte-1seqvtl{font-size:110%;line-height:1.5}.tile-content.svelte-1seqvtl{flex-direction:column;flex:1;align-items:flex-start;display:flex}.button-set.svelte-1seqvtl{flex:1;justify-content:center;align-items:flex-end;display:flex}@media (width<=900px){.tile-main.svelte-1seqvtl{flex-direction:row}.tile.image.svelte-1seqvtl .tile-main:where(.svelte-1seqvtl){flex-direction:column}.tile.panel-tile.svelte-1seqvtl>.tile-main:where(.svelte-1seqvtl),.tile.panel-tile-reverse.svelte-1seqvtl>.tile-main:where(.svelte-1seqvtl){gap:var(--default-flex-gap);flex-direction:column-reverse}}.tile-container-wrapper.svelte-11c2v9z{gap:var(--default-flex-gap);flex-wrap:wrap;width:100%;display:flex}.tile-container-wrapper.grid.svelte-11c2v9z{grid-template-columns:repeat(var(--max-columns), minmax(300px, 1fr));display:grid}.tile-container-wrapper.vertical.svelte-11c2v9z{flex-direction:column;flex:1}@media (width<=900px){.tile-container-wrapper.svelte-11c2v9z{flex-direction:column}.tile-container-wrapper.grid.svelte-11c2v9z{grid-template-columns:repeat(auto-fit,minmax(min(900px,100%),1fr))}}.centered.svelte-dbgc3,.centered.svelte-1hu0vl5{text-align:center}.tiled-section-container.svelte-sx60b{gap:var(--default-flex-gap);flex-direction:column;display:flex}.error-page.svelte-ebhl7h{text-align:center;background-color:var(--background-color);flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.loading.svelte-1u2cfcb{justify-content:center;align-items:center;gap:var(--default-flex-gap);flex-direction:column;height:100vh;display:flex}.spinner.svelte-1u2cfcb{border:max(.3vw, .3vh, 5px) solid var(--text-color);border-top:4px solid var(--inverted-text-color);border-radius:50%;width:max(5vw,5vh,50px);height:max(5vw,5vh,50px);animation:1s linear infinite svelte-1u2cfcb-spin}@keyframes svelte-1u2cfcb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification.svelte-qfgj2r{border-left:4px solid;border-radius:4px;margin:2rem 0;padding:1rem;position:relative}.notification.slim.svelte-qfgj2r{margin:0}.notification.notification.svelte-qfgj2r{background-color:#f0f9ff;border-left-color:#0ea5e9}.notification.warning.svelte-qfgj2r{background-color:#fef3c7;border-left-color:#f59e0b}.notification.error.svelte-qfgj2r{color:#991b1b;background-color:#fee2e2;border-left-color:#ef4444;font-weight:500}.close-button.svelte-qfgj2r{cursor:pointer;color:inherit;opacity:.5;background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:opacity .2s;position:absolute;top:.5rem;right:.5rem}.close-button.svelte-qfgj2r:hover{opacity:1}.close-button.svelte-qfgj2r:focus{outline-offset:2px;opacity:1;outline:2px solid}.terms-container.svelte-1uzikev{margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}p.svelte-1uzikev{margin-bottom:1rem}p.contact.svelte-1uzikev{margin-bottom:0}ol.svelte-1uzikev{margin-bottom:1rem;padding-left:1.5rem}li.svelte-1uzikev{margin-bottom:.5rem}strong.svelte-1uzikev{font-weight:600}a.svelte-1uzikev{color:var(--link-color)}.panel.svelte-6jyhgm{flex-direction:column;flex:1;display:flex;position:relative}.panel.centered.svelte-6jyhgm{align-items:center}.panel.svelte-6jyhgm>:where(.svelte-6jyhgm){flex:1}.overlay-text.svelte-6jyhgm{text-align:right;white-space:nowrap;color:var(--header-footer-text-color);text-shadow:0 2px 6px #0006;font-size:max(1.75vw,16px);font-weight:600;position:absolute;bottom:12px;right:12px}.overlay-text.inverted.svelte-6jyhgm{color:var(--link-text-color);text-shadow:none}.two-panel-section-container.svelte-140zzoe{justify-content:space-between;align-items:stretch;gap:var(--default-flex-gap);max-width:100%;margin:0 auto;display:flex;position:relative}@media (width<=900px){.two-panel-section-container.svelte-140zzoe:not(.slim){flex-direction:column}}.header.svelte-10l9vrh{z-index:1000;transition:background .3s,padding .3s;position:sticky;top:0}.topbar.svelte-10l9vrh{background-color:var(--header-footer-background-color);color:var(--header-footer-text-color);z-index:1001;justify-content:space-between;align-items:center;padding:15px 20px;font-size:max(1.1vw,16px);transition:background .3s,padding .3s;display:flex;position:relative}.topbar.scrolled.svelte-10l9vrh{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#024950cc;padding:10px 20px}.logo.svelte-10l9vrh{width:275px;height:34px}.nav-links.svelte-10l9vrh{justify-content:flex-end;align-items:center;gap:var(--default-flex-gap);flex:1;display:flex}.nav-links.svelte-10l9vrh>:where(.svelte-10l9vrh){justify-content:flex-end}.header.scrolled.svelte-10l9vrh>:where(.svelte-10l9vrh){background-color:color-mix(in srgb, var(--header-footer-background-color) 80%, transparent 20%)}.language-switcher.svelte-10l9vrh{justify-content:flex-end;align-items:center;gap:8px;display:flex}.language-switcher.svelte-10l9vrh button:where(.svelte-10l9vrh){color:#fff;cursor:pointer;border-radius:var(--default-border-radius);background:0 0;border:none;padding:5px 10px;font-size:max(1.1vw,16px);font-weight:500;transition:background-color .3s,transform .2s}.language-switcher.svelte-10l9vrh button:where(.svelte-10l9vrh):hover{background-color:var(--button-background-hover-color);transform:translateY(-2px)}.language-switcher.svelte-10l9vrh button.active:where(.svelte-10l9vrh){background-color:var(--button-background-active-color);font-weight:bolder;transform:none}.language-switcher.svelte-10l9vrh span:where(.svelte-10l9vrh){color:#ffffff80;font-size:max(1.1vw,16px)}.hamburger-wrapper.svelte-10l9vrh{display:none}@media (width<=900px){.nav-links.svelte-10l9vrh{background:var(--header-footer-background-color);border-radius:var(--default-border-radius);box-shadow:var(--default-box-shadow);border:var(--default-inverted-border);flex-direction:column;align-items:stretch;gap:5px;padding:20px;display:none;position:absolute;top:58px;right:20px}.nav-links.svelte-10l9vrh>:where(.svelte-10l9vrh){flex:1}.nav-links.show.svelte-10l9vrh{display:flex}.language-switcher.svelte-10l9vrh{justify-content:center}.hamburger-wrapper.svelte-10l9vrh{display:block}}.link-set.svelte-ukpxb0{justify-content:center;gap:calc(var(--default-flex-gap) * 2);text-align:center;flex-wrap:wrap;margin:auto;display:flex}.link-set-column.svelte-ukpxb0{gap:var(--default-flex-gap);flex-direction:column;flex:1;min-width:200px;max-width:fit-content;display:flex}.link-column-header.svelte-ukpxb0{grid-area:header;font-size:larger;font-weight:bolder}.footer-bottom.svelte-1dyf7jz{gap:var(--default-flex-gap);flex-direction:column;justify-content:center;align-items:center;margin-top:20px;display:flex}.social.svelte-1dyf7jz{gap:var(--default-flex-gap);justify-content:center;align-items:center;margin-top:20px;display:flex}.numbers-and-copyright.svelte-1dyf7jz{gap:var(--default-flex-gap);justify-content:center;align-items:center;margin:0;font-size:smaller;display:flex}.numbers-and-copyright.svelte-1dyf7jz p:where(.svelte-1dyf7jz){margin:0;font-size:95%}.footer-bottom.svelte-1dyf7jz img:where(.svelte-1dyf7jz){width:max(2vw,32px);height:auto}.vortex-overlay.svelte-17n3crb{z-index:9999;background:radial-gradient(circle,#000 0%,#01010f 40%,#000 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.spiral.svelte-17n3crb{mix-blend-mode:screen;background:repeating-conic-gradient(#00ffff0d 0deg 10deg,#8000ff0d 10deg 20deg,#0000001a 20deg 30deg);border-radius:50%;width:200%;height:200%;animation:12s linear infinite svelte-17n3crb-spin-tunnel;position:absolute;top:-50%;left:-50%}.spiral.svelte-17n3crb:nth-child(2){background:repeating-conic-gradient(#00ffff08 0deg 8deg,#8000ff08 8deg 16deg,#0000000d 16deg 24deg);animation:15s linear infinite reverse spin-tunnel-everse}.particle.svelte-17n3crb{transform-origin:top;opacity:.6;background:#0ff;width:2px;height:20px;animation:1s linear infinite svelte-17n3crb-fly;position:absolute;top:50%;left:50%}@keyframes svelte-17n3crb-spin-tunnel{0%{transform:rotate(0)scale(1)}to{transform:rotate(360deg)scale(1.3)}}@keyframes svelte-17n3crb-spin-tunnel-reverse{0%{transform:rotate(0)scale(1)}to{transform:rotate(360deg)scale(1.2)}}@keyframes svelte-17n3crb-fly{0%{transform:rotate(var(--angle)) translateY(-50%) scaleY(.2);opacity:0}50%{opacity:1}to{transform:rotate(var(--angle)) translateY(-200vh) scaleY(2);opacity:0}}.vortex-text.svelte-17n3crb{color:#0fd;white-space:pre;opacity:0;z-index:20;text-shadow:0 0 8px #0fd,0 0 16px #0fd,0 0 24px #0fd;font-family:Courier New,Courier,monospace;font-size:2em;position:relative}.fade-out.svelte-17n3crb{animation:1.5s forwards svelte-17n3crb-fade-out}@keyframes svelte-17n3crb-fade-out{to{opacity:0;visibility:hidden}}.contact-section-header.svelte-bnfwfx{text-align:center;margin:0 auto 15px}.contact-section-header.svelte-bnfwfx,.contact-form.svelte-bnfwfx{max-width:700px}.contact-form.svelte-bnfwfx{gap:var(--default-flex-gap);flex-direction:column;margin:auto;display:flex}.contact-form.svelte-bnfwfx input:where(.svelte-bnfwfx),.contact-form.svelte-bnfwfx textarea:where(.svelte-bnfwfx){border:1px solid var(--text-input-border-color);border-radius:var(--default-border-radius);background-color:var(--focus-background-color);padding:14px 18px;font-size:max(1.2vw,16px);transition:all .3s}.contact-form.svelte-bnfwfx textarea:where(.svelte-bnfwfx){resize:vertical}.contact-form.svelte-bnfwfx input:where(.svelte-bnfwfx):focus,.contact-form.svelte-bnfwfx textarea:where(.svelte-bnfwfx):focus{border-color:var(--focus-text-input-border-color);outline:none}.loading.svelte-18y9xia{text-align:center;justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.blog-header.svelte-18y9xia{aspect-ratio:3}:root{--color-dark-teal:#003135;--color-teal:#024950;--color-light-teal:#0fa4af;--color-light-blue:#addde5;--teal-light:#03616b;--color-white:#fff;--color-light-grey:#fefeff;--color-light-mid-grey:#f8f8ff;--color-mid-light-grey:#f1f1ff;--color-mid-dark-grey:#090918;--color-dark-mid-grey:#10101e;--color-dark-grey:#01010f;--color-black:#000;--background-color:var(--color-light-grey);--secondary-background-color:var(--color-mid-light-grey);--tertiary-background-color:var(--color-light-mid-grey);--focus-background-color:var(--color-white);--header-footer-background-color:var(--color-teal);--header-footer-text-color:var(--color-white);--section-seperator-color:var(--color-teal);--button-background-color:var(--color-teal);--button-background-active-color:color-mix(in srgb, var(--button-background-color) 80%, white 20%);--button-background-hover-color:color-mix(in srgb, var(--button-background-color) 90%, white 10%);--button-text-color:var(--color-white);--link-text-color:var(--color-teal);--text-color:var(--color-black);--inverted-text-color:var(--color-white);--text-input-border-color:var(--color-dark-teal);--focus-text-input-border-color:var(--color-light-teal);--default-flex-gap:max(1.5vw, 1.5vh, 15px);--default-box-shadow:0 max(.5vw, .5vh, 5px) max(1.5vw, 1.5vh, 15px) #00000026;--default-highlight-box-shadow:0 max(1vw, 1vh, 10px) max(3vw, 3vh, 30px) #0003;--default-border:1px solid var(--text-color);--default-inverted-border:1px solid var(--inverted-text-color);--default-border-radius:max(.75vw, .75vh, 10px)}@media (prefers-color-scheme:dark){:root{--background-color:var(--color-dark-grey);--secondary-background-color:var(--color-dark-mid-grey);--tertiary-background-color:var(--color-mid-dark-grey);--focus-background-color:var(--color-dark-teal);--link-text-color:var(--color-white);--text-color:var(--color-light-blue);--inverted-text-color:var(--color-black)}}body{background:var(--background-color);color:var(--text-color);margin:0;font-family:Arial,sans-serif}a{color:var(--button-text-color);filter:brightness(90%);text-decoration:none;transition:all .3s}a:hover{filter:brightness(110%)}h1{margin-top:0;margin-bottom:20px;font-size:max(2vw,20px)}h2{margin-top:0;margin-bottom:15px;font-size:max(1.6vw,18px)}h3{margin-top:0;margin-bottom:15px;font-size:max(1vw,16px)}p,li,td,th,tr{font-size:max(1vw,16px);line-height:1.5}.image-overlay{display:inline-block;position:relative}.image-overlay img{width:100%;display:block}table,th,tr,td{border:1px solid var(--section-seperator-color)}th{background-color:var(--secondary-background-color);font-weight:700}tbody tr:nth-child(2n){background-color:var(--tertiary-background-color)}.hidden{display:none}
