@charset "UTF-8";
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, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  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;
}

img, video {
  display: block;
}

i, em {
  font-style: italic;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #111;
}

@font-face {
  font-family: "PlantinNowDisplay";
  font-style: normal;
  src: url("../fonts/font.woff2") format("woff2");
}
:root {
  /* Fonts */
  --font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: "PlantinNowDisplay", Georgia, serif;
  --font-mono: monospace;
  --font-system: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Font Sizes & Line Heights (Desktop) */
  --size-s: 12px;
  --line-s: 17px;
  --size-m: 16px;
  --line-m: 25px;
  --size-l: 24px;
  --line-l: 30px;
  --size-ml: 38px;
  --line-ml: 40px;
  --size-xl: 60px;
  --line-xl: 60px;
  /* Font Sizes & Line Heights (Mobile) */
  --size-s-mobile: 12px;
  --line-s-mobile: 17px;
  --size-m-mobile: 15px;
  --line-m-mobile: 24px;
  --size-l-mobile: 24px;
  --line-l-mobile: 30px;
  --size-ml-mobile: 38px;
  --line-ml-mobile: 40px;
  --size-xl-mobile: 60px;
  --line-xl-mobile: 60px;
  /* Layout */
  --margin: 50px;
  --bounce: cubic-bezier(0,0.73,0.12,1.71);
  --fast-easing: cubic-bezier(0.16, 1, 0.3, 1);
  --black: #111;
  --white: #fff;
  --gray: #ddd;
  --gray-light: #f5f5f5;
  --gray-dark: #333;
}

html {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  background: #F5F6F2;
  color: var(--black);
  font-family: var(--font-serif);
  font-size: var(--size-m);
  line-height: var(--line-m);
  letter-spacing: -0.02em;
  font-feature-settings: "liga" 1;
  overflow: hidden;
  letter-spacing: 0.005em;
}
@media (max-width: 768px) {
  body {
    font-size: var(--size-m-mobile);
    line-height: var(--line-m-mobile);
  }
}

a {
  color: var(--black);
  border: 0;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  border: 0;
  text-decoration: none;
}

::selection {
  background: #ddd;
  color: var(--black);
  text-shadow: none;
}

header {
  position: fixed;
  bottom: 10vw;
  left: 10vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  header {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0 20px 20px 40px;
  }
}

section {
  touch-action: none; /* stops iOS interpreting it as tap-to-zoom or scroll */
}

header > section {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  cursor: default;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  user-select: none;
  --webkit-user-select:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header > section:first-child {
  padding-bottom: 15px;
  cursor: help;
}
@media (max-width: 768px) {
  header > section:first-child {
    padding-bottom: 20px;
  }
}

header > section .col:first-child {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  header > section .col:first-child {
    width: 60px;
  }
}

header > section .col:last-child {
  flex-grow: 0;
  flex-shrink: 0;
}

header a {
  cursor: alias;
}

header > section:nth-child(4):before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid var(--black);
  position: absolute;
  top: 11px;
  left: -20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  header > section:nth-child(4):before {
    top: 10px;
  }
}

header > section:nth-child(2):before,
header > section:nth-child(3):before {
  content: "†";
  position: absolute;
  top: -1px;
  left: -20px;
}
header > section:nth-child(1):before {
  content: "⁕";
  position: absolute;
  top: -1px;
  left: -22px;
  animation: pulse 1.5s infinite ease-in-out;
}
@media (max-width: 768px) {
  header > section:nth-child(1):before {
    top: 0px;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
footer {
  width: 390px;
  display: none;
  position: fixed;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  footer {
    width: calc(100% - 40px);
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
  }
}

footer p + p {
  margin-top: 15px;
}

figure {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  figure {
    width: calc(100% - 40px) !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
  }
}

@media (max-width: 768px) {
  figure img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .figure-1 {
    width: 80vw !important;
  }
}

@media (max-width: 768px) {
  .figure-2 {
    width: 60vw !important;
    right: 20px !important;
    left: auto !important;
  }
}

/*# sourceMappingURL=app.css.map */
