html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0;
  margin: 0;
}

.svelte-16unu35.svelte-16unu35 {
  box-sizing: border-box;
}

:root {
  --color-salmon:#FF8878;
  --color-salmon-rgb:255, 135, 120;
  --color-red:#FF0000;
  --color-light:#FFFFFF;
  --color-light-rgb:255, 255, 255;
  --color-dark:#000000;
  --color-active-bg:var(--color-salmon);
  --z-header:1;
  --z-header-hover:50;
}

body {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: var(--color-active-bg);
  transition: ease 0.15s background-color;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.65rem;
    font-size: clamp(1.65rem, 2vw, 2rem);
  }
}
.heading {
  font-family: "FK Raster Roman Blended";
  letter-spacing: 0.03em;
  line-height: 1.05em;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: var(--color-red);
}

.scrolled ::selection {
  background-color: var(--color-salmon);
}

@font-face {
  font-family: "FK Raster Roman Blended";
  font-style: normal;
  src: url("/fonts/fk-raster-roman/blended.woff2") format("woff2"), url("/fonts/fk-raster-roman/blended.woff") format("woff");
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/public-sans/regular.woff2") format("woff2"), url("/fonts/public-sans/regular.woff") format("woff");
}
.root.svelte-16unu35.svelte-16unu35 {
  transition: ease 0.15s background-color;
  background-color: var(--color-active-bg);
}

.root.scrolled.svelte-16unu35 main.svelte-16unu35 {
  border-top-color: var(--color-dark);
}

@media screen and (max-width: 768px) {
  .root.svelte-16unu35 main.svelte-16unu35 {
    border-top-color: var(--color-dark);
  }
}
main.svelte-16unu35.svelte-16unu35 {
  position: relative;
  font-family: "Public Sans", Helvetica, sans-serif;
  margin: 5rem 0 0;
  padding: 0;
  min-height: 200vh;
  background-color: inherit;
  border-top: solid 1px transparent;
  transition: ease 0.15s border-color;
}

@media screen and (min-width: 768px) {
  main.svelte-16unu35.svelte-16unu35 {
    margin: 10rem 0 0;
  }
}
h1:first-child {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1.1em;
}

a {
  color: #f00;
}

a:visited {
  color: #E46F6F;
}

.footer.svelte-p0ccsy {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 0.25rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .footer.svelte-p0ccsy {
    grid-column-gap: 1rem;
  }
}
.footer.svelte-p0ccsy {
  flex-direction: row;
  width: 100vw;
  height: auto;
  padding: 3rem 1rem;
}

.footer-intro.svelte-p0ccsy {
  grid-column: 3/span 8;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .footer.svelte-p0ccsy {
    display: flex;
  }
}
.footer .footer-intro span {
  margin-bottom: 0.35rem;
  display: inline-block;
  text-indent: 2em;
}

.header.svelte-1022exo.svelte-1022exo {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 0.25rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .header.svelte-1022exo.svelte-1022exo {
    grid-column-gap: 1rem;
  }
}
.header.svelte-1022exo.svelte-1022exo {
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 1rem;
  background-color: var(--color-active-bg);
  border-bottom: solid 1px transparent;
  transition: ease 0.15s background-color;
}

.header-logo.svelte-1022exo.svelte-1022exo {
  order: 1;
  grid-column: span 4;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .header-logo.svelte-1022exo.svelte-1022exo {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo.svelte-1022exo.svelte-1022exo {
    grid-column: span 2;
  }
}
.header-intro.svelte-1022exo.svelte-1022exo {
  order: 3;
  grid-column: span 24;
  width: 100%;
  white-space: pre-line;
  line-height: 0.95em;
  margin-top: 2rem;
}

@media screen and (min-width: 420px) {
  .header-intro.svelte-1022exo.svelte-1022exo {
    grid-column: 13/span 12;
  }
}
@media screen and (min-width: 768px) {
  .header-intro.svelte-1022exo.svelte-1022exo {
    order: 2;
    grid-column: span 12;
    max-width: 24rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header-intro.svelte-1022exo.svelte-1022exo {
    grid-column: span 10;
    max-width: 30rem;
  }
}
.header-nav.svelte-1022exo.svelte-1022exo {
  order: 2;
  grid-column: 13/span 12;
}

@media screen and (min-width: 768px) {
  .header-nav.svelte-1022exo.svelte-1022exo {
    order: 3;
    grid-column: 17/span 6;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav.svelte-1022exo.svelte-1022exo {
    grid-column: 13/span 6;
  }
}
.header-fade.svelte-1022exo.svelte-1022exo {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.3rem;
  background-image: url("/img/gradient-salmon-long.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  backface-visibility: hidden;
  opacity: 0;
  transition: ease 0.3s opacity, ease 0.15s background-image;
}

.header.top.svelte-1022exo.svelte-1022exo {
  z-index: var(--z-header-hover);
  height: 4.8rem;
  overflow: hidden;
  border-color: var(--color-dark);
  transition: ease 0.15s background-color, ease 0.3s height;
}

.header.top.svelte-1022exo .header-fade.svelte-1022exo {
  opacity: 1;
}

.header.top.open.svelte-1022exo .header-fade.svelte-1022exo {
  opacity: 0;
}

@media screen and (min-width: 420px) {
  .header.top.svelte-1022exo.svelte-1022exo {
    height: 5.3rem;
  }
}
@media screen and (min-width: 768px) {
  .header.top.svelte-1022exo .header-intro.svelte-1022exo {
    display: block;
  }
}
.header-shadow.svelte-1022exo.svelte-1022exo {
  display: block;
  width: 100%;
}

.header .header-intro span {
  margin-bottom: 0.35rem;
  display: inline-block;
  text-indent: 2em;
}

.scrolled .header .header-fade {
  background-image: url("/img/gradient-light-long.png");
}

.list.svelte-njkke2 {
  width: 100%;
  display: block;
}

.page.svelte-1hb0ntj.svelte-1hb0ntj {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 0.25rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .page.svelte-1hb0ntj.svelte-1hb0ntj {
    grid-column-gap: 1rem;
  }
}
.page-title.svelte-1hb0ntj.svelte-1hb0ntj {
  grid-column: 3/span 9;
}

.page-title.svelte-1hb0ntj .heading.svelte-1hb0ntj {
  font-size: 4rem;
}

.page-content.svelte-1hb0ntj.svelte-1hb0ntj {
  padding: 3rem 0;
  grid-column: 3/span 20;
}

.logo.svelte-16gq5is {
  width: 3rem;
  height: auto;
}

@media screen and (min-width: 420px) {
  .logo.svelte-16gq5is {
    width: 3.5rem;
  }
}
.nav.svelte-1okcbyj hr.svelte-1okcbyj {
  appearance: none;
  border: none;
  margin: 0.35rem 0;
}

select.svelte-1okcbyj.svelte-1okcbyj {
  appearance: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  background: transparent;
  box-shadow: none;
  border: 0px;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}

select.svelte-1okcbyj.svelte-1okcbyj:hover {
  text-decoration: underline;
  cursor: pointer;
}

select.svelte-1okcbyj.svelte-1okcbyj:focus {
  outline: none;
  text-decoration: underline;
  cursor: auto;
}

.nav a {
  text-decoration: none;
  color: inherit;
}

.nav a:hover {
  text-decoration: underline;
}

.list-item.svelte-zz8aog .wrapper.svelte-zz8aog {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 0.25rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .list-item.svelte-zz8aog .wrapper.svelte-zz8aog {
    grid-column-gap: 1rem;
  }
}
.list-item.svelte-zz8aog.svelte-zz8aog {
  margin: 0;
  border-top: solid 1px var(--color-dark);
  counter-increment: item;
  transition: 0.15s background-color;
  position: relative;
  height: auto;
  background-color: var(--color-active-bg);
}

.list-item.svelte-zz8aog .fade.svelte-zz8aog {
  display: none;
  position: absolute;
  background-image: url("/img/gradient-salmon.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  backface-visibility: hidden;
  bottom: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 5rem;
  transition: ease 0.15s background-image;
}

.list-item.svelte-zz8aog .number.svelte-zz8aog {
  position: absolute;
  font-feature-settings: "tnum" on, "lnum" on;
}

.list-item.svelte-zz8aog .number.svelte-zz8aog::before {
  content: counter(item);
}

@media screen and (min-width: 768px) {
  .list-item.svelte-zz8aog .number.svelte-zz8aog {
    position: relative;
    position: sticky;
    top: 7rem;
    height: 3rem;
  }
}
.list-item.svelte-zz8aog .wrapper.svelte-zz8aog {
  padding: 1.5rem 1rem;
  position: relative;
  height: auto;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .list-item.svelte-zz8aog .wrapper.svelte-zz8aog {
    padding: 2rem 1rem;
  }
}
.list-item.svelte-zz8aog .title.svelte-zz8aog {
  font-family: "FK Raster Roman Blended";
  font-size: 2.1rem;
  margin: 0 0 1.5rem;
  padding-left: 1.1em;
}

@media screen and (min-width: 768px) {
  .list-item.svelte-zz8aog .title.svelte-zz8aog {
    font-size: 4rem;
    font-size: clamp(2.75rem, 5vw, 4rem);
    letter-spacing: 0.03em;
    grid-column: 4/span 20;
    padding-left: 0;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .list-item.svelte-zz8aog .title.svelte-zz8aog {
    grid-column: 3/span 9;
    font-size: clamp(2.75rem, 3.8vw, 3.85rem);
  }
}
.list-item.svelte-zz8aog .body.svelte-zz8aog {
  grid-column: span 12;
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .list-item.svelte-zz8aog .body.svelte-zz8aog {
    grid-column: 4/span 20;
  }
}
@media screen and (min-width: 1280px) {
  .list-item.svelte-zz8aog .body.svelte-zz8aog {
    grid-column: 13/span 10;
  }
}
.list-item.svelte-zz8aog.svelte-zz8aog:first-child {
  border-top: none;
}

.list-item.svelte-zz8aog:first-child .fade.svelte-zz8aog {
  display: none;
}

.list-item.svelte-zz8aog.svelte-zz8aog:last-child {
  border-bottom: solid 1px var(--color-dark);
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(1) {
  z-index: 1;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(2) {
  z-index: 2;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(3) {
  z-index: 3;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(4) {
  z-index: 4;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(5) {
  z-index: 5;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(6) {
  z-index: 6;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(7) {
  z-index: 7;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(8) {
  z-index: 8;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(9) {
  z-index: 9;
}

.list-item.svelte-zz8aog.svelte-zz8aog:nth-child(10) {
  z-index: 10;
}

.list-item.collapsed.svelte-zz8aog .fade.svelte-zz8aog {
  display: block;
}

@media screen and (max-width: 768px) {
  .list-item.svelte-zz8aog .wrapper.svelte-zz8aog {
    display: flex;
    flex-direction: column;
  }
}
.list-item p {
  text-indent: 2em;
  margin-bottom: 0.35rem;
  line-height: 1em;
}

.scrolled .list .list-item .fade {
  background-image: url("/img/gradient-light.png");
}