.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%; }

body {
  background: #000;
  color: #e6eaf2;
  font-family: 'Oswald', sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

* {
  box-sizing: border-box; }

button,
input,
optgroup,
select,
textarea,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="checkbox"],
input[type="radio"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none; }

#top {
  height: calc(100vh + 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
  max-width: 100%; }
  #top .main-photo {
    position: fixed;
    height: 120vh;
    width: 100vw;
    z-index: -1; }
  #top .bg {
    background-image: url(../images/top_bg_black.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    transition: all .3s ease-out; }
  #top .entry {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1;
    margin-bottom: 0px;
    opacity: 0;
    transition: opacity .3s ease-out; }
    #top .entry.active {
      opacity: 1; }
    #top .entry .logo {
      max-width: 530px;
      height: 162px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -81px;
      margin-left: -265px;
      transform: translate3d(0, 0, 0); }
      @media only screen and (max-width: 480px) {
        #top .entry .logo {
          margin: 0;
          left: 0;
          position: absolute;
          top: 50%;
          padding: 0px 20px;
          transform: translate3d(0px, -50%, 0px); } }
      #top .entry .logo img {
        display: block;
        width: 100%; }
  #top .buy {
    bottom: 0px;
    position: absolute;
    height: 160px;
    width: 100%;
    text-align: center; }
    #top .buy a {
      display: block; }
    #top .buy .available {
      font-size: 20px;
      color: #f47a21;
      font-weight: 700; }
    #top .buy .preorder {
      font-size: 35px; }
    #top .buy .scroll {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase; }
      #top .buy .scroll .arrow {
        display: block;
        width: 40px;
        margin: 0 auto;
        margin-top: 12px; }
  #top .shadow {
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(../images/shadow.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2; }

@keyframes goToFront {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
#story {
  background-image: url(../images/story_bg_black.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
  max-width: 100%; }
  #story .container {
    max-width: 680px;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 480px) {
      #story .container {
        padding: 0px 15px; } }
    #story .container img.video {
      display: block;
      max-width: 100%; }
  #story .content {
    text-align: center;
    margin-top: 60px; }
    #story .content .subtitle {
      font-size: 20px;
      display: block;
      color: #f47a21;
      font-weight: 700; }
      @media only screen and (max-width: 480px) {
        #story .content .subtitle {
          font-size: 19px; } }
    #story .content .title {
      font-size: 36px;
      display: block;
      margin-bottom: 20px; }
      @media only screen and (max-width: 480px) {
        #story .content .title {
          font-size: 32px; } }
    #story .content .text {
      display: block;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 18px; }
      @media only screen and (max-width: 480px) {
        #story .content .text {
          font-size: 16px; } }
  #story .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
  #story .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  #story .player-prev {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    background-image: url(../images/video_prev.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    #story .player-prev #play-btn {
      top: 50%;
      left: 50%;
      height: 120px;
      width: 120px;
      position: absolute;
      margin-top: -60px;
      margin-left: -60px;
      z-index: 5;
      cursor: pointer;
      background-image: url(../images/play.png);
      background-size: cover;
      transition: all .3s ease-out;
      background-repeat: no-repeat; }
      #story .player-prev #play-btn:hover {
        transform: scale(1.1); }

@keyframes goToBlur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  50% {
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }
#order {
  min-height: 100vh;
  background-image: url(../images/order_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  padding-top: 150px;
  padding-bottom: 40px;
  max-width: 100%; }
  @media only screen and (max-width: 480px) {
    #order {
      padding-top: 100px; } }
  #order .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 20px; }
  #order .date {
    text-transform: uppercase;
    text-align: center; }
    #order .date span {
      display: block;
      width: 100%;
      color: #f47a21;
      font-size: 24px; }
      @media only screen and (max-width: 480px) {
        #order .date span {
          font-size: 17px; } }
      #order .date span:last-child {
        color: #fff;
        font-size: 42px; }
        @media only screen and (max-width: 480px) {
          #order .date span:last-child {
            font-size: 30px; } }
  #order .form {
    margin-top: 40px;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 480px) {
      #order .form {
        margin-top: 30px; } }
    #order .form form .row {
      margin: 0 -20px; }
      #order .form form .row:after {
        clear: both;
        display: table;
        content: ""; }
    #order .form form .col-25 {
      width: 25%;
      float: left;
      padding: 0px 20px; }
      @media only screen and (max-width: 800px) {
        #order .form form .col-25 {
          width: 50%;
          padding: 0px 15px; }
          #order .form form .col-25:nth-child(2n+1) {
            clear: left; } }
      @media only screen and (max-width: 480px) {
        #order .form form .col-25 {
          width: 100%;
          float: none;
          padding: 0px 15px; } }
    #order .form form input[type=submit] {
      width: 100%;
      height: 60px;
      display: block;
      background: #f47a21;
      border: 0;
      color: #fff;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
      cursor: pointer;
      transition: all .3s ease-out;
      border-radius: 0;
      -webkit-appearance: none;
      margin-top: 33px; }
      #order .form form input[type=submit]:hover {
        background: #ae5913; }
      #order .form form input[type=submit]:focus {
        outline: none; }
    #order .form form .options {
      height: 93px;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
      position: relative; }
      @media only screen and (max-width: 800px) {
        #order .form form .options {
          margin-bottom: 20px;
          height: auto; }
          #order .form form .options:nth-child(2n+1) {
            clear: left; } }
      #order .form form .options span {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif; }
      #order .form form .options .choosen {
        background: rgba(230, 234, 242, 0.2);
        height: 60px;
        width: 100%;
        text-align: center;
        display: table;
        cursor: pointer;
        position: relative;
        padding-right: 35px; }
        #order .form form .options .choosen span {
          display: table-cell;
          vertical-align: middle; }
        #order .form form .options .choosen:after {
          content: "";
          width: 18px;
          height: 11px;
          background-image: url(../images/arrow_scroll.png);
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          right: 10px;
          top: 25px; }
      #order .form form .options .option-wrap {
        display: none; }
      #order .form form .options .option {
        display: table;
        height: 60px;
        width: 100%;
        text-align: center;
        background: rgba(230, 234, 242, 0.2);
        border-top: 1px solid #e6eaf2;
        transition: all .1s ease-out;
        cursor: pointer; }
        #order .form form .options .option span {
          display: table-cell;
          vertical-align: middle; }
        #order .form form .options .option:hover {
          background: rgba(230, 234, 242, 0.4); }
        #order .form form .options .option.disable {
          display: none; }
        #order .form form .options .option.disabled {
          display: none; }
      #order .form form .options.disable .choosen {
        cursor: auto;
        padding-right: 0; }
        #order .form form .options.disable .choosen:after {
          display: none; }
      #order .form form .options.disable .option-wrap {
        display: none !important; }
  #order .game {
    z-index: 1;
    position: relative;
    margin-top: 100px; }
    @media only screen and (max-width: 800px) {
      #order .game {
        margin-top: 40px; } }
    #order .game:after {
      content: "";
      clear: both;
      display: table; }
    #order .game .description {
      width: 75%;
      float: left;
      font-size: 16px;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 400;
      padding-top: 85px;
      padding-right: 110px; }
      #order .game .description span {
        display: block;
        margin-bottom: 20px;
        font-size: 24px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 700; }
        @media only screen and (max-width: 800px) {
          #order .game .description span {
            font-size: 20px; } }
      #order .game .description__collector {
        display: none; }
      #order .game .description__digital {
        display: none; }
      #order .game .description__digitaldeluxe {
        display: none; }
      @media only screen and (max-width: 800px) {
        #order .game .description {
          font-size: 14px;
          float: none;
          width: 100%;
          padding: 0px;
          margin-bottom: 30px; } }
    #order .game .photo {
      width: 25%;
      float: left;
      margin-top: 50px; }
      #order .game .photo img {
        max-width: 100%;
        display: block; }
      @media only screen and (max-width: 800px) {
        #order .game .photo {
          float: none;
          margin-top: 0;
          width: 100%; }
          #order .game .photo img {
            max-width: 250px;
            margin: 0 auto; } }
      #order .game .photo.covers img {
        max-height: 290px;
        display: none; }
        #order .game .photo.covers img.active {
          display: block; }

footer {
  padding: 40px 0px;
  background: #000; }
  footer .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 20px; }
  footer .social {
    text-align: center;
    padding-bottom: 34px;
    border-bottom: 1px solid #666666;
    margin-bottom: 30px; }
    footer .social a {
      display: inline-block;
      padding: 0px 15px; }
  footer .logos {
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 480px) {
      footer .logos {
        margin-bottom: 10px; }
        footer .logos:after {
          content: "";
          display: table;
          clear: both; } }
    footer .logos a {
      display: inline-block;
      padding: 0px 8px; }
      @media only screen and (max-width: 480px) {
        footer .logos a {
          display: block;
          width: 50%;
          margin: 8px 0px;
          float: left;
          text-align: center; }
          footer .logos a img {
            display: inline-block;
            max-width: 100%; } }
  footer .copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666; }
    footer .copyright span {
      margin-top: 5px;
      display: block; }
    footer .copyright img {
      width: 17px;
      display: inline-block;
      vertical-align: bottom; }

/* COOKIES */
/* POPUP */

.cookie-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: white;
  z-index: 999;  
  padding: 20px;
  -webkit-box-shadow: 8px 10px 35px -12px rgba(0, 0, 0, 0.75);
          box-shadow: 8px 10px 35px -12px rgba(0, 0, 0, 0.75);
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  width: calc(100% - 30px);
}
.cookie-popup.enable {
  opacity: 1;
  visibility: visible;
}
.cookie-popup__text {
  color: #000000;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.1;
  font-family: 'Source Sans Pro', sans-serif;
}
.cookie-popup__link {
  display: block;
  text-decoration: underline;
  font-weight: 600;
} 
.cookie-popup__button {
  font-family: 'Oswald', sans-serif;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  background: #f47a21;
  color: #ffffff;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cookie-popup {
    width: 280px;
  }
}

/* PAGE */

/* .cookies-page {
  background-image: url(../images/story_bg_black.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
} */
.cookies-page .container {
  max-width: 730px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.cookies-page__header {
  padding: 25px;
}
.cookies-page__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookies-page__logo img {
  max-width: 300px;
  height: auto;
}
.cookies-page__title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  color: #ffffff;
  position: relative;
}
.cookies-page__subtitle {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}
.cookies-page__paragraph {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
}
.cookies-page__inner {
  font-family: 'Source Sans Pro', sans-serif;
} 

@media screen and (min-width: 576px) {
  .cookies-page__title {
    font-size: 60px;
  }
}

.cookies-table {
  padding: 60px 0px;
  font-family: 'Source Sans Pro', sans-serif;
}
.cookies-table .container {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.cookies-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
} 
.cookies-table__row:last-child {
  border-bottom: 1px solid transparent;
} 
.cookies-table__cell {
  padding: 0 10px;
  width: 30%;
  font-size: 16px; 
  line-height: 21px;
  word-break: break-word; 
}
.cookies-table__cell:nth-child(2), .cookies-table__cell:nth-child(3) {
  width: 35%;
  font-size: 14px;
  line-height: 18px;
}
.cookies-table__cell--title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.cookies-table__cell--title:nth-child(2), .cookies-table__cell--title:nth-child(3) {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.cookie-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.cookie-policy__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .cookies-table__cell {
    font-size: 14px; 
    line-height: 18px;
  }
  .cookies-table__cell--title {
    font-size: 16px;
    line-height: 20px;
  }
  .cookies-table__cell:nth-child(2), .cookies-table__cell:nth-child(3) {
    font-size: 13px; 
    line-height: 16px;
  }
  .cookies-table__cell--title:nth-child(2), .cookies-table__cell--title:nth-child(3) {
    font-size: 16px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=main.css.map */
