/********
 *
 *  Functions
 *
 ********/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/********
 *
 *  Settings
 *
 ********/
/********
 *
 *  Import plugins
 *
 ********/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* 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;
}
/**s
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/********
 *
 *  BASE HTML
 *
 ********/
html {
  font-size: 14px;
  line-height: 1.3333;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1300px) {
  html {
    font-size: calc(14px + (18 - 14) * ((100vw - 1300px) / (1920 - 1300)));
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 18px;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  font-weight: 400;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #060b1f;
}
html,
body {
  height: 100%;
}
::-moz-selection {
  background: #ff45a1;
  color: #FFC13D;
  text-shadow: none;
}
::selection {
  background: #ff45a1;
  color: #FFC13D;
  text-shadow: none;
}
ins {
  background: #ff45a1;
  color: #fff;
  text-decoration: none;
}
mark {
  background: #ff45a1;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  border: 0;
  padding: 0;
  line-height: 0.5;
  margin: 0;
  height: auto;
  text-align: center;
  font-size: 1.375rem;
}
hr::before {
  content: "~";
}
dl,
menu,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
button,
textarea,
input {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
p {
  margin: 1.5em 0;
}
@font-face {
  font-family: 'SquareFont';
  src: url('../fonts/SquareFont.eot?#iefix') format('embedded-opentype'), url('../fonts/SquareFont.woff') format('woff'), url('../fonts/SquareFont.ttf') format('truetype'), url('../fonts/SquareFont.svg#SquareFont') format('svg');
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 0.5em;
  font-family: "SquareFont", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  color: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  color: #ff45a1;
  font-weight: 400;
}
h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.875em;
}
@media only screen and (max-width : 960px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media (max-width : 650px) {
  h1 {
    font-size: 2.25rem;
  }
}
h2 {
  font-size: 2rem;
  margin-top: 1.9em;
}
h2:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  h2 br {
    display: none;
  }
}
h3 {
  font-size: 1.5rem;
}
.video-yt--image {
  display: block;
  position: relative;
}
.video-yt--image::after {
  content: '\e808';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  color: #fff;
  margin: -0.5em 0 0 -0.5em;
  width: 1em;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.video-yt--image:hover::after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn {
  font-family: "SquareFont", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.61111111rem;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  outline: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0.5em 2em;
  color: #fff;
  background: #ff45a1;
}
.btn:hover {
  color: #ff45a1;
  background: #fff;
}
.btn.icon-download::before {
  margin-left: -0.2em;
  margin-right: 0.5em;
}
.btn-buy {
  font-family: "SquareFont", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.61111111rem;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  outline: 0;
  border: 0;
  vertical-align: middle;
  position: relative;
  color: #fff;
  background: #ff45a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: max-width 0.2s ease 0s;
  -o-transition: max-width 0.2s ease 0s;
  transition: max-width 0.2s ease 0s;
}
.btn-buy__label {
  padding: 0.5em 2em;
  white-space: nowrap;
  cursor: pointer;
}
.btn-buy__shops {
  padding: 0 1em;
  margin-left: auto;
  white-space: nowrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-buy__shops li {
  font-size: 1.215em;
  opacity: 0;
  margin: 0 0.5em;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.btn-buy__shops li:last-child {
  margin-right: 0;
}
.btn-buy__shops li:first-child {
  margin-left: 0;
}
@media (max-width : 650px) {
  .btn-buy {
    font-size: 1.2rem;
  }
  .btn-buy__label {
    padding: 0.5em 1em;
  }
  .btn-buy__shops {
    padding: 0 0.5em;
  }
  .btn-buy__shops li {
    font-size: 1em;
  }
}
.btn-buy.is-open .btn-buy__shops li {
  opacity: 1;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(2) {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(3) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(4) {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.btn-buy.is-open .btn-buy__shops li:nth-of-type(6) {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}
.btn-buy a {
  display: block;
  text-decoration: none;
}
.btn-buy a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-wrapper {
  text-align: center;
  margin-top: 2.625em;
}
.btn-wrapper .btn {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.is-popup {
  overflow: hidden;
}
.is-popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1020;
}
.responsive-video__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video video,
.responsive-video embed,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1021;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 950px;
  padding: 25px;
  background: #ff45a1;
  color: #fff;
  width: 90%;
  -webkit-transform: translate(-50%, -500%);
      -ms-transform: translate(-50%, -500%);
          transform: translate(-50%, -500%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
#video-popup.popup {
  background: #000;
  max-width: 900px;
}
#video-popup.popup iframe,
#video-popup.popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 22px;
  text-align: center;
  line-height: 25px;
  background: #ff45a1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width : 650px) {
  .popup .close-popup {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.popup .close-popup:hover {
  text-decoration: none;
  color: #ff45a1;
  background: #fff;
}
.popup .close-popup span::before {
  margin: 0;
}
@media (max-width : 650px) {
  .popup {
    top: 80px;
    left: 10px;
    right: 10px;
    max-height: 80%;
    padding: 25px;
    width: auto;
    overflow: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.popup.show {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width : 650px) {
  .popup.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?brains.1.3');
  src: url('../fonts/icons.eot?brains.1.3#iefix') format('embedded-opentype'), url('../fonts/icons.woff2?brains.1.3') format('woff2'), url('../fonts/icons.woff?brains.1.3') format('woff'), url('../fonts/icons.ttf?brains.1.3') format('truetype'), url('../fonts/icons.svg?brains.1.3#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons.svg?brains.1.3#icons') format('svg');
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-open:before {
  content: '\e800';
}
/* '' */
.icon-right-open:before {
  content: '\e801';
}
/* '' */
.icon-download:before {
  content: '\e802';
}
/* '' */
.icon-ok:before {
  content: '\e803';
}
/* '' */
.icon-play:before {
  content: '\e804';
}
/* '' */
.icon-nintendo:before {
  content: '\e805';
}
/* '' */
.icon-playstation:before {
  content: '\e806';
}
/* '' */
.icon-steam:before {
  content: '\e807';
}
/* '' */
.icon-xbox:before {
  content: '\e808';
}
/* '' */
.icon-discord:before {
  content: '\e809';
}
/* '' */
.icon-heart:before {
  content: '\e80a';
}
/* '' */
.icon-ok-circled:before {
  content: '\e80b';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e80c';
}
/* '' */
.icon-clock:before {
  content: '\e80d';
}
/* '' */
.icon-close:before {
  content: '\e80e';
}
/* '' */
.icon-quote:before {
  content: '\e80f';
}
/* '' */
.icon-arrow-down:before {
  content: '\e810';
}
/* '' */
.icon-arrow-left:before {
  content: '\e811';
}
/* '' */
.icon-arrow-right:before {
  content: '\e812';
}
/* '' */
.icon-arrow-up:before {
  content: '\e813';
}
/* '' */
.icon-down-open:before {
  content: '\e814';
}
/* '' */
.icon-up-open:before {
  content: '\e815';
}
/* '' */
.icon-in:before {
  content: '\e816';
}
/* '' */
.icon-fandom:before {
  content: '\e826';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.icon-file-word:before {
  content: '\f1c2';
}
/* '' */
.icon-file-excel:before {
  content: '\f1c3';
}
/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4';
}
/* '' */
body.is-menu {
  overflow: hidden;
}
.full-h {
  min-height: 100vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.section-inner {
  width: 92%;
  max-width: 75.88888889rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.logo {
  position: relative;
  display: inline-block;
  max-width: 60%;
  width: 27.94444444rem;
}
.logo img {
  display: block;
  max-width: 100%;
  position: relative;
}
.can-hover .logo img {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.can-hover .logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page {
  overflow: hidden;
}
.top-bar {
  background: #ff45a1;
  padding: 0.5em 4%;
  font-size: 1.125em;
  font-family: "SquareFont", serif;
  text-transform: uppercase;
  z-index: 1;
  color: rgba(255, 255, 255, 0.85);
  text-align: right;
}
.top-bar a:hover {
  color: #060b1f;
  text-decoration: none;
}
.top-bar a {
  margin: 0 0.25em;
  display: inline-block;
  vertical-align: middle;
}
.top-bar a:last-child {
  margin-right: 0;
}
.top-bar a.btn-small {
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  font-weight: bold;
  font-family: 'Arial';
}
.top-bar a.btn-small:hover {
  background: #001f4e;
  color: #ffffff;
}
@media (max-width : 650px) {
  .top-bar {
    text-align: center;
  }
  .top-bar a:first-child {
    margin-left: 0;
  }
  .top-bar span {
    display: block;
    margin-bottom: 0.25em;
  }
}
.main-section {
  position: relative;
  background: #34393c no-repeat 50% 50% / cover;
  min-height: 122vh;
  padding-bottom: 22vw;
  padding-top: 4vh;
  margin-bottom: -11vh;
}
@media only screen and (max-width : 960px) {
  .main-section {
    min-height: 100vh;
    padding-bottom: 0;
  }
}
.main-section__logo {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width : 650px) {
  .main-section__logo {
    padding-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
  .main-section__logo .logo {
    max-width: 100%;
  }
}
.main-section--page {
  position: relative;
  background: unset;
  min-height: 0;
  padding-bottom: 4vh;
  padding-top: 5vh;
  margin-bottom: 0;
}
.lead {
  position: relative;
  padding: 3rem 0;
  margin-bottom: 10rem;
}
.lead-anim {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media (max-width : 650px) {
  .lead {
    margin-bottom: 4rem;
  }
}
.lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background: #ff45a1;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0 0 3rem #ff45a1;
          box-shadow: 0 0 3rem #ff45a1;
}
.lead .section-inner {
  position: relative;
}
.lead__content {
  width: 54%;
  margin-left: auto;
  margin-right: 10%;
}
@media only screen and (max-width : 960px) {
  .lead__content {
    width: 70%;
    margin-right: 0;
  }
}
@media (max-width : 650px) {
  .lead__content {
    width: 100%;
  }
}
.platforms {
  margin: 3rem 0 5rem;
}
@media (max-width : 650px) {
  .platforms {
    margin: 1rem 0 8rem;
  }
}
.platforms__list {
  font-size: 3.125rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width : 650px) {
  .platforms__list {
    font-size: 2rem;
  }
}
.platforms li {
  margin: 0 0.25em;
}
.platforms a {
  display: inline-block;
}
.platforms a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}
.text-anim {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.image-anim {
  opacity: 0;
}
.grid-text-1__bg .image-anim {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
}
.grid-text-2__bg .image-anim {
  -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}
.text-glitch.show-glitch {
  -webkit-animation-name: glitch-anim-text;
          animation-name: glitch-anim-text;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.footer {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 200%;
  background: #ff45a1;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0 0 3rem #ff45a1;
          box-shadow: 0 0 3rem #ff45a1;
}
@media (max-width : 650px) {
  .footer {
    padding-top: 20%;
  }
  .footer::before {
    left: -10%;
    width: 120%;
  }
}
.footer .section-inner {
  z-index: 2;
}
.footer__inner {
  width: 50%;
  margin-left: auto;
  padding: 0 2%;
}
@media only screen and (max-width : 960px) {
  .footer__inner {
    width: 60%;
  }
}
@media (max-width : 650px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width : 650px) {
  .footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer img {
  max-height: 4rem;
}
@media (max-width : 650px) {
  .footer img {
    max-height: 35px;
  }
}
.footer a {
  margin: 0 0.75em;
}
@media (max-width : 650px) {
  .footer a {
    margin: 0.5em;
  }
}
.footer a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.support {
  text-align: center;
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
  z-index: 2;
}
.support a {
  text-decoration: underline;
  margin: 0;
  color: #fff;
}
.support a:hover {
  text-decoration: none;
}
.nintendo-info {
  margin: 1.5em auto;
  font-size: 0.75em;
  text-align: center;
}
.policy {
  text-align: center;
  margin: 1.5em auto 0;
  max-width: 25rem;
  position: relative;
  z-index: 2;
}
.policy a {
  text-decoration: none;
  margin: 0;
  color: #fff;
}
.policy a:hover {
  text-decoration: underline;
}
.text-column {
  width: 56%;
  margin: 4rem 0;
}
@media only screen and (max-width : 960px) {
  .text-column {
    width: 65%;
  }
}
@media (max-width : 650px) {
  .text-column {
    width: 100%;
    margin: 3rem 0;
  }
}
.features {
  margin-top: 7rem;
}
.features .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features__item {
  text-align: center;
  width: 25%;
  padding: 1em;
}
.features__item > div {
  max-width: 19.5rem;
  margin: 0 auto;
}
.features h3 {
  font-size: 2rem;
  margin-top: 0;
}
@media only screen and (max-width : 960px) {
  .features__item {
    padding: 0.5em;
  }
  .features h3 {
    font-size: 1.5rem;
  }
}
@media (max-width : 650px) {
  .features {
    margin-top: 3rem;
  }
  .features__item {
    width: 50%;
  }
  .features__item br {
    display: none;
  }
}
.trailer {
  position: relative;
}
.trailer__video {
  width: 80%;
}
.trailer .video-bg {
  padding-bottom: 56.28517824%;
  position: relative;
  display: block;
}
.trailer .video-bg::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: url(../images/loop-shadow.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.trailer .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show-anim {
  opacity: 0;
}
.character {
  position: absolute;
}
.character > div {
  background: no-repeat 50% 0%;
  background-size: 100%;
}
.character.img1 {
  max-width: 43%;
  width: 32.88888889rem;
  left: -22%;
  top: -80%;
}
@media only screen and (max-width : 960px) {
  .character.img1 {
    left: -12%;
  }
}
@media (max-width : 650px) {
  .character.img1 {
    left: 60%;
    top: -50%;
    max-width: 50%;
  }
}
.character.img1 > div {
  background-image: url(../images/img1.png);
  padding-bottom: 102.53378378%;
}
.character.img2 {
  max-width: 41%;
  width: 31.27777778rem;
  right: -15%;
  top: -25%;
}
@media only screen and (max-width : 960px) {
  .character.img2 {
    right: -5%;
  }
}
@media (max-width : 650px) {
  .character.img2 {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
  }
}
.character.img2 > div {
  background-image: url(../images/img2.png);
  padding-bottom: 89.87566607%;
}
.character.img3 {
  max-width: 32%;
  width: 25.05555556rem;
  right: 7%;
  bottom: 5%;
}
@media only screen and (max-width : 960px) {
  .character.img3 {
    right: 4%;
  }
}
@media (max-width : 650px) {
  .character.img3 {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
  }
}
.character.img3 > div {
  background-image: url(../images/img3.png);
  padding-bottom: 101.99556541%;
}
.character.img4 {
  max-width: 33%;
  width: 29.88888889rem;
  right: -7%;
  bottom: -15%;
  z-index: 2;
}
.character.img4 > div {
  background-image: url(../images/img4.png);
  padding-bottom: 104.64684015%;
}
@media (max-width : 650px) {
  .character.img4 {
    max-width: 53%;
    bottom: -45%;
  }
}
.character.img5 {
  max-width: 22%;
  width: 21.72222222rem;
  bottom: 10%;
  left: 17%;
}
@media (max-width : 650px) {
  .character.img5 {
    max-width: 36%;
    bottom: auto;
    top: -32%;
    left: 29%;
  }
}
.character.img5 > div {
  background-image: url(../images/img5.png);
  padding-bottom: 119.9488491%;
}
.character.img6 {
  max-width: 22%;
  width: 21rem;
  bottom: 40%;
  left: 0;
}
@media (max-width : 650px) {
  .character.img6 {
    max-width: 35%;
    bottom: auto;
    top: -35%;
  }
}
.character.img6 > div {
  background-image: url(../images/img6.png);
  padding-bottom: 102.91005291%;
}
.steam-widget {
  max-width: 646px;
  margin: 4em auto 4em;
}
.steam-widget iframe {
  max-width: 100%;
}
.press-pack {
  margin: 4em auto 5em;
  text-align: center;
}
.single-page {
  width: 92%;
  max-width: 58rem;
  margin: 0 auto 12rem;
}
@media only screen and (max-width : 960px) {
  .single-page {
    margin-bottom: 8rem;
  }
}
.single-page__title {
  text-align: center;
}
.single-page a {
  color: inherit;
  text-decoration: underline;
}
.single-page a:hover {
  text-decoration: none;
}
.single-page .wp-caption {
  width: 100% !important;
  margin: 1em auto;
  font-size: 0.7em;
}
.single-page .wp-caption-text {
  margin-top: 0.5em;
}
.single-page .alignleft {
  float: left;
  margin: 0.9em 25px 1em 0px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .single-page .alignleft {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.single-page .alignright {
  float: right;
  margin: 0.9em 0 1em 25px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .single-page .alignright {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.single-page .aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin: 2em auto;
}
.single-page blockquote {
  margin: 0em 0 2em 0;
  position: relative;
  font-size: 1.125em;
  padding: 1px 2em;
  border-top: 3px solid #ff4e00;
  border-bottom: 3px solid #ff7700;
}
.single-page ol {
  list-style-position: inside;
}
.single-page ul {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.single-page ul > li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.single-page ul > li:before {
  content: '●';
  position: absolute;
  color: #ff45a1;
  font-size: 0.8em;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.3333rem;
}
.single-page ul.wp-block-gallery {
  list-style: none;
}
.single-page ul.wp-block-gallery > li {
  padding: 0;
}
.single-page ul.wp-block-gallery > li::before {
  display: none;
}
.single-page img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-page p {
  margin: 1em 0 2em;
}
.single-page p:first-child {
  margin-top: 0;
}
.unordered-list {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.unordered-list > li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 1em 0;
}
.unordered-list > li:before {
  content: '+';
  font-weight: 700;
  position: absolute;
  color: #ff45a1;
  font-size: 1.2em;
  left: 0;
  top: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 0.8;
  border-radius: 30px;
  border: 2px solid #ff45a1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-icon-block {
  list-style: none;
  margin-bottom: 1em;
}
.list-icon-block > li {
  padding-left: 100px;
  margin-bottom: 3em;
  position: relative;
}
.list-icon-block > li:last-child {
  margin-bottom: 2em;
}
.list-icon-block__icon {
  position: absolute;
  left: 0;
  width: 75px;
  font-size: 57px;
}
.list-icon-block__icon span {
  display: block;
  line-height: 1;
  color: #ff45a1;
}
.list-icon-block__icon span::before {
  margin: 0;
}