/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}@font-face {
  font-family: 'Neue Haas Grotesk Text';
  font-weight: 400;
  font-style: normal;
  src: url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.1f738751.eot);
  src: url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.1f738751.eot?#iefix) format('embedded-opentype'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.3b2fb920.woff2) format('woff2'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.8d2299f0.woff) format('woff'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.f455f820.ttf) format('truetype'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-55-Regular.cfad478b.svg#wf) format('svg');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text';
  font-weight: 500;
  font-style: normal;
  src: url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.eb3a74ad.eot);
  src: url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.eb3a74ad.eot?#iefix) format('embedded-opentype'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.f228172e.woff2) format('woff2'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.8a1d2078.woff) format('woff'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.39442122.ttf) format('truetype'),
       url(../../static/fonts/Neue-Haas-Grotesk-Text-Pro-65-Regular.4b91fe5a.svg#wf) format('svg');
 }

/* @font-face {
  font-family: 'Neue Haas Grotesk Text';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.eot');
  src: url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.woff2') format('woff2'),
       url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.woff') format('woff'),
       url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.ttf') format('truetype'),
       url('fonts/Neue-Haas-Grotesk-Text-Pro-75-Regular.svg#wf') format('svg');
 } */

html {
  background: #000;
  color: #FFF;
}

html,
body,
main,
canvas[resize] {
  width: 100%;
  height: 100%;
}

body {
  font-size: 12px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Neue Haas Grotesk Text", "Univers", Helvetica, sans-serif;
  -webkit-font-feature-settings: "liga" 1, "tnum" 1;
          font-feature-settings: "liga" 1, "tnum" 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  pointer: none !important;
}

a,
a:link,
a:active,
a:hover,
a:visited {
  color: white;
  text-decoration: none;
  pointer: none;
}

canvas[resize] {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
}

#megatron {
  position: fixed;
  top: 50%; left: 50%;
  width: 200vw;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  will-change: top, left;
  -webkit-transform: translate(-50%, calc(-50vw - 140px));
          transform: translate(-50%, calc(-50vw - 140px));
}

#megatron[data-moves="false"] {
  -webkit-transform: translate(-50%, calc(-50vw - 70px));
          transform: translate(-50%, calc(-50vw - 70px));
}

#megatron[data-screens="1"][data-moves="true"] {
  min-height: calc(200vw - 100px);
  -webkit-transform: translate(-50%, calc(-50% - 100px));
          transform: translate(-50%, calc(-50% - 100px));
}

#megatron[data-screens="1"][data-moves="false"] {
  min-height: calc(200vw - 100px);
  -webkit-transform: translate(-50%, calc(-50% - 50px));
          transform: translate(-50%, calc(-50% - 50px));
}

#megatron[data-screens="1"][data-moves="false"] > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
}

#megatron > div {
  width: 66.66vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  line-height: 0;
}

.credit {
  position: fixed;
  top: calc((100% - 100px) / 2);
  font-size: 8px;
  line-height: 16px;
}

.credit-left {
  left: 0;
  -webkit-transform: translate(calc(-50% + 14px), -50%) rotate(-90deg);
          transform: translate(calc(-50% + 14px), -50%) rotate(-90deg);
}

.credit-right {
  right: 0;
  -webkit-transform: translate(calc(50% - 14px), -50%) rotate(90deg);
          transform: translate(calc(50% - 14px), -50%) rotate(90deg);
}

.gfy-video + .overlay {
  display: none !important;
}

html,
button,
input,
a {
  cursor: none;
}

#cursor {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-image: url(../../static/images/cursor.0218f024.gif);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(45deg);
          transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
  pointer-events: none;
}

body.hover #cursor {
  -webkit-transform: translate(-50%, -50%) scale(0.25) rotate(45deg);
          transform: translate(-50%, -50%) scale(0.25) rotate(45deg);
}

body > main {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;

  overflow: hidden;
  pointer-events: none;
}

main > * {
  pointer-events: all;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

header a {
  padding: 0 5px;
}

header .icons a {
  font-size: 14px;
  vertical-align: -2px;
}

header h1 {
  position: absolute;
  left: 50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  margin-left: calc((-4px - 0.7em) / 2);
}

:not(.icons) > a:not([data-hover=right])::before,
:not(.icons) > a[data-hover=right]::after {
  width: 0.7em;
  height: 0.7em;
  margin-right: 4px;
  border-radius: 100%;
  content: "";
  display: inline-block;
  background: white;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 100ms, -webkit-transform 100ms;
  transition: opacity 100ms, -webkit-transform 100ms;
  transition: opacity 100ms, transform 100ms;
  transition: opacity 100ms, transform 100ms, -webkit-transform 100ms;
}

:not(.icons) > a[data-hover=right]::after {
  margin-right: 0;
  margin-left: 4px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

:not(.icons) > a:not([data-hover=right]):hover::before,
:not(.icons) > a[data-hover=right]:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.ribbon {
  position: absolute !important;
  bottom: 100px;

  display: inline-block;
  width: 100px;
  padding: 0 10px;
}

.ribbon-left {
  left: 0;
  text-align: left;
}

.ribbon-right {
  right: 0;
  text-align: right;
}

#player {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;

  height: 100px;
  width: 100%;

  color: black;
  background: white;
}
.true-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  font-weight: 400;
  line-height: 20px;
}

.true-player section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.true-player section.vertical {
  height: 100px;
  width: calc(100% - 260px - 200px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.true-player figure {
  line-height: 0;
}

.true-player figure img {
  height: 100px;
  width: 100px;
}

.true-player figcaption {
  margin-left: 10px;
  width: 150px;
}

.true-player big,
.true-player small {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.true-player big {
  font-weight: 500;
}

.true-player nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.true-player button {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: 5px;
  border-radius: 100%;
  background: none;
  border: 1px solid black;
}

.true-player button,
.true-player input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.true-player input[type=range] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  margin: 0px;
}

.true-player input[type=range]:focus {
  outline: none;
}

.true-player input[type=range]::-webkit-slider-runnable-track,
.true-player input[type=range]::-moz-range-track,
.true-player input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #AAA;
  border-radius: 0px;
  border: none;
}

.true-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #AAA;
  border-radius: 0px;
  border: none;
}

.true-player input[type=range]::-webkit-slider-thumb,
.true-player input[type=range]::-moz-range-thumb,
.true-player input[type=range]::-ms-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 8px;
  width: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100%;
  background: black;
  -webkit-transition: height 50ms;
  transition: height 50ms;
}

.true-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 8px;
  width: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100%;
  background: black;
  margin-top: -3px;
  -webkit-transition: height 50ms;
  transition: height 50ms;
}

.true-player input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.true-player input[type=range]::-ms-fill-upper,
.true-player input[type=range]::-ms-fill-lower,
.true-player input[type=range]:focus::-ms-fill-upper,
.true-player input[type=range]:focus::-ms-fill-lower {
  background: #AAA;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.true-player button.big {
  width: 50px;
  height: 50px;
  font-size: 2em;
}

.true-player[data-status="playing"] .fa-play,
.true-player[data-status="paused"] .fa-pause {
  display: none;
}

.true-player button.borderless {
  border: none;
}

.true-player[data-volume="0"] .fa-volume-up,
.true-player:not([data-volume="0"]) .fa-volume-off {
  display: none;
}

/* Visually center play button */
.true-player .fa-play {
  margin-left: 2px;
}

.true-player .fa-volume-up {
  margin-left: 2px;
}

.true-player .timeline {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.true-player .time {
  width: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 10px;
  font-size: 10px;
  line-height: 10px;
}

.true-player .duration {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 2px;
  background: #AAA;
}

.true-player .progress {
  position: absolute;
  left: 0;
  background: black;
  width: 0;
  height: 2px;
}

.true-player .secondary {
  width: 200px;
}

.true-player .volume {
  width: 150px;
}

@media screen and (min-width: 751px) {
  .true-player section.primary.vertical {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 750px) {
  .true-player .secondary {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .true-player figure img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
  }

  .true-player figcaption {
    width: auto;
  }

  .true-player section.info {
    max-width: 50%;
  }

  .true-player button.big {
    width: 25px;
    height: 25px;
    font-size: 1em;
  }

  /* Visually center play button */
  .true-player .fa-play { margin-left: -4px; }
  .true-player .fa-pause { margin-left: -5px; }
}

/*# sourceMappingURL=main.696885b2.css.map*/