/* Primary */
/* Secondary */
@font-face {
  font-family: "Charlemagne Std";
  src: local("Charlemagne Std"), url("fonts/CharlemagneStd-Bold.woff2") format("woff2"), url("fonts/CharlemagneStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* Default */
/* Icons */
@font-face {
  font-family: "icons";
  src: local("icons"), url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

/* === Mixins === */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  padding: 0;
  list-style: none; }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

::-moz-selection {
  background: #00f2f5;
  color: #fff; }

::selection {
  background: #00f2f5;
  color: #fff; }

::-moz-selection {
  background: #00f2f5;
  color: #fff; }

html {
  font-size: 10px; }
  @media (max-width: 1800px) and (min-width: 850px) {
    html {
      font-size: calc(0.42105vw + 2.42105px); } }
  @media (max-width: 850px) and (min-width: 350px) {
    html {
      font-size: calc(0.6vw + 3.9px); } }
  @media only screen and (max-width: 479px) {
    html {
      font-size: 8px; } }

body {
  font-family: "Georgia", serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #fff;
  background-color: #110d05;
  line-height: 1.55;
  background-size: cover;
  overflow-y: auto; }

.l-main {
  overflow: hidden; }
  .l-main__sections {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    z-index: 0; }
    @media only screen and (min-width: 850px) {
      .l-main__sections:before, .l-main__sections:after {
        content: '';
        position: absolute;
        display: block;
        width: 15.7rem;
        top: 90vh;
        height: 100%;
        background: url("media/brush-border.png") center center;
        background-size: 15.7rem auto;
        pointer-events: none;
        z-index: -1; }
      .l-main__sections:before {
        left: 0;
        z-index: 0; }
      .l-main__sections:after {
        right: 0;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
        background-position: 0 0; } }
  .l-main__section {
    -webkit-box-ordinal-group: 11;
            order: 10; }
    @media only screen and (max-width: 849px) {
      .l-main__section_home {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .l-main__section_media {
        -webkit-box-ordinal-group: 4;
                order: 3; }
      .l-main__section_news {
        -webkit-box-ordinal-group: 5;
                order: 4; }
      .l-main__section_features {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .l-main__section_story {
        display: none; } }
  .l-main__section-title {
    font-family: "Charlemagne Std", serif;
    position: relative;
    font-size: 4.8rem;
    text-transform: uppercase;
    text-align: center;
    margin: 10rem 0;
    letter-spacing: 0.1em;
    z-index: 0; }
    @media only screen and (max-width: 849px) {
      .l-main__section-title {
        font-size: 1rem;
        color: transparent; } }
    .l-main__section-title:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 28.6rem;
      margin-top: -5rem;
      pointer-events: none;
      background: url("media/page-divider.png") center center no-repeat;
      background-size: auto 28.6rem;
      z-index: -1; }
      @media only screen and (max-width: 849px) {
        .l-main__section-title:before {
          margin-top: -10rem; } }
    .l-main__section-title_big {
      font-size: 7.8rem; }
      @media only screen and (max-width: 849px) {
        .l-main__section-title_big {
          margin-bottom: 20rem; } }
      .l-main__section-title_big:before {
        margin-top: -2rem; }
    @media only screen and (max-width: 849px) {
      .l-main__section-title_mob {
        font-size: 6rem;
        text-transform: uppercase;
        color: #fff; } }
    .l-main__section-title_mob:before {
      margin-top: -7rem; }

.b-flex, .b-flex-fdc, .b-flex-jcc, .b-flex-aic, .b-flex-fww {
  display: -webkit-box;
  display: flex; }
  .b-flex-fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .b-flex-jcc {
    -webkit-box-pack: center;
            justify-content: center; }
  .b-flex-aic {
    -webkit-box-align: center;
            align-items: center; }
  .b-flex-fww {
    flex-wrap: wrap; }
  .b-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1; }

/*
 * HEADERS
 */
h1, .h1 {
  margin: 0;
  line-height: 1;
  font-size: 3.6rem; }
  @media only screen and (max-width: 479px) {
    h1, .h1 {
      font-size: 2.4rem; } }

h2, .h2 {
  margin: 0;
  line-height: 1;
  font-family: "Charlemagne Std", serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 2.6rem; }
  @media only screen and (max-width: 479px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  margin: 0;
  line-height: 1;
  font-size: 2rem; }

h4, .h4 {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400; }

h5, .h5 {
  margin: 0;
  line-height: 1;
  color: #798d97;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700; }

/*
 * Other
 */
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

strong {
  font-weight: 700; }

.t-label {
  font-size: 1.2rem;
  color: #798d97; }

.t-strong {
  font-weight: 700; }

.t-nobr {
  white-space: nowrap; }

.t-sup {
  vertical-align: super; }

.t-small {
  font-size: 0.85em; }

.t-light {
  color: #798d97; }

.t-center {
  text-align: center; }

.b-undefined {
  color: #dee3e5; }

.t-transparent {
  color: transparent; }

.t-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.t-font-secondary {
  font-family: "Charlemagne Std", serif; }

mark {
  color: inherit;
  background-color: rgba(0, 242, 245, 0.15); }

a {
  color: inherit;
  text-decoration: none; }

sub, sup {
  display: inline-block;
  margin-bottom: -1em;
  font-size: 0.7em; }

.b-link {
  cursor: pointer;
  text-decoration: underline; }
  .b-link:hover {
    color: #fff; }

.b-link-alt {
  cursor: pointer;
  text-decoration: underline; }
  .b-link-alt:hover {
    color: #fff; }
  .b-link-alt:hover {
    color: #fff; }

@-webkit-keyframes pulse {
  30%, 70% {
    opacity: 1; }
  50% {
    opacity: 0.4; } }

@keyframes pulse {
  30%, 70% {
    opacity: 1; }
  50% {
    opacity: 0.4; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.b-icon-steam:before {
  content: "\EA04";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-youtube:before {
  content: "\EA06";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-facebook:before {
  content: "\EA02";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-twitter:before {
  content: "\EA05";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-instagram:before {
  content: "\EA03";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-discord:before {
  content: "\EA01";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .b-glide * {
    box-sizing: inherit; }
  .b-glide__track {
    overflow: hidden; }
  .b-glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .b-glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .b-glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    @media only screen and (max-width: 849px) {
      .b-glide__slide {
        height: auto; } }
    .b-glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .b-glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .b-glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .b-glide--rtl {
    direction: rtl; }

.b-input-text-styled {
  width: 100%;
  max-width: 33.2rem;
  height: 5.3rem;
  font-size: 1.9rem;
  padding: 0 1rem;
  background: url("media/input-text-bg.png") center center no-repeat;
  background-size: cover;
  color: #cc6f41;
  border: 0;
  opacity: 0.8; }
  .b-input-text-styled::-webkit-input-placeholder {
    color: #cc6f41; }
  .b-input-text-styled::-moz-placeholder {
    color: #cc6f41; }
  .b-input-text-styled:-ms-input-placeholder {
    color: #cc6f41; }
  .b-input-text-styled::-ms-input-placeholder {
    color: #cc6f41; }
  .b-input-text-styled::placeholder {
    color: #cc6f41; }
  .b-input-text-styled:focus {
    outline: 0;
    opacity: 1; }

.b-input-text, .b-input-textarea, .b-input-select {
  border: 1px solid #ebefef;
  border-radius: 5px;
  padding: 0 0.5em;
  font-size: 1em;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  background-color: #1c1210;
  border: transparent;
  color: inherit; }
  .b-input-text:hover, .b-input-textarea:hover, .b-input-select:hover {
    border-color: #b3cccc; }
  .b-input-text:focus, .b-input-textarea:focus, .b-input-select:focus {
    border-color: #00f2f5;
    outline: 0;
    background-color: #221815;
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3); }
  .b-input-text[disabled], .b-input-textarea[disabled], .b-input-select[disabled] {
    background-color: transparent;
    opacity: 0.5;
    pointer-events: none; }

.b-input-select {
  padding: 0.5em; }

.b-input-text {
  line-height: 2; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .b-input-text {
      height: 2em; } }

.b-input-textarea {
  line-height: 1.4;
  font-size: 14px;
  padding: 5px; }

.b-form {
  color: #d1a596; }
  .b-form__title {
    font-size: 1.2em;
    color: #fff; }
  .b-form__group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .b-form__group:last-child {
      margin-bottom: 0; }
  .b-form__cell {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 1%;
    margin: 0.5rem;
    min-width: 30rem; }
    .b-form__cell_full {
      flex-basis: 100%;
      min-width: auto; }
    .b-form__cell_small {
      min-width: auto;
      -webkit-box-flex: 0;
              flex-grow: 0; }
    .b-form__cell_divider {
      flex-basis: 100%;
      margin: 0; }
  .b-form p {
    font-size: 1.5rem;
    margin: 0 0 1em 0; }

.b-field {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .b-field__label {
    margin-bottom: 0.5rem;
    font-size: 0.9em; }
  .b-field__input {
    width: 100%; }

.b-button-roll {
  cursor: pointer;
  text-decoration: underline;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 35.2rem;
  height: 12.3rem;
  font-size: 2.1rem;
  color: #c3a185;
  background: url("media/btn-roll.png") center center no-repeat;
  background-size: contain;
  letter-spacing: 0.1em; }
  .b-button-roll:hover {
    color: #fff; }

.b-button {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "Charlemagne Std", serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: url("media/button.png") center center no-repeat;
  background-size: contain;
  font-size: 1rem;
  width: 32.4em;
  height: 7.4em;
  text-transform: uppercase;
  opacity: 0.9;
  -webkit-transition: all 150ms;
  transition: all 150ms; }
  .b-button:focus {
    outline: 0; }
  .b-button__text {
    font-size: 2rem;
    text-shadow: 0 0 1rem #000; }
  .b-button_dim {
    background-image: url("media/button-dim.png"); }
  .b-button_alt {
    background-image: url("media/button-alt.png");
    color: #fff;
    text-transform: none; }
  .b-button:hover {
    opacity: 1; }
  .b-button:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  @media only screen and (max-width: 1299px) {
    .b-button {
      font-size: 0.9rem; } }

.b-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 2rem auto;
  width: 100%;
  max-width: 100rem;
  font-size: 1.5rem; }
  .b-nav__item {
    font-family: "Charlemagne Std", serif;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 4rem 5rem 4rem 10rem;
    z-index: 1;
    cursor: pointer; }
    @media only screen and (max-width: 849px) {
      .b-nav__item {
        font-size: 2.1rem; } }
    .b-nav__item span {
      display: block;
      position: absolute;
      width: 15rem;
      height: 15rem;
      top: 50%;
      left: -3.9rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: radial-gradient(closest-side, rgba(255, 0, 0, 0.2), transparent);
      -webkit-transition: all 450ms;
      transition: all 450ms;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: -2; }
    .b-nav__item:before, .b-nav__item:after {
      content: '';
      position: absolute;
      display: block;
      width: 35.2rem;
      height: 12.4rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -2rem;
      background: url("media/nav-icons.png") no-repeat;
      background-size: auto 24.8rem;
      -webkit-transition: all 450ms;
      transition: all 450ms;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: -1; }
    .b-nav__item:after {
      width: 0;
      opacity: 0; }
    .b-nav__item:hover:before, .b-nav__item:hover span, .b-nav__item_active:before, .b-nav__item_active span {
      opacity: 0; }
    .b-nav__item:hover:after, .b-nav__item_active:after {
      opacity: 1;
      width: 35.2rem; }
    .b-nav__item_about:before {
      background-position: 0rem bottom; }
    .b-nav__item_about:after {
      background-position: 0rem top; }
    .b-nav__item_media:before {
      background-position: -35.2rem bottom; }
    .b-nav__item_media:after {
      background-position: -35.2rem top; }
    .b-nav__item_news:before {
      background-position: -70.4rem bottom; }
    .b-nav__item_news:after {
      background-position: -70.4rem top; }
    .b-nav__item_features:before {
      background-position: -105.6rem bottom; }
    .b-nav__item_features:after {
      background-position: -105.6rem top; }
    .b-nav__item_story:before {
      background-position: -140.8rem bottom; }
    .b-nav__item_story:after {
      background-position: -140.8rem top; }

.b-section-home {
  min-height: 100vh; }
  @media only screen and (max-width: 479px) {
    .b-section-home {
      min-height: 50vh; } }
  @media only screen and (min-width: 850px) {
    .b-section-home:before {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      overflow: hidden;
      content: '';
      background: #110d05 url("media/home-bg.jpg") center top no-repeat;
      background-size: 100% auto;
      min-height: 23vw;
      z-index: -1; } }
  @media only screen and (max-width: 849px) {
    .b-section-home {
      background-color: #130f05; } }
  .b-section-home__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .b-section-home__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 5vw;
    z-index: 1; }
    @media only screen and (max-width: 479px) {
      .b-section-home__row {
        padding: 0 3vw; } }
    @media only screen and (max-width: 849px) {
      .b-section-home__row_social {
        display: none; } }

.b-home-buy {
  position: relative;
  width: 100%;
  margin: 30vw 0 10vw 0; }
  @media only screen and (max-width: 479px) {
    .b-home-buy {
      position: -webkit-sticky;
      position: sticky;
      top: 20vw;
      margin: 20vw 0 10vw 0; } }
  .b-home-buy:before {
    content: '';
    display: block;
    padding-top: 24%; }
  .b-home-buy:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 300%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("media/home-btn-mob.png") center center no-repeat;
    background-size: contain;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    z-index: -1; }

.b-home-bg-mobile {
  position: relative; }
  @media only screen and (min-width: 850px) {
    .b-home-bg-mobile {
      display: none; } }
  .b-home-bg-mobile__img {
    position: absolute;
    width: 100%;
    top: -10vw;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.b-email {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 49rem;
  height: 26.4rem;
  color: #d1a596;
  background: url("media/home-email-bg.png") center center no-repeat;
  background-size: contain;
  padding: 5rem 10rem 5rem 5rem;
  margin-left: -7vw;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  font-size: 2.2rem;
  line-height: 1; }
  .b-email__input {
    margin: 1rem 0; }
  .b-email__button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    background: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    color: inherit; }
  .b-email_mob {
    margin: 1rem auto;
    margin-bottom: calc(5rem + 50px); }
  .b-email__keymailer {
    position: absolute;
    bottom: calc(-1rem - 50px);
    left: calc(50% - 120px); }
    @media only screen and (max-width: 479px) {
      .b-email__keymailer {
        left: calc(50% - 100px); } }

.b-vote {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  width: 49em;
  height: 26.4rem;
  color: #d1a596;
  background: url("media/home-email-bg.png") center center no-repeat;
  background-size: contain;
  padding: 2em 3em 4em 1em;
  margin-left: -7vw;
  line-height: 1; }
  @media only screen and (max-width: 849px) {
    .b-vote {
      margin-left: 0;
      font-size: 0.85rem; } }
  @media only screen and (max-width: 479px) {
    .b-vote {
      font-size: 0.75rem; } }
  .b-vote__col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 2em; }
  .b-vote__logo {
    display: block;
    width: 16.5em;
    height: 11.7em;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: 1em; }
  .b-vote__btn {
    display: block;
    width: 14.9em;
    height: 4.9em;
    background: url("media/vote-btn.png") center no-repeat;
    background-size: contain; }
    .b-vote__btn:hover {
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1); }
  .b-vote__divider {
    position: absolute;
    width: 2px;
    left: calc(50% - 1px - 1em);
    top: 4em;
    bottom: 5em;
    background-color: rgba(0, 0, 0, 0.2); }
  .b-vote_mob {
    margin: 1em auto;
    margin-bottom: calc(5em + 50px); }

.b-logo {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10;
  margin-top: -4rem; }
  @media only screen and (max-width: 849px) {
    .b-logo {
      margin: 5rem auto 17rem; } }
  @media only screen and (max-width: 479px) {
    .b-logo {
      margin-top: 0; } }
  .b-logo__slogan {
    position: relative;
    text-align: right;
    font-size: 1rem; }
    @media only screen and (max-width: 1299px) {
      .b-logo__slogan {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 849px) {
      .b-logo__slogan {
        font-size: 0.7rem;
        margin-top: -3rem;
        position: initial; } }
    @media only screen and (max-width: 479px) {
      .b-logo__slogan {
        font-size: 0.5rem; } }
  .b-logo__title {
    font-family: "Charlemagne Std", serif;
    margin-top: 1em;
    font-size: 2.3em;
    text-transform: uppercase;
    margin-bottom: 0.55em;
    color: #ffc043; }
    @media only screen and (max-width: 380px) {
      .b-logo__title > * {
        display: inline; } }
  .b-logo__subtitle {
    font-size: 2em; }
  .b-logo__img {
    width: 36.2rem; }
    @media only screen and (max-width: 849px) {
      .b-logo__img {
        width: 37rem;
        margin-left: -1rem;
        margin-right: -2rem; } }
    @media only screen and (max-width: 479px) {
      .b-logo__img {
        width: 20rem;
        margin-left: -0.5rem;
        margin-right: -1rem; } }
  .b-logo__award {
    position: absolute;
    display: block;
    width: 26.6rem;
    top: calc(100% + 3rem);
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (max-width: 849px) {
      .b-logo__award {
        width: 22rem; } }
    @media only screen and (max-width: 479px) {
      .b-logo__award {
        width: 17rem; } }

.b-trailer {
  margin: 4rem -2rem -4rem auto;
  cursor: pointer;
  -webkit-transition: all 150ms;
  transition: all 150ms; }
  .b-trailer:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  .b-trailer__text {
    font-family: "Charlemagne Std", serif;
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -5rem;
    letter-spacing: 0.1em;
    z-index: 1; }
  .b-trailer__img {
    width: 36.8rem;
    z-index: 0;
    margin: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.b-trailer-mobile {
  position: relative;
  width: 100%;
  margin-top: -35rem;
  margin-bottom: -15rem; }
  @media only screen and (max-width: 479px) {
    .b-trailer-mobile {
      margin-bottom: -17rem;
      margin-top: -18rem; } }
  .b-trailer-mobile__bg {
    width: 100%; }
  .b-trailer-mobile__watch {
    position: absolute;
    width: 21.5rem;
    right: 8vw;
    top: 60%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.b-timer {
  font-family: "Charlemagne Std", serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 4rem auto;
  width: 59rem;
  height: 21rem;
  z-index: 0;
  line-height: 1; }
  @media only screen and (max-width: 849px) {
    .b-timer {
      margin: 10rem auto;
      -webkit-box-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 479px) {
    .b-timer {
      width: 47.2rem;
      height: 16.8rem;
      margin: 1rem auto; } }
  .b-timer__img {
    position: absolute;
    width: 166.4rem;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: -1; }
    @media only screen and (max-width: 849px) {
      .b-timer__img {
        width: 195vw; } }
    @media only screen and (max-width: 479px) {
      .b-timer__img {
        width: 205vw; } }
  .b-timer__title {
    text-align: center;
    font-size: 2.4rem;
    margin: 1rem;
    color: #e0a05a; }
    @media only screen and (max-width: 849px) {
      .b-timer__title {
        font-size: 3rem; } }
    @media only screen and (max-width: 479px) {
      .b-timer__title {
        font-size: 2rem; } }
    @media only screen and (max-width: 349px) {
      .b-timer__title {
        font-size: 1.5rem; } }
  .b-timer__title-accent {
    color: #fff1b1;
    white-space: nowrap; }
  .b-timer__timer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (max-width: 849px) {
      .b-timer__timer {
        font-size: 6rem; } }
    @media only screen and (max-width: 479px) {
      .b-timer__timer {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 349px) {
      .b-timer__timer {
        font-size: 3rem; } }
  .b-timer__timer-block {
    display: -webkit-box;
    display: flex;
    color: #614937; }
    .b-timer__timer-block:after {
      content: ':';
      display: block;
      margin: 0 3rem;
      -webkit-animation: pulse 1s infinite linear;
              animation: pulse 1s infinite linear;
      color: #fff; }
      @media only screen and (max-width: 849px) {
        .b-timer__timer-block:after {
          margin: 0 0.5em; } }
    .b-timer__timer-block:last-child:after {
      display: none; }
  .b-timer__timer-value {
    color: #fff; }
  .b-timer__subtitle {
    font-family: "Georgia", serif;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 3.1rem;
    margin-bottom: -1.5rem; }
  .b-timer__divider {
    width: 16rem;
    margin: 0 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
  .b-timer__buy {
    width: 20rem; }
  .b-timer__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 0; }
  .b-timer__link {
    position: relative;
    width: 8.7rem;
    height: 8.5rem; }
    .b-timer__link:hover:before {
      opacity: 1; }
    .b-timer__link:before {
      content: '';
      position: absolute;
      display: block;
      width: 8.7rem;
      height: 9.5rem;
      top: calc(50% - 1rem);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("media/home-timer-links.png") no-repeat;
      background-size: auto 9.5rem;
      -webkit-transition: all 450ms;
      transition: all 450ms;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: -1;
      opacity: 0.75; }
    .b-timer__link_steam:before {
      background-position: 0rem bottom; }
    .b-timer__link_ps:before {
      background-position: -8.7rem bottom; }
    .b-timer__link_xbox:before {
      background-position: -17.4rem bottom; }
    .b-timer__link_nin:before {
      background-position: -26.1rem bottom; }
    .b-timer__link_ep:before {
      background-position: -34.8rem bottom; }

.b-timer-sale {
  font-family: "Georgia", serif;
  letter-spacing: 0.1em;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding-bottom: 2em;
  width: 9em;
  height: 14.8em;
  font-size: 1rem;
  z-index: -2;
  line-height: 1.2; }
  .b-timer-sale:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("media/home-timer-sale.png") no-repeat;
    background-size: contain;
    margin-left: -0.25em;
    z-index: -1; }
  .b-timer-sale__val {
    color: #ffce64;
    font-size: 2.2em; }
  .b-timer-sale__due {
    color: #d16a21;
    font-size: 1.4em; }

.b-cc-link {
  margin: 4rem auto 2rem;
  font-size: 2.4rem;
  z-index: 99;
  color: #f4e7dd; }

.b-home-awards {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 2em auto;
  font-size: 1rem; }
  @media only screen and (max-width: 849px) {
    .b-home-awards {
      margin: 0 auto 7em; } }
  .b-home-awards__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 31.9em;
    height: 20.6em;
    margin: -4em -3.5em 0;
    background: url("media/awards.png") no-repeat;
    background-size: auto 20.6em;
    font-size: 0.9rem; }
    .b-home-awards__item:nth-child(1) {
      background-position: 0em bottom; }
    .b-home-awards__item:nth-child(2) {
      background-position: -31.9em bottom; }
    .b-home-awards__item:nth-child(3) {
      background-position: -63.8em bottom; }
    .b-home-awards__item:nth-child(4) {
      background-position: -95.7em bottom; }
    .b-home-awards__item:nth-child(5) {
      background-position: -127.6em bottom; }
    .b-home-awards__item:nth-child(6) {
      background-position: -159.5em bottom; }
    @media only screen and (max-width: 1299px) {
      .b-home-awards__item {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 849px) {
      .b-home-awards__item {
        margin: 0;
        font-size: 0.8rem; } }
    @media only screen and (max-width: 479px) {
      .b-home-awards__item {
        font-size: 0.7rem; } }
    @media only screen and (max-width: 349px) {
      .b-home-awards__item {
        font-size: 0.5rem; } }

.b-section-media {
  position: relative; }
  .b-section-media:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    content: '';
    top: -15rem;
    bottom: 0;
    background-image: url("media/media-bg.jpg"), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20vw, #1a1511));
    background-image: url("media/media-bg.jpg"), linear-gradient(to top, transparent, #1a1511 20vw);
    background-position: center 0, 0 0;
    background-size: 100% auto, contain;
    background-repeat: no-repeat, no-repeat;
    min-height: 23vw;
    z-index: -1; }
    @media only screen and (max-width: 849px) {
      .b-section-media:before {
        display: none; } }
  @media only screen and (max-width: 849px) {
    .b-section-media:after {
      content: '';
      position: absolute;
      display: block;
      width: 200%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("media/features-bg.jpg") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      z-index: -1;
      opacity: 0.5; } }

.b-quotes {
  width: 100%; }
  .b-quotes__block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 0;
    padding: 0 5rem; }
    @media only screen and (max-width: 849px) {
      .b-quotes__block {
        padding: 0; } }
  .b-quotes__item {
    width: calc(100% / 3);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 2rem 0; }
    @media only screen and (max-width: 849px) {
      .b-quotes__item {
        width: 100%;
        margin: 0rem 0;
        min-height: 20rem; } }
  .b-quotes__item-wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    max-width: 45rem; }
    @media only screen and (max-width: 479px) {
      .b-quotes__item-wrap {
        max-width: 75%; } }
    @media only screen and (min-width: 850px) {
      .b-quotes__item-wrap:before {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        overflow: hidden;
        content: '';
        width: 65.7rem;
        height: 43.8rem;
        top: calc(50% - 21.9rem);
        left: calc(50% - 32.85rem);
        background: url("media/media-quote-bg.png") center center no-repeat;
        background-size: contain;
        z-index: -1; } }
  .b-quotes__logo {
    width: 80%;
    height: 7rem;
    background: center no-repeat;
    background-size: contain;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-quotes__logo {
        width: 40%;
        height: 5rem;
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin: 0;
        align-self: flex-end; } }
  .b-quotes__text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: 1rem 0 3rem; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .b-quotes__text {
        width: 43rem; } }
    @media only screen and (max-width: 849px) {
      .b-quotes__text {
        -webkit-box-ordinal-group: 2;
                order: 1; } }
  @media only screen and (max-width: 849px) {
    .b-quotes__link {
      display: none; } }

.b-section-news {
  position: relative; }
  @media only screen and (min-width: 850px) {
    .b-section-news:before {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      overflow: hidden;
      content: '';
      top: -15rem;
      bottom: 0;
      background-image: url("media/news-bg.jpg"), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, #110d05));
      background-image: url("media/news-bg.jpg"), linear-gradient(to bottom, transparent, #110d05 10rem);
      background-position: center bottom, 0 0;
      background-size: 100% auto, contain;
      background-repeat: no-repeat, no-repeat;
      min-height: 70vw;
      z-index: -1; } }
  @media only screen and (max-width: 849px) {
    .b-section-news:after {
      content: '';
      position: absolute;
      display: block;
      width: 200%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("media/news-bg.jpg") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      z-index: -1;
      opacity: 0.5; } }
  .b-section-news__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }

.b-news {
  margin: 4rem auto 0;
  width: 100%;
  padding: 0 7vw; }
  @media only screen and (max-width: 849px) {
    .b-news {
      margin-bottom: 5rem;
      padding: 0; } }
  .b-news__feed {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .b-news__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    width: calc(100% / 3 - 8rem);
    margin: 4rem;
    max-width: 44rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 849px) {
      .b-news__item {
        max-width: none;
        margin: 7rem 7rem 0;
        width: calc(100% - 14rem); } }
  .b-news__cover {
    position: relative;
    width: 85%;
    margin-bottom: 7rem;
    z-index: 0; }
    @media only screen and (max-width: 849px) {
      .b-news__cover {
        margin-bottom: 10rem; } }
    .b-news__cover:before {
      content: '';
      position: absolute;
      display: block;
      width: 126%;
      height: 156%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-46%, -50%);
              transform: translate(-46%, -50%);
      background: url("media/news-scroll.png") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      z-index: -1;
      z-index: -1; }
    .b-news__cover:after {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .b-news__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }
  .b-news__title {
    font-size: 3.5rem;
    line-height: 1.1em;
    height: 3.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1em; }
    @media only screen and (max-width: 849px) {
      .b-news__title {
        height: auto;
        margin-bottom: 0.75em; } }
  .b-news__desc {
    font-size: 2rem;
    margin-bottom: 2rem;
    height: 7.75em;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (max-width: 849px) {
      .b-news__desc {
        margin-bottom: 0; } }
  .b-news__link {
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-size: 2rem;
    text-decoration: none;
    margin: 0 auto;
    color: #d1a596; }
    .b-news__link:hover {
      color: #fff; }
  .b-news__all {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 0;
    height: 20rem; }
    .b-news__all:before {
      content: '';
      mix-blend-mode: screen;
      position: absolute;
      display: block;
      width: 101.5rem;
      height: 35.8rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("media/news-btn-bg.png") no-repeat;
      background-size: contain;
      pointer-events: none;
      opacity: 0.75;
      z-index: -1; }

.b-section-features {
  position: relative; }
  .b-section-features:before, .b-section-features:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    content: '';
    background-image: url("media/features-bg.jpg");
    background-position: center 20rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 70vw;
    z-index: -1; }
  @media only screen and (max-width: 849px) {
    .b-section-features:before, .b-section-features:after {
      display: none; } }
  @media only screen and (max-width: 670px) {
    .b-section-features:after {
      background-position: center 70%; } }
  @media only screen and (max-width: 479px) {
    .b-section-features:after {
      background-position: center 60%; } }
  .b-section-features__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }

.b-features {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 10vw; }
  @media only screen and (max-width: 849px) {
    .b-features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; } }
  .b-features__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: calc(50% - 4rem);
    max-width: 53.4rem;
    margin: 10rem 2rem 5rem;
    z-index: 0; }
    @media only screen and (max-width: 849px) {
      .b-features__item {
        width: calc(100% - 4rem);
        margin: 1rem 2rem 6rem; }
        .b-features__item:nth-child(1) {
          -webkit-box-ordinal-group: 5;
                  order: 4;
          margin-bottom: 0; }
        .b-features__item:nth-child(2) {
          -webkit-box-ordinal-group: 2;
                  order: 1; }
        .b-features__item:nth-child(3) {
          -webkit-box-ordinal-group: 3;
                  order: 2; }
        .b-features__item:nth-child(4) {
          -webkit-box-ordinal-group: 4;
                  order: 3; } }
  .b-features__title {
    position: relative;
    font-size: 3rem; }
    @media only screen and (max-width: 849px) {
      .b-features__title {
        text-align: center;
        font-size: 3.5rem; } }
    .b-features__title:before {
      content: '';
      position: absolute;
      display: block;
      width: 34.9rem;
      height: 7.2rem;
      top: 50%;
      left: -3rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: url("media/features-item-title.png") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      z-index: -1; }
      @media only screen and (max-width: 849px) {
        .b-features__title:before {
          content: '';
          position: absolute;
          display: block;
          width: 34.9rem;
          height: 7.2rem;
          top: 50%;
          left: -3rem;
          -webkit-transform: translate(30%, -50%);
                  transform: translate(30%, -50%);
          background: url("media/features-item-title.png") center center no-repeat;
          background-size: contain;
          -webkit-transition: all 150ms;
          transition: all 150ms;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          pointer-events: none;
          z-index: -1; } }
  .b-features__media {
    position: relative;
    background-color: #000;
    margin: 6rem 0; }
    .b-features__media:before {
      content: '';
      position: absolute;
      display: block;
      width: 145%;
      height: 214%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("media/features-item-frame.png") center center no-repeat;
      background-size: contain;
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      z-index: -1; }
    .b-features__media:after {
      content: '';
      display: block;
      padding-top: 56.25%; }
    @media only screen and (max-width: 849px) {
      .b-features__media {
        margin: 2rem 0 1rem; } }
  .b-features__yt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .b-features__desc {
    font-size: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-features__desc {
        text-align: center; } }

.b-section-story {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: calc(70vw + 24em); }
  @media only screen and (max-width: 849px) {
    .b-section-story {
      min-height: calc(200vw + 36em); } }
  @media only screen and (max-width: 479px) {
    .b-section-story {
      min-height: calc(200vw + 60em); } }
  .b-section-story:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    content: '';
    background-image: url("media/story-bg.jpg"), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10rem, #110d05));
    background-image: url("media/story-bg.jpg"), linear-gradient(to top, transparent, #110d05 10rem);
    background-position: center 24em, 0 0;
    background-size: 100% auto, contain;
    background-repeat: no-repeat, no-repeat;
    min-height: 70vw;
    z-index: -1; }
    @media only screen and (max-width: 849px) {
      .b-section-story:before {
        background-size: 250% auto, contain;
        background-position: center 36em, 0 0; } }
    @media only screen and (max-width: 479px) {
      .b-section-story:before {
        background-size: 250% auto, contain;
        background-position: center 60em, 0 0; } }
  .b-section-story__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .b-section-story__desc {
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 32em;
    width: 80%;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: center; }
  .b-section-story__btns {
    margin-bottom: 14vw; }

.b-section-buy {
  position: relative; }
  .b-section-buy:before {
    opacity: 0.5; }
    @media only screen and (max-width: 849px) {
      .b-section-buy:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 270%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url("media/buy-bg.png") center center no-repeat;
        background-size: contain;
        -webkit-transition: all 150ms;
        transition: all 150ms;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        z-index: -1; } }
    @media only screen and (max-width: 479px) {
      .b-section-buy:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 220%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url("media/buy-bg.png") center center no-repeat;
        background-size: contain;
        -webkit-transition: all 150ms;
        transition: all 150ms;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        z-index: -1; } }

.b-footer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10vw 0 4rem;
  font-size: 2rem; }
  .b-footer:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    content: '';
    top: -1px;
    background-image: url("media/footer-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(20vw, transparent), color-stop(27vw, #030201));
    background-image: url("media/footer-bg.png"), linear-gradient(to bottom, transparent 20vw, #030201 27vw);
    background-position: center top, center top;
    background-size: 100% auto, contain;
    background-repeat: no-repeat, no-repeat;
    z-index: -1; }
    @media only screen and (max-width: 849px) {
      .b-footer:before {
        display: none; } }
  @media only screen and (max-width: 849px) {
    .b-footer {
      width: 100%;
      max-width: 55rem;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 479px) {
    .b-footer {
      max-width: 90%;
      font-size: 1.4rem; } }
  .b-footer__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .b-footer__row_inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-box-ordinal-group: 3;
                  order: 2; }
        .b-footer__row_dim {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          flex-wrap: wrap; }
        .b-footer__row_cols {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
                  justify-content: space-between; } }
  .b-footer__col {
    width: 40%; }
    @media only screen and (max-width: 479px) {
      .b-footer__col {
        width: 45%; } }
  .b-footer__g {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 2rem 3rem; }
    @media only screen and (max-width: 1299px) {
      .b-footer__g {
        margin: 2rem 1rem; } }
    @media only screen and (max-width: 849px) {
      .b-footer__g {
        margin: 0 0 5rem;
        -webkit-box-align: start;
                align-items: flex-start; }
        .b-footer__g_soc {
          -webkit-box-ordinal-group: 100;
                  order: 99; }
        .b-footer__g_last {
          -webkit-box-ordinal-group: 0;
                  order: -1; } }
  .b-footer__g-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 11.5rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__g-content {
        -webkit-box-align: start;
                align-items: flex-start;
        min-height: auto; } }
  .b-footer__g-label {
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .b-footer__g-label {
        margin-bottom: 1rem;
        color: #c3a58b; } }
    .b-footer__g-label_links {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 0 0.5em; }
      @media only screen and (max-width: 849px) {
        .b-footer__g-label_links {
          color: #c3a58b; } }
  .b-footer__link {
    text-decoration: none;
    color: #c7a589; }
    @media only screen and (max-width: 849px) {
      .b-footer__link {
        text-decoration: underline;
        text-transform: uppercase; } }
  .b-footer__dimmed {
    cursor: pointer;
    text-decoration: underline;
    text-decoration: none;
    color: #929090;
    margin: 0 2rem; }
    .b-footer__dimmed:hover {
      color: #fff; }
    @media only screen and (max-width: 849px) {
      .b-footer__dimmed {
        margin: 1rem 0;
        color: #928d8a;
        text-decoration: underline; } }

.b-cc-mail__form {
  display: -webkit-box;
  display: flex;
  width: 35.1rem;
  height: 7.4rem;
  background: url("media/footer-input.png") center no-repeat;
  background-size: cover; }

.b-cc-mail__input {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  height: 7.4rem;
  width: 75%;
  padding-left: 3rem;
  color: #fff;
  font-size: 2rem; }
  .b-cc-mail__input:focus {
    outline: 0; }
  .b-cc-mail__input::-webkit-input-placeholder {
    color: #fff; }
  .b-cc-mail__input::-moz-placeholder {
    color: #fff; }
  .b-cc-mail__input:-ms-input-placeholder {
    color: #fff; }
  .b-cc-mail__input::-ms-input-placeholder {
    color: #fff; }
  .b-cc-mail__input::placeholder {
    color: #fff; }

.b-cc-mail__submit {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  height: 7.4rem;
  width: 25%;
  background: url("media/arrow.png") right center no-repeat;
  background-size: auto 60%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0.8;
  cursor: pointer; }
  .b-cc-mail__submit:focus {
    outline: 0; }
  .b-cc-mail__submit:hover {
    opacity: 1; }

.b-overlays {
  position: relative;
  z-index: 999; }

.b-popup {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadein 300ms;
          animation: fadein 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .b-popup:before {
    content: '\00d7';
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 0.5;
    font-size: 4rem;
    color: #fff;
    cursor: pointer; }
  .b-popup__form {
    position: relative;
    width: 100%;
    max-height: 100%;
    max-width: 45rem;
    background-color: #312622;
    padding: 4rem;
    overflow: auto;
    border-radius: 5px; }
  .b-popup__frame {
    position: relative;
    width: 60vw; }
    .b-popup__frame:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .b-popup__frame iframe {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.b-glide {
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 849px) {
    .b-glide {
      padding-bottom: 8.4rem; } }
  .b-glide__nav, .b-glide__bullets {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 7rem;
    right: 7rem;
    pointer-events: none;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
    @media only screen and (max-width: 849px) {
      .b-glide__nav, .b-glide__bullets {
        top: calc(100% - 8.4rem);
        height: 8.4rem;
        left: 1rem;
        right: 1rem; } }
  .b-glide__arrow {
    width: 8.4rem;
    height: 8.4rem;
    background: url("media/arrow.png") center center no-repeat;
    background-size: contain;
    opacity: 0.8;
    cursor: pointer;
    pointer-events: all; }
    .b-glide__arrow:hover {
      opacity: 1; }
    .b-glide__arrow_right {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
  .b-glide__bullets {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .b-glide__bullet {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0;
    pointer-events: all;
    background-color: #f2cb80;
    opacity: 0.5;
    margin: 0 0.75rem; }
    .b-glide__bullet.glide__bullet--active {
      opacity: 1; }

.b-text-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#cda75b), color-stop(#69442c), color-stop(#eedbb4), color-stop(#a17845), to(#cdb498));
  background: linear-gradient(0deg, #cda75b, #69442c, #eedbb4, #a17845, #cdb498);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.b-action {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  @media only screen and (max-width: 849px) {
    .b-action {
      position: relative;
      max-width: 55rem;
      margin: 0 auto;
      z-index: 10; } }
  .b-action__title {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-action__title {
        display: none; } }
  .b-action__buy {
    margin: 0 auto; }
  .b-action__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    max-width: 108rem;
    width: 100%; }
    @media only screen and (max-width: 849px) {
      .b-action__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  .b-action__btn {
    margin: 1.5rem;
    opacity: 0.75; }
    .b-action__btn:hover {
      opacity: 1; }
    @media only screen and (max-width: 849px) {
      .b-action__btn {
        width: initial;
        background-image: none;
        margin: 1.5rem; } }
  .b-action__shop {
    display: block;
    width: 20.4em;
    font-size: 1rem;
    margin-top: calc((7.4em - 8.1em) / 2);
    background: url("media/shops.png") no-repeat;
    background-size: 100% auto; }
    .b-action__shop:before {
      content: '';
      display: block;
      padding-top: 39.70588%; }
    .b-action__shop_steam {
      background-position: center 0em; }
    .b-action__shop_ps {
      background-position: center -8.1em; }
    .b-action__shop_xbox {
      background-position: center -16.2em; }
    .b-action__shop_nintendo {
      background-position: center -24.3em; }
    .b-action__shop_epic {
      background-position: center -32.4em; }
  .b-action_v2 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .b-action_v2 .b-action__btn {
      height: auto;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    .b-action_v2 .b-action__shop {
      width: 28.5em;
      background: url("media/shops_v2.png") no-repeat;
      background-size: 100% auto;
      font-size: 10px; }
      .b-action_v2 .b-action__shop:before {
        content: '';
        display: block;
        padding-top: 30.87719%; }
      .b-action_v2 .b-action__shop_steam {
        background-position: center 0em; }
      .b-action_v2 .b-action__shop_ps {
        background-position: center -8.8em; }
      .b-action_v2 .b-action__shop_xbox {
        background-position: center -17.6em; }
      .b-action_v2 .b-action__shop_nintendo {
        background-position: center -26.4em; }
      .b-action_v2 .b-action__shop_epic {
        background-position: center -35.2em; }

.b-slinks {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 10px;
  margin: 2em auto; }
  @media only screen and (max-width: 849px) {
    .b-slinks {
      margin: 4em auto; } }
  @media only screen and (max-width: 479px) {
    .b-slinks {
      font-size: 8px; } }
  .b-slinks__item {
    display: block;
    width: 4.2em;
    height: 4.6em;
    margin: 0 2.1em;
    background: url("media/home-social.png") no-repeat;
    background-size: auto 4.6em;
    opacity: 0.47;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    @media only screen and (max-width: 849px) {
      .b-slinks__item {
        margin: 0 1.05em;
        opacity: 0.6; } }
    .b-slinks__item:hover {
      opacity: 1; }
    .b-slinks__item_fb {
      background-position: 0em bottom; }
    .b-slinks__item_rd {
      background-position: -4.2em bottom; }
    .b-slinks__item_tw {
      background-position: -8.4em bottom; }
    .b-slinks__item_yt {
      background-position: -12.6em bottom; }
    .b-slinks__item_ig {
      background-position: -16.8em bottom; }
    .b-slinks__item_dc {
      background-position: -21em bottom; }
  .b-slinks_footer {
    font-size: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-slinks_footer {
        margin: 0; } }
    .b-slinks_footer .b-slinks__item {
      width: 5.1em;
      height: 5.4em;
      background-image: url("media/footer-social.png");
      background-size: auto 5.4em;
      margin: 0 0.5em;
      opacity: 0.8; }
      .b-slinks_footer .b-slinks__item_fb {
        background-position: 0em bottom; }
      .b-slinks_footer .b-slinks__item_rd {
        background-position: -5.1em bottom; }
      .b-slinks_footer .b-slinks__item_tw {
        background-position: -10.2em bottom; }
      .b-slinks_footer .b-slinks__item_yt {
        background-position: -15.3em bottom; }
      .b-slinks_footer .b-slinks__item_ig {
        background-position: -20.4em bottom; }
      .b-slinks_footer .b-slinks__item_dc {
        background-position: -25.5em bottom; }
      @media only screen and (max-width: 849px) {
        .b-slinks_footer .b-slinks__item {
          margin: 0 1.5em; } }
      @media only screen and (max-width: 479px) {
        .b-slinks_footer .b-slinks__item {
          margin: 0 0.5em; } }

@media only screen and (max-width: 849px) {
  .s-over-tablet {
    display: none; } }

@media only screen and (min-width: 850px) {
  .s-tablet {
    display: none; } }

@media only screen and (max-width: 479px) {
  .s-over-phone {
    display: none; } }

@media only screen and (min-width: 480px) {
  .s-phone {
    display: none; } }

@media only screen and (max-width: 349px) {
  .s-over-smallest {
    display: none; } }

@media only screen and (min-width: 350px) {
  .s-smallest {
    display: none; } }

@media only screen and (orientation: landscape) {
  .s-portrait {
    display: none; } }

@media only screen and (orientation: portrait) {
  .s-landscape {
    display: none; } }
