@font-face {
  font-family: Library3amsoft;
  src: url('../fonts/LIBRARY3AMsoft.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gamerock;
  src: url('../fonts/Gamerock-Personal-Use-Only.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Strange Dreams;
  src: url('../fonts/Strange-Dreams-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strange Dreams;
  src: url('../fonts/Strange-Dreams.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-2: #0d0d18;
  --white: white;
  --light-salmon: #781e21;
  --black: black;
  --blood: white;
  --bloods: #843826;
}

.body {
  background-color: var(--black-2);
  color: var(--white);
  font-family: Roboto Mono, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.hero {
  background-image: linear-gradient(#0000 34%, #0d0d18 93%), url('../images/l2mortisbgb.png');
  background-position: 0 0, 52% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  max-width: 1440px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

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

.btn-outline {
  border: 1px solid var(--light-salmon);
  color: var(--light-salmon);
  background-color: #0000;
  padding: 10px 27px;
  font-family: Library3amsoft, sans-serif;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.btn-outline:hover {
  background-color: var(--light-salmon);
  color: var(--white);
}

.btn-outline.big {
  margin-top: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.hero-box {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 43px;
  display: flex;
}

.hero-h1 {
  text-align: center;
  text-transform: uppercase;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Library3amsoft, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 81px;
}

.logo {
  margin-top: 55px;
}

.down-arrow {
  margin-top: 25px;
}

.travel-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
  font-size: 18px;
  line-height: 15px;
}

.dwnl {
  padding-top: 45px;
  padding-bottom: 50px;
}

.ben-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.ben-item {
  width: 25%;
  padding: 40px;
}

.ben-item._1 {
  width: 50%;
}

.ben-item._2, .ben-item._3, .ben-item._4 {
  border-top: 1px solid var(--light-salmon);
  border-right: 1px solid var(--light-salmon);
  border-bottom: 1px solid var(--light-salmon);
}

.ben-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 1px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
  font-size: 35px;
  line-height: 36px;
}

.html-embed {
  display: none;
}

.ben-text-2 {
  text-align: center;
  font-family: Library3amsoft, sans-serif;
  font-size: 35px;
  line-height: 36px;
}

.heading-h2 {
  text-align: center;
  font-family: Library3amsoft, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 61px;
}

.heading-h2.ben {
  color: var(--light-salmon);
  width: 60%;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2.ben.white {
  color: var(--white);
  margin-top: 250px;
  margin-bottom: 250px;
}

.heading-h2.su {
  color: var(--light-salmon);
  margin-top: 40px;
  font-size: 40px;
  font-weight: 400;
}

.ben-p {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.territory {
  background-image: linear-gradient(270deg, var(--black-2), transparent 50%, var(--black-2)), url('../images/Seperator_01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.terr-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.categories {
  padding-top: 45px;
  padding-bottom: 94px;
}

.prehead {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

.heading-3 {
  color: var(--light-salmon);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Library3amsoft, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 43px;
}

.heading-3.cat {
  margin-bottom: 137px;
}

.heading-3.trav {
  text-align: left;
  line-height: 46px;
}

.heading-3.inc {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
}

.cat-row {
  margin-top: 65px;
  display: flex;
}

.cat-item {
  background-image: url('../images/Path-277.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 384px;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.cat-img {
  margin-bottom: 50px;
}

.heading-h4 {
  text-align: center;
  font-family: Library3amsoft, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.cat-planet {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -70px 0% auto;
}

.traverse {
  background-image: url('../images/Seperator_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 123px;
  position: relative;
}

.trav-box {
  display: flex;
}

.trav-left {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.trav-right {
  width: 50%;
  padding-top: 60px;
}

.trav-p {
  margin-top: 28px;
  font-weight: 300;
}

.center-this {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.games {
  padding-top: 0;
  padding-bottom: 61px;
}

.game-image {
  width: 180px;
}

.game-content {
  width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.game-heading {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 300;
}

.play-link {
  color: var(--light-salmon);
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Library3amsoft, sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.right-arrow {
  margin-left: 14px;
}

.included {
  background-image: url('../images/410357.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: inset 0 2px 120px 200px #0d0d18;
}

.incl-box {
  display: flex;
}

.incl-left {
  width: 50%;
}

.incl-right {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.astronaut-incl {
  width: 100%;
  margin-top: 46px;
}

.columns {
  height: 198px;
  margin-top: 30px;
}

.column {
  background-image: url('../images/Path-69.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 244px;
}

.column-2 {
  background-image: url('../images/Path-69.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 244px;
}

.incl-blocks {
  background-image: url('../images/tsbox.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  height: 600px;
  margin-top: 30px;
  padding: 160px 96px 80px 51px;
  display: flex;
}

.incl-block {
  background-image: url('../images/tsbox.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 28px;
}

.incl-head {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Library3amsoft, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.incl-p {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.footer {
  background-color: #0d0d18;
  padding-top: 138px;
  padding-bottom: 25px;
}

.ftr-box {
  position: relative;
}

.contact-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

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

.copy {
  border-top: 1px solid var(--light-salmon);
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 25px;
  display: flex;
}

.copy-p {
  font-size: 12px;
}

.supp-link {
  color: var(--white);
  text-decoration: none;
}

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

.back-to-top {
  border: 1.2px solid var(--light-salmon);
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: absolute;
  inset: auto 0% 100px auto;
}

.mob-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: none;
}

.burger {
  width: 60px;
}

.mob-menu-cont {
  display: none;
}

.signup {
  background-image: url('../images/Seperator_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.su-box {
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.form-block {
  width: 50%;
}

.input {
  border: 1px solid var(--light-salmon);
  color: var(--white);
  background-color: #0000;
  height: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

.input:focus, .input:focus-visible, .input[data-wf-focus-visible] {
  background-color: #0000;
}

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

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

.full-width-btn {
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--light-salmon);
  color: var(--black-2);
  height: 50px;
  font-family: Library3amsoft, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.login-p {
  margin-top: 15px;
}

.login-link {
  color: var(--light-salmon);
  font-weight: 600;
  text-decoration: none;
}

.login-link:hover {
  color: #a58f82;
}

.legal-p-form {
  text-align: center;
  width: 60%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.legal-link {
  color: var(--white);
  text-decoration: none;
}

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

.logo_l2 {
  margin-left: 40px;
  margin-right: 40px;
}

.nav-link {
  justify-content: center;
  align-items: center;
  width: 170px;
  display: flex;
}

.title {
  text-align: center;
  letter-spacing: 2px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
}

.features-text {
  color: var(--blood);
  letter-spacing: 1px;
  text-shadow: 1px 2px 3px #000000f7;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
}

.master-primary-button {
  grid-column-gap: 8px;
  background-color: #8a7dfa;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.servename {
  color: #fcb755;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none;
}

.home {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.servers {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.download {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Strange Dreams, Palatino Linotype, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.contact, .discord {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.menu-2 {
  grid-column-gap: 64px;
  background-color: #000000bf;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 120px;
  padding: 33px 179px;
  text-decoration: none;
  display: flex;
}

.feature {
  margin-bottom: 10px;
}

.text-block {
  margin-right: 20px;
}

.button {
  background-color: #6e2f23;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0, 50%;
  }

  .hero-box {
    padding-top: 100px;
  }

  .hero-h1 {
    font-size: 63px;
    line-height: 64px;
  }

  .ben-item._1 {
    width: 80%;
  }

  .heading-h2.ben {
    font-size: 48px;
    line-height: 50px;
  }

  .heading-h2.ben.white {
    margin-top: 102px;
    margin-bottom: 100px;
  }

  .ben-p {
    width: 80%;
  }

  .heading-3.trav {
    font-size: 34px;
    line-height: 35px;
  }

  .cat-item {
    height: 272px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .cat-img {
    width: 110px;
    margin-bottom: 20px;
  }

  .heading-h4 {
    font-size: 22px;
  }

  .cat-planet {
    width: 100px;
    top: -54px;
  }

  .traverse {
    padding-top: 49px;
  }

  .trav-left {
    align-items: center;
  }

  .trav-right {
    padding-top: 0;
  }

  .trav-image {
    width: 70%;
  }

  .game-image {
    width: 100px;
  }

  .game-content {
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .game-heading {
    font-size: 16px;
  }

  .play-text {
    font-size: 18px;
  }

  .included {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .incl-box {
    flex-direction: column;
    align-items: center;
  }

  .incl-left {
    width: 100%;
  }

  .incl-right {
    width: 90%;
  }

  .astronaut-incl {
    width: 70%;
  }

  .footer {
    padding-top: 50px;
  }

  .contact-text {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .address-text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .form-block {
    width: 70%;
  }

  .legal-p-form {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .nav {
    display: flex;
  }

  .menu {
    flex-flow: column;
  }

  .account {
    z-index: 11;
    position: relative;
  }

  .menu-link, .menu-link.w--current {
    margin-right: 0;
  }

  .menu-link.mob {
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 26px;
  }

  .hero-h1 {
    width: 90%;
  }

  .ben-item._1 {
    width: 100%;
  }

  .heading-h2.ben {
    width: 90%;
  }

  .heading-h2.ben.white {
    margin-bottom: 42px;
    font-size: 44px;
  }

  .heading-h2.su {
    line-height: 41px;
  }

  .ben-p {
    width: 100%;
  }

  .heading-3.cat {
    margin-bottom: 109px;
  }

  .cat-row {
    flex-direction: column;
    align-items: center;
  }

  .cat-row.last {
    display: none;
  }

  .cat-item {
    justify-content: center;
    width: 80%;
    height: 350px;
    margin-bottom: 94px;
    padding-bottom: 35px;
  }

  .cat-img {
    width: 160px;
    padding-top: 91px;
  }

  .cat-planet {
    width: 140px;
    top: -69px;
  }

  .traverse {
    background-size: cover;
  }

  .trav-box {
    flex-direction: column;
  }

  .trav-left {
    width: 100%;
    margin-bottom: 66px;
  }

  .trav-right {
    width: 100%;
  }

  .game-image {
    width: 160px;
  }

  .game-content {
    margin-top: 36px;
    padding-left: 75px;
  }

  .astronaut-incl {
    width: 90%;
  }

  .incl-block {
    height: 190px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .incl-icon {
    width: 40px;
  }

  .incl-head {
    font-size: 16px;
  }

  .incl-p {
    font-size: 13px;
    line-height: 15px;
  }

  .footer {
    background-size: cover;
  }

  .copy {
    flex-direction: column;
  }

  .copy-p {
    margin-bottom: 9px;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 132px;
  }

  .mob-nav {
    display: flex;
  }

  .burger {
    width: 50px;
  }

  .mob-menu-cont {
    z-index: 10;
    background-color: var(--black-2);
    background-image: url('../images/Seperator_02.jpg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .image {
    width: 40px;
    position: absolute;
    top: 40px;
    left: 30px;
  }

  .mob-menu-holder {
    flex-direction: column;
    align-items: center;
    margin-top: 217px;
    display: flex;
  }

  .astro-menu {
    width: 50%;
    margin-top: 20px;
  }

  .form-block {
    width: 80%;
  }

  .nav-link {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .container {
    margin-top: 10px;
  }

  .container.inclu {
    padding-left: 1%;
    padding-right: 1%;
  }

  .nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .menu {
    flex-flow: column;
  }

  .menu-link {
    margin-right: 0;
  }

  .hero-box {
    padding-top: 0;
  }

  .hero-h1 {
    width: 100%;
  }

  .ben-item._1 {
    padding: 20px 10px;
  }

  .ben-text {
    font-size: 22px;
    line-height: 22px;
  }

  .heading-h2.ben {
    width: 100%;
  }

  .territory {
    background-size: auto, cover;
  }

  .heading-3.cat {
    margin-bottom: 119px;
    font-size: 36px;
  }

  .heading-3.inc {
    padding-left: 10px;
  }

  .cat-item {
    width: 100%;
    margin-bottom: 112px;
  }

  .cat-item.last {
    margin-bottom: 50px;
  }

  .cat-item.games {
    margin-bottom: 37px;
  }

  .cat-img {
    padding-top: 32px;
  }

  .traverse {
    padding-bottom: 58px;
  }

  .included {
    padding-bottom: 22px;
  }

  .incl-block {
    background-image: url('../images/Path-69_Mobile.svg');
    height: 208px;
    padding: 10px 25px;
  }

  .footer {
    background-size: cover;
  }

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

  .mob-menu-cont {
    display: none;
  }

  .mob-menu-holder {
    margin-top: 150px;
  }

  .astro-menu {
    width: 80%;
  }

  .su-box {
    padding-bottom: 50px;
  }

  .form-block, .legal-p-form {
    width: 100%;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .title {
    font-size: 20px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Library3amsoft';
  src: url('../fonts/LIBRARY3AMsoft.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gamerock';
  src: url('../fonts/Gamerock-Personal-Use-Only.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Strange Dreams';
  src: url('../fonts/Strange-Dreams-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strange Dreams';
  src: url('../fonts/Strange-Dreams.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}