.visuallyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

img {
  border: 0; }

/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

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

details {
  display: block; }

input[type="number"] {
  width: auto; }

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

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9FA5A7; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9FA5A7; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9FA5A7; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9FA5A7; }

/*
 * Universal inheritance
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  text-decoration: inherit; }

* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit; }

/*
 * Opinionated defaults
 */
*,
*::before,
*::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  vertical-align: top; }

button,
input,
select,
textarea {
  background: transparent; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

input {
  min-height: 1.5em; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #0000FF;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #0000FF;
  color: #fff;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Akkurat-bold";
  src: url("../fonts/lineto-akkurat-bold.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff"), url("../fonts/lineto-akkurat-bold.ttf") format("truetype"), url("../fonts/lineto-akkurat-bold.svg#lineto-akkurat-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-regular.eot");
  src: url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-regular.woff") format("woff"), url("../fonts/lineto-akkurat-regular.ttf") format("truetype"), url("../fonts/lineto-akkurat-regular.svg#lineto-akkurat-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-mono";
  src: url("../fonts/lineto-akkuratmono-regular.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkuratmono-regular.woff") format("woff"), url("../fonts/lineto-akkuratmono-regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }

@media print {
  /* Print CSS rules go here */
  /* Note: You need a separate @media screen group for other rules */
  header.main,
  footer.main {
    display: none !important; }
  .container {
    padding: 0 !important; }
  section, article {
    margin: 0 !important;
    padding: 0 !important; }
  * {
    color: #000 !important; } }

.transi {
  transition: all 300ms ease-in-out; }

.transi-fast {
  transition: all 150ms ease-in-out; }

.flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.underline {
  text-decoration: underline; }

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

.crossed {
  position: relative;
  text-decoration: underline; }

body.noscroll {
  overflow: hidden !important; }

.scroll {
  overflow: auto; }

.video_bg {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  @media only screen and (min-width: 767px) {
    .video_bg {
      display: block; } }

.spacer {
  width: 100%;
  position: relative;
  height: 10px; }

.title-outline, .pace .pace-activity:after {
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff; }
  .title-outline--blue, .copy blockquote {
    color: transparent;
    -webkit-text-stroke-color: #0000FF;
    -webkit-text-stroke-width: 1.5px; }

.c-w-h:hover .title-outline, .c-w-h:hover .pace .pace-activity:after, .pace .c-w-h:hover .pace-activity:after {
  color: transparent;
  -webkit-text-stroke-color: #fff !important; }
  .c-w-h:hover .title-outline--blue, .c-w-h:hover .copy blockquote, .copy .c-w-h:hover blockquote {
    color: transparent;
    -webkit-text-stroke-color: #fff !important; }

.c-b-h:hover .title-outline, .c-b-h:hover .pace .pace-activity:after, .pace .c-b-h:hover .pace-activity:after {
  color: transparent;
  -webkit-text-stroke-color: #0000FF !important; }
  .c-b-h:hover .title-outline--blue, .c-b-h:hover .copy blockquote, .copy .c-b-h:hover blockquote {
    color: transparent;
    -webkit-text-stroke-color: #0000FF !important; }

.bg_white {
  background-color: #fff; }

.bg_blue {
  background-color: #0000FF;
  color: #fff; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.clear {
  clear: both;
  overflow: hidden; }

.container-t {
  display: table;
  width: 100%;
  height: 100%; }
  .container-t .center-t {
    display: table-cell;
    vertical-align: middle; }

.padded-top {
  padding-top: 50px; }
  @media only screen and (min-width: 767px) {
    .padded-top {
      padding-top: 100px; } }
  @media only screen and (min-width: 1100px) {
    .padded-top {
      padding-top: 150px; } }

.padded-bottom {
  padding-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .padded-bottom {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1100px) {
    .padded-bottom {
      padding-bottom: 150px; } }

.padding-t {
  padding-top: 60px; }
  @media only screen and (min-width: 767px) {
    .padding-t {
      padding-top: 82px; } }

@media only screen and (min-width: 900px) {
  .padded-t1em {
    padding-top: 36px; } }

.padded-v {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .padded-v {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1100px) {
    .padded-v {
      padding-top: 150px;
      padding-bottom: 150px; } }

.padding-b {
  padding-bottom: 60px; }
  @media only screen and (min-width: 767px) {
    .padding-b {
      padding-bottom: 82px; } }

@media only screen and (min-width: 767px) {
  .pt150h {
    padding-top: 150vh; } }

@media only screen and (min-width: 900px) {
  .paddingtop-middle {
    padding-top: 40vh; } }

.mb-pb-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.mb-pb-n {
  margin: 0 !important;
  padding-bottom: 60px; }
  @media only screen and (min-width: 767px) {
    .mb-pb-n {
      padding-bottom: 69px; } }

.show-mobile-only {
  display: block; }
  @media only screen and (min-width: 900px) {
    .show-mobile-only {
      display: none; } }

.show-desktop-only {
  display: none; }
  @media only screen and (min-width: 900px) {
    .show-desktop-only {
      display: block; } }

.title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1100px) {
    .title {
      font-size: 36px;
      font-size: 2.25rem;
      max-width: 65%; } }

.copy {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    .copy {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 36px; } }
  .copy p {
    margin-bottom: 28px; }
    @media only screen and (min-width: 767px) {
      .copy p {
        margin-bottom: 36px; } }
    @media only screen and (min-width: 767px) {
      .copy p.smaller {
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px; } }
    .copy p strong, .copy p b {
      font-family: "Akkurat-bold", sans-serif; }
    .copy p:last-child {
      margin-bottom: 0; }
  .copy blockquote {
    font-family: "Akkurat-mono", sans-serif;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2; }
    @media only screen and (min-width: 767px) {
      .copy blockquote {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 1.1; } }
  .copy a {
    font-family: "Akkurat-mono", sans-serif;
    display: inline-block;
    position: relative; }
    .copy a:after {
      content: "";
      display: block;
      width: 100%;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      transition: all 200ms ease-in-out;
      position: absolute;
      top: 87%;
      right: 0;
      background-color: #0000FF;
      line-height: 1;
      height: 1.5px; }
    .copy a:hover {
      text-decoration: none; }
      .copy a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }

.inner-container {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .inner-container {
      min-height: 100vh; } }

.section--h100 {
  width: 100%;
  height: 100vh; }

.section--mh100 {
  min-height: 100vh;
  width: 100%; }

.section--h100-b {
  height: calc(100vh - 120px); }
  @media only screen and (min-width: 767px) {
    .section--h100-b {
      height: calc(100vh - 164px); } }

@media only screen and (min-width: 900px) {
  .section .half {
    position: relative;
    width: 50%;
    float: left; }
    .section .half.flright {
      float: right; } }

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 767px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (min-width: 1100px) {
    .container {
      padding-left: 42px;
      padding-right: 42px; } }

.reveal[data-percent="0%"]:before {
  width: 0%;
  opacity: 0; }

.reveal[data-percent="1%"]:before {
  width: 1%;
  opacity: 0.01; }

.reveal[data-percent="2%"]:before {
  width: 2%;
  opacity: 0.02; }

.reveal[data-percent="3%"]:before {
  width: 3%;
  opacity: 0.03; }

.reveal[data-percent="4%"]:before {
  width: 4%;
  opacity: 0.04; }

.reveal[data-percent="5%"]:before {
  width: 5%;
  opacity: 0.05; }

.reveal[data-percent="6%"]:before {
  width: 6%;
  opacity: 0.06; }

.reveal[data-percent="7%"]:before {
  width: 7%;
  opacity: 0.07; }

.reveal[data-percent="8%"]:before {
  width: 8%;
  opacity: 0.08; }

.reveal[data-percent="9%"]:before {
  width: 9%;
  opacity: 0.09; }

.reveal[data-percent="10%"]:before {
  width: 10%;
  opacity: 0.10; }

.reveal[data-percent="11%"]:before {
  width: 11%;
  opacity: 0.11; }

.reveal[data-percent="12%"]:before {
  width: 12%;
  opacity: 0.12; }

.reveal[data-percent="13%"]:before {
  width: 13%;
  opacity: 0.13; }

.reveal[data-percent="14%"]:before {
  width: 14%;
  opacity: 0.14; }

.reveal[data-percent="15%"]:before {
  width: 15%;
  opacity: 0.15; }

.reveal[data-percent="16%"]:before {
  width: 16%;
  opacity: 0.16; }

.reveal[data-percent="17%"]:before {
  width: 17%;
  opacity: 0.17; }

.reveal[data-percent="18%"]:before {
  width: 18%;
  opacity: 0.18; }

.reveal[data-percent="19%"]:before {
  width: 19%;
  opacity: 0.19; }

.reveal[data-percent="20%"]:before {
  width: 20%;
  opacity: 0.20; }

.reveal[data-percent="21%"]:before {
  width: 21%;
  opacity: 0.21; }

.reveal[data-percent="22%"]:before {
  width: 22%;
  opacity: 0.22; }

.reveal[data-percent="23%"]:before {
  width: 23%;
  opacity: 0.23; }

.reveal[data-percent="24%"]:before {
  width: 24%;
  opacity: 0.24; }

.reveal[data-percent="25%"]:before {
  width: 25%;
  opacity: 0.25; }

.reveal[data-percent="26%"]:before {
  width: 26%;
  opacity: 0.26; }

.reveal[data-percent="27%"]:before {
  width: 27%;
  opacity: 0.27; }

.reveal[data-percent="28%"]:before {
  width: 28%;
  opacity: 0.28; }

.reveal[data-percent="29%"]:before {
  width: 29%;
  opacity: 0.29; }

.reveal[data-percent="30%"]:before {
  width: 30%;
  opacity: 0.30; }

.reveal[data-percent="31%"]:before {
  width: 31%;
  opacity: 0.31; }

.reveal[data-percent="32%"]:before {
  width: 32%;
  opacity: 0.32; }

.reveal[data-percent="33%"]:before {
  width: 33%;
  opacity: 0.33; }

.reveal[data-percent="34%"]:before {
  width: 34%;
  opacity: 0.34; }

.reveal[data-percent="35%"]:before {
  width: 35%;
  opacity: 0.35; }

.reveal[data-percent="36%"]:before {
  width: 36%;
  opacity: 0.36; }

.reveal[data-percent="37%"]:before {
  width: 37%;
  opacity: 0.37; }

.reveal[data-percent="38%"]:before {
  width: 38%;
  opacity: 0.38; }

.reveal[data-percent="39%"]:before {
  width: 39%;
  opacity: 0.39; }

.reveal[data-percent="40%"]:before {
  width: 40%;
  opacity: 0.40; }

.reveal[data-percent="41%"]:before {
  width: 41%;
  opacity: 0.41; }

.reveal[data-percent="42%"]:before {
  width: 42%;
  opacity: 0.42; }

.reveal[data-percent="43%"]:before {
  width: 43%;
  opacity: 0.43; }

.reveal[data-percent="44%"]:before {
  width: 44%;
  opacity: 0.44; }

.reveal[data-percent="45%"]:before {
  width: 45%;
  opacity: 0.45; }

.reveal[data-percent="46%"]:before {
  width: 46%;
  opacity: 0.46; }

.reveal[data-percent="47%"]:before {
  width: 47%;
  opacity: 0.47; }

.reveal[data-percent="48%"]:before {
  width: 48%;
  opacity: 0.48; }

.reveal[data-percent="49%"]:before {
  width: 49%;
  opacity: 0.49; }

.reveal[data-percent="50%"]:before {
  width: 50%;
  opacity: 0.50; }

.reveal[data-percent="51%"]:before {
  width: 51%;
  opacity: 0.51; }

.reveal[data-percent="52%"]:before {
  width: 52%;
  opacity: 0.52; }

.reveal[data-percent="53%"]:before {
  width: 53%;
  opacity: 0.53; }

.reveal[data-percent="54%"]:before {
  width: 54%;
  opacity: 0.54; }

.reveal[data-percent="55%"]:before {
  width: 55%;
  opacity: 0.55; }

.reveal[data-percent="56%"]:before {
  width: 56%;
  opacity: 0.56; }

.reveal[data-percent="57%"]:before {
  width: 57%;
  opacity: 0.57; }

.reveal[data-percent="58%"]:before {
  width: 58%;
  opacity: 0.58; }

.reveal[data-percent="59%"]:before {
  width: 59%;
  opacity: 0.59; }

.reveal[data-percent="60%"]:before {
  width: 60%;
  opacity: 0.60; }

.reveal[data-percent="61%"]:before {
  width: 61%;
  opacity: 0.61; }

.reveal[data-percent="62%"]:before {
  width: 62%;
  opacity: 0.62; }

.reveal[data-percent="63%"]:before {
  width: 63%;
  opacity: 0.63; }

.reveal[data-percent="64%"]:before {
  width: 64%;
  opacity: 0.64; }

.reveal[data-percent="65%"]:before {
  width: 65%;
  opacity: 0.65; }

.reveal[data-percent="66%"]:before {
  width: 66%;
  opacity: 0.66; }

.reveal[data-percent="67%"]:before {
  width: 67%;
  opacity: 0.67; }

.reveal[data-percent="68%"]:before {
  width: 68%;
  opacity: 0.68; }

.reveal[data-percent="69%"]:before {
  width: 69%;
  opacity: 0.69; }

.reveal[data-percent="70%"]:before {
  width: 70%;
  opacity: 0.70; }

.reveal[data-percent="71%"]:before {
  width: 71%;
  opacity: 0.71; }

.reveal[data-percent="72%"]:before {
  width: 72%;
  opacity: 0.72; }

.reveal[data-percent="73%"]:before {
  width: 73%;
  opacity: 0.73; }

.reveal[data-percent="74%"]:before {
  width: 74%;
  opacity: 0.74; }

.reveal[data-percent="75%"]:before {
  width: 75%;
  opacity: 0.75; }

.reveal[data-percent="76%"]:before {
  width: 76%;
  opacity: 0.76; }

.reveal[data-percent="77%"]:before {
  width: 77%;
  opacity: 0.77; }

.reveal[data-percent="78%"]:before {
  width: 78%;
  opacity: 0.78; }

.reveal[data-percent="79%"]:before {
  width: 79%;
  opacity: 0.79; }

.reveal[data-percent="80%"]:before {
  width: 80%;
  opacity: 0.80; }

.reveal[data-percent="81%"]:before {
  width: 81%;
  opacity: 0.81; }

.reveal[data-percent="82%"]:before {
  width: 82%;
  opacity: 0.82; }

.reveal[data-percent="83%"]:before {
  width: 83%;
  opacity: 0.83; }

.reveal[data-percent="84%"]:before {
  width: 84%;
  opacity: 0.84; }

.reveal[data-percent="85%"]:before {
  width: 85%;
  opacity: 0.85; }

.reveal[data-percent="86%"]:before {
  width: 86%;
  opacity: 0.86; }

.reveal[data-percent="87%"]:before {
  width: 87%;
  opacity: 0.87; }

.reveal[data-percent="88%"]:before {
  width: 88%;
  opacity: 0.88; }

.reveal[data-percent="89%"]:before {
  width: 89%;
  opacity: 0.89; }

.reveal[data-percent="90%"]:before {
  width: 90%;
  opacity: 0.90; }

.reveal[data-percent="91%"]:before {
  width: 91%;
  opacity: 0.91; }

.reveal[data-percent="92%"]:before {
  width: 92%;
  opacity: 0.92; }

.reveal[data-percent="93%"]:before {
  width: 93%;
  opacity: 0.93; }

.reveal[data-percent="94%"]:before {
  width: 94%;
  opacity: 0.94; }

.reveal[data-percent="95%"]:before {
  width: 95%;
  opacity: 0.95; }

.reveal[data-percent="96%"]:before {
  width: 96%;
  opacity: 0.96; }

.reveal[data-percent="97%"]:before {
  width: 97%;
  opacity: 0.97; }

.reveal[data-percent="98%"]:before {
  width: 98%;
  opacity: 0.98; }

.reveal[data-percent="99%"]:before {
  width: 99%;
  opacity: 0.99; }

.reveal[data-percent="100%"]:before {
  width: 100%;
  opacity: 1; }

.c-b-direct, nav.current-section, nav.pagination a span, .c-b-direct:hover, nav.current-section:hover, nav.pagination a span:hover {
  cursor: url("../images/cursor/cursor_blue.png"), auto !important;
  cursor: -webkit-image-set(url("../images/cursor/cursor_blue.png") 1x, url("../images/cursor/cursor_blue@2x.png") 2x) 12px 12px, pointer !important; }

.c-w *, .c-w *:hover {
  cursor: url("../images/cursor/cursor_white.png"), auto !important;
  cursor: -webkit-image-set(url("../images/cursor/cursor_white.png") 1x, url("../images/cursor/cursor_white@2x.png") 2x) 12px 12px, pointer !important; }

.c-b *, header.main *, footer.main *, .c-b *:hover, header.main *:hover, footer.main *:hover {
  cursor: url("../images/cursor/cursor_blue.png"), auto !important;
  cursor: -webkit-image-set(url("../images/cursor/cursor_blue.png") 1x, url("../images/cursor/cursor_blue@2x.png") 2x) 12px 12px, pointer !important; }

.c-b-h * {
  cursor: url("../images/cursor/cursor_white.png"), auto !important;
  cursor: -webkit-image-set(url("../images/cursor/cursor_white.png") 1x, url("../images/cursor/cursor_white@2x.png") 2x) 12px 12px, pointer !important; }
  .c-b-h *:hover {
    cursor: url("../images/cursor/cursor_blue.png"), auto !important;
    cursor: -webkit-image-set(url("../images/cursor/cursor_blue.png") 1x, url("../images/cursor/cursor_blue@2x.png") 2x) 12px 12px, pointer !important; }

.c-w-h * {
  cursor: url("../images/cursor/cursor_blue.png"), auto !important;
  cursor: -webkit-image-set(url("../images/cursor/cursor_blue.png") 1x, url("../images/cursor/cursor_blue@2x.png") 2x) 12px 12px, pointer !important; }
  .c-w-h *:hover {
    cursor: url("../images/cursor/cursor_white.png"), auto !important;
    cursor: -webkit-image-set(url("../images/cursor/cursor_white.png") 1x, url("../images/cursor/cursor_white@2x.png") 2x) 12px 12px, pointer !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0000FF;
  position: fixed;
  z-index: 1551;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-inactive .pace-activity {
  opacity: 0; }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 1501;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 150ms ease;
  background-color: #fff; }

.pace .pace-activity:after {
  font-family: "Akkurat-mono", sans-serif;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 66px;
  font-size: 4.125rem;
  -webkit-text-stroke-color: #0000FF;
  content: 'Radical everyone';
  font-weight: normal;
  margin: 0;
  line-height: 110%; }

.ie8 input, .ie8 select {
  padding: 0; }

.ie button, .ie input, .ie textarea, .ie select, .ie hr {
  border: 0; }

.ie .title-outline, .ie .pace .pace-activity:after, .pace .ie .pace-activity:after {
  color: #fff;
  -webkit-text-width: 0 !important; }
  .ie .title-outline--blue, .ie .copy blockquote, .copy .ie blockquote {
    color: #0000FF;
    -webkit-text-width: 0 !important; }

.ie .half-h:hover .title-large {
  color: #0000FF;
  -webkit-text-width: 0; }

@media only screen and (min-width: 767px) {
  .ie .section-research .thirds_container .third .title-part span {
    color: #0000FF;
    -webkit-text-width: 0; }
  .ie .section-research .thirds_container .third:hover .title-part span {
    color: #fff;
    -webkit-text-width: 0; } }

.ie .section-reflections .list li:hover strong {
  color: #fff;
  -webkit-text-width: 0 !important; }

.mobile .homepage video {
  display: none; }

.h1, .pace .pace-activity:after {
  font-size: 44px;
  font-size: 2.75rem;
  text-transform: uppercase;
  padding: 0 50px; }
  @media only screen and (min-width: 400px) {
    .h1, .pace .pace-activity:after {
      font-size: 62px;
      font-size: 3.875rem; } }
  @media only screen and (min-width: 767px) {
    .h1, .pace .pace-activity:after {
      font-size: 131px;
      font-size: 8.1875rem;
      -webkit-text-stroke-width: 2px; } }
  @media only screen and (min-width: 1100px) {
    .h1, .pace .pace-activity:after {
      font-size: 200px;
      font-size: 12.5rem;
      -webkit-text-stroke-width: 3px; } }
  @media only screen and (min-width: 1400px) {
    .h1, .pace .pace-activity:after {
      font-size: 240px;
      font-size: 15rem;
      -webkit-text-stroke-width: 4px; } }
  .h1 span, .pace .pace-activity:after span {
    display: block; }

.homepage, .remake-intro {
  font-family: "Akkurat-mono", sans-serif; }
  .homepage.hide .homeslide, .homepage.hide .copy, .remake-intro.hide .homeslide, .remake-intro.hide .copy {
    opacity: 0; }
  .homepage.remove, .remake-intro.remove {
    display: none; }
  .homepage video, .remake-intro video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity; }
    @media only screen and (min-width: 767px) {
      .homepage video, .remake-intro video {
        display: block; } }
  .homepage .container-t, .remake-intro .container-t {
    position: relative;
    z-index: 2; }
  .homepage .homeslide, .remake-intro .homeslide {
    background: url(../images/content/home-cover.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    color: #fff; }
    @media only screen and (min-width: 767px) {
      .homepage .homeslide, .remake-intro .homeslide {
        background: none; } }
    .homepage .homeslide .tagline, .homepage .homeslide .scroll, .remake-intro .homeslide .tagline, .remake-intro .homeslide .scroll {
      font-family: "Akkurat-mono", sans-serif;
      position: absolute;
      right: 0;
      left: 0;
      width: 100%;
      letter-spacing: 0;
      line-height: 20px;
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
      font-size: 18px;
      font-size: 1.125rem; }
      @media only screen and (min-width: 767px) {
        .homepage .homeslide .tagline, .homepage .homeslide .scroll, .remake-intro .homeslide .tagline, .remake-intro .homeslide .scroll {
          max-width: 600px;
          font-size: 21px;
          font-size: 1.3125rem;
          line-height: 1; } }
    .homepage .homeslide .tagline, .remake-intro .homeslide .tagline {
      top: 37px; }
      @media only screen and (min-width: 767px) {
        .homepage .homeslide .tagline, .remake-intro .homeslide .tagline {
          top: 32px; } }
    .homepage .homeslide .scroll, .remake-intro .homeslide .scroll {
      bottom: 37px; }
      @media only screen and (min-width: 767px) {
        .homepage .homeslide .scroll, .remake-intro .homeslide .scroll {
          bottom: 32px; } }

.remake-intro .homeslide {
  color: #0000FF; }
  .remake-intro .homeslide .h1, .remake-intro .homeslide .pace .pace-activity:after, .pace .remake-intro .homeslide .pace-activity:after {
    -webkit-text-stroke-color: #0000FF; }

#header-trigger {
  position: relative; }

.section-intro {
  overflow: visible;
  position: relative;
  background-color: #fff; }
  .section-intro .intro-copy .copy {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-intro p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 36px; }

.third-h {
  cursor: pointer;
  background-color: #0000FF;
  position: relative;
  height: 33.333vh;
  z-index: 40;
  height: calc(33.333vh - 33px); }
  @media only screen and (min-width: 767px) {
    .third-h {
      height: calc(33.333vh - 55px); } }
  .third-h.third-h3 {
    height: calc(33.333vh - 54px); }
  .third-h .title-large {
    font-size: 38px;
    font-size: 2.375rem;
    display: inline-block;
    line-height: 1; }
    @media only screen and (min-width: 767px) {
      .third-h .title-large {
        font-size: 80px;
        font-size: 5rem; } }
    @media only screen and (min-width: 1400px) {
      .third-h .title-large {
        font-size: 150px;
        font-size: 9.375rem; } }
    .third-h .title-large:before {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: -1px;
      left: 0;
      background-color: #fff;
      z-index: -1;
      pointer-events: none; }
    .third-h .title-large:hover {
      -webkit-text-stroke-color: #0000FF; }
      .third-h .title-large:hover:before {
        display: block; }

.section-choice {
  overflow: visible;
  z-index: 10;
  height: 100vh;
  width: 100%;
  height: calc(100vh - 60px); }
  @media only screen and (min-width: 767px) {
    .section-choice {
      height: calc(100vh - 82px); } }
  .section-choice .third-h {
    transition: all 0.3s ease, -webkit-transform initial;
    transition: all 0.3s ease, transform initial;
    transition: all 0.3s ease, transform initial, -webkit-transform initial; }
    .section-choice .third-h .center-t {
      vertical-align: middle; }
  .section-choice.slide-out .third-h {
    position: relative;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important; }
  .section-choice.slide-out .third-h1 {
    transition-delay: 0; }
  .section-choice.slide-out .third-h2 {
    transition-delay: 0.2s; }
  .section-choice.slide-out .third-h3 {
    transition-delay: 0.4s; }

.third-h2, .third-h3 {
  position: relative; }
  .third-h2:before, .third-h3:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 41;
    background-color: #fff; }

.third-h3 {
  border: 0; }
  .third-h3:after {
    display: none; }

.section-research, .section-rethink, .section-remake {
  display: none; }
  .section-research.show, .section-rethink.show, .section-remake.show {
    display: block; }
    .section-research.show .content-page, .section-rethink.show .content-page, .section-remake.show .content-page {
      -webkit-animation: fade-in 0.5s 1 forwards;
      animation: fade-in 0.5s 1 forwards; }
    @media only screen and (min-width: 767px) {
      .section-research.show.hide-nav header.main, .section-research.show.hide-nav nav.current-section, .section-research.show.hide-nav nav.pagination, .section-research.show.hide-nav footer.main, .section-rethink.show.hide-nav header.main, .section-rethink.show.hide-nav nav.current-section, .section-rethink.show.hide-nav nav.pagination, .section-rethink.show.hide-nav footer.main, .section-remake.show.hide-nav header.main, .section-remake.show.hide-nav nav.current-section, .section-remake.show.hide-nav nav.pagination, .section-remake.show.hide-nav footer.main {
        transition: 300ms ease-in-out;
        transition-delay: 0ms; }
      .section-research.show.hide-nav header.main, .section-research.show.hide-nav nav.current-section, .section-research.show.hide-nav nav.pagination, .section-rethink.show.hide-nav header.main, .section-rethink.show.hide-nav nav.current-section, .section-rethink.show.hide-nav nav.pagination, .section-remake.show.hide-nav header.main, .section-remake.show.hide-nav nav.current-section, .section-remake.show.hide-nav nav.pagination {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .section-research.show.hide-nav footer.main, .section-rethink.show.hide-nav footer.main, .section-remake.show.hide-nav footer.main {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); } }
    .section-research.show.hide-nav .content-page, .section-rethink.show.hide-nav .content-page, .section-remake.show.hide-nav .content-page {
      -webkit-animation: fade-out 0.3s 1 forwards;
      animation: fade-out 0.3s 1 forwards; }
  @media only screen and (min-width: 767px) {
    .section-research.hover-list header.main, .section-research.hover-list nav.current-section, .section-research.hover-list nav.pagination, .section-rethink.hover-list header.main, .section-rethink.hover-list nav.current-section, .section-rethink.hover-list nav.pagination, .section-remake.hover-list header.main, .section-remake.hover-list nav.current-section, .section-remake.hover-list nav.pagination {
      background-color: transparent;
      opacity: 0; }
    .section-research.hover-list footer.main, .section-rethink.hover-list footer.main, .section-remake.hover-list footer.main {
      background-color: transparent;
      opacity: 0; }
    .section-research.hover-list nav.current-section, .section-rethink.hover-list nav.current-section, .section-remake.hover-list nav.current-section {
      display: none; } }
  @media only screen and (min-width: 767px) and (min-width: 1100px) {
    .section-research.hover-list nav.current-section, .section-rethink.hover-list nav.current-section, .section-remake.hover-list nav.current-section {
      display: block; } }
  @media only screen and (min-width: 767px) {
    .section-research.hover-list nav.pagination, .section-rethink.hover-list nav.pagination, .section-remake.hover-list nav.pagination {
      display: none; } }
  @media only screen and (min-width: 767px) and (min-width: 1100px) {
    .section-research.hover-list nav.pagination, .section-rethink.hover-list nav.pagination, .section-remake.hover-list nav.pagination {
      display: block; } }

.title-slide {
  position: relative; }
  .title-slide > span {
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Akkurat-mono", sans-serif; }
    @media only screen and (min-width: 767px) {
      .title-slide > span {
        font-size: 21px;
        font-size: 1.3125rem; } }
    .title-slide > span.top {
      top: 35px; }
    .title-slide > span.bottom {
      bottom: 35px; }
  .title-slide .title-outline, .title-slide .pace .pace-activity:after, .pace .title-slide .pace-activity:after {
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 38px;
    font-size: 2.375rem; }
    @media only screen and (min-width: 767px) {
      .title-slide .title-outline, .title-slide .pace .pace-activity:after, .pace .title-slide .pace-activity:after {
        font-size: 54px;
        font-size: 3.375rem; } }
    @media only screen and (min-width: 1400px) {
      .title-slide .title-outline, .title-slide .pace .pace-activity:after, .pace .title-slide .pace-activity:after {
        font-size: 84px;
        font-size: 5.25rem; } }

.section-research-part, .section-rethink-part, .section-remake-part {
  overflow: hidden;
  position: relative;
  background-color: #fff; }
  @media only screen and (min-width: 900px) {
    .section-research-part, .section-rethink-part, .section-remake-part {
      -webkit-transform: none !important;
              transform: none !important; }
      .section-research-part .half:after, .section-rethink-part .half:after, .section-remake-part .half:after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        background-color: #0000FF; } }
  @media only screen and (min-width: 900px) {
    .section-research-part:after, .section-rethink-part:after, .section-remake-part:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      top: 0;
      bottom: 0;
      background-color: #0000FF;
      z-index: 850; } }

@media only screen and (min-width: 900px) {
  .section-remake-part .half:after {
    display: none; } }

@media only screen and (min-width: 900px) {
  .section-rethink-part:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0000FF;
    z-index: 950; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.section-rethink .list, .section-remake .list {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 767px) {
    .section-rethink .list, .section-remake .list {
      padding-top: 190px;
      padding-bottom: 82px; } }
  .section-rethink .list figure, .section-remake .list figure {
    position: relative; }
    .section-rethink .list figure img, .section-remake .list figure img {
      width: 100%; }
    .section-rethink .list figure .rf, .section-rethink .list figure .credits, .section-remake .list figure .rf, .section-remake .list figure .credits {
      position: fixed;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
      z-index: 10;
      display: block;
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 100%; }
    .section-rethink .list figure .rf, .section-remake .list figure .rf {
      display: none;
      top: 0;
      padding-top: 32px; }
    @media only screen and (min-width: 767px) {
      .section-rethink .list figure, .section-remake .list figure {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        z-index: -1;
        opacity: 0;
        transition: all 150ms ease-in-out;
        -webkit-backface-visibility: hidden;
        display: block; } }
  .section-rethink .list li, .section-remake .list li {
    display: block;
    text-align: center;
    transition: all 300ms ease-in-out; }
    .section-rethink .list li a, .section-remake .list li a {
      color: #0000FF;
      display: inline-block;
      padding-bottom: 40px; }
      @media only screen and (min-width: 767px) {
        .section-rethink .list li a, .section-remake .list li a {
          padding-bottom: 100px; } }
    .section-rethink .list li span, .section-rethink .list li strong, .section-remake .list li span, .section-remake .list li strong {
      position: relative;
      z-index: 30;
      cursor: pointer;
      transition: all 300ms ease-in-out 300ms, opacity 300ms ease-in-out 0;
      text-transform: uppercase;
      font-family: "Akkurat-mono", sans-serif; }
    .section-rethink .list li span, .section-remake .list li span {
      position: relative;
      display: inline;
      font-size: 16px;
      font-size: 1rem;
      line-height: 315%; }
      .section-rethink .list li span:after, .section-remake .list li span:after {
        content: "";
        display: table;
        clear: both; }
      .section-rethink .list li span:before, .section-remake .list li span:before {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 767px) {
        .section-rethink .list li span, .section-remake .list li span {
          font-size: 21px;
          font-size: 1.3125rem; } }
      .section-rethink .list li span.author, .section-remake .list li span.author {
        line-height: 250%; }
    .section-rethink .list li strong, .section-remake .list li strong {
      display: inline;
      text-transform: uppercase;
      font-size: 32px;
      font-size: 2rem;
      line-height: 110%; }
      @media only screen and (min-width: 767px) {
        .section-rethink .list li strong, .section-remake .list li strong {
          font-size: 70px;
          font-size: 4.375rem; } }
      @media only screen and (min-width: 1400px) {
        .section-rethink .list li strong, .section-remake .list li strong {
          font-size: 84px;
          font-size: 5.25rem;
          -webkit-text-stroke-width: 2px; } }
    @media only screen and (min-width: 767px) {
      .section-rethink .list li.hover, .section-remake .list li.hover {
        position: relative;
        z-index: 10; }
        .section-rethink .list li.hover span, .section-remake .list li.hover span {
          color: #fff; }
        .section-rethink .list li.hover strong, .section-remake .list li.hover strong {
          -webkit-text-stroke-color: #fff; }
        .section-rethink .list li.hover span, .section-rethink .list li.hover strong, .section-remake .list li.hover span, .section-remake .list li.hover strong {
          opacity: 1; }
        .section-rethink .list li.hover figure, .section-remake .list li.hover figure {
          opacity: 1; } }

.section-rethink .credits, .section-remake .credits {
  border-top: 2px solid #0000FF;
  border-bottom: 2px solid #0000FF;
  text-transform: uppercase;
  text-align: center;
  line-height: 82px;
  font-family: "Akkurat-mono", sans-serif;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    .section-rethink .credits, .section-remake .credits {
      font-size: 20px;
      font-size: 1.25rem; } }

.section-rethink .list-rethink ::-webkit-scrollbar, .section-remake .list-rethink ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */ }

.section-rethink .list-rethink.is-faded, .section-remake .list-rethink.is-faded {
  opacity: 0; }

.section-rethink .list-rethink.is-hidden, .section-remake .list-rethink.is-hidden {
  display: none; }

.section-rethink .half, .section-remake .half {
  background-color: #fff; }

.section-rethink .copy, .section-remake .copy {
  position: relative;
  z-index: 10; }

.section-rethink .section-rethink-part, .section-rethink .section-remake-part, .section-remake .section-rethink-part, .section-remake .section-remake-part {
  z-index: 80; }
  .section-rethink .section-rethink-part .anchor, .section-rethink .section-remake-part .anchor, .section-remake .section-rethink-part .anchor, .section-remake .section-remake-part .anchor {
    position: relative;
    top: -60px; }
    @media only screen and (min-width: 767px) {
      .section-rethink .section-rethink-part .anchor, .section-rethink .section-remake-part .anchor, .section-remake .section-rethink-part .anchor, .section-remake .section-remake-part .anchor {
        top: -82px; } }
  .section-rethink .section-rethink-part .flright .images.fixed, .section-rethink .section-remake-part .flright .images.fixed, .section-remake .section-rethink-part .flright .images.fixed, .section-remake .section-remake-part .flright .images.fixed {
    left: 0; }
  .section-rethink .section-rethink-part .images, .section-rethink .section-remake-part .images, .section-remake .section-rethink-part .images, .section-remake .section-remake-part .images {
    height: calc(100vh - 164px);
    overflow: hidden;
    left: 0;
    position: relative;
    right: 0;
    z-index: 1;
    width: 100%; }
    .section-rethink .section-rethink-part .images.fixed, .section-rethink .section-remake-part .images.fixed, .section-remake .section-rethink-part .images.fixed, .section-remake .section-remake-part .images.fixed {
      position: fixed;
      left: 50%;
      top: 82px;
      height: calc(100vh - 164px);
      width: 50%; }
    .section-rethink .section-rethink-part .images > div, .section-rethink .section-remake-part .images > div, .section-remake .section-rethink-part .images > div, .section-remake .section-remake-part .images > div {
      left: 0%;
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      transition: opacity 300ms ease; }
      .section-rethink .section-rethink-part .images > div.current, .section-rethink .section-remake-part .images > div.current, .section-remake .section-rethink-part .images > div.current, .section-remake .section-remake-part .images > div.current {
        opacity: 1; }
    .section-rethink .section-rethink-part .images img, .section-rethink .section-remake-part .images img, .section-remake .section-rethink-part .images img, .section-remake .section-remake-part .images img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .section-rethink .section-rethink-part .trigger-image.padding-parralax, .section-rethink .section-remake-part .trigger-image.padding-parralax, .section-remake .section-rethink-part .trigger-image.padding-parralax, .section-remake .section-remake-part .trigger-image.padding-parralax {
    padding: 50px 0; }
    .section-rethink .section-rethink-part .trigger-image.padding-parralax img, .section-rethink .section-remake-part .trigger-image.padding-parralax img, .section-remake .section-rethink-part .trigger-image.padding-parralax img, .section-remake .section-remake-part .trigger-image.padding-parralax img {
      width: 100%; }
    @media only screen and (min-width: 900px) {
      .section-rethink .section-rethink-part .trigger-image.padding-parralax, .section-rethink .section-remake-part .trigger-image.padding-parralax, .section-remake .section-rethink-part .trigger-image.padding-parralax, .section-remake .section-remake-part .trigger-image.padding-parralax {
        padding: 0;
        max-height: 0;
        overflow: hidden; } }

#rf1_container {
  z-index: 10; }

#rf2_container {
  z-index: 20; }

#rf3_container {
  z-index: 30; }

#rf4_container {
  z-index: 40; }

#rf5_container {
  z-index: 50; }

#rf6_container {
  z-index: 60; }

.title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
  font-size: 30px;
  font-size: 1.875rem; }
  @media only screen and (min-width: 400px) {
    .title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
      font-size: 38px;
      font-size: 2.375rem; } }
  @media only screen and (min-width: 900px) {
    .title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
      font-size: 44px;
      font-size: 2.75rem; } }
  @media only screen and (min-width: 1100px) {
    .title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
      font-size: 54px;
      font-size: 3.375rem; } }
  @media only screen and (min-width: 1400px) {
    .title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
      font-size: 74px;
      font-size: 4.625rem; } }
  @media only screen and (min-width: 1600px) {
    .title-outline.exception-title-smaller, .pace .exception-title-smaller.pace-activity:after {
      font-size: 84px;
      font-size: 5.25rem; } }

.section-research .thirds_container {
  height: calc(100vh - 120px); }
  @media only screen and (min-width: 767px) {
    .section-research .thirds_container {
      height: 100vh;
      height: calc(100vh - 164px); } }
  .section-research .thirds_container .third {
    position: relative;
    width: 100%;
    height: 33.33%;
    display: block;
    cursor: url("../images/cursor/cursor_blue.png"), auto !important;
    cursor: -webkit-image-set(url("../images/cursor/cursor_blue.png") 1x, url("../images/cursor/cursor_blue@2x.png") 2x) 12px 12px, pointer !important; }
    .section-research .thirds_container .third .title-part {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0;
      line-height: 120%;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase; }
      .section-research .thirds_container .third .title-part span {
        display: block;
        line-height: 120%; }
        @media only screen and (min-width: 767px) {
          .section-research .thirds_container .third .title-part span {
            font-size: 100px;
            font-size: 6.25rem;
            color: transparent;
            -webkit-text-stroke: 1.5px #0000FF; } }
        @media only screen and (min-width: 1400px) {
          .section-research .thirds_container .third .title-part span {
            font-size: 150px;
            font-size: 9.375rem; } }
      @media only screen and (min-width: 767px) {
        .section-research .thirds_container .third .title-part {
          max-width: 80%;
          font-size: 21px;
          font-size: 1.3125rem;
          line-height: 100%; } }
      .section-research .thirds_container .third .title-part:before {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000FF;
        z-index: -1;
        pointer-events: none; }
      .section-research .thirds_container .third .title-part:hover {
        color: #fff; }
        .section-research .thirds_container .third .title-part:hover * {
          cursor: url("../images/cursor/cursor_white.png"), auto !important;
          cursor: -webkit-image-set(url("../images/cursor/cursor_white.png") 1x, url("../images/cursor/cursor_white@2x.png") 2x) 12px 12px, pointer !important; }
        .section-research .thirds_container .third .title-part:hover a {
          color: #fff; }
        @media only screen and (min-width: 767px) {
          .section-research .thirds_container .third .title-part:hover span {
            color: transparent;
            -webkit-text-stroke: 1.5px #fff; } }
        .section-research .thirds_container .third .title-part:hover:before {
          display: block; }
    @media only screen and (min-width: 900px) {
      .section-research .thirds_container .third {
        height: 100%;
        width: 33.33%;
        float: left; } }
    .section-research .thirds_container .third:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: #0000FF; }
      @media only screen and (min-width: 900px) {
        .section-research .thirds_container .third:after {
          right: 0;
          height: 100%;
          width: 2px; } }
    .section-research .thirds_container .third.last:after {
      display: none; }

.section-research .anchor {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: red;
  z-index: 1500;
  top: -58px; }
  @media only screen and (min-width: 767px) {
    .section-research .anchor {
      top: -80px; } }

.graph-copy {
  padding-left: 20px;
  padding-right: 20px; }

.graph-copy, .graph-container {
  padding: 50px 0;
  text-align: left; }
  .graph-copy .title-graph, .graph-container .title-graph {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 767px) {
      .graph-copy .title-graph, .graph-container .title-graph {
        font-size: 21px;
        font-size: 1.3125rem; } }
  .graph-copy ul, .graph-container ul {
    border: 1px solid #0000FF;
    margin: 0;
    padding: 0; }
    .graph-copy ul li, .graph-container ul li {
      display: block;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      border: 1px solid #0000FF;
      position: relative;
      font-size: 10px;
      font-size: 0.625rem; }
      @media only screen and (min-width: 767px) {
        .graph-copy ul li, .graph-container ul li {
          overflow: hidden;
          padding-left: 17px;
          font-size: 17px;
          font-size: 1.0625rem;
          padding-top: 8px;
          padding-bottom: 8px;
          padding-right: 60px; } }
      @media only screen and (min-width: 900px) {
        .graph-copy ul li, .graph-container ul li {
          font-size: 13px;
          font-size: 0.8125rem;
          padding-left: 10px;
          padding-top: 6px;
          padding-bottom: 6px; } }
      @media only screen and (min-width: 1100px) {
        .graph-copy ul li, .graph-container ul li {
          padding-top: 8px;
          padding-bottom: 8px;
          padding-left: 17px;
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 1400px) {
        .graph-copy ul li, .graph-container ul li {
          font-size: 21px;
          font-size: 1.3125rem; } }
      .graph-copy ul li:before, .graph-container ul li:before {
        width: 0%;
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #0000FF;
        opacity: 0;
        transition: all 1s ease-in;
        transition-delay: 1s; }
      .graph-copy ul li.reveal:before, .graph-container ul li.reveal:before {
        width: attr(data-percent);
        opacity: attr(data-opa);
        transition-delay: 0s; }
      .graph-copy ul li span.value, .graph-container ul li span.value {
        position: absolute;
        right: 10px;
        top: 0px; }
        @media only screen and (min-width: 767px) {
          .graph-copy ul li span.value, .graph-container ul li span.value {
            top: 8px;
            right: 23px; } }
      .graph-copy ul li .v2, .graph-copy ul li .v3, .graph-container ul li .v2, .graph-container ul li .v3 {
        display: none; }
  .graph-copy .selection, .graph-container .selection {
    padding-top: 29px; }
    @media only screen and (min-width: 767px) {
      .graph-copy .selection, .graph-container .selection {
        padding-top: 48px;
        line-height: 30px; } }
    .graph-copy .selection .switch, .graph-container .selection .switch {
      margin-bottom: 12px;
      font-size: 10px;
      font-size: 0.625rem; }
      @media only screen and (min-width: 767px) {
        .graph-copy .selection .switch, .graph-container .selection .switch {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 900px) {
        .graph-copy .selection .switch, .graph-container .selection .switch {
          font-size: 13px;
          font-size: 0.8125rem; } }
      @media only screen and (min-width: 1100px) {
        .graph-copy .selection .switch, .graph-container .selection .switch {
          font-size: 17px;
          font-size: 1.0625rem; } }
      .graph-copy .selection .switch:before, .graph-container .selection .switch:before {
        width: 18px;
        height: 18px;
        border: 2px solid #0000FF;
        content: "";
        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 5px; }
        @media only screen and (min-width: 767px) {
          .graph-copy .selection .switch:before, .graph-container .selection .switch:before {
            width: 28px;
            height: 28px;
            top: 8px;
            margin-right: 20px; } }
      .graph-copy .selection .switch:hover:before, .graph-copy .selection .switch.is-current:before, .graph-container .selection .switch:hover:before, .graph-container .selection .switch.is-current:before {
        background-color: #0000FF; }

.section-research-part {
  background-color: #fff; }

#r1_container {
  z-index: 10; }

#r2_container {
  z-index: 20; }

#r3_container {
  z-index: 30; }

#r4_container {
  z-index: 40; }

@media only screen and (min-width: 900px) {
  .research-panel-title.fixed {
    position: fixed;
    top: 82px;
    width: 50%;
    z-index: 10; }
    .research-panel-title.fixed.absolute {
      position: absolute;
      bottom: 0;
      top: auto;
      width: 100%; } }

@media only screen and (min-width: 900px) {
  .graph-copy-absolute {
    overflow: hidden;
    position: absolute;
    z-index: 20;
    background-color: #fff;
    width: 100%;
    top: 100vh; } }
  @media only screen and (min-width: 900px) and (min-height: 850px) {
    .graph-copy-absolute.fixed {
      position: fixed;
      top: 82px;
      width: 50%;
      bottom: auto; } }
  @media only screen and (min-width: 900px) and (max-height: 850px) {
    .graph-copy-absolute {
      position: absolute;
      top: auto;
      bottom: 0;
      width: 100%;
      min-height: calc(100vh - 160px); } }

@media only screen and (min-width: 900px) {
    .graph-copy-absolute .push-50 .fixed {
      width: 100%; } }

#r0 {
  position: relative; }

.r0-force {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  top: 60px; }
  @media only screen and (min-width: 767px) {
    .r0-force {
      top: 82px; } }

.section-remake .author {
  font-size: 24px;
  font-size: 1.5rem; }

.section-remake h2 {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 50px; }
  .section-remake h2 .number {
    display: block;
    color: #0000FF;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 100%;
    margin-bottom: 32px; }
  .section-remake h2 .title {
    text-transform: uppercase;
    line-height: 100%;
    font-size: 38px;
    font-size: 2.375rem; }
    @media only screen and (min-width: 767px) {
      .section-remake h2 .title {
        font-size: 54px;
        font-size: 3.375rem; } }
    @media only screen and (min-width: 1400px) {
      .section-remake h2 .title {
        font-size: 84px;
        font-size: 5.25rem; } }

.section-remake .remake-intro .homeslide {
  background: url("../images/content/reflections/r5_3.jpg");
  background-size: cover;
  border-bottom: 2px solid #0000FF; }
  @media only screen and (min-width: 767px) {
    .section-remake .remake-intro .homeslide {
      background: none; } }

.section-remake .remake-intro video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity; }
  @media only screen and (min-width: 767px) {
    .section-remake .remake-intro video {
      display: block; } }

.section-remake .remake-container {
  overflow: hidden;
  position: relative; }

@media only screen and (min-width: 1400px) {
  .section-remake {
    font-size: 21px;
    font-size: 1.3125rem; }
    .section-remake p {
      font-size: 21px;
      font-size: 1.3125rem; } }

.section-remake .h2 {
  display: inline-block;
  font-size: 38px;
  font-size: 2.375rem;
  -webkit-text-stroke-color: #0000FF; }
  @media only screen and (min-width: 767px) {
    .section-remake .h2 {
      font-size: 84px;
      font-size: 5.25rem; } }
  .section-remake .h2:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

.section-remake .remake-hover {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 767px) {
    .section-remake .remake-hover {
      max-width: 400px; } }
  .section-remake .remake-hover .video_bg_remake {
    display: none;
    position: fixed; }

.section-remake .copy p, .section-remake .copy h2, .section-remake .copy form {
  position: relative;
  z-index: 20; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: visible !important; }

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */
#page {
  padding: 0;
  margin: 0 auto;
  min-height: 100%;
  font-family: "Akkurat", sans-serif;
  font-weight: normal;
  color: #0000FF;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4 {
  font-family: "Akkurat-mono", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 110%; }

.font-mono {
  font-family: "Akkurat-mono", sans-serif; }

.font-reg {
  font-family: "Akkurat", sans-serif; }

a {
  outline: 0;
  color: #0000FF; }

hr {
  border: 0;
  border-top: 1px solid #F9F8F8; }

p {
  margin: 0; }

img {
  height: auto;
  max-width: 100%; }

sup {
  position: relative;
  top: -0.25em;
  font-size: 70%; }

strong {
  font-weight: normal; }

article {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden; }

header.main {
  position: absolute;
  color: #0000FF;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 500;
  height: 60px;
  text-align: center;
  border-bottom: 2px solid #0000FF; }
  header.main.fixed {
    position: fixed;
    z-index: 900; }
  @media only screen and (min-width: 767px) {
    header.main {
      height: 82px; } }
  header.main .logo {
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    font-family: "Akkurat-mono", sans-serif; }
    @media only screen and (min-width: 767px) {
      header.main .logo {
        padding-top: 32px;
        padding-bottom: 26px;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 100%; } }

.headroom {
  will-change: transform;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  @media only screen and (min-width: 767px) {
    .headroom--unpinned {
      opacity: 1; } }
  @media only screen and (min-width: 1100px) {
    .headroom--unpinned {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); } }
  .headroom--unpinned.current-section {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    @media only screen and (min-width: 1100px) {
      .headroom--unpinned.current-section {
        -webkit-transform: translateY(0%);
                transform: translateY(0%); } }

@media only screen and (min-width: 767px) {
  nav {
    font-size: 21px;
    font-size: 1.3125rem; } }

nav.current-section {
  font-family: "Akkurat-mono", sans-serif;
  position: fixed;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 901;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
  height: 38px;
  top: 18px; }
  @media only screen and (min-width: 767px) {
    nav.current-section {
      top: 20px;
      height: 60px;
      padding: 10px;
      line-height: 100%; } }
  @media only screen and (min-width: 1100px) {
    nav.current-section {
      left: 42px;
      padding: 0;
      background-color: transparent;
      text-align: left;
      right: auto;
      top: 32px;
      width: 400px;
      display: block;
      height: 82px; } }
  nav.current-section a:hover {
    text-decoration: underline; }

nav.pagination {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  z-index: 1000;
  background-color: #fff; }
  nav.pagination.hidden {
    display: none; }
  nav.pagination > div {
    position: relative;
    display: inline-block; }
    nav.pagination > div > span {
      position: absolute;
      left: 0;
      width: 42px;
      height: 42px;
      opacity: 0;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      z-index: -1; }
      @media only screen and (min-width: 767px) {
        nav.pagination > div > span {
          line-height: 51px;
          width: 54px;
          height: 54px; } }
      nav.pagination > div > span:before {
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        width: 40px;
        height: 40px;
        border: 2px solid #0000FF;
        border-radius: 50%;
        z-index: -1; }
        @media only screen and (min-width: 767px) {
          nav.pagination > div > span:before {
            line-height: 51px;
            width: 52px;
            height: 52px; } }
  nav.pagination.s0 > div > span {
    opacity: 0; }
  nav.pagination.s0-force > div > span {
    opacity: 0 !important; }
  nav.pagination.s1 > div > span {
    left: 0;
    opacity: 1; }
  nav.pagination.s2 > div > span {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1; }
  nav.pagination.s3 > div > span {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 1; }
  nav.pagination.s4 > div > span {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    opacity: 1; }
  nav.pagination.s5 > div > span {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
    opacity: 1; }
  nav.pagination.s6 > div > span {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
    opacity: 1; }
  nav.pagination.s7 > div > span {
    -webkit-transform: translateX(600%);
            transform: translateX(600%);
    opacity: 1; }
  @media only screen and (min-width: 767px) {
    nav.pagination {
      height: 65px;
      position: fixed;
      line-height: 100%; } }
  @media only screen and (min-width: 1100px) {
    nav.pagination {
      width: 400px;
      bottom: auto;
      height: 80px;
      top: 14px;
      right: 42px;
      width: auto;
      text-align: left;
      z-index: 900;
      background-color: transparent; } }
  @media only screen and (min-width: 1400px) {
    nav.pagination {
      right: 84px; } }
  nav.pagination a {
    display: inline-block;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px; }
    nav.pagination a span {
      display: inline-block;
      line-height: 38px;
      width: 40px;
      height: 40px;
      margin-bottom: 5px;
      border: 2px solid transparent;
      border-radius: 50%;
      transition: all 300ms ease; }
    @media only screen and (min-width: 767px) {
      nav.pagination a span {
        line-height: 51px;
        width: 52px;
        height: 52px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1400px) {
      nav.pagination a {
        margin-right: 0; } }
    nav.pagination a:hover span {
      background-color: #0000FF;
      color: #fff; }

#footer-trigger {
  position: relative;
  height: 60px; }
  @media only screen and (min-width: 767px) {
    #footer-trigger {
      height: 82px; } }

footer.main {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #0000FF;
  height: 60px; }
  @media only screen and (min-width: 767px) {
    footer.main {
      height: 82px; } }
  footer.main.fixed {
    position: fixed;
    z-index: 900;
    top: auto;
    bottom: 0 !important; }
  footer.main .container {
    position: relative; }
  footer.main .joinin {
    width: 20%;
    position: absolute;
    top: 0;
    left: 42px;
    text-align: left;
    display: none; }
    @media only screen and (min-width: 767px) {
      footer.main .joinin {
        display: block; } }
  footer.main .download {
    position: absolute;
    top: 0;
    right: 42px;
    width: 25%;
    text-align: right;
    overflow: hidden;
    display: none; }
    @media only screen and (min-width: 767px) {
      footer.main .download {
        display: block; } }
    footer.main .download span {
      position: relative;
      display: block;
      margin-bottom: 100px;
      height: 50px; }
  footer.main .joinin, footer.main .copyright, footer.main .download {
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 0;
    font-family: "Akkurat-mono", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px; }
    @media only screen and (min-width: 767px) {
      footer.main .joinin, footer.main .copyright, footer.main .download {
        padding-top: 32px;
        padding-bottom: 26px;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 100%; } }
    footer.main .joinin a:hover, footer.main .copyright a:hover, footer.main .download a:hover {
      text-decoration: underline; }

.download-is-visible aside.newsletter {
  display: block; }

.download-is-visible .download span {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px); }

.download-is-visible .copyright {
  display: none; }
  @media only screen and (min-width: 767px) {
    .download-is-visible .copyright {
      display: block; } }

aside.newsletter {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  min-height: 600px; }
  @media only screen and (min-width: 1400px) {
    aside.newsletter {
      font-size: 21px;
      font-size: 1.3125rem; } }
