@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,500,600,700,800&display=swap);
.header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 100px; }
  @media (min-width: 37.5em) {
    .header {
      padding-left: 100px; } }
  @media screen and (min-width: 1091px) {
    .header {
      padding-left: 130px; } }
  .header .mobile-overlay {
    display: none;
    pointer-events: none;
    height: 100vh; }
  .header__back {
    display: flex;
    align-items: center;
    background: #171717;
    height: 80px;
    padding-right: 25px;
    padding-left: 15px;
    cursor: pointer;
    margin-top: 30px; }
    .header__back.desktop {
      display: none;
      margin-top: 0;
      height: 60px; }
      @media screen and (min-width: 940px) {
        .header__back.desktop {
          display: flex;
          height: 60px; } }
    .header__back i {
      display: block; }
    .header__back .return {
      width: 15px;
      margin-right: 10px; }
    .header__back p {
      font-size: 10px;
      white-space: nowrap;
      color: #8e8e8e;
      font-weight: 600;
      font-family: Montserrat;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .header__back .logo svg {
      width: 70px;
      fill: white;
      margin-left: 10px; }
      @media screen and (min-width: 1091px) {
        .header__back .logo svg {
          width: 80px; } }
  @media screen and (max-width: 939px) {
    .header {
      justify-content: space-between; }
      .header .mobile-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100vh;
        transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1) 200ms;
        opacity: 0; }
        .header .mobile-overlay.active {
          opacity: 1; } }
  .header__logo {
    display: block;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    cursor: pointer; }
    .header__logo.active {
      pointer-events: none; }
    @media screen and (min-width: 1091px) {
      .header__logo {
        width: 130px;
        height: 130px; } }
    .header__logo img {
      display: block;
      width: 100%;
      height: 100%; }
  .header__content {
    height: 60px;
    background: #272727;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px; }
    @media screen and (max-width: 939px) {
      .header__content {
        display: none; } }
    @media screen and (min-width: 1091px) {
      .header__content {
        padding: 0 30px; } }
    .header__content__links {
      font-family: Montserrat;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 2.6rem;
      letter-spacing: 1px; }
      @media screen and (min-width: 1091px) {
        .header__content__links {
          font-size: 16px; } }
      .header__content__links__link {
        margin-right: 20px;
        padding-bottom: 1px;
        cursor: pointer;
        color: white;
        transition: color 200ms cubic-bezier(0, 0, 0.2, 1); }
        @media screen and (min-width: 1091px) {
          .header__content__links__link {
            margin-right: 30px; } }
        body:not(.touch) .header__content__links__link:hover {
          color: #5eb4ff; }
        @media screen and (min-width: 920px) {
          .header__content__links__link.active {
            color: #5eb4ff;
            border-bottom: 2px solid #5eb4ff;
            pointer-events: none; } }
    .header__content__social-links {
      display: flex;
      align-items: center; }
      .header__content__social-links__follow {
        font-size: 12px;
        font-family: Montserrat;
        font-weight: 800;
        text-transform: uppercase;
        color: #aeaeae;
        margin-right: 20px; }
        @media screen and (min-width: 1091px) {
          .header__content__social-links__follow {
            font-size: 14px; } }
      .header__content__social-links__link {
        width: 30px;
        padding: 6px;
        border: 1px solid #aeaeae;
        border-radius: 50%;
        margin-right: 10px;
        transition: border-color 200ms cubic-bezier(0, 0, 0.2, 1); }
        @media screen and (min-width: 1091px) {
          .header__content__social-links__link {
            width: 35px;
            padding: 8px; } }
        .header__content__social-links__link:last-child {
          margin-right: 0; }
        .header__content__social-links__link svg {
          display: block; }
          .header__content__social-links__link svg path {
            fill: #aeaeae;
            transition: fill 200ms cubic-bezier(0, 0, 0.2, 1); }
        body:not(.touch) .header__content__social-links__link:hover.twitter {
          border-color: #38a1f3; }
          body:not(.touch) .header__content__social-links__link:hover.twitter svg path {
            fill: #38a1f3; }
        body:not(.touch) .header__content__social-links__link:hover.facebook {
          border-color: #4267b2; }
          body:not(.touch) .header__content__social-links__link:hover.facebook svg path {
            fill: #4267b2; }
        body:not(.touch) .header__content__social-links__link:hover.youtube {
          border-color: #ff0000; }
          body:not(.touch) .header__content__social-links__link:hover.youtube svg path {
            fill: #ff0000; }
        body:not(.touch) .header__content__social-links__link:hover.instagram {
          border-color: #e1306c; }
          body:not(.touch) .header__content__social-links__link:hover.instagram svg path {
            fill: #e1306c; }
        body:not(.touch) .header__content__social-links__link:hover.discord {
          border-color: #7289da; }
          body:not(.touch) .header__content__social-links__link:hover.discord svg path {
            fill: #7289da; }
    .header__content--mobile {
      display: none;
      padding: 30px 25px;
      width: 100%;
      justify-content: flex-end; }
      @media screen and (max-width: 939px) {
        .header__content--mobile {
          display: flex; } }
      .header__content--mobile .hamburger-button {
        width: 25px;
        height: 4px;
        position: relative;
        background: white;
        border-radius: 4px;
        transition: background 250ms cubic-bezier(0, 0, 0.2, 1); }
        .header__content--mobile .hamburger-button.dark {
          background: black; }
          .header__content--mobile .hamburger-button.dark::before, .header__content--mobile .hamburger-button.dark::after {
            background: black; }
        .header__content--mobile .hamburger-button::before, .header__content--mobile .hamburger-button::after {
          content: '';
          width: 25px;
          height: 4px;
          position: absolute;
          background: white;
          border-radius: 4px;
          top: -8px;
          transition: background 250ms cubic-bezier(0, 0, 0.2, 1); }
        .header__content--mobile .hamburger-button::after {
          bottom: -8px;
          top: auto; }
      .header__content--mobile .mobile-menu {
        position: absolute;
        overflow: scroll;
        width: 70%;
        max-width: 300px;
        background: #272727;
        right: 0;
        top: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        will-change: height, transform;
        transform: translateX(105%);
        transition: transform 500ms cubic-bezier(0, 0, 0.2, 1), height 300ms cubic-bezier(0, 0, 0.2, 1); }
        .header__content--mobile .mobile-menu.active {
          transform: translateX(0%); }
        .header__content--mobile .mobile-menu .top {
          display: flex;
          flex-direction: column; }
        .header__content--mobile .mobile-menu .link {
          color: white;
          padding: 15px 40px;
          border-top: 2px solid #1e1e1e;
          font-family: Montserrat;
          font-weight: 800;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          position: relative; }
          .header__content--mobile .mobile-menu .link.active {
            color: #5eb4ff; }
            .header__content--mobile .mobile-menu .link.active::before {
              content: '';
              width: 25px;
              height: 4px;
              background: #5eb4ff;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              z-index: 3; }
          .header__content--mobile .mobile-menu .link:last-child {
            border-bottom: 2px solid #1e1e1e; }
        .header__content--mobile .mobile-menu .social-links {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          max-width: 200px;
          margin: 0 auto; }
          .header__content--mobile .mobile-menu .social-links__follow {
            margin-top: 20px;
            width: 100%;
            text-align: center;
            font-size: 14px;
            font-family: Montserrat;
            font-weight: 800;
            text-transform: uppercase;
            color: #aeaeae;
            margin-bottom: 15px;
            letter-spacing: 1px; }
          .header__content--mobile .mobile-menu .social-links__link {
            width: 50px;
            padding: 10px;
            border: 1px solid rgba(174, 174, 174, 0.3);
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 10px;
            transition: border-color 200ms cubic-bezier(0, 0, 0.2, 1);
            display: block; }
            .header__content--mobile .mobile-menu .social-links__link svg {
              display: block; }
              .header__content--mobile .mobile-menu .social-links__link svg path {
                fill: #aeaeae;
                transition: fill 200ms cubic-bezier(0, 0, 0.2, 1); }
      .header__content--mobile .close-button {
        border: none;
        background: none;
        width: 35px;
        margin: 20px 25px 20px auto; }
        .header__content--mobile .close-button svg path {
          fill: white;
          stroke-width: 3px; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 5001;
  background: white;
  pointer-events: none; }
  .loader p {
    color: #1d2127; }
  .loader .blobs {
    -webkit-filter: url(#goo);
            filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    transform-style: preserve-3d; }
    .loader .blobs .blob-center {
      transform-style: preserve-3d;
      position: absolute;
      background: #792dc2;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      transform-origin: left top;
      transform: scale(0.9) translate(-50%, -50%);
      -webkit-animation: blob-grow linear 3s infinite;
              animation: blob-grow linear 3s infinite;
      border-radius: 50%;
      box-shadow: 0 -10px 40px -5px #792dc2; }
    .loader .blobs .blob {
      position: absolute;
      background: #792dc2;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -webkit-animation: blobs ease-out 3s infinite;
              animation: blobs ease-out 3s infinite;
      transform: scale(0.9) translate(-50%, -50%);
      transform-origin: center top;
      opacity: 0; }
      .loader .blobs .blob:nth-child(1) {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .loader .blobs .blob:nth-child(2) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .loader .blobs .blob:nth-child(3) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .loader .blobs .blob:nth-child(4) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
      .loader .blobs .blob:nth-child(5) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

* {
  font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: none; }

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

* {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 14px;
  color: #fff; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

body.focus *:focus {
  outline: thin dotted; }

:root {
  font-size: 62.5%; }

body > img {
  display: none; }

body h1,
body h2,
body h3,
body p,
body button {
  font-family: Montserrat;
  font-weight: normal; }

body svg {
  display: block;
  width: 100%;
  height: 100%; }

body #app img {
  display: block; }

body .title {
  font-weight: 300;
  text-transform: uppercase;
  color: white; }
  body .title.bold {
    font-weight: 800; }

body button {
  text-transform: uppercase; }
  body button.rounded {
    border-radius: 70px; }

body h1 {
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4); }
  @media (min-width: 37.5em) {
    body h1 {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: 0; } }
  @media (min-width: 64em) {
    body h1 {
      font-size: 6rem;
      line-height: 7rem;
      letter-spacing: 0; } }

body h2 {
  font-size: 2.5rem;
  line-height: 4.8rem;
  letter-spacing: 0rem; }
  @media (min-width: 37.5em) {
    body h2 {
      font-size: 3rem;
      line-height: 3.4rem;
      letter-spacing: 0rem; } }
  @media (min-width: 64em) {
    body h2 {
      font-size: 4rem;
      line-height: 4.2rem;
      letter-spacing: 0rem; } }
  @media (min-width: 90em) {
    body h2 {
      font-size: 4rem;
      line-height: 4.2rem;
      letter-spacing: 0rem; } }

body h3 {
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: 0rem;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4); }
  @media (min-width: 37.5em) {
    body h3 {
      font-size: 3.2rem;
      line-height: 4rem;
      letter-spacing: 0rem; } }
  @media (min-width: 64em) {
    body h3 {
      font-size: 3.2rem;
      line-height: 4.1rem;
      letter-spacing: 0rem; } }
  @media (min-width: 90em) {
    body h3 {
      font-size: 3.2rem;
      line-height: 4.1rem;
      letter-spacing: 0rem; } }

body p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0rem; }
  @media (min-width: 37.5em) {
    body p {
      font-size: 1.4rem;
      line-height: 2.6rem;
      letter-spacing: 0rem; } }
  @media (min-width: 64em) {
    body p {
      font-size: 1.6rem;
      line-height: 2.8rem;
      letter-spacing: 0rem; } }
  @media (min-width: 90em) {
    body p {
      font-size: 1.6rem;
      line-height: 2.8rem;
      letter-spacing: 0rem; } }

body .generic-page {
  padding: 130px; }

body .container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  body .container.featured-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10rem;
    padding-top: 5rem; }
    @media (min-width: 37.5em) {
      body .container.featured-container {
        padding-top: 10rem; } }

body #app {
  background: #fff;
  overflow-x: hidden; }

.slide-left-fade-enter {
  opacity: 0;
  transform: translateX(30%); }

.slide-left-fade-enter-active {
  transform: translateX(0%);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1); }

.slide-left-fade-exit {
  transform: translateX(0%);
  opacity: 1; }

.slide-left-fade-exit-active {
  transform: translateX(-30%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1); }

.slide-right-fade-enter {
  opacity: 0;
  transform: translateX(-30%); }

.slide-right-fade-enter-active {
  transform: translateX(0%);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1); }

.slide-right-fade-exit {
  transform: translateX(0%);
  opacity: 1; }

.slide-right-fade-exit-active {
  transform: translateX(30%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1); }

.fade-enter {
  opacity: 0; }

.fade-enter-active {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1); }

.fade-exit {
  opacity: 1; }

.fade-exit-active {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1); }

.fade-fast-enter {
  opacity: 0; }

.fade-fast-enter-active {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0, 0, 0.2, 1); }

.fade-fast-exit {
  opacity: 1; }

.fade-fast-exit-active {
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.2, 1); }

@-webkit-keyframes lineAnimation {
  0% {
    left: 0%;
    width: 100%; }
  50% {
    left: 100%;
    width: 0%; }
  51% {
    left: 0%;
    width: 0%; }
  100% {
    left: 0%;
    width: 100%; } }

@keyframes lineAnimation {
  0% {
    left: 0%;
    width: 100%; }
  50% {
    left: 100%;
    width: 0%; }
  51% {
    left: 0%;
    width: 0%; }
  100% {
    left: 0%;
    width: 100%; } }

@-webkit-keyframes copyAnimation {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.7; } }

@keyframes copyAnimation {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.7; } }

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%,
  65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%,
  65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@-webkit-keyframes blob-grow {
  0%,
  39% {
    transform: scale(0) translate(-50%, -50%); }
  40%,
  42% {
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%,
  44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%,
  46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%,
  48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%,
  70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%,
  81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%,
  83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%,
  85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%,
  87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%,
  91% {
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%,
  100% {
    transform: scale(0) translate(-50%, -50%); } }

@keyframes blob-grow {
  0%,
  39% {
    transform: scale(0) translate(-50%, -50%); }
  40%,
  42% {
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%,
  44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%,
  46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%,
  48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%,
  70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%,
  81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%,
  83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%,
  85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%,
  87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%,
  91% {
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%,
  100% {
    transform: scale(0) translate(-50%, -50%); } }

.about__content {
  color: black;
  padding-top: 20px; }
  @media (min-width: 37.5em) {
    .about__content {
      padding-top: 80px; } }
  .about__content h2 {
    font-weight: 400;
    margin-bottom: 20px; }
  .about__content h3 {
    font-weight: 700;
    color: black;
    font-size: 20px;
    text-shadow: none; }
  .about__content p {
    margin-bottom: 25px; }
  .about__content__form {
    margin-top: 50px; }
    .about__content__form p {
      margin-bottom: 10px; }
    .about__content__form form {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .about__content__form form input {
        border: 1px solid #aeaeae;
        width: 100%;
        max-width: 300px;
        font-size: 16px;
        min-width: 275px;
        color: #aeaeae;
        border-radius: 30px;
        font-family: Montserrat;
        padding: 5px 15px;
        margin-right: 15px;
        margin-top: 15px;
        height: 36px; }
        @media (min-width: 37.5em) {
          .about__content__form form input {
            width: auto;
            font-size: 14px; } }
        .about__content__form form input::-webkit-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #aeaeae; }
        .about__content__form form input::-moz-placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #aeaeae; }
        .about__content__form form input:-ms-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #aeaeae; }
        .about__content__form form input::-ms-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #aeaeae; }
        .about__content__form form input::placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #aeaeae; }
          @media (min-width: 37.5em) {
            .about__content__form form input::-webkit-input-placeholder {
              font-size: 12px; }
            .about__content__form form input::-moz-placeholder {
              font-size: 12px; }
            .about__content__form form input:-ms-input-placeholder {
              font-size: 12px; }
            .about__content__form form input::-ms-input-placeholder {
              font-size: 12px; }
            .about__content__form form input::placeholder {
              font-size: 12px; } }
      .about__content__form form button {
        text-transform: none;
        text-transform: initial;
        font-weight: 600;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
        min-width: 200px;
        font-family: Montserrat;
        background: #5eb4ff;
        margin-top: 15px;
        height: 36px;
        color: white;
        border-radius: 30px;
        padding: 8px 15px;
        border: none;
        transition: background 300ms cubic-bezier(0, 0, 0.2, 1); }
        @media (min-width: 37.5em) {
          .about__content__form form button {
            width: auto; } }
        body:not(.touch) .about__content__form form button:hover {
          background: #2b9cff; }
  .about__content__games {
    margin-top: 50px;
    margin-bottom: 50px; }
    .about__content__games__list {
      display: grid;
      grid-gap: 20px;
      gap: 20px;
      margin-top: 10px;
      margin-bottom: 20px; }
      @media (min-width: 37.5em) {
        .about__content__games__list {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 64em) {
        .about__content__games__list {
          grid-template-columns: repeat(3, 1fr); } }
      .about__content__games__list__item {
        font-size: 16px;
        font-family: Montserrat;
        color: #5eb4ff;
        font-weight: 600;
        transition: color 300ms cubic-bezier(0, 0, 0.2, 1); }
        body:not(.touch) .about__content__games__list__item:hover {
          color: #0084f7; }
      .about__content__games__list a.about__content__games__list__item {
        text-decoration: underline; }

.contact__content {
  color: black;
  padding-top: 20px; }
  @media (min-width: 37.5em) {
    .contact__content {
      padding-top: 80px; } }
  .contact__content h2 {
    font-weight: 400;
    margin-bottom: 20px; }
  .contact__content h3 {
    font-weight: 700;
    color: black;
    font-size: 20px;
    text-shadow: none; }
  .contact__content p {
    margin-bottom: 15px; }
  .contact__content a {
    color: #5eb4ff;
    text-decoration: underline; }
  .contact__content .button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    min-width: 255px;
    height: 40px;
    border-radius: 30px;
    padding: 10px 0;
    color: white;
    font-family: Montserrat;
    background: #5eb4ff;
    text-transform: none;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 1;
    border: none;
    transition: background 300ms cubic-bezier(0, 0, 0.2, 1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-top: 10px; }
    @media (min-width: 37.5em) {
      .contact__content .button {
        margin-right: 30px;
        width: auto; } }
    .contact__content .button i {
      margin-right: 5px; }
      .contact__content .button i svg {
        width: 13px; }
        .contact__content .button i svg path {
          fill: #5eb4ff;
          transition: fill 300ms cubic-bezier(0, 0, 0.2, 1); }
    body:not(.touch) .contact__content .button:hover {
      background: #0084f7; }
    .contact__content .button.inverted {
      color: #5eb4ff;
      border: 2px solid #5eb4ff;
      background: white;
      transition: color 300ms cubic-bezier(0, 0, 0.2, 1), background 300ms cubic-bezier(0, 0, 0.2, 1); }
      body:not(.touch) .contact__content .button.inverted:hover {
        color: white;
        background: #5eb4ff; }
        body:not(.touch) .contact__content .button.inverted:hover i svg path {
          fill: white; }
  .contact__content__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  .contact__content__social {
    display: flex;
    padding-bottom: 80px; }
    .contact__content__social .link {
      width: 45px;
      padding: 10px;
      border-color: #606060; }
      .contact__content__social .link i svg path {
        fill: #606060; }

.scaling-background {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 500px; }
  .scaling-background > video,
  .scaling-background > div {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .scaling-background > video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 2; }
  .scaling-background,
  .scaling-background > .scaling-background__svg {
    pointer-events: none; }

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: black; }
  .hero-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
    pointer-events: none; }
    .hero-carousel__item.visible {
      opacity: 1;
      pointer-events: all; }
      .hero-carousel__item.visible .title,
      .hero-carousel__item.visible .button,
      .hero-carousel__item.visible .subtitle {
        opacity: 1;
        transform: translateY(0); }
    .hero-carousel__item__copy {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      text-align: center;
      bottom: 9rem;
      z-index: 3; }
      @media (max-width: 46.875em) {
        .hero-carousel__item__copy h1 {
          font-size: 4.6rem; } }
      @media (min-width: 37.5em) {
        .hero-carousel__item__copy {
          width: auto;
          text-align: left;
          transform: none;
          left: 130px;
          bottom: auto;
          bottom: 15rem; } }
      @media (min-width: 64em) {
        .hero-carousel__item__copy {
          left: 130px;
          top: 55%;
          transform: translateY(-50%);
          bottom: auto;
          max-width: 60%; } }
      .hero-carousel__item__copy .title {
        transform: translateY(-30px);
        transition: opacity 700ms cubic-bezier(0, 0, 0.2, 1) 400ms, transform 700ms cubic-bezier(0, 0, 0.2, 1) 400ms; }
      .hero-carousel__item__copy .title,
      .hero-carousel__item__copy .subtitle,
      .hero-carousel__item__copy .button {
        opacity: 0; }
      .hero-carousel__item__copy .subtitle {
        transition: opacity 700ms cubic-bezier(0, 0, 0.2, 1) 800ms; }
      .hero-carousel__item__copy .button {
        transition: opacity 700ms cubic-bezier(0, 0, 0.2, 1) 800ms, background 200ms ease; }
      .hero-carousel__item__copy .subtitle {
        margin-top: 3rem;
        font-size: 2rem;
        line-height: 3rem;
        max-width: 600px; }
      .hero-carousel__item__copy .buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center; }
        @media (min-width: 37.5em) {
          .hero-carousel__item__copy .buttons {
            justify-content: flex-start; } }
      .hero-carousel__item__copy a {
        width: 100%;
        max-width: 300px; }
        @media (min-width: 37.5em) {
          .hero-carousel__item__copy a {
            width: auto;
            margin-right: 20px; } }
      .hero-carousel__item__copy .button {
        flex-grow: 1;
        flex-shrink: 0;
        background: none;
        border: none;
        color: white;
        padding: 18px 60px;
        font-weight: 600;
        margin-top: 4rem;
        width: 100%;
        height: 55px;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); }
        @media (min-width: 37.5em) {
          .hero-carousel__item__copy .button {
            width: auto;
            height: auto; } }
        .hero-carousel__item__copy .button .button-background {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: inherit;
          z-index: -1;
          opacity: 0;
          transform-origin: 0 50%;
          transform: scale3d(0.25, 1, 1);
          transition: all 0.2s ease-out; }
        body:not(.touch) .hero-carousel__item__copy .button:hover .button-background {
          opacity: 1;
          transform: scale3d(1.02, 1.02, 1);
          transition: all 0.2s ease; }

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center; }
  @media (min-width: 37.5em) {
    .hero-controls {
      transform: translateX(0);
      bottom: 5%;
      left: 130px; } }
  .hero-controls__button {
    position: relative;
    width: 50px;
    height: 21px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid white;
    padding: 5px 0;
    border-radius: 10px;
    display: none;
    overflow: hidden; }
    @media (min-width: 64em) {
      .hero-controls__button {
        display: block; } }
    .hero-controls__button--prev {
      margin-right: 36px; }
    .hero-controls__button svg {
      transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .hero-controls__button span,
    .hero-controls__button svg,
    .hero-controls__button path {
      pointer-events: none; }
    .hero-controls__button span.invert-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 9px;
      top: 5px;
      transform: translate(100%, 0%); }
      .hero-controls__button span.invert-icon svg {
        transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
        .hero-controls__button span.invert-icon svg path {
          fill: #000; }
    .hero-controls__button:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      z-index: -1;
      border-radius: 8px;
      transform: translate(100%, 0%);
      transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      width: 110%; }
    .hero-controls__button--next {
      margin-left: 16px; }
      .hero-controls__button--next svg {
        transform: rotate(180deg); }
      body:not(.touch) .hero-controls__button--next:hover svg {
        transform: translate(100%, 0%) rotate(180deg) !important; }
      .hero-controls__button--next:after {
        transform: translate(-100%, 0%); }
      .hero-controls__button--next span.invert-icon {
        transform: translate(-100%, 0%); }
    body:not(.touch) .hero-controls__button:hover svg {
      transform: translate(-100%, 0%); }
    body:not(.touch) .hero-controls__button:hover:after {
      opacity: 1;
      transform: scale3d(1, 1, 1); }
  .hero-controls__list {
    display: flex; }
    .hero-controls__list__item {
      margin-right: 20px;
      transition: transform 500ms cubic-bezier(0, 0, 0.2, 1); }
      .hero-controls__list__item__indicator {
        width: 75px;
        height: 4px;
        background: #5c535d;
        margin-bottom: 15px; }
        @media (min-width: 37.5em) {
          .hero-controls__list__item__indicator {
            width: 120px; } }
        .hero-controls__list__item__indicator__inner {
          background: #5eb4ff;
          width: 0%;
          height: 100%; }
      .hero-controls__list__item__copy {
        font-family: Lato;
        color: white;
        width: 120px;
        font-size: 1.4rem;
        line-height: 1.5rem;
        display: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: underline !important;
        -webkit-text-decoration-color: rgba(255, 255, 255, 0) !important;
                text-decoration-color: rgba(255, 255, 255, 0) !important;
        transition: -webkit-text-decoration-color 250ms cubic-bezier(0, 0, 0.2, 1);
        transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.2, 1);
        transition: text-decoration-color 250ms cubic-bezier(0, 0, 0.2, 1), -webkit-text-decoration-color 250ms cubic-bezier(0, 0, 0.2, 1);
        cursor: pointer; }
        @media (min-width: 37.5em) {
          .hero-controls__list__item__copy {
            display: block; } }
        .hero-controls__list__item__copy:visited {
          color: white; }
        body:not(.touch) .hero-controls__list__item__copy:hover {
          -webkit-text-decoration-color: white !important;
                  text-decoration-color: white !important; }

.appearable {
  width: 100%; }
  .appearable .ap-child {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .appearable .ap-child.ap-child--1 {
      transition-delay: 85ms !important; }
    .appearable .ap-child.ap-child--2 {
      transition-delay: 170ms !important; }
    .appearable .ap-child.ap-child--3 {
      transition-delay: 255ms !important; }
    .appearable .ap-child.ap-child--4 {
      transition-delay: 340ms !important; }
    .appearable .ap-child.ap-child--5 {
      transition-delay: 425ms !important; }
    .appearable .ap-child.ap-child--6 {
      transition-delay: 510ms !important; }
    .appearable .ap-child.ap-child--7 {
      transition-delay: 595ms !important; }
    .appearable .ap-child.ap-child--8 {
      transition-delay: 680ms !important; }
    .appearable .ap-child.ap-child--9 {
      transition-delay: 765ms !important; }
    .appearable .ap-child.ap-child--10 {
      transition-delay: 850ms !important; }

#app.mounted .appearable--is-visible .ap-child {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.scroll-prompt {
  position: absolute;
  top: 85%;
  left: -30px;
  color: white;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: rotate(90deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 37.5em) {
    .scroll-prompt {
      left: -15px;
      top: 90%; } }
  .scroll-prompt p {
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.95px;
    font-size: 13px;
    line-height: 1;
    -webkit-animation: copyAnimation 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
            animation: copyAnimation 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards; }
  .scroll-prompt__line {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    overflow: hidden;
    margin-right: 8px;
    opacity: 0.75; }
    .scroll-prompt__line__inner {
      position: absolute;
      width: 100%;
      height: 100%;
      background: white;
      -webkit-animation: lineAnimation 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
              animation: lineAnimation 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards; }

.hero {
  height: 85vh;
  width: 100%;
  min-height: 65rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 37.5em) {
    .hero {
      height: 95vh; } }
  .hero .scaling-background {
    min-height: 65rem; }
  .hero__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 130px;
    height: 130px; }
    @media (min-width: 64em) {
      .hero__logo {
        width: 200px;
        height: 200px; } }
  .hero .appearable--is-visible .hero-controls {
    transform: translate3d(-50%, 0, 0) !important; }
    @media (min-width: 37.5em) {
      .hero .appearable--is-visible .hero-controls {
        transform: translate3d(0, 0, 0) !important; } }

.coming-soon {
  position: relative;
  padding-top: 5rem; }
  @media (min-width: 37.5em) {
    .coming-soon {
      padding-top: 10rem; } }
  .coming-soon .title {
    color: black;
    margin-bottom: 5rem; }
  .coming-soon__inner {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex; }
    @media (min-width: 37.5em) {
      .coming-soon__inner {
        display: block;
        overflow: unset; } }
  .coming-soon__list {
    display: flex; }
    .coming-soon__list__overlay {
      position: absolute;
      pointer-events: none;
      right: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, white 100%) 0% 0% no-repeat; }
      @media (min-width: 37.5em) {
        .coming-soon__list__overlay {
          display: none; } }
    .coming-soon__list__item {
      min-width: 220px; }
      .coming-soon__list__item:not(:last-child) {
        margin-right: 16px; }
      .coming-soon__list__item.size--25 {
        width: 25%; }
      .coming-soon__list__item.size--33 {
        width: 33%; }
      .coming-soon__list__item.size--50 {
        width: 50%; }
      .coming-soon__list__item.size--100 {
        width: 50%; }
      .coming-soon__list__item:last-child {
        margin-right: 50px; }
        @media (min-width: 37.5em) {
          .coming-soon__list__item:last-child {
            margin-right: 0; } }
      .coming-soon__list__item a {
        display: block;
        position: relative;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        width: 100%; }
        .coming-soon__list__item a img {
          transition: transform 0.2s ease;
          border-radius: 20px;
          width: 100%;
          position: relative; }
        .coming-soon__list__item a svg {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
          transform: scale(1.01);
          pointer-events: none; }
          .coming-soon__list__item a svg rect:last-child {
            transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1), stroke-dasharray 1s cubic-bezier(0.23, 1, 0.32, 1);
            stroke-linejoin: round;
            stroke-linecap: round; }
      body:not(.touch) .coming-soon__list__item:hover img {
        transform: scale3d(0.98, 0.98, 1); }
      body:not(.touch) .coming-soon__list__item:hover a:after {
        opacity: 1;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border-radius: 30px;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 1; }
      body:not(.touch) .coming-soon__list__item:hover svg {
        transform: scale(1);
        opacity: 1; }

.inverted-button {
  background: rgba(154, 45, 194, 0);
  border: 2px solid #9a2dc2;
  display: flex;
  font-family: Montserrat;
  font-weight: bold;
  align-items: center;
  line-height: 1;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 15px 5px 29px;
  border-radius: 70px;
  white-space: nowrap;
  overflow: hidden; }
  @media (min-width: 37.5em) {
    .inverted-button {
      font-size: 13px; } }
  @media (min-width: 64em) {
    .inverted-button {
      padding: 7px 19px;
      padding-left: 35px; } }
  .inverted-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #9a2dc2;
    z-index: -1;
    border-radius: inherit;
    transform: translate(-100%, 0%);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .inverted-button .copy {
    color: #9a2dc2; }
  body:not(.touch) .inverted-button:hover .copy {
    color: white; }
  body:not(.touch) .inverted-button:hover:after {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1) scale(1.2); }
  body:not(.touch) .inverted-button:hover svg path {
    fill: white; }
  .inverted-button i {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 15px; }
    .inverted-button i.plusIcon {
      transform: translateY(-50%);
      width: 9px;
      height: 12px;
      left: 13px; }
    .inverted-button i svg path {
      fill: #9a2dc2;
      transition: fill 250ms cubic-bezier(0, 0, 0.2, 1); }

.banner {
  pointer-events: none;
  position: absolute;
  background: white;
  bottom: 10%;
  right: 0;
  width: 80%;
  max-width: 120px; }
  .banner p {
    color: #9a2dc2;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 37.5em) {
      .banner p {
        font-size: 2rem; } }
  .banner__left {
    right: auto;
    left: 0; }

.platform-filter {
  width: 100%;
  position: relative; }
  .platform-filter__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, white 100%) 0% 0% no-repeat;
    pointer-events: none; }
    @media screen and (min-width: 650px) {
      .platform-filter__overlay {
        display: none; } }
  .platform-filter__inner {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    overflow: scroll; }
    @media screen and (min-width: 650px) {
      .platform-filter__inner {
        overflow: hidden; } }
    .platform-filter__inner:after {
      content: '';
      display: flex;
      height: 20px;
      width: 100px; }
  .platform-filter__button {
    position: relative;
    border: none;
    background: none;
    color: #846f90;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 23px;
    transition: color 0.2s ease;
    white-space: nowrap; }
    .platform-filter__button:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #cbcbcb;
      border-radius: 20px;
      opacity: 0;
      transform: scale3d(0.7, 0.7, 1);
      transition: opacity 0.18s ease, transform 0.2s ease; }
    body:not(.touch) .platform-filter__button:hover {
      color: #1d2127; }
      body:not(.touch) .platform-filter__button:hover:after {
        opacity: 0.3;
        transform: scale3d(1, 1, 1); }
    .platform-filter__button.active {
      color: #ff2b76; }
  .platform-filter .offset {
    display: block;
    width: 70px;
    padding: 0 20px;
    height: 1px;
    opacity: 0; }
    @media screen and (min-width: 650px) {
      .platform-filter .offset {
        display: none; } }
  .platform-filter__active-line {
    position: absolute;
    bottom: 0;
    background: #ff2b76;
    height: 8px;
    border-radius: 10px 10px 0px 0px;
    transition: left 350ms cubic-bezier(0, 0, 0.2, 1), width 350ms cubic-bezier(0, 0, 0.2, 1); }

.game-library {
  padding-top: 5rem;
  margin-bottom: 5rem; }
  @media (min-width: 37.5em) {
    .game-library {
      padding-top: 10rem; } }
  .game-library__header {
    display: flex;
    align-items: center;
    margin-bottom: 3.4rem; }
    .game-library__header .title {
      color: black;
      margin-right: 3rem; }
    .game-library__header .inverted-button svg {
      transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); }
    .game-library__header .inverted-button--show-all i svg {
      transform: rotate(90deg); }
      .game-library__header .inverted-button--show-all i svg path {
        fill: white; }
    .game-library__header .inverted-button--show-all .copy {
      color: white; }
    .game-library__header .inverted-button--show-all:after {
      transform: scale3d(1.02, 1.02, 1);
      opacity: 1; }
  .game-library__list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 310px;
    transition: max-height 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 530px; }
    @media (min-width: 37.5em) {
      .game-library__list {
        max-height: 245px;
        max-width: 100%;
        justify-content: flex-start; } }
    @media (min-width: 64em) {
      .game-library__list {
        max-height: 305px; } }
    .game-library__list.showAll {
      max-height: 2500px !important; }
    .game-library__list__item {
      position: relative;
      height: 100%;
      margin: 4px;
      width: 31%; }
      @media (min-width: 37.5em) {
        .game-library__list__item {
          width: 23%; } }
      .game-library__list__item a {
        display: block;
        position: relative; }
        .game-library__list__item a::before {
          content: '';
          display: block;
          padding-top: 100%; }
        .game-library__list__item a img {
          position: absolute;
          top: 0;
          left: 0;
          transition: transform 0.2s ease;
          border-radius: 20px;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; }
      .game-library__list__item a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #9a2dc2;
        border-radius: 20px;
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.99, 0.99, 1);
        transform-origin: 50% 50%;
        transition: opacity 0.33s ease; }
      body:not(.touch) .game-library__list__item:hover img {
        transform: scale3d(0.95, 0.93, 1); }
      body:not(.touch) .game-library__list__item:hover a:after {
        opacity: 1; }
      @media (min-width: 37.5em) {
        .game-library__list__item img {
          border-radius: 20px; } }

.rating {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 57px;
  height: 86px; }

.platform-button-container {
  overflow: hidden;
  min-width: 150px;
  display: block;
  width: 30%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 10px;
  position: relative; }
  @media screen and (min-width: 650px) {
    .platform-button-container {
      width: 153px;
      height: 44px; } }
  .platform-button-container a {
    color: white;
    font-family: Montserrat; }

.platform-button {
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  overflow: hidden;
  transition: border-color 300ms cubic-bezier(0, 0, 0.2, 1);
  height: 44px;
  cursor: pointer; }
  .platform-button.android {
    padding: 0; }
  .platform-button:not(.android) svg path {
    fill: white; }
  .platform-button__fill {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 600ms cubic-bezier(0, 0, 0.2, 1), height 600ms cubic-bezier(0, 0, 0.2, 1);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none; }
  .platform-button.ps4_link .platform-button__fill {
    background-color: #003791; }
  .platform-button.switch_link .platform-button__fill {
    background-color: #e60012; }
  .platform-button.steam_link .platform-button__fill {
    background-color: #07afef; }
  .platform-button.xbox_link .platform-button__fill {
    background-color: #5dc21e; }
  .platform-button.ios_link .platform-button__fill, .platform-button.android .platform-button__fill {
    background-color: black; }
  .platform-button.epic_link .platform-button__fill {
    background-color: #007ced; }
  .platform-button.limited_link .platform-button__fill {
    background-color: #000000; }
  .platform-button.other_link .platform-button__fill {
    background-color: red; }
  body:not(.touch) .platform-button:hover.ps4_link {
    border-color: #003791; }
  body:not(.touch) .platform-button:hover.switch_link {
    border-color: #e60012; }
  body:not(.touch) .platform-button:hover.steam_link {
    border-color: #07afef; }
  body:not(.touch) .platform-button:hover.xbox_link {
    border-color: #5dc21e; }
  body:not(.touch) .platform-button:hover.ios_link, body:not(.touch) .platform-button:hover.android {
    border-color: black; }
  body:not(.touch) .platform-button:hover.epic_link {
    border-color: #007ced; }
  body:not(.touch) .platform-button:hover.limited_link {
    border-color: #000000; }
  body:not(.touch) .platform-button:hover.other_link {
    border-color: red; }
  body:not(.touch) .platform-button:hover .platform-button__fill {
    width: 400px;
    height: 400px; }

.developer-link {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer; }
  @media (min-width: 37.5em) {
    .developer-link {
      margin-right: 1.5rem; } }
  .developer-link i {
    display: block;
    width: 1.5rem;
    margin-right: 1rem; }
    .developer-link i svg path {
      fill: #ff2b76 !important; }
  body:not(.touch) .developer-link:hover a {
    color: #ff2b76; }
  .developer-link a {
    font-family: Montserrat;
    color: white;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-decoration: underline;
    text-transform: capitalize;
    transition: color 250ms cubic-bezier(0, 0, 0.2, 1);
    font-weight: 600; }
    @media (min-width: 37.5em) {
      .developer-link a {
        font-size: 2rem;
        line-height: 2.4rem; } }
  .developer-link.dark a {
    color: #1d2127; }
  .developer-link.dark svg path {
    fill: #ff2b76 !important; }

.detail-hero {
  overflow: hidden;
  position: relative;
  min-height: 60rem;
  height: 90vh; }
  @media (min-width: 37.5em) {
    .detail-hero {
      min-height: 80rem; }
      .detail-hero .scaling-background {
        min-height: 80rem; }
        .detail-hero .scaling-background img {
          min-height: 100%; } }
  .detail-hero__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 130px;
    height: 130px; }
    @media (min-width: 64em) {
      .detail-hero__logo {
        width: 170px;
        height: 170px; } }
  .detail-hero__inner {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 1000px;
    padding-right: 16px; }
    @media (min-width: 37.5em) {
      .detail-hero__inner {
        padding-right: 5rem;
        bottom: auto;
        left: 10rem;
        top: 55%;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1091px) {
      .detail-hero__inner {
        left: 13rem; } }
    .detail-hero__inner__categories {
      display: flex;
      line-height: 1.2;
      margin-top: 1.5rem;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-weight: 700; }
      .detail-hero__inner__categories span {
        padding: 0 1rem;
        border-right: 1px solid #cbcbcb; }
        .detail-hero__inner__categories span:last-child {
          border-right: none; }
        .detail-hero__inner__categories span:first-child {
          padding-left: 5px; }
    .detail-hero__inner__subtitle {
      margin-top: 4rem;
      font-weight: 700;
      font-size: 25px;
      display: none; }
      @media (min-width: 37.5em) {
        .detail-hero__inner__subtitle {
          display: block; } }
    .detail-hero__inner__copy {
      display: none; }
      @media (min-width: 37.5em) {
        .detail-hero__inner__copy {
          display: block; } }
    .detail-hero__inner__purchase {
      margin-top: 3rem; }
      @media (min-width: 37.5em) {
        .detail-hero__inner__purchase {
          margin-top: 5rem; } }
      .detail-hero__inner__purchase__callout {
        font-family: Montserrat;
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2rem; }
        @media (min-width: 37.5em) {
          .detail-hero__inner__purchase__callout {
            margin-bottom: 0; } }
      .detail-hero__inner__purchase__select {
        margin: 2px 0 10px 0;
        font-size: 1.3rem;
        letter-spacing: 0.65px;
        display: none; }
        @media (min-width: 37.5em) {
          .detail-hero__inner__purchase__select {
            display: block; } }
      .detail-hero__inner__purchase__links {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
    .detail-hero__inner__footer {
      margin-top: 7.4rem;
      align-items: flex-end;
      flex-wrap: wrap;
      align-items: center;
      display: none; }
      @media (min-width: 37.5em) {
        .detail-hero__inner__footer {
          display: flex; } }
      .detail-hero__inner__footer__rating {
        display: flex;
        align-items: center;
        margin-right: 4rem; }
        .detail-hero__inner__footer__rating .rating {
          position: static;
          margin-right: 2.5rem;
          margin-bottom: 2rem; }
          @media (min-width: 37.5em) {
            .detail-hero__inner__footer__rating .rating {
              margin-bottom: 0; } }
        .detail-hero__inner__footer__rating__copy p {
          text-transform: capitalize;
          font-size: 1.3rem;
          line-height: 1.6rem;
          font-weight: 600; }
      .detail-hero__inner__footer__developer {
        margin-top: 2rem; }
        .detail-hero__inner__footer__developer__copy {
          font-weight: 300;
          font-size: 1.6rem;
          margin-bottom: 5px; }
          .detail-hero__inner__footer__developer__copy .developer {
            font-weight: 600;
            font-size: 1.6rem; }
        .detail-hero__inner__footer__developer__links {
          display: flex; }
          .detail-hero__inner__footer__developer__links__link {
            display: flex;
            align-items: center;
            margin-right: 1rem; }
            .detail-hero__inner__footer__developer__links__link span {
              display: block;
              width: 2.5rem;
              margin-right: 1rem; }
              .detail-hero__inner__footer__developer__links__link span svg path {
                fill: #ff2b76 !important; }
          .detail-hero__inner__footer__developer__links .developer-link a {
            font-family: Montserrat;
            color: white;
            text-decoration: underline;
            text-transform: capitalize;
            font-size: 1.6rem;
            line-height: 2.4rem;
            font-weight: 600; }

.game-info {
  color: black;
  padding-top: 3rem; }
  @media (min-width: 37.5em) {
    .game-info {
      padding-top: 6rem; } }
  .game-info .title {
    color: black;
    text-transform: capitalize;
    margin-bottom: 1rem; }
    @media (min-width: 37.5em) {
      .game-info .title {
        margin-bottom: 3rem; } }
  .game-info .copy {
    margin-bottom: 3rem; }
  .game-info__reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4rem 0; }
    @media (min-width: 37.5em) {
      .game-info__reviews {
        margin: 10rem 0 7.6rem 0; } }
    .game-info__reviews__review {
      width: 90%;
      min-width: 30rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin: 2rem 0; }
      @media (min-width: 37.5em) {
        .game-info__reviews__review {
          width: 50%;
          max-width: 38.4rem; } }
      .game-info__reviews__review h4 {
        font-family: Montserrat;
        font-weight: 700;
        line-height: 2.4rem;
        text-align: center;
        margin-bottom: 3rem; }
        @media (min-width: 37.5em) {
          .game-info__reviews__review h4 {
            margin-bottom: 0; } }
      .game-info__reviews__review img {
        display: block;
        margin-top: 15px;
        height: 40px;
        width: auto; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #ff2b76;
  border: none;
  box-shadow: 0px 10px 20px rgba(92, 0, 32, 0.44);
  border-radius: 50%;
  transition: transform 350ms cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer; }
  @media (min-width: 64em) {
    .play-button {
      width: 103px;
      height: 103px; } }
  body:not(.touch) .play-button:hover {
    transform: translate(-50%, calc(-50% + -2px)); }
  .play-button__icon {
    width: 90%; }
    .play-button__icon svg path {
      fill: white !important; }
  .play-button.large {
    width: 103px;
    height: 103px; }
    @media (min-width: 64em) {
      .play-button.large {
        width: 153px;
        height: 153px; } }

.video-player {
  margin-bottom: 3.2rem; }
  @media (min-width: 37.5em) {
    .video-player {
      margin-bottom: 6.4rem; } }
  .video-player.container {
    padding-top: 5rem; }
    @media (min-width: 37.5em) {
      .video-player.container {
        padding: 0 16px;
        padding-top: 10rem; } }
  .video-player__inner {
    width: 100%; }
    .video-player__inner__active-video {
      position: relative;
      height: 100%;
      overflow: hidden; }
      .video-player__inner__active-video .video-player,
      .video-player__inner__active-video .cover-image-container {
        top: 0;
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%; }
      .video-player__inner__active-video .video-container,
      .video-player__inner__active-video .cover-image-container {
        transition: opacity 350ms cubic-bezier(0, 0, 0.2, 1);
        opacity: 0;
        pointer-events: none; }
        .video-player__inner__active-video .video-container.visible,
        .video-player__inner__active-video .cover-image-container.visible {
          opacity: 1;
          pointer-events: all; }
      .video-player__inner__active-video .cover-image-container {
        width: 100%; }
        .video-player__inner__active-video .cover-image-container__image {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; }
        .video-player__inner__active-video .cover-image-container__title {
          position: absolute;
          left: 1.5rem;
          bottom: 1.3rem;
          color: white;
          font-weight: 700;
          font-size: 2.5rem;
          line-height: 2.9rem;
          pointer-events: none; }
          @media (min-width: 37.5em) {
            .video-player__inner__active-video .cover-image-container__title {
              font-size: 4rem;
              line-height: 4.9rem; } }
      .video-player__inner__active-video svg {
        pointer-events: none; }
    .video-player__inner__thumbnails {
      justify-content: space-between;
      margin-top: 2.2rem;
      display: none;
      pointer-events: none; }
      @media (min-width: 37.5em) {
        .video-player__inner__thumbnails {
          display: flex;
          pointer-events: all; } }
      .video-player__inner__thumbnails__thumbnail {
        position: relative;
        max-width: 32.8%; }
        .video-player__inner__thumbnails__thumbnail img {
          height: 100%; }
        .video-player__inner__thumbnails__thumbnail__title {
          width: 100%;
          position: absolute;
          color: #ff2b76;
          left: 50%;
          top: 103%;
          text-align: center;
          font-weight: 700;
          font-size: 1.5em;
          line-height: 2rem;
          transform: translateX(-50%); }

.detail-thumbnails {
  background: #f5f5f5;
  padding: 3rem 0; }
  @media (min-width: 37.5em) {
    .detail-thumbnails {
      margin-bottom: 6.4rem;
      padding: 6rem 0; } }
  .detail-thumbnails__inner__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .detail-thumbnails__inner__img {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    width: 48%;
    position: relative;
    z-index: 2;
    margin: 10px 0;
    cursor: pointer; }
    @media (min-width: 37.5em) {
      .detail-thumbnails__inner__img {
        width: 24%; } }
    .detail-thumbnails__inner__img img {
      transition: transform 0.2s ease;
      width: 100%; }
    .detail-thumbnails__inner__img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #9a2dc2;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.99, 0.99, 1);
      transform-origin: 50% 50%;
      transition: opacity 0.33s ease; }
    body:not(.touch) .detail-thumbnails__inner__img:hover img {
      transform: scale3d(0.95, 0.93, 1); }
    body:not(.touch) .detail-thumbnails__inner__img:hover:after {
      opacity: 1; }

.detail-patches {
  margin-bottom: 7.6rem; }
  .detail-patches p,
  .detail-patches h2 {
    color: black; }
  .detail-patches h2 {
    text-transform: capitalize; }
  .detail-patches__patch {
    max-height: 60px;
    border: 1px solid #bebebe;
    border-radius: 1rem;
    overflow: hidden;
    margin: 2rem 0;
    padding: 2.1rem;
    transition: background 350ms cubic-bezier(0, 0, 0.2, 1), max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer; }
    body:not(.touch) .detail-patches__patch:hover {
      background: #f6f6f6; }
      body:not(.touch) .detail-patches__patch:hover .icon {
        transform: translateX(5px); }
    .detail-patches__patch.expanded {
      max-height: 500px; }
      .detail-patches__patch.expanded .icon {
        transform: rotate(90deg); }
    .detail-patches__patch .new {
      font-family: Montserrat;
      font-weight: 700;
      font-size: 1rem;
      color: #ff2b76;
      position: absolute;
      top: -70%; }
    .detail-patches__patch p {
      position: relative; }
      .detail-patches__patch p:nth-child(2) {
        margin: 2rem 0; }
    .detail-patches__patch__header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .detail-patches__patch__header p {
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 700; }
        .detail-patches__patch__header p .date {
          font-weight: 500; }
      .detail-patches__patch__header .icon {
        transform-origin: center center;
        width: 6px;
        transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); }

.mobile-game-info {
  color: #1d2127;
  padding-top: 4.4rem; }
  .mobile-game-info__inner {
    color: #1d2127; }
    .mobile-game-info__inner p {
      color: #1d2127; }
    .mobile-game-info__inner__subtitle {
      font-weight: 800; }
    .mobile-game-info__inner__copy {
      margin: 1.5rem 0 2.5rem 0;
      font-size: 1.6rem;
      line-height: 2.2rem; }
  .mobile-game-info__developer__inner {
    display: flex;
    margin-top: 2rem;
    align-items: center; }
    .mobile-game-info__developer__inner__item {
      width: 50%; }
      .mobile-game-info__developer__inner__item.rating-item {
        display: flex;
        align-items: center;
        width: 60%; }
        .mobile-game-info__developer__inner__item.rating-item .rating {
          position: static; }
        .mobile-game-info__developer__inner__item.rating-item .rating-copy {
          margin-left: 5px; }
          .mobile-game-info__developer__inner__item.rating-item .rating-copy p {
            font-size: 1.1rem;
            line-height: 1.4rem; }
      .mobile-game-info__developer__inner__item.link-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 2rem;
        justify-content: space-between;
        max-width: 400px;
        flex-wrap: wrap; }

.featured-game {
  width: 100%; }
  @media screen and (min-width: 800px) {
    .featured-game {
      max-width: 48%; } }
  .featured-game__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .featured-game__header .inverted-button {
      flex-shrink: 0; }
    .featured-game__header .title {
      color: black;
      line-height: 1.1; }
  .featured-game__inner {
    margin-top: 2rem; }
    .featured-game__inner__image {
      position: relative; }
      .featured-game__inner__image > a {
        display: block;
        position: relative; }
        .featured-game__inner__image > a::before {
          content: '';
          display: block;
          padding-top: 56.25%; }
        .featured-game__inner__image > a img {
          display: block;
          top: 0;
          left: 0;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          position: absolute;
          width: 100%; }
    .featured-game__inner__banner {
      position: absolute;
      left: 0;
      bottom: 10%;
      background: white;
      color: #9a2dc2; }
    .featured-game__inner__title {
      display: inline-block;
      color: #9a2dc2;
      font-family: Montserrat;
      font-weight: 800;
      font-size: 3rem;
      margin-top: 1.5rem;
      text-shadow: none;
      cursor: pointer;
      position: relative; }
      .featured-game__inner__title a {
        color: inherit; }
      .featured-game__inner__title::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #9a2dc2;
        left: 0;
        bottom: 0;
        transition: opacity 250ms cubic-bezier(0, 0, 0.2, 1);
        opacity: 0; }
      body:not(.touch) .featured-game__inner__title:hover::after {
        opacity: 1; }
    .featured-game__inner__platforms {
      display: flex;
      margin-top: 0.5rem; }
      .featured-game__inner__platforms p {
        color: #9f88af;
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        padding: 0 8px;
        position: relative;
        border-right: 1px solid #9f88af;
        text-transform: uppercase; }
        .featured-game__inner__platforms p:first-child {
          padding-left: 0; }
        .featured-game__inner__platforms p:last-child {
          border-right: 0; }
    .featured-game__inner__description {
      margin-top: 2rem;
      font-size: 16px;
      line-height: 23px;
      color: #1d2127;
      position: relative;
      margin-bottom: 3rem;
      z-index: 2; }
      .featured-game__inner__description.maxHeight .copy {
        max-height: 108px; }
      .featured-game__inner__description .copy {
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .featured-game__inner__description .read-more {
        position: absolute;
        right: 0px;
        bottom: 5px;
        z-index: 5;
        background-color: white;
        border-radius: 20px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
        @media (min-width: 64em) {
          .featured-game__inner__description .read-more {
            bottom: -2px; } }
        .featured-game__inner__description .read-more span {
          text-decoration: underline;
          color: #9a2dc2;
          transition: color 0.2s ease; }
        .featured-game__inner__description .read-more:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #9a2dc2;
          border-radius: 20px;
          opacity: 0;
          transform: scale3d(0.7, 0.7, 1);
          transition: opacity 0.12s ease, transform 0.15s ease;
          z-index: -1; }
        body:not(.touch) .featured-game__inner__description .read-more:hover span {
          color: white;
          text-decoration: none; }
        body:not(.touch) .featured-game__inner__description .read-more:hover:after {
          opacity: 1;
          transform: scale3d(1, 1.1, 1); }
      .featured-game__inner__description.expanded .copy {
        max-height: 300px;
        transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .featured-game__inner__thumbnails {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .featured-game__inner__thumbnails__img {
        position: relative;
        width: 23%;
        max-width: 144px;
        cursor: pointer; }
        .featured-game__inner__thumbnails__img:before {
          content: '';
          background-color: #9a2dc2;
          display: block;
          position: relative;
          padding-top: 56.25%;
          z-index: -1; }
        .featured-game__inner__thumbnails__img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          transition: transform 0.2s ease;
          z-index: 1; }
        body:not(.touch) .featured-game__inner__thumbnails__img:hover img {
          transform: scale3d(0.95, 0.93, 1); }

.twitter-feed {
  width: 100%;
  margin-top: 5rem; }
  @media screen and (min-width: 800px) {
    .twitter-feed {
      width: 50%;
      margin-top: 0;
      max-width: 587px; } }
  .twitter-feed .appearable {
    height: 100%; }
  .twitter-feed__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem; }
    .twitter-feed__header .title {
      color: black; }
      @media screen and (min-width: 800px) {
        .twitter-feed__header .title {
          transition-delay: 850ms !important; } }
    @media screen and (min-width: 800px) {
      .twitter-feed__header .inverted-button {
        transition-delay: 935ms !important; } }
  .twitter-feed__inner {
    outline: 1px solid #dfdbe8;
    border-top: none;
    position: relative; }
    .twitter-feed__inner::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #dfdbe8;
      position: absolute;
      top: 0;
      left: 0; }
    .twitter-feed__inner__feed {
      overflow: scroll;
      height: 100%; }
    @media screen and (min-width: 800px) {
      .twitter-feed__inner.ap-child {
        transition-delay: 1025ms !important; } }
    @media screen and (max-width: 880px) {
      .twitter-feed__inner {
        max-height: 500px; } }
    .twitter-feed__inner .twitter-widget-11 * {
      font-family: Lato; }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--6 {
      transition-delay: 510ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--7 {
      transition-delay: 595ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--8 {
      transition-delay: 680ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--9 {
      transition-delay: 765ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--10 {
      transition-delay: 850ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--11 {
      transition-delay: 935ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--12 {
      transition-delay: 1020ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--13 {
      transition-delay: 1105ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--14 {
      transition-delay: 1190ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--15 {
      transition-delay: 1275ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--16 {
      transition-delay: 1360ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--17 {
      transition-delay: 1445ms !important; } }
  @media screen and (min-width: 800px) {
    .twitter-feed .ap-child.delay--18 {
      transition-delay: 1530ms !important; } }

.light-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65); }
  .light-box__close {
    position: absolute;
    top: 17%;
    right: 0px;
    background: none;
    opacity: 0.6;
    border: none;
    width: 40px;
    transition: opacity 250ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 5; }
    @media screen and (min-width: 460px) {
      .light-box__close {
        top: 8%; } }
    @media (min-width: 37.5em) {
      .light-box__close {
        top: -2%; } }
    body:not(.touch) .light-box__close:hover {
      opacity: 1; }
    .light-box__close svg path {
      fill: white !important; }
  .light-box__group {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
  .light-box__inner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    position: relative;
    height: 400px; }
    @media (min-width: 37.5em) {
      .light-box__inner {
        height: 50%; } }
    .light-box__inner img {
      position: absolute;
      left: 0;
      width: 100%; }
  .light-box__arrow {
    border: 1px solid white;
    background: rgba(255, 255, 255, 0);
    padding: 10px 20px;
    width: 75px;
    border-radius: 30px;
    transition: background 250ms cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20%; }
    @media screen and (max-width: 900px) {
      .light-box__arrow {
        top: 100%;
        left: 0; } }
    .light-box__arrow svg path {
      transition: fill 250ms cubic-bezier(0, 0, 0.2, 1); }
    body:not(.touch) .light-box__arrow:hover {
      background: white; }
      body:not(.touch) .light-box__arrow:hover svg path {
        fill: black; }
    .light-box__arrow--next {
      transform: rotate(180deg) translateY(50%);
      left: auto;
      right: -20%; }
      @media screen and (max-width: 900px) {
        .light-box__arrow--next {
          top: 100%;
          right: 0; } }

