body, p, pre, h1, h2, h3, h4 {
  margin: 0;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  background: url("img/background.png") center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  body body {
    background-attachment: scroll;
  }
  body::before {
    content: "";
    background: url("img/background.png") center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

div.container {
  max-width: 1136px;
  margin: 0 auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

a {
  color: inherit;
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header {
  display: flex;
  padding: 8px 8px 0;
}
header a {
  float: left;
  height: 44px;
}
header div.nav a {
  margin-top: 8px;
  color: #eeeeee;
  line-height: 44px;
}
header div.nav a:not(:last-child) {
  margin-right: 16px;
}
header div.nav a.active {
  color: #ffffff;
  font-weight: 700;
  border-bottom: solid 4px #ffffff;
}
header div.nav a#presskit {
  display: flex;
}
header div.nav a#presskit img {
  position: relative;
  top: -0.07em;
  height: 0.8em;
  margin-left: 0.4em;
  align-self: center;
}
header div.link {
  margin-left: auto;
}
header div.link a {
  margin-top: 8px;
}
header div.link a:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 490px) {
  header {
    flex-wrap: wrap;
  }
  header div {
    margin: 0 auto;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin: 64px 0 16px;
  gap: 6px;
}
footer p {
  color: #ffffff;
  margin: 0;
}
footer p.other-game {
  font-size: 14px;
  opacity: 0.8;
}
footer p.other-game a {
  color: #ffffff;
  text-decoration: underline;
}

#img-enlarge {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out;
}

div.inner_column {
  max-width: 752px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

div.box-group:not(:last-child) {
  margin-bottom: 32px;
}
div.box-group h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
div.box-group .box {
  background-color: #ffffff;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #222222;
}
div.box-group .box p {
  line-height: 1.5;
}
div.box-group .box h3 {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 4px;
}

div.box-group + div.box-group {
  margin-top: 30px;
}

div.home img.logo {
  width: 100%;
  max-width: 584px;
  padding: 0 12px;
  margin: 80px auto;
}
div.home div.btngroup {
  height: 104px;
  display: flex;
  flex-wrap: wrap;
}
div.home div.btngroup a:nth-child(2n) {
  margin-left: auto;
}
div.home div.btngroup a:nth-child(n+3):nth-child(-n+4) {
  margin-top: auto;
}
div.home div.btngroup a {
  display: flex;
  width: 368px;
}
div.home div.btngroup a div.logo {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
}
div.home div.btngroup a div.logo.steam {
  -webkit-mask-image: url("img/mask-steam.svg");
}
div.home div.btngroup a div.logo.youtube {
  -webkit-mask-image: url("img/mask-youtube.svg");
}
div.home div.btngroup a div.logo.twitter {
  -webkit-mask-image: url("img/mask-x.svg");
}
div.home div.btngroup a div.logo.discord {
  -webkit-mask-image: url("img/mask-discord.svg");
}
div.home div.btngroup a div.button {
  display: flex;
  flex-grow: 1;
  height: 44px;
  padding-right: 44px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 767px) {
  div.home {
    padding: 0 8px;
  }
  div.home div.btngroup {
    height: 100%;
  }
  div.home div.btngroup a {
    width: 100%;
    margin-top: 8px !important;
  }
}
div.home div.trailer {
  margin-top: 32px;
}
div.home #screenshot-gallery {
  display: none;
  margin-top: 32px;
}
div.home #screenshot-gallery .screenshot {
  width: 100%;
}
div.home .widget-group {
  margin: 32px 0;
}
div.home .widget-group div.steam-widget {
  margin: 16px 0 0 0;
}
div.home .widget-group div.steam-widget iframe {
  width: 100%;
  height: 194px;
}
div.home .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
}
div.home .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.press.inner_column {
  margin-top: 32px;
}

.press .page-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 8px 0 24px;
}
.press .box a {
  text-decoration: underline;
}
.press .factsheet {
  line-height: 1.9;
}
.press .asset-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.press .asset-links a {
  text-decoration: none;
}
.press .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 500;
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  color: #222222;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}
.press .btn:hover {
  background: #ffffff;
  border-color: #9a9a9a;
  transform: translateY(-1px);
}
.press .btn.primary {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.press .btn.primary:hover {
  background: #000;
  border-color: #000;
}
.press .box.screenshots {
  background-color: transparent;
  padding: 0;
}
.press .box.keyart {
  padding: 2px;
}
.press .screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  cursor: zoom-in;
}
.press .screenshot.stacked:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 720px) {
  .press .page-title {
    font-size: 30px;
  }
}
div.support.inner_column {
  margin-top: 32px;
}
div.support a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  div.support {
    padding: 0 8px;
  }
}