:root {
  --black: #17161b;
  --primary: #ff4f5e;
  --white7: #f2f3f512;
  --light: #f2f3f5;
  --black60: #17161b99;
  --white60: #f2f3f599;
  --black7: #17161b12;
  --white-61: white;
  --dark: #202125;
  --light-dark: #292a2e;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: var(--black);
  letter-spacing: 1px;
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  background-image: url('../images/list.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 10px;
  padding-left: 26px;
  list-style-type: none;
}

blockquote {
  border-left: 4px solid var(--primary);
  background-color: var(--white7);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 5px;
  font-size: 14px;
}

.wrap {
  overflow: hidden;
}

.wrap.no-overflow {
  overflow: visible;
}

.wrap.style-guide {
  padding-left: 20px;
  padding-right: 20px;
}

.style-guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.style-guide-section.header {
  padding-top: 100px;
}

.style-guide-title {
  background-color: var(--primary);
  min-height: 200px;
  padding: 40px;
  position: relative;
}

.text-white {
  color: var(--light);
}

.text-white.text-small.text-bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-center.row.editions-header {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-primary {
  color: var(--primary);
}

.text-small {
  font-size: 16px;
}

.text-small.text-bold {
  font-weight: 600;
}

.text-extra-small {
  font-size: 14px;
}

.text-extra-small.text-center.text-black-opacity {
  color: var(--black60);
}

.text-large {
  font-size: 20px;
}

.text-large.mb-40 {
  margin-bottom: 20px;
}

.style-guide-content {
  padding-left: 40px;
}

.text-white-opacity, .text-white-opacity.mb-20 {
  color: var(--white60);
}

.mb-20 {
  margin-bottom: 20px;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.style-guide-columns {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.corner-black {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-black.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%)rotate(45deg);
}

.corner-black.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.corner-black.large {
  width: 80px;
  height: 80px;
}

.corner-black.small {
  width: 20px;
  height: 20px;
}

.corner-black.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-black.top-left.small {
  z-index: 2;
}

.corner-black.top-left.index {
  z-index: 14;
}

.corner-black.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-black.bottom-right.small {
  z-index: 2;
}

.corner-black.bordered {
  border: 2px solid var(--white7);
}

.corner-black.bordered-primary {
  border: 2px solid var(--primary);
}

.corner-black.white-border, .corner-black.bordered-white {
  border: 2px solid var(--light);
}

.custom-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s linear, color .2s linear;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.custom-button:hover {
  color: var(--primary);
}

.custom-button.white7 {
  background-color: var(--white7);
  color: var(--light);
}

.custom-button.white7:hover {
  background-color: var(--light);
  color: var(--primary);
}

.custom-button.white {
  background-color: var(--light);
}

.custom-button.white:hover {
  background-color: var(--primary);
  color: var(--light);
}

.custom-button.primary {
  background-color: var(--primary);
  color: var(--light);
  transition: background-color .2s linear, color .2s linear;
}

.custom-button.primary:hover {
  background-color: var(--light);
  color: var(--primary);
}

.custom-button.secondary {
  background-color: var(--primary);
  color: var(--light);
}

.custom-button.secondary:hover, .custom-button.black {
  background-color: var(--black);
  color: var(--primary);
}

.custom-button.black:hover {
  background-color: var(--primary);
  color: var(--light);
}

.custom-button.black7 {
  background-color: var(--black7);
  color: var(--black);
}

.custom-button.black7:hover {
  background-color: var(--black);
  color: var(--primary);
}

.custom-button.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button.large {
  padding: 20px 60px;
  font-size: 18px;
}

.custom-button.white-secondary {
  background-color: var(--light);
  color: var(--black);
}

.custom-button.white-secondary:hover, .custom-button.black-secondary {
  background-color: var(--black);
  color: var(--light);
}

.custom-button.black-secondary:hover {
  background-color: var(--light);
  color: var(--black);
}

.custom-button.full-width {
  text-align: center;
  width: 100%;
}

.custom-button-hover {
  z-index: 1;
  margin: -10px -20px;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.custom-button-hover.primary {
  background-color: var(--primary);
}

.custom-button-hover.white {
  background-color: var(--light);
}

.custom-button-hover.black {
  background-color: var(--black);
}

.custom-button-text {
  z-index: 3;
  position: relative;
}

.fs-0 {
  font-size: 0;
}

.fs-0.mb-20 {
  border: 0 solid #000;
}

.style-guide-color {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.style-guide-color.primary {
  background-color: var(--primary);
}

.style-guide-color.light {
  background-color: var(--light);
}

.style-guide-color.white-opacity {
  background-color: var(--white60);
}

.style-guide-color.white-opacity-hard {
  background-color: var(--white7);
}

.style-guide-color.black {
  background-color: var(--black);
}

.style-guide-color.black7 {
  background-color: var(--black7);
}

.style-guide-color.black60 {
  background-color: var(--black60);
}

.style-guide-color.white {
  background-color: var(--white-61);
}

.style-guide-color.dark {
  background-color: var(--dark);
}

.style-guide-color.light-dark {
  background-color: var(--light-dark);
}

.style-guide-colors {
  margin-left: -10px;
  margin-right: -10px;
}

.style-guide-color-item {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.corner-light {
  background-color: var(--light);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-light.small {
  width: 20px;
  height: 20px;
}

.corner-light.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-light.top-left.small {
  z-index: 2;
}

.corner-light.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-light.bottom-right.small {
  z-index: 2;
}

.corner-light.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.corner-light.right-top {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%)rotate(45deg);
}

.corner-light.large {
  width: 80px;
  height: 80px;
}

.corner-light.bordered {
  border: 2px solid var(--black7);
}

.corner-light.bordered-primary {
  border: 2px solid var(--primary);
}

.style-guide-wrapper {
  box-shadow: inset 0 0 0 2px var(--white7);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.style-guide-wrapper.mb-20 {
  overflow: hidden;
}

.style-guide-wrapper.white {
  background-color: var(--light);
  color: var(--black);
}

.style-guide-wrapper.primary {
  background-color: var(--primary);
}

.button {
  color: var(--light);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s linear, color .2s linear;
}

.button:hover {
  color: var(--primary);
}

.button.primary {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 3px var(--black);
  color: var(--light);
  border: 1px solid #0000;
  transition: background-color .2s linear, color .2s linear;
}

.button.primary:hover {
  background-color: var(--light);
  color: var(--primary);
}

.button.primary.full-width {
  display: block;
}

.button.white {
  background-color: var(--light);
  box-shadow: inset 0 0 0 3px var(--black);
  color: var(--primary);
  border: 1px solid #0000;
}

.button.white:hover {
  background-color: var(--primary);
  color: var(--light);
}

.button.white7 {
  background-color: var(--white7);
  box-shadow: inset 0 0 0 3px var(--black);
  color: var(--light);
  border: 1px solid #0000;
}

.button.white7:hover {
  background-color: var(--light);
  color: var(--primary);
}

.button.secondary {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 3px var(--light);
  color: var(--light);
  border: 1px solid #0000;
}

.button.secondary:hover {
  background-color: var(--black);
  color: var(--primary);
}

.button.black {
  background-color: var(--black);
  box-shadow: inset 0 0 0 3px var(--light);
  color: var(--primary);
  border: 1px solid #0000;
}

.button.black:hover {
  background-color: var(--primary);
  color: var(--light);
}

.button.black7 {
  background-color: var(--black7);
  box-shadow: inset 0 0 0 3px var(--light);
  color: var(--black);
  border: 1px solid #0000;
}

.button.black7:hover {
  background-color: var(--black);
  color: var(--primary);
}

.button.small {
  padding: 10px 20px;
  font-size: 14px;
}

.button.large {
  padding: 20px 60px;
  font-size: 18px;
}

.button.white-secondary {
  background-color: var(--light);
  box-shadow: inset 0 0 0 3px var(--primary);
  color: var(--black);
  border: 1px solid #0000;
}

.button.white-secondary:hover {
  background-color: var(--black);
  color: var(--light);
}

.button.black-secondary {
  background-color: var(--black);
  box-shadow: inset 0 0 0 3px var(--primary);
  color: var(--light);
  border: 1px solid #0000;
}

.button.black-secondary:hover {
  background-color: var(--light);
  color: var(--black);
}

.button.full-width {
  display: block;
}

.block-quote {
  background-color: var(--black7);
}

.style-guide-corners {
  border: 2px solid var(--white7);
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-corners.white {
  border-color: var(--black7);
}

.style-guide-corners.white.bordered {
  box-shadow: inset 0 0 0 2px var(--black7);
}

.style-guide-corners.bordered {
  box-shadow: inset 0 0 0 2px var(--white7);
  border-style: none;
}

.text-black-opacity {
  color: var(--black60);
}

.header-fps {
  background-color: var(--primary);
  background-image: url('../images/fps-bg-primary.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 56%;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.section.light {
  background-color: var(--light);
  display: block;
}

.section.light.about-fps {
  background-image: url('../images/fps-about.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.light.mmo-header-section {
  background-image: linear-gradient(to bottom, #f2f3f500 80%, var(--light)), url('../images/mmo-header-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: -2px;
}

.section.light.racing-buy {
  background-image: url('../images/racing-buy-bg-2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.section.light.survival-feedback {
  background-image: linear-gradient(to bottom, var(--white60), var(--white60)), url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.light.survival-about {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.light.indie-about {
  background-image: url('../images/indie-background-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 1px;
}

.section.light.mobile-subheader {
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.light.buy-description {
  padding-top: 200px;
}

.section.light.home-header {
  padding-bottom: 100px;
  overflow: hidden;
}

.section.dark {
  background-color: var(--dark);
}

.section.dark.seasonbg {
  background-image: url('../images/season-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark.character {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.dark._404 {
  padding-top: 140px;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.awards-mmo {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), linear-gradient(to bottom, var(--black), #17161b00 50%, var(--black)), url('../images/awards-mmo.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.primary {
  background-color: var(--primary);
}

.section.white {
  background-color: var(--white-61);
}

.section.white.post-body-container {
  padding-top: 360px;
}

.section.rpg-feature-1 {
  background-image: linear-gradient(to right, #17161b80, var(--black) 45%), url('../images/skull-4039821_1920.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section.rpg-feature-2 {
  background-image: linear-gradient(270deg, #17161bb3, var(--black) 65%), url('../images/knight-3768107_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.rpg-feature-3 {
  background-image: linear-gradient(to right, #17161b4d, var(--black) 48%), url('../images/sailor-4431281_1920-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.prg-awards {
  background-image: linear-gradient(#17161bb3, #17161bb3), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.rpg-buy {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.racing-cars {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/peter-broomfield-m3m-lnR90uM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.horror-awards {
  background-image: linear-gradient(to bottom, var(--black), #17161b00 40%, #17161b1a 80%, var(--black)), url('../images/awards-horror-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.horror-story {
  background-image: url('../images/horror-story-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.section.horror-footer-buy {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/skull-792797-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.strategy-gameplay {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/muh-dipo-war-escort.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.strategy-units {
  background-image: linear-gradient(#17161bcc, #17161bcc), url('../images/ufo-1265186.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.survival-promo {
  background-image: url('../images/Classes-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.game-mode-1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-feature-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.game-mode-2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/ork-4692676_1920-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.game-mode-3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/horror-loc-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.features-header {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/skull-792797-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
}

.section.simple {
  padding-top: 140px;
}

.section.simple.patch {
  background-image: url('../images/buy-now-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.gray {
  background-color: var(--light-dark);
}

.navbar {
  z-index: 100;
  border-bottom: 2px solid var(--white7);
  background-color: var(--black);
  color: var(--light);
  height: 80px;
  margin-top: -2px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-container-left {
  flex: 1;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.navbar-container-right {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.navbar-brand.company {
  border-right: 2px solid #ffffff24;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.navbar-brand.game {
  justify-content: flex-end;
  height: 60px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  opacity: .6;
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 2px solid #0000;
  border-bottom: 4px solid #0000;
  height: 60px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 58px;
  transition: opacity .2s linear, border-color .2s linear;
}

.nav-link:hover {
  border-bottom: 4px solid var(--primary);
  opacity: 1;
  color: var(--light);
}

.nav-link.w--current {
  background-color: var(--white7);
  opacity: 1;
  color: var(--light);
}

.nav-link.dropdown {
  padding-right: 20px;
}

.nav-link.dropdown.w--open {
  border-bottom-color: var(--primary);
  opacity: 1;
  color: var(--light);
}

.header-video {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.youtube {
  transform: rotate(0);
}

.corner-primary {
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-primary.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%)rotate(45deg);
}

.corner-primary.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.corner-primary.large {
  width: 80px;
  height: 80px;
}

.corner-primary.small {
  width: 20px;
  height: 20px;
}

.corner-primary.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-primary.top-left.small {
  z-index: 2;
}

.corner-primary.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-primary.bottom-right.small {
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-content {
  padding-bottom: 60px;
}

.hero-socials {
  justify-content: space-between;
  align-items: center;
  margin-right: -10px;
  display: flex;
}

.hero-social {
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .2s linear;
  display: inline-block;
}

.hero-social:hover {
  transform: scale(1.2);
}

.text-highlight {
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-highlight.black {
  background-color: var(--black);
  color: var(--light);
}

.text-highlight.primary {
  background-color: var(--primary);
  color: var(--light);
}

.text-highlight.small {
  font-size: 12px;
}

.text-highlight.small.white.blog-item-date {
  align-self: flex-end;
}

.text-highlight.white {
  background-color: var(--light);
  color: var(--primary);
}

.text-highlight.dark {
  background-color: var(--dark);
  color: var(--light);
}

.mb-10 {
  margin-bottom: 10px;
}

.header-fps-hero {
  max-width: 120%;
  margin-bottom: -30%;
  margin-left: -20%;
}

.flex-columns {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-col-bottom {
  align-items: flex-end;
}

.mb-40 {
  margin-bottom: 40px;
}

.hero-platforms {
  margin-left: -15px;
  margin-right: -15px;
}

.hero-platforms.center {
  text-align: center;
}

.nav-action {
  margin-left: 20px;
}

.hero-platform {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.center-block {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.center-block.moba-game-modes-title {
  z-index: 2;
  position: relative;
}

.center-block._400 {
  max-width: 400px;
}

.fps-about-icon {
  background-image: url('../images/target-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb-60 {
  margin-bottom: 60px;
}

.corner-dark {
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-dark.small {
  width: 20px;
  height: 20px;
}

.corner-dark.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-dark.top-left.small {
  z-index: 2;
}

.corner-dark.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-dark.bottom-right.small {
  z-index: 2;
}

.corner-dark.large {
  width: 80px;
  height: 80px;
}

.corner-dark.white-border {
  border: 2px solid var(--light);
}

.corner-dark.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.corner-dark.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%)rotate(45deg);
}

.corner-dark.bordered-primary {
  border: 2px solid var(--primary);
}

.heroes-image {
  max-width: 100%;
  margin-top: -180px;
  margin-bottom: -100px;
  margin-left: 15%;
}

.weapon-image {
  width: 130%;
  max-width: 130%;
  margin-top: -150px;
  margin-bottom: -200px;
  margin-left: -30%;
}

.short-news-item-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 120px;
  height: 120px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 20px;
}

.news-item {
  background-color: var(--light);
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 2px 20px;
  text-decoration: none;
  transition: color .2s linear;
  position: relative;
  overflow: hidden;
}

.news-item:hover {
  color: var(--primary);
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.flex {
  align-items: center;
  display: flex;
}

.row.flex.full {
  align-items: stretch;
}

.row.survival-about-row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.row.edition-main-row {
  text-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.row.edition-main-row.dark {
  background-color: var(--dark);
  flex-direction: row;
}

.row.text-center.editions-header {
  background-color: var(--dark);
  margin-left: 0;
  margin-right: 0;
}

.news-item-content {
  margin-left: 20px;
  margin-right: 20px;
}

.text-display {
  text-transform: uppercase;
  font-size: 300px;
  font-weight: 700;
}

.text-display.dark {
  color: var(--dark);
}

.text-display.light {
  color: var(--white-61);
}

.section-display {
  position: absolute;
  top: -120px;
}

.section-display.left {
  left: -5%;
}

.section-display.right {
  right: -5%;
}

.news-item-date {
  position: absolute;
  inset: auto auto -1px 20px;
}

.short-news-item-image-container {
  margin-bottom: 10px;
  overflow: hidden;
}

.news-item-title {
  height: 46px;
  margin-bottom: 10px;
  font-weight: 600;
  overflow: hidden;
}

.news-item-text {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}

.modal {
  z-index: 120;
  background-color: var(--black);
  justify-content: center;
  height: 100vh;
  padding: 80px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-content {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.modal-close {
  z-index: 5;
  background-color: var(--dark);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .2s linear;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.modal-close:hover {
  background-color: var(--light-dark);
}

.modal-close-icon {
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: transform .2s linear;
}

.modal-close-icon:hover {
  transform: scale(1.2);
}

.modal-action {
  cursor: pointer;
}

.news-form {
  margin-left: 60px;
}

.secondary-news-row {
  margin-right: -40px;
}

.align-right {
  text-align: right;
}

.input {
  color: var(--black);
  border: 1px #000;
  height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.input:active, .input:focus {
  background-color: var(--primary);
}

.input::placeholder {
  color: var(--black60);
  font-size: 18px;
}

.input.mb-0 {
  font-size: 18px;
}

.input.mb-0:active {
  background-color: var(--white7);
}

.input.dark {
  background-color: var(--dark);
  color: var(--light);
}

.input.dark:hover, .input.dark:active, .input.dark:focus {
  background-color: var(--light-dark);
}

.input.dark::placeholder {
  color: var(--white60);
}

.input.light {
  background-color: var(--light);
}

.input.light:focus {
  background-color: var(--white60);
}

.input.custom {
  border: 2px solid #0000;
  height: 64px;
  margin-bottom: 20px;
  padding: 30px 20px 12px;
}

.input.custom:active {
  background-color: var(--white-61);
}

.input.custom:focus {
  border-color: var(--black);
  background-color: var(--white-61);
}

.input.custom::placeholder {
  color: #17161b33;
}

.input-group {
  position: relative;
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0;
}

.custom-checkbox {
  border-width: 2px;
  border-color: var(--primary);
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: -25px;
  margin-right: 0;
}

.custom-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 12px;
}

.custom-checkbox.w--redirected-focus {
  box-shadow: none;
}

.custom-checkbox-group {
  padding-left: 25px;
}

.footer-social {
  width: 25px;
  margin-bottom: 15px;
  transition: transform .2s linear;
  display: block;
}

.footer-social:hover {
  transform: scale(1.2);
}

.footer-social.community {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.footer-social.footer-link {
  opacity: .6;
  margin-bottom: 0;
  transition: opacity .2s, transform .2s linear;
}

.footer-social.footer-link:hover {
  opacity: 1;
}

.footer-social.blog {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.footer-link {
  color: var(--white60);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--light);
}

.section-inner {
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.section-inner.black {
  background-color: var(--black);
}

.section-inner.primary-bordered {
  box-shadow: inset 0 0 0 2px var(--primary);
  background-color: #ff4f5e0d;
}

.section-inner._3col {
  padding-left: 40px;
  padding-right: 40px;
}

.section-inner._3col.white {
  background-color: var(--white-61);
}

.section-inner.primary {
  background-color: var(--primary);
}

.section-inner.primary.sport-dt {
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: visible;
}

.section-inner.feature-1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0;
}

.section-inner.feature-2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-gamemode-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0;
}

.section-inner.feature-3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 0;
}

.section-inner.white {
  background-color: var(--white-61);
}

.section-inner.white.buy-now {
  z-index: 1;
  margin-bottom: -260px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-inner.dark {
  background-color: var(--dark);
}

.section-inner.dark.season {
  overflow: visible;
}

.section-inner.dark.social {
  padding-bottom: 25px;
}

.subscribe-socials.community {
  margin-left: -10px;
  margin-right: -10px;
}

.subscribe-socials.center {
  text-align: center;
}

.subscribe-socials.post {
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-shooter {
  background-image: url('../images/shooter-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.button-group {
  margin-left: -10px;
  margin-right: -10px;
}

.pt-0 {
  padding-top: 0;
}

.gamemodes-slides-menu {
  z-index: 2;
  text-align: center;
  justify-content: center;
  margin-top: -149px;
  display: flex;
  position: static;
  inset: auto 0% 0;
}

.gamemodes-slides-container {
  position: relative;
  overflow: hidden;
}

.gamemodes-slides-link {
  background-color: var(--light);
  color: var(--black);
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 2px 20px;
  display: block;
  overflow: hidden;
}

.gamemodes-slides-link.w--current {
  background-color: var(--white-61);
  color: var(--primary);
}

.gamemodes-slides-content {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
}

.mb-5 {
  margin-bottom: 5px;
}

.gamemodes-slides-image-container {
  cursor: pointer;
  overflow: hidden;
}

.gamemodes-slides-image {
  display: block;
}

.image {
  width: 100%;
  display: block;
}

.image.gamemodes-slides-image {
  transition: opacity .2s linear;
}

.image.gamemodes-slides-image:hover {
  opacity: .7;
}

.image.mmo-feature-image {
  object-fit: cover;
  height: 700px;
}

.play-button-shooter {
  z-index: 10;
  cursor: pointer;
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  transition: all .2s;
  position: absolute;
  inset: 50% auto auto 50%;
}

.play-button-shooter:hover {
  background-image: url('../images/play-icon-white.svg');
  transform: scale(1.1);
}

.season-section-image {
  margin-top: -60px;
}

.pb-0 {
  padding-bottom: 0;
}

.battlepass-item {
  border: 2px solid var(--light);
  background-color: var(--dark);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.battlepass-item-text {
  color: var(--white60);
  margin-bottom: 2px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.battlepass-item-text.blue {
  background-image: linear-gradient(270deg, #3498dbb3, var(--black) 50%, #3498dbb3);
}

.battlepass-item-text.yellow {
  background-image: linear-gradient(270deg, #f1c40fb3, var(--black) 50%, #f1c40fb3);
}

.battlepass-item-text.purple {
  background-image: linear-gradient(270deg, #9b59b6b3, var(--black) 50%, #9b59b6b3);
}

.battlepass-row {
  align-items: flex-end;
  margin-top: -100px;
  padding-right: 60px;
  display: flex;
}

.battlepass-level {
  background-color: var(--light);
  color: var(--black60);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.battlepass-image {
  max-width: 130%;
  margin-top: -100px;
  margin-left: -20%;
}

.battlepass-row-container {
  margin-left: -5px;
  margin-right: -5px;
}

.mask {
  height: auto;
}

.mask.mmo-slider-mask {
  margin-left: 60px;
  margin-right: 60px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slider.buy-now {
  padding-bottom: 60px;
}

.slider.company {
  margin-left: -100px;
  margin-right: -100px;
}

.slider.store-game {
  margin-bottom: 80px;
  padding-bottom: 20px;
}

.slider.games-nav-slider {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.maps-slider-content {
  z-index: 1;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav {
  z-index: 2;
  transform-style: preserve-3d;
  flex-direction: row;
  align-items: center;
  padding: 10px 40px;
  inset: auto auto 20px 50%;
  transform: scale3d(2, .3, 1)translate(-25%);
}

.slide-nav.moba {
  bottom: 140px;
}

.slide-content {
  z-index: 3;
  border: 1px solid var(--primary);
  background-color: var(--black);
  padding: 20px 40px 20px 100px;
  position: absolute;
  inset: auto auto 80px 50%;
  transform: translate(-50%);
}

.slide-content-number {
  color: var(--primary);
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  inset: 7px auto auto 20px;
}

.map-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.header-mmo {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60));
  align-items: center;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  cursor: pointer;
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: inline-block;
}

.play-button:hover {
  background-image: url('../images/play-icon-white.svg');
  transform: scale(1.1);
}

.play-button.small {
  width: 60px;
  height: 60px;
}

.play-button.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stores {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.store-item {
  border: 1px solid var(--primary);
  background-color: #ff4f5e1a;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  display: inline-block;
}

.store-item:hover {
  background-color: var(--primary);
}

.awards-images {
  text-align: center;
  margin: 40px -20px;
}

.awards-images.row {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.awards-images.row.left {
  justify-content: flex-start;
  margin-left: -40px;
}

.awards-images-item {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
}

.available-on-mmo {
  background-color: var(--primary);
  color: var(--light);
  padding: 10px 60px;
  display: inline-block;
  transform: translate(0, -50%);
}

.hidden {
  display: none;
}

.mmo-slide-media {
  border: 6px solid var(--dark);
  background-color: var(--white60);
  box-shadow: 0 0 0 1px var(--white7);
  margin: 2px 1px;
  position: relative;
}

.mmo-slide-media:hover {
  box-shadow: 0 0 0 1px var(--white60);
}

.arrow-left {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.arrow-left:hover {
  background-image: url('../images/arrow-left-primary.svg');
}

.arrow-left.small {
  background-position: 0%;
  background-size: 40px;
}

.arrow-right {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.arrow-right:hover {
  background-image: url('../images/arrow-right-primary.svg');
}

.arrow-right.small {
  background-position: 100%;
  background-size: 40px;
}

.faction-item {
  border: 8px solid var(--black);
  box-shadow: 0 0 0 1px var(--white60);
  text-align: center;
  overflow: hidden;
}

.faction-icon {
  z-index: 2;
  margin-top: -40px;
  margin-bottom: 10px;
  position: relative;
}

.faction-image {
  position: relative;
}

.faction-content {
  background-color: var(--white7);
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.classes-tabs {
  background-image: url('../images/Classes-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.classes-tabs-menu {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.classes-tabs-menu-item {
  border: 5px solid var(--black);
  box-shadow: 0 0 0 1px var(--white60);
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.classes-tabs-menu-item:hover {
  box-shadow: 0 0 0 1px var(--light);
}

.classes-tabs-menu-item.w--current {
  box-shadow: 0 0 0 2px var(--primary);
}

.classes-tabs-content-item {
  padding-top: 100px;
  padding-bottom: 160px;
}

.classes-tabs-content-item._1 {
  background-image: url('../images/mmo-class-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.classes-tabs-content-item._2 {
  background-image: url('../images/mmo-class-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.classes-tabs-content-item._3 {
  background-image: url('../images/mmo-class-3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.classes-tabs-content-item._4 {
  background-image: url('../images/mmo-class-4.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.classes-tabs-content-item._5 {
  background-image: url('../images/mmo-class-5.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.classes-description {
  width: 40%;
}

.learn-more-link {
  text-transform: uppercase;
  background-image: url('../images/list.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.learn-more-link:hover {
  color: var(--light);
}

.learn-more-link.light:hover {
  color: var(--black);
}

.learn-more-link.white {
  color: var(--light);
}

.learn-more-link.white:hover {
  color: var(--primary);
}

.mmo-features {
  position: relative;
  overflow: hidden;
}

.mmo-features-menu {
  z-index: 2;
  border-bottom: 1px solid var(--white7);
  background-color: var(--dark);
  text-align: center;
  justify-content: center;
  margin-left: -1px;
  margin-right: -5px;
  display: flex;
  position: static;
  inset: auto 0% 0;
}

.mmo-features-menu-item {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--light-dark);
  background-color: var(--dark);
  color: var(--white60);
  text-align: center;
  width: 20%;
  max-width: 300px;
  margin-left: -1px;
  padding: 15px 10px;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

.mmo-features-menu-item:hover {
  color: var(--light);
}

.mmo-features-menu-item.w--current {
  background-color: var(--light-dark);
  color: var(--primary);
}

.mmo-features-slide-content {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  position: absolute;
  inset: auto auto 30px 50%;
  transform: translate(-50%);
}

.media-menu {
  text-align: right;
  margin-bottom: 40px;
}

.media-tabs {
  margin-top: -70px;
}

.media-menu-item {
  background-color: var(--white7);
  color: var(--white60);
  text-align: center;
  text-transform: uppercase;
  min-width: 150px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.media-menu-item:hover {
  color: var(--light);
}

.media-menu-item.w--current {
  background-color: var(--light);
  color: var(--primary);
}

.media-item {
  margin: 10px 10px 8px;
  display: block;
}

.media-content-right {
  margin-top: -10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 0;
}

.header-moba {
  padding-top: 56px;
  position: relative;
  overflow: hidden;
}

.moba-header-slide {
  min-height: 600px;
  padding: 20px 60px 140px;
}

.moba-header-slide._1 {
  background-image: linear-gradient(#17161bb3, #17161bb3), url('../images/moba-header-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.moba-header-slide._2 {
  background-image: linear-gradient(#17161bb3, #17161bb3), url('../images/moba-header-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.moba-header-slide._3 {
  background-image: linear-gradient(#17161bb3, #17161bb3), url('../images/moba-header-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.moba-header-slide-container {
  align-items: center;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.moba-header-video {
  z-index: 2;
  border: 8px solid var(--light);
  max-width: 800px;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ability-item {
  background-color: var(--black);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.overview {
  justify-content: space-around;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.overview.dark {
  border: 1px solid var(--white7);
  background-color: var(--dark);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.overview-item {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.moba-classes-menu {
  text-align: center;
  background-image: linear-gradient(270deg, #17161b00 10%, #17161b33 50%, #17161b00 90%);
  height: 2px;
  margin-bottom: 100px;
}

.moba-classes-menu-item {
  background-color: var(--white-61);
  color: var(--black60);
  border: 2px solid #17161b33;
  margin-top: 1px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  transform: translate(0, -50%)rotate(45deg);
}

.moba-classes-menu-item:hover {
  border-color: var(--black);
  color: var(--black);
}

.moba-classes-menu-item.w--current {
  border-color: var(--primary);
  background-color: var(--white-61);
  color: var(--primary);
}

.moba-classes-image {
  transform: rotate(-45deg);
}

.moba-classes-texts-item {
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg)translate(-50%);
}

.moba-class-overview {
  background-color: var(--light);
  border: 2px solid #000;
  padding: 40px;
}

.ability-item-tab {
  opacity: .7;
  background-color: #0000;
  margin-right: 20px;
  padding: 0;
}

.ability-item-tab:hover {
  opacity: .85;
}

.ability-item-tab.w--current {
  opacity: 1;
  font-size: 0;
}

.ability-description {
  background-color: var(--white-61);
  padding: 20px;
}

.mmo-slide-image {
  border: 6px solid var(--black);
  background-color: var(--white60);
  box-shadow: 0 0 0 1px var(--white60);
  margin: 2px 1px;
  position: relative;
}

.mmo-slide-image:hover {
  box-shadow: 0 0 0 1px var(--light);
}

.moba-game-mode-bg {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--white-61), #fff3 20%, #f2f3f51a 80%, var(--white-61)), radial-gradient(circle farthest-side at 50% 50%, #fff3, var(--white-61));
  position: absolute;
  inset: 0%;
}

.moba-game-modes {
  margin-top: -120px;
}

.moba-game-modes-menu-item {
  border: 2px solid var(--black60);
  opacity: .8;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
}

.moba-game-modes-menu-item:hover {
  border-color: var(--black);
}

.moba-game-modes-menu-item.w--current {
  border-color: var(--primary);
  opacity: 1;
  background-color: #0000;
}

.moba-game-modes-menu {
  z-index: 3;
  max-width: 900px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moba-game-modes-menu-item-title {
  background-color: var(--light);
  color: var(--primary);
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.moba-game-modes-text {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 700px;
  position: absolute;
  inset: auto 0% 120px 50%;
  transform: translate(-50%);
}

.moba-learn-tabs {
  align-items: center;
  display: flex;
}

.moba-learn-tabs-menu {
  width: 50%;
  padding-right: 20px;
}

.moba-learn-tabs-content {
  width: 50%;
  padding-left: 20px;
}

.moba-learn-tabs-menu-item {
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/list-black.svg');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  max-height: 55px;
  padding: 20px 0 20px 30px;
  display: block;
  overflow: hidden;
}

.moba-learn-tabs-menu-item.w--current {
  color: var(--primary);
  background-color: #0000;
  background-image: url('../images/list.svg');
  max-height: none;
}

.short-news-item {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.short-news-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.short-news-item-link {
  background-color: var(--white-61);
  color: var(--black);
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.short-news-item-link:hover {
  color: var(--primary);
}

.news-item-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 140px;
}

.news-item-image.featured {
  height: 345px;
}

.moba-start-image {
  max-width: 115%;
  margin-top: -100px;
  margin-bottom: -300px;
  margin-left: -20px;
}

.overflow-hidden {
  overflow: hidden;
}

.header-rpg-tab-content._1 {
  background-image: url('../images/ork-4692676_1920-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-content._2 {
  background-image: url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-content._3 {
  background-image: url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-rpg-tab-content._4 {
  background-image: url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-content-wrap {
  z-index: 1;
  background-color: #17161bb3;
  flex-direction: row;
  align-items: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 200px;
  display: flex;
}

.header-rpg-tab-menu {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.header-rpg-tab-menu-item {
  border: 4px solid var(--black);
  box-shadow: 0 0 0 1px var(--light);
  filter: brightness(30%);
  width: 23%;
  height: 140px;
  padding: 0;
  transition: filter .2s;
}

.header-rpg-tab-menu-item:hover {
  filter: brightness(50%);
}

.header-rpg-tab-menu-item.w--current {
  filter: brightness();
}

.header-rpg-tab-menu-item._1 {
  background-image: url('../images/ork-4692676_1920-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-menu-item._2 {
  background-image: url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-menu-item._3 {
  background-image: url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-rpg-tab-menu-item._4 {
  background-image: url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col50 {
  width: 50%;
}

.col50.right {
  margin-left: 50%;
}

.col50.right.center, .col50.center {
  text-align: center;
}

.rpg-feature-icon-wrap {
  background-color: var(--white7);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rpg-feature-video {
  max-width: 300px;
}

.buy-form {
  border: 1px solid var(--white7);
  background-color: var(--dark);
  padding: 20px 40px 30px;
}

.buy-game-tabs-menu {
  z-index: 1;
  flex-direction: row;
  margin-top: 90px;
  margin-bottom: -90px;
  margin-left: 50%;
  padding-left: 47px;
}

.buy-game-tabs-menu-item {
  background-color: var(--white7);
  color: var(--white60);
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  transition: background-color .2s, color .2s;
}

.buy-game-tabs-menu-item:hover {
  background-color: var(--black);
  color: var(--light);
}

.buy-game-tabs-menu-item.w--current {
  background-color: var(--primary);
  color: var(--light);
}

.buy-form-edition {
  color: var(--white60);
  margin-bottom: 70px;
}

.select {
  background-color: var(--light-dark);
  color: var(--white60);
  border: 1px #000;
  border-right: 10px solid #0000;
  height: 50px;
}

.select:focus {
  background-color: var(--black);
  box-shadow: 0 0 0 1px var(--white7);
  color: var(--light);
  border-right-color: #0000;
}

.divider {
  background-color: var(--white7);
  height: 1px;
}

.divider.dark {
  background-color: var(--black7);
}

.divider.dark.mb-20 {
  width: 100%;
}

.buy-form-submit {
  background-color: var(--primary);
  letter-spacing: 2px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .2s, background-color .2s;
}

.buy-form-submit:hover {
  background-color: var(--light);
  color: var(--primary);
}

.buy-game-store {
  height: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: block;
}

.buy-game-store:hover {
  opacity: .8;
}

.buy-game-store.ps {
  background-color: #006fcd;
  background-image: url('../images/ps.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.buy-game-store.ps.left-text {
  color: var(--light);
  text-align: left;
  background-position: 20px;
  padding-left: 70px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.buy-game-store.xbox {
  background-color: #107c11;
  background-image: url('../images/xbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.buy-game-store.xbox.left-text {
  color: var(--light);
  text-align: left;
  background-position: 20px;
  padding-left: 70px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.buy-game-store.steam {
  background-color: #00adee;
  background-image: url('../images/steam.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.buy-game-store.steam.left-text {
  color: var(--light);
  text-align: left;
  background-position: 20px;
  padding-left: 70px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.buy-game-store.epic {
  background-color: #d54339;
  background-image: url('../images/epic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.buy-game-store.epic.left-text {
  color: var(--light);
  text-align: left;
  background-position: 20px;
  padding-left: 70px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.buy-game-store.large {
  height: 100px;
}

.buy-game-store-row {
  margin-left: -5px;
  margin-right: -5px;
}

.join-us-section {
  border-top: 2px solid var(--white7);
  border-bottom: 2px solid var(--white7);
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 5px;
}

.form-success {
  background-color: var(--light-dark);
  color: var(--light);
}

.form-error {
  color: var(--primary);
  text-align: center;
  background-color: #ff4f5e1a;
  padding: 20px;
}

.header-sport {
  background-color: var(--light);
  background-image: url('../images/sport-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.header-sport-image {
  margin-bottom: -40px;
}

.button-group-item {
  margin-left: 10px;
  margin-right: 10px;
}

.header-sport-left {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sport-pack-image {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.sport-preorded-pack {
  background-color: var(--light);
  color: var(--primary);
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.sport-preorded-pack:hover {
  background-color: var(--black);
}

.sport-pack-description {
  background-color: var(--black);
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  position: absolute;
  inset: auto 0% 90px auto;
}

.sport-pack-image-header {
  background-color: #ffffff80;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.sport-pack {
  margin-left: -10px;
  margin-right: -10px;
}

.sport-dt-image {
  margin-top: -130px;
  margin-bottom: -40px;
  padding-right: 40px;
}

.sport-career-image {
  max-width: 130%;
  margin-top: -150px;
}

.sport-gameplay-image {
  max-width: 130%;
  margin-top: -30px;
  margin-left: -35%;
}

.corner-white {
  background-color: var(--white-61);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.corner-white.small {
  width: 20px;
  height: 20px;
}

.corner-white.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.corner-white.top-left.small {
  z-index: 2;
}

.corner-white.top-left.index {
  z-index: 1;
}

.corner-white.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%)rotate(45deg);
}

.corner-white.bottom-right.small {
  z-index: 2;
}

.corner-white.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.corner-white.right-top {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%)rotate(45deg);
}

.corner-white.bordered-primary {
  border: 2px solid var(--primary);
}

.corner-white.white-border {
  border: 2px solid var(--light);
}

.feedback-card {
  background-color: var(--light);
  flex-direction: column;
  min-height: 360px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feedback-card.small {
  background-color: var(--light);
  height: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 20px;
}

.feedback-card.small.white {
  background-color: var(--white-61);
}

.feedback-card.small.dark {
  background-color: var(--dark);
  color: var(--light);
}

.feedback-card-header {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feedback-card-score {
  background-color: var(--primary);
  color: var(--light);
  text-align: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.feedback-card-score.small {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
}

.feedback-card-slider {
  background-color: #0000;
  height: auto;
}

.feedback-link {
  transition: opacity .2s;
}

.feedback-link:hover {
  opacity: .6;
}

.feedback-card-footer {
  margin-top: auto;
}

.feedback-card-nav {
  opacity: .4;
  text-align: left;
  margin-top: -40px;
  inset: 0% auto auto 0%;
  transform: translate(-15%)scale(.7);
}

.header-racing {
  padding-top: 56px;
}

.header-racing-slider {
  background-color: var(--black);
  min-height: 600px;
}

.header-racing-slider._1 {
  background-image: url('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-racing-slider._2 {
  background-image: url('../images/6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-racing-slider._3 {
  background-image: url('../images/6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-racing-slider-content {
  background-color: var(--black60);
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.mt-20 {
  margin-top: 20px;
}

.header-racing-slider-nav {
  text-align: center;
  transform-style: preserve-3d;
  inset: auto 0% 0%;
  transform: scale3d(2, .3, 1)scale(.6);
}

.mt-5 {
  margin-top: 5px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.racing-buy-image {
  padding-right: 40px;
}

.racing-features {
  display: flex;
}

.racing-features-item {
  color: var(--light);
  text-align: center;
  width: 50%;
  min-height: 500px;
  position: relative;
}

.racing-features-item._1 {
  background-image: url('../images/6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.racing-features-item._2 {
  background-image: url('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.racing-features-item._3 {
  background-image: url('../images/6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.racing-features-item-content {
  text-align: center;
  background-color: #17161be6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-racing-slider-action {
  text-align: right;
}

.racing-bg-video {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60));
  align-items: center;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.racing-bg-title {
  color: var(--light);
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.header-horror {
  min-height: 600px;
}

.header-horror-bg {
  background-image: linear-gradient(to bottom, #17161b00 50%, var(--black)), linear-gradient(to bottom, #17161b66, #17161b66);
  align-items: flex-end;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 260px;
  display: flex;
}

.horror-header-trailer {
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}

.horror-characters {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.horror-characters-item {
  color: var(--light);
  text-align: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.horror-characters-item-content {
  background-color: var(--black60);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horror-characters-item-content-text {
  color: var(--white60);
  margin-top: 30px;
}

.horror-loc-tab-link {
  border: 4px solid var(--black);
  box-shadow: 0 0 0 1px var(--white7);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.horror-loc-tab-link.w--current {
  box-shadow: 0 0 0 1px var(--white60);
}

.horror-loc-tab-menu {
  max-width: 600px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.horror-loc-tab-content {
  padding: 100px 20px 260px;
}

.horror-loc-tab-content._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/horror-loc-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.horror-loc-tab-content._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/horror-loc-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.racing-details-image {
  max-width: 110%;
  padding-left: 40px;
}

.header-strategy {
  background-image: linear-gradient(to bottom, #17161b00 62%, var(--black) 84%), url('../images/strategy-head-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 300px;
  padding-bottom: 60px;
}

.page-nav {
  justify-content: space-between;
  display: flex;
}

.page-nav-link {
  color: var(--white60);
  text-align: center;
  border-bottom: 4px solid #0000;
  flex: 1;
  padding: 20px 20px 16px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.page-nav-link:hover {
  border-bottom-color: var(--primary);
  color: var(--light);
}

.strategy-gameplay-item {
  box-shadow: inset 0 0 0 4px var(--white7);
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  padding: 90% 20px 10px;
  transition: box-shadow .3s;
  position: relative;
}

.strategy-gameplay-item:hover {
  box-shadow: inset 0 0 0 200px var(--white7);
}

.strategy-gameplay-item._1 {
  background-image: url('../images/strategy-gameplay-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.strategy-gameplay-item._2 {
  background-image: url('../images/strategy-gameplay-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.strategy-gameplay-item._3 {
  background-image: url('../images/strategy-gameplay-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.strategy-gameplay-item-play {
  position: absolute;
  inset: 30% auto auto 50%;
  transform: translate(-50%);
}

.strategy-basics-tabs {
  align-items: stretch;
  display: flex;
}

.strategy-basics-tabs-menu {
  width: 50%;
  max-width: 400px;
  margin-right: 20px;
}

.strategy-basics-tabs-content {
  flex: 1;
  padding-bottom: 2px;
  display: flex;
}

.strategy-basics-tabs-menu-item {
  background-color: var(--black);
  color: var(--white60);
  height: 80px;
  margin-bottom: 2px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.strategy-basics-tabs-menu-item:hover {
  color: var(--primary);
}

.strategy-basics-tabs-menu-item.w--current {
  background-color: var(--black);
  color: var(--light);
  height: auto;
}

.strategy-basics-tabs-menu-item-number {
  border-right: 2px solid var(--dark);
  background-color: var(--black);
  color: var(--primary);
  text-align: center;
  width: 82px;
  height: 80px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.strategy-basics-tabs-menu-item-header {
  border-bottom: 2px solid var(--dark);
  align-items: center;
  line-height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.strategy-basics-tabs-menu-item-text {
  padding: 20px;
}

.strategy-gameplay-row {
  margin-left: -10px;
  margin-right: -10px;
}

.strategy-basics-tabs-content-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.strategy-basics-tabs-content-item._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/strategy-basic-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._4 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/muh-dipo-war-escort.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._5 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/awards-mmo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._6 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-gamemode-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._7 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/goblin-5393644_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-basics-tabs-content-item._8 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/horror-loc-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.strategy-races-tabs {
  align-items: flex-start;
  display: flex;
}

.strategy-races-tabs-menu-item {
  border: 4px solid var(--black);
  background-color: var(--dark);
  box-shadow: 0 0 0 1px var(--white7);
  margin-bottom: 60px;
  margin-left: 15px;
  padding: 10px;
  display: block;
  transform: rotate(45deg);
}

.strategy-races-tabs-menu-item:hover {
  box-shadow: 0 0 0 1px var(--white60);
}

.strategy-races-tabs-menu-item.w--current {
  background-color: var(--light-dark);
  box-shadow: 0 0 0 1px var(--light);
}

.strategy-races-tabs-menu {
  z-index: 1;
  position: absolute;
  inset: 100px auto auto 0%;
}

.strategy-races-tabs-content {
  flex: 1;
}

.strategy-races-tabs-menu-item-icon {
  transform: rotate(-45deg);
}

.strategy-races-tabs-content-item {
  padding-left: 200px;
}

.strategy-races-tabs-content-item._1 {
  background-image: url('../images/strategy-race-1-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.strategy-races-tabs-content-item._2 {
  background-image: url('../images/strategy-race-2-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.strategy-races-tabs-content-item._3 {
  background-image: url('../images/strategy-race-3-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.strategy-units-description {
  border: 1px solid var(--white7);
  background-color: var(--black60);
  margin-left: 60px;
  padding: 40px 40px 30px;
}

.strategy-units-tabs-menu-item {
  border: 1px solid var(--white7);
  background-color: var(--white7);
  margin-left: 10px;
  margin-right: 10px;
}

.strategy-units-tabs-menu-item:hover {
  border-color: var(--white60);
}

.strategy-units-tabs-menu-item.w--current {
  border-color: var(--light);
  background-color: var(--black60);
}

.strategy-units-tabs-menu {
  text-align: center;
  margin-top: 60px;
}

.header-survival {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-feature-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.video-border {
  border: 10px solid var(--black);
  box-shadow: 0 0 0 1px var(--white7);
  position: relative;
  overflow: hidden;
}

.header-buy-platforms {
  max-width: 300px;
  margin-left: -5px;
  margin-right: -5px;
}

.header-survival-right {
  padding-left: 100px;
}

.survival-promo-image {
  max-width: 130%;
  margin-top: -220px;
  margin-bottom: -100px;
}

.survival-steps-icons {
  border-right: 2px solid var(--dark);
  background-color: var(--black);
  color: var(--primary);
  text-align: center;
  width: 82px;
  height: 80px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.survival-steps-icons._1 {
  background-image: url('../images/icons8-storytelling-100-1_1icons8-storytelling-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.survival-steps-icons._2 {
  background-image: url('../images/icons8-aspect-ratio-100_1icons8-aspect-ratio-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.survival-steps-icons._3 {
  background-image: url('../images/icons8-gremlin-100_1icons8-gremlin-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.survival-steps-icons._4 {
  background-image: url('../images/icons8-battle-100_1icons8-battle-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.survival-about-item {
  border: 6px solid var(--black);
  background-color: var(--light-dark);
  box-shadow: 0 0 0 1px var(--white60);
  color: var(--white60);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.survival-about-item-header {
  align-items: center;
  margin-bottom: 10px;
}

.survival-about-item-icon {
  margin-bottom: 10px;
  margin-right: 10px;
}

.header-indie {
  background-color: var(--light);
}

.header-indie-video {
  z-index: 1;
  border: 4px solid var(--white60);
  max-width: 1000px;
  margin: -340px auto 40px;
  box-shadow: 0 10px 20px #17161b33;
}

.align-left {
  text-align: left;
}

.header-indie-bg {
  background-image: linear-gradient(to bottom, var(--black7), var(--black7)), url('../images/indie-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 460px;
  padding-top: 100px;
}

.indie-dvd {
  margin-top: -5px;
  margin-left: 60px;
}

.indie-buy-group {
  margin-left: -10px;
  margin-right: -10px;
}

.indie-reviews-right {
  padding-left: 40px;
}

.indie-features-slider {
  background-color: #0000;
  height: auto;
}

.indie-features-slider-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  padding-right: 40px;
}

.indie-features-slider-nav {
  opacity: .5;
  margin-top: -40px;
  inset: 0% auto auto 0%;
  transform: translate(-20%)scale(.7);
}

.header-mobile {
  background-color: #141526;
  background-image: url('../images/mobile-header.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 700px;
  margin-top: 56px;
  padding-top: 200px;
}

.mobile-button {
  transition: opacity .2s;
}

.mobile-button:hover {
  opacity: .8;
}

.mobile-play-image {
  max-width: 150%;
  margin-left: -50%;
  padding-right: 20px;
}

.mobile-features-image {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-tabs {
  align-items: center;
  display: flex;
}

.mobile-tabs-menu {
  width: 50%;
}

.mobile-tabs-content {
  width: 50%;
  overflow: visible;
}

.mobile-tabs-menu-item {
  background-color: var(--light);
  height: 66px;
  margin-bottom: 10px;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.mobile-tabs-menu-item.w--current {
  background-color: var(--primary);
  color: var(--light);
  height: auto;
}

.mobile-howto-image {
  width: 150%;
  max-width: 150%;
  padding-left: 20px;
}

.mobile-header-actions {
  text-align: right;
}

.simple-header {
  background-image: url('../images/simple-background.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.simple-header.primary {
  background-color: var(--primary);
}

.simple-header.light {
  background-color: var(--light);
}

.about-tabs-menu {
  background-color: var(--light);
  text-align: center;
}

.about-tabs-menu-item {
  color: var(--black60);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 20px 20px 18px;
  font-size: 16px;
  font-weight: 500;
}

.about-tabs-menu-item:hover {
  color: var(--primary);
}

.about-tabs-menu-item.w--current {
  border-bottom-color: var(--primary);
  color: var(--black);
  background-color: #0000;
}

.about-tabs-content {
  padding-top: 20px;
}

.about-tabs-content.container {
  padding-top: 140px;
}

.about-weapon-item {
  box-shadow: inset 0 0 0 2px var(--primary);
  cursor: pointer;
  background-color: #ff4f5e1a;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.about-weapon-item.left {
  margin-top: -100px;
}

.weapon-title {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.weapon-title.white {
  color: var(--light);
}

.weapon-description {
  z-index: 1;
  opacity: 0;
  background-color: #ff4f5ee6;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heroes-list-item {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: transform .2s, color .2s;
}

.heroes-list-item:hover {
  color: var(--primary);
  transform: translate(0, -15px);
}

.heroes-list-item-image-container {
  border-top: 4px solid var(--primary);
  background-image: url('../images/Classes-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.heroes-list-item-image {
  object-fit: contain;
  width: 200px;
  height: 260px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.heroes-list-item-text {
  background-color: var(--light);
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
}

.char-page-image {
  z-index: 1;
  margin-bottom: -150px;
  position: relative;
}

.char-page-header-right {
  padding-top: 40px;
}

.char-video {
  padding-right: 60px;
}

.maps-slider {
  position: relative;
}

.maps-description {
  background-color: var(--light);
  max-width: 300px;
  margin-bottom: -40px;
  margin-right: 0;
  padding: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.maps-slider-mask {
  padding-bottom: 60px;
}

.maps-slider-number {
  color: #17161b26;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.maps-slider-nav {
  margin-bottom: -40px;
  transform: scale(.6);
}

.slider-arrow-left {
  z-index: 3;
  background-color: var(--light);
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #0000;
  width: 40px;
  height: 40px;
  margin-bottom: -40px;
  margin-left: -100px;
  transition: border-color .2s;
  inset: auto auto 0% 50%;
}

.slider-arrow-left:hover {
  border-color: var(--black60);
}

.slider-arrow-right {
  background-color: var(--light);
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #0000;
  width: 40px;
  height: 40px;
  margin-bottom: -40px;
  margin-right: -100px;
  inset: auto 50% 0% auto;
}

.slider-arrow-right:hover {
  border-color: var(--black60);
}

.game-modes-header {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60));
  align-items: center;
  min-height: 700px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.section-content {
  background-color: var(--black60);
  width: 40%;
  padding: 40px;
}

.section-content.right {
  margin-left: 60%;
}

.section-content.dark {
  background-color: #17161bcc;
  padding-top: 80px;
  padding-bottom: 80px;
}

.buy-now-header {
  flex-direction: column;
}

.buy-now-header-container {
  min-height: 100vh;
  display: flex;
}

.buy-now-header-left {
  background-image: linear-gradient(#292a2e4d, #292a2e4d), url('../images/buy-now-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 60%;
  padding: 100px 20px 60px;
  display: flex;
}

.buy-now-header-right {
  background-color: var(--dark);
  flex-direction: row;
  align-items: center;
  width: 40%;
  padding: 140px 20px 60px;
  display: flex;
}

.buy-now-platform-row {
  margin-left: -10px;
  margin-right: -10px;
}

.buy-now-menu {
  text-align: center;
  margin-bottom: 40px;
}

.buy-now-content {
  min-height: 440px;
  padding-left: 5px;
  padding-right: 5px;
}

.buy-now-header-2 {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.buy-now-header-3 {
  background-color: var(--white-61);
  background-image: url('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 400px;
  padding-bottom: 100px;
}

.buy-now-inner-row {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.buy-now-inner-row-conent {
  flex: 1;
  margin-left: 40px;
  padding-right: 100px;
}

.game-tags {
  margin-left: -5px;
  margin-right: -5px;
}

.game-tags-item {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.buy-now-inner-row-buttons {
  flex: none;
  order: 1;
  width: 60px;
  margin-left: 40px;
  margin-right: -5px;
}

.buy-now-tabs-menu {
  text-align: center;
  margin-bottom: 40px;
}

.buy-now-tabs-menu-item {
  color: var(--black60);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 10px 20px;
  font-weight: 500;
}

.buy-now-tabs-menu-item.w--current {
  border-bottom-color: var(--primary);
  color: var(--black);
  background-color: #0000;
}

.max-800 {
  max-width: 800px;
}

.arrow-left-bottom {
  z-index: 2;
  background-color: var(--white-61);
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
  inset: auto auto 0% 0%;
}

.arrow-left-bottom:hover {
  box-shadow: inset 0 0 0 2px var(--black60);
}

.arrow-right-bottom {
  background-color: var(--white-61);
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  inset: auto auto 0% 0%;
}

.arrow-right-bottom:hover {
  box-shadow: inset 0 0 0 2px var(--black60);
}

.max-500 {
  max-width: 500px;
}

.buy-now-addon {
  display: flex;
}

.buy-now-addon-content {
  background-color: var(--white-61);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.buy-now-addon-content.dark {
  background-color: var(--dark);
  color: var(--light);
}

.header-company-tabs-menu {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-company-tabs-content-slider {
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 180px;
  display: flex;
}

.header-company-tabs-content-slider._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/company-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-company-tabs-content-slider._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/company-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.header-company-tabs-content-slider._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/company-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-company-tabs-menu-content {
  display: flex;
}

.header-company-tabs-menu-item {
  background-color: var(--light);
  border-bottom: 4px solid #0000;
  max-width: 33.33%;
  padding: 20px 20px 16px;
}

.header-company-tabs-menu-item.w--current {
  border-bottom-color: var(--primary);
  background-color: var(--white-61);
}

.header-company-tabs-menu-image {
  object-fit: cover;
  margin-right: 14px;
}

.header-company-tabs-menu-text {
  height: 80px;
  overflow: hidden;
}

.about-story-img {
  max-width: 100%;
  margin-left: -10%;
}

.company-slider-left {
  opacity: .6;
  margin-right: -60px;
}

.company-slider-right {
  opacity: .6;
  margin-left: -60px;
}

.company-slider-center {
  z-index: 1;
  position: relative;
}

.work-benefits-text {
  padding-left: 20px;
  padding-right: 20px;
}

.position-row {
  padding: 20px;
  font-size: 14px;
}

.position-row.white {
  background-color: #ffffff80;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.position-link {
  color: var(--black);
  text-decoration: none;
  display: block;
}

.position-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.positions-tabs-content {
  border-top: 2px solid var(--black7);
}

.positions-tabs-menu {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 20px;
}

.positions-tabs-menu-item {
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
}

.positions-tabs-menu-item:hover {
  color: var(--black60);
}

.positions-tabs-menu-item.w--current {
  background-color: var(--primary);
  color: var(--light);
}

.contacts-row {
  background-color: var(--light-dark);
  padding: 40px 40px 20px;
  position: relative;
}

.games-item {
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.games-item.store {
  margin-bottom: 120px;
  overflow: visible;
}

.games-item.nav {
  border: 1px solid var(--white7);
  color: var(--white60);
  margin-bottom: 70px;
  overflow: visible;
}

.games-item.nav:hover {
  color: var(--light);
}

.games-item-hover {
  opacity: 0;
  text-align: center;
  background-color: #ff4f5ecc;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.games-item-hover.store {
  background-color: #ff4f5e66;
}

.contacts-map {
  width: 100%;
  max-width: 900px;
  margin-bottom: 60px;
}

.download-header {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.download-content {
  background-color: var(--light);
  padding: 40px;
}

.header-esports {
  min-height: 700px;
  padding-top: 56px;
  display: flex;
}

.header-esports-left {
  width: 60%;
}

.header-esports-right {
  width: 40%;
}

.header-esports-link-block {
  align-items: flex-end;
  height: 100%;
  padding: 20px 60px 40px;
  text-decoration: none;
  display: flex;
}

.header-esports-link-block._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-link-block._1:hover {
  background-image: linear-gradient(#17161b66, #17161b66), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-link-block._2 {
  background-image: url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-esports-link-block._3 {
  background-image: url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-esports-link-block.small {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-esports-link-block.small._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-link-block.small._2:hover {
  background-image: linear-gradient(#17161b66, #17161b66), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-link-block.small._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-link-block.small._3:hover {
  background-image: linear-gradient(#17161b66, #17161b66), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-esports-right-top {
  height: 50%;
}

.header-esports-link-block-title {
  color: var(--light);
  text-transform: uppercase;
}

.esports-pool-number {
  background-color: var(--black);
  color: var(--light);
  min-width: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 0;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
}

.esports-pool-number.space {
  margin-right: 20px;
}

.esport-tabs-menu {
  background-color: var(--dark);
  text-align: center;
}

.esport-tabs-menu-item {
  color: var(--white60);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 20px 20px 18px;
  font-size: 16px;
  font-weight: 500;
}

.esport-tabs-menu-item:hover {
  color: var(--primary);
}

.esport-tabs-menu-item.w--current {
  border-bottom-color: var(--primary);
  color: var(--light);
  background-color: #0000;
}

.esports-tabs-content {
  padding-top: 20px;
}

.esports-tabs-content.container {
  padding-top: 40px;
}

.esports-vod-link {
  background-color: var(--light);
  color: var(--black);
  text-decoration: none;
  position: relative;
}

.esports-vod-link:hover {
  background-color: var(--white-61);
  color: var(--primary);
}

.esports-vod-link-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.esports-steams {
  color: var(--light);
  position: relative;
}

.esports-steams:hover {
  opacity: .8;
  color: var(--primary);
}

.esports-steams-content {
  background-image: linear-gradient(to bottom, var(--black7), var(--black60));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.esports-steams-status {
  align-self: flex-end;
}

.esports-streams-play {
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  inset: 50% auto auto 50%;
}

.teams-menu {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-menu-item {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--dark);
  color: var(--white60);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 120px;
  margin-left: -1px;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.teams-menu-item.w--current {
  background-color: var(--primary);
  color: var(--light);
}

.teams-menu-item-icon {
  object-fit: scale-down;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.teams-content {
  background-color: var(--dark);
}

.teams-content-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.teams-player {
  background-color: var(--black);
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.teams-player-name {
  border-top: 2px solid var(--dark);
  padding: 20px;
}

.team-country {
  margin-bottom: -9px;
  margin-left: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.teams-photo {
  position: relative;
}

.tournament-item {
  padding: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.tournament-item._1 {
  background-image: linear-gradient(#17161bcc, #17161bcc), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tournament-item._1:hover {
  background-image: linear-gradient(#ff4f5e1a, #ff4f5e1a), linear-gradient(#17161bcc, #17161bcc), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.tournament-item._2 {
  background-image: linear-gradient(#17161bcc, #17161bcc), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tournament-item._2:hover {
  background-image: linear-gradient(#ff4f5e1a, #ff4f5e1a), linear-gradient(#17161bcc, #17161bcc), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.match-item {
  background-color: var(--dark);
  padding: 20px 40px;
}

.match-item.mb-20 {
  position: relative;
}

.match-item-left {
  align-items: center;
  display: flex;
}

.match-item-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.match-team-icon {
  margin-left: 20px;
  margin-right: 20px;
}

.esports-team-header-slider-item {
  align-items: center;
  min-height: 700px;
  padding: 140px 20px 140px 60px;
  display: flex;
}

.esports-team-header-slide._1 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.esports-team-header-slide._2 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.esports-team-header-slide._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.esports-header-container {
  display: flex;
}

.esports-header-right {
  background-color: var(--black);
  flex: 0 auto;
  width: 30%;
  min-width: 300px;
  max-width: 300px;
  padding-top: 58px;
}

.esports-header-left {
  flex: 1;
  width: 70%;
}

.esports-header-match {
  border-bottom: 2px solid var(--light-dark);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.esports-header-match:hover {
  background-color: var(--dark);
}

.esports-header-match-team {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.esports-header-match-team-icon {
  object-fit: scale-down;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.esports-header-match-left {
  flex: 1;
}

.esports-header-match-date {
  order: 1;
}

.esports-header-match-team-info {
  align-items: center;
  display: flex;
}

.esports-header-right-header {
  border-bottom: 2px solid var(--black);
  background-color: var(--dark);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.esports-team-header-slider-nav {
  text-align: left;
  transform-style: preserve-3d;
  margin-left: 80px;
  inset: auto auto 40px 0%;
  transform: translate(40%)scale3d(1.8, .3, 1);
}

.esports-about-image {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/fredrick-tendong-HVYepJYeHdQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.esports-about-image-right {
  background-image: url('../images/martin-delaby-Exhn7N6EGBY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.team-roster {
  background-color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.team-roster-image {
  margin-top: -60px;
  margin-bottom: -20px;
  margin-left: -20px;
}

.team-player-social {
  margin-left: 5px;
  margin-right: 5px;
}

.team-player-social:hover {
  opacity: .7;
}

.team-player-socials {
  margin-left: -5px;
  margin-right: 5px;
}

.team-roster-name {
  align-items: center;
  display: flex;
}

.team-roster-flag {
  margin-right: 10px;
}

.team-roster-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-product-link-text {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  inset: auto auto 0 0%;
  transform: translate(0, 100%);
}

.esports-product-link {
  border: 1px solid var(--white7);
  background-color: var(--dark);
  color: var(--white60);
  padding: 40px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.esports-product-link:hover {
  background-color: var(--light-dark);
  color: var(--light);
}

.esports-products-slider-mask {
  padding-bottom: 80px;
}

.partners-item {
  background-color: var(--black);
  padding: 20px;
}

.partners-item.text-center {
  padding-top: 40px;
}

.header-season {
  padding-top: 100px;
}

.season-header-image {
  margin-top: -80px;
  margin-bottom: -40px;
}

.header-battlepass {
  background-color: var(--primary);
  background-image: url('../images/fps-bg-primary.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  overflow: hidden;
}

.battlepass-img-left {
  max-width: 170%;
  margin-left: -40%;
}

.battlepass-img-right {
  max-width: 170%;
  margin-bottom: -30px;
}

.patch-item {
  border-bottom: 2px solid var(--light-dark);
  padding-top: 40px;
  padding-bottom: 40px;
  transition: background-color .2s;
  display: block;
}

.patch-item:hover {
  background-color: var(--light-dark);
}

.patch-item.last {
  border-bottom-style: none;
}

.patch-content {
  max-width: 600px;
  margin-left: 20px;
}

.blog-item-featured {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-featured.small {
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-item-featured.large {
  color: var(--black);
  align-items: flex-end;
  height: 400px;
  margin-bottom: 20px;
}

.blog-item-featured.large:hover {
  color: var(--primary);
}

.blog-item-content {
  background-image: linear-gradient(to bottom, var(--black7), var(--black60));
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 0;
  display: flex;
}

.blog-item-content:hover {
  background-image: linear-gradient(to bottom, #ff4f5e4d, #ff4f5e4d), linear-gradient(to bottom, var(--black7), var(--black60));
}

.blog-item-content.bottom {
  background-color: var(--light);
  background-image: none;
  background-size: auto;
  position: relative;
}

.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.news-with-promo-item {
  background-color: var(--light);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 280px;
  padding: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.news-with-promo-item:hover {
  background-color: var(--primary);
  color: var(--light);
}

.news-with-promo-item._1 {
  background-image: url('../images/promo-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.news-with-promo-item._1:hover {
  opacity: .9;
}

.news-with-promo-item._2 {
  background-image: url('../images/promo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-with-promo-item._2:hover {
  opacity: .9;
}

.news-with-promo-item._3 {
  background-image: url('../images/martin-delaby-Exhn7N6EGBY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-with-promo-item._3:hover {
  opacity: .9;
}

.news-with-promo-item.white {
  background-color: var(--white-61);
}

.news-with-promo-item.white:hover {
  background-color: var(--primary);
}

.news-text {
  max-height: 60px;
  overflow: hidden;
}

.editions-text {
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 600;
}

.blog-tabs-menu {
  border-top: 2px none var(--black7);
  border-bottom: 2px solid var(--black7);
  background-color: var(--white-61);
  text-align: center;
}

.blog-tabs-content {
  padding-top: 20px;
}

.blog-tabs-content.container {
  padding-top: 40px;
}

.blog-tabs-menu-item {
  color: var(--black60);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 16px 20px 18px;
  font-size: 14px;
  font-weight: 600;
  transform: translate(0, 2px);
}

.blog-tabs-menu-item:hover {
  color: var(--primary);
}

.blog-tabs-menu-item.w--current {
  border-bottom-color: var(--primary);
  background-color: #0000;
}

.blog-primary-post {
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.blog-primary-post:hover {
  color: var(--primary);
}

.blog-primary-post-content {
  background-color: var(--light);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  padding: 40px;
  display: flex;
}

.blog-primary-post-content-text {
  max-height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
}

.blog-primary-post-content-text.small {
  max-height: 40px;
}

.blog-primary-post-content-title {
  max-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
}

.blog-item-content-image-container {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-item-content-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  display: block;
}

.blog-item-content-image:hover {
  transform: scale(1.1);
}

.pagination-button {
  background-color: var(--light);
  border-style: none;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
}

.pagination-button:hover {
  border-style: solid;
  border-color: var(--black7);
}

.pagination-button.left {
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.pagination-button.right {
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.pagination {
  justify-content: flex-start;
}

.blog-header {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 50px;
}

.login-header {
  flex-direction: column;
}

.login-header-container {
  min-height: 100vh;
  display: flex;
}

.login-header-left {
  background-image: linear-gradient(#292a2e4d, #292a2e4d), url('../images/buy-now-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  padding: 100px 20px 0;
  display: flex;
}

.login-header-right {
  background-color: var(--light);
  flex-direction: row;
  align-items: center;
  width: 40%;
  padding: 120px 20px 60px;
  display: flex;
}

.input-label {
  color: var(--black60);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -25px;
  padding-left: 23px;
  font-size: 10px;
}

.submit-button {
  background-color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: var(--black);
}

.social-auth {
  height: 50px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: block;
}

.social-auth:hover {
  opacity: .8;
}

.social-auth.google {
  background-color: #d54339;
  background-image: url('../images/google-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.social-auth.facebook {
  background-color: #006fcd;
  background-image: url('../images/fb-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.store-header {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 50px;
}

.store-header-tabs {
  display: flex;
}

.store-header-tabs-menu {
  width: 280px;
}

.store-header-tabs-content {
  flex: 1;
  width: 70%;
  display: flex;
}

.store-header-tabs-menu-link {
  border-bottom: 6px solid var(--dark);
  border-left: 6px solid var(--dark);
  background-color: var(--black);
  color: var(--light);
  align-items: center;
  padding: 10px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.store-header-tabs-menu-link:hover {
  background-color: var(--light-dark);
}

.store-header-tabs-menu-link.w--current {
  background-color: var(--primary);
}

.store-header-tabs-menu-link.last {
  border-bottom-style: none;
}

.store-header-tabs-menu-link-image {
  margin-right: 10px;
}

.store-header-tabs-content-item {
  flex: 1;
  padding: 40px;
}

.store-header-tabs-content-item._1 {
  background-image: url('../images/buy-now-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.store-header-tabs-content-item._2 {
  background-image: url('../images/shooter-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.store-header-tabs-content-item._3 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/ork-4692676_1920-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.store-header-tabs-content-item._4 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-feature-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.store-header-tabs-content-item._5 {
  background-image: linear-gradient(to bottom, var(--black60), var(--black60)), url('../images/mmo-gamemode-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.store-header-tabs-content-item-text {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.store-tabs {
  display: flex;
}

.store-tabs-menu {
  width: 270px;
}

.store-tabs-content {
  flex: 1;
  width: 70%;
  margin-right: 16px;
}

.store-tabs-title {
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.store-tabs-title-left {
  flex: 1;
  width: 70%;
  margin-right: 16px;
}

.store-tabs-title-right {
  border-bottom: 2px solid var(--white7);
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding-left: 16px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-wrap.section.dark {
  height: auto;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.utility-page-content {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  width: 500px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filters-icon {
  margin-top: -1px;
  margin-right: 5px;
}

.search {
  position: relative;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 0;
  font-size: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-button:hover {
  background-color: var(--black);
}

.store-tabs-menu-item {
  color: var(--white60);
  text-align: left;
  background-color: #0000;
  padding: 12px 16px;
  font-size: 14px;
  display: block;
}

.store-tabs-menu-item:hover {
  color: var(--light);
}

.store-tabs-menu-item.w--current {
  background-color: var(--white7);
  color: var(--light);
}

.game-info {
  z-index: 1;
  width: 100%;
  padding-top: 5px;
  position: absolute;
}

.store-game-name {
  color: var(--light);
  height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.store-game-company {
  color: var(--white60);
  height: 18px;
  font-size: 12px;
  overflow: hidden;
}

.store-game-price {
  color: var(--light);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  font-size: 14px;
  display: flex;
}

.store-game-price.right {
  justify-content: flex-start;
  align-items: center;
}

.old-price {
  color: var(--white60);
  font-size: 12px;
  text-decoration: line-through;
}

.store-game-header {
  padding-top: 80px;
  padding-bottom: 40px;
}

.store-game-header-right {
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding-left: 16px;
  display: block;
}

.store-game-header-left {
  flex: 1;
  align-items: center;
  width: 70%;
  margin-right: 16px;
  display: flex;
}

.back-button {
  color: var(--white60);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.back-button:hover {
  color: var(--light);
}

.back-button-icon {
  margin-right: 5px;
}

.store-game-header-name {
  border-left: 2px solid var(--white7);
  color: var(--light);
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.store-game-header-row {
  border-bottom: 2px solid var(--white7);
  align-items: stretch;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.store-game-body {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.store-game-body-left {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 70%;
  margin-right: 16px;
  display: block;
}

.store-game-body-right {
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding-top: 60px;
  padding-left: 16px;
  display: block;
  position: sticky;
  top: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.store-game-main {
  border-bottom: 2px solid var(--white7);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.show-more-button {
  width: 100%;
  display: block;
}

.show-more-button.mb-60 {
  z-index: 1;
}

.show-more-button-toggle {
  color: var(--white60);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
}

.show-more-button-toggle:hover {
  color: var(--light);
}

.show-more-button-toggle.w--open {
  z-index: 1;
}

.show-more-button-content {
  background-color: #0000;
  position: static;
}

.show-more-button-content.w--open {
  color: var(--white60);
}

.search-result-item {
  background-color: var(--black);
  color: var(--white60);
  margin-bottom: 20px;
  padding: 20px;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  margin-right: 20px;
}

.post-header {
  padding-top: 100px;
}

.post-image {
  border: 2px none var(--light);
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.post-blur {
  filter: brightness(40%) blur(10px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.post-header-content {
  background-color: var(--light);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 317px;
  padding: 20px 40px;
  display: flex;
}

.post-header-container {
  z-index: 1;
  margin-bottom: -317px;
  position: relative;
}

.post-header-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.post-share-text {
  color: var(--black60);
  margin-right: 10px;
  font-size: 14px;
}

.post-title {
  max-height: 96px;
  margin-bottom: 20px;
  overflow: hidden;
}

.post-short-text {
  max-height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}

.post-body {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-dropdown-icon {
  margin-top: 2px;
  margin-right: 4px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.nav-dropdown-games-list {
  border-bottom: 2px solid var(--white7);
  padding: 20px;
}

.nav-dropdown-games-list.w--open {
  background-color: var(--black);
  padding: 40px 0;
  position: fixed;
  inset: 58px 0% auto;
  overflow: auto;
}

.nav-slider-arrow {
  background-color: var(--dark);
  width: 40px;
  margin-bottom: 70px;
}

.nav-slider-arrow:hover {
  background-color: var(--light-dark);
}

.nav-slider-arrow-iocn {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.nav-games-name {
  padding-top: 10px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0, 100%);
}

.nav-dropdown.w--open {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--white7);
  background-color: var(--black);
  min-width: 180px;
}

.nav-dropdown.large.w--open {
  min-width: 360px;
}

.nav-dropdown-link {
  color: var(--white60);
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link:hover {
  background-color: var(--white7);
  color: var(--light);
}

.home-header-screens {
  max-width: 110%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
}

.inside-item {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding: 60px 20px;
}

.example-item {
  border: 1px solid var(--black7);
  background-color: var(--white-61);
  color: var(--black);
  margin-bottom: 20px;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: block;
}

.example-item:hover {
  border-color: var(--black60);
  color: var(--primary);
}

.example-image {
  border: 1px solid var(--black7);
  margin-bottom: 20px;
}

.promo-image {
  max-width: 100%;
  margin-top: -90px;
  margin-bottom: -90px;
  margin-left: 20px;
}

.text-medium {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
}

.text-medium.text-highlight {
  background-color: var(--primary);
  color: #fff;
  font-size: 13px;
  line-height: 27px;
}

.heading {
  margin-bottom: 10px;
}

.light-grey {
  background-color: #e2e2e2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  text-align: center;
}

.div-block-2 {
  text-align: center;
  max-width: 500px;
  margin-top: 40px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--primary);
  font-weight: 600;
}

.link-2 {
  margin-top: 20px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.columns {
  margin-top: 20px;
}

.text-block-2 {
  color: var(--white-61);
  text-align: center;
  margin-bottom: 20px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.columns-2 {
  margin-top: 60px;
}

.image-2, .image-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-5 {
  margin-top: 40px;
}

.column-2, .column-3, .column-4, .column-5 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-content {
    padding-left: 10px;
  }

  .style-guide-columns {
    flex-direction: column;
  }

  .style-guide-left {
    margin-bottom: 40px;
  }

  .header-fps {
    background-position: 0 100%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.light.home-header {
    padding-top: 100px;
  }

  .section.rpg-feature-3 {
    background-position: 50%;
  }

  .section.horror-awards {
    background-position: 0 0, 60% 0;
  }

  .navbar {
    margin-top: -2px;
  }

  .navbar-container-left {
    justify-content: space-between;
  }

  .navbar-container-right {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .nav-link {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    text-align: left;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link:hover {
    border-bottom-width: 2px;
    border-bottom-color: var(--dark);
    background-color: var(--dark);
  }

  .nav-link.w--current {
    background-color: var(--light-dark);
  }

  .header-video {
    margin-bottom: 20px;
  }

  .hero-content {
    margin-left: -10%;
  }

  .hero-socials {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-highlight {
    font-size: 14px;
  }

  .header-fps-hero {
    margin-left: -30%;
  }

  .hero-platforms {
    display: flex;
  }

  .hero-platforms.center {
    justify-content: center;
  }

  .nav-action.fs-0 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heroes-image {
    margin-bottom: -150px;
  }

  .row.flex-columns.bottom, .row.flex.mob-bottom {
    align-items: flex-end;
  }

  .row.edition-main-row, .row.edition-main-row.dark {
    flex-direction: column;
  }

  .row.edition-inner-row {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-display {
    font-size: 200px;
  }

  .section-display.left {
    top: -90px;
    left: 0%;
  }

  .section-display.right {
    top: -90px;
    right: 0%;
  }

  .news-item-title {
    height: 44px;
  }

  .news-item-text {
    height: 40px;
  }

  .modal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-inner.primary.sport-dt {
    padding-bottom: 60px;
  }

  .hero-social-links {
    margin-top: 5px;
    margin-left: -10px;
  }

  .header-shooter {
    background-size: cover;
  }

  .pt-0 {
    padding-top: 0;
  }

  .gamemodes-slides-menu {
    margin-top: -130px;
  }

  .image.mmo-feature-image {
    height: 600px;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .classes-tabs {
    background-size: cover;
  }

  .mmo-features-menu-item {
    font-size: 12px;
  }

  .media-content-right {
    padding-left: 8px;
  }

  .header-moba {
    background-size: cover;
  }

  .moba-header-video.mb-60 {
    margin-top: -190px;
  }

  .short-news-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .short-news-row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .moba-game-modes-image {
    object-fit: cover;
    min-height: 500px;
  }

  .header-rpg-tab-content-wrap {
    min-height: auto;
  }

  .header-rpg-tab-menu-item {
    height: 0;
    padding-top: 14%;
  }

  .buy-form {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-game-tabs-menu {
    padding-left: 27px;
  }

  .buy-game-tabs-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-sport-image {
    max-width: 120%;
  }

  .sport-pack-image, .sport-pack {
    margin-left: 0;
    margin-right: 0;
  }

  .sport-dt-image {
    max-width: 120%;
    margin-bottom: -60px;
    margin-left: -60px;
  }

  .feedback-card {
    padding: 20px 20px 30px;
  }

  .racing-features {
    flex-direction: column;
  }

  .racing-features-item {
    width: 100%;
    min-height: 200px;
  }

  .racing-features-item-content {
    background-color: #17161bb3;
  }

  .horror-characters {
    flex-direction: row;
  }

  .horror-characters-item {
    width: 100%;
    min-height: 200px;
  }

  .horror-characters-item-content {
    background-color: #17161bb3;
  }

  .page-nav {
    margin-left: -20px;
    margin-right: -20px;
  }

  .page-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .strategy-gameplay-item {
    margin-left: 0;
    margin-right: 0;
  }

  .strategy-gameplay-item-play {
    top: 25%;
  }

  .strategy-gameplay-row {
    margin-left: 0;
    margin-right: 0;
  }

  .strategy-races-tabs-menu-item {
    margin-bottom: 40px;
  }

  .strategy-races-tabs-menu {
    top: 100px;
  }

  .strategy-races-tabs-menu-item-icon {
    width: 30px;
  }

  .strategy-races-tabs-content-item {
    padding-left: 120px;
  }

  .strategy-units-description {
    margin-left: 20px;
  }

  .header-survival {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-survival-right {
    padding-left: 20px;
  }

  .survival-promo-image {
    max-width: 140%;
    margin-bottom: -140px;
  }

  .indie-dvd {
    margin-left: 0;
    padding-right: 20px;
  }

  .indie-features-slider-image {
    height: 240px;
    padding-right: 20px;
  }

  .header-mobile {
    min-height: 500px;
    padding-top: 100px;
  }

  .about-tabs-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .char-page-image {
    margin-bottom: -40px;
  }

  .char-video {
    padding-right: 20px;
  }

  .section-content {
    width: 60%;
  }

  .section-content.right {
    margin-left: 40%;
  }

  .buy-now-header-container {
    flex-direction: column;
    min-height: auto;
  }

  .buy-now-header-left {
    width: 100%;
  }

  .buy-now-header-right {
    width: 100%;
    padding-top: 60px;
  }

  .buy-now-content {
    min-height: auto;
  }

  .buy-now-header-3 {
    padding-top: 200px;
  }

  .buy-now-inner-row-conent {
    padding-right: 0;
  }

  .header-company-tabs-menu {
    margin-bottom: 20px;
  }

  .header-company-tabs-content-slider, .download-header {
    min-height: auto;
  }

  .header-esports-link-block._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .esport-tabs-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .teams-menu {
    overflow: auto;
  }

  .teams-menu-item {
    width: 120px;
    font-size: 12px;
  }

  .match-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .esports-team-header-slider-item {
    min-height: 600px;
    padding: 100px 0;
  }

  .esports-header-container {
    flex-direction: column;
  }

  .esports-header-right {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }

  .esports-header-left {
    width: 100%;
  }

  .esports-team-header-slider-nav {
    margin-left: 20px;
  }

  .esports-about-image.mb-60 {
    height: 300px;
  }

  .team-roster-image {
    margin-top: 0;
  }

  .esports-products-slider-mask {
    padding-bottom: 80px;
  }

  .season-header-image {
    max-width: 120%;
  }

  .editions-text {
    text-align: center;
    padding-left: 0;
  }

  .blog-tabs-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .blog-primary-post-content {
    padding: 20px;
  }

  .login-header-container {
    flex-direction: column;
    min-height: auto;
  }

  .login-header-left {
    width: 100%;
    display: none;
  }

  .login-header-right {
    width: 100%;
    padding-top: 100px;
  }

  .store-header-tabs {
    flex-direction: column;
  }

  .store-header-tabs-menu {
    width: 100%;
    margin-top: 6px;
  }

  .store-header-tabs-content {
    width: 100%;
  }

  .store-header-tabs-menu-link {
    border-left-style: none;
  }

  .store-tabs {
    flex-direction: column;
  }

  .store-tabs-menu {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  .store-tabs-content {
    width: 100%;
  }

  .store-tabs-title {
    flex-direction: column;
  }

  .store-tabs-title-left {
    width: 100%;
  }

  .store-tabs-title-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .store-tabs-menu-item {
    display: inline-block;
  }

  .store-game-header-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .store-game-header-left {
    width: 100%;
  }

  .store-game-header-row, .store-game-body {
    flex-direction: column;
  }

  .store-game-body-left {
    width: 100%;
  }

  .store-game-body-right {
    order: -1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: static;
  }

  .post-image {
    height: 440px;
  }

  .nav-menu {
    border-bottom: 2px solid var(--white7);
    background-color: var(--black);
    max-height: 100vh;
    margin-top: 2px;
    padding-bottom: 58px;
    overflow: auto;
  }

  .nav-link-dropdown-icon {
    margin-right: 20px;
  }

  .nav-dropdown-games-list.w--open {
    position: static;
  }

  .nav-dropdown.w--open {
    border-left-style: none;
    border-right-style: none;
    position: static;
  }

  .menu-button-container {
    flex: 1;
  }

  .menu-button {
    width: 60px;
    height: 58px;
    margin-right: -20px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white7);
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-button-icon {
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    inset: 50% auto auto 50%;
  }

  .promo-image {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-title {
    min-height: 140px;
    padding: 20px;
  }

  .style-guide-content {
    padding-left: 0;
    padding-right: 0;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .style-guide-left {
    padding-left: 0;
    padding-right: 0;
  }

  .corner-black.large, .corner-light.large {
    width: 40px;
    height: 40px;
  }

  .style-guide-wrapper {
    padding: 20px;
  }

  .header-fps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.light.mobile-subheader {
    text-align: center;
  }

  .section.dark.seasonbg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-bottom: 20px;
  }

  .section.rpg-feature-1 {
    background-image: linear-gradient(to right, var(--black) 45%, #17161b80), url('../images/skull-4039821_1920.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .section.rpg-feature-3 {
    background-image: linear-gradient(to right, var(--black) 33%, #17161b4d), url('../images/sailor-4431281_1920-1.jpg');
    background-size: auto, cover;
  }

  .section.game-mode-1, .section.game-mode-2, .section.game-mode-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-brand.company {
    margin-left: -10px;
  }

  .corner-primary.large {
    width: 40px;
    height: 40px;
  }

  .hero-content {
    margin-left: 0%;
  }

  .header-fps-hero {
    max-width: 100%;
    margin-bottom: -40%;
    margin-left: 0%;
    display: none;
  }

  .flex-columns, .flex-columns.row {
    flex-direction: column;
  }

  .flex-columns.row.fps-header {
    flex-direction: column-reverse;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .hero-platforms {
    margin-left: -10px;
    margin-right: -10px;
  }

  .hero-platform {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fps-about-icon {
    margin-top: 20px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .corner-dark.large {
    width: 40px;
    height: 40px;
  }

  .heroes-image {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -60px;
    margin-left: 0%;
  }

  .weapon-image {
    width: 100%;
    max-width: 100%;
    margin-top: -60px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .news-item {
    width: 100%;
  }

  .row.flex-columns.hor-mob {
    flex-direction: row;
  }

  .row.flex {
    flex-direction: column;
  }

  .text-display {
    display: none;
  }

  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-form {
    margin-top: 10px;
    margin-left: 0;
  }

  .secondary-news-row {
    margin-right: 0;
  }

  .footer-social {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .section-inner {
    padding: 20px;
  }

  .section-inner._3col, .section-inner.white.buy-now {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-inner.dark.social {
    padding-bottom: 0;
  }

  .subscribe-socials {
    justify-content: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .subscribe-socials.center {
    justify-content: center;
  }

  .subscribe-socials.post {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-group {
    margin-top: 20px;
  }

  .pt-0 {
    padding-top: 0;
  }

  .gamemodes-slides-menu {
    flex-direction: column;
    margin-top: 20px;
  }

  .gamemodes-slides-link {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .gamemodes-slides-image-container {
    display: none;
  }

  .image.mmo-feature-image {
    height: 400px;
  }

  .season-section-image {
    display: none;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .battlepass-row {
    padding-right: 0;
  }

  .battlepass-image {
    max-width: 100%;
    margin-top: -40px;
    margin-left: 0%;
  }

  .battlepass-row-container {
    margin-bottom: 20px;
    margin-left: -5px;
  }

  .mobile-mb-20 {
    margin-bottom: 20px;
  }

  .slide-nav {
    width: 100%;
    bottom: 0;
    transform: translate(-50%);
  }

  .slide-content {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 1px;
  }

  .slide-content-number {
    font-size: 30px;
    position: static;
  }

  .map-image {
    object-fit: cover;
    min-height: 480px;
  }

  .header-mmo {
    background-size: 600px;
    min-height: 500px;
  }

  .awards-images.row.left {
    margin-left: -20px;
  }

  .mmo-slide-media, .faction-item {
    margin-bottom: 20px;
  }

  .classes-tabs-menu-item {
    width: 50px;
  }

  .classes-tabs-content-item._1, .classes-tabs-content-item._2, .classes-tabs-content-item._3, .classes-tabs-content-item._4, .classes-tabs-content-item._5 {
    background-position: 100% 0;
  }

  .classes-description {
    width: 100%;
  }

  .mmo-features-menu {
    flex-direction: row;
    margin-top: 0;
  }

  .mmo-features-menu-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 8px;
  }

  .media-menu {
    text-align: left;
    margin-bottom: 20px;
  }

  .media-tabs {
    margin-top: 20px;
  }

  .media-item {
    padding: 0;
  }

  .media-content-right {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .moba-class-overview {
    margin-top: 20px;
    padding: 20px;
  }

  .mmo-slide-image {
    margin-bottom: 20px;
  }

  .moba-game-modes-menu-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .moba-game-modes-menu-item-title {
    font-size: 14px;
  }

  .moba-learn-tabs {
    flex-direction: column;
  }

  .moba-learn-tabs-menu {
    width: 100%;
  }

  .moba-learn-tabs-content {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .moba-start-image {
    display: none;
  }

  .moba-game-modes-image {
    object-fit: cover;
    min-height: 500px;
  }

  .col50 {
    width: 100%;
  }

  .col50.right {
    margin-left: 0%;
  }

  .buy-game-tabs-menu {
    margin-top: 220px;
    margin-bottom: -250px;
    margin-left: 0%;
    padding-left: 17px;
  }

  .buy-form-edition {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .buy-game-dvd {
    z-index: 2;
    width: 100px;
    margin-left: 20px;
    position: absolute;
    inset: 20px auto auto 10px;
  }

  .join-us-text {
    margin-bottom: 10px;
  }

  .header-sport-image {
    display: none;
  }

  .sport-preorded-pack {
    font-size: 12px;
  }

  .sport-dt-image {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -60px;
    margin-left: 0;
    padding-right: 0;
  }

  .sport-career-image {
    max-width: 100%;
    margin-top: 0;
  }

  .sport-gameplay-image {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .feedback-card.small {
    margin-bottom: 20px;
  }

  .feedback-card-slider {
    margin-top: 40px;
  }

  .flex-col-first {
    order: -1;
  }

  .header-racing-slider {
    min-height: 400px;
  }

  .header-racing-slider-action {
    text-align: left;
  }

  .header-horror-bg {
    min-height: 680px;
  }

  .horror-characters {
    flex-direction: column;
  }

  .horror-characters-item {
    max-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .racing-details-image {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .page-nav-link {
    font-size: 10px;
  }

  .strategy-gameplay-item {
    max-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
  }

  .strategy-basics-tabs {
    flex-direction: column;
  }

  .strategy-basics-tabs-menu {
    width: 100%;
    max-width: 800px;
  }

  .strategy-basics-tabs-menu-item-number {
    font-size: 30px;
    position: static;
  }

  .strategy-basics-tabs-content-item {
    margin-top: 20px;
    padding-top: 50%;
  }

  .strategy-races-tabs-menu {
    top: 10px;
  }

  .strategy-races-tabs-content-item {
    padding-left: 110px;
  }

  .strategy-races-tabs-content-image {
    max-width: 40%;
  }

  .strategy-units-description {
    margin-top: 10px;
    margin-left: 0;
  }

  .strategy-units-tabs-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .strategy-units-tabs-menu {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .header-survival-right {
    padding-left: 10px;
  }

  .survival-promo-image {
    max-width: 70%;
    margin-top: -50px;
    margin-bottom: -60px;
  }

  .survival-steps-icons {
    font-size: 30px;
    position: static;
  }

  .header-indie-video {
    margin-top: -200px;
  }

  .header-indie-bg {
    height: 300px;
  }

  .indie-dvd {
    max-width: 160px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .indie-reviews-right {
    padding-left: 10px;
  }

  .indie-features-slider-image {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .header-mobile {
    min-height: 400px;
  }

  .mobile-play-image {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-right: 0;
  }

  .mobile-features-image {
    padding-left: 30%;
    padding-right: 30%;
  }

  .mobile-tabs {
    flex-direction: column;
  }

  .mobile-tabs-menu, .mobile-tabs-content {
    width: 100%;
  }

  .mobile-tabs-menu-item {
    height: 58px;
  }

  .mobile-howto-image {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .mobile-header-actions {
    text-align: center;
  }

  .about-tabs-content.container {
    padding-top: 40px;
  }

  .about-weapon-item {
    padding: 20px;
  }

  .about-weapon-item.left {
    margin-top: 0;
  }

  .weapon-description {
    padding: 20px;
  }

  .char-video {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .maps-description {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }

  .maps-slider-mask {
    padding-bottom: 20px;
  }

  .section-content {
    width: 100%;
  }

  .section-content.right {
    margin-left: 0%;
  }

  .buy-now-header-3 {
    padding-top: 100px;
  }

  .buy-now-inner-row {
    flex-direction: column;
    padding-top: 0;
  }

  .buy-now-inner-row-conent {
    margin-top: 20px;
    margin-left: 0;
  }

  .buy-now-inner-row-buttons {
    width: 100%;
    margin-top: 20px;
    margin-left: -5px;
  }

  .buy-now-addon {
    background-color: var(--white-61);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
  }

  .buy-now-addon.dark {
    background-color: var(--dark);
  }

  .buy-now-addon-content {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .header-company-tabs-menu {
    margin-top: -40px;
    position: static;
  }

  .header-company-tabs-content-slider {
    min-height: 600px;
    padding-bottom: 100px;
  }

  .header-company-tabs-menu-item {
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .about-story-img {
    margin-left: 0%;
  }

  .positions-tabs-menu {
    text-align: left;
    margin-top: 10px;
  }

  .download-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-esports {
    flex-direction: column;
  }

  .header-esports-left, .header-esports-right {
    width: 100%;
  }

  .header-esports-link-block._1, .header-esports-link-block.small._2, .header-esports-link-block.small._3 {
    padding: 100px 20px 20px;
  }

  .esports-pool-number {
    min-width: 30px;
    font-size: 30px;
  }

  .esports-pool-number.space {
    margin-right: 10px;
  }

  .esports-tabs-content.container {
    padding-top: 40px;
  }

  .esports-vod-link, .esports-steams {
    margin-bottom: 20px;
  }

  .teams-menu {
    flex-direction: column;
  }

  .teams-menu-item {
    border-bottom-style: solid;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teams-menu-item-icon {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 20px;
  }

  .teams-player, .tournament-item {
    margin-bottom: 20px;
  }

  .match-item-left {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .match-item-right {
    flex-direction: column;
    justify-content: center;
  }

  .match-team-icon {
    order: -1;
    margin-bottom: 10px;
  }

  .esports-about-image.mb-60 {
    height: 250px;
  }

  .esports-about-image-right {
    height: auto;
    min-height: 600px;
  }

  .team-roster {
    margin-top: 0;
  }

  .team-roster-image {
    background-color: var(--dark);
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .esports-product-link {
    margin-bottom: 100px;
  }

  .esports-products-slider-mask {
    padding-bottom: 0;
  }

  .partners-item {
    margin-bottom: 20px;
  }

  .season-header-image {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .header-battlepass {
    padding-bottom: 40px;
  }

  .battlepass-img-left, .battlepass-img-right {
    display: none;
  }

  .patch-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-item-featured {
    height: auto;
    margin-bottom: 20px;
  }

  .blog-item-featured.small {
    height: 200px;
  }

  .blog-tabs-content.container {
    padding-top: 40px;
  }

  .blog-primary-post {
    align-items: flex-end;
    margin-bottom: 120px;
  }

  .blog-primary-post-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: -100px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .footer-lonks-left {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .post-image {
    height: 300px;
  }

  .post-header-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-header-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-title {
    max-height: 75px;
  }

  .post-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header-screens {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .promo-image {
    margin-left: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .text-white.text-small.edition-title {
    display: none;
  }

  .custom-button {
    text-align: center;
    display: block;
  }

  .button {
    text-align: center;
    width: 100%;
    display: block;
  }

  .section.horror-awards {
    background-position: 0 0, 50% 0;
  }

  .section.horror-story {
    background-position: 100% 0;
  }

  .mb-10.edition-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-action.fs-0 {
    margin-right: 20px;
  }

  .heroes-image {
    margin-top: 20px;
  }

  .short-news-item-image {
    width: 80px;
    height: 100px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link {
    margin-bottom: 5px;
    display: block;
  }

  .button-group {
    margin-left: 0;
    margin-right: 0;
  }

  .battlepass-row-container {
    margin-top: 40px;
  }

  .slider.games-nav-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav {
    width: 100%;
    bottom: 0;
  }

  .slide-content {
    width: 100%;
    padding-bottom: 30px;
    bottom: 1px;
  }

  .slide-content-number {
    display: none;
  }

  .stores {
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .awards-images.row {
    flex-direction: column;
  }

  .available-on-mmo {
    width: 100%;
  }

  .arrow-left, .arrow-right {
    background-size: 30px;
    width: 40px;
  }

  .classes-tabs-menu-item {
    width: 40px;
    display: inline-block;
  }

  .mmo-features-menu-item {
    padding-top: 25px;
    font-size: 0;
  }

  .moba-header-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .moba-header-slide-container {
    padding-top: 40px;
  }

  .moba-header-video.mb-60 {
    margin-top: -150px;
  }

  .overview {
    flex-direction: column;
    margin-left: -5px;
    margin-right: -5px;
  }

  .overview-item {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .moba-classes-menu {
    height: auto;
    margin-bottom: 20px;
  }

  .moba-classes-menu-item {
    margin: 0 0 10px;
    transform: translate(0)rotate(0);
  }

  .moba-classes-image {
    transform: rotate(0);
  }

  .moba-classes-texts-item {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    position: static;
    transform: rotate(0)translate(0%);
  }

  .ability-item-tab {
    margin-bottom: 5px;
    display: flex;
  }

  .ability-item-tab.w--current {
    background-color: #0000;
  }

  .moba-game-modes {
    margin-left: -20px;
    margin-right: -20px;
  }

  .moba-game-modes-menu-item-title {
    display: none;
  }

  .moba-learn-tabs-menu {
    padding-right: 0;
  }

  .short-news-item-link {
    padding-right: 10px;
  }

  .news-item-image.featured {
    height: 240px;
  }

  .header-rpg-tab-content-wrap {
    padding-bottom: 150px;
  }

  .buy-game-tabs-menu {
    margin-bottom: -330px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .buy-game-tabs-menu-item {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .buy-form-edition {
    margin-top: 150px;
    margin-bottom: 140px;
  }

  .join-us-section {
    text-align: center;
  }

  .button-group-item {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sport-pack-image {
    margin-bottom: 20px;
  }

  .feedback-card-score {
    margin-right: 10px;
  }

  .header-racing-slider {
    min-height: 500px;
  }

  .racing-bg-video {
    min-height: 1000px;
  }

  .header-horror-bg {
    min-height: 790px;
  }

  .horror-characters {
    margin-left: 0;
    margin-right: 0;
  }

  .horror-loc-tab-menu {
    margin-bottom: 80px;
  }

  .horror-loc-tab-content {
    padding-bottom: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-strategy {
    padding-top: 200px;
  }

  .page-nav {
    flex-direction: column;
  }

  .page-nav-link {
    border-bottom-width: 2px;
    border-bottom-color: var(--white7);
  }

  .strategy-gameplay-item {
    padding-top: 80%;
  }

  .strategy-basics-tabs-menu-item {
    height: 50px;
  }

  .strategy-basics-tabs-menu-item-number {
    width: 52px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .strategy-basics-tabs-menu-item-header {
    font-size: 14px;
    line-height: 40px;
  }

  .strategy-races-tabs {
    flex-direction: column;
  }

  .strategy-races-tabs-menu-item {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    display: inline-block;
  }

  .strategy-races-tabs-menu {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .strategy-races-tabs-menu-item-icon {
    width: 25px;
  }

  .strategy-races-tabs-content-item {
    padding-left: 0;
  }

  .strategy-races-tabs-content-image {
    max-width: 60%;
  }

  .strategy-units-tabs-menu-item {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }

  .strategy-units-tabs-menu {
    flex-direction: column;
    margin-top: 20px;
  }

  .survival-promo-image {
    margin-top: 30px;
    display: none;
  }

  .survival-steps-icons {
    width: 52px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .survival-steps-icons._1, .survival-steps-icons._2, .survival-steps-icons._3, .survival-steps-icons._4 {
    background-size: 30px;
  }

  .header-indie-video {
    margin-top: -100px;
  }

  .header-indie-bg {
    height: 200px;
  }

  .indie-features-slider-image {
    height: 160px;
  }

  .header-mobile {
    min-height: 360px;
  }

  .about-tabs-menu-item {
    border-bottom-color: var(--white-61);
    text-align: center;
  }

  .section-content.dark {
    padding: 40px 20px;
  }

  .contacts-row {
    padding: 20px 20px 10px;
  }

  .esports-pool {
    flex-direction: row;
  }

  .esports-pool-number {
    min-width: 20px;
    font-size: 20px;
  }

  .esport-tabs-menu-item {
    border-bottom-color: var(--white7);
    text-align: center;
  }

  .esports-about-image-right {
    min-height: 300px;
  }

  .blog-tabs-menu {
    border-bottom-style: none;
  }

  .blog-tabs-menu-item {
    border-bottom-color: var(--black7);
    text-align: center;
    transform: none;
  }

  .store-header-tabs-content-item {
    padding: 20px;
  }

  .store-game-header-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-game-header-name {
    border-left-style: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .post-image {
    height: 160px;
  }

  .nav-slider-arrow.left {
    margin-left: -20px;
  }

  .nav-slider-arrow.right {
    margin-right: -20px;
  }
}


