/* 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; }

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;
    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: flex;
    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;
        transform: scaleX(-1);
        background-position: 0 0; } }
  .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; }
    .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; }
    .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; }

.b-flex, .b-flex-fdc, .b-flex-jcc, .b-flex-aic, .b-flex-fww {
  display: flex; }
  .b-flex-fdc {
    flex-direction: column; }
  .b-flex-jcc {
    justify-content: center; }
  .b-flex-aic {
    align-items: center; }
  .b-flex-fww {
    flex-wrap: wrap; }
  .b-flex-grow {
    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;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    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; }
    .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::-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;
  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: flex;
    flex-wrap: wrap; }
    .b-form__group:last-child {
      margin-bottom: 0; }
  .b-form__cell {
    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;
      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: flex;
  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: flex;
  justify-content: 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: flex;
  justify-content: 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;
  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 {
    transform: translateY(3px); }
  @media only screen and (max-width: 1299px) {
    .b-button {
      font-size: 0.9rem; } }

.b-nav {
  display: flex;
  justify-content: space-between;
  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; }
    .b-nav__item span {
      display: block;
      position: absolute;
      width: 15rem;
      height: 15rem;
      top: 50%;
      left: -3.9rem;
      transform: translateY(-50%);
      background-image: radial-gradient(closest-side, rgba(255, 0, 0, 0.2), transparent);
      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%;
      transform: translateY(-50%);
      left: -2rem;
      background: url("media/nav-icons.png") no-repeat;
      background-size: auto 24.8rem;
      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 {
      opacity: 0; }
    .b-nav__item:hover: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: flex;
    flex-direction: column; }
  .b-section-home__row {
    display: flex;
    justify-content: space-between;
    padding: 0 7vw; }
    @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 {
        order: -1; } }

.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: flex;
  justify-content: 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: flex;
    flex-direction: column;
    justify-content: space-between;
    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__keymailer {
    position: absolute;
    bottom: calc(-1rem - 50px);
    left: calc(50% - 120px); }
    @media only screen and (max-width: 479px) {
      .b-vote__keymailer {
        left: calc(50% - 100px); } }
  .b-vote_mob {
    margin: 1em auto;
    margin-bottom: calc(5em + 50px); }

.b-logo {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
  margin-top: -4rem; }
  @media only screen and (max-width: 849px) {
    .b-logo {
      margin: -2rem auto 17rem; } }
  .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.85rem;
        position: initial; } }
    @media only screen and (max-width: 479px) {
      .b-logo__slogan {
        font-size: 0.7rem; } }
  .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: 18rem; } }
    @media only screen and (max-width: 479px) {
      .b-logo__img {
        width: 13rem; } }
  .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; } }

.b-trailer {
  margin: 4rem -2rem -4rem auto;
  cursor: pointer;
  transition: all 150ms; }
  .b-trailer:hover {
    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%;
    transform: translate(0, -50%); }

.b-timer {
  font-family: "Charlemagne Std", serif;
  display: flex;
  flex-direction: column;
  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;
      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%;
    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: flex;
    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: 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: flex;
    justify-content: 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: flex;
    justify-content: center;
    align-items: center; }
  .b-timer__link {
    position: relative;
    width: 8.7rem;
    height: 8.5rem;
    opacity: 0.75; }
    .b-timer__link:hover {
      opacity: 1; }
    .b-timer__link:before {
      content: '';
      position: absolute;
      display: block;
      width: 8.7rem;
      height: 9.5rem;
      top: calc(50% - 1rem);
      transform: translateY(-50%);
      background: url("media/home-timer-links.png") no-repeat;
      background-size: auto 9.5rem;
      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-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-cc-link {
  margin: 4rem auto 2rem;
  font-size: 2.4rem;
  z-index: 99;
  color: #f4e7dd; }

.b-home-awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
  font-size: 1rem; }
  @media only screen and (max-width: 849px) {
    .b-home-awards {
      margin: 7em auto 10em; } }
  .b-home-awards__item {
    display: flex;
    align-items: 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.7rem; } }
    @media only screen and (max-width: 479px) {
      .b-home-awards__item {
        font-size: 0.45rem; } }
    @media only screen and (max-width: 349px) {
      .b-home-awards__item {
        font-size: 0.4rem; } }

.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"), 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 {
        top: 0; } }
  @media only screen and (max-width: 849px) {
    .b-section-media:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 175.5%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("media/mobile-bg-1.png") center center no-repeat;
      background-size: contain;
      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-quotes {
  width: 100%; }
  .b-quotes__block {
    display: flex;
    flex-wrap: wrap;
    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: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0; }
    @media only screen and (max-width: 849px) {
      .b-quotes__item {
        width: 100%;
        margin: 4rem 0; } }
  .b-quotes__item-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    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; }
  .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; } }

.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"), 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; } }
  .b-section-news__content {
    display: flex;
    flex-direction: column;
    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: flex;
    justify-content: space-between; }
  .b-news__item {
    display: flex;
    flex-direction: column;
    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%;
      transform: translate(-46%, -50%);
      background: url("media/news-scroll.png") center center no-repeat;
      background-size: contain;
      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: 2.2em; } }
  .b-news__desc {
    font-size: 2rem;
    margin-bottom: 2rem;
    height: 7.75em;
    text-overflow: ellipsis;
    overflow: hidden; }
  .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; }
    @media only screen and (max-width: 849px) {
      .b-news__link {
        font-size: 1rem;
        display: flex;
        color: #fff;
        text-transform: none; } }
  .b-news__all {
    position: relative;
    display: flex;
    justify-content: 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%;
      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 {
      background-image: url("media/features-bg-mobile.jpg");
      background-position: center top; }
    .b-section-features:after {
      background-image: url("media/features-bg-mobile-2.jpg");
      background-position: center bottom; } }
  @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: flex;
    flex-direction: column;
    justify-content: center; }

.b-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10vw; }
  @media only screen and (max-width: 849px) {
    .b-features {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .b-features__item {
    display: flex;
    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__title {
    position: relative;
    font-size: 3rem; }
    @media only screen and (max-width: 849px) {
      .b-features__title {
        text-align: center; } }
    @media only screen and (min-width: 850px) {
      .b-features__title:before {
        content: '';
        position: absolute;
        display: block;
        width: 34.9rem;
        height: 7.2rem;
        top: 50%;
        left: -3rem;
        transform: translate(0, -50%);
        background: url("media/features-item-title.png") center center no-repeat;
        background-size: contain;
        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%;
      transform: translate(-50%, -50%);
      background: url("media/features-item-frame.png") center center no-repeat;
      background-size: contain;
      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%; }
  .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: flex;
  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"), 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: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; }
  .b-section-story__desc {
    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-story-add {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .b-section-story-add: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-mobile.jpg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 130vw;
    z-index: -1; }

.b-footer {
  position: relative;
  display: flex;
  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"), 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 {
        background-size: 200% auto, contain; } }
  .b-footer__row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__row {
        flex-direction: column; }
        .b-footer__row_inner {
          flex-direction: row;
          order: 2; }
        .b-footer__row_dim {
          flex-direction: row;
          flex-wrap: wrap; } }
  .b-footer__g {
    display: flex;
    flex-direction: column;
    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: 1rem; }
        .b-footer__g_soc {
          order: 99; }
        .b-footer__g_last {
          order: -1; } }
  .b-footer__g-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 11.5rem; }
  .b-footer__g-label {
    text-align: center; }
    .b-footer__g-label_links {
      display: flex;
      justify-content: space-between;
      padding: 0 0.5em; }
  .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 2rem;
        color: #614d46; } }

.b-cc-mail__form {
  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::-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%;
  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: flex;
  width: 100%;
  min-height: 100vh;
  align-items: 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 {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 7rem;
    right: 7rem;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 849px) {
      .b-glide__nav {
        top: calc(100% - 8.4rem);
        height: 8.4rem;
        left: 1rem;
        right: 1rem; }
        .b-glide__nav:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 4.2rem;
          height: 3px;
          width: calc(100% - 18rem);
          left: 50%;
          transform: translateX(-50%);
          background-color: #4a442f; } }
  .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 {
      transform: scaleX(-1); }

.b-text-gradient {
  background: linear-gradient(0deg, #cda75b, #69442c, #eedbb4, #a17845, #cdb498);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.b-action {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: 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 {
        position: relative;
        font-size: 4rem; } }
  .b-action__buy {
    margin: 0 auto; }
  .b-action__btns {
    display: flex;
    justify-content: 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 {
        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.4rem;
    height: 8.1rem;
    margin-top: calc((7.4em - 8.1rem) / 2);
    background: url("media/shops.png") no-repeat;
    background-size: 100% auto; }
    .b-action__shop_steam {
      background-position: center 0rem; }
    .b-action__shop_ps {
      background-position: center -8.1rem; }
    .b-action__shop_xbox {
      background-position: center -16.2rem; }
    .b-action__shop_nintendo {
      background-position: center -24.3rem; }
    .b-action__shop_epic {
      background-position: center -32.4rem; }
  .b-action_alt .b-action__title {
    z-index: 0; }
    @media only screen and (max-width: 479px) {
      .b-action_alt .b-action__title {
        align-self: flex-start;
        margin-left: 2rem; } }
    .b-action_alt .b-action__title:before {
      content: '';
      position: absolute;
      display: block;
      width: 28.2rem;
      height: 7.2rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("media/shops-title.png") center center no-repeat;
      background-size: contain;
      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-action_alt .b-action__buy {
    width: 24rem; }
  .b-action_alt .b-action__btn {
    margin: 0; }
    .b-action_alt .b-action__btn_nintendo {
      order: 5; }
    .b-action_alt .b-action__btn_xbox {
      order: 3; }
    .b-action_alt .b-action__btn_ps {
      order: 2; }
    .b-action_alt .b-action__btn_steam {
      order: 1; }
    .b-action_alt .b-action__btn_epic {
      order: 4; }
  .b-action_alt .b-action__btns {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 1rem;
    max-width: 52rem;
    width: 100%; }
  .b-action_alt .b-action__shop_nintendo {
    margin: 0 -2rem; }
  .b-action_alt .b-action__shop_xbox {
    margin: 0 -3rem; }
  .b-action_alt .b-action__shop_ps {
    margin: 0 -1rem; }
  .b-action_alt .b-action__shop_steam {
    margin: 0 -3rem; }
  .b-action_alt .b-action__shop_epic {
    margin: 0 -7rem; }

.b-social {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin: 2em auto; }
  @media only screen and (max-width: 849px) {
    .b-social {
      margin: 4em auto; } }
  @media only screen and (max-width: 479px) {
    .b-social {
      font-size: 8px; } }
  .b-social__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;
    transition: all 150ms; }
    @media only screen and (max-width: 849px) {
      .b-social__item {
        margin: 0 1.05em;
        opacity: 0.6; } }
    .b-social__item:hover {
      opacity: 1; }
    .b-social__item_fb {
      background-position: 0em bottom; }
    .b-social__item_rd {
      background-position: -4.2em bottom; }
    .b-social__item_tw {
      background-position: -8.4em bottom; }
    .b-social__item_yt {
      background-position: -12.6em bottom; }
    .b-social__item_ig {
      background-position: -16.8em bottom; }
    .b-social__item_dc {
      background-position: -21em bottom; }
  .b-social_footer {
    font-size: 1rem; }
    .b-social_footer .b-social__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-social_footer .b-social__item_fb {
        background-position: 0em bottom; }
      .b-social_footer .b-social__item_rd {
        background-position: -5.1em bottom; }
      .b-social_footer .b-social__item_tw {
        background-position: -10.2em bottom; }
      .b-social_footer .b-social__item_yt {
        background-position: -15.3em bottom; }
      .b-social_footer .b-social__item_ig {
        background-position: -20.4em bottom; }
      .b-social_footer .b-social__item_dc {
        background-position: -25.5em bottom; }

@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; } }
