/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 5 version
*/

/*  Variables
\*----------------------------------------------------------------------------*/
/**
 * Value to rem
 */
/**
 * Value to em
 */
/**
 * A small, internally-used function to remove the units from a given value.
 */
/**
 * Rem converter
 *
 * 1. Provide pixel fallback for ie8
 * 2. Loop over values
 *
 * Sample: @include rem(margin, 0 auto 300px, !important);
 */
 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;
 }
 
 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: '';
   content: none;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 *,
 *:before,
 *:after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
 }
 
 html {
   font: 400 1em/1.25 "robotocondensed-regular", sans-serif;
   background: #000;
   color: #fff;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   height: 100%;
 }
 
 @media only screen and (min-width: 64.063em) {
   html {
     /* overflow: hidden; */
   }
 }
 
 body {
   margin: 0;
   min-height: 100%;
   min-width: 320px;
   font-size: 100%;
 }
 .platform-icons {
   position: fixed;
   top: 20px;
   right: 5.5%;
   margin: 0 0 0 22px;
   width:auto;
   height: auto;
   z-index: 90;
 }
 .platform-icons_item {
   display: inline-block;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
 }
 .platform-icons__item-image {
   max-width: 34px;
 }
 .platform-icons-link {
   text-decoration: none;
   display: block;
   -webkit-transition: all .15s;
   -o-transition: all .15s;
   transition: all .15s;
 }
 .platform-icons-link:hover {
   text-decoration: none;
   -ms-transform: scale(1.05, 1.05);
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05, 1.05);
 }
 .flex-layout {
   display: block;
   width: 100%;
   text-align: center;
 }
 
 @media only screen and (min-width: 48em) {
   .flex-layout__t {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     -ms-flex-flow: row wrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row wrap;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   }
   .platform-icons__item-image {
     max-width: 50px;
     margin: 0 0 0 22px;
   }
   .platform-icons {
     top: 20px;
     right: 5.5%;
   }
 }
 
 .flex-layout_cell {
   display: inline-block;
   vertical-align: middle;
   width: 100%;
 }
 
 .flex-layout_fit {
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
 }
 
 @media only screen and (min-width: 48em) {
   .column-70 {
     width: 66%;
   }
 }
 
 @media only screen and (min-width: 48em) {
   .column-30 {
     width: 33%;
   }
 }
 
 @font-face {
   font-family: "robotocondensed-regular";
   src: url("../fonts/robotocondensed-regular.eot");
   src: url("../fonts/robotocondensed-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-regular.woff") format("woff"), url("../fonts/robotocondensed-regular.ttf") format("truetype"), url("../fonts/robotocondensed-regular.svg#RobotoCondensed-Regular") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 
 @font-face {
   font-family: "robotocondensed-bold";
   src: url("../fonts/robotocondensed-bold.eot");
   src: url("../fonts/robotocondensed-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-bold.woff") format("woff"), url("../fonts/robotocondensed-bold.ttf") format("truetype"), url("../fonts/robotocondensed-bold.svg#RobotoCondensed-Bold") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 
 
 @media screen and (max-width:600px) {
   .fullpage-slide[data-anchor="main-screen"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;

   }
     
   .age-rating_image {
     width: 35px;
   }
 
   
 }
 
 
 @media only screen and (min-width: 600px) and (min-height: 380px) and (max-width:1024px) {
   .page-content {
     /* position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background-size: cover !important; */
   }
 
   .page-footer {
     /* position: absolute;
     bottom: 0;
     left: 0; */
   }
 
   .last-screen {
     /* width: auto;
     min-width: 100vw;
     position: absolute;
     top: 50%;
     left: 0%;
     padding-bottom: 185px; */
 
     /* height: 100%; */
   }
 }
 
 .page-content {
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top center;
   background-size: cover;
   min-height: 100vh;
 }
 
 @media only screen and (min-width: 80em) {
   .page-content {
     position: relative;
     top: auto;
     bottom: auto;
     left: auto;
     right: auto;
   }
 }
 
 body [data-hide="1"] {
   display: none;
 }
 
 .logo {
   margin-bottom: 20px;
 }
 
 .logo_image {
   width: 100%;
   max-width: 210px;
 }
 
 @media only screen and (min-width: 48em) {
   .logo_image {
     max-width: 40%;
   }
 }
 
 .footer-links {
   margin-bottom: 15px;
 }
 
 .logo-footer {
   /* margin-bottom: 30px; */
 }
 
 .logo-footer_image {
   opacity: .4;
   height: 38px;
 }
 
 .logo-footer_image:hover {
   opacity: 1;
 }
 
 .cta {
   width: 100%;
   display: block;
   text-align: center;
 }
 
 .cta-button {
   display: inline-block;
   font-family: "robotocondensed-bold", sans-serif;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   background-color: #fe5000;
   color: #fff;
   font-size: 22px;
   padding: 17px 35px;

   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.80);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.80);
   letter-spacing: 0.05em;
   position: relative;
   pointer-events: all;
   z-index: 1;
 }
 
 .cta-button:hover {
   background-color: #d14504;
 }
 
 @media only screen and (min-width: 100em) {
   .cta-button {
     font-size: 30px;
     padding: 23px 50px;
   }
 }
 
 .cta-space {
   padding: 20px 0;
 }
 
 .stub {
   display: none;
 }
 
 .screen-title {
   font-family: "robotocondensed-bold", sans-serif;
   font-size: 30px;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 0 5px 5px rgba(0, 0, 0, 0.56);
 }
 
 @media only screen and (min-width: 40em) {
   .screen-title {
     font-size: 3vw;
   }
 }
 
 @media only screen and (min-width: 100em) {
   .screen-title {
     font-size: 80px;
   }
 }
 
 @media only screen and (min-width: 80em) {
   .last-screen {
     position: static;
     top: auto;
     left: auto;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     padding-bottom: 0;
   }
 }
 
 .last-screen-container {
   text-align: center;
   vertical-align: middle;
   margin: 0 auto;
   position: relative;
   padding: 20px;
   z-index: 1;
 }
 
 @media only screen and (min-width: 64em) {
   .last-screen-container {
     max-width: 1400px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
   }
 }
 
 
 .last-screen .logo {
   margin-bottom: 50px;
 }
 
 .last-screen .screen-title {
   margin-bottom: 80px;
 }
 
 .age-rating {
   margin: 0 auto;
 }
 
 @media only screen and (min-width: 48em) {
   .age-rating {
     text-align: right;
   }
 }
 
 .age-rating_item {
   display: inline-block;
   vertical-align: top;
   margin: 0 auto;
 }
 
 @media only screen and (min-width: 48em) {
   .age-rating_item {
     margin-left: 10px;
   }
 }
 
 .age-rating_link {
   opacity: .7;
 }
 
 .age-rating_link:hover {
   opacity: 1;
 }
 .age-rating_image {
   max-width: 80px;
 }
 
 .footer-nav {
   text-align: center;
   margin-left: 30px;
   /* margin-bottom: 30px; */
 }
 
 .footer-nav_item {
   text-transform: uppercase;
   display: inline-block;
   margin-right: 15px;
 }
 
 .footer-nav_link {
   color: #ffffff;
   opacity: 0.5;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px !important;
   font-family: "robotocondensed-regular", sans-serif;
 }
 
 .footer-nav_link:hover {
   border: none !important;
   text-decoration: none;
   color: #fff;
 }
 


 @media only screen and (min-width: 48em) {
   .footer-nav_link {
     /* font-size: 9px; */
   }
 }
 
 @media only screen and (min-width: 48em) {
   .footer-nav {
     text-align: left;
   }
 }
 
 .copyright,
 .copyright-full {
   text-align: center;
   font-weight: normal;
   font-size: 12px !important;
   font-family: "robotocondensed-regular", sans-serif;
   color: #696969;
 }

 .copyright a,
 .copyright-full a {
  font-weight: normal;
   font-size: 12px !important;
   font-family: "robotocondensed-regular", sans-serif;
  color: #7a7a7a;
  text-decoration: underline;
 }

 .copyright a:hover,
 .copyright-full a:hover {
  text-decoration: none;
 }
 
 .copyright-full_text {
   margin-top: 0.5em;
   margin-bottom: 10px;
 }

 
 @media only screen and (min-width: 48em) {
   .copyright,
   .copyright-full {
     text-align: left;
   }
 }
 
 .page-footer {
   width: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   text-align: center;
   padding: 10px 20px;
 }
 
 @media only screen and (min-width: 80em) {
   .page-footer {
     position: relative;
     bottom: auto;
     left: auto;
   }
 }
 
 .page-footer_container {
   max-width: 1600px;
   margin: 0 auto;
 }

  .page-footer_container--wide-age .age-rating_item,
  .page-footer_container--wide-age .age-rating_link,
  .page-footer_container--wide-age .age-rating_image {
    display: inline-block;
    width: 100%;
  }

  @media screen and (max-width: 1200px) {
    .page-footer_container--wide-age .flex-layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

     .page-footer_container--wide-age .flex-layout_cell {
       width: 100%;
     }

     .page-footer_container--wide-age .age-rating_link {
       display: block;
       max-width: 70%;
       margin: 0 auto;
       text-align: center;
       
     }
  }

  @media screen and (max-width: 640px) {
    .page-footer_container--wide-age .age-rating_link {
      max-width: 100%;
    }
  }


 .page-footer_container--wide-age .age-rating_image {
   max-width: 600px;
 }
 
 @media only screen and (min-width: 100em) {
   .page-footer_container {
     margin: 0 auto;
   }
 }
 
 .fullscreen-bg {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   display: none;
 }
 
 @media only screen and (min-width: 64.063em) {
   .fullscreen-bg {
     display: block;
   }
 }
 
 .fullscreen-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
 }
 
 @media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) {
   .fullscreen-bg_video {
     width: 100%;
     height: auto;
   }
 }
 
 @media (min-aspect-ratio: 16 / 9) {
   .fullscreen-bg_video {
   }
 }
 
 @media (max-aspect-ratio: 16 / 9) {
   .fullscreen-bg_video {
   }
 }
 
 .tablet .fullscreen-bg {
   display: none;
 }
 
 
 
 .desktop-none-displayed {
   display: block;
 }
 
 @media only screen and (min-width: 64.063em) {
   .desktop-none-displayed {
     display: none;
   }
 }
 
 
 .legends-label {
   position: absolute;
   right: 0;
   bottom: 5vh;
   z-index: 10;
 }
 
 .legends-label_link {
   display: block;
   width: 100%;
   opacity: 0.6;
   -webkit-transition: opacity 0.25s ease-in;
   -o-transition: opacity 0.25s ease-in;
   transition: opacity 0.25s ease-in;
 }
 
 .legends-label_link:hover {
   opacity: 1;
 }
 
 .legends-label_link img {
   display: block;
   width: 230px;
 }
 
 @media screen and (max-width: 600px) {
 
  .legends-label {
    display: none;
  }

   .legends-label_link img {
     width: 100px;
   }
 }
 
 @media only screen and (min-height: 380px) and (min-width: 600px) and (max-width:80em) {
   .legends-label_link img {
     width: 170px;
   }
 
   .legends-label {
     /* bottom: 200px; */
     bottom: unset;
     top: 85px;
   }

   .page-korean .legends-label {
    bottom: 360px;
   }

   .lang-switcher {
     margin-right: 10px;
   }

   .lang-switcher__icon {
     width: 16px;
     height: 16px;
     margin-right: 5px;
   }

   .lang-switcher__icon svg {
     width: 16px;
     height: 16px;
   }

   .lang-switcher__label {
     font-size: 14px;
   }
 
 }
 
 @media screen and (max-width: 48em) {
   .legends-label {
     bottom: 30px;
   }


 
   .last-screen {
     /* -webkit-transform: unset;
         -ms-transform: unset;
             transform: unset; */
   }
 }
 
  
 @media screen and (max-width: 48em) and (max-height: 400px) {
  .legends-label {
    bottom: 0;
  }

  .legends-label_link img {
    width: 100px;
  }
 }
 


 
 /* header  */
 .screen-header {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 10;
 
   position: fixed;
 }
 
 @media screen and (max-width: 80em) {
   .last-screen {
    /* position: absolute; */
    /* right: 0; */

     top: 0;
     height: 100%;
     /* -webkit-transform: translate(-50%, 50%);
         -ms-transform: translate(-50%, 50%);
             transform: translate(-50%, 50%); */

 
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 
     /* min-height: 480px; */
   }
 
   .last-screen-container {
     width: 100%;
   }
 }
 
 @media screen and (max-width: 600px) {
   .last-screen {
     /* -webkit-transform: unset;
         -ms-transform: unset;
             transform: unset; */
   }
 
   .last-screen-container {
     padding-top: 90px;
   }
 
   .cta-button {
     font-size: 16px;
     padding: 13px 15px;
   }
 }
 
 
 /* language switcher */
 
 .lang-switcher {
   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;
   margin-top: 35px;
   margin-right: 25px;
   cursor: pointer;
   opacity: 0.7;
   -webkit-transition: opacity 0.2s ease-in;
   -o-transition: opacity 0.2s ease-in;
   transition: opacity 0.2s ease-in;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 }
 
 .lang-switcher:hover {
   opacity: 1;
 }
 
 .lang-switcher__icon {
   width: 19px;
   height: 19px;
   margin-right: 10px;
 }
 
 .lang-switcher__icon  svg{
   width: 19px;
   height: 19px;
 }
 
 .lang-switcher__label {
 
 }
 
 
 
 /* modal lang */
 
 .modal-languages {
   display: none;
   position: fixed;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   z-index: 999;
   overflow: hidden;
 
 }
 
 
 
 .modal-languages--active {
   display: block;
 }
 
 /* .modal-languages--active .modal-languages__outer {
   animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
 }
 
 .modal-languages--active .modal-languages__content {
 
   animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 } */
 
 .modal-languages--showing .modal-languages__outer {
   -webkit-animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
           animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
 }
 
 .modal-languages--showing .modal-languages__content {
 
   -webkit-animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 
           animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 }
 
 @-webkit-keyframes showModalLanguagesOuter {
   from { 
     display: block;
     opacity: 0; }
 
   to { opacity: 1;}
 }
 
 @keyframes showModalLanguagesOuter {
   from { 
     display: block;
     opacity: 0; }
 
   to { opacity: 1;}
 }
 
 @-webkit-keyframes showModalLanguagesContent {
   from { -webkit-transform: translateX(100%); transform: translateX(100%);}
   to { -webkit-transform: translateX(0); transform: translateX(0);}
 }
 
 @keyframes showModalLanguagesContent {
   from { -webkit-transform: translateX(100%); transform: translateX(100%);}
   to { -webkit-transform: translateX(0); transform: translateX(0);}
 }
 
 .modal-languages--hiding .modal-languages__outer {
   animation: 0.3s ease-in-out forwards reverse showModalLanguagesOuter;
 }
 .modal-languages--hiding .modal-languages__content {
   animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent;
 }
 
 
 .modal-languages__outer {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(50,60,59,0.7);
   -webkit-transition: background-color 0.3s ease-in;
   -o-transition: background-color 0.3s ease-in;
   transition: background-color 0.3s ease-in;
 
 
 }
 
 .modal-languages__content {
   /* display: none; */
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   min-width: 220px;
   padding-top: 50px;
   background-color: rgb(16, 20, 24);
   overflow-y: auto;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 
   /* animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent; */
 
 }
 
 .modal-languages__close {
   position: absolute;
   top: 6px;
   right: 6px;
 
   display: block;
   width: 22px;
   height: 22px;
   padding: 0;
   font-size: 22px;
   line-height: 22px;
   color: #ffffff;
   opacity: 0.65;
   text-align: center;
 
   text-decoration: none;
   background-color: transparent;
   outline: none;
   border: none;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 
   cursor: pointer;
   will-change: opacity;
 }
 
 .modal-languages__close:hover {
   opacity: 0.9;
 }
 
 .modal-languages__close:active {
   opacity: 1;
 }
 
 .modal-languages__realms-list {
   padding: 0 20px 20px;
   display: block;
   height: 100%;
   overflow-y: auto;
 }
 
 .modal-languages__realm {
   display: block;
   margin-top: 45px;
   padding: 0 10px;
 }
 
 .modal-languages__realm:first-child {
   margin-top: 0;
 }
 
 .modal-languages__realm-title {
   display: block;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
 }
 
 .modal-languages__languages-list {
   display: block;
   margin-top: 20px;
 }
 
 .modal-languages__language-item {
   display: block;
   margin-bottom: 7px;
 }
 
 
 .modal-languages__language-item--active .modal-languages__language-link {
   opacity: 0.8;
 }
 
 .modal-languages__language-item--active .modal-languages__language-link:before {
   content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='10' height='20' viewBox='0 -5 10 20'%3E%3Cpath stroke='%23FFF' stroke-linejoin='round' stroke-linecap='round' fill='none' d='M1 6.1l4.05 4.05L1 14.2'/%3E%3C/svg%3E");
 }
 
 .modal-languages__language-link {
   display: block;
   font-size: 14px;
   line-height: 22px;
   color: #ffffff;
   opacity: 0.5;
   will-change: opacity;
   -webkit-transition: opacity 0.25s linear;
   -o-transition: opacity 0.25s linear;
   transition: opacity 0.25s linear;
   text-decoration: none;
 }
 
 .modal-languages__language-link:hover {
   opacity: 0.9;
 }
 /* end */




 /* bonuses */

 .bonuses {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   /* margin-top: 6vh; */
 }

 .bonuses__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: calc(100% / 6);
   max-width: 190px;
   min-width: 150px;
   margin-bottom: 1.5em;
 }

 .bonuses__item-image-wrapper {
   width: 65%;
 }

 .bonuses__item-image {
   display: block;
   width: 100%;
 }

 .bonuses__item-texts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }

 .bonuses__item-title {
   display: block;
   margin-top: 0.7em;
   font-size: 18px;
   color: #ffcc66;
   font-family: "robotocondensed-bold", sans-serif;
   text-transform: uppercase;
   text-shadow: 0px -3px 15px rgba(0, 0, 0, 0.6);
 }

 .bonuses__item-subtitle {
   display: block;
   margin-top: .3em;
   font-size: 14px;
   color: #ffcc66;
   font-family: "robotocondensed-bold", sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
   opacity: 0.8;
 }


@media screen and (max-width: 1600px) {

  .last-screen-container {
    min-height: 750px;
    height: auto;
  }

  .bonuses__item  {
    min-width: 130px;
  }

  .bonuses__item-title {
    font-size: 16px;
  }

  .bonuses__item-subtitle {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .bonuses__item-title {
    font-size: 14px;
  }

  .bonuses__item-subtitle {
    font-size: 11px;
  }
}

@media screen and (max-width: 600px) {
  .bonuses__item {
    width: 50%;
  }

  .bonuses__item-image-wrapper {
    width: 90px;
  }
}


 /* bonuses end */

@media only screen and (max-width: 1024px) {
  
  .last-screen-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}



/* ADDITIONAL STYLES GLOWS-35706 */

.page-content {
  position: relative;
}

.page-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 26, 52, 0)), to(#031D36)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 53, 89, 0)), to(#003455));
  background: -o-linear-gradient(top, rgba(2, 26, 52, 0) 0%, #031D36 100%), -o-linear-gradient(top, rgba(0, 53, 89, 0) 0%, #003455 100%);
  background: linear-gradient(180deg, rgba(2, 26, 52, 0) 0%, #031D36 100%), linear-gradient(180deg, rgba(0, 53, 89, 0) 0%, #003455 100%);
  opacity: 0.7;
}

.last-screen-container {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 90vh;
}

.logo-container {
  width: 100%;
  max-width: 1000px;
  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;
  margin: 0 auto;
}

.logo-container .logo {

  margin: 0 1em 0;
}

.logo-container .logo_image {
  max-width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.buttons-container {
  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;
  margin-top: 5vh;
}


@media only screen and (min-width: 100em) {
  .buttons-container {
    padding: 23px 50px;
  }
}

@media only screen and (max-width: 980px) {
  .buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width:1024px) {
 .buttons-container {margin-top: 5vh;}
}


/* titles */
.content__text-container {
  margin-top: 2em;
}

.content__header {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "robotocondensed-bold", sans-serif;
  font-size: 3em;
  color: #eeeeee;
  text-transform: uppercase;
  text-shadow: 0px 8px 30px rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.content__subtitle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5em auto 0;
  font-family: "robotocondensed-regular", sans-serif;
  font-size: 1.6em;
  color: #eeeeee;
  text-transform: uppercase;
  text-shadow: 0px 8px 30px rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 980px) {
  .content__header {
    width: 80%;
    font-size: 1.6em;
  }

  .content__subtitle {
    font-size: 1em;
  }
}


/* buttons */
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 2.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.15em;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  background-color: #F56914;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 0 #F56914;
          box-shadow: 0 0 0 #F56914;
}
.button:hover {
  -webkit-box-shadow: 0 8px 30px #F56914;
          box-shadow: 0 8px 30px #F56914;
}
.button:active, .button:focus {
  -webkit-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
  background-color: #fe5000;
  outline: transparent;
}
.button.button--windows, .button.button--ps, .button.button--xbox, .button.button--modal {
  opacity: 1;
}
.button.button--windows::before, .button.button--ps::before, .button.button--xbox::before, .button.button--modal::before {
  content: "";
  display: block;
  width: 1.55em;
  height: 1.55em;
  margin-right: 0.6em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button.button--windows::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC44NDYgNy42MTlsOS43NDgtMS40NjZjLjU4NS0uMDg4IDEuMTA2LjQxNyAxLjEwNiAxLjA3NHY3LjYwN2MwIC41OTgtLjQzNyAxLjA4My0uOTc1IDEuMDgzaC05Ljc1Yy0uNTM4IDAtLjk3NS0uNDg1LS45NzUtMS4wODNWOC42OTVjMC0uNTQ0LjM2MS0xLjAwMy44NDYtMS4wNzZ6TTMwIDUuMDg0djkuNzVjMCAuNTk4LS40MzcgMS4wODMtLjk3NSAxLjA4M2gtMTAuNGMtLjUzOCAwLS45NzUtLjQ4NS0uOTc1LTEuMDgzdi04LjE5YzAtLjU0Mi4zNi0xIC44NDQtMS4wNzJsMTAuNDAxLTEuNTY0Yy4yOC0uMDM2LjU1OS4wNS43NzQuMjYuMjA3LjIxLjMzMS41MDYuMzMxLjgxNnptLTI1LjAyNSAxM2g5Ljc1Yy41MzggMCAuOTc1LjQ4NS45NzUgMS4wODN2Ny42MDdjMCAuNjU2LS41MiAxLjE2MS0xLjEwNiAxLjA3M2wtOS43NDktMS40NjVDNC4zNjEgMjYuMzA5IDQgMjUuODUgNCAyNS4zMDd2LTYuMTRjMC0uNTk4LjQzNy0xLjA4My45NzUtMS4wODN6bTI0LjA1IDBjLjUzOCAwIC45NzUuNDg1Ljk3NSAxLjA4M3Y5Ljc1YzAgLjMxLS4xMjMuNjA2LS4zMzEuODE2YS45MzMuOTMzIDAgMDEtLjY0NC4yNjdjLS4wNDUgMC0uMDg0IDAtLjEzLS4wMDdsLTEwLjQtMS41NjNjLS40ODQtLjA3My0uODQ1LS41MzItLjg0NS0xLjA3NHYtOC4xODljMC0uNTk4LjQzNy0xLjA4My45NzUtMS4wODNoMTAuNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.button.button--ps {
  -webkit-box-shadow: 0 0 0 #003D91;
          box-shadow: 0 0 0 #003D91;
  background-color: #003D91;
}
.button.button--ps::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMTYyIDMuMDl2MjYuMDg2bDUuMDc1IDEuNzMzVjkuMTM0YzAtLjU3Ny4wNjUtMSAuMjgtMS4yNDQuMjE0LS4zMzMuNDE0LS4zNjYuNzE5LS4yMjIuNzM0LjIzOSAxLjA3OS45NzggMS4wNzkgMi4xNzdWMTguNmMxLjY0My44NjYgMy4xMTYuOTU1IDQuMTk1LjA0NCAxLjEyNC0uODY2IDEuNzE4LTIuNDA1IDEuNzE4LTQuNzEgMC0yLjQwNS0uNDA0LTQuMjYtMS4zNTgtNS40NjYtLjg2NC0xLjI5NC0yLjM4OC0yLjMzMy00LjYzNS0zLjItMi44MDgtMS4wMS01LjE3LTEuNzMzLTcuMDczLTIuMTc3em0tMS41NTkgMTUuNzc2bC0uOTk4LjM1Nkw0LjMzIDIxLjcxbC0xLjA3OS40OUMxLjYwOSAyMi45NjUuNzMgMjMuNzg3Ljc3NSAyNC41MWMuMDg1IDEuMDU1IDEuMTY4IDEuODIyIDMuMTE2IDIuNCAyLjUyOC43NTUgNS4wOS45MjcgNy43MTMuNDg4di0yLjk3N2wtMSAuNC0xLjExOC40ODktMS43OTkuNC0xLjcxOC0uMjIyYy0uMzQ0LS4yNDUtLjQ2LS41MTctLjI0LS43NTYuMjE1LS4xNDQuNTM1LS4zNDQuODgtLjQ4OWwxLjE1OC0uNDQ0IDMuODM3LTEuNTF2LTMuNDIzem0xNC41NDYgMS4zNzhjLS40Ny0uMDIyLS45NDUuMDIyLTEuMzk5LjA0NC0xLjY3OC4wNC0zLjQwMS4zNDUtNS4xOTUuOTc4djMuNTFsMy41NTctMS4zNzcgMS44MzgtLjcxMSAxLjE5OS0uMzU1Yy43NzQtLjIyOCAxLjU5OC4wODggMS41OTguMDg4LjQ3NC4wNDUuNzE0LjI0NS44LjQ5LjA4NC4yODgtLjIzLjUxLS44OC43NTVsLTEuNTk4LjcxLTYuNTE0IDIuNTc4djMuNDIybDMuMDM3LTEuMiA3LjMxMy0yLjg4OC44NzktLjQ0NWMxLjczMy0uNzIyIDIuNTIyLTEuNDgzIDIuNDM3LTIuNDQ0LS4wNDUtLjkxNi0xLjAyOS0xLjYzOS0yLjc1Ny0yLjI2NmExNC4wNzYgMTQuMDc2IDAgMDAtNC4zMTUtLjg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.button.button--ps:hover {
  -webkit-box-shadow: 0 8px 30px #003D91;
          box-shadow: 0 8px 30px #003D91;
}
.button.button--ps:active, .button.button--ps:focus {
  background-color: #003D91;
  outline: transparent;
}
.button.button--xbox {
  -webkit-box-shadow: 0 0 0 #51A81B;
          box-shadow: 0 0 0 #51A81B;
  background-color: #51A81B;
}
.button.button--xbox::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuOTY4IDIuMzE4Yy0yLjc0IDAtNS4zNS43NjctNy41MTYgMi4xMDctLjE0LjA0Ny0uMzgxLjIzLS42LjQyNSAxLjk0My0xLjU0NCA2LjQzOCAxLjU0OSA3Ljc1IDIuNDdhLjYzNC42MzQgMCAwMC43MzIgMGMxLjMxMy0uOTIxIDUuODA4LTQuMDE0IDcuNzUxLTIuNDctLjIyLS4xOTQtLjQ2MS0uMzc4LS42LS40MjUtMi4xNjYtMS4zNC00Ljc3OC0yLjEwNy03LjUxNy0yLjEwN3pNOC4wMyA2LjE0OGMtMS4wMiAwLTEuNzY0LjgzLTEuNzY0LjgzQzMuODQ3IDkuNTk3IDIuMzE4IDEzLjEwNyAyLjMxOCAxN2MwIDguMTA3IDYuNTYgMTQuNjgyIDE0LjY1IDE0LjY4MiA0LjI2NyAwIDguMTUzLTEuODUxIDEwLjgyOC00Ljc4OCAwIDAtLjMxOS0xLjkxNS0yLjI5My00LjcyNC0yLjIwOC0zLjMzLTYuNjgtNy41MjQtOC4xMTMtOC44MTJhLjYzLjYzIDAgMDAtLjg1MS4wMDRjLTEuMDc5Ljk4OC0zLjg2MyAzLjc1MS00LjQ3NiA0LjQ2OC0xLjQ2NSAxLjUzMi01LjU0MSA2LjM4My01Ljc5NiA5LjEyOCAwIDAtLjg5Mi0yLjE3IDEuMDgyLTcuMTUgMS4yMjktMi45OSA1LjA0NS03LjQzNyA2Ljg5Ni05LjM3N2EuNjM4LjYzOCAwIDAwLS4wMi0uOTA4Yy0uNjEzLS41NzQtMi4wNDEtMS41OC0zLjMyOS0yLjM1NC0uODkxLS41NzQtMS45MS0uOTU3LTIuODY1LTEuMDJ6bTE3LjY3NSAwYy0uNDE2IDAtMy4xMjUuODU3LTUuOTc0IDMuMzgzYS42MzMuNjMzIDAgMDAtLjAzLjkxM2MxLjAzMiAxLjA2NyAzLjg1NSAzLjggNS41NDcgNi40OTIgMi4xMDIgMy40NDcgMy4zNzUgNi4xOTIgMi42MSA5Ljk1OCAyLjM1Ny0yLjYxNyAzLjgyMy02LjA2NCAzLjgyMy05Ljg5NC0uMDY0LTMuODMtMS41My03LjM0LTMuOTUtOS45NThsLS4xOS0uMTkyYy0uNTEtLjU3NC0xLjI2My0uNzAyLTEuODM2LS43MDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.button.button--xbox:hover {
  -webkit-box-shadow: 0 8px 30px #51A81B;
          box-shadow: 0 8px 30px #51A81B;
}
.button.button--xbox:active, .button.button--xbox:focus {
  background-color: #51A81B;
  outline: transparent;
}
.button.button--modal {
  -webkit-box-shadow: 0 0 0 #000000;
          box-shadow: 0 0 0 #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.button.button--modal::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcgMUM4LjE2NCAxIDEgOC4xNjQgMSAxN3M3LjE2NCAxNiAxNiAxNiAxNi03LjE2NCAxNi0xNlMyNS44MzYgMSAxNyAxem03LjA3MiAxNi41MzZsLTEwLjE0NCA1Ljg1NmMtLjUxLjI5NS0uOTI4LjA1My0uOTI4LS41MzZWMTEuMTQzYzAtLjU5LjQxNy0uODMxLjkyOC0uNTM2bDEwLjE0NCA1Ljg1NmMuNTEuMjk2LjUxLjc3OCAwIDEuMDczeiIgZmlsbD0iI0U2MDAyOCIvPjxwYXRoIGQ9Ik0xMy45MjggMjMuMzk1bDEwLjE0NC01Ljg1NmMuNTEtLjI5NS41MS0uNzc3IDAtMS4wNzNMMTMuOTI4IDEwLjYxYy0uNTEtLjI5NS0uOTI4LS4wNTQtLjkyOC41MzZ2MTEuNzEzYzAgLjU5LjQxNy44My45MjguNTM2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.button.button--modal:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.button--modal:active, .button.button--modal:focus {
  background-color: none;
  outline: transparent;
}
.button.button--rounded-bottom {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.button__label {
  display: block;
}

.button {
  width: 360px;
  margin: 0 10px 1em;
}

@media screen and (max-width: 1200px) {
  .button {
    font-size: 1em;
  }
}
@media screen and (max-width: 980px) {
  .button {
    width: 310px;
    font-size: 0.95em;
  }
}
