@charset "UTF-8";
/*  Example  */
*, *:before,
*:after {
  box-sizing: border-box; }

* {
  -ms-content-zooming: none;
  -ms-touch-action: none; }

html {
  min-width: 320px;
  height: 100%; }
  html.ios, html.windows {
    overflow: hidden; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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"],
[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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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,
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; }

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

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a:active, a:focus, a:visited {
  outline: none; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  background: none;
  outline: none; }
  button:focus {
    outline: none; }

input,
textarea,
select {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }
  input::-ms-clear,
  textarea::-ms-clear,
  select::-ms-clear {
    display: none; }
  input::-ms-reveal,
  textarea::-ms-reveal,
  select::-ms-reveal {
    display: none; }

textarea {
  resize: vertical; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img,
iframe {
  width: 100%;
  vertical-align: middle;
  border-style: none; }

blockquote,
figure {
  margin: 0; }

@font-face {
  font-family: 'interface';
  src: url("../fonts/icons/fonts/interface.ttf?ibhpyj") format("truetype"), url("../fonts/icons/fonts/interface.woff?ibhpyj") format("woff"), url("../fonts/icons/fonts/interface.svg?ibhpyj#interface") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonTextRoman';
  font-style: normal;
  src: local("CrimsonTextRoman"), local("CrimsonTextRoman"), url("../fonts/crimson-text/CrimsonTextRoman.woff2") format("woff2"), url("../fonts/crimson-text/CrimsonTextRoman.woff") format("woff"), url("../fonts/crimson-text/CrimsonTextRoman.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-300.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto/roboto-v15-latin-300italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-300italic.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-regular.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto/roboto-v15-latin-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-italic.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto/roboto-v15-latin-700italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v15-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Mono Light"), local("RobotoMono-Light"), url("../fonts/roboto-mono/roboto-mono-v4-latin-300.woff2") format("woff2"), url("../fonts/roboto-mono/roboto-mono-v4-latin-300.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Mono"), local("RobotoMono-Regular"), url("../fonts/roboto-mono/roboto-mono-v4-latin-regular.woff2") format("woff2"), url("../fonts/roboto-mono/roboto-mono-v4-latin-regular.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Mono Medium"), local("RobotoMono-Medium"), url("../fonts/roboto-mono/RobotoMono-Medium.woff2") format("woff2"), url("../fonts/roboto-mono/RobotoMono-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Mono Bold"), local("RobotoMono-Bold"), url("../fonts/roboto-mono/roboto-mono-v4-latin-700.woff2") format("woff2"), url("../fonts/roboto-mono/roboto-mono-v4-latin-700.woff") format("woff"); }

/* ==========================================================================
   Dev Mixins
   ========================================================================== */
.u--hidden {
  display: none; }

.u--desktop {
  display: block; }

.u--mobile {
  display: none; }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes moveToTop {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0; } }

@keyframes moveToTop {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0; } }

@-webkit-keyframes moveToTopRev {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes moveToTopRev {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }

@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }

@-webkit-keyframes moveFromBottomRev {
  to {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }

@keyframes moveFromBottomRev {
  to {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }

/* ==========================================================================
   Cool Reveal
   ========================================================================== */
.highlighted-text {
  display: inline;
  font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #f8f9f9;
  background-color: #151719;
  box-shadow: 8px 0 0 #151719, -8px 0 0 #151719; }
  @media screen and (min-width: 1920px) {
    .highlighted-text {
      font-size: 1.66667rem;
      line-height: 2.83333rem; } }
  @media (max-width: 768px) {
    .highlighted-text {
      font-size: 1rem;
      line-height: 1.25rem; } }

.quote {
  margin: 50px 0;
  float: right;
  margin-left: 50px;
  margin-right: -210px;
  max-width: 420px;
  width: 100%; }
  .quote__text {
    padding: 0 8px; }
    .quote__text p {
      display: inline;
      font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 2.125rem;
      text-transform: none;
      letter-spacing: -0.03em;
      color: #f8f9f9;
      background-color: #151719;
      box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; }
      @media screen and (min-width: 1920px) {
        .quote__text p {
          font-size: 1.66667rem;
          line-height: 2.83333rem; } }
      @media (max-width: 768px) {
        .quote__text p {
          font-size: 1rem;
          line-height: 1.25rem; } }
  .quote__reveal {
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  .quote.is-blockquote-active .quote__reveal {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }
  @media screen and (min-width: 1920px) {
    .quote {
      max-width: 560px; } }
  @media (max-width: 1280px) {
    .quote {
      margin-right: -105px; } }
  @media (max-width: 1024px) {
    .quote {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .quote {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: none; }
      .quote__reveal {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1; } }

figure {
  position: relative;
  margin: 118px 0; }
  @media screen and (min-width: 1600px) {
    figure {
      margin: 118px auto; } }
  figure img {
    width: 100%;
    vertical-align: middle; }
  figure figcaption {
    position: relative;
    margin-top: 8px;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal; }
    @media screen and (min-width: 1920px) {
      figure figcaption {
        font-size: 1.16667rem; } }
    figure figcaption span {
      color: #FFC926;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      margin-right: 15px; }

/**
 * Headings
 * ==========================================================================
 */
h1, h2, h3,
h4, h5, h6 {
  line-height: 1; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

a {
  position: relative;
  color: rgba(3, 10, 17, 0.79);
  text-decoration: none;
  cursor: pointer; }

b, strong {
  font-weight: 600; }

i {
  font-style: italic; }

p {
  margin: 0 auto;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: rgba(3, 10, 17, 0.79); }
  @media screen and (min-width: 1920px) {
    p {
      font-size: 2rem;
      line-height: 2.75rem; } }
  @media screen and (max-width: 768px) {
    p {
      font-size: 1.375rem;
      line-height: 2rem; } }

section {
  position: relative;
  padding: 0 20px; }
  section.copy {
    max-width: 760px;
    width: 100%;
    margin: 0 auto; }
    section.copy ::selection {
      background: #FFC926; }
    section.copy--drop-cap {
      margin-top: 5rem; }
      section.copy--drop-cap > p:first-of-type {
        position: relative; }
    section.copy--with-logo > p:last-child:after,
    section.copy--with-logo > ul:last-child li:last-child p:last-child:after {
      content: "";
      font-family: "interface";
      display: inline-block;
      position: relative;
      background-color: #FFC926;
      bottom: 0;
      top: 6px;
      left: 11px;
      line-height: 0; }
    section.copy--last {
      margin-bottom: 5rem; }
    section.copy > p {
      margin-top: 2.5rem; }
    section.copy a {
      position: relative;
      padding: 0 4px;
      display: inline-block;
      transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1), background-color 200ms cubic-bezier(0.86, 0, 0.07, 1); }
      section.copy a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 1px;
        background: #FFC926; }
      @media screen and (min-width: 1920px) {
        section.copy a:after {
          bottom: 4px;
          height: 2px; } }
      section.copy a:hover {
        background-color: #FFC926;
        color: #f8f9f9; }
    section.copy ol {
      font-size: 1.5rem;
      line-height: 2.0625rem;
      color: rgba(3, 10, 17, 0.79);
      margin: 10px 30px;
      counter-reset: item; }
      @media screen and (min-width: 1920px) {
        section.copy ol {
          font-size: 2rem;
          line-height: 2.75rem; } }
      section.copy ol li {
        counter-increment: item; }
        section.copy ol li:before {
          content: "[" counter(item) "]";
          display: inline-block;
          margin-right: 8px; }
    section.copy ul {
      font-size: 1.5rem;
      line-height: 2.0625rem;
      color: rgba(3, 10, 17, 0.79);
      margin: 10px 15px; }
      @media screen and (min-width: 1920px) {
        section.copy ul {
          font-size: 2rem;
          line-height: 2.75rem; } }
      section.copy ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #030a11;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        margin-bottom: 4px; }
      @media screen and (min-width: 1920px) {
        section.copy ul li:before {
          width: 8px;
          height: 8px; } }
    section.copy a {
      position: relative;
      padding: 0 4px;
      display: inline-block;
      transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1), background-color 200ms cubic-bezier(0.86, 0, 0.07, 1); }
      section.copy a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 1px;
        background: #FFC926; }
      @media screen and (min-width: 1920px) {
        section.copy a:after {
          bottom: 4px;
          height: 2px; } }
      section.copy a:hover {
        background-color: #FFC926;
        color: #f8f9f9; }
    @media screen and (min-width: 1920px) {
      section.copy {
        max-width: 1013.33333px; } }
  section.media {
    margin: 6.25rem 0; }
    section.media--small {
      margin: 6.25rem 0; }
    section.media--full {
      padding: 0; }
  @media (max-width: 768px) {
    section.copy--drop-cap {
      margin-top: 3.125rem; }
    section.media {
      padding: 0;
      margin: 3.125rem 0; }
      section.media--small {
        margin: 3.125rem 0; } }

.reveal-heading {
  display: inline;
  font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #f8f9f9;
  background-color: #151719;
  box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
  line-height: 1.4;
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  white-space: nowrap;
  padding: 0 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s linear 0.6s; }
  @media screen and (min-width: 1920px) {
    .reveal-heading {
      font-size: 1.66667rem;
      line-height: 2.83333rem; } }
  @media (max-width: 768px) {
    .reveal-heading {
      font-size: 1rem;
      line-height: 1.25rem; } }
  .reveal-heading:before {
    content: '';
    background-color: #151719;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    visibility: visible;
    transition: left 0.4s ease 0.6s; }
  .reveal-heading:after {
    content: '';
    background-color: #151719;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 0 -2px;
    visibility: hidden;
    transition: left 0.6s ease, visibility 0s linear 0.6s; }
  @media screen and (min-width: 1920px) {
    .reveal-heading {
      line-height: 1.4; } }
  .reveal-heading.is-active {
    visibility: visible;
    transition: visibility 0s linear 0.4s; }
    .reveal-heading.is-active:before {
      left: 0;
      transition: left 0.4s ease; }
    .reveal-heading.is-active:after {
      visibility: visible;
      left: calc(100% + 2px);
      transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }

.pull-info {
  color: #151719; }
  .pull-info--side {
    margin: 50px 0;
    float: right;
    margin-left: 50px;
    margin-right: -210px; }
    .pull-info--side .pull-info__text {
      padding-left: 20px;
      padding-right: 0; }
  .pull-info__caption {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    color: #151719;
    max-width: 260px;
    margin: 10px 0 30px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media screen and (min-width: 1920px) {
      .pull-info__caption {
        font-size: 1.16667rem; } }
    .pull-info__caption--secondary {
      color: #a5a5a5;
      margin-top: 40px; }
  .pull-info__ul {
    margin-top: 20px; }
  .pull-info__li {
    line-height: 0;
    font-size: 0;
    display: -ms-flexbox;
    display: flex; }
  .pull-info__num {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 3.125rem;
    line-height: 4.125rem;
    letter-spacing: -0.0166em;
    font-weight: bold;
    display: inline-block;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
    overflow: hidden;
    position: relative; }
    .pull-info__num--divide {
      position: relative; }
      .pull-info__num--divide:before {
        content: '';
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #151719;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right; }
    .pull-info__num--final {
      position: relative; }
      .pull-info__num--final:before {
        content: '';
        display: block;
        top: 0px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #151719;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right; }
    .pull-info__num--minus {
      color: #FC0438; }
  .pull-info__overflow {
    -webkit-transform: translateY(150%) translateZ(0px);
            transform: translateY(150%) translateZ(0px);
    min-height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .pull-info__overflow--final {
      position: relative;
      padding: 10px 3px 0 0; }
  .pull-info__text {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    color: #151719;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 0.75rem 0;
    padding-right: 20px;
    overflow: hidden; }
    @media screen and (min-width: 1920px) {
      .pull-info__text {
        font-size: 1.16667rem; } }
  .pull-info.is-active .pull-info__caption {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .pull-info.is-active .pull-info__num--divide:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .pull-info.is-active .pull-info__num--final:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .pull-info.is-active .pull-info__overflow {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .pull-info.is-active .reveal-heading {
    visibility: visible;
    transition: visibility 0s linear 0.4s; }
    .pull-info.is-active .reveal-heading:before {
      left: 0;
      transition: left 0.4s ease; }
    .pull-info.is-active .reveal-heading:after {
      visibility: visible;
      left: calc(100% + 2px);
      transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }
  .pull-info.is-active .pull-info__li:nth-child(1) .pull-info__num--divide:before {
    transition-delay: 0ms; }
  .pull-info.is-active .pull-info__li:nth-child(1) .pull-info__num--final:before {
    transition-delay: 0ms; }
  .pull-info.is-active .pull-info__li:nth-child(1) .pull-info__num .pull-info__overflow {
    transition-delay: 400ms; }
  .pull-info.is-active .pull-info__li:nth-child(1) .pull-info__text .pull-info__overflow {
    transition-delay: 200ms; }
  .pull-info.is-active .pull-info__li:nth-child(2) .pull-info__num--divide:before {
    transition-delay: 400ms; }
  .pull-info.is-active .pull-info__li:nth-child(2) .pull-info__num--final:before {
    transition-delay: 400ms; }
  .pull-info.is-active .pull-info__li:nth-child(2) .pull-info__num .pull-info__overflow {
    transition-delay: 800ms; }
  .pull-info.is-active .pull-info__li:nth-child(2) .pull-info__text .pull-info__overflow {
    transition-delay: 600ms; }
  .pull-info.is-active .pull-info__li:nth-child(3) .pull-info__num--divide:before {
    transition-delay: 800ms; }
  .pull-info.is-active .pull-info__li:nth-child(3) .pull-info__num--final:before {
    transition-delay: 800ms; }
  .pull-info.is-active .pull-info__li:nth-child(3) .pull-info__num .pull-info__overflow {
    transition-delay: 1200ms; }
  .pull-info.is-active .pull-info__li:nth-child(3) .pull-info__text .pull-info__overflow {
    transition-delay: 1000ms; }
  .pull-info.is-active .pull-info__li:nth-child(4) .pull-info__num--divide:before {
    transition-delay: 1200ms; }
  .pull-info.is-active .pull-info__li:nth-child(4) .pull-info__num--final:before {
    transition-delay: 1200ms; }
  .pull-info.is-active .pull-info__li:nth-child(4) .pull-info__num .pull-info__overflow {
    transition-delay: 1600ms; }
  .pull-info.is-active .pull-info__li:nth-child(4) .pull-info__text .pull-info__overflow {
    transition-delay: 1400ms; }
  .pull-info.is-active .pull-info__li:nth-child(5) .pull-info__num--divide:before {
    transition-delay: 1600ms; }
  .pull-info.is-active .pull-info__li:nth-child(5) .pull-info__num--final:before {
    transition-delay: 1600ms; }
  .pull-info.is-active .pull-info__li:nth-child(5) .pull-info__num .pull-info__overflow {
    transition-delay: 2000ms; }
  .pull-info.is-active .pull-info__li:nth-child(5) .pull-info__text .pull-info__overflow {
    transition-delay: 1800ms; }
  .pull-info.is-active .pull-info__li:nth-child(6) .pull-info__num--divide:before {
    transition-delay: 2000ms; }
  .pull-info.is-active .pull-info__li:nth-child(6) .pull-info__num--final:before {
    transition-delay: 2000ms; }
  .pull-info.is-active .pull-info__li:nth-child(6) .pull-info__num .pull-info__overflow {
    transition-delay: 2400ms; }
  .pull-info.is-active .pull-info__li:nth-child(6) .pull-info__text .pull-info__overflow {
    transition-delay: 2200ms; }
  .pull-info.is-active .pull-info__li:nth-child(7) .pull-info__num--divide:before {
    transition-delay: 2400ms; }
  .pull-info.is-active .pull-info__li:nth-child(7) .pull-info__num--final:before {
    transition-delay: 2400ms; }
  .pull-info.is-active .pull-info__li:nth-child(7) .pull-info__num .pull-info__overflow {
    transition-delay: 2800ms; }
  .pull-info.is-active .pull-info__li:nth-child(7) .pull-info__text .pull-info__overflow {
    transition-delay: 2600ms; }
  .pull-info.is-active .pull-info__li:nth-child(8) .pull-info__num--divide:before {
    transition-delay: 2800ms; }
  .pull-info.is-active .pull-info__li:nth-child(8) .pull-info__num--final:before {
    transition-delay: 2800ms; }
  .pull-info.is-active .pull-info__li:nth-child(8) .pull-info__num .pull-info__overflow {
    transition-delay: 3200ms; }
  .pull-info.is-active .pull-info__li:nth-child(8) .pull-info__text .pull-info__overflow {
    transition-delay: 3000ms; }
  @media screen and (min-width: 1920px) {
    .pull-info__caption {
      max-width: 346.66667px; }
    .pull-info__num {
      font-size: 4.16667rem;
      line-height: 5.5rem; }
    .pull-info__text {
      width: 266.66667px; } }
  @media (max-width: 1280px) {
    .pull-info--side {
      margin-right: -105px; } }
  @media (max-width: 1024px) {
    .pull-info--side {
      margin-right: 0; }
    .pull-info--data {
      display: inline-block;
      text-align: left; }
      .pull-info--data .pull-info__caption {
        max-width: 400px; } }
  @media (max-width: 768px) {
    .pull-info--side {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: none; }
    .pull-info--data .pull-info__text {
      width: 100%; }
    .pull-info--data .pull-info__caption {
      max-width: none; }
    .pull-info--data .pull-info__li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
    .pull-info__li {
      display: block; }
    .pull-info__num {
      width: 100%; }
      .pull-info__num--final {
        padding-bottom: 0; }
    .pull-info__text {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      width: 100%;
      text-align: right; }
    .pull-info__num {
      font-size: 2.8125rem;
      line-height: 3.75rem; }
    .pull-info__caption--secondary {
      max-width: none; } }

.pull-image {
  float: right;
  margin: 50px 0;
  margin-left: 50px;
  margin-right: -210px;
  max-width: 420px;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  transition: opacity 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955), transform 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955), transform 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, -0.03, 0.515, 0.955); }
  .pull-image__figure {
    margin: 0;
    padding: 0; }
  .pull-image__caption {
    margin: 8px 0; }
    .pull-image__caption p {
      font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
      font-weight: 400;
      font-size: 0.875rem;
      color: #a5a5a5;
      line-height: normal; }
      @media screen and (min-width: 1920px) {
        .pull-image__caption p {
          font-size: 1.16667rem; } }
  .pull-image.is-active {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media screen and (min-width: 1920px) {
    .pull-image {
      max-width: 560px; } }
  @media (max-width: 1280px) {
    .pull-image {
      margin-right: -105px; } }
  @media (max-width: 1024px) {
    .pull-image {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .pull-image {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; } }

.drop-word {
  display: inline; }
  .drop-word__wrap {
    display: inline;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.125rem;
    text-transform: none;
    letter-spacing: -0.03em;
    color: #f8f9f9;
    background-color: #151719;
    box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
    margin-right: 18px;
    margin-left: 8px; }
    @media screen and (min-width: 1920px) {
      .drop-word__wrap {
        font-size: 1.66667rem;
        line-height: 2.83333rem; } }
    @media (max-width: 768px) {
      .drop-word__wrap {
        font-size: 1rem;
        line-height: 1.25rem; } }
  @media (max-width: 768px) {
    .drop-word__wrap {
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; } }

.nav-bar {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 60px;
  color: #ffffff;
  z-index: 21;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  will-change: transform;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  .is-ready .nav-bar {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .nav-bar.hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .nav-bar__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: 1s;
    background-color: #151719;
    pointer-events: none; }
    .nav-bar__background.solid {
      opacity: 1; }
  .nav-bar__item {
    height: 60px;
    position: relative;
    z-index: 2; }
    .nav-bar__item--left {
      min-width: 60px;
      -ms-flex-order: 1;
          order: 1;
      margin-right: auto; }
    .nav-bar__item--center {
      -ms-flex-order: 2;
          order: 2;
      pointer-events: none;
      opacity: 0;
      width: 100%;
      max-width: 760px;
      transition: opacity 0.2s ease;
      margin: 0 auto; }
      .nav-bar__item--center.show {
        pointer-events: initial;
        opacity: 1; }
      .nav-bar__item--center .nav-bar__home {
        display: none; }
    .nav-bar__item--right {
      -ms-flex-order: 3;
          order: 3;
      min-width: 115px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin-left: auto; }
  .nav-bar__list {
    padding: 0;
    margin: -4px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .nav-bar__li {
    line-height: 60px;
    position: relative;
    -ms-flex: 1;
        flex: 1;
    text-align: center; }
    .nav-bar__li:nth-child(-n + 3):after {
      content: '';
      position: absolute;
      right: -0.5px;
      border-right: 1px solid #363839;
      height: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .nav-bar__link {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    color: #f8f9f9;
    transition: 1s opacity ease;
    opacity: 0.6; }
    .nav-bar__link.active, .nav-bar__link:hover {
      opacity: 1; }
  .nav-bar__home {
    display: block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center; }
    .nav-bar__home:before {
      content: "";
      display: inline-block;
      font-family: "interface";
      font-size: 30px;
      line-height: 60px;
      margin-top: 0; }
  .nav-bar__credits {
    font-size: 14px;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    color: #f8f9f9;
    letter-spacing: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
    opacity: 0.6;
    position: relative;
    line-height: 60px; }
    .nav-bar__credits:hover {
      opacity: 1; }
  .nav-bar__progress {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden; }
  .nav-bar__progress-inner {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: initial;
    left: initial;
    width: 100%;
    height: 100%;
    background-color: #FFC926;
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.1s; }
  .nav-bar__burger {
    display: none;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0.8;
    transition: opacity 0.2s ease; }
    .nav-bar__burger:hover {
      opacity: 1; }
    .nav-bar__burger:before {
      content: "";
      display: inline-block;
      font-family: "interface";
      font-size: 34px;
      line-height: 60px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      transition: opacity 0.35s ease; }
    .nav-bar__burger:after {
      content: "";
      display: inline-block;
      font-family: "interface";
      font-size: 34px;
      line-height: 60px;
      position: absolute;
      top: 0;
      left: 4px;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .nav-bar__item--left.is-active .nav-bar__burger:before {
      opacity: 0; }
    .nav-bar__item--left.is-active .nav-bar__burger:after {
      opacity: 1; }
  .nav-bar__mobile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: height 0.35s ease-in;
    background-color: #151719;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .nav-bar__item--left.is-opened ~ .nav-bar__mobile {
      visibility: visible; }
    .nav-bar__item--left.is-active ~ .nav-bar__mobile {
      height: 100vh; }
      .nav-bar__item--left.is-active ~ .nav-bar__mobile .nav-bar__mobile-li {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  .nav-bar__mobile-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: calc(10vh + 60px);
    height: 70vh;
    min-height: 360px; }
  .nav-bar__mobile-li {
    max-width: 480px;
    margin: 0 auto;
    -ms-flex: 1;
        flex: 1;
    opacity: 0;
    text-align: center;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    transition: opacity 200ms ease, -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 200ms ease, transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 200ms ease, transform 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .nav-bar__mobile-li:nth-child(1) {
      transition-delay: 100ms; }
    .nav-bar__mobile-li:nth-child(2) {
      transition-delay: 150ms; }
    .nav-bar__mobile-li:nth-child(3) {
      transition-delay: 200ms; }
    .nav-bar__mobile-li:nth-child(4) {
      transition-delay: 250ms; }
    .nav-bar__mobile-li:nth-child(5) {
      transition-delay: 300ms; }
    .nav-bar__mobile-li:last-child {
      margin-bottom: 0; }
    .nav-bar__mobile-li a {
      font-size: 15px;
      color: #ffffff;
      letter-spacing: 0;
      box-sizing: border-box;
      position: relative;
      display: block;
      padding: 0; }
      .nav-bar__mobile-li a.active, .nav-bar__mobile-li a:hover {
        color: #FFC926; }
    .nav-bar__mobile-li h3 {
      font-size: 27px; }
    .nav-bar__mobile-li h4 {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 0.25em; }
    @media (max-width: 414px) {
      .nav-bar__mobile-li {
        font-size: 13px;
        text-align: left;
        margin: 0 0 0 26px;
        padding-right: 20px; }
        .nav-bar__mobile-li a {
          display: inline-block; }
        .nav-bar__mobile-li h3 {
          font-size: 18px; }
        .nav-bar__mobile-li h4 {
          font-size: 15px; } }
  .nav-bar__mobile-credits {
    margin-top: 3vh;
    text-decoration: underline; }
  @media (max-width: 1023px) {
    .nav-bar__item--left {
      min-width: 115px; }
      .nav-bar__item--left .nav-bar__home {
        display: none; }
      .nav-bar__item--left .nav-bar__burger {
        display: block; }
    .nav-bar__item--center .nav-bar__home {
      display: block;
      margin: 0 auto; }
    .nav-bar__item--center .nav-bar__list {
      display: none; }
    .nav-bar__item--right {
      display: block;
      text-align: right; }
      .nav-bar__item--right .nav-bar__credits {
        display: none; }
      .nav-bar__item--right .nav-bar__share {
        display: inline-block; }
        .nav-bar__item--right .nav-bar__share .share-list__trigger:before {
          margin-top: 0px; } }

body {
  background-color: #151719;
  font: 22px/30px CrimsonTextRoman, Georgia, Times, Times New Roman, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.ios.grade-b body {
    -webkit-overflow-scrolling: touch; }
  body.is-locked {
    overflow-y: hidden; }

article {
  padding-top: 117px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  article > p {
    font: 22px/30px CrimsonTextRoman, Georgia, Times, Times New Roman, serif; }
    article > p a {
      color: #FFC926;
      font-weight: 700;
      cursor: pointer; }
      article > p a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        height: 1px;
        width: 100%;
        background: #FFC926;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        transition: background 200ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 200ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 200ms cubic-bezier(0.86, 0, 0.07, 1), background 200ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 200ms cubic-bezier(0.86, 0, 0.07, 1), background 200ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 200ms cubic-bezier(0.86, 0, 0.07, 1); }
      article > p a:hover {
        color: #ffffff; }
        article > p a:hover::after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
  html.grade-b article {
    padding-top: 0; }

.chapter-transition-enter-active {
  transition: opacity 3s linear, -webkit-transform 3s linear;
  transition: transform 3s linear, opacity 3s linear;
  transition: transform 3s linear, opacity 3s linear, -webkit-transform 3s linear; }

.chapter-transition-leave-active {
  transition: opacity 3s linear, -webkit-transform 3s linear;
  transition: transform 3s linear, opacity 3s linear;
  transition: transform 3s linear, opacity 3s linear, -webkit-transform 3s linear; }

.chapter-transition-enter, .chapter-transition-leave-active {
  -webkit-transform: translateX(50vw);
      -ms-transform: translateX(50vw);
          transform: translateX(50vw);
  opacity: 0; }

.background {
  z-index: 0;
  position: relative;
  background-color: #f8f9f9;
  pointer-events: none; }
  .background__inner {
    will-change: background-color;
    position: fixed;
    top: 0;
    left: 0;
    width: 1vw;
    height: 1vh;
    -webkit-transform: scale(150);
        -ms-transform: scale(150);
            transform: scale(150);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; }
    .background__inner--for-galleries {
      background-color: #030a11;
      will-change: opacity;
      opacity: 0; }

.image-data {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative; }
  .image-data__text-container {
    position: absolute;
    margin-top: 80px;
    z-index: 2;
    left: -80.5px;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
            transform: translateX(-140px);
    transition: opacity 400ms ease, -webkit-transform 600ms ease;
    transition: transform 600ms ease, opacity 400ms ease;
    transition: transform 600ms ease, opacity 400ms ease, -webkit-transform 600ms ease; }
  .image-data__head {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: opacity 100ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transition-delay: 0; }
  .image-data__heading {
    position: relative;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }
    .image-data__heading:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: #000000; }
  .image-data__heading-subtext {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .image-data__subtext {
    margin-left: -10px; }
  .image-data__text {
    display: block;
    font-size: 3.75rem;
    line-height: 4.9375rem;
    letter-spacing: -0.01667em;
    font-weight: 600;
    margin-bottom: 10px; }
  .image-data__desc {
    display: block;
    max-width: 200px;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.02em;
    font-weight: 500; }
  .image-data__ul {
    width: 100%;
    margin-top: 30px; }
  .image-data__li {
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
            transform: translateX(-140px);
    transition: opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0; }
  .image-data__images {
    position: relative;
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    transition: -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    will-change: transform; }
  .image-data__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 120px;
    height: 100%;
    background: #f8f9f9;
    transition: -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .image-data__mask--left {
      left: 0;
      -webkit-transform: translateX(-100%) translateZ(0);
              transform: translateX(-100%) translateZ(0);
      width: 30%; }
    .image-data__mask--right {
      right: 0;
      display: none;
      -webkit-transform: translateX(200%) translateZ(0);
              transform: translateX(200%) translateZ(0);
      width: 30%; }
  .image-data__image {
    transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .image-data__image--top {
      opacity: 1; }
    .image-data__image--bottom {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 1;
      z-index: 1; }
  .image-data__caption {
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    padding-left: 15%;
    transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  @media (min-width: 768px) {
    .image-data.is-active .image-data__head {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955); }
    .image-data.is-active .image-data__caption {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .image-data.is-active .image-data__images {
      -webkit-transform: translateX(15%) translateZ(0);
              transform: translateX(15%) translateZ(0); }
    .image-data.is-active .image-data__image--bottom {
      opacity: 0; }
    .image-data.is-active .image-data__mask--left {
      -webkit-transform: translateX(0%) translateZ(0);
              transform: translateX(0%) translateZ(0); }
    .image-data.is-active .image-data__text-container {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955); }
    .image-data.is-active .image-data__subtext {
      visibility: visible;
      transition: visibility 0s linear 0.4s; }
      .image-data.is-active .image-data__subtext:before {
        left: 0;
        transition: left 0.4s ease; }
      .image-data.is-active .image-data__subtext:after {
        visibility: visible;
        left: calc(100% + 2px);
        transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .image-data.is-active .image-data__images {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); } }
  @media (min-width: 768px) {
    .image-data.is-active .pull-info__caption {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .image-data.is-active .pull-info__num--divide:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active .pull-info__num--final:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active .pull-info__overflow {
      -webkit-transform: translateZ(0px);
              transform: translateZ(0px);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active .reveal-heading {
      visibility: visible;
      transition: visibility 0s linear 0.4s; }
      .image-data.is-active .reveal-heading:before {
        left: 0;
        transition: left 0.4s ease; }
      .image-data.is-active .reveal-heading:after {
        visibility: visible;
        left: calc(100% + 2px);
        transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }
    .image-data.is-active .pull-info__li:nth-child(1) .pull-info__num--divide:before {
      transition-delay: 0ms; }
    .image-data.is-active .pull-info__li:nth-child(1) .pull-info__num--final:before {
      transition-delay: 0ms; }
    .image-data.is-active .pull-info__li:nth-child(1) .pull-info__num .pull-info__overflow {
      transition-delay: 400ms; }
    .image-data.is-active .pull-info__li:nth-child(1) .pull-info__text .pull-info__overflow {
      transition-delay: 200ms; }
    .image-data.is-active .pull-info__li:nth-child(2) .pull-info__num--divide:before {
      transition-delay: 400ms; }
    .image-data.is-active .pull-info__li:nth-child(2) .pull-info__num--final:before {
      transition-delay: 400ms; }
    .image-data.is-active .pull-info__li:nth-child(2) .pull-info__num .pull-info__overflow {
      transition-delay: 800ms; }
    .image-data.is-active .pull-info__li:nth-child(2) .pull-info__text .pull-info__overflow {
      transition-delay: 600ms; }
    .image-data.is-active .pull-info__li:nth-child(3) .pull-info__num--divide:before {
      transition-delay: 800ms; }
    .image-data.is-active .pull-info__li:nth-child(3) .pull-info__num--final:before {
      transition-delay: 800ms; }
    .image-data.is-active .pull-info__li:nth-child(3) .pull-info__num .pull-info__overflow {
      transition-delay: 1200ms; }
    .image-data.is-active .pull-info__li:nth-child(3) .pull-info__text .pull-info__overflow {
      transition-delay: 1000ms; }
    .image-data.is-active .pull-info__li:nth-child(4) .pull-info__num--divide:before {
      transition-delay: 1200ms; }
    .image-data.is-active .pull-info__li:nth-child(4) .pull-info__num--final:before {
      transition-delay: 1200ms; }
    .image-data.is-active .pull-info__li:nth-child(4) .pull-info__num .pull-info__overflow {
      transition-delay: 1600ms; }
    .image-data.is-active .pull-info__li:nth-child(4) .pull-info__text .pull-info__overflow {
      transition-delay: 1400ms; }
    .image-data.is-active .pull-info__li:nth-child(5) .pull-info__num--divide:before {
      transition-delay: 1600ms; }
    .image-data.is-active .pull-info__li:nth-child(5) .pull-info__num--final:before {
      transition-delay: 1600ms; }
    .image-data.is-active .pull-info__li:nth-child(5) .pull-info__num .pull-info__overflow {
      transition-delay: 2000ms; }
    .image-data.is-active .pull-info__li:nth-child(5) .pull-info__text .pull-info__overflow {
      transition-delay: 1800ms; }
    .image-data.is-active .pull-info__li:nth-child(6) .pull-info__num--divide:before {
      transition-delay: 2000ms; }
    .image-data.is-active .pull-info__li:nth-child(6) .pull-info__num--final:before {
      transition-delay: 2000ms; }
    .image-data.is-active .pull-info__li:nth-child(6) .pull-info__num .pull-info__overflow {
      transition-delay: 2400ms; }
    .image-data.is-active .pull-info__li:nth-child(6) .pull-info__text .pull-info__overflow {
      transition-delay: 2200ms; }
    .image-data.is-active .pull-info__li:nth-child(7) .pull-info__num--divide:before {
      transition-delay: 2400ms; }
    .image-data.is-active .pull-info__li:nth-child(7) .pull-info__num--final:before {
      transition-delay: 2400ms; }
    .image-data.is-active .pull-info__li:nth-child(7) .pull-info__num .pull-info__overflow {
      transition-delay: 2800ms; }
    .image-data.is-active .pull-info__li:nth-child(7) .pull-info__text .pull-info__overflow {
      transition-delay: 2600ms; }
    .image-data.is-active .pull-info__li:nth-child(8) .pull-info__num--divide:before {
      transition-delay: 2800ms; }
    .image-data.is-active .pull-info__li:nth-child(8) .pull-info__num--final:before {
      transition-delay: 2800ms; }
    .image-data.is-active .pull-info__li:nth-child(8) .pull-info__num .pull-info__overflow {
      transition-delay: 3200ms; }
    .image-data.is-active .pull-info__li:nth-child(8) .pull-info__text .pull-info__overflow {
      transition-delay: 3000ms; } }
  @media (max-width: 768px) {
    .image-data.is-active-mobile .image-data__head {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 100ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955); }
    .image-data.is-active-mobile .image-data__caption {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .image-data.is-active-mobile .image-data__images {
      -webkit-transform: translateX(15%) translateZ(0);
              transform: translateX(15%) translateZ(0); }
    .image-data.is-active-mobile .image-data__image--bottom {
      opacity: 0; }
    .image-data.is-active-mobile .image-data__mask--left {
      -webkit-transform: translateX(0%) translateZ(0);
              transform: translateX(0%) translateZ(0); }
    .image-data.is-active-mobile .image-data__text-container {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      transition: opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955);
      transition: transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, -0.03, 0.515, 0.955); }
    .image-data.is-active-mobile .image-data__subtext {
      visibility: visible;
      transition: visibility 0s linear 0.4s; }
      .image-data.is-active-mobile .image-data__subtext:before {
        left: 0;
        transition: left 0.4s ease; }
      .image-data.is-active-mobile .image-data__subtext:after {
        visibility: visible;
        left: calc(100% + 2px);
        transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; } }

@media (max-width: 768px) and (max-width: 1024px) {
  .image-data.is-active-mobile .image-data__images {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); } }
  @media (max-width: 768px) {
    .image-data.is-active-mobile .pull-info__caption {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .image-data.is-active-mobile .pull-info__num--divide:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active-mobile .pull-info__num--final:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active-mobile .pull-info__overflow {
      -webkit-transform: translateZ(0px);
              transform: translateZ(0px);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .image-data.is-active-mobile .reveal-heading {
      visibility: visible;
      transition: visibility 0s linear 0.4s; }
      .image-data.is-active-mobile .reveal-heading:before {
        left: 0;
        transition: left 0.4s ease; }
      .image-data.is-active-mobile .reveal-heading:after {
        visibility: visible;
        left: calc(100% + 2px);
        transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }
    .image-data.is-active-mobile .pull-info__li:nth-child(1) .pull-info__num--divide:before {
      transition-delay: 0ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(1) .pull-info__num--final:before {
      transition-delay: 0ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(1) .pull-info__num .pull-info__overflow {
      transition-delay: 400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(1) .pull-info__text .pull-info__overflow {
      transition-delay: 200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(2) .pull-info__num--divide:before {
      transition-delay: 400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(2) .pull-info__num--final:before {
      transition-delay: 400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(2) .pull-info__num .pull-info__overflow {
      transition-delay: 800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(2) .pull-info__text .pull-info__overflow {
      transition-delay: 600ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(3) .pull-info__num--divide:before {
      transition-delay: 800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(3) .pull-info__num--final:before {
      transition-delay: 800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(3) .pull-info__num .pull-info__overflow {
      transition-delay: 1200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(3) .pull-info__text .pull-info__overflow {
      transition-delay: 1000ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(4) .pull-info__num--divide:before {
      transition-delay: 1200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(4) .pull-info__num--final:before {
      transition-delay: 1200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(4) .pull-info__num .pull-info__overflow {
      transition-delay: 1600ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(4) .pull-info__text .pull-info__overflow {
      transition-delay: 1400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(5) .pull-info__num--divide:before {
      transition-delay: 1600ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(5) .pull-info__num--final:before {
      transition-delay: 1600ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(5) .pull-info__num .pull-info__overflow {
      transition-delay: 2000ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(5) .pull-info__text .pull-info__overflow {
      transition-delay: 1800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(6) .pull-info__num--divide:before {
      transition-delay: 2000ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(6) .pull-info__num--final:before {
      transition-delay: 2000ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(6) .pull-info__num .pull-info__overflow {
      transition-delay: 2400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(6) .pull-info__text .pull-info__overflow {
      transition-delay: 2200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(7) .pull-info__num--divide:before {
      transition-delay: 2400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(7) .pull-info__num--final:before {
      transition-delay: 2400ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(7) .pull-info__num .pull-info__overflow {
      transition-delay: 2800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(7) .pull-info__text .pull-info__overflow {
      transition-delay: 2600ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(8) .pull-info__num--divide:before {
      transition-delay: 2800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(8) .pull-info__num--final:before {
      transition-delay: 2800ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(8) .pull-info__num .pull-info__overflow {
      transition-delay: 3200ms; }
    .image-data.is-active-mobile .pull-info__li:nth-child(8) .pull-info__text .pull-info__overflow {
      transition-delay: 3000ms; } }
  @media screen and (min-width: 1920px) {
    .image-data {
      max-width: 960px; } }
  @media (max-width: 1024px) {
    .image-data__text-container {
      position: relative;
      left: 0;
      margin-top: 40px;
      text-align: center; }
    .image-data__mask {
      display: none; }
    .image-data__caption {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      padding-left: 0; } }
  @media (max-width: 768px) {
    .image-data__caption {
      padding: 0 20px; }
    .image-data__text-container {
      margin-top: 20px;
      padding: 0 20px;
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.image-archival {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0; }
  .image-archival img {
    display: block; }
  @media screen and (min-width: 1920px) {
    .image-archival {
      max-width: 960px; } }
  @media (max-width: 768px) {
    .image-archival__caption {
      padding: 0 20px; } }

.image-hero {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .image-hero__image {
    display: block; }
  .image-hero__caption {
    overflow: hidden;
    padding: 0 20px 0 0; }
  @media screen and (min-width: 1920px) {
    .image-hero {
      max-width: 1333.33333px; } }
  @media (max-width: 768px) {
    .image-hero__caption {
      padding: 0 20px; } }

.image-slide {
  width: 100%;
  height: 100%;
  padding: 0; }
  .image-slide__offset-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 768px) {
      .image-slide__offset-container {
        display: block;
        will-change: auto;
        backface-visiblity: initial;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; } }
  .image-slide__offset-inner {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform; }
    @media (max-width: 768px) {
      .image-slide__offset-inner {
        will-change: auto;
        backface-visiblity: initial;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; } }
  .image-slide__figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden; }
  .image-slide__image {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    width: 100%;
    height: auto; }
    @media (max-aspect-ratio: 3 / 2) {
      .image-slide__image {
        height: 100%;
        width: auto; } }
    @media (max-width: 768px) {
      .image-slide__image {
        height: auto;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .image-slide__caption {
    position: absolute;
    display: block;
    bottom: 5%;
    left: 50px;
    margin: 0;
    padding: 0 20px;
    max-width: 990px;
    will-change: transform; }
    @media (max-width: 768px) {
      .image-slide__caption {
        will-change: auto;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        position: static;
        width: 100%;
        padding: 10px 20px; } }
  .image-slide__caption-inner {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    display: inline;
    color: #f8f9f9;
    background-color: rgba(21, 23, 25, 0.3);
    box-shadow: 8px 0 0 rgba(21, 23, 25, 0.3), -8px 0 0 rgba(21, 23, 25, 0.3); }
    @media screen and (min-width: 1920px) {
      .image-slide__caption-inner {
        font-size: 1.16667rem; } }
    @media (max-width: 768px) {
      .image-slide__caption-inner {
        color: #a5a5a5;
        background-color: transparent;
        box-shadow: none; } }

.image-gallery {
  position: relative; }
  @media (min-width: 1920px) {
    .image-gallery {
      max-width: 1920px;
      margin: 0 auto;
      left: 0;
      right: 0; } }
  .image-gallery__spacer {
    height: 150vh; }
    @media (max-width: 768px) {
      .image-gallery__spacer {
        display: none; } }
  .image-gallery__slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @supports not ((position: -webkit-sticky) or (position: sticky)) {
      .is-gallery-fixed .image-gallery__slides {
        position: fixed;
        pointer-events: none; } }
    @media (max-width: 768px) {
      .image-gallery__slides {
        position: relative; }
        .is-gallery-fixed .image-gallery__slides {
          position: relative; } }
  .image-gallery__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh; }
    @media (max-width: 768px) {
      .image-gallery__sticky {
        height: auto; } }
  .image-gallery__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    z-index: 1; }
    @supports not ((position: -webkit-sticky) or (position: sticky)) {
      .image-gallery__slide:last-child {
        top: initial;
        bottom: 0; } }
    @media (max-width: 768px) {
      .image-gallery__slide {
        position: relative;
        height: auto;
        margin-bottom: 50px; }
        .image-gallery__slide:last-child {
          margin-bottom: 0; } }

.image-grid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .image-grid__ul {
    overflow: hidden;
    margin-left: -7px; }
  .image-grid__li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 7px;
    margin-bottom: 7px; }
    .image-grid__li:nth-child(1) .image-grid__index {
      bottom: 10px;
      right: 10px; }
    .image-grid__li:nth-child(2) .image-grid__index {
      bottom: 10px;
      left: 17px; }
    .image-grid__li:nth-child(3) .image-grid__index {
      top: 10px;
      right: 10px; }
    .image-grid__li:nth-child(4) .image-grid__index {
      top: 10px;
      left: 17px; }
  .image-grid__index {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #f8f9f9;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    position: absolute; }
  .image-grid__caption {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    padding: 0 20px 0 0; }
    @media screen and (min-width: 1920px) {
      .image-grid__caption {
        font-size: 1.16667rem; } }
    .image-grid__caption span {
      color: #FFC926;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      margin-right: 15px; }
  @media screen and (min-width: 1920px) {
    .image-grid {
      max-width: 1333.33333px; } }
  @media (max-width: 768px) {
    .image-grid {
      padding: 0 20px; }
      .image-grid__ul {
        margin-left: 0; }
      .image-grid__li {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0; }
        .image-grid__li .image-grid__index {
          top: 10px !important;
          left: 10px !important;
          bottom: auto !important;
          right: auto !important; } }

.share-list {
  width: 60px;
  height: 60px;
  opacity: 0.6;
  transition: opacity 0.2s ease; }
  .share-list:hover {
    opacity: 1; }
  .share-list__trigger {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    z-index: 2; }
    .share-list__trigger:before {
      position: relative;
      content: "";
      width: 60px;
      display: inline-block;
      font-family: "interface";
      font-size: 22px;
      line-height: 60px;
      z-index: 2; }
    .share-list__trigger:hover .share-list__list {
      transition: -webkit-transform 500ms ease;
      transition: transform 500ms ease;
      transition: transform 500ms ease, -webkit-transform 500ms ease;
      visibility: visible; }
      .share-list__trigger:hover .share-list__list .share-list__li {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        transition: opacity 0.7s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.7s ease, transform 0.4s ease;
        transition: opacity 0.7s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
        .share-list__trigger:hover .share-list__list .share-list__li:nth-child(1) {
          transition-delay: 100ms; }
        .share-list__trigger:hover .share-list__list .share-list__li:nth-child(2) {
          transition-delay: 200ms; }
        .share-list__trigger:hover .share-list__list .share-list__li:nth-child(3) {
          transition-delay: 300ms; }
  .share-list__li {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); }
  .share-list__list {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    width: 40px;
    height: 60px;
    font-size: 0;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    visibility: hidden; }
  .share-list__item {
    display: block;
    width: 40px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    text-decoration: none; }
    .share-list__item:before {
      display: inline-block;
      color: #a5a5a5;
      font-family: "interface";
      font-size: 22px;
      line-height: 60px;
      transition: color 200ms cubic-bezier(0.86, 0, 0.07, 1); }
    .share-list__item:hover:before {
      color: #FFC926; }
    .share-list__item--facebook:before {
      content: ""; }
    .share-list__item--twitter:before {
      content: ""; }
    .share-list__item--google:before {
      content: ""; }

.dust {
  background-color: #151719;
  z-index: -4;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.counter {
  position: relative;
  float: right;
  margin: 50px 0;
  margin-left: 50px;
  margin-right: -210px;
  max-width: 420px;
  width: 100%; }
  .counter__skeleton {
    visibility: hidden; }
  .counter__facade {
    position: absolute;
    left: 0;
    top: 0; }
  .counter__facade, .counter__skeleton {
    font-size: 9.375rem;
    line-height: 9.375rem;
    letter-spacing: -0.05813em;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: bold;
    color: #151719;
    white-space: nowrap; }
    .counter__facade:before, .counter__skeleton:before {
      content: attr(data-currency) " ";
      display: inline-block; }
    .counter__facade:after, .counter__skeleton:after {
      content: 'M';
      display: inline-block; }
  @media screen and (min-width: 1920px) {
    .counter {
      max-width: 560px; }
      .counter__facade, .counter__skeleton {
        font-size: 12.5rem;
        line-height: 12.5rem; } }
  @media (max-width: 1280px) {
    .counter {
      margin-right: -105px; } }
  @media (max-width: 1024px) {
    .counter {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .counter {
      float: none;
      margin-left: 0;
      max-width: none; }
      .counter__facade, .counter__skeleton {
        font-size: 31.25vw;
        line-height: 31.25vw; } }

.counter-float {
  margin-top: 30px; }
  .counter-float__heading {
    display: inline;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.125rem;
    text-transform: none;
    letter-spacing: -0.03em;
    color: #f8f9f9;
    background-color: #151719;
    box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
    line-height: 1.4;
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    white-space: nowrap;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
    transition: visibility 0s linear 0.6s;
    margin-bottom: 10px; }
    @media screen and (min-width: 1920px) {
      .counter-float__heading {
        font-size: 1.66667rem;
        line-height: 2.83333rem; } }
    @media (max-width: 768px) {
      .counter-float__heading {
        font-size: 1rem;
        line-height: 1.25rem; } }
    .counter-float__heading:before {
      content: '';
      background-color: #151719;
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: -100%;
      width: 100%;
      visibility: visible;
      transition: left 0.4s ease 0.6s; }
    .counter-float__heading:after {
      content: '';
      background-color: #151719;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0 0 0 -2px;
      visibility: hidden;
      transition: left 0.6s ease, visibility 0s linear 0.6s; }
    @media screen and (min-width: 1920px) {
      .counter-float__heading {
        line-height: 1.4; } }
  .counter-float__caption {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    color: rgba(3, 10, 17, 0.79);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.07, 0, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.07, 0, 0.22, 0.99);
    transition: transform 1s cubic-bezier(0.07, 0, 0.22, 0.99), opacity 1s cubic-bezier(0.07, 0, 0.22, 0.99);
    transition: transform 1s cubic-bezier(0.07, 0, 0.22, 0.99), opacity 1s cubic-bezier(0.07, 0, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.07, 0, 0.22, 0.99); }
    @media screen and (min-width: 1920px) {
      .counter-float__caption {
        font-size: 1.16667rem; } }
  .counter-float.is-active .counter-float__caption {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }
  .counter-float.is-active .counter-float__heading {
    visibility: visible;
    transition: visibility 0s linear 0.4s; }
    .counter-float.is-active .counter-float__heading:before {
      left: 0;
      transition: left 0.4s ease; }
    .counter-float.is-active .counter-float__heading:after {
      visibility: visible;
      left: calc(100% + 2px);
      transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }

.turkey-map {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }
  .turkey-map:after {
    content: "";
    display: table;
    clear: both; }
  .turkey-map__info {
    position: absolute;
    z-index: 6;
    top: 65%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 220px; }
  .turkey-map__title {
    margin-bottom: 20px; }
    .turkey-map__title span {
      display: inline;
      font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 2.125rem;
      text-transform: none;
      letter-spacing: -0.03em;
      color: #f8f9f9;
      background-color: #151719;
      box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
      line-height: 1.4;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      white-space: nowrap;
      padding: 0 8px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      visibility: hidden;
      transition: visibility 0s linear 0.6s; }
      @media screen and (min-width: 1920px) {
        .turkey-map__title span {
          font-size: 1.66667rem;
          line-height: 2.83333rem; } }
      @media (max-width: 768px) {
        .turkey-map__title span {
          font-size: 1rem;
          line-height: 1.25rem; } }
      .turkey-map__title span:before {
        content: '';
        background-color: #151719;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        visibility: visible;
        transition: left 0.4s ease 0.6s; }
      .turkey-map__title span:after {
        content: '';
        background-color: #151719;
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 0 0 -2px;
        visibility: hidden;
        transition: left 0.6s ease, visibility 0s linear 0.6s; }
      @media screen and (min-width: 1920px) {
        .turkey-map__title span {
          line-height: 1.4; } }
  .turkey-map__key {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    color: rgba(3, 10, 17, 0.79);
    margin-bottom: 20px;
    opacity: 0;
    text-align: left;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease; }
    @media screen and (min-width: 1920px) {
      .turkey-map__key {
        font-size: 1.16667rem; } }
    .turkey-map__key:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 25px;
      height: 25px;
      background-size: cover;
      background-position: center;
      margin-bottom: 4px; }
    .turkey-map__key--regime:before {
      background-image: url("../images/turkey-map/SyriaMapKey-1-Regime.svg"); }
    .turkey-map__key--opposition:before {
      background-image: url("../images/turkey-map/SyriaMapKey-2-Opposition.svg"); }
    .turkey-map__key--isis:before {
      background-image: url("../images/turkey-map/SyriaMapKey-3-ISIS.svg"); }
    .turkey-map__key--kudrs:before {
      background-image: url("../images/turkey-map/SyriaMapKey-4-Kurds.svg"); }
  .turkey-map__caption {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    margin: 0 0 40px 0;
    text-align: left; }
    @media screen and (min-width: 1920px) {
      .turkey-map__caption {
        font-size: 1.16667rem; } }
  .turkey-map__maps {
    position: relative;
    width: 110.8%; }
  .turkey-map__map {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.7s ease;
    top: 0;
    left: 0; }
    .turkey-map__map--skeleton {
      position: relative;
      z-index: 3;
      opacity: 1; }
    .turkey-map__map--skeleton-mob {
      display: none;
      position: relative;
      z-index: 3;
      opacity: 1; }
  .turkey-map.is-active .turkey-map__title span {
    visibility: visible;
    transition: visibility 0s linear 0.4s; }
    .turkey-map.is-active .turkey-map__title span:before {
      left: 0;
      transition: left 0.4s ease; }
    .turkey-map.is-active .turkey-map__title span:after {
      visibility: visible;
      left: calc(100% + 2px);
      transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }
  .turkey-map.is-active .turkey-map__map {
    opacity: 1; }
    .turkey-map.is-active .turkey-map__map--regime {
      transition-delay: 0s; }
    .turkey-map.is-active .turkey-map__map--opposition {
      transition-delay: 0.3s; }
    .turkey-map.is-active .turkey-map__map--isis {
      transition-delay: 0.6s; }
    .turkey-map.is-active .turkey-map__map--kudrs {
      transition-delay: 0.9s; }
  .turkey-map.is-active .turkey-map__key {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .turkey-map.is-active .turkey-map__key--regime {
      transition-delay: 0.1s; }
    .turkey-map.is-active .turkey-map__key--opposition {
      transition-delay: 0.4s; }
    .turkey-map.is-active .turkey-map__key--isis {
      transition-delay: 0.7s; }
    .turkey-map.is-active .turkey-map__key--kudrs {
      transition-delay: 1s; }
  @media screen and (min-width: 1920px) {
    .turkey-map {
      max-width: 1333.33333px; }
      .turkey-map__info {
        width: 293.33333px; }
      .turkey-map__map {
        max-width: 1477.33333px; } }
  @media screen and (min-width: 1300px) {
    .turkey-map__map {
      width: 100%;
      -webkit-transform: translateX(100px);
          -ms-transform: translateX(100px);
              transform: translateX(100px); } }
  @media (max-width: 1280px) {
    .turkey-map__maps {
      width: auto;
      margin-left: 100px; } }
  @media (max-width: 768px) {
    .turkey-map {
      text-align: center; }
      .turkey-map__info {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: inline-block;
        margin-top: 20px;
        padding: 0 20px;
        width: 100%; }
      .turkey-map__maps {
        margin: 0; }
      .turkey-map__map--skeleton {
        display: none; }
      .turkey-map__map--skeleton-mob {
        display: block; } }

.loader {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity 2000ms ease; }
  .loader.is-opague {
    background: #151719; }
  .loader.is-loader-complete {
    opacity: 0;
    transition-delay: 2000ms; }
  .loader__svg {
    width: 5vh;
    height: 5.45vh;
    opacity: 0;
    transition: opacity 2000ms ease; }
    .is-loader-active .loader__svg {
      opacity: 1; }
  .loader__rect--static {
    fill: #ffffff; }
  .loader__rect--animated {
    fill: #FFC926;
    transition: -webkit-transform 2000ms ease;
    transition: transform 2000ms ease;
    transition: transform 2000ms ease, -webkit-transform 2000ms ease; }

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 1vw;
  height: 1vh;
  pointer-events: none;
  will-change: opacity;
  -webkit-transform: scale(150);
      -ms-transform: scale(150);
          transform: scale(150);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  z-index: 999;
  background-color: #030a11;
  opacity: 0; }

.chapter-cover {
  position: relative;
  z-index: 4; }
  .chapter-cover__spacer {
    display: block;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    z-index: 2; }
    .chapter-cover__spacer--labels {
      z-index: 4; }
    .chapter-cover__spacer--hero {
      z-index: 3; }
    .chapter-cover__spacer--intro {
      min-height: initial;
      padding-bottom: 17.5vw;
      z-index: 2; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .chapter-cover--italy .chapter-cover__spacer--hero {
      margin-bottom: 2vh;
      padding-bottom: 0; }
      @media screen and (min-width: 1920px) {
        .chapter-cover--italy .chapter-cover__spacer--hero {
          margin-bottom: 9vh; } }
      @media (max-width: 768px) {
        .chapter-cover--italy .chapter-cover__spacer--hero {
          margin-bottom: 0;
          padding-bottom: 0; } }
    .chapter-cover--niger .chapter-cover__spacer--hero {
      margin-bottom: -59vh;
      padding-bottom: 60vh; }
      @media screen and (min-width: 1920px) {
        .chapter-cover--niger .chapter-cover__spacer--hero {
          margin-bottom: -52vh; } }
      @media (max-width: 768px) {
        .chapter-cover--niger .chapter-cover__spacer--hero {
          margin-bottom: 0;
          padding-bottom: 0; } }
    .chapter-cover--germany .chapter-cover__spacer--hero {
      margin-bottom: -27vh;
      padding-bottom: 60vh; }
      @media screen and (min-width: 1920px) {
        .chapter-cover--germany .chapter-cover__spacer--hero {
          margin-bottom: -19vh; } }
      @media (max-width: 768px) {
        .chapter-cover--germany .chapter-cover__spacer--hero {
          margin-bottom: 0;
          padding-bottom: 0; } }
    .chapter-cover--turkey .chapter-cover__spacer--hero {
      margin-bottom: -27vh;
      padding-bottom: 60vh; }
      @media screen and (min-width: 1920px) {
        .chapter-cover--turkey .chapter-cover__spacer--hero {
          margin-bottom: -19vh; } }
      @media (max-width: 768px) {
        .chapter-cover--turkey .chapter-cover__spacer--hero {
          margin-bottom: 0;
          padding-bottom: 0; } } }
  .chapter-cover__sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
    pointer-events: none;
    overflow: hidden; }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
      .chapter-cover__sticky {
        position: -webkit-sticky;
        position: sticky; } }
  .chapter-cover__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f9f9;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: opacity 0s ease;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity; }
    .is-hero-active .chapter-cover__background {
      opacity: 1;
      transition: opacity 1s ease 1s; }
    .is-background-active .chapter-cover__background {
      opacity: 1;
      transition: opacity 0s ease; }
    .is-transitions-killed .chapter-cover__background {
      transition: none; }
  html.grade-b .chapter-cover__spacer--zoom, html.grade-b .chapter-cover__spacer--labels {
    height: 1px;
    min-height: 0;
    padding: 0;
    display: none; }
  html.grade-b .chapter-cover__spacer--intro {
    margin-top: 0;
    min-height: 0;
    padding: 50px 0 40px; }
    html.grade-b .chapter-cover__spacer--intro .chapter-cover-intro {
      position: relative;
      display: block; }
  html.grade-b .chapter-cover .chapter-cover-hero, html.grade-b .chapter-cover .chapter-cover-hero__inner {
    display: none; }
  .chapter-cover.is-hero-faded {
    z-index: 2; }
  @media (max-width: 768px) {
    .chapter-cover__background {
      transition: opacity 0s ease;
      height: 150%; }
    .chapter-cover__spacer {
      min-height: 0; }
      .chapter-cover__spacer--hero {
        margin-bottom: 0; }
    .chapter-cover__sticky {
      position: fixed; } }

.chapter-cover-labels {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180vh;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 2;
  pointer-events: none; }
  .is-labels-active .chapter-cover-labels {
    opacity: 1; }
  .chapter-cover-labels__centered {
    position: relative;
    left: -50%;
    top: -50%; }
  .chapter-cover-labels__label {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    transition: opacity 1000ms ease, -webkit-transform 1000ms ease-out;
    transition: transform 1000ms ease-out, opacity 1000ms ease;
    transition: transform 1000ms ease-out, opacity 1000ms ease, -webkit-transform 1000ms ease-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column; }
    html.grade-b .chapter-cover-labels__label {
      display: none; }
    .is-labels-zoomed .chapter-cover-labels__label {
      opacity: 0; }
    .is-labels-zoomed .chapter-cover-labels__label.is-current {
      opacity: 1;
      transition: -webkit-transform 1600ms cubic-bezier(0.59, 0.055, 0.325, 0.975);
      transition: transform 1600ms cubic-bezier(0.59, 0.055, 0.325, 0.975);
      transition: transform 1600ms cubic-bezier(0.59, 0.055, 0.325, 0.975), -webkit-transform 1600ms cubic-bezier(0.59, 0.055, 0.325, 0.975); }
      .is-labels-zoomed .chapter-cover-labels__label.is-current .chapter-cover-labels__location span {
        transition: background-color 0s ease,  box-shadow 0s ease;
        background-color: transparent;
        box-shadow: none; }
      .is-labels-zoomed .chapter-cover-labels__label.is-current .chapter-cover-labels__title span {
        transition: background-color 0s ease,  box-shadow 0s ease;
        background-color: transparent;
        box-shadow: none; }
    .is-labels-closed .chapter-cover-labels__label.is-current {
      opacity: 0; }
      @supports ((position: -webkit-sticky) or (position: sticky)) {
        .is-labels-closed .chapter-cover-labels__label.is-current {
          opacity: 1; }
          .is-labels-closed .chapter-cover-labels__label.is-current .chapter-cover-labels__location {
            color: rgba(3, 10, 17, 0.79);
            color: #151719;
            transition: color 400ms ease 0s; }
            .is-labels-closed .chapter-cover-labels__label.is-current .chapter-cover-labels__location:after {
              background: rgba(3, 10, 17, 0.79); }
            .is-labels-closed .chapter-cover-labels__label.is-current .chapter-cover-labels__location:after {
              background-color: #151719;
              transition: background 400ms ease 0s; }
          .is-labels-closed .chapter-cover-labels__label.is-current .chapter-cover-labels__title {
            transition: color 400ms ease 0s;
            color: #151719; } }
    .chapter-cover-labels__label--germany {
      -webkit-transform: translate3d(-99vh, 25vh, 0) scale3d(0.55, 0.55, 1);
              transform: translate3d(-99vh, 25vh, 0) scale3d(0.55, 0.55, 1); }
      .is-labels-zoomed .chapter-cover-labels__label--germany.is-current {
        -webkit-transform: translate3d(-90vh, 45vh, 0) scale3d(1, 1, 1);
                transform: translate3d(-90vh, 45vh, 0) scale3d(1, 1, 1); }
    .chapter-cover-labels__label--turkey {
      -webkit-transform: translate3d(-61vh, 40vh, 0) scale3d(0.55, 0.55, 1);
              transform: translate3d(-61vh, 40vh, 0) scale3d(0.55, 0.55, 1); }
      .is-labels-zoomed .chapter-cover-labels__label--turkey.is-current {
        -webkit-transform: translate3d(-90vh, 45vh, 0) scale3d(1, 1, 1);
                transform: translate3d(-90vh, 45vh, 0) scale3d(1, 1, 1); }
    .chapter-cover-labels__label--italy {
      -webkit-transform: translate3d(-85vh, 45.5vh, 0) scale3d(0.55, 0.55, 1);
              transform: translate3d(-85vh, 45.5vh, 0) scale3d(0.55, 0.55, 1); }
      .is-labels-zoomed .chapter-cover-labels__label--italy.is-current {
        -webkit-transform: translate3d(-90vh, 75vh, 0) scale3d(1, 1, 1);
                transform: translate3d(-90vh, 75vh, 0) scale3d(1, 1, 1); }
    .chapter-cover-labels__label--niger {
      -webkit-transform: translate3d(-90vh, 77vh, 0) scale3d(0.55, 0.55, 1);
              transform: translate3d(-90vh, 77vh, 0) scale3d(0.55, 0.55, 1); }
      .is-labels-zoomed .chapter-cover-labels__label--niger.is-current {
        -webkit-transform: translate3d(-90vh, 5vh, 0) scale3d(1, 1, 1);
                transform: translate3d(-90vh, 5vh, 0) scale3d(1, 1, 1); }
        .is-labels-zoomed .chapter-cover-labels__label--niger.is-current .chapter-cover-labels__location {
          color: rgba(3, 10, 17, 0.79);
          color: #151719;
          transition: color 400ms ease 1000ms; }
          .is-labels-zoomed .chapter-cover-labels__label--niger.is-current .chapter-cover-labels__location:after {
            background: rgba(3, 10, 17, 0.79); }
          .is-labels-zoomed .chapter-cover-labels__label--niger.is-current .chapter-cover-labels__location:after {
            background-color: #151719;
            transition: background 400ms ease 1000ms; }
        .is-labels-zoomed .chapter-cover-labels__label--niger.is-current .chapter-cover-labels__title {
          transition: color 400ms ease 1000ms;
          color: #151719; }
    .is-transitions-killed .chapter-cover-labels__label {
      transition: none !important; }
    @media screen and (min-width: 1920px) {
      .chapter-cover-labels__label--germany {
        -webkit-transform: translate3d(-99vh, 25vh, 0) scale3d(0.4, 0.4, 1);
                transform: translate3d(-99vh, 25vh, 0) scale3d(0.4, 0.4, 1); }
      .chapter-cover-labels__label--turkey {
        -webkit-transform: translate3d(-61vh, 40vh, 0) scale3d(0.4, 0.4, 1);
                transform: translate3d(-61vh, 40vh, 0) scale3d(0.4, 0.4, 1); }
      .chapter-cover-labels__label--italy {
        -webkit-transform: translate3d(-85vh, 45.5vh, 0) scale3d(0.4, 0.4, 1);
                transform: translate3d(-85vh, 45.5vh, 0) scale3d(0.4, 0.4, 1); }
      .chapter-cover-labels__label--niger {
        -webkit-transform: translate3d(-90vh, 77vh, 0) scale3d(0.4, 0.4, 1);
                transform: translate3d(-90vh, 77vh, 0) scale3d(0.4, 0.4, 1); } }
  .chapter-cover-labels__inner {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .chapter-cover-labels__number {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 1;
    transition: 1600ms opacity ease; }
    .chapter-cover-labels__number:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 50%;
      background-color: #000000;
      height: 4vh;
      width: 4vh;
      z-index: -1;
      border: 2px solid white; }
    .is-current .chapter-cover-labels__number {
      color: #000000; }
      .is-current .chapter-cover-labels__number:before {
        background-color: #ffffff; }
    .is-labels-zoomed .chapter-cover-labels__number {
      opacity: 0;
      transition-duration: 500ms; }
    .is-transitions-killed .chapter-cover-labels__number {
      transition: none !important; }
    @media screen and (min-width: 1920px) {
      .chapter-cover-labels__number {
        font-size: 2.7vh;
        line-height: 5vh; }
        .chapter-cover-labels__number:before {
          height: 5vh;
          width: 5vh; } }
  .chapter-cover-labels__location {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: rgba(3, 10, 17, 0.79);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    color: #f8f9f9;
    color: #ffffff;
    margin: 1.44vh 0 1.5vh;
    transition: color 400ms ease;
    padding-bottom: 0.5vh;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .chapter-cover-labels__location:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: rgba(3, 10, 17, 0.79); }
    @media screen and (min-width: 1920px) {
      .chapter-cover-labels__location {
        font-size: 1.83333rem;
        line-height: 2.5rem; } }
    .chapter-cover-labels__location:after {
      background: #f8f9f9; }
    .chapter-cover-labels__location span {
      transition: background-color 0s ease 800ms, box-shadow 0s ease 800ms;
      background-color: #151719;
      box-shadow: 8px 0 0 #151719, -8px 0 0 #151719; }
    .chapter-cover-labels__location:after {
      transition: background 400ms ease;
      background-color: #ffffff; }
  .chapter-cover-labels__title {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 2.125rem;
    line-height: 2.5rem;
    color: rgba(3, 10, 17, 0.79);
    padding: 0 4px;
    width: 410px;
    color: #ffffff;
    transition: color 400ms ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media screen and (min-width: 1920px) {
      .chapter-cover-labels__title {
        font-size: 2.83333rem;
        line-height: 3.33333rem; } }
    .chapter-cover-labels__title span {
      transition: background-color 0s ease 800ms, box-shadow 0s ease 800ms;
      background-color: #151719;
      box-shadow: 8px 0 0 #151719, -8px 0 0 #151719; }
    @media screen and (min-width: 1920px) {
      .chapter-cover-labels__title {
        width: 546.66667px; } }
  .chapter-cover-labels__prompt {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: opacity 800ms ease; }
    .is-labels-zoomed .chapter-cover-labels__prompt {
      opacity: 0; }
    .chapter-cover-labels__prompt:after {
      content: '';
      background-image: url("../images/icons/long-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 14.4px;
      height: 69.6px;
      display: block; }

.chapter-cover-hero {
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative; }
  .chapter-cover-hero__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    transition: opacity 800ms ease, -webkit-transform 800ms ease;
    transition: opacity 800ms ease, transform 800ms ease;
    transition: opacity 800ms ease, transform 800ms ease, -webkit-transform 800ms ease;
    opacity: 0;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    pointer-events: none; }
    .is-hero-active .chapter-cover-hero__inner {
      opacity: 1; }
    .is-hero-faded .chapter-cover-hero__inner {
      opacity: 0;
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95); }
    .is-transitions-killed .chapter-cover-hero__inner {
      transition: none; }
    .chapter-cover-hero__inner--niger {
      -ms-flex-align: end;
          align-items: flex-end; }
  .chapter-cover-hero__image, .chapter-cover-hero__picture {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-aspect-ratio: 3 / 2) {
      .chapter-cover-hero__image, .chapter-cover-hero__picture {
        height: 100%;
        width: auto; } }

.chapter-cover-hero-fallback {
  display: none;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  html.grade-b .chapter-cover-hero-fallback {
    display: block; }
  .chapter-cover-hero-fallback--niger {
    background-image: url("../images/chapter-cover/niger-1920-o.jpg"); }
  .chapter-cover-hero-fallback--italy {
    background-image: url("../images/chapter-cover/italy-1920-o.jpg"); }
  .chapter-cover-hero-fallback--turkey {
    background-image: url("../images/chapter-cover/turkey-1920-o.jpg"); }
  .chapter-cover-hero-fallback--germany {
    background-image: url("../images/chapter-cover/germany-1920-o.jpg"); }
  @media (max-width: 768px) {
    .chapter-cover-hero-fallback {
      height: 100%; } }
  @media (max-width: 480px) and (orientation: portrait) {
    .chapter-cover-hero-fallback--niger {
      background-image: url("../images/chapter-cover/mobile/niger-o.jpg"); }
    .chapter-cover-hero-fallback--italy {
      background-image: url("../images/chapter-cover/mobile/italy-o.jpg"); }
    .chapter-cover-hero-fallback--turkey {
      background-image: url("../images/chapter-cover/mobile/turkey-o.jpg"); }
    .chapter-cover-hero-fallback--germany {
      background-image: url("../images/chapter-cover/mobile/germany-o.jpg"); } }

.chapter-cover-fallback-labels {
  padding-top: calc(60px + 2vh);
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 10px; }
  .chapter-cover-fallback-labels__number {
    position: relative;
    font-size: 2.43vh;
    line-height: 4.5vh;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px; }
  .chapter-cover-fallback-labels__location {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: rgba(3, 10, 17, 0.79);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    color: #f8f9f9;
    color: #ffffff;
    padding-bottom: 0.5vh;
    margin-bottom: 15px; }
    .chapter-cover-fallback-labels__location:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: rgba(3, 10, 17, 0.79); }
    @media screen and (min-width: 1920px) {
      .chapter-cover-fallback-labels__location {
        font-size: 1.83333rem;
        line-height: 2.5rem; } }
    .chapter-cover-fallback-labels__location:after {
      background: #f8f9f9; }
  .chapter-cover-fallback-labels__title {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 2.125rem;
    line-height: 2.5rem;
    color: rgba(3, 10, 17, 0.79);
    padding: 0 4px;
    color: #ffffff; }
    @media screen and (min-width: 1920px) {
      .chapter-cover-fallback-labels__title {
        font-size: 2.83333rem;
        line-height: 3.33333rem; } }
  .chapter-cover-fallback-labels--italy {
    top: auto;
    bottom: 100px; }
  .chapter-cover-fallback-labels--turkey, .chapter-cover-fallback-labels--germany {
    top: 50%; }
  .chapter-cover-fallback-labels--niger .chapter-cover-fallback-labels__number {
    color: #151719; }
  .chapter-cover-fallback-labels--niger .chapter-cover-fallback-labels__location {
    color: rgba(3, 10, 17, 0.79);
    color: #151719; }
    .chapter-cover-fallback-labels--niger .chapter-cover-fallback-labels__location:after {
      background: rgba(3, 10, 17, 0.79); }
    .chapter-cover-fallback-labels--niger .chapter-cover-fallback-labels__location:after {
      background-color: #151719; }
  .chapter-cover-fallback-labels--niger .chapter-cover-fallback-labels__title {
    color: #151719; }
  @media (max-width: 375px) {
    .chapter-cover-fallback-labels__title {
      font-size: 1.8rem;
      line-height: 2rem; } }

.chapter-cover-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .chapter-cover-intro__text {
    width: 100%;
    padding: 0 20px;
    max-width: 760px;
    margin: 0 auto; }
    .chapter-cover-intro__text p {
      font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 2.125rem;
      color: #151719; }
  @media screen and (min-width: 1920px) {
    .chapter-cover-intro__text {
      max-width: 1013.33333px; }
      .chapter-cover-intro__text p {
        font-size: 1.66667rem;
        line-height: 2.83333rem; } }
  @media (max-width: 768px) {
    .chapter-cover-intro__text p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.cover-cover {
  width: 100%;
  opacity: 0;
  transition: opacity 2000ms ease;
  transition-delay: 1000ms; }
  html.grade-b .cover-cover {
    position: relative;
    z-index: 10;
    background-color: #151719;
    opacity: 1; }
  .is-loader-complete + .cover-cover {
    opacity: 1; }
  .cover-cover__page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 112px 0 0; }
    html.grade-b .cover-cover__page {
      min-height: 0; }
      html.grade-b .cover-cover__page:nth-child(1) {
        padding-top: 0px; }
        html.grade-b .cover-cover__page:nth-child(1):before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-width: 1024px;
          margin: 0 auto;
          opacity: 1;
          background: transparent url("../images/dust/face.png") center center no-repeat;
          background-size: cover; }
      html.grade-b .cover-cover__page:nth-child(2) {
        box-sizing: content-box;
        padding-top: 60px; }

.cover-cover-mast {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  will-change: opacity; }
  .cover-cover-mast__date {
    overflow: hidden;
    margin-bottom: 30px; }
    .cover-cover-mast__date span {
      border-bottom: 1px solid #ffffff; }
  .cover-cover-mast__hed {
    margin: 10px 0;
    line-height: normal;
    margin-bottom: 30px; }
  .cover-cover-mast__dek {
    overflow: hidden; }
  .cover-cover-mast__byline {
    overflow: hidden;
    margin-bottom: 10vh; }
  .cover-cover-mast__hed-inner {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 2.125rem;
    line-height: 2.25rem;
    color: #ffffff; }
  .cover-cover-mast__dek-inner {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center; }
  .cover-cover-mast__byline-inner {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center; }
  .cover-cover-mast__date-inner {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff; }
  @media screen and (min-width: 1920px) {
    .cover-cover-mast__hed-inner {
      font-size: 2.83333rem;
      line-height: 3rem; }
    .cover-cover-mast__dek-inner {
      font-size: 1.33333rem;
      line-height: 2rem; }
    .cover-cover-mast__byline-inner {
      font-size: 1.33333rem;
      line-height: 2rem; }
    .cover-cover-mast__date-inner {
      font-size: 1.33333rem;
      line-height: 2rem; } }
  @media (max-width: 768px) {
    .cover-cover-mast {
      opacity: 1 !important; } }
  @media (max-width: 480px) {
    .cover-cover-mast__date {
      margin-bottom: 10px; }
    .cover-cover-mast__hed-inner {
      font-size: 28px; }
    .cover-cover-mast__byline-inner {
      font-size: 14px; }
    .cover-cover-mast__byline {
      margin-bottom: 1em; } }
  @media (max-width: 360px) {
    .cover-cover-mast__hed-inner {
      font-size: 26px; }
    .cover-cover-mast__byline-inner {
      font-size: 13px; }
    .cover-cover-mast__byline {
      margin-bottom: 1em; } }

.cover-cover-intro {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%; }
  .cover-cover-intro__text {
    will-change: opacity;
    width: 90vh;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.125rem;
    color: #ffffff;
    opacity: 1;
    margin: 0 auto;
    text-align: center; }
    .cover-cover-intro__text span {
      background: rgba(0, 0, 0, 0.3);
      box-shadow: 8px 0 0 rgba(0, 0, 0, 0.3), -8px 0 0 rgba(0, 0, 0, 0.3);
      padding: 3px; }
  @media screen and (min-width: 1920px) {
    .cover-cover-intro__text {
      font-size: 1.66667rem;
      line-height: 2.83333rem; } }
  @media (max-width: 1023px) {
    .cover-cover-intro__text {
      width: 90vw;
      padding: 0 20px;
      max-width: 690px; } }
  @media (max-width: 768px) {
    .cover-cover-intro__text {
      opacity: 1 !important;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: left;
      width: 100%; }
      .cover-cover-intro__text span {
        background: transparent;
        box-shadow: none; } }
  html.grade-b .cover-cover-intro__text {
    margin-top: -60px; }

.sub-cover {
  margin: 0 auto 6.25rem;
  padding: 0;
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  .sub-cover__images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .is-map-active .sub-cover__images {
      opacity: 1; }
  .sub-cover__images-inner {
    width: 100%;
    max-width: 1440px;
    position: relative; }
    .sub-cover__images-inner:before {
      content: '';
      display: block;
      padding-top: 71.45833%; }
  .sub-cover__gold, .sub-cover__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .sub-cover__heading {
    height: 100vh;
    width: 100%;
    position: relative; }
  .sub-cover__hero {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto; }
  .sub-cover.is-visible .chapter-cover__map {
    opacity: 1; }
  .sub-cover.is-visible .chapter-cover__heading {
    opacity: 1; }
  .sub-cover__background {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1vw;
    height: 1vh;
    -webkit-transform: scale(120) translate(0, 0);
        -ms-transform: scale(120) translate(0, 0);
            transform: scale(120) translate(0, 0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform-style: preserve-3d;
    background-color: #151719;
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity; }
    .is-background-active .sub-cover__background {
      opacity: 1; }
    .is-background-instant .sub-cover__background {
      transition: opacity 0s ease; }
  @media (max-width: 768px) {
    .sub-cover {
      margin: 0 auto 3.125rem; }
      .sub-cover__background {
        -webkit-transform: scale(150) translate(0, 0);
            -ms-transform: scale(150) translate(0, 0);
                transform: scale(150) translate(0, 0); } }

.sub-cover-hero {
  margin: 0 auto;
  width: 85%;
  display: block; }
  .sub-cover-hero__wrap {
    position: relative;
    overflow: hidden; }
  .sub-cover-hero__image {
    display: block;
    height: auto;
    width: 100%; }
  .sub-cover-hero__caption {
    margin: 8px 0;
    text-align: left;
    display: block;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal; }
    @media screen and (min-width: 1920px) {
      .sub-cover-hero__caption {
        font-size: 1.16667rem; } }
  .sub-cover-hero--full {
    width: 100%; }
    .sub-cover-hero--full .sub-cover-hero__caption {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (min-width: 1920px) {
    .sub-cover-hero--full .sub-cover-hero__caption {
      max-width: 1333.33333px; } }
  @media (max-width: 1024px) {
    .sub-cover-hero {
      width: 100%; }
      .sub-cover-hero__caption {
        padding: 0 20px;
        margin: 8px auto; } }

.sub-cover-map {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: -1px;
  opacity: 0;
  max-width: 100%;
  -webkit-transform: blur(0px);
      -ms-transform: blur(0px);
          transform: blur(0px); }
  .is-map-active .sub-cover-map {
    opacity: 1; }
  .is-map-active .sub-cover-map path, .is-map-active
  .sub-cover-map polyline {
    stroke-dashoffset: 0 !important;
    transition-property: stroke-dashoffset;
    transition-duration: 1.5s;
    transition-timing-function: steps(45, end), cubic-bezier(0.19, 0.88, 0.55, 0.72); }
  .sub-cover-map path,
  .sub-cover-map polyline {
    fill: none;
    stroke: #505050;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    vector-effect: non-scaling-stroke; }
  .sub-cover-map--fixBlur {
    -webkit-transform: translateX(calc(-50% - 0.5px));
        -ms-transform: translateX(calc(-50% - 0.5px));
            transform: translateX(calc(-50% - 0.5px)); }
  @media (max-width: 768px) {
    .sub-cover-map {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 0.5px));
          -ms-transform: translate(-50%, calc(-50% - 0.5px));
              transform: translate(-50%, calc(-50% - 0.5px));
      width: 768px;
      max-width: none;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .sub-cover-map path,
      .sub-cover-map polyline {
        stroke-dasharray: 0 !important;
        transition-property: none; } }

.sub-cover-heading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .sub-cover-heading__wrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .sub-cover-heading__number {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: rgba(3, 10, 17, 0.79);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    color: #f8f9f9;
    margin-bottom: .5em; }
    .sub-cover-heading__number:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: rgba(3, 10, 17, 0.79); }
    @media screen and (min-width: 1920px) {
      .sub-cover-heading__number {
        font-size: 1.83333rem;
        line-height: 2.5rem; } }
    .sub-cover-heading__number:after {
      background: #f8f9f9; }
  .sub-cover-heading__title {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 2.125rem;
    line-height: 2.5rem;
    color: rgba(3, 10, 17, 0.79);
    color: #f8f9f9;
    text-align: center;
    padding-bottom: 4px; }
    @media screen and (min-width: 1920px) {
      .sub-cover-heading__title {
        font-size: 2.83333rem;
        line-height: 3.33333rem; } }
  @media screen and (min-width: 1920px) {
    .sub-cover-heading__wrap {
      max-width: 960px; } }
  @media (max-width: 768px) {
    .sub-cover-heading__wrap {
      padding: 0 20px; } }

.sub-cover-gold {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    .sub-cover-gold {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 0.5px));
          -ms-transform: translate(-50%, calc(-50% - 0.5px));
              transform: translate(-50%, calc(-50% - 0.5px));
      width: 768px;
      max-width: none;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; } }
  .sub-cover-gold__image {
    opacity: 0;
    width: 100%; }
    .is-gold-active .sub-cover-gold__image {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      transition: opacity 1.5s ease-out 0.75s; }
      @media (max-width: 768px) {
        .is-gold-active .sub-cover-gold__image {
          transition-delay: 0s; } }
  .sub-cover-gold__parallax {
    will-change: transform; }
    @media (max-width: 768px) {
      .sub-cover-gold__parallax {
        will-change: none;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; } }

.video-youtube {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .video-youtube__caption {
    margin: 8px 0 0 0;
    text-align: left;
    display: block;
    max-width: 720px;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal; }
    @media screen and (min-width: 1920px) {
      .video-youtube__caption {
        font-size: 1.16667rem; } }
  @media screen and (min-width: 1920px) {
    .video-youtube {
      max-width: 1333.33333px; }
      .video-youtube__caption {
        max-width: 960px; } }
  @media (max-width: 1024px) {
    .video-youtube__caption {
      padding: 0 20px; } }

.video-atmos {
  width: 100%; }
  .video-atmos__caption {
    margin: 8px auto;
    text-align: left;
    display: block;
    max-width: 1000px;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal; }
    @media screen and (min-width: 1920px) {
      .video-atmos__caption {
        font-size: 1.16667rem; } }
  @media screen and (min-width: 1920px) {
    .video-atmos__caption {
      max-width: 1333.33333px; } }
  @media (max-width: 1024px) {
    .video-atmos__caption {
      padding: 0 20px; } }

.video {
  position: relative; }
  .video:after {
    content: '';
    display: block; }
  .video.is-playing .video__cover {
    opacity: 0; }
  .video__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.4s ease;
    opacity: 1;
    background-color: black; }
    .video__cover:hover:before {
      opacity: 1;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .video__cover:before {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 90px;
      margin-top: -45px;
      margin-left: -45px;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      display: block;
      font-family: "interface";
      content: "";
      line-height: 1;
      color: #FFC926;
      opacity: 0.7;
      transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.2s ease, transform 0.6s ease;
      transition: opacity 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .video__cover--360:before {
      content: ""; }
    .video__cover > img {
      width: 100%;
      height: 100%; }
  .video--16x9:after {
    padding-top: 56.25%; }
  .video--youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .video--inline {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f9f9;
    background-position: center center; }
    .video--inline video, .video--inline img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }

.infographic {
  position: relative;
  overflow: hidden;
  margin-top: 25vh; }
  .infographic__background {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 1vh;
    height: 1vh;
    -webkit-transform: scale(150);
        -ms-transform: scale(150);
            transform: scale(150);
    background-color: #f8f9f9;
    opacity: 0;
    transition: opacity 600ms ease 400ms;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    pointer-events: none; }
    .is-container-up .infographic__background {
      opacity: 1;
      transition: opacity 600ms ease; }
  .infographic__copy {
    width: 33.33%; }
  .infographic__container {
    position: fixed;
    top: 0;
    right: 0;
    width: 66.66vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    opacity: 1;
    transition: opacity 800ms ease;
    pointer-events: none; }
    .is-container-down .infographic__container {
      opacity: 0; }
  .infographic__regions {
    width: 100%; }
  @media (max-width: 768px) {
    .infographic {
      display: none; } }

.infographic-copy {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .infographic-copy__item {
    max-width: 26vh;
    height: 50vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }
    .infographic-copy__item:nth-child(1) {
      margin-top: 25vh; }
    .infographic-copy__item:nth-child(2) {
      margin-top: 25vh; }
  .infographic-copy__heading {
    display: inline;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 1.66rem;
    color: #f8f9f9;
    line-height: 1.6;
    background-color: #030a11;
    padding: 0 8px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }
  .infographic-copy__body {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    width: 100%;
    display: block;
    color: #030a11;
    margin-top: 1.55vh; }
    @media screen and (min-width: 1920px) {
      .infographic-copy__body {
        font-size: 1.16667rem; } }

.infographic-regions {
  position: relative;
  width: 100%; }
  .infographic-regions__region {
    display: block;
    opacity: 0;
    transition: opacity 600ms ease; }
    .infographic-regions__region--outline {
      position: relative; }
      .is-outline-up .infographic-regions__region--outline {
        opacity: 1;
        transition: opacity 600ms ease 400ms; }
    .infographic-regions__region--home, .infographic-regions__region--agadez, .infographic-regions__region--libya {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .is-regions-up .infographic-regions__region--home, .is-regions-up .infographic-regions__region--agadez, .is-regions-up .infographic-regions__region--libya {
        opacity: 1; }
    .is-silhouettes-inline .infographic-regions__region {
      opacity: 0; }
    .infographic-regions__region--home {
      transition-delay: 0; }
    .infographic-regions__region--agadez {
      transition-delay: 300ms; }
    .infographic-regions__region--libya {
      transition-delay: 600ms; }

.infographic-cycles__cycle {
  display: block;
  position: absolute;
  width: 32%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease, -webkit-transform 800ms ease; }
  .infographic-cycles__cycle--drugs-to-libya {
    -webkit-transform: translate(-55%, -50%);
        -ms-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%); }
  .infographic-cycles__cycle svg {
    width: 100%;
    height: auto;
    fill: none;
    stroke: inherit;
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
    stroke-dashoffset: 0;
    stroke-dasharray: 10, 5;
    -webkit-animation-name: foo;
            animation-name: foo;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

@-webkit-keyframes foo {
  to {
    stroke-dashoffset: 15; } }

@keyframes foo {
  to {
    stroke-dashoffset: 15; } }
  .infographic-cycles__cycle--guns-to-agadez svg, .infographic-cycles__cycle--guns-to-home svg {
    -webkit-animation-direction: reverse;
            animation-direction: reverse; }
  .infographic-cycles__cycle--people-to-libya svg, .infographic-cycles__cycle--drugs-to-libya svg, .infographic-cycles__cycle--guns-to-home svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); }
  .infographic-cycles__cycle--people-to-agadez svg, .infographic-cycles__cycle--people-to-libya svg {
    stroke: #FFC926; }
  .infographic-cycles__cycle--guns-to-agadez svg, .infographic-cycles__cycle--guns-to-home svg {
    stroke: #FD3A00; }
  .infographic-cycles__cycle--drugs-to-libya svg {
    stroke: #53777A; }
  .infographic-cycles__cycle--people-to-agadez {
    top: 34%;
    left: 32%; }
    .is-people-to-agadez-active .infographic-cycles__cycle--people-to-agadez {
      opacity: 1; }
  .infographic-cycles__cycle--people-to-libya {
    top: 66%;
    left: 68%; }
    .is-people-to-libya-active .infographic-cycles__cycle--people-to-libya {
      opacity: 1; }
  .infographic-cycles__cycle--drugs-to-libya {
    top: 66%;
    left: 68%; }
    .is-drugs-to-libya-active .infographic-cycles__cycle--drugs-to-libya {
      opacity: 1; }
  .infographic-cycles__cycle--guns-to-agadez {
    top: 34%;
    left: 68%; }
    .is-guns-to-agadez-active .infographic-cycles__cycle--guns-to-agadez {
      opacity: 1; }
  .infographic-cycles__cycle--guns-to-home {
    top: 66%;
    left: 32%; }
    .is-guns-to-home-active .infographic-cycles__cycle--guns-to-home {
      opacity: 1; }

.infographic-cycles__icon {
  display: block;
  position: absolute;
  width: 4.66%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease, -webkit-transform 800ms ease; }
  .infographic-cycles__icon img {
    display: block;
    width: 100%;
    height: auto; }
  .infographic-cycles__icon--people-to-agadez {
    top: 27%;
    left: 32%; }
    .is-people-to-agadez-active .infographic-cycles__icon--people-to-agadez {
      opacity: 1; }
  .infographic-cycles__icon--people-to-libya {
    top: 73%;
    left: 70%; }
    .is-people-to-libya-active .infographic-cycles__icon--people-to-libya {
      opacity: 1; }
  .infographic-cycles__icon--drugs-to-libya {
    top: 73%;
    left: 66%; }
    .is-drugs-to-libya-active .infographic-cycles__icon--drugs-to-libya {
      opacity: 1; }
  .infographic-cycles__icon--guns-to-agadez {
    top: 27%;
    left: 68%; }
    .is-guns-to-agadez-active .infographic-cycles__icon--guns-to-agadez {
      opacity: 1; }
  .infographic-cycles__icon--guns-to-home {
    top: 73%;
    left: 32%; }
    .is-guns-to-home-active .infographic-cycles__icon--guns-to-home {
      opacity: 1; }

.infographic-silhouettes__silhouette {
  position: absolute;
  top: 50%;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease, -webkit-transform 800ms ease;
  display: none; }
  .infographic-silhouettes__silhouette--home {
    left: 15%;
    -webkit-transform: translate(8vw, 12vw) translate(-50%, -50%);
        -ms-transform: translate(8vw, 12vw) translate(-50%, -50%);
            transform: translate(8vw, 12vw) translate(-50%, -50%); }
  .infographic-silhouettes__silhouette--agadez {
    left: 50%;
    -webkit-transform: translate(4vw, 2vw) translate(-50%, -50%);
        -ms-transform: translate(4vw, 2vw) translate(-50%, -50%);
            transform: translate(4vw, 2vw) translate(-50%, -50%); }
  .infographic-silhouettes__silhouette--libya {
    left: 85%;
    -webkit-transform: translate(-7vw, -11vw) translate(-50%, -50%);
        -ms-transform: translate(-7vw, -11vw) translate(-50%, -50%);
            transform: translate(-7vw, -11vw) translate(-50%, -50%); }
  .infographic-silhouettes__silhouette svg {
    stroke: #ffffff;
    transition: color 800ms ease; }
  .is-silhouettes-inline .infographic-silhouettes__silhouette {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .is-silhouettes-inline .infographic-silhouettes__silhouette svg {
      fill: #000000; }
  .is-container-up .infographic-silhouettes__silhouette {
    display: block; }

.infographic-silhouettes__image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 800ms linear; }
  .infographic-silhouettes__image--light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }
    .is-silhouettes-inline .infographic-silhouettes__image--light {
      opacity: 0; }
  .infographic-silhouettes__image--dark {
    opacity: 0; }
    .is-silhouettes-inline .infographic-silhouettes__image--dark {
      opacity: 1; }

.infographic-silhouettes__inner {
  position: relative;
  margin: 0 auto;
  width: 5.88vw; }

.infographic-silhouettes__caption {
  margin-top: 0.4vw;
  text-align: center;
  font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
  font-size: 1.11vw;
  line-height: 1.1;
  color: #f8f9f9;
  transition: color 800ms ease; }
  .is-silhouettes-inline .infographic-silhouettes__caption {
    color: #030a11; }

.infographic-mobile {
  display: block;
  padding: 0 20px;
  margin: 50px 0; }
  .infographic-mobile__image {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 220px; }
    .infographic-mobile__image > img {
      width: 100%;
      height: auto; }
  .infographic-mobile__icon {
    width: 52px;
    height: 52px;
    position: absolute;
    opacity: 0;
    z-index: 1; }
    .infographic-mobile__icon--people {
      top: 116.6px;
      left: 50%;
      margin-left: -16.5px;
      -webkit-animation: people-animation 6s linear infinite;
              animation: people-animation 6s linear infinite;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }

@-webkit-keyframes people-animation {
  0% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; } }

@keyframes people-animation {
  0% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; } }
    .infographic-mobile__icon--cars {
      top: 325.6px;
      left: 50%;
      margin-left: -11.66px;
      -webkit-animation: cars-animation 6s linear infinite;
              animation: cars-animation 6s linear infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }

@-webkit-keyframes cars-animation {
  0% {
    -webkit-transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
            transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; } }

@keyframes cars-animation {
  0% {
    -webkit-transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
            transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; } }
    .infographic-mobile__icon--money {
      top: 325.6px;
      left: 50%;
      margin-left: -16.5px;
      -webkit-animation: cars-animation 6s linear infinite;
              animation: cars-animation 6s linear infinite;
      -webkit-animation-delay: 1.75s;
              animation-delay: 1.75s; }

@keyframes cars-animation {
  0% {
    -webkit-transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
            transform: rotate(-120deg) translateX(101.2px) rotate(120deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
            transform: rotate(-240deg) translateX(101.2px) rotate(240deg);
    opacity: 0; } }
    .infographic-mobile__icon--guns {
      top: 325.6px;
      left: 50%;
      margin-left: -16.5px;
      -webkit-animation: guns-animation 6s linear infinite;
              animation: guns-animation 6s linear infinite;
      -webkit-animation-delay: 3.25s;
              animation-delay: 3.25s; }

@-webkit-keyframes guns-animation {
  0% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; } }

@keyframes guns-animation {
  0% {
    -webkit-transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
            transform: rotate(60deg) translateX(101.2px) rotate(-60deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
            transform: rotate(-60deg) translateX(101.2px) rotate(60deg);
    opacity: 0; } }
    .infographic-mobile__icon--guns-2 {
      top: 112.2px;
      left: 50%;
      margin-left: -18.7px;
      -webkit-animation: guns-2-animation 6s linear infinite;
              animation: guns-2-animation 6s linear infinite;
      -webkit-animation-delay: 4.75s;
              animation-delay: 4.75s; }

@-webkit-keyframes guns-2-animation {
  0% {
    -webkit-transform: rotate(120deg) translateX(101.2px) rotate(-120deg);
            transform: rotate(120deg) translateX(101.2px) rotate(-120deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
            transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
            transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
    opacity: 0; } }

@keyframes guns-2-animation {
  0% {
    -webkit-transform: rotate(120deg) translateX(101.2px) rotate(-120deg);
            transform: rotate(120deg) translateX(101.2px) rotate(-120deg);
    opacity: 0; }
  2% {
    opacity: 1; }
  23% {
    opacity: 1; }
  25% {
    -webkit-transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
            transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
            transform: rotate(240deg) translateX(101.2px) rotate(-240deg);
    opacity: 0; } }
  .infographic-mobile__label {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 0 30.8px; }
    .infographic-mobile__label--home {
      top: 92.4px;
      padding-left: 35.2px; }
    .infographic-mobile__label--agadez {
      top: 288.2px; }
    .infographic-mobile__label--libya {
      top: 479.6px; }
  .infographic-mobile__heading {
    display: inline;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.125rem;
    text-transform: none;
    letter-spacing: -0.03em;
    color: #f8f9f9;
    background-color: #151719;
    box-shadow: 8px 0 0 #151719, -8px 0 0 #151719;
    line-height: 1.4;
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    white-space: nowrap;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
    transition: visibility 0s linear 0.6s;
    visibility: visible;
    transition: visibility 0s linear 0.4s; }
    @media screen and (min-width: 1920px) {
      .infographic-mobile__heading {
        font-size: 1.66667rem;
        line-height: 2.83333rem; } }
    @media (max-width: 768px) {
      .infographic-mobile__heading {
        font-size: 1rem;
        line-height: 1.25rem; } }
    .infographic-mobile__heading:before {
      content: '';
      background-color: #151719;
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: -100%;
      width: 100%;
      visibility: visible;
      transition: left 0.4s ease 0.6s; }
    .infographic-mobile__heading:after {
      content: '';
      background-color: #151719;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0 0 0 -2px;
      visibility: hidden;
      transition: left 0.6s ease, visibility 0s linear 0.6s; }
    @media screen and (min-width: 1920px) {
      .infographic-mobile__heading {
        line-height: 1.4; } }
    .infographic-mobile__heading:before {
      left: 0;
      transition: left 0.4s ease; }
    .infographic-mobile__heading:after {
      visibility: visible;
      left: calc(100% + 2px);
      transition: left 0.6s ease 0.4s, visibility 0s linear 0.4s; }
  .infographic-mobile__caption {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 0.875rem;
    color: #a5a5a5;
    line-height: normal;
    color: #151719;
    max-width: 260px;
    margin: 10px 0 30px; }
    @media screen and (min-width: 1920px) {
      .infographic-mobile__caption {
        font-size: 1.16667rem; } }
  .infographic-mobile .special {
    margin: 60px 0 0px; }
  @media (min-width: 769px) {
    .infographic-mobile {
      display: none; } }

.next-chapter-prompt {
  height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .next-chapter-prompt__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 1vw;
    height: 1vh;
    -webkit-transform: scale(150);
        -ms-transform: scale(150);
            transform: scale(150);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    background-color: #030a11;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 800ms ease, visibility 0s ease 800ms; }
    .is-prompt-active .next-chapter-prompt__background {
      transition: opacity 800ms ease;
      opacity: 1;
      visibility: visible; }
  .next-chapter-prompt__link {
    display: block;
    position: relative;
    z-index: 1;
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 19px;
    color: #f8f9f9;
    line-height: 1.68;
    padding: 0 1px;
    border-bottom: 1px solid #f8f9f9; }
    .next-chapter-prompt__link img {
      display: inline-block;
      width: 19px;
      height: 19px; }

.credits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 20px; }
  .credits__item {
    text-align: center;
    display: inline-block;
    margin-bottom: 80px; }
  .credits__twitter-link {
    content: url("../images/theme/twitter-credits.svg");
    width: 20px;
    height: 16.66px;
    opacity: 0.5;
    display: block;
    margin: 0 auto 10px auto;
    transition: opacity 400ms ease; }
    .credits__twitter-link:hover {
      opacity: 1; }
  .credits__hed, .credits__hed:visited {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    color: #f8f9f9;
    margin-top: 11px;
    border-bottom: 1px solid transparent; }
  .credits__dek {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 14px;
    color: #f8f9f9;
    line-height: 1.64;
    max-width: 500px;
    margin-top: 15px; }
  .credits a.credits__hed:hover {
    border-bottom: 1px solid #f8f9f9; }
  .credits dl {
    margin: 20px auto 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px; }
  .credits dt, .credits dd {
    width: 50%;
    padding: 0 10px;
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 1.565;
    color: #f8f9f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .credits dt {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 500;
    text-align: right; }
  .credits dd {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    text-align: left;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 768px) {
    .credits__hed {
      font-size: 16px; }
    .credits__dek {
      font-size: 12px; }
    .credits dt, .credits dd {
      font-size: 14px; }
    .credits a.credits__hed {
      border-bottom: 1px solid #f8f9f9; } }

.credits-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #151719;
  color: #f8f9f9;
  z-index: 20;
  padding-top: 110px; }
  .credits-modal__back {
    font-family: "Roboto Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: 700;
    font-size: 15px;
    font-weight: bold;
    color: #f8f9f9;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 50px;
    opacity: 0.6;
    transition: opacity 0.4s ease; }
    .credits-modal__back:hover {
      opacity: 1; }
    @media (max-width: 768px) {
      .credits-modal__back {
        text-align: center;
        margin: 0 auto 2em; } }

.credits-end {
  width: 100%;
  margin: 12.5rem 0; }
  .credits-end__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 1vw;
    height: 1vh;
    -webkit-transform: scale(150);
        -ms-transform: scale(150);
            transform: scale(150);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    background-color: #030a11;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 800ms ease; }
    .is-active .credits-end__background {
      opacity: 1; }
  .credits-end__content {
    position: relative;
    z-index: 2; }
  @media (max-width: 768px) {
    .credits-end {
      margin: 6.25rem 0; } }
