@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins&display=swap");/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 400;
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  text-align: left;
}

.btn {
  border-color: transparent;
  font-weight: 700;
  border-bottom: 5px solid transparent;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "elemental_endregular", Arial, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.btn svg {
  margin-right: 16px;
}
@media all and (min-width: 767px) {
  .btn {
    padding: 12px;
  }
}
@media all and (min-width: 1024px) {
  .btn {
    padding: 15px;
  }
}
.btn:hover {
  border-color: transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.btn.btn-success {
  background-color: #1fbf92;
  color: white;
}
.btn.btn-success:hover {
  color: white;
  background-color: darkcyan;
}
.btn.btn-danger {
  background-color: #1fbf92;
  color: white;
}
.btn.btn-danger:hover {
  color: white;
  background-color: darkcyan;
}
.btn-primary {
  color: rgb(46, 64, 102);
  background-color: #d3414d;
  border: 2px solid #d3414d;
  color: white;
  font-weight: 100;
}
.btn-primary:hover {
  background-color: black;
  border: 2px solid #d3414d;
}

.btn-secondary {
  border: 1px solid #d3414d;
  color: rgb(228, 218, 209);
  border: 2px solid rgb(76, 73, 70);
  background-color: rgb(42, 41, 40);
}
.btn-secondary:hover {
  background-color: black;
  border: 2px solid #d3414d;
}

.btn--2group-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn--2group-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-success-2 {
  background-color: rgb(10, 243, 167);
  color: rgb(255, 255, 255);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
.btn-success-2:hover {
  background-color: rgb(10, 243, 167);
  color: rgb(255, 255, 255);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.btn-cancel {
  background-color: #e74b3c;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
.btn-cancel:hover {
  background-color: rgb(10, 243, 167);
  color: rgb(255, 255, 255);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

@font-face {
  font-family: "elemental_endregular";
  src: url("/fonts/elemental_end-webfont.woff2") format("woff2"), url("/fonts/elemental_end-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "elemental_enditalic";
  src: url("/fonts/elemental_end_italic-webfont.woff2") format("woff2"), url("/fonts/elemental_end_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.layout-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 48px;
  line-height: 55px;
}
@media all and (min-width: 767px) {
  h1 {
    font-size: 68px;
    line-height: 71px;
  }
}
@media all and (min-width: 1024px) {
  h1 {
    font-size: 58px;
    line-height: 55px;
  }
}
@media all and (min-width: 1380px) {
  h1 {
    font-size: 85px;
    line-height: 75px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1100px) {
  h1 {
    font-size: 38px;
    line-height: 33px;
  }
}

h2 {
  font-size: 75px;
  line-height: 75px;
}

h3 {
  font-size: 32px;
  line-height: 32px;
}

h4 {
  font-size: 25px;
  line-height: 25px;
}

p {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
  max-width: 478.64px;
}

a {
  text-decoration: none;
}

.section-title {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 5px solid #d3414d;
  margin-bottom: 42px;
  padding-bottom: 4px;
  display: block;
  font-size: 48px;
  line-height: 52px;
  margin-top: 40px;
}
.section-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid #d3414d;
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
}

strong {
  font-weight: 900;
}

.social-media svg {
  will-change: transform;
  transition: transform 0.25s ease-in-out;
  color: white;
  margin: 0 0 0 40px;
  font-size: 60px;
}
@media all and (max-width: 767px) {
  .social-media svg {
    font-size: 27px;
  }
}
.social-media svg:hover {
  transform: scale(1.06) translateY(2px);
  padding-bottom: 5px;
  border-radius: 5%;
}
.social-media svg:hover[data-icon=discord] {
  border-bottom: 5px solid #5865f2;
}
.social-media svg:hover[data-icon=twitter] {
  border-bottom: 5px solid #1da1f2;
}
.social-media svg:hover[data-icon=instagram] {
  border-bottom: 5px solid rgb(215, 0, 89);
}
.social-media svg:hover[data-icon=steam] {
  border-bottom: 5px solid rgb(92, 126, 16);
}
.social-media svg:hover[data-icon=mastodon] {
  border-bottom: 5px solid #6364ff;
}
.social-media svg:hover[data-icon=bluesky] {
  border-bottom: 5px solid rgb(16, 131, 254);
}

html {
  background-color: rgb(0, 0, 0);
}

body {
  background: rgb(5, 17, 23) url("/assets/we-might-die-space-background-pVULn8dw.webp") center/cover fixed;
  margin: 0;
  padding: 0;
}

#app {
  font-family: "poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  overflow: hidden;
}

h3 {
  margin: 40px 0 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  display: inline-block;
  margin: 0 10px;
}

a {
  color: #d3414d;
}

.nav a {
  font-weight: bold;
  color: white;
}

.nav a.router-link-exact-active {
  color: #42b983;
}

.vue-notification-group {
  top: 66px !important;
  transform: scale(1.4);
}

.vue-notification-template.n-light {
  margin: 10px;
  margin-bottom: 0;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 20px;
  color: #495061;
  background: #eaf4fe;
  border: 1px solid #d4e8fd;
}
.vue-notification-template.n-light .notification-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #2589f3;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media all and (max-width: 1024px) {
  .triangle-separator__container {
    display: none;
  }
}.GameLogo {
  display: block;
  line-height: 0;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.GameLogo__image {
  display: block;
  height: auto;
  width: 100%;
}
.GameLogo:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}.NavMenu {
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: inset 0.2s ease;
  z-index: 2;
}
.NavMenu__link {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  pointer-events: auto;
  text-decoration: none;
  text-shadow: 1px 1px 10px black;
  transition: color 0.2s ease;
}
.NavMenu__link:hover {
  color: rgba(255, 255, 255, 0.95);
}
.NavMenu__link:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}
.NavMenu__link.router-link-active {
  color: rgba(255, 255, 255, 0.82);
}
.NavMenu__link.router-link-active span {
  box-shadow: inset 0 -2px 0 #d3414d;
  border-radius: 2px;
}
.NavMenu__link--about {
  left: 51px;
  position: absolute;
  top: var(--header-wishlist-top);
}
.NavMenu__link--steam {
  position: absolute;
  right: 51px;
  top: var(--header-wishlist-top);
}
.NavMenu__steamIcon {
  margin-right: 6px;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.NavMenu__link--steam:hover .NavMenu__steamIcon {
  color: rgb(117, 176, 34);
  transform: scale(1.15);
}
.NavMenu__aboutIcon {
  margin-right: 6px;
}
@media all and (max-width: 767px) {
.NavMenu {
    align-items: center;
    bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    inset-inline: 24px;
    top: auto;
}
.NavMenu__link {
    font-size: clamp(12px, 4.2vw, 18px);
    min-height: 32px;
    white-space: nowrap;
}
.NavMenu__link--about {
    justify-self: start;
    left: auto;
    position: static;
    top: auto;
    transform: none;
}
.NavMenu__link--steam {
    justify-self: end;
    position: static;
    right: auto;
    top: auto;
}
.NavMenu__steamIcon {
    margin-right: 4px;
}
.NavMenu__aboutIcon {
    margin-right: 4px;
}
}
@media (prefers-reduced-motion: reduce) {
.NavMenu {
    transition: none;
}
}.header {
  height: clamp(43px, 11vw, 112px);
  position: relative;
}
@media all and (min-width: 1024px) {
.header {
    height: 144px;
}
}
.header__bar {
  inset: 0 0 auto;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 600;
}
.header__bar::before {
  background: linear-gradient(180deg, rgba(3, 9, 19, 0.98) 0%, rgba(3, 9, 19, 0.82) 55%, transparent 100%);
  content: "";
  inset: 0;
  opacity: var(--header-surface-opacity);
  pointer-events: none;
  position: absolute;
}
.header__bar .header__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 3px 51px;
  position: relative;
  width: 100%;
}
.header__bar .header__logo {
  display: block;
  margin: 0 auto;
  width: var(--header-logo-width);
}
@media all and (max-width: 767px) {
.header__bar::before {
    opacity: 1;
}
.header__bar .header__inner {
    padding: 12px 16px;
}
.header__bar .header__logo {
    max-width: clamp(98px, 70vw - 97.6px, 440px);
}
.header__bar .NavMenu {
    bottom: auto;
    inset: 0 16px;
    top: 0;
}
}
@media all and (max-width: 767px) {
.header__bar--condensed .header__inner {
    padding: 12px 16px;
}
.header__bar--condensed .NavMenu {
    bottom: auto;
    inset: 0 16px;
    top: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.header__bar::before,
  .header__bar .header__logo {
    transition: none;
}
}.footer__container {
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__top-right, .footer__top-left {
  width: 50%;
}
.footer__map {
  display: flex;
  flex-direction: column;
}
.footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
.footer__contact {
    flex-direction: column;
    text-align: center;
}
}
.footer__social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 140px;
}
.footer__social-media svg {
  margin: 0 !important;
  border-bottom: 5px solid transparent;
  box-sizing: border-box !important;
  width: 50px;
}
.footer__social-media a:not(:last-of-type) svg {
  margin-right: 40px !important;
}
@media all and (max-width: 767px) {
.footer__social-media a:not(:last-of-type) svg {
    margin-right: 17px !important;
}
}
.footer .copyright {
  text-align: center;
  background-color: rgb(0, 0, 0);
  padding-bottom: 24px;
}
.triangle-separator__wrapper {
  width: 100%;
  position: absolute;
}
.triangle-separator__svg {
  width: 100%;
}
.triangle-separator__svg polygon {
  fill: black;
}
.triangle-separator__container {
  position: relative;
}
.triangle-separator--rotateX {
  transform: rotateX(-180deg);
}
.triangle-separator--rotateY {
  transform: rotateY(-180deg);
}
.triangle-separator--rotateXY {
  transform: rotateX(-180deg) rotateY(-180deg);
}
.mod {
  background-color: #000;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.mod__image {
  width: 100%;
}
.mod__hasAbilityImage {
  width: 100%;
}
.mod__typeIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}
.mod__details {
  position: relative;
}
.mod__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod__wrapper {
  display: flex;
}
.mod h3 {
  margin-top: 0;
}.ModsGrid {
  background-color: #000;
  padding: 32px;
}
.ModsGrid__List {
  display: flex;
  flex-wrap: wrap;
}
.ModsGrid__ListItem {
  display: block;
  width: 420px;
}.featured-section {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 6vw;
}
.featured-section:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 1380px) {
.featured-section {
    margin-bottom: 4vw;
}
}
.featured-section svg {
  font-size: 32px;
}
@media all and (max-width: 767px) {
.featured-section {
    flex-direction: column;
}
}
.featured-section__body {
  font-family: "poppins", sans-serif;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 48px 24px;
}
@media all and (max-width: 767px) {
.featured-section__body h2,
  .featured-section__body .featured-section__text {
    text-align: center;
}
.featured-section__body > .btn {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
}
@media all and (min-width: 767px) {
.featured-section__body {
    padding: 64px 24px;
}
}
@media all and (min-width: 1024px) {
.featured-section__body {
    padding: 100px 24px;
}
}
@media all and (min-width: 1223px) {
.featured-section__body {
    padding: 7vw;
}
}
@media all and (max-width: 767px) {
.featured-section__body {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}
}
.featured-section__text {
  margin-bottom: 30px;
  color: white;
}
.featured-section__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin: 24px auto;
}
.featured-section__image {
  min-height: 400px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media all and (max-width: 767px) {
.featured-section__image {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.featured-section__image {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 3px 1px 20px 7px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media all and (min-width: 1024px) {
.featured-section__image {
    top: 48px;
}
}
@media all and (min-width: 1380px) {
.featured-section__image {
    min-height: 80vh;
}
}
.featured-section__image.the-scavenger {
  margin-top: 6vw;
}
@media all and (min-width: 1024px) {
.featured-section__image.the-scavenger {
    margin-top: 0;
}
}
@media all and (min-width: 767px) {
.featured-section .align-right {
    order: 2;
}
}
@media all and (min-width: 767px) {
.featured-section .align-left {
    order: 1;
}
}
.featured-section.gray {
  background-color: #5e6d7f;
}
.featured-section.gray .featured-section__text {
  color: white;
}
.featured-section.gray h3 {
  color: white;
}
.featured-section.pink-to-dark-purple {
  background-image: linear-gradient(135deg, rgb(249, 119, 148) 10%, rgb(98, 58, 162) 100%);
}
.featured-section.green-to-purple {
  background-image: linear-gradient(135deg, #5efce8 10%, #736efe 100%);
}
.featured-section.dark-blue {
  background-color: #263c59;
}
.featured-section.pasty-tan {
  background-color: #fdf7dd;
}
.featured-section.yellow {
  background-color: rgb(247, 239, 16);
}
.featured-section.blue {
  background-color: rgb(41, 66, 97);
}
.featured-section.gray {
  background-color: #5e6d7f;
}
.featured-section.gray-black {
  background-image: linear-gradient(225deg, rgb(0, 0, 0) 0%, rgba(23, 23, 23, 0) 100%);
}
.featured-section.gray-black-inverted {
  background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(37, 37, 37, 0) 100%);
}.page--homeView :nth-child(-n+2 of .triangle-separator__container) {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1) 0s !important;
}
.page--homeView .product-cards {
  margin-bottom: 40px;
}
.page--homeView .heroTout {
  background-color: rgb(20, 19, 18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media all and (max-width: 1024px) {
.page--homeView .heroTout {
    background-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    background-color: transparent;
}
}
.page--homeView .heroToutDetails {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 51px;
  padding-bottom: 0;
}
@media all and (min-width: 520px) {
.page--homeView .heroToutDetails {
    padding: 24px;
    padding-bottom: 0;
}
}
@media all and (min-width: 1024px) {
.page--homeView .heroToutDetails {
    margin-top: 90px;
    position: absolute;
}
}
@media all and (min-width: 1380px) {
.page--homeView .heroToutDetails {
    background-image: linear-gradient(90deg, rgb(20, 20, 20), rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0));
    border-radius: 8px;
    margin-top: 0;
    padding: 51px;
}
}
.page--homeView .heroToutDetails__newsletterSignupIcon {
  font-size: 24px;
}
.page--homeView .heroToutDetails h1 {
  margin-bottom: 32px;
  font-family: "elemental_endregular";
  text-transform: capitalize;
}
@media all and (max-width: 1024px) {
.page--homeView .heroToutDetails h1 {
    text-align: center;
}
}
@media all and (max-width: 1024px) {
.page--homeView .heroToutDetails p {
    text-align: center;
    margin: 0 auto;
}
}
.page--homeView .heroControls {
  margin-top: 47px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
.page--homeView .heroControls {
    justify-content: center;
}
}
@media all and (min-width: 435px) and (max-width: 499px) {
.page--homeView .heroControls {
    align-items: center;
    flex-direction: column;
}
}
.page--homeView .heroControls a:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 24px;
}
@media all and (min-width: 500px) {
.page--homeView .heroControls a:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 24px;
}
}
.page--homeView .fullBleedVideo video {
  width: 100vw;
  z-index: 0;
  filter: grayscale(100%);
}
@media all and (min-width: 1024px) {
.page--homeView .fullBleedVideo__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 5vw 5vw black;
    top: 0;
    left: 0;
}
}
.game-trailer--desktop {
  display: none;
}
@media all and (min-width: 1024px) {
.game-trailer--desktop {
    display: block;
}
}
.game-trailer--desktop iframe {
  margin: 0 auto;
  display: block;
  margin-top: 0;
  z-index: 2;
  position: relative;
}
@media all and (min-width: 1920px) {
.game-trailer--desktop iframe {
    margin-top: -3vw;
}
}
@media all and (min-width: 1920px) {
.game-trailer--desktop iframe {
    margin-top: -6vw;
}
}
.game-trailer--responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  margin-top: 6vw;
  z-index: 1;
}
.game-trailer--responsive iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
@media all and (min-width: 1024px) {
.game-trailer--responsive {
    display: none;
}
}
.triangle-separator__container {
  z-index: 0;
}