.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #0f0b0a;
  font-family: 'Nunito Sans', sans-serif;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c9c9c9;
  text-decoration: none;
}

a:hover {
  color: #f11;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.navigation-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 170px;
  background-color: transparent;
  box-shadow: 1px 1px 13px 2px #000;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.top-bar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1420px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1.25fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-link {
  width: 10.5%;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e0001;
  background-image: url('../../resources/images/Navlink-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 17px 0 #000;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-menu-link:hover {
  border-color: #830000;
  box-shadow: 0 0 10px 0 #750000;
  -webkit-filter: brightness(169%);
  filter: brightness(169%);
  color: #c2c2c2;
  text-shadow: 0 0 30px #9e0000, 0 0 20px #000;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav-logo {
  width: 25%;
  height: 210px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../../resources/images/Nav-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-logo:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.top-bar-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a0001;
  background-image: -webkit-gradient(linear, right top, left top, from(#0e0909), color-stop(55%, transparent)), -webkit-gradient(linear, left top, right top, from(#0e0909), color-stop(55%, transparent)), url('../../resources/images/Maintitle-bg-grey.jpg');
  background-image: linear-gradient(270deg, #0e0909, transparent 55%), linear-gradient(90deg, #0e0909, transparent 55%), url('../../resources/images/Maintitle-bg-grey.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-link {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  color: #999;
  line-height: 26px;
}

.top-link:hover {
  color: #f11;
}

.header-slider {
  max-height: 900px;
  min-height: 900px;
  background-color: #0f0b0a;
}

.header-slide._1 {
  background-image: url('../../resources/images/Slider-Header-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-slide._2 {
  background-image: url('../../resources/images/Slider-Header-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-slide._3 {
  background-image: url('../../resources/images/Slider-Header-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-content-vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-content-box {
  max-width: 90%;
  text-align: center;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../../resources/images/Header-Text-Texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  font-family: Raleway, sans-serif;
  color: #c5c5c5;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-text.sub-text {
  font-size: 5vw;
  line-height: 5vw;
}

.header-text.blue {
  background-image: url('../../resources/images/Header-Text-Texture-blue.jpg');
}

.header-text.green {
  background-image: url('../../resources/images/Header-Text-Texture-green.jpg');
}

.header-play-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 110px;
  z-index: 10;
  width: 374px;
  height: 118px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../../resources/images/Play-Button-Header-smaller.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-play-button:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-navigation {
  display: none;
}

.slider-nav-arrows {
  overflow: visible;
  margin-top: 140px;
}

.header-paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #adadad;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 0 13px #000;
}

.slider-nav-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6e080d;
  background-color: #090505;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.7), 1px 1px 17px 1px #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #3d3434;
  text-shadow: 0 0 18px #000;
}

.slider-nav-icons:hover {
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  color: #f11;
  text-shadow: 1px 1px 20px red, 0 0 18px #000;
}

.slider-nav-icons.left {
  margin-left: 20px;
  background-image: url('../../resources/images/Slider-Button-BG-left.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-nav-icons.left:hover {
  left: -15px;
}

.slider-nav-icons.right {
  margin-right: 20px;
  background-image: url('../../resources/images/Slider-Button-BG-right.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-nav-icons.right:hover {
  right: -15px;
}

.navigation-section-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #b00;
  background-image: url('../../resources/images/Navbar-BG.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.mobile-logo {
  display: none;
  width: 220px;
  height: 70px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../../resources/images/mobile-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-logo:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.follow-icon {
  width: 20px;
  height: 18px;
  margin-left: 10px;
}

.follow-icon.youtube {
  background-image: url('../../resources/images/youtube.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-icon.youtube:hover {
  background-image: url('../../resources/images/youtube-hover.svg');
}

.follow-icon.discord {
  background-image: url('../../resources/images/discord.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-icon.discord:hover {
  background-image: url('../../resources/images/discord-hex.svg');
}

.follow-icon.twitter {
  background-image: url('../../resources/images/twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-icon.twitter:hover {
  background-image: url('../../resources/images/twitter-hex.svg');
}

.follow-icon.facebook {
  background-image: url('../../resources/images/facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-icon.facebook:hover {
  background-image: url('../../resources/images/facebook-hex.svg');
}

.main-section {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  margin-bottom: 60px;
}

.content-main-block {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #181212;
  box-shadow: 0 0 18px -2px #000;
}

.content-heading-title {
  margin: -15px -15px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d0000;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #0c0707), color-stop(81%, hsla(0, 0%, 100%, 0))), url('../../resources/images/Maintitle-bg-grey.jpg');
  background-image: linear-gradient(0deg, #0c0707 12%, hsla(0, 0%, 100%, 0) 81%), url('../../resources/images/Maintitle-bg-grey.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  color: #f11;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
}

.green-text {
  color: #0f1;
}

.news-posts-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #110d0d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.36)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.36), transparent);
  text-align: center;
}

.news-heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5d0000;
  background-color: rgba(0, 0, 0, 0.31);
  text-align: center;
}

.news-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  background-image: url('../../resources/images/update-bg-texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 13px 20px -12px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-post-title {
  color: #f11;
  font-size: 15px;
  font-weight: 600;
}

.news-post-title:hover {
  color: #fff;
}

.news-posted-text {
  color: #4e4e4e;
  line-height: 14px;
}

.news-post-content-box {
  overflow: hidden;
  max-height: 725px;
}

.button {
  display: block;
  height: 40px;
  margin-top: 15px;
  border: 1px solid #000;
  background-color: #3b0303;
  background-image: url('../../resources/images/button-texture-r.jpg'), url('../../resources/images/button-texture-l.jpg'), url('../../resources/images/button-texture-m.jpg');
  background-position: 100% 50%, 0% 50%, 50% 50%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat-x;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #5d0000;
  box-shadow: 0 0 20px -2px rgba(255, 0, 0, 0.22);
  -webkit-filter: brightness(167%);
  filter: brightness(167%);
  color: #fff;
}

.footer-section {
  padding-top: 40px;
  border-top: 1px solid #800203;
  background-image: url('../../resources/images/Footer-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px -1px #000;
}

.footer-block {
  text-align: center;
}

.footer-header {
  position: relative;
  display: inline;
  background-image: url('../../resources/images/Header-Text-Texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #f11;
  font-size: 20px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-list {
  margin-top: 20px;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 5px;
}

.footer-logo {
  width: 100%;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../../resources/images/Nav-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0c0707));
  background-image: linear-gradient(180deg, transparent, #0c0707);
}

.cta-text {
  width: 40%;
}

.cta-button {
  width: 200px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #800203 #800203 #5d0000;
  background-color: #161111;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #f11;
  box-shadow: 1px 1px 20px 0 #5d0000;
  color: #fff;
}

.cta-buttons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f11;
}

.cta-paragraph {
  margin-bottom: 0px;
}

.copyright-block {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #2e0304;
  background-color: #0e0909;
  box-shadow: 0 0 20px -7px #000;
  font-size: 13px;
}

.cc-text {
  margin-bottom: 0px;
  color: #575757;
}

.footer-link {
  color: #bdbdbd;
  font-size: 14px;
  text-shadow: 0 0 20px #000;
}

.footer-link:hover {
  text-shadow: 1px 1px 20px red;
}

.gfxd-link {
  color: #575757;
}

.main-content-block {
  margin-bottom: 20px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr minmax(auto, 400px);
  grid-template-columns: 1fr minmax(auto, 400px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #380001;
  background-color: #0a0707;
  background-image: url('../../resources/images/content-box-texture.jpg');
  background-position: 50% 50%;
  background-size: auto;
  box-shadow: inset 0 0 0 1px #000, 0 0 20px -11px #000;
}

.main-content-block.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr minmax(auto, 400px);
  grid-template-columns: 1fr minmax(auto, 400px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breadcrumb-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.server-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-text {
  margin-left: 20px;
}

.quick-navigation-flex {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quicklink-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #161111;
  background-image: url('../../resources/images/QuickLinks-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 18px -2px #000;
  text-align: center;
  text-shadow: 0 0 16px #000;
}

.quicklink-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #9e0000;
  box-shadow: 0 0 18px -2px #900;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.quicklink-block.discord {
  background-image: url('../../resources/images/QuickLinks-BG-Discord.jpg');
}

.quicklink-block.discord:hover {
  border-color: #364679;
  box-shadow: 0 0 18px -2px rgba(47, 94, 248, 0.58);
}

.quicklink-block.forums {
  background-image: url('../../resources/images/QuickLinks-BG-Forums.jpg');
}

.quicklink-block.forums:hover {
  border-color: #085a11;
  box-shadow: 0 0 18px -2px #074d0e;
}

.quicklink-block.store {
  background-image: url('../../resources/images/QuickLinks-BG-Store.jpg');
}

.quicklink-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #080404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 16px #5c5c5c;
}

.quicklink-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f11;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.quicklink-title.discord {
  color: #7089da;
}

.quicklink-title.forums {
  color: #11ff29;
}

.quicklink-paragraph {
  color: #9c9c9c;
  text-align: center;
}

.quicklink-text-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quicklink-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background-image: url('../../resources/images/discord-hex.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.quicklink-icon.discord {
  background-image: url('../../resources/images/discord-hex.svg'), url('../../resources/images/Slider-Button-BG-left.jpg');
}

.quicklink-icon.store {
  background-image: url('../../resources/images/store-icon.svg');
}

.quicklink-icon.forums {
  background-image: url('../../resources/images/forums-icon.svg');
}

.featured-content-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news-image {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 2px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.youtube-video {
  margin-bottom: 20px;
}

.featured-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #110d0d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.36)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.36), transparent);
}

.featured-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  background-image: url('../../resources/images/update-bg-texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 13px 20px -12px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #161211;
}

.header-section-sub-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  margin-bottom: 50px;
  padding-top: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-client-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game-client-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #110d0d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.36)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.36), transparent);
  text-align: center;
}

.game-client-box:hover {
  border-color: #d50000;
  box-shadow: 1px 1px 20px -9px #f11;
}

.client-download-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  background-image: url('../../resources/images/update-bg-texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 13px 20px -12px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #3b0303;
  background-image: url('../../resources/images/button-texture-r.jpg'), url('../../resources/images/button-texture-l.jpg'), url('../../resources/images/button-texture-m.jpg');
  background-position: 100% 50%, 0% 50%, 50% 50%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat-x;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.play-button:hover {
  background-color: #5d0000;
  box-shadow: 0 0 20px -2px rgba(255, 0, 0, 0.22);
  -webkit-filter: brightness(167%);
  filter: brightness(167%);
  color: #fff;
}

.discord-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #080404;
  background-color: #0b0808;
}

.discord-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.join-discord-btn {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #7089da;
  font-family: Montserrat, sans-serif;
  color: #0b0808;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.join-discord-btn:hover {
  border-color: #7089da;
  background-color: transparent;
  color: #fff;
}

.discord-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9e9e9;
  font-weight: 400;
}

.discord-title.main {
  color: #7089da;
  font-weight: 900;
}

.discord-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-announcement-box {
  padding: 10px 20px;
  background-color: #160707;
  color: #ff2323;
  font-size: 16px;
  text-align: center;
}

.java-link {
  color: red;
  text-decoration: underline;
}

.java-link:hover {
  color: #fff;
}

.page-title-content-box {
  max-width: 90%;
  text-align: center;
}

.recommended-block {
  position: absolute;
  left: auto;
  top: 90%;
  right: auto;
  bottom: auto;
  padding: 5px 20px;
  background-color: #580000;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navigation-section {
    height: auto;
  }

  .container.nav-flex {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    background-image: none;
    box-shadow: none;
  }

  .nav-menu-link:hover {
    border-style: none;
    box-shadow: none;
  }

  .nav-menu {
    height: auto;
    background-color: #090505;
  }

  .nav-logo {
    display: none;
  }

  .header-slider {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .slider-content-vertical-flex {
    padding-top: 110px;
  }

  .slider-content-box {
    max-width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .header-text {
    font-size: 86px;
    line-height: 72px;
  }

  .header-text.sub-text {
    font-size: 62px;
    line-height: 64px;
  }

  .header-play-button {
    bottom: 60px;
  }

  .slider-nav-arrows {
    margin-top: 110px;
  }

  .header-paragraph {
    font-size: 18px;
  }

  .slider-nav-icons.left {
    margin-left: 0px;
  }

  .slider-nav-icons.right {
    margin-right: 0px;
  }

  .navigation-section-bg {
    height: 100%;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: auto;
    background-color: #090505;
    font-size: 24px;
  }

  .menu-button.w--open {
    background-color: #090505;
    color: #f11;
  }

  .main-section {
    margin-top: 0px;
  }

  .news-posts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-heading-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-image-box {
    height: 280px;
  }

  .news-posted-text {
    margin-top: 5px;
  }

  .news-post-content-box {
    max-height: 500px;
  }

  .cta-text {
    width: 50%;
  }

  .cta-button {
    width: auto;
  }

  .main-content-block {
    -ms-grid-columns: 1fr minmax(auto, 260px);
    grid-template-columns: 1fr minmax(auto, 260px);
  }

  .main-content-block.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quick-navigation-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quicklink-text-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .featured-content-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-image {
    height: 280px;
  }

  .header-section-sub-page {
    min-height: 320px;
    padding-top: 110px;
  }

  .game-client-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .client-download-box {
    width: 160px;
    height: 160px;
  }

  .page-title-content-box {
    max-width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .slider-content-vertical-flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-content-box {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .header-text {
    font-size: 72px;
    line-height: 62px;
  }

  .header-text.sub-text {
    font-size: 48px;
    line-height: 48px;
  }

  .header-play-button {
    bottom: 100px;
    width: 300px;
    height: 90px;
  }

  .slider-nav-arrows {
    display: none;
  }

  .header-paragraph {
    margin-top: 10px;
    font-size: 16px;
  }

  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .news-image-box {
    width: 100%;
    height: 200px;
  }

  .news-post-content-box {
    max-height: 400px;
  }

  .footer-logo {
    height: 150px;
  }

  .cta-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta-button {
    width: 200px;
  }

  .main-content-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-content-block.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quicklink-icon {
    width: 60px;
    height: 60px;
  }

  .featured-image {
    height: 200px;
  }

  .header-section-sub-page {
    min-height: 280px;
    margin-bottom: 20px;
  }

  .game-client-box {
    padding-right: 25px;
    padding-left: 25px;
  }

  .client-download-box {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .play-button {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .discord-section {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .discord-icon {
    margin-right: 10px;
  }

  .join-discord-btn {
    margin-top: 10px;
  }

  .discord-title.main {
    font-size: 20px;
    line-height: 26px;
  }

  .page-title-content-box {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .client-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .recommended-block {
    top: -25px;
  }
}

@media screen and (max-width: 479px) {
  .container.top-bar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.cc-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar-section {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-div {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-div.right {
    display: none;
  }

  .slider-content-vertical-flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-content-box {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-text {
    font-size: 36px;
    line-height: 32px;
  }

  .header-text.sub-text {
    font-size: 24px;
    line-height: 32px;
  }

  .header-play-button {
    bottom: 60px;
    width: 90%;
  }

  .mobile-logo {
    width: 180px;
    height: 70px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .menu-button {
    position: relative;
    right: auto;
  }

  .content-heading-title {
    font-size: 18px;
  }

  .news-heading-block {
    margin-bottom: 10px;
  }

  .news-image-box {
    height: 140px;
    padding: 10px;
  }

  .news-post-content-box {
    display: none;
  }

  .button {
    margin-top: 10px;
  }

  .footer-logo {
    height: 120px;
  }

  .cta-text {
    margin-bottom: 10px;
  }

  .cta-button {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-buttons-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-content-block {
    padding: 10px;
  }

  .breadcrumb-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .server-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .status-text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .quicklink-button {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quicklink-title {
    font-size: 15px;
  }

  .quicklink-text-overlay {
    padding-right: 10px;
    padding-left: 10px;
  }

  .quicklink-icon {
    width: 50px;
    height: 50px;
  }

  .featured-image {
    height: 140px;
    padding: 10px;
  }

  .header-section-sub-page {
    min-height: auto;
    margin-bottom: 20px;
    padding-top: 130px;
    padding-bottom: 20px;
  }

  .client-download-box {
    width: 140px;
    height: 140px;
    padding: 10px;
  }

  .discord-section {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discord-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .join-discord-btn {
    margin-top: 10px;
  }

  .discord-left-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .page-title-content-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-cfab71f7ec69-42c12956 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d49e8142a8ea-42c12956 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c43294f2e1e2-42c12956 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a05f9d8c35e5-30ccd717 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-6c8cea48107a-30ccd717 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cfab71f7ec69-42c12956 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d49e8142a8ea-42c12956 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c43294f2e1e2-42c12956 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-62933d3dffa6-3d3dff84 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfab71f7ec69-42c12956 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-62933d3dffa6-3d3dff84 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a05f9d8c35e5-30ccd717 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-6c8cea48107a-30ccd717 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}


/* Custom ADDED */

.navigation-section {
 backdrop-filter: blur(2px);
 }
  .footer-header:after {
content: "";
    position: absolute;
    background: #ff0000;
    box-shadow: 0px 0px 20px #ff0002;
    height: 1px;
    width: 60px;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.top-link:after {
    content: "";
		position: absolute;
    background: #5a0001;
    height: 21px;
    width: 1px;
    top: 3px;
    right: -12px;
}
.top-link:last-child:after {
display: none;
}
@media screen and (max-width: 991px) {
 .nav-menu-link:before, .nav-menu-link:after {
 display: none;
 }
}
::-webkit-scrollbar {
    width: 12px;
  background: #161111;
}
::-webkit-scrollbar-track {; 
  background: #161111;
}
::-webkit-scrollbar-thumb {; 
    background: #5d0000;
}

/*
     FILE ARCHIVED ON 08:08:57 Mar 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:59:15 May 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.747
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.036
  esindex: 0.011
  cdx.remote: 8.439
  LoadShardBlock: 339.539 (3)
  PetaboxLoader3.resolve: 219.877 (4)
  PetaboxLoader3.datanode: 153.84 (4)
  load_resource: 101.77
*/