/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* @font-face {
	font-family: 'Inter';
	font-style:  normal;
	font-weight: normal;
	font-display: swap;
	src: url('/fonts/Inter-Regular.woff2') format('woff2'),
		url('/fonts/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter';
	font-style:  italic;
	font-weight: normal;
	font-display: swap;
	src: url('/fonts/Inter-RegularItalic.woff2') format('woff2'),
		url('/fonts/Inter-RegularItalic.woff') format('woff');
}

@font-face {
	font-family: 'Inter';
	font-style:  normal;
	font-weight: bold;
	font-display: swap;
	src: url('/fonts/Inter-Bold.woff2') format('woff2'),
		url('/fonts/Inter-Bold.woff') format('woff');
} */

@font-face {
	font-family: 'ABCRepro';
	font-style:  normal;
	font-weight: normal;
	font-display: swap;
	src: url('/fonts/ABCRepro-Screen.woff2') format('woff2');
}

@font-face {
	font-family: 'ABCRepro';
	font-style:  italic;
	font-weight: normal;
	font-display: swap;
	src: url('/fonts/ABCRepro-ScreenItalic.woff2') format('woff2');
}

@font-face {
	font-family: 'ABCRepro';
	font-style:  normal;
	font-weight: bold;
	font-display: swap;
	src: url('/fonts/ABCRepro-Bold.woff2') format('woff2');
}
:root {
	--space: 0.5em;
	--font: ABCRepro;
	--line-height: 1.25;
	--color: rgb(0, 0, 0);
	--font-size: 24px;
	--letter-spacing: -0.01em;
}

@media (min-width: 768px) {
	:root {
		--font-size: 32px;
		--letter-spacing: -0.01em;
	}
}

body {
	font-family: var(--font);
	font-size: var(--font-size);
	line-height: var(--line-height);
	letter-spacing: var(--letter-spacing);
	color: var(--color);
	background-color: #f3f3f3;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
	}


a {
	color: #000;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
}

a.inline {
	color: #888;
	text-decoration: none;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1; 
}

a.inline:hover {
	color: #000;
	text-decoration: underline;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
}

@media (prefers-color-scheme: dark) {
	:root {
		--color: #cacaca;
	}
	body {
		background-color: #333333;
	}
	a {
		color: #cacaca;
		font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
	}
	
	a.inline {
		color: #888;
		font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
	}
	
	a.inline:hover {
		color: #ebebeb;
		font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1, "ss07" 1;
	}
  }
.Introduction.svelte-17rsjqs{background:#f3f3f3;padding-top:0.5em;padding-bottom:1.25em}@media(min-width: 768px){.Introduction.svelte-17rsjqs{padding-top:calc(2 * var(--space))}}@media(prefers-color-scheme: dark){.Introduction.svelte-17rsjqs{background:#333}}p.svelte-17rsjqs{line-height:1.25;margin:0;padding:0 0.5em 1em 0.5em;max-width:100vw;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media(min-width: 1024px){p.svelte-17rsjqs{max-width:50vw}}.more-wrapper-outer.svelte-17rsjqs{width:100%;height:1px;-webkit-transform:translateY(-1em);transform:translateY(-1em);margin-bottom:-1px;padding:0 0.5em}.more-wrapper.svelte-17rsjqs{position:relative}.more.svelte-17rsjqs{position:absolute;top:0;left:0}@media(min-width: 450px){p.svelte-17rsjqs,.more-wrapper-outer.svelte-17rsjqs{line-height:1.25}}@media(min-width: 768px){p.svelte-17rsjqs,.more-wrapper-outer.svelte-17rsjqs{padding-left:calc(2 * var(--space));padding-right:calc(2 * var(--space))}}.link--more.svelte-17rsjqs{font-size:0.8em;color:#888888;text-decoration:none;outline:none;padding-top:16px}.link--more.svelte-17rsjqs:hover{font-size:0.8em;color:#000000;text-decoration:none;padding-top:16px}@media(prefers-color-scheme: dark){.link--more.svelte-17rsjqs:hover{color:#fff}}
.button.svelte-m6o4c9{position:relative;background:transparent;display:block;outline:none;cursor:pointer;border:none;padding:0.3em 0.7em 0.3em;font-size:0.8em;margin-bottom:4px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.button.svelte-m6o4c9::before{content:'';display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:#f3f3f3;border:2px solid black;border-radius:1em}@media(max-width: 768px){.button.svelte-m6o4c9::before{border:1.5px solid black}}@media(prefers-color-scheme: dark){.button.svelte-m6o4c9::before{background-color:#333;border:2px solid #cacaca}}.button.svelte-m6o4c9 a.svelte-m6o4c9{position:relative;z-index:2;text-decoration:none}.button.svelte-m6o4c9 a.external.svelte-m6o4c9{cursor:alias}.button.svelte-m6o4c9:hover,.button.selected.svelte-m6o4c9{z-index:0}.button.svelte-m6o4c9:hover::before,.button.selected.svelte-m6o4c9::before{background:#73f480;-webkit-filter:blur(0.4em);filter:blur(0.4em);border:none}@media(prefers-color-scheme: dark){.button.svelte-m6o4c9:hover::before,.button.selected.svelte-m6o4c9::before{background:#626262 }}
.smiley.svelte-1yoo07l{display:block;width:40px;height:40px;background-image:url('/smiley.png');background-size:contain;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;-webkit-transform-origin:center;transform-origin:center}@media(min-width: 768px){.smiley.svelte-1yoo07l{width:54px;height:54px}}.smiley.svelte-1yoo07l:hover{-webkit-filter:blur(0.07em);filter:blur(0.07em)}
.navigation.svelte-152a7hz{position:-webkit-sticky;position:sticky;top:0.5em;z-index:5000;margin:1em 0;padding:0 0.25em;white-space:nowrap;pointer-events:none}@media(min-width: 768px){.navigation.svelte-152a7hz{padding:0 0.6em}}.navigation__inner.svelte-152a7hz{position:relative}.menu.svelte-152a7hz{display:flex;flex-flow:row nowrap;align-items:flex-start;opacity:0}.navigation.expanded.svelte-152a7hz .menu.svelte-152a7hz{opacity:1}.navigation.expanded.svelte-152a7hz .menu.svelte-152a7hz a{pointer-events:initial}.menu__left.svelte-152a7hz{width:75%;display:flex}.menu__right.svelte-152a7hz{width:25%;display:flex}.menu__left.svelte-152a7hz{flex-flow:row wrap;align-items:flex-start}.menu__right.svelte-152a7hz{flex-flow:column nowrap;align-items:flex-end}.menu__right-inner.svelte-152a7hz{position:absolute;display:flex;flex-flow:column nowrap;align-items:flex-end}.menu__left.svelte-152a7hz .button{margin-right:4px}.minimenu.svelte-152a7hz{position:absolute;top:0;left:0;width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-end;opacity:0}.navigation.svelte-152a7hz:not(.expanded) .minimenu.svelte-152a7hz{opacity:1}.navigation.svelte-152a7hz:not(.expanded) .minimenu.svelte-152a7hz button{pointer-events:initial}
footer.svelte-f9zcvq{margin:1em;display:flex;flex-flow:row nowrap;justify-content:space-between}footer.svelte-f9zcvq>.svelte-f9zcvq{width:50%}footer.svelte-f9zcvq ul.svelte-f9zcvq{list-style:none}footer.svelte-f9zcvq p.svelte-f9zcvq{text-align:right;max-width:15ch}
.wrapper.svelte-hx1kpp{margin:0.5em}@media(min-width: 768px){.wrapper.svelte-hx1kpp{margin:1em}}.error-link.svelte-hx1kpp{display:none}
h1.svelte-lx8hzi,p.svelte-lx8hzi{margin:0 auto;text-align:center}p.svelte-lx8hzi{margin-bottom:2em}
/* sourceMappingURL=./client.98a7d1e3.css.map */