@import url(https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500&family=PT+Serif&family=Playfair+Display&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600&display=block);
.gj-register-confirmed {
  position: relative;
}
.gj-register-confirmed__content {
  display: flex;
  padding: 40px 80px 0 0;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__content {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register-confirmed__content {
    padding: 20px 30px 40px;
  }
}
.gj-register-confirmed__left-block {
  padding-right: 60px;
  padding-left: 70px;
  background-image: url(/modern-3/dd1f914fcd079ce0314b.png);
  background-size: 110%;
  background-position: left 30px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__left-block {
    display: none;
  }
}
.gj-register-confirmed__right-block {
  flex: 1;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__right-block {
    padding-bottom: 0px;
  }
}
.gj-register-confirmed__spaced-block {
  margin-bottom: 25px;
}
.gj-register-confirmed__header {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__header {
    font-size: 36px;
    line-height: 44px;
  }
}
.gj-register-confirmed__subheader {
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__subheader {
    font-size: 20px;
    position: relative;
    padding-bottom: 160px;
  }
  .gj-register-confirmed__subheader::after {
    content: '';
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -50px;
    position: absolute;
    background-image: url(/modern-3/5f99a15fa896bf4ea201.png);
    background-size: 340px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.gj-register-confirmed__main-text {
  font-size: 18px;
  line-height: 26px;
  padding-top: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .gj-register-confirmed__main-text {
    color: rgba(255, 255, 255, 0.7);
  }
}
.gj-register-confirmed__email {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  .gj-register-confirmed__email {
    font-size: 18px;
  }
}

.gj-reg-container {
  background-color: #202a33;
  background-color: var(--gj-register-background, #202a33);
  position: relative;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .gj-reg-container {
    border-radius: 0px;
  }
}
.gj-reg-container * {
  box-sizing: border-box;
}
.gj-reg-content {
  font-family: 'Fira Sans', sans-serif;
  background-image: url(/modern-3/854e11cfe7bbb585dcaf.png);
  background-image: var(--gj-register-image, './images/form-background.png');
  font-size: 14px;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .gj-reg-content.--change-bg {
    background-image: url(/modern-3/bc38079db4d96254d318.jpg) !important;
  }
}
@media only screen and (max-width: 500px) {
  .gj-reg-content.--change-bg {
    background-position: top center;
    background-size: 220%;
  }
}
.gj-reg-header-logo {
  display: flex;
  align-items: center;
}
.gj-reg-header-logo__image {
  background-image: url(/modern-3/e4ca0b5ddebb1f81dd9e.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  width: 33px;
  height: 47px;
}
.gj-reg-header-logo.--pix .gj-reg-header-logo__image {
  background-image: url(/modern-3/142d2975251217dbfb67.svg);
  width: 36px;
  height: 36px;
}
.gj-reg-header-logo__subtitle {
  font-size: 18px;
  line-height: 24px;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .gj-reg-header-logo__subtitle {
    font-size: 14px;
  }
}
.gj-reg-header-logo__title {
  font-size: 24px;
  opacity: 0.7;
}
.gj-reg-link {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  transition: all 0.1s ease-out;
}
.gj-reg-link.--orange {
  color: #ffaa08;
  color: var(--gj-register-accent, #ffaa08);
}
.gj-reg-link:hover,
.gj-reg-link:focus {
  color: rgba(255, 170, 8, 0.8);
  color: rgba(var(--gj-register-accent-rgb, 255, 170, 8), 0.8);
}
.gj-reg-link:active {
  color: rgba(255, 170, 8, 0.7);
  color: rgba(var(--gj-register-accent-rgb, 255, 170, 8), 0.7);
}
.gj-reg-close {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url(/modern-3/cd6c79ae40913f80efbf.svg);
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 0px 0px 0px 4px;
  z-index: 5;
  right: 0;
  top: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.gj-reg-close.--back {
  background-image: url(/modern-3/b429d59b24ef2540148e.svg);
}
.gj-reg-close:hover,
.gj-reg-close:focus {
  opacity: 1;
}
.gj-reg-close:active {
  opacity: 0.6;
}
.gj-reg-button {
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  background-color: transparent;
  min-width: 220px;
  height: 56px;
  font-size: 21px;
  flex-shrink: 0;
  font-weight: 300;
  border-radius: 3px;
  letter-spacing: 2.5px;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}
.gj-reg-button:hover,
.gj-reg-button:focus {
  opacity: 1;
}
.gj-reg-button:hover.--filled,
.gj-reg-button:focus.--filled {
  box-shadow: 0 0 13px #db835d;
  box-shadow: 0 0 13px var(--gj-register-button-shadow);
}
.gj-reg-button:hover.--outline,
.gj-reg-button:focus.--outline {
  border-color: #fff;
}
.gj-reg-button:active {
  opacity: 0.8;
}
.gj-reg-button:disabled,
.gj-reg-button.--disabled {
  pointer-events: none;
  opacity: 0.6 !important;
}
.gj-reg-button.--small {
  height: 46px;
}
.gj-reg-button.--filled {
  background: #db835d;
  background: var(--gj-register-button-background, #db835d);
  font-family: 'Fira Sans Condensed', sans-serif;
  height: 64px;
  font-weight: 500;
  min-width: 350px;
  font-size: 32px;
  text-shadow: 0px 1px 0px #FFD18B;
  color: #112227;
  border-radius: 4px;
  box-shadow: 0px 6px 21px rgba(8, 15, 34, 0.88);
  border-top: 1px solid #FFEDC9;
  border-bottom: 1px solid rgba(134, 59, 27, 0.46);
}
@media only screen and (max-width: 760px) {
  .gj-reg-button.--filled {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-reg-button.--filled {
    min-width: 100%;
    height: 56px;
    font-size: 24px;
    line-height: 24px;
  }
}
.gj-reg-button.--outline {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 64px;
  min-width: 350px;
  font-size: 32px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 760px) {
  .gj-reg-button.--outline {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-reg-button.--outline {
    min-width: 100%;
    height: 56px;
    font-size: 24px;
    line-height: 24px;
  }
}
.gj-reg-button.--loading {
  pointer-events: none;
  opacity: 0.4 !important;
}
.gj-reg-button.--loading:before {
  content: '';
  background-image: url(/modern-3/430fc2eb2b9556d6f006.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  opacity: 0.5;
}

.gj-register-detect {
  position: relative;
}
.gj-register-detect__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-detect__content {
    padding: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register-detect__content {
    padding: 20px;
  }
}
.gj-register-detect__emoji {
  background-image: url(/modern-3/48f55cc6cb679b5184f7.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.gj-register-detect__os {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.gj-register-detect__text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: 'PT Serif', serif;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.7);
}
.gj-register-detect__hint {
  margin-bottom: 10px;
}
.gj-register-detect__error-hint {
  font-size: 14px;
  opacity: 0.5;
  max-width: 320px;
  margin-top: 20px;
}
.gj-register-detect__input {
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-align: center;
  border: none;
  height: 46px;
  font-weight: 300;
  background: none;
  border: 0;
  color: #fff;
  width: 100%;
  outline: none;
}
.gj-register-detect__button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  margin: 10px 0;
  padding: 0 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  outline: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 300px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 500px) {
  .gj-register-detect__button {
    min-width: 100%;
  }
}
.gj-register-detect__button.--copy {
  background-image: url(/modern-3/7e0927cf215dfc12fa63.svg);
  background-position: calc(100% - 12px) center;
  animation: scaleIn 0.3s ease-out;
}
.gj-register-detect__button.--copy-error {
  pointer-events: none;
  background-color: #793434;
  border-color: #793434;
  animation: scaleIn 0.3s ease-out;
}
.gj-register-detect__button.--copy-done {
  background-image: url(/modern-3/7d12b1fbbc43fb880fe8.svg);
  background-position: calc(100% - 12px) center;
  pointer-events: none;
  background-color: #356654;
  border-color: #356654;
  opacity: 1;
  animation: scaleIn 0.3s ease-out;
}
.gj-register-detect__button.--ps5 {
  background-image: url(/modern-3/e21ddf57ad7585721fe9.svg);
}
.gj-register-detect__button.--xbox {
  background-image: url(/modern-3/bf225661e0309a53f6dc.svg);
}
.gj-register-detect__button:hover,
.gj-register-detect__button:focus {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.6);
}
.gj-register-detect__button:active {
  opacity: 0.6;
}
@keyframes scaleIn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

.gj-register-downloading__content {
  text-align: center;
  padding-top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .gj-register-downloading__content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 760px) {
  .gj-register-downloading__content {
    padding-top: 50px;
  }
}
.gj-register-downloading__title {
  font-family: 'Playfair Display', serif;
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-size: 64px;
  line-height: 73px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-downloading__title {
    margin: 0 20px;
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 760px) {
  .gj-register-downloading__title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register-downloading__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.gj-register-downloading__steps {
  display: flex;
  justify-content: center;
  padding: 55px 20px;
}
@media only screen and (max-width: 760px) {
  .gj-register-downloading__steps {
    align-items: center;
    flex-direction: column;
  }
}
.gj-register-downloading__step {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-downloading__step {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register-downloading__step {
    font-size: 18px;
    line-height: 24px;
  }
}
.gj-register-downloading__step:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 17px;
  flex-shrink: 0;
}
.gj-register-downloading__step.--icon:before {
  height: 32px;
  width: 32px;
  background-image: url(/modern-3/23015bda5b745b13a634.png);
  filter: drop-shadow(0px 8px 12px rgba(43, 0, 0, 0.54));
}
@media only screen and (max-width: 760px) {
  .gj-register-downloading__step.--icon {
    flex-direction: column;
  }
  .gj-register-downloading__step.--icon:before {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.gj-register-downloading__step.--arrow:before {
  height: 25px;
  width: 25px;
  background-image: url(/modern-3/c981356e3e26a17a4dd5.svg);
}
.gj-register-downloading__footer {
  font-size: 16px;
  line-height: 32px;
  color: #97A8A9;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 760px) {
  .gj-register-downloading__footer {
    font-size: 14px;
    line-height: 24px;
  }
}
.gj-register-downloading__footer a {
  color: #97A8A9;
  transition: color 0.2s ease;
}
.gj-register-downloading__footer a:hover,
.gj-register-downloading__footer a:focus {
  color: #74d5e2;
  color: var(--gj-register-accent, #74d5e2);
}

.gj-register-packs {
  font-family: 'Fira Sans', sans-serif;
  display: flex;
  position: relative;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 960px) {
  .gj-register-packs {
    flex-direction: column;
    border-left: none;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .gj-register-packs {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 400px) {
  .gj-register-packs {
    padding-bottom: 200px;
  }
}
.gj-register-packs::after,
.gj-register-packs::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.gj-register-packs::after {
  top: 1px;
  background-image: url(/modern-3/05227ecd34f67ba60cee.png);
}
.gj-register-packs::before {
  bottom: 1px;
  background-image: url(/modern-3/d45385b55cee7296c49a.png);
}
@media only screen and (max-width: 960px) {
  .gj-register-packs::before {
    display: none;
  }
}
.gj-register-packs__sidebar {
  position: relative;
  z-index: 1;
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__sidebar {
    position: unset;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__sidebar-header {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .gj-register-packs__sidebar-header {
    flex-direction: column;
  }
}
.gj-register-packs__sidebar-logo {
  flex: 1;
}
.gj-register-packs__line {
  height: 1px;
  max-width: 320px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
}
.gj-register-packs__line.--top {
  top: 0;
}
.gj-register-packs__line.--bottom {
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__line.--bottom {
    display: none;
  }
}
.gj-register-packs__email {
  padding: 30px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__email {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .gj-register-packs__email {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__email {
    padding-top: 10px;
  }
}
.gj-register-packs__email-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1100px) {
  .gj-register-packs__email-text {
    margin-bottom: 0;
  }
}
.gj-register-packs__last {
  padding: 20px 20px 20px 30px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  flex: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/modern-3/a2c43408bedf562ef2c3.png);
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__last {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__last {
    background-image: url(/modern-3/c81167c1a10200439edf.png);
    text-align: center;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .gj-register-packs__last {
    padding: 10px 10px 40px;
    margin: 0 20px 20px;
  }
}
.gj-register-packs__last-title {
  color: #FFD595;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__last-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .gj-register-packs__last-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.gj-register-packs__last-text {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__last-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__last-text {
    padding: 0 40px;
  }
}
.gj-register-packs__stars {
  padding: 30px;
  margin-top: 10px;
  font-family: 'PT Serif', serif;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__stars {
    padding: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs__stars {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.gj-register-packs__star {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__star {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.gj-register-packs__star::before {
  content: '';
  display: block;
  background-image: url(/modern-3/a2b67d5cf8cbb86b1891.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__star::before {
    margin-right: 12px;
    height: 16px;
    width: 16px;
  }
}
.gj-register-packs__pack {
  position: relative;
  flex: 1;
  margin-left: 30px;
  background-image: url(/modern-3/08a261c703134b925be8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 760px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack {
    margin-left: 20px;
    height: 540px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 400px) {
  .gj-register-packs__pack {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack {
    height: auto;
    margin: 8px 0;
    background-color: #202A33;
    background-image: none;
  }
  .gj-register-packs__pack.--alt {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack {
    margin: 8px;
  }
}
@media only screen and (max-width: 400px) {
  .gj-register-packs__pack {
    margin: 0 15px;
  }
  .gj-register-packs__pack.--hide-mobile {
    display: none;
  }
}
.gj-register-packs__pack::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.gj-register-packs__pack-content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 15px 35px 40px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-content {
    padding: 15px 15px 20px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-content {
    flex-direction: row;
    padding: 20px 15px 20px 30px;
  }
  .gj-register-packs__pack-content.--alt {
    padding: 30px 15px 30px 0;
    flex-direction: column;
    position: unset;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-content {
    padding: 10px;
  }
}
.gj-register-packs__pack-header {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-info {
    flex: 1;
  }
}
.gj-register-packs__pack-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-bg {
    background-position: left top;
  }
  .gj-register-packs__pack-bg::after {
    content: '';
    background: linear-gradient(270deg, #202A33 0%, rgba(32, 42, 51, 0) 100%);
    position: absolute;
    display: block;
    width: 130px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-bg {
    width: 70%;
    background-position: right top;
    background-size: cover;
  }
}
.gj-register-packs__pack-bg.--pack-1 {
  background-image: url(/modern-3/097c3230d830f52b0de1.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-bg.--pack-1 {
    background-image: url(/modern-3/7295c661e912c07545fa.jpg);
  }
}
.gj-register-packs__pack-bg.--pack-2 {
  background-image: url(/modern-3/9166c9e6a3e2ddad0f99.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-bg.--pack-2 {
    background-image: url(/modern-3/27c09ffe2a14a8f1a8a7.jpg);
  }
}
.gj-register-packs__pack-bg.--pack-3 {
  background-image: url(/modern-3/a3af6e61216ee4ed4698.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-bg.--pack-3 {
    background-image: url(/modern-3/50f2d7d08457ba0a45f0.jpg);
  }
}
.gj-register-packs__pack-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FED18F;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 400px) {
  .gj-register-packs__pack-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-title {
    font-size: 24px;
    line-height: 28px;
    text-align: left !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.gj-register-packs__pack-title.--center {
  text-align: center;
}
.gj-register-packs__pack-title.--alt {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-title.--alt {
    font-size: 18px;
    line-height: 24px;
  }
}
.gj-register-packs__pack-country {
  text-transform: uppercase;
  color: #FED18F;
  font-size: 24px;
  line-height: 28px;
  flex: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-country {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-country {
    font-size: 14px;
    line-height: 18px;
  }
}
.gj-register-packs__pack-country.--center {
  text-align: center;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-country.--center {
    text-align: left !important;
  }
}
.gj-register-packs__pack-country.--alt {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.gj-register-packs__pack-flag {
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-flag {
    height: 32px;
    width: 32px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-flag {
    margin-bottom: 10px;
  }
}
.gj-register-packs__pack-flag.--alt {
  height: 32px;
  width: 32px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-flag.--alt {
    height: 24px;
    width: 24px;
  }
}
.gj-register-packs__pack-flag.--pack-1 {
  background-image: url(/modern-3/ae73541028fa2a9f1ce8.svg);
}
.gj-register-packs__pack-flag.--pack-2 {
  background-image: url(/modern-3/6a586d54997e8844a312.svg);
}
.gj-register-packs__pack-flag.--pack-3 {
  background-image: url(/modern-3/26ba7188ae1411238caa.svg);
}
.gj-register-packs__pack-subtitle,
.gj-register-packs__pack-text {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-subtitle,
  .gj-register-packs__pack-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.gj-register-packs__pack-subtitle {
  margin-top: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #FED18F;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-subtitle {
    margin-top: 0;
  }
}
.gj-register-packs__pack-text {
  color: rgba(255, 255, 255, 0.7);
  min-height: 48px;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-text {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.gj-register-packs__pack-weapon {
  height: 130px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-weapon {
    height: 90px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-weapon {
    position: absolute;
    width: 180px;
    bottom: 10px;
    left: 90px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-weapon {
    width: 130px;
    bottom: 0;
    left: 60px;
  }
}
.gj-register-packs__pack-weapon.--alt {
  height: 50px;
  width: 105px;
  margin-left: 10px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-weapon.--alt {
    height: 35px;
    width: 70px;
  }
}
.gj-register-packs__pack-weapon.--pack-1 {
  background-image: url(/modern-3/628f0e8137673b4fe633.png);
}
.gj-register-packs__pack-weapon.--pack-2 {
  background-image: url(/modern-3/8e07b110933a4f8a358b.png);
}
.gj-register-packs__pack-weapon.--pack-3 {
  background-image: url(/modern-3/e330413b1a526cb22edd.png);
}
.gj-register-packs__pack-button {
  min-width: 100% !important;
  width: auto;
  margin: 20px -10px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs__pack-button {
    margin: 10px 0;
    letter-spacing: 0.05em;
    height: 48px !important;
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 400px) {
  .gj-register-packs__pack-button {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
  .gj-register-packs__pack-button {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .gj-register-packs__pack-button {
    height: 40px !important;
    font-size: 16px !important;
  }
}
.gj-register-packs__pack-button span {
  height: 16px;
  width: 16px;
  margin: 0 8px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/modern-3/24648fb1b5e5c807e24e.svg);
}
.gj-register-packs__pack-price {
  font-weight: 400;
}
.gj-register-packs .gj-reg-close {
  left: 0;
  right: unset;
  border-radius: 0;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs .gj-reg-close {
    height: 24px;
    width: 24px;
  }
}
.gj-register-packs .gj-reg-header-logo {
  padding: 30px;
}
@media only screen and (max-width: 1700px) {
  .gj-register-packs .gj-reg-header-logo {
    padding: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-register-packs .gj-reg-header-logo {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1701px) {
  .gj-register-packs .gj-reg-header-logo__image {
    width: 50px;
    height: 70px;
  }
  .gj-register-packs .gj-reg-header-logo__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .gj-register-packs .gj-reg-header-logo__title {
    font-size: 32px;
    line-height: 40px;
  }
}
#gj-register-packs__swiper {
  display: none;
  width: 100%;
}
#gj-register-packs__swiper .swiper-slide {
  padding-bottom: 20px;
}
#gj-register-packs__swiper .swiper-pagination {
  bottom: -5px;
}
#gj-register-packs__swiper .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
}
@media only screen and (max-width: 400px) {
  #gj-register-packs__swiper {
    display: block;
  }
}

.gj-register-account {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 3px;
  background: var(--bg_dark, rgba(3, 12, 21, 0.4));
}
.gj-register-account__profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.gj-register-account__icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.gj-register-account__icon.m--gaijin {
  background-image: url(/modern-3/e4ca0b5ddebb1f81dd9e.png);
  border-radius: 2px;
}
.gj-register-account__icon.m--pix {
  background-image: url(/modern-3/142d2975251217dbfb67.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--amazon {
  background-color: #003087;
  border-radius: 2px;
}
.gj-register-account__icon.m--apple {
  background-image: url(/modern-3/84f55163f36fdfbbce61.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--artstorm {
  background-image: url(/modern-3/25e42aa24c9ef3d33e78.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--facebook {
  background-image: url(/modern-3/758760b9ac677401e4be.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--google {
  background-image: url(/modern-3/366e3ed5532684a421e7.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--googleplay {
  background-image: url(/modern-3/cb955530401a1b885d23.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--live {
  background-color: #107C10;
  background-image: url(/modern-3/f2937e7edddf07bb30e1.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--psn {
  background-color: #003087;
  background-image: url(/modern-3/34b4622d8e21a143e0c6.svg);
  border-radius: 2px;
}
.gj-register-account__icon.m--steam {
  background-image: url(/modern-3/b68a5f7d3c28385bcf10.svg);
  border-radius: 2px;
}
.gj-register-account__username {
  color: var(--white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}
.gj-register-account__type {
  color: var(--white_contrast_medium, rgba(255, 255, 255, 0.7));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.gj-register-account__change-account-btn {
  display: flex;
  padding: 4px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--white_medium, rgba(255, 255, 255, 0.5));
  text-decoration: none;
  color: var(--white_contrast_medium, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.gj-register-account__change-account-btn:hover {
  opacity: 0.8;
}
.gj-register-account__change-account-btn:active {
  opacity: 0.7;
}

.gj-register-success__content {
  display: flex;
  padding: 40px 80px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__content {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register-success__content {
    padding: 30px;
  }
}
.gj-register-success__left-block {
  padding-right: 60px;
  padding-left: 70px;
  background-image: url(/modern-3/d371d8fb80c7fd6c422d.png);
  background-size: 110%;
  background-position: left 30px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.gj-register-success__left-block.--no-bg {
  background: none;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__left-block {
    display: none;
  }
}
.gj-register-success__right-block {
  flex: 1;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__right-block {
    padding-bottom: 0px;
  }
}
.gj-register-success__spaced-block {
  margin-bottom: 20px;
}
.gj-register-success__gap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__gap {
    gap: 20px;
  }
}
.gj-register-success__header {
  font-size: 48px;
  margin-bottom: 3px;
  line-height: 56px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__header {
    font-size: 36px;
    line-height: 44px;
  }
}
.gj-register-success__subheader {
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__subheader {
    font-size: 20px;
  }
}
.gj-register-success__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.gj-register-success__text p {
  margin: 10px 0;
}
.gj-register-success__text.--small {
  font-size: 14px;
}
.gj-register-success__text.--faded {
  color: rgba(255, 255, 255, 0.75);
}
.gj-register-success__main-text {
  font-size: 18px;
  line-height: 23px;
  padding-top: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .gj-register-success__main-text {
    position: relative;
    padding-top: 0px;
    padding-bottom: 160px;
    color: rgba(255, 255, 255, 0.7);
  }
  .gj-register-success__main-text::after {
    content: '';
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -50px;
    position: absolute;
    background-image: url(/modern-3/4787b8a6d38b602bfda7.png);
    background-size: 340px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.gj-register-success__email {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  .gj-register-success__email {
    font-size: 18px;
  }
}

.gj-register__done-art {
  position: absolute;
  background-image: url(/modern-3/ca45bf4087b84f5dc7f8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .gj-register__done-art {
    display: none;
  }
}
.gj-register__content {
  padding: 40px 70px 60px 130px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__content {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__content {
    padding: 20px 30px 40px;
  }
}
.gj-register__content.--pix {
  padding: 40px 70px 60px 70px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__content.--pix {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__content.--pix {
    padding: 20px 30px 40px;
  }
}
.gj-register__header {
  cursor: default;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .gj-register__header {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__header {
    font-size: 20px;
  }
}
.gj-register__header-back {
  cursor: pointer;
  background-image: url(/modern-3/a491acf7c0bd40b34218.svg);
  background-size: 14px 25px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  width: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .gj-register__header-back {
    display: block;
  }
}
.gj-register__header-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(166, 221, 255, 0.1);
  margin: 20px -60px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .gj-register__header-divider {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__header-divider {
    margin: 20px -30px;
  }
}
.gj-register__login {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .gj-register__login {
    display: none;
  }
}
.gj-register__login-text {
  flex-shrink: 0;
  font-weight: 300;
  margin-right: 15px;
  line-height: 21px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.gj-register__title {
  font-size: 38px;
  color: rgba(255, 255, 255, 0.7);
  margin: 40px 0 5px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__title {
    display: none;
  }
}
.gj-register__blocks {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .gj-register__blocks {
    flex-direction: column-reverse;
  }
}
.gj-register__left-block {
  flex: 1;
  min-width: 350px;
  z-index: 2;
  margin-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__left-block {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__left-block {
    min-width: auto;
  }
}
.gj-register__right-block {
  flex: 1;
  display: flex;
  flex-flow: column;
  z-index: 2;
}
.gj-register__captcha {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 46px;
  min-width: 165px;
  position: relative;
}
.gj-register__captcha::before {
  content: '';
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 23px solid #040204;
}
.gj-register__captcha img {
  box-shadow: none;
  height: 46px !important;
}
.gj-register__captcha gj-captcha {
  width: 100%;
  background-color: #040204;
}
.gj-register__captcha gj-captcha .gj-captcha {
  justify-content: space-between;
}
.gj-register__hint {
  cursor: default;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.gj-register__input {
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: none;
  height: 46px;
  font-weight: 300;
  background-color: rgba(3, 12, 21, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px 0 4px;
  width: 100%;
  outline: none;
  transition: border-bottom-color 0.1s ease-out;
}
.gj-register__input::-webkit-input-placeholder,
.gj-register__input::-moz-placeholder,
.gj-register__input:-moz-placeholder,
.gj-register__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.005) !important;
}
@media only screen and (max-width: 1024px) {
  .gj-register__input {
    background-color: transparent;
  }
}
.gj-register__checkbox {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  flex-shrink: 0;
  outline: none;
  height: 30px;
  width: 30px;
  background-color: rgba(3, 12, 21, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.2s ease-out;
}
.gj-register__checkbox::before {
  content: '';
  filter: none;
  filter: var(--gj-register-accent-filter, none);
  background-image: url(/modern-3/fba7eb7d203ac904c74b.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: 3px;
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.gj-register__checkbox:checked::before {
  opacity: 1;
}
.gj-register__label {
  cursor: pointer;
  line-height: 21px;
  font-weight: 300;
}
.gj-register__platforms {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .gj-register__platforms {
    display: none;
  }
}
.gj-register__redeem-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gj-register__redeem-block-title {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Fira Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 142.857% */
  text-transform: uppercase;
  margin: 5px 0px 0px 0px;
}
.gj-register__redeem-btn {
  margin-top: 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, #febe6b 0%, #d88756 100%);
  padding: 12px 16px;
  position: relative;
  color: #112227;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffd18b;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.1s ease-out;
}
.gj-register__redeem-btn::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #ffedc9;
}
.gj-register__redeem-btn::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: rgba(134, 59, 27, 0.46);
}
.gj-register__redeem-btn:hover {
  box-shadow: 0px 0px 48px 0px rgba(255, 111, 66, 0.6);
}
.gj-register__redeem-btn:active {
  opacity: 0.7;
}
.gj-register__redeem-btn.m--disabled {
  pointer-events: none;
  opacity: 0.7;
}
.gj-register__platform-button {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  outline: none;
  background-color: transparent;
  font-weight: 300;
  height: 44px;
  font-size: 16px;
  opacity: 0.5;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-out;
}
.gj-register__platform-button:hover,
.gj-register__platform-button:focus {
  opacity: 1;
}
.gj-register__platform-button:active {
  opacity: 0.7;
}
.gj-register__platform-button::before {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 12px;
}
.gj-register__platform-button.--steam::before {
  background-image: url(/modern-3/7c7aa8f7b7cf23249c72.svg);
}
.gj-register__platform-button.--xbox::before {
  background-image: url(/modern-3/652104d5dce0da67cdd3.svg);
}
.gj-register__platform-button.--ps4::before {
  background-image: url(/modern-3/ad78c90ec47872733e04.svg);
}
.gj-register__expandable {
  cursor: pointer;
  height: 40px;
  line-height: 21px;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}
.gj-register__expandable::before,
.gj-register__expandable::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.gj-register__expandable::before {
  background: linear-gradient(to bottom, rgba(32, 42, 51, 0), #202a33);
}
.gj-register__expandable::after {
  filter: none;
  filter: var(--gj-register-accent-filter, none);
  background-image: url(/modern-3/f3055af6ad488760e562.png);
  background-size: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.gj-register__expandable.--expanded {
  height: auto;
}
.gj-register__expandable.--expanded::before,
.gj-register__expandable.--expanded::after {
  visibility: hidden;
  opacity: 0;
}
.gj-register__spacer {
  min-height: 25px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__spacer {
    min-height: 20px;
    padding-bottom: 2px;
  }
}
.gj-register__spaced-block {
  margin-bottom: 25px;
}
.gj-register__spaced-block.--shrinked {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__spaced-block {
    margin-bottom: 20px;
  }
}
.gj-register__form-header {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 17px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__form-header {
    font-size: 20px;
  }
}
.gj-register__row {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 500px) {
  .gj-register__row.--multi-column {
    flex-flow: column;
  }
  .gj-register__row.--multi-column .gj-register__col {
    margin-bottom: 20px;
    min-height: 50px;
    flex: 0;
  }
  .gj-register__row.--multi-column .gj-register__col:last-child {
    margin-bottom: 0;
  }
}
.gj-register__col {
  display: flex;
  flex-flow: column;
  margin: 0 10px;
  flex-basis: 100%;
  position: relative;
}
.gj-register__col.--invalid {
  margin-bottom: 5px;
}
.gj-register__col.--invalid input:not([type="checkbox"]):focus {
  border-bottom-width: 2px;
  border-bottom-color: #ffaa08;
  border-bottom-color: var(--gj-register-accent, #ffaa08);
}
.gj-register__col.--invalid input[type="checkbox"] {
  border-color: #ffaa08;
  border-color: var(--gj-register-accent, #ffaa08);
}
.gj-register__col.--invalid.--touched input:not([type="checkbox"]) {
  border-bottom-width: 2px;
  border-bottom-color: #dc031f;
}
.gj-register__col.--invalid.--touched input:not([type="checkbox"]).--soft-invalid {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.gj-register__col.--invalid.--touched input[type="checkbox"] {
  border-color: #dc031f;
}
.gj-register__col:not(.--no-check).--valid::after {
  content: '';
  background-image: url(/modern-3/a5bce2c3598921125774.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  height: 100%;
  width: 10px;
}
.gj-register__col.--shrinked {
  flex: auto;
}
.gj-register__bonus {
  flex: 1;
}
.gj-register__bonus-title {
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFD49F;
  margin-bottom: 10px;
}
.gj-register__bonus-item {
  background-color: rgba(3, 12, 21, 0.3);
  border-radius: 5px;
  margin-bottom: 8px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 3px rgba(3, 12, 21, 0.1);
  display: flex;
  align-items: stretch;
}
.gj-register__bonus-item.m--bonus-1 {
  background-image: url(/modern-3/aa92f7d6329cfe8d2e68.png);
  flex-direction: column-reverse;
}
.gj-register__bonus-item.m--bonus-1__bonus-header {
  order: 1;
}
.gj-register__bonus-item.m--bonus-1__bonus-img-large {
  order: 0;
}
@media only screen and (max-width: 1024px) {
  .gj-register__bonus-item.m--bonus-1 {
    flex-direction: row;
  }
}
@media only screen and (max-width: 580px) {
  .gj-register__bonus-item.m--bonus-1 {
    flex-direction: column-reverse !important;
    align-items: flex-start;
  }
}
.gj-register__bonus-item.m--bonus-2 {
  display: flex;
  background-image: url(/modern-3/aa92f7d6329cfe8d2e68.png);
}
@media only screen and (max-width: 1024px) {
  .gj-register__bonus-item {
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    background-image: url(/modern-3/aa92f7d6329cfe8d2e68.png) !important;
    flex-direction: row;
    align-items: stretch !important;
  }
}
.gj-register__bonus-header {
  position: relative;
  padding: 16;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.gj-register__bonus-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .gj-register__bonus-name {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__bonus-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.gj-register__bonus-desc {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.m--bonus-2 .gj-register__bonus-desc {
  color: #6499FF;
}
.gj-register__bonus-desc ul,
.gj-register__bonus-desc li {
  margin-left: 0px;
}
.gj-register__bonus-desc ul {
  padding-left: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 760px) {
  .gj-register__bonus-desc ul {
    padding-top: 0px;
    margin-top: 0px;
  }
}
.gj-register__bonus-desc li {
  padding-left: 0px;
  font-size: 13px;
  line-height: 16px;
}
.gj-register__bonus-img-large {
  flex-shrink: 0;
  width: 100%;
  background-image: url(/modern-3/435df61199ea61704a99.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.m--bonus-1 .gj-register__bonus-img-large {
  aspect-ratio: 1.33333333;
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-ru {
  background-image: url(/modern-3/d40eefafb72d875b8893.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-en {
  background-image: url(/modern-3/9ff8366cdaef2f1c8b89.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-de {
  background-image: url(/modern-3/9ec4b44f0dfce61d17ea.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-jp {
  background-image: url(/modern-3/771bb87efb13a8201602.png);
}
@media only screen and (max-width: 1024px) {
  .m--bonus-1 .gj-register__bonus-img-large {
    width: 200px;
  }
}
@media only screen and (max-width: 580px) {
  .m--bonus-1 .gj-register__bonus-img-large {
    width: 100%;
  }
}
.m--bonus-2 .gj-register__bonus-img-large {
  height: 165px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__bonus-img-large {
    width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__bonus-img-large {
    width: 90px;
  }
}
.gj-register__bonus-img-small {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background-size: 220px;
  background-image: url(/modern-3/f6b78f2ceaeaac12265c.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  .gj-register__bonus-img-small {
    width: 90px;
    height: 90px;
    background-size: 160px;
  }
}
.gj-register__bonus-disclaimer {
  color: rgba(255, 255, 255, 0.59);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin-bottom: 20px;
}
.gj-register__pix-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .gj-register__pix-header {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.gj-register__pix-login {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 500px) {
  .gj-register__pix-login {
    gap: 10px;
  }
}
.gj-register__pix-login-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .gj-register__pix-login-text {
    display: none;
  }
}
.gj-register__pix-login-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease;
  background: transparent;
}
.gj-register__pix-login-btn:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 500px) {
  .gj-register__pix-login-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.gj-register__pix-login-btn-icon {
  width: 18px;
  height: 18px;
  background-image: url(/modern-3/142d2975251217dbfb67.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gj-register__pix-login-btn-icon.--gaijin {
  background-image: url(/modern-3/e4ca0b5ddebb1f81dd9e.png);
}
.gj-register__migration-banner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-left: 3px solid #FFC107;
  padding: 12px 16px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #FFC107;
}
@media only screen and (max-width: 500px) {
  .gj-register__migration-banner {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.gj-register__migration-banner-icon {
  color: #FFC107;
  flex-shrink: 0;
  display: inline;
  margin-right: 6px;
}
.gj-register__migration-banner-text {
  display: inline;
}
.gj-register__migration-banner-link {
  color: #FFC107;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gj-register__migration-banner-link::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(/modern-3/176a407371a7437cfb02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.gj-register__migration-banner-link:hover {
  color: #FFD54F;
}
.gj-register__pix-form-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .gj-register__pix-form-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-register__pix-form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.gj-reg-download-block__container {
  display: flex;
  flex-wrap: wrap;
}
.gj-reg-download-block__requirements {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  flex-shrink: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .gj-reg-download-block__requirements {
    flex: 1;
    margin-top: 10px;
    text-align: center;
  }
}
.gj-reg-download-block__wrapper {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 1024px) {
  .gj-reg-download-block__wrapper {
    margin-right: 0;
    width: 100%;
  }
}
.gj-reg-download-block__text {
  color: #fff;
  font-size: 18px;
}
.gj-reg-download-block__timeout {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}
.gj-reg-download-block.--confirmed .gj-reg-button {
  font-size: 28px;
  height: 56px;
}

.gj-reg-platform-accounts {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 25px;
}
.gj-reg-platform-accounts__title {
  text-align: center;
  font-size: 20px;
}
.gj-reg-platform-accounts__icons {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.gj-reg-platform-accounts__icon {
  height: 30px;
  width: 30px;
  margin: 10px;
  justify-content: center;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gj-reg-platform-accounts__icon.--windows {
  background-image: url(/modern-3/626443ca6496779d04bb.png);
}
.gj-reg-platform-accounts__footer {
  text-align: center;
  font-weight: 300;
}
.gj-reg-platform-accounts__system-requirements {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  transition: all 0.1s ease-out;
}
.gj-reg-platform-accounts__system-requirements:hover,
.gj-reg-platform-accounts__system-requirements:focus {
  color: #ffaa08;
  color: var(--gj-register-accent, #ffaa08);
}
.gj-reg-platform-accounts__system-requirements:active {
  color: rgba(255, 170, 8, 0.8);
  color: rgba(var(--gj-register-accent-rgb, 255, 170, 8), 0.8);
}

.gj-register-cbt {
  padding: 30px 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  background-color: #0D191E;
  color: #fff;
  padding: 70px 20px;
  display: flex;
  flex-flow: column;
  margin: 0px auto;
  width: 100%;
  background-image: url(/modern-3/c63a514a730963e42413.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt {
    padding: 15px !important;
  }
}
.gj-register-cbt * {
  box-sizing: border-box;
}
.gj-register-cbt.m--shop {
  background-position: center bottom;
  background-image: url(/modern-3/d71dc70c4b0c55949df6.png);
  text-align: center;
  align-items: center;
}
.gj-register-cbt.m--shop .gj-register-cbt__title {
  text-transform: uppercase;
}
.gj-register-cbt.m--shop .gj-register-cbt__text {
  padding-bottom: 150px;
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt.m--shop .gj-register-cbt__text {
    padding-bottom: 30px;
  }
}
.gj-register-cbt__close {
  cursor: pointer;
  background-image: url(/modern-3/deba56991cc7da2b8261.svg);
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.gj-register-cbt__close:hover,
.gj-register-cbt__close:focus {
  opacity: 1;
}
.gj-register-cbt__close:active {
  opacity: 0.6;
}
.gj-register-cbt__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.gj-register-cbt__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.gj-register-cbt__buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt__buttons {
    flex-direction: column;
  }
}
.gj-register-cbt__spacer {
  height: 15px;
  width: 15px;
}
.gj-register-cbt__button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 56px;
  flex: 1;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d191e;
  text-shadow: 0px 1px 0px rgba(255, 245, 208, 0.31);
  background: linear-gradient(180deg, #ffb84f 3.65%, rgba(255, 163, 97, 0) 100%), #ff6c2e;
  border-radius: 5px;
  border: none;
  outline: none;
  border-top: 1px solid #ffe5b1;
  border-bottom: 2px solid #8d3300;
  box-shadow: 0 0.8px 20px rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .gj-register-cbt__button {
    min-height: 44px;
    font-size: 18px;
  }
}
.gj-register-cbt__button:hover,
.gj-register-cbt__button:focus {
  background: linear-gradient(180deg, #ffc34f 0%, rgba(255, 220, 97, 0) 100%), #ff922e;
  border-bottom-color: #d97320;
}
.gj-register-cbt__button:active {
  background: #cd680a;
  border-bottom-color: #cd680a;
  border-top-color: #99571b;
}
.gj-register-cbt__button.m--clear {
  color: #FFB84F;
  text-shadow: none;
  border: 1px solid #FFB84F;
  background: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: normal;
}
.gj-register-cbt__button.m--clear:hover,
.gj-register-cbt__button.m--clear:focus {
  color: #ffdf8b;
  border-color: #ffdf8b;
}
.gj-register-cbt__button.m--clear:active {
  color: #cd680a;
  border-color: #cd680a;
}
.gj-register-cbt__button.m--download {
  background: rgba(0, 0, 0, 0.15);
  color: #ffdf8b;
  border: 1px solid #ffdf8b;
  box-shadow: none;
  text-shadow: none;
  font-size: 20px;
  font-weight: normal;
}
.gj-register-cbt__button.m--download:hover,
.gj-register-cbt__button.m--download:focus {
  background: rgba(0, 0, 0, 0.25);
}
.gj-register-cbt__button.m--download:active {
  background: rgba(0, 0, 0, 0.3);
}
.gj-register-cbt__button.m--download::before {
  content: '';
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  background-image: url(/modern-3/69fafa53ab4ee4c35bd0.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.gj-background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.gj-background-video__video {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.gj-background-video__video:not(.--loading) {
  opacity: 1;
}

.gj-captcha {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gj-captcha__reload {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  background-image: url(/modern-3/6a58294ee8236ae2a73a.svg);
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  outline: 0 !important;
  margin: 0 5px;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.gj-captcha__reload:hover,
.gj-captcha__reload:focus {
  opacity: 1;
}
.gj-captcha__reload:active {
  opacity: 0.6;
}
.gj-captcha__image {
  cursor: pointer;
  box-shadow: 0 0 2px #442d2b;
  margin: 0;
  height: 40px;
  width: 115px;
}

.gj-language-picker {
  font-family: sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 20px;
  z-index: 4;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gj-language-picker__item {
  cursor: pointer;
  display: none;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 6px 10px;
  background-color: rgba(6, 22, 31, 0.38);
  text-transform: capitalize;
  transition: all 0.2s ease;
}
.gj-language-picker__item:hover,
.gj-language-picker__item:focus {
  background-color: rgba(6, 22, 31, 0.6);
}
.gj-language-picker__item.m--current {
  display: flex;
  justify-content: flex-end;
  border-radius: 2px;
}
.gj-language-picker__item.m--active {
  display: flex;
}
.gj-language-picker__item.m--selected {
  opacity: 0.5;
  background-color: #06161f;
  pointer-events: none;
}
.gj-language-picker__item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.gj-language-picker__item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.gj-language-picker__flag {
  background-image: url(/modern-3/46691d86af35e0251bd1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -152px;
  flex-shrink: 0;
  height: 10px;
  width: 16px;
  margin-right: 5px;
}
.gj-language-picker__flag.m--ru {
  background-position: 0 -11px;
}
.gj-language-picker__flag.m--pl {
  background-position: 0 -32px;
}
.gj-language-picker__flag.m--jp {
  background-position: 0 -44px;
}
.gj-language-picker__flag.m--es {
  background-position: 0 -65px;
}
.gj-language-picker__flag.m--de {
  background-position: 0 -87px;
}
.gj-language-picker__flag.m--zh {
  background-position: 0 -108px;
}
.gj-language-picker__flag.m--fr {
  background-position: 0 -119px;
}
.gj-language-picker__flag.m--ko {
  background-position: 0 -130px;
}
.gj-language-picker__down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  margin-left: 5px;
}

.gj-modal {
  pointer-events: auto;
  position: fixed;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQIW2NkgAAfRhABYgEABKEAm0rOGYsAAAAASUVORK5CYII=), rgba(20, 20, 20, 0.8);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  overflow-y: auto;
}
.gj-modal.--huge {
  background: rgba(11, 19, 28, 0.9);
}
.gj-modal.appear {
  opacity: 1;
}
.gj-modal__close {
  position: fixed;
  right: 15px;
  top: 10px;
  color: #ffffff !important;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  z-index: 15;
}
.gj-modal__close:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.gj-modal__content {
  max-width: 960px;
  margin: 0px auto;
  padding: 30px 0px;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.gj-modal__content.--huge {
  max-width: 1630px;
  padding: 10px;
}
@media only screen and (max-width: 1700px) {
  .gj-modal__content.--huge {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 960px) {
  .gj-modal__content.--huge {
    max-width: 665px;
  }
}
@media only screen and (max-width: 600px) {
  .gj-modal__content.--huge {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .gj-modal__content.--large {
    max-width: 1140px;
  }
}
.gj-modal__content.--mini {
  max-width: 640px;
}
@media only screen and (max-width: 1024px) {
  .gj-modal__content {
    max-width: 700px;
  }
  .gj-modal__content.--mini {
    max-width: 640px;
  }
}
@media only screen and (max-width: 760px) {
  .gj-modal__content {
    max-width: auto;
    margin: auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .gj-modal__content {
    padding: 0px;
    margin: auto;
  }
}

@keyframes play {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(24px);
    opacity: 0;
  }
}
.gj-scroll-helper {
  position: fixed;
  left: calc(50% - 53.5px);
  bottom: 0px;
  width: 107px;
  height: 54px;
  z-index: 100;
  background: url(/modern-3/30dd0ac37203b29dd0eb.png) left bottom;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.gj-scroll-helper:not(.--visible) {
  pointer-events: none;
}
.gj-scroll-helper.--visible {
  opacity: 1;
}
.gj-scroll-helper__icon {
  width: 27px;
  height: 15px;
  margin: 15px auto 0px;
  background: url(/modern-3/328a35a2d9a342354aab.png) left top;
  animation: play 0.9s linear infinite;
}

.gj-spinner {
  width: 70px;
  text-align: center;
}
.gj-spinner > div {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.gj-spinner .bounce1 {
  animation-delay: -0.32s;
}
.gj-spinner .bounce2 {
  animation-delay: -0.16s;
}
/* stylelint-disable */
/* stylelint-enable */
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

gj-spoilers,
gj-spoiler {
  display: block;
}
.gj-spoilers {
  font-size: 18px;
}
.gj-spoilers__item {
  padding: 0px;
  margin: 15px 0px 15px 0px;
  list-style-type: none;
}
.gj-spoiler__header {
  display: flex;
  transition: color 0.2s ease-in-out;
}
.gj-spoiler__header:hover {
  color: #f44336;
}
.gj-spoiler__header.--expanded {
  color: #f44336;
}
.gj-spoiler__text {
  font-size: 16px;
  text-decoration: underline;
  flex: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.gj-spoiler__expand {
  width: 30px;
  text-align: center;
}
.gj-spoiler__expander {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
  transition: transform 0.2s linear;
}
.gj-spoiler__expander.--expanded {
  transform: rotate(90deg);
}
.gj-spoiler__answer {
  display: none;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
}
.gj-spoiler__answer.--expanded {
  display: block;
}
.gj-spoiler__answer gj-spoilers {
  margin-left: 20px;
}

.gj-toasts {
  position: fixed;
  max-width: 760px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1100;
  transition: transform 0.3s ease-out;
}
.gj-toasts__item {
  margin-bottom: 10px;
}
.gj-toasts.--top {
  top: 50px;
}
.gj-toasts.--bottom {
  bottom: 0px;
}
.gj-toast {
  position: absolute;
  width: 100%;
  left: 0px;
  display: flex;
  background-color: #28303a;
  padding: 15px 20px;
  font-size: 13px;
  box-sizing: border-box;
  color: black;
  box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.3s ease-out;
  font-family: 'Fira Sans', sans-serif;
}
.gj-toast.--bottom {
  transform: translateY(200px);
}
.gj-toast.--appear {
  transform: translateY(0px);
  opacity: 1;
}
.gj-toast.--error {
  -webkit-backdrop-filter: blur(4px);
  background-color: #442538;
  color: white;
}
.gj-toast__message {
  flex: 1;
  color: white;
}
.gj-toast__close {
  cursor: pointer;
  width: 10px;
  text-decoration: none;
  color: white;
}

[gj-show-once] {
  display: none;
}
[gj-show-once].m--visible {
  display: unset !important;
}

gj-animated {
  display: block;
  width: 100%;
}
.gj-animated {
  overflow: hidden;
  transition: height 0.2s ease-out;
  display: block;
}

.gj-cookie-control {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin: 10px 0px;
  padding: 10px;
}
.gj-cookie-control__button {
  border: 0px;
  outline: 0px;
  cursor: pointer;
  padding: 9px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--gj-cookie-prompt-button, #ed8d00);
  min-width: 80px;
  border-radius: 3px;
  text-align: center;
  transition: opacity 0.15s ease-in;
}

.gj-fullsize-image {
  background-color: white;
  position: absolute;
  left: 0px;
}

.gj-lazy-load__loading {
  display: flex;
  padding: 30px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
[ng-cloak] {
  display: none;
}

gj-youtube {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.gj-youtube {
  display: block;
  width: 100%;
  height: 100%;
}
.gj-youtube__iframe {
  z-index: 1;
  position: relative;
}
.gj-youtube__play {
  cursor: pointer;
  text-indent: -9000px;
  position: relative;
  z-index: 6;
  height: 100%;
  width: 100%;
}
.gj-youtube__play:hover::after,
.gj-youtube__play:focus::after {
  transform: scale(1.1);
}
.gj-youtube__play:active::after {
  transform: scale(1.05);
}
.gj-youtube__play::after {
  content: '';
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 1.3rem center;
  background-color: #fff;
  background-image: url(/modern-3/0c5820ffdbf0b4e4bbe9.svg);
  transition: transform 0.15s ease;
}

[gj-appear] {
  opacity: 0;
}
[gj-appear].--visible {
  transition: opacity 0.1s ease-out;
  opacity: 1;
}

:root {
  --gj-download-link-color: #ffbd1d;
}
[gj-download-link][disabled="disabled"] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.gj-download-tooltip {
  position: fixed;
  z-index: 9999;
  padding: 18px 20px;
  border-radius: 3px;
  background-color: #ffbd1d;
  background-color: var(--gj-download-link-color, #ffbd1d);
  box-shadow: 0px 0px 50px 0px #090d15;
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  transition: opacity 0.3s ease-out;
  animation: gj-download-link 0.5s infinite alternate;
  opacity: 0;
  left: 20px;
  bottom: 20px;
}
.gj-download-tooltip.--active {
  opacity: 1;
}
.gj-download-tooltip::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  top: 100%;
  border-top: 18px solid #ffbd1d;
  border-top: 18px solid var(--gj-download-link-color, #ffbd1d);
  left: 50%;
  margin-left: -18px;
}
.gj-download-tooltip.--browser-chrome {
  left: 20px;
  bottom: 30px;
}
.gj-download-tooltip.--browser-ie,
.gj-download-tooltip.--browser-edge {
  left: 50%;
  bottom: 100px;
}
@media screen and (max-width: 815px) {
  .gj-download-tooltip.--browser-ie,
  .gj-download-tooltip.--browser-edge {
    bottom: 250px;
  }
}
.gj-download-tooltip.--browser-firefox {
  right: 20px;
  top: 30px;
  left: initial;
  bottom: initial;
}
.gj-download-tooltip.--browser-firefox::after {
  top: -18px;
  border-bottom: 18px solid #ffbd1d;
  border-bottom: 18px solid var(--gj-download-link-color, #ffbd1d);
  border-top: initial;
}
.gj-download-tooltip.--browser-safari {
  right: 20px;
  bottom: 30px;
  left: initial;
  top: initial;
}
.gj-download-tooltip.--browser-opera,
.gj-download-tooltip.--browser-yandexbrowser {
  right: 20px;
  top: 30px;
  left: initial;
  bottom: initial;
}
.gj-download-tooltip.--browser-opera::after,
.gj-download-tooltip.--browser-yandexbrowser::after {
  top: -18px;
  border-bottom: 18px solid #ffbd1d;
  border-bottom: 18px solid var(--gj-download-link-color, #ffbd1d);
  border-top: initial;
  right: 30px;
  left: initial;
}
@keyframes gj-download-link {
  0% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hidden-iframe {
  display: none;
}

[gj-timeout-link][disabled="disabled"] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.gj-choose-region {
  position: relative;
  background-color: #0d2127;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-image: url(/modern-3/cb0ff238c72d14f4689b.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.gj-choose-region__container {
  padding: 30px;
}
@media only screen and (max-width: 760px) {
  .gj-choose-region__container {
    padding: 15px;
  }
}
.gj-choose-region__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
}
.gj-choose-region__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .gj-choose-region__heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.gj-choose-region__main-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  font-family: "Alumni Sans";
}
@media only screen and (max-width: 760px) {
  .gj-choose-region__main-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.gj-choose-region__main-title a {
  text-decoration: underline;
  color: white;
  transition: color 0.2s ease-out;
}
.gj-choose-region__main-title a:hover {
  color: #FEBE6B;
}
.gj-choose-region__main-desc {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding: 1rem 0 2.5rem;
}
.gj-choose-region__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.gj-choose-region__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .gj-choose-region__blocks {
    grid-template-columns: 1fr;
  }
}
.gj-choose-region__block {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.gj-choose-region__block p {
  margin: 0;
  max-width: 70%;
}
.gj-choose-region__block ul {
  flex: 1;
  margin: 0;
  max-width: 70%;
  opacity: 0.7;
}
.gj-choose-region__block.m--pix {
  background-image: url(/modern-3/02e29f60dc2a568bab4e.jpg);
}
.gj-choose-region__block.m--gj {
  background-image: url(/modern-3/d2f8e664ddf3c5177a88.jpg);
}
.gj-choose-region__block .en-play-button {
  font-size: 1.25rem;
}
.gj-choose-region__close {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.gj-choose-region__close:hover,
.gj-choose-region__close:focus {
  opacity: 1;
  color: #FEBE6B;
}
.gj-choose-region__close:active {
  opacity: 0.6;
}

.gj-geo-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .gj-geo-warning {
    width: 100vw;
    height: 100vh;
  }
}
.gj-geo-warning__backdrop {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background: rgba(4, 7, 26, 0.9);
}
.gj-geo-warning__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 3px;
  padding: 65px 16px 140px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  background-image: url(/modern-3/5f3549beed706608dacd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(16, 23, 31, 0.8);
  box-shadow: 0 20px 24px 0 #0E1018, 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  min-height: 500px;
}
@media screen and (min-width: 950px) {
  .gj-geo-warning__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 160px 140px;
    max-width: 960px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gj-geo-warning__content {
    max-width: 960px;
    padding: 160px 140px;
  }
}
.gj-geo-warning__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 16px;
  text-align: center;
}
.gj-geo-warning__text {
  margin-bottom: 28px;
  text-align: center;
}
.gj-geo-warning__btn-container {
  position: absolute;
  top: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.gj-geo-warning__lang-picker {
  position: relative;
  border-radius: 2px;
  padding: 6px 8px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.gj-geo-warning__lang-picker.--open {
  background: #363a3e;
}
.gj-geo-warning__lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
}
.gj-geo-warning__lang-code {
  font-size: 14px;
  font-weight: 500;
}
.gj-geo-warning__dropdown-arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.--open .gj-geo-warning__dropdown-arrow {
  transform: rotate(180deg);
}
.gj-geo-warning__lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #272a2e;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 10;
  min-width: 160px;
}
.gj-geo-warning__lang-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-size: 14px;
}
.gj-geo-warning__lang-item:first-child {
  border-radius: 3px 3px 0 0;
}
.gj-geo-warning__lang-item:last-child {
  border-radius: 0 0 3px 3px;
}
.gj-geo-warning__lang-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.gj-geo-warning__lang-item.--current {
  opacity: 0.5;
  pointer-events: none;
}
.gj-geo-warning__flag {
  background-image: url(/modern-3/46691d86af35e0251bd1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -152px;
  flex-shrink: 0;
  height: 10px;
  width: 16px;
}
.gj-geo-warning__flag.m--en {
  background-position: 0 -152px;
}
.gj-geo-warning__flag.m--ru {
  background-position: 0 -11px;
}
.gj-geo-warning__flag.m--pl {
  background-position: 0 -32px;
}
.gj-geo-warning__flag.m--jp {
  background-position: 0 -44px;
}
.gj-geo-warning__flag.m--es {
  background-position: 0 -65px;
}
.gj-geo-warning__flag.m--de {
  background-position: 0 -87px;
}
.gj-geo-warning__flag.m--zh {
  background-position: 0 -108px;
}
.gj-geo-warning__flag.m--fr {
  background-position: 0 -119px;
}
.gj-geo-warning__flag.m--ko {
  background-position: 0 -130px;
}
.gj-geo-warning__close-btn {
  border-radius: 0 3px 0 2px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.5);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gj-geo-warning__close-btn img {
  width: 16px;
  height: 16px;
}
.gj-geo-warning__close-btn:hover img {
  filter: brightness(200%);
}
.gj-geo-warning__btn-leave {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 24px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #0d191e;
  text-shadow: 0 1px 0 rgba(255, 216, 194, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  transition: all 0.2s ease;
  border-top: 1px solid #ffe5b1;
  background: linear-gradient(180deg, #FEBE6B 0%, rgba(216, 135, 86, 0) 100%), #D88756;
  border-bottom: 2px solid #B3653C;
  margin-bottom: 16px;
}
.gj-geo-warning__btn-leave:hover,
.gj-geo-warning__btn-leave:focus {
  background: linear-gradient(180deg, #ffc34f 0%, rgba(255, 220, 97, 0) 100%), #ff922e;
  border-bottom-color: #d97320;
  color: #0d191e;
}
.gj-geo-warning__btn-leave:active {
  background: #cd680a;
  border-bottom-color: #cd680a;
  border-top-color: #99571b;
}
.gj-geo-warning__btn-stay {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.gj-geo-warning__btn-stay:hover {
  color: #fff;
}
@media screen and (min-width: 950px) {
  .gj-geo-warning__btn-stay {
    bottom: 40px;
  }
}
.gj-geo-warning__mini {
  display: flex;
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #272a2e;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 40px;
  width: 40px;
  transform: scale(0.1);
  opacity: 0;
  transform-origin: bottom right;
  pointer-events: none;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 32px 0 rgba(0, 0, 0, 0.25);
  z-index: 501;
}
@media screen and (min-width: 950px) {
  .gj-geo-warning__mini {
    padding: 0 36px 0 8px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 42px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.gj-geo-warning__mini-pin {
  width: 32px;
  height: 32px;
}
.gj-geo-warning__mini-text {
  display: none;
}
@media screen and (min-width: 950px) {
  .gj-geo-warning__mini-text {
    display: block;
    font-size: 16px;
    color: #cfd8dc;
    margin: 0 0 0 8px;
  }
}
.gj-geo-warning__mini-close {
  display: none;
}
@media screen and (min-width: 950px) {
  .gj-geo-warning__mini-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gj-geo-warning__mini-close img {
    transform: rotate(180deg);
  }
}
.gj-geo-warning__mini:hover .gj-geo-warning__mini-text {
  color: #fff;
}
.gj-geo-warning__mini:hover .gj-geo-warning__mini-close img {
  filter: brightness(200%);
}
.gj-geo-warning.--closed {
  position: fixed;
  pointer-events: none;
  z-index: 99;
  width: 0;
  height: 0;
  overflow: visible;
}
.gj-geo-warning.--closed .gj-geo-warning__backdrop {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
.gj-geo-warning.--closed .gj-geo-warning__content {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.gj-geo-warning.--closed .gj-geo-warning__mini {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}

.gj-system-requirements {
  position: relative;
  background-color: #0D191E;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.gj-system-requirements__container {
  padding: 30px 55px 70px;
}
@media only screen and (max-width: 760px) {
  .gj-system-requirements__container {
    padding: 15px 15px 50px;
  }
}
.gj-system-requirements__title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .gj-system-requirements__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.gj-system-requirements__header {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .gj-system-requirements__header {
    font-size: 20px;
    line-height: 24px;
  }
}
.gj-system-requirements__also {
  font-family: 'Fira Sans', sans-serif;
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 15px;
}
.gj-system-requirements__also a {
  opacity: 0.7;
  color: #FFB84F;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.gj-system-requirements__also a:hover,
.gj-system-requirements__also a:focus {
  opacity: 1;
}
.gj-system-requirements__also a:active {
  opacity: 0.8;
}
.gj-system-requirements__block {
  display: flex;
  flex-wrap: wrap;
}
.gj-system-requirements__col {
  flex: 1;
  flex-shrink: 0;
  min-width: 250px;
  padding-right: 25px;
}
@media only screen and (max-width: 500px) {
  .gj-system-requirements__col {
    padding-right: 0;
  }
}
.gj-system-requirements__list p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
}
@media only screen and (max-width: 760px) {
  .gj-system-requirements__list p {
    font-size: 14px;
    line-height: 18px;
  }
}
.gj-system-requirements__list span {
  color: rgba(255, 255, 255, 0.6);
}
.gj-system-requirements__close {
  cursor: pointer;
  background-image: url(/modern-3/deba56991cc7da2b8261.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.gj-system-requirements__close:hover,
.gj-system-requirements__close:focus {
  opacity: 1;
}
.gj-system-requirements__close:active {
  opacity: 0.6;
}

.gj-trailer {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(100% * 9 / 16);
  width: 100%;
}
.gj-trailer gj-youtube {
  position: absolute;
  inset: 0;
}
.gj-trailer__close {
  cursor: pointer;
  background-image: url(/modern-3/deba56991cc7da2b8261.svg);
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #454b50;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 5;
  right: -10px;
  top: -10px;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.gj-trailer__close:hover,
.gj-trailer__close:focus {
  opacity: 1;
}
.gj-trailer__close:active {
  opacity: 0.6;
}

.gj-welcome-global {
  position: relative;
  background-color: #0d2127;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-image: url(/modern-3/cb0ff238c72d14f4689b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.gj-welcome-global__container {
  padding: 0 30px 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .gj-welcome-global__container {
    padding: 0 15px 30px 15px;
  }
}
.gj-welcome-global__header {
  display: flex;
  justify-content: flex-end;
}
.gj-welcome-global__region {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.gj-welcome-global__main-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  font-family: "Alumni Sans";
}
@media only screen and (max-width: 760px) {
  .gj-welcome-global__main-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.gj-welcome-global__main-desc {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding: 1rem 0 2.5rem;
  max-width: 60ch;
  margin: 0 auto;
}
.gj-welcome-global__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gj-welcome-global__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.gj-welcome-global__close {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.gj-welcome-global__close:hover,
.gj-welcome-global__close:focus {
  opacity: 1;
  color: #FEBE6B;
}
.gj-welcome-global__close:active {
  opacity: 0.6;
}
.gj-welcome-global .en-clear-button {
  padding: 0 1.5rem;
  height: 3.4rem;
  gap: 0.5rem;
}

@keyframes play {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(24px);
    opacity: 0;
  }
}
.en-scroll-helper {
  position: fixed;
  left: calc(50% - 53.5px);
  bottom: 0px;
  width: 107px;
  height: 54px;
  z-index: 100;
  background: url(/modern-3/30dd0ac37203b29dd0eb.png) left bottom;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.en-scroll-helper:not(.--visible) {
  pointer-events: none;
}
.en-scroll-helper.--visible {
  opacity: 1;
}
.en-scroll-helper__icon {
  width: 27px;
  height: 15px;
  margin: 15px auto 0px;
  background: url(/modern-3/328a35a2d9a342354aab.png) left top;
  animation: play 0.9s linear infinite;
}

gj-comparision {
  display: block;
}
.gj-comparision {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.gj-comparision__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.gj-comparision__item.m--main {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  width: 50%;
  border-right: 2px solid #fff;
}
.gj-comparision__handle {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBhdGggZD0iTTE3LjA2NywzLjE4MnYyNS42MzVjMCwwLjU4OS0wLjQ3OCwxLjA2OC0xLjA2NywxLjA2OGMtMC41ODgsMC0xLjA2Ny0wLjQ3OS0xLjA2Ny0xLjA2OFYzLjE4MiAgYzAtMC41ODksMC40NzktMS4wNjYsMS4wNjctMS4wNjZDMTYuNTkxLDIuMTE1LDE3LjA2NywyLjU5MywxNy4wNjcsMy4xODJ6IE0zMS45ODIsMTUuOTU5Yy0wLjAwOC0wLjIxMS0wLjA3OS0wLjQ4Mi0wLjIxNy0wLjY1MSAgbC00LjE0MS01LjE2MmMtMC4zNy0wLjQ1OS0xLjA0LTAuNTMzLTEuNS0wLjE2M2MtMC40NTksMC4zNjctMC41MzMsMS4wNDItMC4xNjIsMS41MDFsMi43NDYsMy40MjdoLTkuNjEzICBjLTAuNTksMC0xLjA2OCwwLjQ3OC0xLjA2OCwxLjA2N2MwLDAuNTkxLDAuNDc5LDEuMDY4LDEuMDY4LDEuMDY4aDkuNjIzbC0yLjc2MywzLjQ3M2MtMC4zNjcsMC40NjItMC4yODksMS4xMzYsMC4xNzEsMS41MDIgIGMwLjE5NywwLjE1NSwwLjQzMywwLjIzMiwwLjY2NCwwLjIzMmMwLjMxNCwwLDAuNjI2LTAuMTQsMC44MzYtMC40MDRjMCwwLDQuMTMtNS4xOTEsNC4xNDItNS4yMDYgIEMzMS45MiwxNi40NTMsMzEuOTkxLDE2LjIwNywzMS45ODIsMTUuOTU5eiBNMCwxNi4wNDFjMC4wMDgsMC4yMTEsMC4wNzksMC40ODIsMC4yMTcsMC42NTFsNC4xNDEsNS4xNjIgIGMwLjM3LDAuNDU5LDEuMDQsMC41MzMsMS41LDAuMTYzYzAuNDU5LTAuMzY3LDAuNTMzLTEuMDQyLDAuMTYyLTEuNTAxTDMuMjc0LDE3LjA5aDkuNjEzYzAuNTksMCwxLjA2OC0wLjQ3OCwxLjA2OC0xLjA2NyAgYzAtMC41OTEtMC40NzktMS4wNjgtMS4wNjgtMS4wNjhIMy4yNjRsMi43NjMtMy40NzNjMC4zNjctMC40NjIsMC4yODktMS4xMzYtMC4xNzEtMS41MDJDNS42NTksOS44MjQsNS40MjMsOS43NDcsNS4xOTIsOS43NDcgIGMtMC4zMTQsMC0wLjYyNiwwLjE0LTAuODM2LDAuNDA0YzAsMC00LjEzLDUuMTkxLTQuMTQyLDUuMjA2QzAuMDYzLDE1LjU0Ny0wLjAwOCwxNS43OTMsMCwxNi4wNDF6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: relative;
  height: 3em;
  width: 3em;
  right: calc(-1.5em - 1px);
  display: block;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: all 0.2s ease;
}
.gj-comparision__handle.m--dragging {
  cursor: grabbing;
}

.gj-register-consoles-signin {
  max-width: 960px;
}
.gj-register-consoles-signin__content {
  color: #e3e3e3;
  padding: 56px 64px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-consoles-signin__content {
    padding: 30px 28px;
  }
}
.gj-register-consoles-signin__title {
  color: #E3E3E3;
  text-shadow: 0px 0px 19px #080F12, 0px 2px 0px #272720;
  font-family: "Alumni Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  text-wrap: balance;
}
@media only screen and (max-width: 1024px) {
  .gj-register-consoles-signin__title {
    font-size: 32px;
  }
}
.gj-register-consoles-signin__options {
  margin-top: 24px;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .gj-register-consoles-signin__options {
    flex-direction: column;
  }
}
.gj-register-consoles-signin__option {
  flex: 1;
  background: var(--bg_dark, rgba(3, 12, 21, 0.4));
  display: flex;
  gap: 24px;
  height: 432px;
  padding: 32px 40px 40px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .gj-register-consoles-signin__option {
    padding: 26px 32px;
  }
}
.gj-register-consoles-signin__option-title {
  color: #E3E3E3;
  text-shadow: 0px 0px 19px #080F12, 0px 2px 0px #272720;
  font-family: "Alumni Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  text-wrap: balance;
}
@media only screen and (max-width: 1024px) {
  .gj-register-consoles-signin__option-title {
    font-size: 32px;
  }
}
.gj-register-consoles-signin__option-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.gj-register-consoles-signin__stepper {
  list-style: none;
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0px;
  padding: 0px;
}
.gj-register-consoles-signin__stepper-step {
  counter-increment: item;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  text-wrap: balance;
}
.gj-register-consoles-signin__stepper-step:before {
  content: counter(item);
  background: #E3E3E3;
  border-radius: 100%;
  color: white;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alumni Sans";
  color: #1C1C1C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 200% */
}
.gj-register-consoles-signin__consoles-signin {
  width: 100%;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}
.gj-register-consoles-signin__consoles-button {
  display: flex;
  width: 100%;
  height: 56px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  border: 0px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.gj-register-consoles-signin__consoles-button:hover {
  opacity: 0.9;
}
.gj-register-consoles-signin__consoles-button:active {
  opacity: 0.8;
}
.gj-register-consoles-signin__consoles-button.m--ps {
  background: var(--ps4, #003087);
}
.gj-register-consoles-signin__consoles-button.m--ps:hover {
  box-shadow: 0 0 24px 0 #00308744;
}
.gj-register-consoles-signin__consoles-button.m--xbox {
  background: var(--xbox, #107C10);
}
.gj-register-consoles-signin__consoles-button.m--xbox:hover {
  box-shadow: 0 0 24px 0 #107C1044;
}
@media only screen and (max-width: 500px) {
  .gj-register-consoles-signin__consoles-button {
    height: 46px;
    font-size: 20px;
    letter-spacing: 0px;
  }
}
.gj-register-consoles-signin__consoles-button-icon {
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.gj-register-consoles-signin__consoles-button-icon.m--ps {
  background-image: url(/modern-3/ac35e339f5980f519144.svg);
}
.gj-register-consoles-signin__consoles-button-icon.m--xbox {
  background-image: url(/modern-3/854cf71da4c2d04834ac.svg);
}

.gj-register-migration {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gj-register-migration__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 40px 40px;
}
@media (max-width: 768px) {
  .gj-register-migration__content {
    padding: 20px;
  }
}
.gj-register-migration__header {
  display: flex;
  align-items: flex-start;
}
.gj-register-migration__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 20px;
  text-align: center;
  padding: 20px 0;
}
.gj-register-migration__user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 16px;
  gap: 8px;
}
.gj-register-migration__user-icon {
  width: 20px;
  height: 20px;
  background-image: url(/modern-3/142d2975251217dbfb67.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.gj-register-migration__user-icon.--gaijin {
  background-image: url(/modern-3/e4ca0b5ddebb1f81dd9e.png);
}
.gj-register-migration__user-name {
  font-size: 16px;
  color: #fff;
}
.gj-register-migration__user-id {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.gj-register-migration__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  max-width: 600px;
}
@media (max-width: 768px) {
  .gj-register-migration__title {
    font-size: 24px;
  }
}
.gj-register-migration__notice {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
}
@media (max-width: 768px) {
  .gj-register-migration__notice {
    font-size: 16px;
  }
}
.gj-register-migration__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .gj-register-migration__actions {
    flex-direction: column;
    width: 100%;
  }
}
.gj-register-migration__btn {
  min-width: 200px;
}
@media (max-width: 1024px) {
  .gj-register-migration__btn {
    width: 100%;
    min-width: unset;
  }
}
.gj-register-migration__link-info {
  font-size: 16px;
  color: #e5a536;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
}
.gj-register-migration__link-info:hover {
  color: #f0b040;
}

:root {
  --gj-cookie-prompt-background: #263238;
  --gj-cookie-prompt-button: #b71c1c;
  --gj-download-link-color: #74d5e2;
  --gj-register-background: #202a33;
  --gj-register-accent: #74d5e2;
  --gj-register-accent-filter: hue-rotate(140deg);
  --gj-register-accent-rgb: 116, 213, 226;
  --gj-register-image: url(/modern-3/2c8f5f7442da890f2bcf.jpg);
  --gj-register-button-background: linear-gradient(180deg, #FEBE6B 0%, #D88756 100%), #D88756;
  --gj-register-button-shadow: #db835d;
}
.f-alumni {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 600;
}
.f-alumni-normal {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 400;
}
.f-ptsans {
  font-family: 'PT Sans', sans-serif;
}
.f-14 {
  font-size: 14px;
  line-height: 20px;
}
.f-16 {
  font-size: 16px;
  line-height: 24px;
}
.f-18 {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 1280px) {
  .f-18 {
    font-size: 16px;
    line-height: 24px;
  }
}
.f-20 {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 2000px) {
  .f-20 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-20 {
    font-size: 16px;
    line-height: 24px;
  }
}
.f-22 {
  font-size: 22px;
  line-height: 36px;
}
@media only screen and (max-width: 2000px) {
  .f-22 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-22 {
    font-size: 18px;
    line-height: 28px;
  }
}
.f-24 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 2000px) {
  .f-24 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-24 {
    font-size: 18px;
    line-height: 28px;
  }
}
.f-32 {
  font-size: 32px;
  line-height: 1em;
}
@media only screen and (max-width: 2000px) {
  .f-32 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-32 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .f-32 {
    font-size: 22px;
  }
}
.f-40 {
  font-size: 40px;
  line-height: 1em;
}
@media only screen and (max-width: 2000px) {
  .f-40 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-40 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .f-40 {
    font-size: 24px;
  }
}
.f-48 {
  font-size: 48px;
  line-height: 1em;
}
@media only screen and (max-width: 2000px) {
  .f-48 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-48 {
    font-size: 28px;
  }
}
.f-56 {
  font-size: 56px;
  line-height: 1em;
}
@media only screen and (max-width: 2000px) {
  .f-56 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-56 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .f-56 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .f-56 {
    font-size: 24px;
  }
}
.f-64 {
  font-size: 64px;
  line-height: 1em;
}
@media only screen and (max-width: 2000px) {
  .f-64 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1280px) {
  .f-64 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .f-64 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .f-64 {
    font-size: 32px;
  }
}
.f-96 {
  font-size: 96px;
  line-height: 1em;
}
@media only screen and (max-width: 1280px) {
  .f-96 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .f-96 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 760px) {
  .f-96 {
    font-size: 42px;
  }
}
.en-bottom {
  position: relative;
  padding-top: 1rem;
}
.en-bottom-logo {
  background-image: url(/modern-3/e39a2c259a6870922278.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.8rem;
  width: 5.4rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .en-bottom-logo {
    display: none;
  }
}
.en-bottom-menu {
  background: linear-gradient(180deg, rgba(var(--en-bg-rgb), 0) 0%, rgba(var(--en-bg-rgb), 1) 100%);
}
.en-bottom-menu__wrapper {
  border-top: 1px solid var(--en-muted-border-color);
  padding: 2rem 0 5rem;
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  .en-bottom-menu__wrapper {
    gap: 2rem;
    padding: 0 0 2rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.en-footer-nav {
  flex: 1;
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  .en-footer-nav {
    order: 2;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 760px) {
  .en-footer-nav {
    gap: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .en-footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.en-footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.en-footer-nav__item {
  display: flex;
  align-items: center;
}
.en-footer-nav__item:first-child {
  padding-bottom: 0.5rem;
}
.en-footer-nav__header {
  font-size: 16px;
  line-height: 24px;
  color: var(--en-text-color);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.en-footer-nav__header.m--active,
.en-footer-nav__header:hover,
.en-footer-nav__header:focus {
  text-decoration: underline;
}
.en-footer-nav__header:active {
  opacity: 0.8;
}
.en-footer-nav__link {
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.en-footer-nav__link.m--active,
.en-footer-nav__link:hover,
.en-footer-nav__link:focus {
  color: #fff;
}
.en-footer-nav__link:active {
  color: rgba(255, 255, 255, 0.7);
}
.en-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .en-socials {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 0 1.5rem;
    justify-content: center;
    border-bottom: 1px solid var(--en-muted-border-color);
  }
}
@media only screen and (max-width: 500px) {
  .en-socials {
    flex-direction: column;
  }
}
.en-socials__title {
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1024px) {
  .en-socials__title {
    flex-shrink: 1;
    width: 100%;
  }
}
.en-socials__links {
  display: flex;
}
.en-socials__link {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.en-socials__link.m--nav {
  height: 2rem;
  width: 2rem;
  opacity: 1 !important;
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .en-socials__link {
    height: 3rem;
    width: 3rem;
  }
  .en-socials__link.m--nav {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .en-socials__link {
    height: 3rem;
    width: 3rem;
  }
}
.en-socials__link.m--fb {
  background-image: url(/modern-3/e823c638507551c09181.svg);
}
.en-socials__link.m--tw {
  background-image: url(/modern-3/ac3d210b1f55c1346e8d.svg);
}
.en-socials__link.m--tg {
  background-image: url(/modern-3/2a94c51adc65a9e9618a.svg);
}
.en-socials__link.m--vk {
  background-image: url(/modern-3/a27d92ab9253982b9b1a.svg);
}
.en-socials__link.m--yt {
  background-image: url(/modern-3/8dcc104092bcb95018c6.svg);
}
.en-socials__link.m--in {
  background-image: url(/modern-3/0f27fce6a2adfedcb81e.svg);
}
.en-socials__link.m--dc {
  background-image: url(/modern-3/0975ac7952f5cd060fbc.svg);
}
.en-socials__link.m--forum {
  background-image: url(/modern-3/516193f1f76869955aca.svg);
}
.en-socials__link.m--mods {
  background-image: url(/modern-3/a56d8f8ef63db6d8209f.svg);
}
.en-socials__link:hover,
.en-socials__link:focus {
  opacity: 1;
}
.en-socials__link:active {
  opacity: 0.8;
}
.en-socials__forum {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .en-socials__forum {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.6;
    border-radius: 3px;
    padding: 0.3rem 0.8rem;
    transition: all 0.2s ease;
  }
  .en-socials__forum:hover,
  .en-socials__forum:focus {
    text-decoration: none;
    opacity: 1;
  }
}
.en-footer {
  display: flex;
  padding: 1.5rem;
  gap: 1.5rem;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.en-footer__incubator {
  margin-right: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.en-footer__logos {
  display: flex;
  gap: 0.5rem;
}
.en-footer__gaijin-logo {
  height: 2.2rem;
  width: 1.9rem;
  flex-shrink: 0;
  background-image: url(/modern-3/5488c248524c8d498833.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.en-footer__darkflow {
  height: 3rem;
  width: 8rem;
  flex-shrink: 0;
  background-image: url(/modern-3/2dcd9b068632bd891e57.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0.3rem;
  opacity: 0.7;
}
.en-footer__pixstorm {
  height: 3rem;
  width: 8rem;
  flex-shrink: 0;
  background-image: url(/modern-3/6ac59504f4506d405f83.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0.3rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.en-footer__pixstorm:hover,
.en-footer__pixstorm:focus {
  opacity: 1;
}
.en-footer__rates,
.en-footer__logos {
  min-width: 300px;
}
@media only screen and (max-width: 1280px) {
  .en-footer__rates,
  .en-footer__logos {
    min-width: auto;
  }
}
.en-footer__rates {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media only screen and (max-width: 500px) {
  .en-footer__rates {
    justify-content: center;
  }
}
.en-footer__rate {
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.en-footer__rate:first-child {
  margin-left: 0;
}
.en-footer__rate.m--age {
  height: 2rem;
  width: 2rem;
  background-image: url(/modern-3/eeec196d0702157c34d2.svg);
  opacity: 0.7;
}
.en-footer__rate.m--esrb {
  background-image: url(/modern-3/1aa485ea3ea7c1269161.svg);
}
.en-footer__rate.m--pegi {
  background-image: url(/modern-3/c452db7cf55804324d7a.svg);
}
.en-footer__rate.m--usk {
  background-image: url(/modern-3/8e7ed3851123fcc410c2.svg);
}
.en-footer__main {
  flex: 1;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .en-footer__main {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .en-footer__main {
    align-items: center;
    flex-direction: column;
  }
}
.en-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.en-footer__link {
  z-index: 1;
  text-transform: uppercase;
  text-decoration: underline !important;
  margin: 0 0.8rem;
}
.en-footer__link.m--icon,
.en-footer__link.m--sysreq {
  text-transform: initial;
  display: flex;
  align-items: center;
}
.en-footer__link.m--icon::after {
  content: '';
  height: 7px;
  width: 7px;
  margin-left: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/modern-3/d4b435506dbff2a3ad79.svg);
  flex-shrink: 0;
}
.en-footer__link.m--sysreq {
  text-decoration: none !important;
}
@media only screen and (max-width: 1280px) {
  .en-footer__link.m--sysreq.m--hide-laptop {
    display: none;
  }
}
.en-footer__link.m--sysreq.m--bordered {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.en-footer__link.m--sysreq::before {
  content: '';
  height: 1rem;
  width: 1rem;
  margin-right: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/modern-3/fa37fac64b0b80137d92.svg);
  flex-shrink: 0;
}
.en-footer__copyright {
  opacity: 0.6;
  text-align: center;
  max-width: 40rem;
}
@media only screen and (max-width: 760px) {
  .en-footer__copyright {
    flex: 1;
    min-width: 100%;
    order: 3;
  }
}
.en-footer__link,
.en-footer a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.en-footer__link:hover,
.en-footer a:hover,
.en-footer__link:focus,
.en-footer a:focus {
  opacity: 1;
}
.en-footer__link:active,
.en-footer a:active {
  opacity: 0.8;
}
.en-socials__forum.m--away::after,
.en-footer-nav__item.m--away::after {
  content: '';
  background-image: url(/modern-3/d4b435506dbff2a3ad79.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: 0.4rem;
  height: 7px;
  width: 7px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
@media only screen and (max-width: 760px) {
  html {
    font-size: 15px;
  }
}
body {
  min-width: 320px;
  position: absolute;
  width: 100%;
}
gj-background-video video {
  position: fixed !important;
}
@media only screen and (max-width: 1024px) {
  gj-background-video video {
    position: absolute !important;
  }
}
gj-background-video .gj-background-video {
  background-image: url(/modern-3/aa49df6140e6686b245b.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.m--steam gj-background-video .gj-background-video {
  background-image: url(/modern-3/8ea3e4653240a66d9c7b.webp);
}
.en-land {
  font-family: 'PT Serif', serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #131d30;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.en-land__bg {
  z-index: 1;
  background-image: url(/modern-3/ba62d2ee17a5783a331e.jpg);
  max-height: 950px;
}
@media only screen and (max-width: 1500px) {
  .en-land__bg {
    max-height: 840px;
  }
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land__bg {
    max-height: 580px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land__bg {
    max-height: 560px;
  }
}
@media only screen and (max-width: 840px) {
  .en-land__bg {
    max-height: 450px;
  }
}
@media only screen and (max-width: 690px) {
  .en-land__bg {
    max-height: 390px;
  }
}
.en-land__bg,
.en-land__bg-text,
.en-land__bg-tiles {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.en-land__bg,
.en-land__bg-text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.en-land__bg-tiles {
  z-index: 2;
  background-image: url(/modern-3/8e8a6c6810e1dc2bdbcb.png);
}
.en-land__bg-fader {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  height: 320px;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land__bg-fader {
    height: 160px;
  }
}
.en-land__bg-fader.m--top {
  top: 0;
  background: linear-gradient(180deg, rgba(18, 27, 38, 0.63) 0%, rgba(26, 47, 53, 0) 100%);
}
.en-land__bg-fader.m--bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 42, 67, 0) 0%, #131d30 100%);
}
.en-land__bg-text {
  z-index: 4;
  background-image: url(/modern-3/66c686583b2b2cc7f785.png);
}
@media only screen and (max-width: 600px) {
  .en-land__bg-text {
    display: none;
  }
}
.en-land__bg-text.m--en {
  background-image: url(/modern-3/66c686583b2b2cc7f785.png);
}
.en-land__bg-text.m--ru {
  background-image: url(/modern-3/6d29069903298efa8afe.png);
}
.en-land__bg-text.m--es {
  background-image: url(/modern-3/c67b367a71fcddb0d792.png);
}
.en-land__bg-text.m--fr {
  background-image: url(/modern-3/c1faad6154432229b8a2.png);
}
.en-land__bg-text.m--de {
  background-image: url(/modern-3/8057a69e1dcf8221388f.png);
}
.en-land__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  padding-bottom: 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .en-land__content {
    max-width: 590px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.en-land__logo {
  background-image: url(/modern-3/a88d243987e16e7f6036.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 35vh;
  min-height: 220px;
  max-height: 360px;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land__logo {
    height: 180px;
    width: 360px;
    min-height: initial;
    max-height: initial;
  }
}
@media only screen and (max-width: 600px) {
  .en-land__logo {
    height: 120px;
    width: 240px;
  }
}
.en-land__logo-omen {
  margin-top: -50px;
  width: 235px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1280px) {
  .en-land__logo-omen {
    width: 180px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .en-land__logo-omen {
    width: 160px;
    margin-top: 0px;
  }
}
.en-land__text-omen {
  text-align: center;
}
.en-land__text-omen h3 {
  text-shadow: 0 2px 6px #0b161d;
  color: #cf3910;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.en-land__text-omen p {
  text-shadow: 0 2px 6px #0b161d;
  font-size: 20px;
  font-family: "PT SERIF";
  margin-bottom: 20px;
}
.en-land__spacer {
  flex: 1;
}
.en-land__star {
  background-image: url(/modern-3/59025fa3883ccadaaca5.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 64px;
  width: 64px;
  min-height: 64px;
  flex-shrink: 0;
  margin-top: 65px;
}
@media only screen and (max-width: 1280px) {
  .en-land__star {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land__star {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 690px) {
  .en-land__star {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .en-land__star {
    margin-top: 0;
  }
}
.en-land__title {
  display: none;
  font-family: 'PT Serif', serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin: 80px 0 10px;
  line-height: 48px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 600px) {
  .en-land__title {
    display: block;
  }
}
.en-land__text {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 5px 6px #0b161d;
  margin: 10px 0 40px;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land__text {
    font-size: 16px;
    margin: 5px 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .en-land__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.en-land__play {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0d1f26;
  text-shadow: 0px 1px 0px rgba(255, 216, 194, 0.86);
  padding: 0 25px;
  height: 64px;
  flex-shrink: 0;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: 0px 6px 21px rgba(8, 15, 34, 0.88);
  background-color: #db835d;
  background-image: url(/modern-3/26456c0c8323150fb783.png);
  background-repeat: no-repeat;
  background-size: 100% 192px;
  background-position: 0 0;
  transition: box-shadow 0.2s ease;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land__play {
    height: 56px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land__play {
    height: 64px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .en-land__play {
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
    line-height: 24px;
  }
}
.en-land__play::before {
  content: "";
  background-image: url(/modern-3/b9baf187cee8cf1e2e53.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
.en-land__play:hover,
.en-land__play:focus {
  box-shadow: 0px 3px 13px #080f22;
  background-position-y: -64px;
}
.en-land__play:active {
  box-shadow: 0px 1px 6px #080f22;
  background-position-y: -128px;
}
.en-land__play.m--bonus {
  padding-right: 0;
  height: 72px;
  overflow: hidden;
  justify-content: space-between;
  background-image: none;
  background-color: #febe6b;
  background: linear-gradient(180deg, #febe6b 0%, #d88756 100%);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 760px) {
  .en-land__play.m--bonus {
    height: 64px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .en-land__play.m--bonus {
    height: 56px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
}
.en-land__play.m--bonus::after {
  content: "";
  background-image: url(/modern-3/15b61583c3f5c520649a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 100%;
  width: 155px;
  flex-shrink: 0;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .en-land__play.m--bonus::after {
    width: 108px;
  }
}
.en-land__play.m--bonus:hover {
  background-position: initial;
  background: linear-gradient(180deg, #fec57a 0%, #db9062 100%);
}
.en-land__play.m--bonus:active {
  background-position: initial;
  background: linear-gradient(180deg, #feb75c 0%, #d57e4a 100%);
}
.en-land__play-border {
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(134, 59, 27, 0.46);
}
.en-land__buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .en-land__buttons {
    margin-top: 18px;
  }
}
.en-land__button {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: rgba(8, 11, 34, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  flex-shrink: 0;
  height: 48px;
  width: 256px;
  transition: all 0.2s ease;
}
.en-land__button.m--xbox {
  background-image: url(/modern-3/9fc2c6dc1e4a6a08f736.svg);
}
.en-land__button.m--xbox:hover,
.en-land__button.m--xbox:focus {
  background-color: #107c10;
  border-color: #107c10;
}
.en-land__button.m--xbox:active {
  background-color: #0e6e0e;
  border-color: #0e6e0e;
}
.en-land__button.m--ps5 {
  background-image: url(/modern-3/fead9ac8392eac275f2b.svg);
}
.en-land__button.m--ps5:hover,
.en-land__button.m--ps5:focus {
  background-color: #003087;
  border-color: #003087;
}
.en-land__button.m--ps5:active {
  background-color: #002b78;
  border-color: #002b78;
}
.en-land__button.m--ps4 {
  background-image: url(/modern-3/d631400833f95470cf76.svg);
}
.en-land__button.m--ps4:hover,
.en-land__button.m--ps4:focus {
  background-color: #003087;
  border-color: #003087;
}
.en-land__button.m--ps4:active {
  background-color: #002b78;
  border-color: #002b78;
}
.en-land__sysreq {
  align-items: center;
  display: none;
  font-family: "Fira Sans Condensed", sans-serif;
  padding-bottom: 1rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .en-land__sysreq {
    display: flex;
  }
}
@media only screen and (max-width: 760px) {
  .en-land__sysreq {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.en-land .en-footer {
  background: linear-gradient(180deg, rgba(13, 22, 30, 0.19) 0%, rgba(15, 40, 57, 0.51) 100%);
}
.en-land.m--video .en-land__bg {
  z-index: -1;
  background-image: url(/modern-3/aa49df6140e6686b245b.jpg);
}
.en-land.m--video .en-land__video-title {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 120px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff6f0;
  margin: 0 0 15px 0;
  text-shadow: 0px 2px 6px #0b161d;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px) {
  .en-land.m--video .en-land__video-title {
    font-size: 64px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land.m--video .en-land__video-title {
    font-size: 48px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land.m--video .en-land__video-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .en-land.m--video .en-land__video-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.en-land.m--video .en-land__text {
  text-shadow: 0px 2px 6px #0b161d;
}
.en-land.m--video .en-land__star {
  margin: 0;
}
.en-land-bonus {
  font-family: 'Alumni Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #1a1f23;
  min-height: 100vh;
  position: relative;
}
.en-land-bonus .gj-language-picker {
  z-index: 10;
}
@media only screen and (max-width: 760px) {
  .en-land-bonus .gj-language-picker {
    padding: 5px;
  }
}
.en-land-bonus__container {
  position: absolute;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  min-height: 100vh;
}
.en-land-bonus__bg {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__bg {
    position: absolute;
  }
}
.en-land-bonus__bg-overlay {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/modern-3/adc7314765aa4024693b.png) repeat;
  background-size: 3px 3px;
}
.en-land-bonus__bg-bottom-fader {
  position: absolute;
  bottom: 0px;
  height: 330px;
  width: 100%;
  background: linear-gradient(0deg, #1a1f23 0%, rgba(15, 42, 67, 0) 100%);
}
.en-land-bonus__content {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  min-height: 100vh;
}
.en-land-bonus__main {
  padding: 0px 0px 52px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.en-land-bonus__main:not(.m--no-bg) {
  background: radial-gradient(50% 50% at 50% 50%, #1a1f23 0%, rgba(15, 42, 67, 0) 100%);
  background-position: center center;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__main {
    gap: 18px;
  }
}
.en-land-bonus__main.m--nobonus {
  flex: 1;
  justify-content: flex-end;
  margin-bottom: 10vh;
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__main.m--nobonus {
    justify-content: flex-end;
    margin-bottom: 0px;
  }
}
.en-land-bonus__star {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/modern-3/f5fa49519b7862bed619.png);
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
}
.en-land-bonus__main-header {
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  text-shadow: 0px 2px 0px #272720, 0px 0px 19px #080f12;
  color: #e3e3e3;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 0px;
  padding-inline: 50px;
  max-width: 1400px;
  margin-inline: auto;
}
.en-land-bonus__main-header sup {
  font-size: 28px;
  font-weight: 400;
  margin-left: 1px;
  transform: translateY(2px);
  display: inline-block;
}
.en-land-bonus__main-header.m--nobonus {
  text-transform: none;
  font-weight: 500;
  margin-top: 0px;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__main-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__main-header {
    font-size: 28px;
    max-width: none;
  }
  .en-land-bonus__main-header sup {
    font-size: 20px;
  }
}
.en-land-bonus__items {
  display: flex;
  gap: 22px;
  justify-content: center;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__items {
    gap: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__items {
    gap: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__items {
    flex-wrap: wrap;
  }
}
.en-land-bonus__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  --sprite-width: 720;
  --sprite-height: 1080;
  --sprite-item-width: 240;
  --item-width: 160;
  --item-aspect: calc(4 / 3);
  --item-height: calc(var(--item-width) / var(--item-aspect));
  min-width: calc(var(--item-width) * 1px);
  --sprite-mapping: calc(var(--sprite-item-width) / var(--item-width));
  --row-bg: 0;
  --col-bg: 0;
  --row: 1;
  --col: 0;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__item {
    --item-width: 120;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__item {
    --item-width: 80;
    gap: 3px;
  }
}
.en-land-bonus__item::before {
  display: block;
  content: " ";
  width: calc(var(--item-width) * 1px);
  height: calc(var(--item-height) * 1px);
  background-image: url(/modern-3/3c25890bcf7cb828a2e1.png);
  background-size: calc(var(--sprite-width) / var(--sprite-mapping) * 1px) calc(var(--sprite-height) / var(--sprite-mapping) * 1px);
  background-position: calc(var(--item-width) * var(--col-bg) * -1px) calc(var(--item-height) * var(--row-bg) * -1px);
}
.en-land-bonus__item::after {
  position: absolute;
  display: block;
  content: " ";
  top: 0px;
  width: calc(var(--item-width) * 1px);
  height: calc(var(--item-height) * 1px);
  background-image: url(/modern-3/3c25890bcf7cb828a2e1.png);
  background-size: calc(var(--sprite-width) / var(--sprite-mapping) * 1px) calc(var(--sprite-height) / var(--sprite-mapping) * 1px);
  background-position: calc(var(--item-width) * var(--col) * -1px) calc(var(--item-height) * var(--row) * -1px);
}
.en-land-bonus__item.m--silver {
  --row-bg: 0;
  --col-bg: 1;
  --row: 1;
  --col: 0;
}
.en-land-bonus__item.m--premium {
  --row-bg: 0;
  --col-bg: 0;
  --row: 1;
  --col: 1;
}
.en-land-bonus__item.m--en {
  --row: 2;
}
.en-land-bonus__item.m--ru {
  --row: 3;
}
.en-land-bonus__item.m--de {
  --row: 4;
}
.en-land-bonus__item.m--jp {
  --row: 5;
}
.en-land-bonus__item.m--riffle {
  --col: 0;
}
.en-land-bonus__item.m--sidearm {
  --col: 1;
}
.en-land-bonus__item.m--helmet {
  --col: 2;
}
.en-land-bonus__item-title {
  color: #ffd49f;
  font-size: 32px;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.m--silver .en-land-bonus__item-title {
  color: #cfdbe2;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__item-title {
    font-size: 16px;
  }
}
.en-land-bonus__item-subtitle {
  color: #ffbc85;
  font-size: 22px;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.m--silver .en-land-bonus__item-subtitle {
  color: #c0cedc;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__item-subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__item-subtitle {
    font-size: 12px;
  }
}
.en-land-bonus__buttons {
  display: grid;
  grid-template: "ps play xbox" / 1fr min-content 1fr;
  justify-content: center;
  align-items: center;
  gap: 21px;
  margin-top: 10px;
}
@media only screen and (min-width: 761px) {
  .en-land-bonus__buttons.m--nobonus {
    grid-template: "play play" "ps xbox" / 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__buttons {
    grid-template: "play play" "ps xbox" / 1fr 1fr;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__buttons {
    grid-template: "play" "ps" "xbox" / 1fr;
    justify-items: center;
  }
}
.en-land-bonus__buttons-consoles {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__buttons-consoles {
    flex-direction: column;
  }
}
.en-land-bonus__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 7px 8px 7px 16px;
  width: 425px;
  border-radius: 7px;
  border: 0.5px solid rgba(8, 13, 18, 0);
  background: rgba(8, 13, 18, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.1s ease-out;
  text-decoration: none;
}
.en-land-bonus__button::after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url(/modern-3/9089cf212eef823253fe.svg);
  background-size: contain;
}
.en-land-bonus__button:hover {
  border-radius: 7px;
  border: 0.5px solid #fff;
  background: rgba(8, 13, 18, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.en-land-bonus__button:active {
  border-radius: 7px;
  border: 0.5px solid #fff;
  opacity: 0.8;
  background: rgba(8, 13, 18, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.en-land-bonus__button.m--ps {
  justify-self: end;
  grid-area: ps;
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__button.m--ps {
    justify-self: center;
  }
}
.en-land-bonus__button.m--ps:hover,
.en-land-bonus__button.m--ps:focus {
  background-color: #003087;
  border-color: #003087;
}
.en-land-bonus__button.m--ps:active {
  background-color: #002b78;
  border-color: #002b78;
}
.en-land-bonus__button.m--xbox {
  grid-area: xbox;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button {
    width: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button {
    width: 220px;
    padding: 4px 4px 4px 10px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__button {
    width: 100%;
    max-width: 260px;
  }
}
.en-land-bonus__button:hover,
.en-land-bonus__button:focus {
  background-color: #107c10;
  border-color: #107c10;
}
.en-land-bonus__button:active {
  background-color: #0e6e0e;
  border-color: #0e6e0e;
}
.en-land-bonus__buttons-steam {
  display: grid;
  grid-template: "steam pc" "text text" "ps xbox" / 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 38px;
  margin-top: 10px;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__buttons-steam {
    gap: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__buttons-steam {
    gap: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__buttons-steam {
    grid-template: "steam" "pc" "text" "ps" "xbox" / 1fr;
    justify-items: center;
  }
}
.en-land-bonus__text-steam {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  grid-area: text;
  justify-content: center;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__text-steam {
    font-size: 16px;
    line-height: 32px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__text-steam {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__text-steam {
    font-size: 16px;
  }
}
.en-land-bonus__button-steam {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 15px;
  color: white;
  background: #2f89bc;
  border-radius: 2px;
  padding: 16px 0px;
  font-size: 32px;
  line-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0px 6px 21px 0px rgba(8, 15, 34, 0.88);
  transition: all 0.1s ease-out;
  text-decoration: none;
  width: 475px;
}
.en-land-bonus__button-steam::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.75px;
  width: 100%;
  background: rgba(41, 68, 209, 0.56);
  mix-blend-mode: color-dodge;
}
.en-land-bonus__button-steam::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(50, 52, 82, 0.38);
}
.en-land-bonus__button-steam:active {
  opacity: 0.7;
}
.en-land-bonus__button-steam.m--pc {
  grid-area: pc;
  background: #7e8b2b;
}
.en-land-bonus__button-steam.m--pc::before {
  background: rgba(181, 52, 34, 0.56);
  mix-blend-mode: color-dodge;
}
.en-land-bonus__button-steam.m--pc::after {
  background: rgba(107, 20, 0, 0.38);
}
.en-land-bonus__button-steam.m--pc:hover {
  background: linear-gradient(0deg, #97ab17 0%, #97ab17 100%), #7e8b2b;
  box-shadow: 0px 0px 48px 0px rgba(181, 52, 34, 0.56);
}
.en-land-bonus__button-steam.m--pc:hover::after {
  mix-blend-mode: normal;
  background: rgba(107, 20, 0, 0.38);
}
.en-land-bonus__button-steam.m--steam {
  grid-area: steam;
}
.en-land-bonus__button-steam.m--steam:hover {
  box-shadow: 0px 0px 48px 0px rgba(41, 68, 209, 0.56);
  background: linear-gradient(0deg, #1798e2 0%, #1798e2 100%), #2f89bc;
}
.en-land-bonus__button-steam.m--steam:hover::after {
  mix-blend-mode: normal;
  background: rgba(50, 52, 82, 0.38);
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-steam {
    gap: 10px;
    padding: 12px 0px;
    width: 375px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button-steam {
    padding: 10px 0px;
    width: 260px;
  }
}
.en-land-bonus__button-steam-text {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(192, 198, 255, 0.86);
  text-decoration: none;
  font-size: 42px;
  line-height: 50px;
}
body[lang="zh"] .en-land-bonus__button-steam-text {
  font-size: 36px;
}
.m--pc .en-land-bonus__button-steam-text {
  text-shadow: 0px 1px 0px rgba(239, 188, 177, 0.86);
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-steam-text {
    font-size: 32px;
    line-height: 40px;
  }
  body[lang="zh"] .en-land-bonus__button-steam-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button-steam-text {
    font-size: 22px;
    line-height: 30px;
  }
  body[lang="zh"] .en-land-bonus__button-steam-text {
    font-size: 18px;
  }
}
.en-land-bonus__button-text {
  text-decoration: none;
  font-size: 38px;
  color: white;
  font-weight: 600;
  white-space: nowrap;
}
.en-land-bonus__button-text > small {
  display: block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
  opacity: 0.7;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-text {
    font-size: 28px;
  }
  .en-land-bonus__button-text > small {
    font-size: 12px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button-text {
    font-size: 18px;
  }
  .en-land-bonus__button-text > small {
    font-size: 10px;
    padding-bottom: 2px;
  }
}
.en-land-bonus__button-icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.en-land-bonus__button-icon.m--ps {
  background-image: url(/modern-3/b946878de9a2efe9459b.png);
}
.en-land-bonus__button-icon.m--xbox {
  background-image: url(/modern-3/e6a791244e5cce4ec709.png);
}
.en-land-bonus__button-icon.m--pc {
  max-width: 32px;
  max-height: 32px;
  background-image: url(/modern-3/f9a1335d575378e88c3a.svg);
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-icon.m--pc {
    max-width: 24px;
    max-height: 24px;
  }
}
.en-land-bonus__button-icon.m--steam {
  max-width: 36px;
  max-height: 36px;
  background-image: url(/modern-3/8faf7313bdb7d8c21359.svg);
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-icon {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button-icon {
    width: 32px;
    height: 32px;
  }
}
.en-land-bonus__play {
  grid-area: play;
  position: relative;
  order: 2;
  display: flex;
  width: 530px;
  height: 96px;
  align-items: center;
  padding-left: 16px;
  border-radius: 4px;
  background: linear-gradient(180deg, #febe6b 0%, #d88756 100%);
  color: #112227;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffd18b;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.1s ease-out;
}
.en-land-bonus__play.m--nobonus {
  justify-content: center;
  padding-left: 0px;
  justify-self: center;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__play {
    width: 400px;
    height: 72px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__play {
    width: 260px;
    height: 48px;
    font-size: 26px;
    padding-left: 10px;
    letter-spacing: 1.333px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__play {
    order: 0;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__play {
    width: 100%;
    max-width: 260px;
  }
}
.en-land-bonus__play::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #ffedc9;
}
.en-land-bonus__play::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: rgba(134, 59, 27, 0.46);
}
.en-land-bonus__play:hover {
  box-shadow: 0px 0px 48px 0px rgba(255, 111, 66, 0.6);
}
.en-land-bonus__play:active {
  opacity: 0.7;
}
.en-land-bonus__button-consoles {
  display: flex;
  gap: 10px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  background: url(/modern-3/ea648692d50e9457c8f6.png);
  background-size: 100% 300%;
  width: 260px;
  height: 48px;
  border-radius: 4px;
  width: 530px;
  height: 96px;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  /* 100% */
  text-decoration: none;
  color: white;
  order: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 10px 14px 0px rgba(14, 10, 21, 0.74);
  cursor: pointer;
}
.en-land-bonus__button-consoles:hover {
  background-position-y: -100%;
  box-shadow: 0px 0px 48px 0px #00308777 !important;
}
.en-land-bonus__button-consoles:active {
  background-position-y: -200%;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__button-consoles {
    width: 400px;
    height: 72px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__button-consoles {
    width: 260px;
    height: 48px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__button-consoles {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__button-consoles {
    width: 100%;
    max-width: 260px;
  }
}
.en-land-bonus__button-console-icons {
  display: flex;
  gap: 4px;
}
.en-land-bonus__play-icon {
  background-image: url(/modern-3/b9baf187cee8cf1e2e53.svg);
  background-size: contain;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__play-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__play-icon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.en-land-bonus__platforms {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.en-land-bonus__platform {
  text-decoration: none;
  height: 2.4rem;
  width: 5.8rem;
  margin-right: 1rem;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.en-land-bonus__platform.m--xbox {
  width: 8.5rem;
  background-image: url(/modern-3/4bde561d1a56e869e4fe.svg);
}
.en-land-bonus__platform.m--xbox-one {
  background-image: url(/modern-3/989b7a81937476d40087.svg);
}
.en-land-bonus__platform.m--ps5 {
  background-image: url(/modern-3/a3f3a3330871de7b0a77.svg);
}
.en-land-bonus__platform.m--ps4 {
  background-image: url(/modern-3/21255de443d9fef45a90.svg);
}
.en-land-bonus__platform.m--windows {
  background-image: url(/modern-3/cccdbee641e73ed52984.svg);
}
.en-land-bonus__platform.m--steam {
  background-image: url(/modern-3/620b1f095b7de25786ae.svg);
  display: block;
}
.en-land-bonus__play-bonus {
  position: absolute;
  right: -2px;
  top: 0px;
  height: 100%;
  background-image: url(/modern-3/15b61583c3f5c520649a.png);
  background-size: contain;
  aspect-ratio: 1.90277778;
  z-index: 2;
}
.en-land-bonus__disclaimer {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.7px;
  text-align: center;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__disclaimer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__disclaimer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__disclaimer {
    padding-inline: 40px;
  }
}
.en-land-bonus__footer {
  background: rgba(0, 0, 0, 0.51);
  font-family: 'Fira Sans Condensed', sans-serif;
  display: grid;
  gap: 24px;
  grid-template: "logos main rates" / min-content 1fr min-content;
  padding: 12px 10px;
}
@media only screen and (max-width: 1540px) {
  .en-land-bonus__footer {
    grid-template: "main main" "logos rates" / 1fr 1fr;
    padding: 32px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__footer {
    grid-template: "main" "logos" "rates" / 1fr;
    padding: 32px 16px;
  }
}
.en-land-bonus__footer-logos {
  grid-area: logos;
  display: flex;
  gap: 18px;
  align-items: center;
}
@media only screen and (max-width: 1540px) {
  .en-land-bonus__footer-logos {
    justify-self: end;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__footer-logos {
    justify-self: center;
  }
}
.en-land-bonus__footer-darkflow {
  display: inline-block;
  width: 140px;
  height: 50px;
  background: url(/modern-3/2dcd9b068632bd891e57.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  transition: all 0.1s ease-out;
}
.en-land-bonus__footer-darkflow:hover {
  opacity: 1;
}
.en-land-bonus__footer-pixstorm {
  display: inline-block;
  width: 172px;
  height: 84px;
  background: url(/modern-3/6ac59504f4506d405f83.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  transition: all 0.1s ease-out;
}
.en-land-bonus__footer-pixstorm:hover {
  opacity: 1;
}
.en-land-bonus__footer-incubator {
  width: 88px;
  height: 35px;
  display: flex;
  gap: 6;
  opacity: 0.7;
  transition: all 0.1s ease-out;
  align-items: center;
  justify-content: space-between;
}
.en-land-bonus__footer-incubator:hover {
  opacity: 1;
}
.en-land-bonus__footer-incubator-image {
  width: 28px;
  height: 33px;
  background: url(/modern-3/5488c248524c8d498833.svg) no-repeat center center;
  background-size: contain;
}
.en-land-bonus__footer-incubator-text {
  font-size: 12px;
  font-weight: 500;
}
.en-land-bonus__footer-main {
  grid-area: main;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.en-land-bonus__footer-main-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.en-land-bonus__footer-main-links a {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  text-decoration-line: underline;
  display: flex;
  gap: 4px;
  align-items: center;
  transition: all 0.1s ease-out;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.en-land-bonus__footer-main-links a.m--icon::after {
  content: "";
  height: 10px;
  width: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/modern-3/9089cf212eef823253fe.svg);
}
.en-land-bonus__footer-main-links a.m--sysreq {
  text-decoration: none;
  gap: 2px;
}
.en-land-bonus__footer-main-links a.m--sysreq::before {
  content: "";
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/modern-3/ea1939628c60634c8d2a.svg);
  opacity: 0.75;
}
.en-land-bonus__footer-main-links a:hover {
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__footer-main-links a {
    font-size: 14px;
  }
}
.en-land-bonus__footer-main-copyright {
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.en-land-bonus__footer-rates {
  grid-area: rates;
  width: 210px;
  height: 50px;
  display: flex;
  gap: 12px;
  justify-self: end;
}
@media only screen and (max-width: 1540px) {
  .en-land-bonus__footer-rates {
    justify-self: start;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__footer-rates {
    justify-self: center;
  }
}
.en-land-bonus__footer-rate {
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.en-land-bonus__footer-rate.m--age {
  background-image: url(/modern-3/eeec196d0702157c34d2.svg);
}
.en-land-bonus__footer-rate.m--esrb {
  background-image: url(/modern-3/1aa485ea3ea7c1269161.svg);
}
.en-land-bonus__footer-rate.m--pegi {
  background-image: url(/modern-3/c452db7cf55804324d7a.svg);
}
.en-land-bonus__footer-rate.m--usk {
  background-image: url(/modern-3/8e7ed3851123fcc410c2.svg);
}
.en-land-bonus__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.en-land-bonus__logo {
  position: relative;
  width: 445px;
  height: 320px;
}
.en-land-bonus__logo::before {
  position: absolute;
  content: " ";
  background-image: url(/modern-3/5d1177153fa575e9b2ee.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 445px;
  height: 320px;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.en-land-bonus__logo::after {
  position: absolute;
  content: " ";
  background: radial-gradient(37.11% 50% at 50% 50%, #1a1f23 14.06%, rgba(26, 31, 35, 0.55) 36.98%, rgba(26, 31, 35, 0.19) 71.88%, rgba(26, 31, 35, 0) 100%);
  background-position: center center;
  width: 810px;
  height: 400px;
  left: 50%;
  margin-left: -405px;
  top: 50%;
  margin-top: -200px;
  z-index: 3;
}
.m--steam .en-land-bonus__logo::after {
  opacity: 0.16;
  background: radial-gradient(37.11% 50% at 50% 50%, #36140c 14.06%, rgba(61, 21, 13, 0) 100%);
  width: 534px;
  margin-left: -267px;
  height: 267px;
  margin-top: -134px;
}
@media only screen and (max-width: 2000px) {
  .en-land-bonus__logo {
    width: 396px;
    height: 286px;
  }
  .en-land-bonus__logo::before {
    width: 396px;
    height: 286px;
  }
  .en-land-bonus__logo::after {
    width: 720px;
    height: 360px;
    margin-left: -360px;
    margin-top: -180px;
  }
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__logo {
    width: 260px;
    height: 180px;
  }
  .en-land-bonus__logo::before {
    width: 260px;
    height: 180px;
  }
  .en-land-bonus__logo::after {
    width: 460px;
    height: 240px;
    margin-left: -230px;
    margin-top: -120px;
    overflow: clip;
  }
}
.en-land-bonus__logo-omen {
  width: 230px;
  height: 70px;
  background: url(/modern-3/60d70c4dc2b1f796aa0a.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (max-width: 1280px) {
  .en-land-bonus__logo-omen {
    width: 204px;
    height: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .en-land-bonus__logo-omen {
    width: 128px;
    height: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .en-land-bonus__logo-omen {
    width: 150px;
    height: 48px;
  }
}

