/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Big Caslon Custom";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("/big-caslon.woff2") format("woff2");
}

/* @define utilities */

/**
 * Display
 */

.u-hidden {
  display: none !important;
}

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media print {
  .u-printHidden {
    display: none !important;
  }
}

/**
 * Layout
 */

.u-cf::before,
.u-cf::after {
  content: " ";
  display: table;
}

.u-cf::after {
  clear: both;
}

/**
 * Loading
 */

.u-loading {
  outline: 2px dashed #d8d8d8;
  outline-offset: -0.1em;
  color: transparent;
}

/**
 * Color
 */

.u-colorMuted {
  background-color: #a8a8b0 !important;
}

.u-colorSmoke {
  background-color: #f6f6f7 !important;
}

.u-colorSilver {
  background-color: #8e8e96 !important;
}

.u-colorSpaceBlue {
  color: #010119 !important;
}

.u-colorDataBlue {
  color: #2f00de !important;
}

/**
 * Backgrounds
 */

.u-bgMuted {
  background-color: #a8a8b0 !important;
}

.u-bgSmoke {
  background-color: #f6f6f7 !important;
}

.u-bgSilver {
  background-color: #8e8e96 !important;
}

.u-bgSpaceBlue {
  background-color: #010119 !important;
}

.u-bgDataBlue {
  background: #2f00de !important;
}

/**
 * Colors
 */

:root {

  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  cursor: default;
  color: #fff;
  background: #010119;
  text-rendering: geometricPrecision;
  /* -webkit-tap-highlight-color: transparent; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: common-ligatures;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  :root {
    font-size: 20px;
  }
}

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

::selection {
  color: #fff;
  background: #2f00de;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  background-color: transparent;
  text-decoration: none;
}

svg {
  vertical-align: bottom;
}

/*
 * Remove the tapping delay on clickable elements
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/**
 * Reset browser button
 */

button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  font: inherit;
  padding: 0;
  border-radius: 0;
  color: inherit;
  cursor: default;
}

pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  max-width: 90vw;
  overflow: auto;
  background: #fff;
  border-radius: 2px;
  padding: 8px 8px 25px;
  color: black;
  text-align: left;
}

/**
 * Print styles
 */

@page  {
  margin: 2cm;
}

@media print {
  a {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  ul,
  ol,
  img {
    page-break-before: avoid;
  }

  iframe {
    display: none;
  }

  a,
  a:link,
  a:visited {
    background: transparent;
    text-decoration: underline;
  }
}

/* @define Text */

.Text {
  cursor: auto;
  pointer-events: all;
}

.Text-preamble {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.Text small {
  font-size: 1rem;
}

.Text a {
  text-decoration: underline;
}

@supports (background-color: var(--color-background)) {
  .Text a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-link);
    border-bottom: 2px solid currentColor;
    line-height: 0.95;
    text-shadow:
      1.5px 1.5px var(--color-background),
      1.5px -1.5px var(--color-background),
      -1.5px 1.5px var(--color-background),
      -1.5px -1.5px var(--color-background);
  }

  .Text a:hover {
    opacity: 0.8;
  }
}

.Text--lg {
  font-size: calc(20rem / 16);
}

.Text h1,
.Text h2,
.Text h3,
.Text h4,
.Text .Text-h1,
.Text .Text-h2,
.Text .Text-h3,
.Text .Text-h4 {
  font-weight: normal;
  font-family: "Big Caslon", "Big Caslon Custom", Georgia, serif;
  font-size: 3rem;
  line-height: 1.12;
  margin: 1rem 0;
  letter-spacing: 0;
  cursor: default;
}

.Text h2,
.Text .Text-h2 {
  font-size: 2.4rem;
}

.Text h3,
.Text .Text-h3 {
  font-size: 2rem;
}

.Text h4,
.Text .Text-h4 {
  font-size: 1.6rem;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Text h2,
  .Text .Text-h2 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Text h1,
  .Text .Text-h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Text h2,
  .Text .Text-h2 {
    font-size: 3.2rem;
  }
}

.Text p {
  margin: 1rem 0;
}

.Text figure {
  margin: 2rem 0;
  display: block;
}

.Text figcaption {
  color: #a8a8b0;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 1rem 0 1.2rem;
}

.Text img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

/**
 * 1. Make sure it's outside of view when scrolled to as an anchor
 */

.Text hr {
  height: 1px;
  margin: 3rem 0 2.4rem;
  border: 0;
  background: #d8d8d8;
  opacity: 1;
  position: relative;
  top: -2px; /* 1 */
}

/**
 * Blockquote
 */

.Text blockquote {
  padding-left: 2rem;
  border-left: 8px solid #2f00de;
  margin: 2rem 0;
  font-family: "Big Caslon", "Big Caslon Custom", Georgia, serif;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #8e8e96;
}

.Text blockquote p {
  display: inline;
  margin: 0;
}

.Text blockquote p + p {
  display: block;
}

.Text cite {
  font-style: normal;
}

.Text cite::after {
  content: ": ";
}

/**
 * Lists
 */

.Text ul,
.Text ol {
  margin: 2rem 0;
  padding-left: 1.6rem;
}

.Text li {
  position: relative;
  margin: 0.5rem 0;
}

.Text ul {
  list-style: none;
}

.Text ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f00de;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Text ul li::before {
    top: 12px;
  }
}

/**
 * Story Typography
 */

.Text .Text-story {
  max-width: 38rem;
}

.Text .Text-story--center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Text .Text-story--end {
    text-align: right;
    margin-left: auto;
  }
}

.Text .Text-story1 {
  font-size: 2.3rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.Text .Text-story2 {
  font-size: 2rem;
}

.Text .Text-story3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
}

.Text .Text-story4 {
  margin: 8px 0 0;
  font-size: 2rem;
}

.Text .Text-story5 {
  margin: 0 0 12px;
  font-size: 24px;
}

.Text .Text-label {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.4;
  font-weight: normal;
  font-family: "Big Caslon", "Big Caslon Custom", Georgia, serif;
  line-height: 1.25;
  letter-spacing: 0;
}

@media (max-height: 450px) {
  .Text .Text-story1 {
    display: none;
  }
}

@media (max-height: 450px) {
  .Text .Text-story1 {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) and (min-height: 600px), (min-width: 1280px) and (min-height: 600px) {
  .Text .Text-story1 {
    font-size: 2.4rem;
    max-width: 28rem;
  }

  .Text .Text-story2 {
    font-size: 2.5rem;
  }

  .Text .Text-story5 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) and (min-height: 600px), (min-width: 1280px) and (min-height: 600px) {
  .Text .Text-story1 {
    font-size: 3.7rem;
    max-width: 46rem;
  }

  .Text .Text-story2 {
    font-size: 3rem;
  }

  .Text .Text-story3 {
    max-width: 33rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) and (min-height: 600px), (min-width: 1280px) and (min-height: 600px) {
  .Text .Text-story1 {
    font-size: 4rem;
    max-width: 47rem;
  }

  .Text .Text-story2 {
    font-size: 3.2rem;
  }

  .Text .Text-story4 {
    margin: 12px 0 0;
    font-size: 2.4rem;
  }
}

/**
 * Embeds
 * 1. Assume a ratio of 16:9 on all video sources
 */

.Text [data-oembed]::before {
  content: none;
}

.Text [data-oembed] {
  width: 100%;
  height: 0;
  padding: calc(720 / 1280 * 100%) 0 0 0; /* 1 */
  position: relative;
}

.Text [data-oembed] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @define Icon */

.Icon {
  display: inline-block;
  user-select: none;
}

.Icon--social {
  width: 40px;
  height: 40px;
  position: relative;
  vertical-align: bottom;

  color: #fff;
  background-color: currentColor;
  border-radius: calc(20rem / 16);
  transform-origin: 50% 50%;
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.Icon--social .Icon-image {
  width: 18px;
  height: 18px;
  margin: 11px 0 0 11px;
  position: relative;
  position: relative;
}

.Icon--social:hover {
  transform: scale(1.1);
}

.Icon--social:active {
  transform: scale(0.95);
  transition: transform 100ms ease-out;
}

.Icon-image {
  display: block;
  width: 100%;
  height: 100%;
}

.Icon--linkedin .Icon-image {
  top: -1px;
}

.Icon--twitter .Icon-image {
  right: -1px;
}

.Icon--blue {
  background-color: #2f00de;
}

.Icon--white {
  background-color: transparent;
  color: #fff;
  width: 18px;
  height: 18px;
}

.Icon--white .Icon-image {
  margin: 0;
}

.Icon--white:hover {
  transform: scale(1.25);
}

.Icon--gray {
  background-color: #CECED4;
}

.Icon--gray:hover {
  background-color: #2f00de;
}

/* @define Menu */

.Menu {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}

.Menu-link {
  display: block;
  outline: none;
}

.Menu-link:hover,
.Menu-link:active,
.Menu-link.is-active {
  color: #010119;
}

@media (max-width: 374px), (min-width: 375px) and (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .Menu {
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f7;
    overflow: hidden;
    padding: 0 0.7rem;
  }

  .Menu-item {
    flex: 1 0 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin: -1px 0.7rem;
    padding-top: 1px;
    text-align: center;
    background: #f6f6f7;
  }

  .Menu-link {
    padding: 1rem 0rem;
    font-size: 11px;
    color: #8e8e96;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Menu {
    padding-top: 2.6rem;
  }

  .Menu-item {
    margin-bottom: 0.5rem;
  }

  .Menu-link {
    padding: 0.5rem 30px 0.5rem 0;
    font-size: 16px;
    color: #a8a8b0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Menu {
    padding-top: 4.6rem;
  }
}

@media (min-width: 1280px) {
  .Menu-link {
    font-size: 1rem;
  }
}

/* @define View */

.View {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.View-main {
  flex-grow: 1;
}

.View-main--light {
  color: #010119;
  background: #fff;
}

.View-loading {
  height: 100vh;
  color: transparent;
  font-size: 0;
  display: block;
}

.View-container {
  box-sizing: content-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 calc(20px + env(safe-area-inset-right)) 0 calc(20px + env(safe-area-inset-left));
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .View-container {
    padding: 0 32px;
    padding: 0 calc(32px + env(safe-area-inset-right)) 0 calc(32px + env(safe-area-inset-left));
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .View-container {
    padding: 0 42px;
    padding: 0 calc(42px + env(safe-area-inset-right)) 0 calc(42px + env(safe-area-inset-left));
  }
}

@media (min-width: 1280px) {
  .View-container {
    padding: 0 80px;
    padding: 0 calc(80px + env(safe-area-inset-right)) 0 calc(80px + env(safe-area-inset-left));
  }
}

@media (min-width: 1750px) {
  .View-container {
    max-width: 1500px;
  }
}

.View-switcheroo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
  --color-link: #2f00de;
}

.View-menu {
  order: 0;
  align-self: stretch;
  margin-top: 0.5rem;
}

.View-intro {
  order: 1;
  margin: 0 auto;
}

.View-body {
  order: 2;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.View-social {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .View-switcheroo {
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 6rem;
  }

  .View-intro {
    order: 0;
    flex: 1 0 100%;
  }

  .View-menu {
    order: 1;
    flex: 1 0 0;
    align-self: flex-start;
    position: sticky;
    top: 0;
    margin-top: -2rem;
    min-width: 170px;
    padding-right: 3rem;
  }

  .View-body {
    order: 2;
    flex: 3 0 0;
    align-self: flex-end;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .View-switcheroo {
    margin-bottom: 6rem;
  }

  .View-menu {
    flex: 0 0 230px;
    padding-right: 0;
    margin-top: -4rem;
  }

  .View-social {
    order: 3;
    flex: 0 0 230px;
    display: block;
    position: sticky;
    top: 0;
    margin-top: -4rem;
    padding-top: 5rem;
    text-align: right;
    color: #8e8e96;
  }

  .View-socialIcon {
    display: block;
    float: right;
    margin-left: 16px;
  }
}

@media (min-width: 1280px) {
  .View-social,
  .View-menu {
    flex: 0 0 250px;
  }
}

/* @define Intro */

.Intro {
  margin-top: 3.2rem;
}

.Intro-text {
  max-width: 31rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

.Intro-banner {
  height: 45vh;
  min-height: 25rem;
  overflow: hidden;
  margin: 3rem -20px 1rem;
}

.Intro.is-loading .Intro-banner {
  outline: 2px dashed #d8d8d8;
  outline-offset: -2px;
}

.Intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Intro {
    margin-top: 6rem;
  }

  .Intro-text {
    padding: 0;
  }

  .Intro-banner {
    margin: 4rem 0 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Intro {
    margin-top: 7.2rem;
  }

  .Intro-banner {
    margin: 3.8rem 0 4rem;
  }
}

/* @define Story */

/* @define System */

/* @define StormWater */

.StormWater {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  overflow: hidden;
}

.StormWater-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 53px;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .StormWater-icon {
    width: 70px;
    height: 73px;
  }
}

.StormWater-description {
  text-align: center;
  font-size: 10px;
  margin-bottom: 2%;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .StormWater-description {
    font-size: 1rem;
  }
}

.StormWater-text {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}

.StormWater-value {
  display: block;
  font-size: 93px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.15;
  position: relative;
  top: -0.05em;
}

@media (max-width: 374px), (min-width: 375px) and (max-width: 479px) {
  .StormWater-value {
    font-size: 83px;
  }

  .StormWater-text {
    max-width: 210px;
    font-size: 14px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .StormWater-value {
    font-size: 144px;
  }
}

.StormWater-evaluation {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 8px;
  font-weight: bold;
  border-radius: 2em;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .StormWater-evaluation {
    font-size: 11px;
  }
}

.StormWater-waves {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.System {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 120px 0;
  font-size: 16px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.System ::selection {
  background: #010119;
}

.System-col {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.System-col--machine {
  align-items: center;
  margin: 9vh 0 21vh;
  user-select: none;
}

.System-title {
  font-size: 20px;
  margin: 0;
  pointer-events: all;
}

.System-title--muted {
  color: #9aaffb;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .System {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .System {
    display: block;
  }

  .System::before,
  .System::after {
    content: " ";
    display: table;
  }

  .System::after {
    clear: both;
  }

  .System-col {
    float: right;
    width: 50%;
    clear: right;
    padding-left: 64px;
  }

  .System-col--machine {
    width: 50%;
    clear: left;
    height: 100vh;
    margin: -50vh 0 50vh;
    padding: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .System-col {
    flex: 0 1 calc(100% / 5);
    height: 100vh;
    margin: 0;
  }

  .System-col--machine {
    flex: 1 0 calc((100% / 5) * 3);
  }

  .System-col:nth-child(1) {
    order: 0;
  }

  .System-col:nth-child(2) {
    order: 2;
  }

  .System-col:nth-child(3) {
    order: 1;
  }

  .System-col:nth-child(4) {
    order: 3;
  }

  .System-col:nth-child(5) {
    order: 5;
  }

  .System-col:nth-child(6) {
    order: 4;
  }

  .System-col:nth-child(7) {
    order: 6;
  }

  .System-col:nth-child(8) {
    order: 8;
  }

  .System-col:nth-child(9) {
    order: 7;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .System.has-js .System-col--machine {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .System-col--expander {
    height: 120vh;
  }
}

.System-col--z1 {
  z-index: 1;
}

.System-col--z2 {
  z-index: 2;
}

.System-col--z3 {
  z-index: 3;
}

.System-machine {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.System-frame {
  box-sizing: content-box;
  width: 100%;
  border: 6px solid #fff;
  position: relative;
  overflow: hidden;
  /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
}

.System-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #400cff;
  opacity: 0;
  background-image: radial-gradient(rgba(73, 87, 255, 1) 0%, rgba(43, 67, 255, 0) 60%);
  background-position: 150px -250px;
  background-repeat: no-repeat;
}

.System-frame::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .System-frame {
    max-width: 335px;
    max-height: 335px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .System-frame {
    max-width: 420px;
    max-height: 420px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) and (max-height: 900px), (min-width: 1280px) and (max-height: 900px) {
  .System-frame {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .System-frame {
    max-width: 500px;
    max-height: 500px;
    border-width: 10px;
  }
}

.System-frame--vizmode {
  border-radius: 100%;
  will-change: transform;
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.15);
  transition: border-radius 1120ms cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 500ms 500ms ease-out;
}

.System-frame--vizmode::before {
  transition: opacity 1120ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.System-frame--vizmode::before {
  opacity: 1;
}

.System-frame--faux {
  border: 0;
  box-shadow: none;
}

.System-frame--faux::before {
  content: none;
}

.System-cells {
  display: flex;
  flex-wrap: wrap;
  padding: 2%;
  overflow: hidden;
}

.System--vizmode .System-cells {
  opacity: 0;
  transition: transform 1120ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1120ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(120%);
}

.System-cell {
  flex: 0 0 calc(100% / 12);
  width: calc(100% / 12);
  position: relative;
}

.System-cell:nth-child(3n) {
  order: var(--rand1);
}

.System-cell:nth-child(3n+1) {
  order: var(--rand2);
}

.System-cell:nth-child(3n+2) {
  order: var(--rand3);
}

.System-cell:nth-child(3n+3) {
  order: var(--rand4);
}

.System-cell:nth-child(3n+4) {
  order: var(--rand5);
}

.System-cell::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.System-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
}

.System-number--0::after {
  content: "0"
}

.System-number--1::after {
  content: "1"
}

.System-drop {
  opacity: 0;
}

.System-drop.is-visible {
  opacity: 1;
}

@media (max-width: 374px) {
  .System-drop {
    width: 13px;
    height: 17px;
  }
}

.System-visualization {
  width: 100%;
  height: 100%;
  padding: 35px;
  position: relative;
  transform: translateY(100%);
  will-change: transform;
  animation: System-visualization--appear 1120ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.System-visualization {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes System-visualization--appear {
  to {
    transform: translateY(0%);
  }
}

.System-col:last-child {
  margin-bottom: 0;
}

/* @define Gallery */

/* @define LineChart */

.ct-double-octave:after,.ct-golden-section:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}

.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}

.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}

.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}

.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}

.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}

.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}

.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}

.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}

.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}

.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}

.ct-grid-background{fill:none}

.ct-point{stroke-width:10px;stroke-linecap:round}

.ct-line{fill:none;stroke-width:4px}

.ct-area{stroke:none;fill-opacity:.1}

.ct-bar{fill:none;stroke-width:10px}

.ct-slice-donut{fill:none;stroke-width:60px}

.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}

.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}

.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}

.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}

.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}

.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}

.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}

.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}

.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}

.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}

.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}

.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}

.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}

.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}

.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}

.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}

.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}

.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}

.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}

.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}

.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}

.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}

.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}

.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}

.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}

.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}

.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}

.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}

.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}

.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}

.ct-square{display:block;position:relative;width:100%}

.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}

.ct-square:after{display:table}

.ct-square>svg{display:block;position:absolute;top:0;left:0}

.ct-minor-second{display:block;position:relative;width:100%}

.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}

.ct-minor-second:after{display:table}

.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}

.ct-major-second{display:block;position:relative;width:100%}

.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}

.ct-major-second:after{display:table}

.ct-major-second>svg{display:block;position:absolute;top:0;left:0}

.ct-minor-third{display:block;position:relative;width:100%}

.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}

.ct-minor-third:after{display:table}

.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}

.ct-major-third{display:block;position:relative;width:100%}

.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}

.ct-major-third:after{display:table}

.ct-major-third>svg{display:block;position:absolute;top:0;left:0}

.ct-perfect-fourth{display:block;position:relative;width:100%}

.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}

.ct-perfect-fourth:after{display:table}

.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}

.ct-perfect-fifth{display:block;position:relative;width:100%}

.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}

.ct-perfect-fifth:after{display:table}

.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}

.ct-minor-sixth{display:block;position:relative;width:100%}

.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}

.ct-minor-sixth:after{display:table}

.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}

.ct-golden-section{display:block;position:relative;width:100%}

.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}

.ct-golden-section:after{display:table}

.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}

.ct-major-sixth{display:block;position:relative;width:100%}

.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}

.ct-major-sixth:after{display:table}

.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}

.ct-minor-seventh{display:block;position:relative;width:100%}

.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}

.ct-minor-seventh:after{display:table}

.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}

.ct-major-seventh{display:block;position:relative;width:100%}

.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}

.ct-major-seventh:after{display:table}

.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}

.ct-octave{display:block;position:relative;width:100%}

.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}

.ct-octave:after{display:table}

.ct-octave>svg{display:block;position:absolute;top:0;left:0}

.ct-major-tenth{display:block;position:relative;width:100%}

.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}

.ct-major-tenth:after{display:table}

.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}

.ct-major-eleventh{display:block;position:relative;width:100%}

.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}

.ct-major-eleventh:after{display:table}

.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}

.ct-major-twelfth{display:block;position:relative;width:100%}

.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}

.ct-major-twelfth:after{display:table}

.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}

.ct-double-octave{display:block;position:relative;width:100%}

.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}

.ct-double-octave:after{display:table}

.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}

/**
 * 1. Fill any flex container this is put inside
 */

.LineChart {
  flex: 1 0 auto; /* 1 */
  display: flex;
  flex-direction: column;
  background-color: #121329;
}

.LineChart.is-loading {
  justify-content: center;
  align-items: center;
}

.LineChart-wrapper {
  flex: 1 0 100%;
  position: relative;
}

.LineChart-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/**
 * 1. Overwrite Chartist specificity
 */

.LineChart-label {
  justify-content: flex-start !important; /* 1 */
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 4px;
}

.LineChart-grid {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1px;
  stroke-dasharray: 0;
}

.LineChart-line {
  stroke-width: 3px;
}

.LineChart-area {
  fill-opacity: 1;
}

.LineChart-label:not(:empty)::after {
  content: "%"
}

/**
 * Humidity
 */

.LineChart--humidity .LineChart-stroke--start {
  stop-color: #45CD90;
}

.LineChart--humidity .LineChart-stroke--end {
  stop-color: #5ABDE4;
}

.LineChart--humidity .LineChart-background--start {
  stop-color: #010113;
  stop-opacity: 0.6;
}

.LineChart--humidity .LineChart-background--end {
  stop-color: #010113;
  stop-opacity: 0;
}

.LineChart--humidity .LineChart-end {
  stroke: #5ABDE4;
}

/**
 * Wind
 */

.LineChart--wind .LineChart-stroke--start {
  stop-color: #5856AE;
}

.LineChart--wind .LineChart-stroke--end {
  stop-color: #3491D6;
}

.LineChart--wind .LineChart-background--start {
  stop-color: #010113;
  stop-opacity: 0.6;
}

.LineChart--wind .LineChart-background--end {
  stop-color: #010113;
  stop-opacity: 0;
}

.LineChart--wind .LineChart-end {
  stroke: #3491D6;
}

.LineChart--wind .LineChart-label:not(:empty)::after {
  content: "m/s";
  margin-left: 0.3em;
}

/**
 * Pressure
 */

.LineChart--pressure .LineChart-stroke--start {
  stop-color: #42b0e9;
}

.LineChart--pressure .LineChart-stroke--end {
  stop-color: #ccdbfb;
}

.LineChart--pressure .LineChart-background--start {
  stop-color: #010113;
  stop-opacity: 0.6;
}

.LineChart--pressure .LineChart-background--end {
  stop-color: #010113;
  stop-opacity: 0;
}

.LineChart--pressure .LineChart-end {
  stroke: #ccdbfb;
}

.LineChart--pressure .LineChart-label:not(:empty)::after {
  content: "hPa";
  margin-left: 0.3em;
}

/**
 * UV
 */

.LineChart--uv .LineChart-stroke--start {
  stop-color: #ff2c4c;
}

.LineChart--uv .LineChart-stroke--end {
  stop-color: #ff6a30;
}

.LineChart--uv .LineChart-background--start {
  stop-color: #010113;
  stop-opacity: 0.6;
}

.LineChart--uv .LineChart-background--end {
  stop-color: #010113;
  stop-opacity: 0;
}

.LineChart--uv .LineChart-end {
  stroke: #ff6a30;
}

/* @define Thermometer */

/**
 * 1. Fill any flex container this is put inside
 */

.Thermometer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto; /* 1 */
  position: relative;
  top: -5%;
}

.Thermometer-background {
  fill: none;
  stroke: currentColor;
  stroke-width: 35;
  stroke-opacity: 0.05;
}

.Thermometer-mask {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}

/**
 * 1. Override normalize.css
 */

.Thermometer-graph {
  flex: 1 1 100%;
  height: 100%;
  width: auto;
  max-width: 400px;
  max-height: 400px;
  min-width: 260px;
  min-height: 260px;
  position: absolute;
  overflow: visible !important; /* 1 */
}

.Thermometer-point {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}

.Thermometer-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.Thermometer-text {
  font-size: 12px;
  max-width: 130px;
}

.Thermometer-value {
  font-size: 67px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-indent: 0.12em;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1280px) {
  .Thermometer-value {
    font-size: 95px;
  }
}

.Thermometer-value--minus {
  text-indent: -0.2em;
}

.Thermometer-unit {
  top: -0.743em;
  font-size: 0.5em;
  left: 0.1em;
}

/* @define BubbleChart */

/**
 * 1. Fill any flex container this is put inside
 * 2. Center self in container
 */

.BubbleChart {
  flex: 1 0 auto; /* 1 */
  align-self: center; /* 2${this.element.offsetHeight}px */
  display: flex;
  justify-content: center;
  position: relative;
}

.BubbleChart.is-loading {
  align-items: center;
  flex-direction: column;
}

.BubbleChart-value {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.BubbleChart-name {
  white-space: nowrap;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 2px;
}

.BubbleChart-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.BubbleChart-canvas {
  flex: 1 1 100%;
  height: 100%;
  width: auto;
  position: absolute;
}

.BubbleChart-box {
  height: 100%;
  width: auto;
}

.BubbleChart-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.BubbleChart-bubble {
  min-width: 97px;
  min-height: 97px;
  position: absolute;
  color: #fff;
  opacity: 0.95;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  visibility: hidden;
}

.BubbleChart-body {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.BubbleChart-bubble:first-child {
  top: 12.2%;
  left: 10%;
  width: 73.8%;
  background-image: linear-gradient(-3deg, #870778 0%, #fa264d 99%);
  box-shadow: 0 3px 9px 9px rgba(0, 0, 0, 0.08);
  animation: rotate-cw 8s -.2s linear infinite;
}

.BubbleChart-bubble:nth-child(2) {
  top: 5%;
  right: -7%;
  width: 46%;
  background-image: linear-gradient(30deg, #ff2c4c 0%, #ff6a30 100%);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  animation: rotate-ccw 10s -.4s linear infinite;
}

.BubbleChart-bubble:nth-child(3) {
  top: 11%;
  left: -4%;
  z-index: 1;
  width: 36.5%;
  background-image: linear-gradient(26deg, #5856ae 0%, #3492d7 100%);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  animation: rotate-cw 8s -1.2s linear infinite;
}

.BubbleChart-bubble:nth-child(4) {
  bottom: 14%;
  right: 9%;
  width: 22.9%;
  background-image: linear-gradient(40deg, #42b0e9 0%, #ccdbfb 100%);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  animation: rotate-cw 8s -.8s linear infinite;
}

.BubbleChart-bubble:nth-child(5) {
  top: -8%;
  left: 28%;
  width: 27.6%;
  background-image: linear-gradient(37deg, #4bc8aa 0%, #57beda 100%);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  animation: rotate-ccw 7s -1s linear infinite;
}

@keyframes rotate-cw {
  0% {
    transform: rotate(0deg) translate(-1.8%) rotate(0deg);
  }

  to {
    transform: rotate(1turn) translate(-1.8%) rotate(-1turn);
  }
}

@keyframes rotate-ccw {
  0% {
    transform: rotate(1turn) translate(-1.8%) rotate(-1turn);
  }

  to {
    transform: rotate(0deg) translate(-1.8%) rotate(0deg);
  }
}

.Gallery {
  background: #010119;
  position: relative;
  z-index: 4; /* 1 */
}

.Gallery-prequel {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Gallery-prequelText {
  margin: 0;
  font-size: 1.2rem;
  position: relative;
  top: -10vh;
}

.Gallery-intro {
  padding-top: 20vh;
  margin-bottom: 9vh;
  text-align: center;
}

.Gallery-live {
  display: inline-block;
  width: 148px;
  height: 148px;
  margin-bottom: 44px;
  border-radius: 74px;
  border-radius: 74px;
  background: linear-gradient(30deg, #f91f40 0%, #fb471e 100%);
  border-radius: 74px;
  box-shadow: 0 0 150px #f91f40;
  animation: Gallery-live--pulse 2000ms infinite ease;
}

.Gallery-city {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 710px;
  margin: -3rem auto 2.5rem;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-city {
    margin-top: -6rem;
  }
}

.Gallery-option {
  background: #121329;
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  opacity: 1;
  outline: 0;
  margin: 3px;
  cursor: pointer;
  will-change: transform;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.Gallery-option:hover {
  transform: scale(1.08);
}

.Gallery-option:active {
  transform: scale(0.98);
  transition: transform 90ms ease-out;
}

.Gallery-check {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.3em;
  margin-left: -0.2em;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-option {
    font-size: 16px;
    padding: 1em 1.4em;
    margin: 8px;
  }

  .Gallery-check {
    margin-right: 0.6em;
    margin-left: -0.2em;
  }
}

.Gallery-option[disabled] {
  background: #2f00de;
  cursor: default;
}

@keyframes Gallery-live--pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.Gallery-grid {
  margin: 0 -4px;
  overflow: hidden;
}

.Gallery-cell {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  border: solid #010119;
  border-width: 4px;
  position: relative;
  background-color: #121329;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
  .Gallery-cell {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Gallery-cell {
    padding-bottom: 85%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-cell {
    float: left;
    width: 50%;
    padding-bottom: 54%;
  }
}

@media (min-width: 1280px) {
  .Gallery-cell {
    padding-bottom: 48%;
  }
}

.Gallery-content {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.Gallery-header {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 14px 22px 24px;
}

.Gallery-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: auto;
}

.Gallery-graph {
  margin-bottom: 48px;
}

.Gallery-description {
  margin: 20px;
}

.Gallery-heading {
  margin: 0 0 2px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.Gallery-text {
  margin: 0;
  font-size: 13px;
  max-width: 100%;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-header {
    padding: 24px 38px 24px 24px;
  }

  .Gallery-icon {
    width: 80px;
    height: 80px;
  }

  .Gallery-description {
    margin: 32px;
  }

  .Gallery-heading {
    font-size: 20px;
  }

  .Gallery-text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-text {
    font-size: 14px;
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1280px) {
  .Gallery-description {
    margin: 32px 40px;
  }
}

.Gallery-spinner {
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px;
  opacity: 0.25;
  box-sizing: content-box;
}

.Gallery-spinner::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 5px;
  left: 10px;
  height: 64px;
  background: #fff;
  will-change: transform;
  animation: Gallery-spinner--rotate 1s linear infinite;
}

@keyframes Gallery-spinner--rotate {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.Gallery-content--accent {
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  text-align: center;
  font-size: 16px;
  background: #2f00de;
}

.Gallery-content--accent ::selection {
  background: #010119;
}

.Gallery-content--accent .Gallery-icon {
  margin: 0 0 3%;
}

.Gallery-contentWrap {
  max-width: 430px;
}

.Gallery-button {
  display: inline-block;
  padding: 14px 28px;
  margin: 0.6rem 0 -1rem;
  font-size: 9px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 40px;
  color: #2f00de;
  background: #fff;
  text-transform: uppercase;
  user-select: none;
  will-change: transform;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.Gallery-button:hover {
  transform: scale(1.1);
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Gallery-button {
    padding: 18px 32px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

.Gallery-periods {
  list-style: none;
  user-select: none;
  white-space: nowrap;
}

.Gallery-period {
  display: inline-block;
  margin-left: 2ch;
  color: rgba(255, 255, 255, 0.6);
}

.Gallery-choice {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid transparent;
  outline: 0;
}

.Gallery-choice.is-selected {
  color: #fff;
  border-color: currentColor;
}

.Story {
  --color-background: #2f00de;
  --color-link: #fff;
  position: relative;
  z-index: 0;
  background-color: var(--color-background);
}

.Story-fade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #2f00de;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}

.Story-intro {
  box-sizing: content-box;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10vh;
  position: relative;
  text-align: center;
  background: #010119;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Story-intro {
    padding-bottom: 5vh;
  }
}

.Story.has-js .Story-intro {
  position: fixed;
  will-change: transform;
  top: 0;
  left: 0;
}

.Story-planet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  max-width: 830px;
  height: auto;
  margin-top: -10vh;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  pointer-events: none;
  overflow: visible;
}

@media (min-width: 480px) and (max-width: 767px) {
  .Story-planet {
    margin-top: -7vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Story-planet {
    margin-top: -2vh;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-planet {
    margin-top: -4vh;
  }
}

/**
 * 1. Match outline and video
 */

.Story-planet--blueprint {
  padding: 2px; /* 1 */
}

.Story-planet.is-hidden {
  visibility: hidden;
}

.Story-planet.is-appearing {
  will-change: transform;
  animation: Story-planet--appear 1300ms 0ms cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}

@keyframes Story-planet--appear {
  from {
    opacity: 0;
    transform: scale(0.8) translate(-50%, -50%);
  }

  to {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .Story-planet {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Story-planet {
    width: 70%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .Story-planet {
    width: 62%;
  }
}

@media (min-width: 1280px) {
  .Story-planet {
    width: 44%;
  }
}

.Story-body {
  position: relative;
  z-index: 2;
  padding: 0 1.4rem;
  width: 100%;
  margin-top: -11vh;
}

:root.has-js .Story-body {
  opacity: 0;
}

:root.has-js .Story-body.is-visible {
  animation: Story-body--appear 800ms 1000ms ease-out forwards;
}

@keyframes Story-body--appear {
  to {
    opacity: 1;
  }
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-body {
    margin-top: 0vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-body {
    margin-top: 2vh;
  }
}

.Story-button {
  display: inline-block;
  padding: 14px 28px;
  margin: 0.6rem 0 -1rem;
  font-size: 9px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  background: #2f00de;
  text-transform: uppercase;
  user-select: none;
  will-change: transform;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.Story-button:hover {
  transform: scale(1.1);
  background: #2f00de;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-button {
    padding: 18px 32px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

.Story-social {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 1;
}

.Story-socialIcon {
  display: block;
  float: right;
  margin-right: 28px;
}

.Story-lab {
  position: fixed;
  bottom: 32px;
  right: 35px;
  z-index: 1;
}

.Story-lab {
  opacity: 0.5;
  transition: opacity 90ms ease-out;
}

@media (max-width: 374px), (min-width: 375px) and (max-width: 479px) {
  .Story-social,
  .Story-lab {
    display: none;
  }
}

.Story-lab:hover {
  opacity: 1;
}

.Story-overlay {
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #2f00de;
  overflow: hidden;
  will-change: transform;
}

.Story-blueprint {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  height: 100%;
  width: 100%;
  will-change: transform;
}

.Story-content {
  background-color: #2f00de;
}

/**
 * Steps
 */

.Story-steps {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.Story-step {
  text-align: center;
}

.Story-step + .Story-step {
  margin-top: 40vh;
}

.Story-step::before {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 1rem;
}

/**
 * Text blocks
 */

.Story-block {
  overflow: hidden;
  padding: 9rem 0;
  position: relative;
  z-index: 1;
}

.Story-block:not(.Story-block--dark) ::selection {
  background: #010119;
}

.Story-copy {
  --color-background: #010119;
  max-width: 39rem;
}

.Story-block--dark {
  background-color: #010119;
}

.Story-block--dark .Story-copy {
  text-align: center;
  margin: 0 auto;
}

.Story-block--outro {
  padding: 8rem 0 0;
  z-index: 5;
}

.Story-logo {
  margin: 0 auto 2rem;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-block {
    padding: 9rem 2rem;
  }

  .Story-block--outro {
    padding: 10rem 0 0;
  }

  .Story-block--first {
    padding-top: 0rem;
  }

  .Story-block--end {
    text-align: right;
    margin-left: auto;
  }

  .Story-block--end .Story-copy {
    margin-left: auto;
  }

  .Story-logo {
    width: 192px;
    height: 193px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Story-block--first {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Story-logo {
    width: 148px;
    height: 149px;
    margin: 5rem auto 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Story-block--outro {
    padding: 11rem 0 0;
  }
}

.Story-link {
  text-align: right;
  position: relative;
  padding-bottom: 2.5rem;
  max-width: 10rem;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  margin: 6rem 0 0 auto;
  line-height: 1.35;
  user-select: none;
}

.Story-link::before {
  content: "";
  height: 3px;
  width: 45px;
  background: currentColor;
  position: absolute;
  bottom: 10px;
  right: 4px;
}

.Story-link::after {
  content: "";
  height: 19px;
  width: 19px;
  border: 3px solid;
  border-width: 3px 3px 0 0;
  position: absolute;
  bottom: 2px;
  right: 5px;
  transform: rotate(45deg);
}

.Story-block--dark .Story-link {
  opacity: 0.5;
  transition: opacity 90ms ease-out;
}

.Story-block--dark .Story-link:hover {
  opacity: 1;
}

/* @define Error */

.Error {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10em 0;
}

/* @define Footer */

.Footer {
  position: relative;
  overflow: hidden;
  background: #010119;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.Footer-partners {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 4rem -15px 0;
  justify-content: center;
}

.Footer-partner {
  padding: 6px 15px;
  margin-bottom: 1rem;
}

.Footer-partnerLogo {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 33px;
  max-width: 120px;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-partners {
    margin: 4rem -20px 0;
  }

  .Footer-partner {
    padding: 6px 20px;
  }

  .Footer-partnerLogo {
    max-height: 50px;
    max-width: 170px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-partners {
    margin: 5.5rem -15px 0;
  }
}

.Footer-logo {
  display: block;
  width: 40px;
  height: 72px;
  margin: 70px auto 90px;
  position: relative;
  right: -4px;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-logo {
    width: 48px;
    height: 86px;
    margin: 80px auto 100px;
  }
}

.Footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px 0 50px;
}

.Footer-page {
  flex: 1 0 50%;
  margin-top: 40px;
  text-align: center;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-nav {
    margin: 25px 0 100px;
  }

  .Footer-page {
    flex: 1 0 25%;
  }
}

.Footer-sections {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer-section {
  margin: 10px 5px;
}

.Footer-link {
  display: inline-block;
  text-align: center;
  margin: -5px;
  padding: 5px;
  max-width: 240px;
}

.Footer-link:hover {
  color: #fff;
}

.Footer-link--primary {
  color: #fff;
  font-weight: bold;
}

.Footer-link--partner {
  opacity: 0.3;
}

.Footer-link--partner:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-section {
    margin: 8px 16px 8px 0;
  }

  .Footer-page {
    text-align: left;
  }

  .Footer-link {
    text-align: left;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Footer-link--primary {
    font-size: 20px;
    font-weight: normal;
  }

  .Footer-section {
    margin: 16px 16px 16px 0;
  }

  .Footer-page {
    flex: 1 0 auto;
    justify-content: space-between;
  }

  .Footer-nav {
    margin-top: 70px;
  }
}

.Footer-socials {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 5px 10px;
}

.Footer-social {
  margin: 0 11px;
}

.Footer-socialLink {
  display: block;
  height: 40px;
}

.Footer-contact {
  margin: 30px 0 0;
  text-align: center;
  font-style: normal;
}

.Footer-contact :link:hover {
  color: #fff;
}

/* @define Header */

.Header {
  width: 100%;
  position: relative;
  z-index: 5;
  user-select: none;
  font-weight: bold;
  font-size: 9px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

.Header--light {
  background: #fff;
  color: #010119;
}

.Header--collapse {
  position: fixed;
}

.Header-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  position: relative;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-container {
    padding: 21px 32px;
  }
}

/**
 * Logo
 */

.Header-home {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: -10px;
  pointer-events: auto;
}

.Header-logo {
  width: 20px;
  height: 36px;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-logo {
    width: 31px;
    height: 54px;
  }
}

.Header-text {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-text {
    display: inline-block;
    margin-left: 9px;
  }
}

/**
 * Main Navigation
 */

.Header-nav {
  display: flex;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  pointer-events: auto;
}

.Header-page--fallback {
  display: none;
}

@media (max-width: 374px) {
  .Header-page {
    display: none;
  }

  .Header-page--fallback {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-nav {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

.Header-link {
  display: block;
  padding: 1em;
  position: relative;
}

.Header-link::after {
  content: "";
  height: 1px;
  position: relative;
  width: calc(100% + 4px);
  bottom: -3px;
  left: -2px;
  background: currentColor;
  display: block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 150ms ease-out;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-link {
    padding: 1em 2.45em;
  }
}

.Header-link.is-active::after,
.Header-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.Header-link.is-active {
  cursor: default;
}

/**
 * Planet Explorer
 */

.Header-data {
  display: none;
  pointer-events: auto;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-data {
    display: block;
    font-size: 0;
    color: transparent;
    width: 20px;
  }

  .Header-icon {
    display: block;
    color: #fff;
  }

  .Header--light .Header-icon {
    color: #010119;
  }

  .Header-icon > * {
    width: 20px;
    height: 20px;
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Header-data {
    font-size: inherit;
    color: inherit;
    width: auto;
  }

  .Header-icon {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
}

/* @define Summary */

.Summary {
  padding: 29px 0;
  z-index: 1;
  position: relative;
}

.Summary-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background: #fff;
  margin-bottom: 82px;
}

.Summary-knob {
  position: absolute;
  top: -29px;
  left: 0;
  width: 64px;
  height: 64px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #2f00de;
  margin-left: -2px;
  will-change: transform;
  transform-origin: right;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Summary {
    margin: 3rem 2rem 4rem;
    padding: 43px 0;
  }

  .Summary-bar {
    margin-bottom: 122px;
  }

  .Summary-knob {
    top: -43px;
    width: 92px;
    height: 92px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Summary {
    padding: 48px 0;
  }
  .Summary-bar {
    height: 10px;
    margin-bottom: 150px;
  }

  .Summary-knob {
    border-width: 10px;
    top: -48px;
    width: 106px;
    height: 106px;
  }
}

.Summary-bar:last-child {
  margin-bottom: 0;
}

/* @define Goals */

.Goals {
  position: relative;
  width: 100%;
  height: calc(50vw * 2);
  background-color: #2f00de;
  z-index: 4;
}

.Goals::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #010119;
}

.Goals-item {
  width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.Goals-icon {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.Goals-item--11 {
  top: 50%;
  background: #fd9d24;
}

.Goals-item--13 {
  left: 50%;
  top: 25%;
  background: #3f7e44;
}

.Goals-item--15 {
  position: relative;
  display: block;
  background: #56c02b;
}

.Goals-desc {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Goals-item {
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
  }

  .Goals-item ::selection {
    background: rgba(0, 0, 0, 0.6);
  }

  .Goals-item--11 {
    top: calc(65% - 1px);
  }

  .Goals-desc {
    display: block;
    padding: 4rem 2.4rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    left: 0;
    max-width: 22rem;
    z-index: 1;
  }

  .Goals-icon {
    width: 60%;
    max-width: 340px;
    margin: 0.8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {
  .Goals {
    height: auto;
    margin-top: -100px;
    padding-bottom: 20%;
  }

  .Goals-item {
    width: calc(100% / 3);
    padding-bottom: 55%;
  }

  .Goals-icon {
    width: 70%;
  }

  .Goals-item--11 {
    top: 0;
    position: relative;
    display: block;
  }

  .Goals-item--13 {
    left: calc(100% / 3);
    top: 16%;
  }

  .Goals-item--15 {
    position: absolute;
    top: 32%;
    left: calc((100% / 3) * 2);
  }
}

@media (min-width: 1280px) {
  .Goals-item {
    padding-bottom: 50%;
  }

  .Goals-desc {
    font-size: 1rem;
  }
}

@media (min-width: 1750px) {
  .Goals-item {
    padding-bottom: calc(100vw / 3);
  }

  .Goals-desc {
    max-width: 27rem;
    font-size: 22px;
  }
}

/**
 * Animations
 */

.Goals-animation {
  display: none;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px), (min-width: 1280px) {

  /**
   * Animation for Goal 11
   */

  .Goals-item--11 .Goals-animation {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .Goals-item--11 .Goals-city {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 126px;
    height: 160px;
  }

  .Goals-item--11 .Goals-cloud {
    position: absolute;
    top: 110px;
    right: 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .Goals-item--11 .Goals-cloud--2 {
    top: 155px;
    right: -16px;
    width: 54px;
    height: 54px;
    background: #ec5d10;
  }

  .Goals-item--11 .Goals-cloud--3 {
    top: 317px;
    right: 66px;
    width: 45px;
    height: 45px;
  }

  .Goals-item--11 .Goals-bus {
    position: absolute;
    width: 138px;
    height: 45px;
    left: 0;
    bottom: 0;
    fill: #ec5d10;
  }

  .Goals.is-visible .Goals-item--11 .Goals-bus {
    will-change: transform;
    animation: Goals-item--11-bus--drive 8s ease-in infinite;
    transform: translateX(-100%);
  }

  @keyframes Goals-item--11-bus--drive {
    to {
      transform: translateX(500%);
    }
  }

  /**
   * Animation for Goal 13
   */

  .Goals-item--13 .Goals-animation {
    display: block;
    position: absolute;
    bottom: -14%;
    right: -33%;
    width: 115%;
    height: 200%;
    max-width: 500px;
    max-height: 500px;
  }

  .Goals.is-visible .Goals-item--13 .Goals-globe {
    transform-origin: 50% 50%;
    will-change: transform;
    animation: Goals-item--13-globe--spin 100s linear infinite;
  }

  @keyframes Goals-item--13-globe--spin {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  /**
   * Animation for Goal 15
   */

  .Goals-item--15 .Goals-animation {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .Goals-item--15 .Goals-cloud {
    position: absolute;
    top: 130px;
    right: 14px;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .Goals-item--15 .Goals-cloud--2 {
    top: 146px;
    right: -88px;
    width: 152px;
    height: 152px;
    background: rgba(255, 255, 255, 0.4);
  }

  .Goals-bee {
    position: absolute;
    top: 47%;
    left: 40px;
    width: 49px;
    height: 42px;
    transform: rotate(31deg);
  }

  .Goals-bird {
    position: absolute;
    top: 43%;
    right: 22%;
    width: 48px;
    height: 14px;
    transform: rotate(-7deg);
    color: #fff;
  }

  .Goals-bird--2 {
    color: #105702;
    top: 7%;
    right: 18%;
    transform: rotate(-3deg);
  }

  .Goals-bird--3 {
    color: #105702;
    width: 38px;
    height: 15px;
    top: 53%;
    right: 38%;
    transform: rotate(14deg);
  }

  .Goals-bird--4 {
    width: 59px;
    height: 16px;
    top: 66%;
    right: 7%;
    transform: rotate(2deg);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Goals-item--13 .Goals-animation {
    max-width: 400px;
    max-height: 400px;
  }
}