/*!
Theme Name: Maximum Games
Theme URI: http://underscores.me/
Author: Michael & Stacy Silva
Description: Made with <3 for the Maximum Games
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maximum

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Maximum Games is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

swp*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Mixins
# Global
# Atoms
# Molecules
# Organisms
# Templates
# Pages
--------------------------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Do+Hyeon|Roboto:400,700");
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*-- Variables -----------------------------------------------*/
/*-- Boostrap Breakpoints ------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*-- Mixins --------------------------------------------------*/
/*
  (TEXT) PARAMS
  =================
  1. Namespace
  2. Intensity
  3. Text color
  4. Background color (flat)
  5. Highlight #1 color
  6. Highlight #2 color
  7. Width (px)
  8. Height (px)
*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*-- Global --------------------------------------------------*/
html {
  font-size: 16px; }
  @media screen and (min-width: 767px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Do Hyeon", sans-serif;
  font-size: 1em;
  letter-spacing: .0125em;
  line-height: 1.5em;
  position: relative; }
  body > .container {
    max-width: 1495px;
    width: 90vw; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Do Hyeon", sans-serif; }

.lity {
  background: rgba(0, 0, 0, 0.7); }

#primary .preorder-widget .gform_wrapper .gform_fields {
  counter-reset: preorder-counter; }
  #primary .preorder-widget .gform_wrapper .gform_fields .gfield {
    margin-bottom: 2rem; }
#primary .preorder-widget .gform_wrapper .top_label .gfield_label {
  color: #fff;
  counter-increment: preorder-counter;
  display: inline-block;
  font-family: "Do Hyeon", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  #primary .preorder-widget .gform_wrapper .top_label .gfield_label::before {
    background: #fff;
    color: #000;
    content: counter(preorder-counter);
    display: inline-block;
    height: 2rem;
    margin-right: .5rem;
    text-align: center;
    width: 2rem; }
#primary .preorder-widget .gform_wrapper .top_label input.medium,
#primary .preorder-widget .gform_wrapper .top_label select.medium {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Do Hyeon", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  outline: none;
  padding: .75rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2; }
#primary .preorder-widget .gform_wrapper .ginput_container_select {
  background-color: #313031;
  position: relative; }
  #primary .preorder-widget .gform_wrapper .ginput_container_select::before {
    background-image: url("img/down_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 4rem; }
#primary .preorder-widget .gform_wrapper .gform_footer input.button,
#primary .preorder-widget .gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(26, 209, 217, 0.8);
  background-image: url("img/right_arrow.png");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Do Hyeon", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  outline: none;
  padding: .75rem 4rem .75rem 2rem;
  text-transform: uppercase; }

#beta {
  background: rgba(0, 0, 0, 0.8);
  max-width: 90vw;
  min-width: 70vw;
  padding: 1.5rem; }
  @media screen and (min-width: 991px) {
    #beta {
      max-width: 70vw; } }
  #beta .gform_wrapper .gform_heading .gform_title {
    color: #1aa8ae;
    font-size: 1.7em;
    margin-bottom: 0;
    text-transform: uppercase; }
  #beta .gform_wrapper .gform_heading .gform_description {
    color: #fff; }
  #beta .gform_wrapper .gform_body {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #beta .gform_wrapper .gform_body {
        width: 74%; } }
    #beta .gform_wrapper .gform_body .gfield {
      margin: 0;
      padding: 0; }
      #beta .gform_wrapper .gform_body .gfield .ginput_container {
        margin: 0;
        padding: 0; }
        #beta .gform_wrapper .gform_body .gfield .ginput_container input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-color: #313031;
          border: none;
          border-radius: 0;
          color: #fff;
          font-family: "Do Hyeon", sans-serif;
          font-size: 1.25em;
          font-weight: 400;
          outline: none;
          padding: .75rem;
          text-transform: uppercase;
          width: 100%; }
    #beta .gform_wrapper .gform_body .gfield_label {
      display: none; }
  #beta .gform_wrapper .gform_footer {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 991px) {
      #beta .gform_wrapper .gform_footer {
        margin: 0;
        width: 24%; } }
    #beta .gform_wrapper .gform_footer input.button,
    #beta .gform_wrapper .gform_footer input[type=submit] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: rgba(26, 209, 217, 0.8);
      background-image: url("img/right_arrow.png");
      background-position: right 1rem center;
      background-repeat: no-repeat;
      background-size: 1.75rem;
      border: none;
      border-radius: 0;
      color: #fff;
      font-family: "Do Hyeon", sans-serif;
      font-size: 1.25em;
      font-weight: 400;
      margin: 0;
      outline: none;
      padding: .75rem 4rem .75rem 2rem;
      text-transform: uppercase; }

/*--------------------------------------------------------------
# Atoms
--------------------------------------------------------------*/
/*-- Atoms ---------------------------------------------------*/
img,
embed,
iframe,
object {
  height: auto;
  max-width: 100%; }

hr {
  border-color: #1aa8ae; }

/*-- Header --------------------------------------------------*/
.navbar-brand {
  width: 50%; }
  @media screen and (min-width: 767px) {
    .navbar-brand {
      width: 30%; } }

.company-logo {
  fill: #fff;
  height: auto;
  margin: 0;
  width: 100%; }

.swiper-button-next {
  background-image: url("img/slider_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  filter: drop-shadow(0 0 0.25rem #1aa8ae);
  height: 7.14rem;
  left: auto;
  right: 0;
  top: calc( 50% - 3.57rem );
  transform: rotate(0deg) scaleX(-1);
  width: 2rem; }

.swiper-button-prev {
  background-image: url("img/slider_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  filter: drop-shadow(0 0 0.25rem #1aa8ae);
  height: 7.14rem;
  left: 0;
  right: auto;
  top: calc( 50% - 3.57rem );
  width: 2rem; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .25; }

.language-nav {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .language-nav .flag-icon {
    font-size: 2rem;
    margin: 0 .25rem; }
    .language-nav .flag-icon:hover {
      opacity: .8;
      text-decoration: none; }

.gform_confirmation_message {
  color: #fff !important; }

/*--------------------------------------------------------------
# Molecules
--------------------------------------------------------------*/
/*-- Molecules -----------------------------------------------*/
.main-navigation {
  background: rgba(0, 0, 0, 0.9);
  display: block; }
  .main-navigation .wrap {
    margin: 0 auto; }
  .main-navigation .coming-soon {
    color: #1aa8ae;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1.7em;
    margin: 1rem 0;
    text-align: center;
    text-transform: uppercase; }
  .main-navigation .navbar-collapse {
    flex-basis: 60%; }
  .main-navigation .navbar-brand {
    margin: 0 auto;
    padding: 0; }
    .main-navigation .navbar-brand .site-title {
      line-height: inherit;
      margin: 0; }
  .main-navigation .navbar-nav .menu-item {
    padding-left: .25rem;
    padding-right: .25rem; }
    @media screen and (min-width: 991px) {
      .main-navigation .navbar-nav .menu-item {
        padding-left: .5rem;
        padding-right: .5rem; } }
  .main-navigation .navbar-nav .nav-link {
    color: #fff;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    opacity: .9;
    padding: 0;
    position: relative;
    text-shadow: 0 0 10px #19d1d9;
    text-transform: uppercase; }
    @media screen and (min-width: 767px) {
      .main-navigation .navbar-nav .nav-link {
        font-size: 1.2em; } }
    @media screen and (min-width: 991px) {
      .main-navigation .navbar-nav .nav-link {
        font-size: 1.5em; } }
    @media screen and (min-width: 767px) {
      .main-navigation .navbar-nav .nav-link:hover {
        color: white;
        position: relative; }
      @keyframes nav-link-anim-1 {
        0% {
          clip: rect(25px, 180px, 7px, 0); }
        3.33333% {
          clip: rect(28px, 180px, 14px, 0); }
        6.66667% {
          clip: rect(26px, 180px, 11px, 0); }
        10% {
          clip: rect(18px, 180px, 5px, 0); }
        13.33333% {
          clip: rect(30px, 180px, 24px, 0); }
        16.66667% {
          clip: rect(16px, 180px, 16px, 0); }
        20% {
          clip: rect(26px, 180px, 3px, 0); }
        23.33333% {
          clip: rect(5px, 180px, 19px, 0); }
        26.66667% {
          clip: rect(11px, 180px, 5px, 0); }
        30% {
          clip: rect(29px, 180px, 18px, 0); }
        33.33333% {
          clip: rect(6px, 180px, 25px, 0); }
        36.66667% {
          clip: rect(5px, 180px, 29px, 0); }
        40% {
          clip: rect(13px, 180px, 7px, 0); }
        43.33333% {
          clip: rect(9px, 180px, 18px, 0); }
        46.66667% {
          clip: rect(9px, 180px, 22px, 0); }
        50% {
          clip: rect(5px, 180px, 16px, 0); }
        53.33333% {
          clip: rect(8px, 180px, 22px, 0); }
        56.66667% {
          clip: rect(29px, 180px, 22px, 0); }
        60% {
          clip: rect(10px, 180px, 16px, 0); }
        63.33333% {
          clip: rect(1px, 180px, 2px, 0); }
        66.66667% {
          clip: rect(7px, 180px, 30px, 0); }
        70% {
          clip: rect(11px, 180px, 17px, 0); }
        73.33333% {
          clip: rect(2px, 180px, 27px, 0); }
        76.66667% {
          clip: rect(28px, 180px, 9px, 0); }
        80% {
          clip: rect(19px, 180px, 17px, 0); }
        83.33333% {
          clip: rect(1px, 180px, 18px, 0); }
        86.66667% {
          clip: rect(12px, 180px, 11px, 0); }
        90% {
          clip: rect(21px, 180px, 27px, 0); }
        93.33333% {
          clip: rect(2px, 180px, 30px, 0); }
        96.66667% {
          clip: rect(8px, 180px, 20px, 0); }
        100% {
          clip: rect(8px, 180px, 28px, 0); } }
      @keyframes nav-link-anim-2 {
        0% {
          clip: rect(30px, 180px, 3px, 0); }
        3.33333% {
          clip: rect(8px, 180px, 29px, 0); }
        6.66667% {
          clip: rect(12px, 180px, 9px, 0); }
        10% {
          clip: rect(19px, 180px, 29px, 0); }
        13.33333% {
          clip: rect(26px, 180px, 14px, 0); }
        16.66667% {
          clip: rect(27px, 180px, 4px, 0); }
        20% {
          clip: rect(29px, 180px, 6px, 0); }
        23.33333% {
          clip: rect(30px, 180px, 16px, 0); }
        26.66667% {
          clip: rect(11px, 180px, 6px, 0); }
        30% {
          clip: rect(10px, 180px, 9px, 0); }
        33.33333% {
          clip: rect(8px, 180px, 8px, 0); }
        36.66667% {
          clip: rect(5px, 180px, 30px, 0); }
        40% {
          clip: rect(14px, 180px, 8px, 0); }
        43.33333% {
          clip: rect(9px, 180px, 14px, 0); }
        46.66667% {
          clip: rect(8px, 180px, 28px, 0); }
        50% {
          clip: rect(19px, 180px, 26px, 0); }
        53.33333% {
          clip: rect(20px, 180px, 25px, 0); }
        56.66667% {
          clip: rect(27px, 180px, 27px, 0); }
        60% {
          clip: rect(6px, 180px, 30px, 0); }
        63.33333% {
          clip: rect(6px, 180px, 12px, 0); }
        66.66667% {
          clip: rect(8px, 180px, 21px, 0); }
        70% {
          clip: rect(3px, 180px, 15px, 0); }
        73.33333% {
          clip: rect(27px, 180px, 19px, 0); }
        76.66667% {
          clip: rect(29px, 180px, 14px, 0); }
        80% {
          clip: rect(2px, 180px, 9px, 0); }
        83.33333% {
          clip: rect(25px, 180px, 6px, 0); }
        86.66667% {
          clip: rect(16px, 180px, 22px, 0); }
        90% {
          clip: rect(23px, 180px, 22px, 0); }
        93.33333% {
          clip: rect(22px, 180px, 17px, 0); }
        96.66667% {
          clip: rect(10px, 180px, 26px, 0); }
        100% {
          clip: rect(20px, 180px, 17px, 0); } }
        .main-navigation .navbar-nav .nav-link:hover:before, .main-navigation .navbar-nav .nav-link:hover:after {
          background: black;
          clip: rect(0, 0, 0, 0);
          content: attr(data-text);
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .main-navigation .navbar-nav .nav-link:hover:after {
          animation: nav-link-anim-1 2s infinite linear alternate-reverse;
          left: 2px;
          text-shadow: -1px 0 green; }
        .main-navigation .navbar-nav .nav-link:hover:before {
          animation: nav-link-anim-2 3s infinite linear alternate-reverse;
          left: -2px;
          text-shadow: 2px 0 #19d1d9; } }

.section-title {
  color: #fff;
  font-family: "Do Hyeon", sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  margin: 0;
  position: relative;
  text-transform: uppercase; }

.section-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*-- Forms ---------------------------------------------------*/
/*-- Buttons -------------------------------------------------*/
/*-- Sections ------------------------------------------------*/
.banner-section .container {
  position: relative; }
  .banner-section .container .toggle {
    position: absolute;
    right: .5rem;
    top: .5rem; }

/*--------------------------------------------------------------
# Organisms
--------------------------------------------------------------*/
/*-- Organisms -----------------------------------------------*/
/*-- Site Header ---------------------------------------------*/
.site-header {
  margin: 0 auto;
  overflow: hidden;
  padding: 5.72rem 0 0;
  position: relative; }
  .site-header .navbar-toggler {
    color: #fff;
    position: absolute;
    right: 1rem;
    text-shadow: 0 0 10px #19d1d9;
    top: 1rem;
    z-index: 1031; }
  .site-header .video-background {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -100; }
  .site-header .contact-bar {
    background-color: #19d1d9;
    /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #19d1d9), color-stop(50%, #19d1d9), color-stop(50%, #1aa8ae));
    /* Chrome, Safari4+ */
    background-image: -webkit-linear-gradient(top, #19d1d9 50%, #19d1d9 50%, #1aa8ae 50%);
    /* Chrome10+, Safari5.1+ */
    background-image: -moz-linear-gradient(top, #19d1d9 50%, #19d1d9 50%, #1aa8ae 50%);
    /* Fx3.6+ */
    background-image: linear-gradient(#19d1d9 50%, #19d1d9 50%, #1aa8ae 50%);
    bottom: 0;
    -webkit-box-shadow: -0.5rem -0.25rem 0px 0.5rem rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -0.5rem -0.25rem 0px 0.5rem rgba(0, 0, 0, 0.6);
    box-shadow: -0.5rem -0.25rem 0px 0.5rem rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    left: -2rem;
    /* W3C */
    min-width: calc(100vw + 4rem);
    padding: 0 3rem;
    position: absolute;
    right: -2rem;
    text-transform: uppercase;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg); }
    @media screen and (min-width: 767px) {
      .site-header .contact-bar {
        font-size: 1.75em;
        left: auto;
        min-width: 50vw;
        padding: 0 3rem 0 1rem; } }
    .site-header .contact-bar::before {
      background: #1aa8ae;
      bottom: 0;
      -webkit-box-shadow: -0.5rem -0.25rem 0px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: -0.5rem -0.25rem 0px 0px rgba(0, 0, 0, 0.6);
      box-shadow: -0.5rem -0.25rem 0px 0px rgba(0, 0, 0, 0.6);
      content: "";
      display: block;
      height: 1rem;
      position: absolute;
      right: 99%;
      width: 100vw; }
    .site-header .contact-bar ul {
      display: block;
      height: 3rem;
      line-height: 3rem;
      list-style: none;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .site-header .contact-bar ul li {
        border-right: 1px solid white;
        display: inline-block;
        padding: 0 1rem;
        vertical-align: middle; }
        @media screen and (min-width: 767px) {
          .site-header .contact-bar ul li {
            padding: 0 1.5rem; } }
        .site-header .contact-bar ul li:first-child {
          border-left: 1px solid white; }
          @media screen and (min-width: 767px) {
            .site-header .contact-bar ul li:first-child {
              border-left: none; } }
        .site-header .contact-bar ul li:last-child {
          border-right: none;
          display: none; }
          @media screen and (min-width: 767px) {
            .site-header .contact-bar ul li:last-child {
              display: inline-block; } }
        .site-header .contact-bar ul li a {
          color: #fff;
          display: inline-block;
          -webkit-transform: skewX(30deg);
          -ms-transform: skewX(30deg);
          transform: skewX(30deg); }
          .site-header .contact-bar ul li a .title {
            white-space: nowrap; }

/*-- Site Footer ---------------------------------------------*/
.site-footer {
  padding: 10rem 0;
  text-align: center; }
  .site-footer .preorder-btn {
    background-color: rgba(26, 209, 217, 0.8);
    background-image: url("img/right_arrow.png");
    background-position: right .25rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin: 2rem auto;
    padding: .125rem 1.5rem .125rem .5rem;
    text-transform: uppercase; }
    @media screen and (min-width: 767px) {
      .site-footer .preorder-btn {
        background-position: right .5rem center;
        background-size: 1.5rem;
        font-size: 1.25em;
        padding: .25rem 2rem .25rem 1rem; } }
    @media screen and (min-width: 991px) {
      .site-footer .preorder-btn {
        background-position: right 1rem center;
        background-size: 1.75rem;
        font-size: 1.5em;
        padding: .5rem 4rem .5rem 2rem; } }
    @media screen and (min-width: 1199px) {
      .site-footer .preorder-btn {
        font-size: 1.75em; } }
  .site-footer .footer-logos {
    align-items: center;
    justify-content: center;
    margin: 2rem 0; }
  .site-footer .footer-newsletter {
    margin: 0 auto;
    max-width: 300px; }
  .site-footer .site-copyright {
    color: #fff;
    text-align: center; }

.entry-content > section {
  border: 0.75rem solid rgba(15, 15, 15, 0.4);
  -webkit-box-shadow: 0px 0px 0.5rem -0.25rem #19d1d9;
  -moz-box-shadow: 0px 0px 0.5rem -0.25rem #19d1d9;
  box-shadow: 0px 0px 0.5rem -0.25rem #19d1d9;
  color: #fff;
  margin-top: 1rem;
  padding: .75rem;
  position: relative; }
  @media screen and (min-width: 767px) {
    .entry-content > section {
      border: 1.5rem solid rgba(15, 15, 15, 0.4);
      -webkit-box-shadow: 0px 0px 1rem -0.5rem #19d1d9;
      -moz-box-shadow: 0px 0px 1rem -0.5rem #19d1d9;
      box-shadow: 0px 0px 1rem -0.5rem #19d1d9;
      margin-top: 2rem;
      padding: 1.5rem; } }
  .entry-content > section::before {
    background: rgba(15, 15, 15, 0.8);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

/*-- Overview Section ----------------------------------------*/
.overview-section .section-body h2 {
  color: #1aa8ae;
  font-size: 1.5em;
  font-style: italic;
  text-transform: uppercase; }
  @media screen and (min-width: 767px) {
    .overview-section .section-body h2 {
      font-size: 2em; } }
  @media screen and (min-width: 1199px) {
    .overview-section .section-body h2 {
      font-size: 2.5em; } }
.overview-section .section-body ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .overview-section .section-body ul li {
    margin-bottom: 1rem; }
    .overview-section .section-body ul li h3 {
      color: #1aa8ae;
      font-size: 1.7em;
      margin-bottom: 0;
      text-transform: uppercase; }

/*-- Character Section ---------------------------------------*/
.character-section .characters {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .character-section .characters img {
    display: block;
    margin: 0 auto;
    max-height: 30rem;
    width: auto; }
  .character-section .characters .character-bio {
    padding: 2rem;
    text-align: center; }
    .character-section .characters .character-bio .character-name {
      font-size: 1.125em;
      margin-bottom: 0;
      text-shadow: 0 0 0.25rem rgba(25, 209, 217, 0.6);
      text-transform: uppercase; }

/*-- Gallery Section -----------------------------------------*/
.gallery-section .gallery {
  padding: 0 2rem; }
.gallery-section .swiper-slide {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px; }

/*-- Pre-order Section ---------------------------------------*/
/*-- Header Section ------------------------------------------*/
.header-section {
  padding: 4rem 1rem;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .header-section {
      padding: 20vh 20vw; } }
  .header-section .company-logo {
    filter: drop-shadow(0 0 4rem #000); }
    @media screen and (min-width: 767px) {
      .header-section .company-logo {
        max-width: 41.42rem; } }
  .header-section .trailer-btn {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin: 1rem auto;
    padding: .5rem 1rem;
    text-transform: uppercase; }
    @media screen and (min-width: 767px) {
      .header-section .trailer-btn {
        max-width: 17.14rem; } }
  .header-section .preorder-btn {
    background: rgba(26, 209, 217, 0.8);
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "Do Hyeon", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    margin: 0 auto;
    padding: .5rem 1rem;
    text-transform: uppercase; }
    @media screen and (min-width: 767px) {
      .header-section .preorder-btn {
        max-width: 17.14rem; } }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*-- Templates -----------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*-- Pages ---------------------------------------------------*/

/*Cookie popup*/
div#ct-ultimate-gdpr-cookie-popup { padding: 10px !important;}
.ct-ultimate-gdpr-cookie-popup-modern .ct-container{ padding: 10px 0;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content { float: left; font-family: "Do Hyeon", sans-serif !important; font-size: 15px !important; line-height: 18px !important; margin-bottom: 0; width: calc(100% - 90px);}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content a { color: #95b9fd; text-decoration:underline !important;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content a:hover { color: #95b9fd; text-decoration:none !important;}
#ct-ultimate-gdpr-cookie-accept{ float: right !important;}

.gdpr-form-message{ color: #fff; font-size: 14px; line-height: 18px; margin-top: 10px; margin-top:5px;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{ background: none !important; border-top:none !important;}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message { color: #e60f0f !important;}

@media screen and (max-width: 991px) {
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content{ font-size: 15px !important; line-height: 24px !important; margin-bottom: 10px; width:100%;}
  #ct-ultimate-gdpr-cookie-accept{ float: none !important;}
}




.gform_wrapper select option {
  background: #000;
  color: #FFF;
}