@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, button {
  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: "Suisse Intl";
  font-style: normal;
  font-display: block;
  src: url("../fonts/SuisseIntl-SemiBold-WebS.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold-WebS.woff") format("woff");
}
@font-face {
  font-family: "Suisse Mono";
  font-style: normal;
  font-display: block;
  src: url("../fonts/SuisseIntlMono-Regular-WebS.woff2") format("woff2"), url("../fonts/SuisseIntlMono-Regular-WebS.woff") format("woff");
}
@font-face {
  font-family: "Suisse Works";
  font-style: normal;
  font-display: block;
  src: url("../fonts/SuisseWorks-Book-WebS.woff2") format("woff2"), url("../fonts/SuisseWorks-Book-WebS.woff") format("woff");
}
@font-face {
	font-family: "Berkeley Mono Variable";
  font-style: normal;
  font-display: block;
  src: url("../fonts/BerkeleyMonoVariable-Regular.woff2") format("woff2"), url("../fonts/BerkeleyMonoVariable-Regular.woff") format("woff");
}

html {
  width: 100%;
  height: 100%;
}

@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  background: #fff;
  color: #000;
  font-family: "Suisse Works", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  animation: pageFadeIn 800ms ease-in-out;
}
@media (max-width: 768px) {
  body {
    font-size: 26px;
    line-height: 1.75em;
  }
}

a {
  color: #000;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #000;
  border: 0;
  text-decoration: none;
}

::selection {
  background: #ddd;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}

.page-container {
  z-index: 1;
  position: relative;
}
.page-container .text-container {
  width: 1100px;
  display: block;
  padding: 52.5px 70px 52.5px 66px;
}
@media (max-width: 768px) {
  .page-container .text-container {
    width: auto;
    padding: 10px 10px 70px;
  }
}

.word[data-link] {
  padding-right: 60px;
  position: relative;
}
.word[data-link]:after {
  content: "";
  position: relative;
  height: 50px;
  width: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@keyframes circle {
  0% {
    transform: translate(0, -50%) rotate(360deg);
  }
  100% {
    transform: translate(0, -50%) rotate(0deg);
  }
}
@keyframes nudge {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }
  50% {
    transform: translate(0, -50%) rotate(30deg);
  }
  100% {
    transform: translate(0, -50%) rotate(0deg);
  }
}
.word[data-icon="1"] {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .word[data-icon="1"] {
    padding-right: 32px;
  }
}
.word[data-icon="1"]:after {
  background-image: url(../img/icons/1.svg);
  width: 32px;
  animation: circle 25s infinite linear;
}
@media (max-width: 768px) {
  .word[data-icon="1"]:after {
    width: 24px;
  }
}

.word[data-icon="2"] {
  padding-right: 58px;
}
@media (max-width: 768px) {
  .word[data-icon="2"] {
    padding-right: 50px;
  }
}
.word[data-icon="2"]:after {
  background-image: url(../img/icons/2.svg);
  width: 50px;
}
@media (max-width: 768px) {
  .word[data-icon="2"]:after {
    width: 42px;
  }
}

.word[data-icon="3"] {
  padding-right: 48px;
}
@media (max-width: 768px) {
  .word[data-icon="3"] {
    padding-right: 40px;
  }
}
.word[data-icon="3"]:after {
  background-image: url(../img/icons/3.svg);
  width: 40px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .word[data-icon="3"]:after {
    width: 32px;
  }
}

.word[data-icon="4"] {
  padding-right: 52px;
}
@media (max-width: 768px) {
  .word[data-icon="4"] {
    padding-right: 44px;
  }
}
.word[data-icon="4"]:after {
  background-image: url(../img/icons/4.svg);
  width: 44px;
  animation: circle 25s reverse infinite linear;
}
@media (max-width: 768px) {
  .word[data-icon="4"]:after {
    width: 36px;
  }
}

.word[data-icon="5"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="5"] {
    padding-right: 34px;
  }
}
.word[data-icon="5"]:after {
  background-image: url(../img/icons/5.svg);
  width: 34px;
}
@media (max-width: 768px) {
  .word[data-icon="5"]:after {
    width: 26px;
  }
}

.word[data-icon="6"] {
  padding-right: 108px;
}
@media (max-width: 768px) {
  .word[data-icon="6"] {
    padding-right: 100px;
  }
}
.word[data-icon="6"]:after {
  background-image: url(../img/icons/6.svg);
  width: 100px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .word[data-icon="6"]:after {
    width: 92px;
  }
}

.word[data-icon="7"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="7"] {
    padding-right: 34px;
  }
}
.word[data-icon="7"]:after {
  background-image: url(../img/icons/7.svg);
  width: 34px;
}
@media (max-width: 768px) {
  .word[data-icon="7"]:after {
    width: 26px;
  }
}

.word[data-icon="8"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="8"] {
    padding-right: 34px;
  }
}
.word[data-icon="8"]:after {
  background-image: url(../img/icons/8.svg);
  width: 34px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .word[data-icon="8"]:after {
    width: 26px;
  }
}

.word[data-icon="9"] {
  padding-right: 44px;
}
@media (max-width: 768px) {
  .word[data-icon="9"] {
    padding-right: 36px;
  }
}
.word[data-icon="9"]:after {
  background-image: url(../img/icons/9.svg);
  width: 36px;
}
@media (max-width: 768px) {
  .word[data-icon="9"]:after {
    width: 28px;
  }
}

.word[data-icon="10"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="10"] {
    padding-right: 34px;
  }
}
.word[data-icon="10"]:after {
  background-image: url(../img/icons/10.svg);
  width: 34px;
}
@media (max-width: 768px) {
  .word[data-icon="10"]:after {
    width: 26px;
  }
}

.word[data-icon="11"] {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .word[data-icon="11"] {
    padding-right: 32px;
  }
}
.word[data-icon="11"]:after {
  background-image: url(../img/icons/11.svg);
  width: 32px;
}
@media (max-width: 768px) {
  .word[data-icon="11"]:after {
    width: 24px;
  }
}

.word[data-icon="12"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="12"] {
    padding-right: 34px;
  }
}
.word[data-icon="12"]:after {
  background-image: url(../img/icons/12.svg);
  width: 34px;
}
@media (max-width: 768px) {
  .word[data-icon="12"]:after {
    width: 26px;
  }
}

.word[data-icon="13"] {
  padding-right: 29px;
}
@media (max-width: 768px) {
  .word[data-icon="13"] {
    padding-right: 21px;
  }
}
.word[data-icon="13"]:after {
  background-image: url(../img/icons/13.svg);
  width: 21px;
}
@media (max-width: 768px) {
  .word[data-icon="13"]:after {
    width: 13px;
  }
}

.word[data-icon="14"] {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .word[data-icon="14"] {
    padding-right: 32px;
  }
}
.word[data-icon="14"]:after {
  background-image: url(../img/icons/14.svg);
  width: 32px;
}
@media (max-width: 768px) {
  .word[data-icon="14"]:after {
    width: 24px;
  }
}

.word[data-icon="15"] {
  padding-right: 68px;
}
@media (max-width: 768px) {
  .word[data-icon="15"] {
    padding-right: 60px;
  }
}
.word[data-icon="15"]:after {
  background-image: url(../img/icons/15.svg);
  width: 60px;
}
@media (max-width: 768px) {
  .word[data-icon="15"]:after {
    width: 52px;
  }
}

.word[data-icon="16"] {
  padding-right: 46px;
}
@media (max-width: 768px) {
  .word[data-icon="16"] {
    padding-right: 38px;
  }
}
.word[data-icon="16"]:after {
  background-image: url(../img/icons/16.svg);
  width: 38px;
  animation: nudge 7s infinite;
}
@media (max-width: 768px) {
  .word[data-icon="16"]:after {
    width: 30px;
  }
}

.word[data-icon="17"] {
  padding-right: 58px;
}
@media (max-width: 768px) {
  .word[data-icon="17"] {
    padding-right: 50px;
  }
}
.word[data-icon="17"]:after {
  background-image: url(../img/icons/17.svg);
  width: 50px;
}
@media (max-width: 768px) {
  .word[data-icon="17"]:after {
    width: 42px;
  }
}

.word[data-icon="18"] {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .word[data-icon="18"] {
    padding-right: 32px;
  }
}
.word[data-icon="18"]:after {
  background-image: url(../img/icons/18.svg);
  width: 32px;
}
@media (max-width: 768px) {
  .word[data-icon="18"]:after {
    width: 24px;
  }
}

.word[data-icon="19"] {
  padding-right: 62px;
}
@media (max-width: 768px) {
  .word[data-icon="19"] {
    padding-right: 54px;
  }
}
.word[data-icon="19"]:after {
  background-image: url(../img/icons/19.svg);
  width: 54px;
}
@media (max-width: 768px) {
  .word[data-icon="19"]:after {
    width: 46px;
  }
}

.word[data-icon="20"] {
  padding-right: 38px;
}
@media (max-width: 768px) {
  .word[data-icon="20"] {
    padding-right: 30px;
  }
}
.word[data-icon="20"]:after {
  background-image: url(../img/icons/20.svg);
  width: 30px;
}
@media (max-width: 768px) {
  .word[data-icon="20"]:after {
    width: 22px;
  }
}

.word[data-icon="21"] {
  padding-right: 42px;
}
@media (max-width: 768px) {
  .word[data-icon="21"] {
    padding-right: 34px;
  }
}
.word[data-icon="21"]:after {
  background-image: url(../img/icons/21.svg);
  width: 34px;
}
@media (max-width: 768px) {
  .word[data-icon="21"]:after {
    width: 26px;
  }
}

a.word,
button.word,
span.word {
  display: inline-block;
  margin: 0 4px 0 4px;
  position: relative;
  white-space: nowrap;
  transition: opacity 500ms;
  display: none;
  cursor: default;
}
@media (max-width: 768px) {
  a.word,
button.word,
span.word {
    margin: 0 3px 0 3px;
  }
}

button.word,
a.word {
  font-family: "Suisse Intl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.75em;
  cursor: cell;
}
@media (max-width: 768px) {
  button.word,
a.word {
    font-size: 26px;
    line-height: 1.75em;
  }
}

a.word {
  cursor: alias;
}

@media (hover: hover) {
  body:not(.is-touch) .word:hover {
    opacity: 1;
  }
}

.word[data-link],
.word[data-link-external] {
  z-index: 10;
}

.word.typed {
  display: inline-block;
}

.word.typed:before {
  content: "";
  animation: justTyped 4000ms forwards;
  position: absolute;
  top: 2px;
  left: -6px;
  right: -6px;
  bottom: 2px;
  border-radius: 5px;
  z-index: -1;
}

.word.retyped:before {
  animation: justRetyped 4000ms forwards;
}

@keyframes justTyped {
  0% {
    background: rgb(239, 238, 234);
  }
  50% {
    background: rgb(239, 238, 234);
  }
  100% {
    background: rgba(239, 238, 234, 0);
  }
}
@keyframes justRetyped {
  0% {
    background: rgb(239, 238, 234);
  }
  50% {
    background: rgb(239, 238, 234);
  }
  100% {
    background: rgba(239, 238, 234, 0);
  }
}
@keyframes justRetypedMobileButton {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.word.clicked {
  opacity: 0.4;
}

body:not(.is-touch) .word.clicked:hover {
  opacity: 0.4;
}

button.word.clicked.retyped {
  animation: justRetypedMobileButton 4000ms forwards;
}

@media (hover: none) {
  .word.clicked {
    opacity: 0.4;
  }
}

.word.typed.dim,
.word.typed.clicked.dim {
  opacity: 0.15;
}
@media (hover: none) {
  .word.typed.dim,
.word.typed.clicked.dim {
    opacity: inherit;
  }
}

.word[data-link] .word-background,
.word[data-link-external] .word-background {
  position: absolute;
  top: 2px;
  left: -6px;
  right: -6px;
  bottom: 2px;
  border-radius: 5px;
  z-index: -1;
  background: rgba(239, 238, 234, 0.5);
  transition: background 500ms;
}
@media (max-width: 768px) {
  .word[data-link] .word-background,
.word[data-link-external] .word-background {
    background: rgba(239, 238, 234, 0.7);
  }
}

@media (hover: hover) {
  body:not(.is-touch) .word[data-link]:hover .word-background,
body:not(.is-touch) .word[data-link-external]:hover .word-background {
    background: rgb(239, 238, 234);
  }
}

.word[data-link-external] .word-background:after {
  content: "↗";
  position: absolute;
  top: -2.5px;
  right: -2.5px;
  background: #000;
  color: rgb(239, 238, 234);
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1010101;
}

.counter-container {
  font-family:  "Berkeley Mono Variable", "Suisse Mono", "Menlo", "Monaco", monospace; 
  font-size: 13px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: initial;
  padding: 70px 70px;
  position: absolute;
  top: 0;
  left: 0;
  transition: top 200ms;
  cursor: default;
}
@media (max-width: 768px) {
  .counter-container {
    font-size: 12px;
    line-height: 10px;
  }
}
@media (max-width: 768px) {
  .counter-container {
    padding: 10px 10px 10px;
  }
}
.counter-container .counter-blinker {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  background: #ccc;
  transition: background 100ms;
  position: absolute;
  top: 70px;
}
@media (max-width: 768px) {
  .counter-container .counter-blinker {
    top: 10px;
  }
}
.counter-container .counter-blinker--active.counter-blinker--local {
  background: #0000EE;
}
.counter-container .counter-blinker--active.counter-blinker--remote {
  background: #FF0000;
}
.counter-container .counter-blinker--active.counter-blinker--initial {
  background: #00FF66;
}
.counter-container .counter-blinker--ping {
  background: #00FF66;
}
.counter-container .counter-total {
  margin-left: 22px;
}
@media (max-width: 768px) {
  .counter-container .counter-total {
    margin-left: 18px;
  }
}

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