.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.hero {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/Space-Backdrop.webp');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: block;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1a1c24;
  color: #e5e5e5;
}

.promo {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #070910;
  background-color: #070910;
}

.studio {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #070910;
}

.banner {
  position: relative;
  min-height: 650px;
  margin-bottom: 260px;
  background-image: url('../images/promo_concept2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.socials {
  margin-top: 260px;
}

.socials._2112td {
  margin-top: 0px;
}

.footer {
  min-height: 200px;
  background-color: #070910;
}

.container {
  position: relative;
  max-width: 900px;
  border-radius: 10px;
  background-color: #e5e5e5;
  color: #1a1c24;
}

.outer-container {
  max-width: 1140px;
}

.hero-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 100vh;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  border-top: 1px solid #e5e5e5;
  border-radius: 1px;
}

.divider {
  margin-top: 0px;
  border-top: 1px solid #54e2dc;
  border-radius: 1px;
}

.lower-footer {
  display: block;
  margin-bottom: 60px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e5e5e5;
  text-decoration: none;
}

.upper-footer {
  margin-top: 60px;
}

.footer-text {
  position: relative;
  float: none;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-size: 12px;
}

.footer-text.left {
  float: left;
  text-decoration: none;
}

.footer-text.right {
  float: right;
  clear: none;
  color: #e5e5e5;
}

.footer-text.center {
  position: relative;
  left: auto;
  right: auto;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}

.footer-nav {
  position: relative;
  width: 400px;
  min-height: 25px;
  float: right;
}

.footer-nav-link {
  display: block;
  margin-left: 30px;
  float: right;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.body {
  background-color: #070910;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
}

.grid {
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area Area Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3"
    "Area Area Area Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading {
  margin-top: 30px;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-size: 36px;
  font-weight: 400;
}

.container-small {
  max-width: 960px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.socials-text {
  margin-top: 30px;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.social-link {
  margin-right: 20px;
}

.link-block {
  width: 150px;
}

.contact-link-block {
  position: relative;
  width: 150px;
  height: 150px;
  margin-left: 24px;
  padding: 20px;
  float: right;
  border-radius: 5px;
  background-color: #1a1c24;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.contact-link-block:hover {
  background-color: #1a1c24;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.contact-link-block-text {
  position: absolute;
  top: 4px;
  margin-top: 93px;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-style: normal;
  text-decoration: none;
}

.image {
  position: relative;
  float: right;
}

.planet-container {
  position: absolute;
  left: auto;
  top: 20vh;
  right: -200px;
  bottom: 0%;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.hero-grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-template-areas: ". Area-2 Area-2 Area-2"
    "Area Area-2 Area-2 Area-2"
    ". Area-2 Area-2 Area-2";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.logo-title {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.text-block {
  float: left;
  font-family: purista-web, sans-serif;
  color: #54e2dc;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 10px;
}

.image-2 {
  display: block;
  float: left;
}

.defend-or-die {
  margin-top: -3px;
  margin-left: 10px;
  float: left;
  font-family: purista-web, sans-serif;
  color: #54e2dc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 10px;
  text-shadow: 0 0 15px #54e2dc;
}

.image-3 {
  position: relative;
  z-index: 999;
  min-width: 800px;
  margin-left: -6px;
}

.image-4 {
  position: relative;
}

.battle-date-text {
  margin-left: 5px;
  float: left;
  font-family: purista-web, sans-serif;
  color: #54e2dc;
  text-transform: uppercase;
}

.div-block-2 {
  width: 15px;
  height: 18px;
  margin-top: 1px;
  float: left;
  background-color: #54e2dc;
  box-shadow: 1px 1px 20px 0 #54e2dc;
}

.battle-location-text {
  position: relative;
  z-index: 1000;
  margin-top: -40px;
  margin-left: 0px;
  float: none;
}

.text-blinker {
  position: relative;
  width: 14px;
  height: 18px;
  margin-top: 1px;
  float: left;
  background-color: #54e2dc;
  box-shadow: 1px 1px 20px 0 #54e2dc;
}

.image-5 {
  margin-top: 10px;
}

.image-5.glitch {
  border-radius: 0px;
}

.urgent-assistance-needed {
  position: relative;
  z-index: 1000;
  overflow: visible;
  width: 310px;
  height: 40px;
  background-image: url('../images/urgent-assistance-needed-background.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.urgent-assistance-needed.clip-path {
  border-bottom-right-radius: 10px;
}

.urgent-assistance-needed.clip-path {
  background-color: transparent;
}

.text-block-2 {
  position: relative;
  padding: 10px;
  float: left;
  color: #54e2dc;
  font-size: 18px;
}

.image-6 {
  position: relative;
  margin-top: 7px;
  margin-left: 10px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.incoming-intel {
  position: absolute;
  bottom: 110px;
  width: 310px;
  text-decoration: none;
}

.text-block-3 {
  float: none;
  color: #54e2dc;
}

.incoming-intel-download {
  margin-top: 5px;
  float: right;
  color: #54e2dc;
}

.incoming-intel-text {
  margin-bottom: 5px;
  float: none;
  clear: none;
  color: #54e2dc;
  text-decoration: none;
}

.displaytext {
  float: right;
  clear: none;
  color: #54e2dc;
  font-size: 7px;
  line-height: 8px;
  text-align: right;
}

.image-7 {
  margin-top: 10px;
  margin-right: 5px;
  float: right;
}

.header-tab {
  width: 149px;
  height: 40px;
  margin-top: -1px;
  background-image: url('../images/header-background-tab.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-tab-title {
  position: relative;
  padding: 10px 10px 10px 15px;
  float: left;
  color: #54e2dc;
  font-size: 18px;
}

.email-intro {
  color: #54e2dc;
  font-size: 16px;
  line-height: 20px;
}

.email-intro-container {
  margin-top: 40px;
}

.divider-email-intro {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #54e2dc;
  border-radius: 1px;
}

.text-span {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-shadow: 0 0 20px #54e2dc;
}

.column {
  padding-right: 40px;
}

.column-2 {
  min-height: 450px;
  padding-left: 40px;
}

.promo-container {
  max-width: 960px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.video {
  margin-top: 40px;
}

.html-embed {
  width: 100%;
}

.video-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.under-divider-right-text {
  color: #54e2dc;
  font-size: 6px;
  line-height: 20px;
  text-align: right;
}

.about-container {
  max-width: 960px;
  border-radius: 10px 10px 0px 0px;
  background-color: #1a1c24;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(53%, #1a1c24), color-stop(72%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/uranus_concept_art_02.webp');
  background-image: linear-gradient(0deg, #1a1c24 53%, hsla(0, 0%, 100%, 0) 72%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/uranus_concept_art_02.webp');
  background-position: 0px 0px, 0px 0px, 120% -5px;
  background-size: auto, auto, 70%;
  background-repeat: repeat, repeat, no-repeat;
}

.about-inner-container {
  width: 860px;
  margin: 60px auto 180px;
}

.columns {
  margin-top: 100px;
}

.heading-2 {
  margin-top: 10px;
  font-weight: 400;
}

.column-3 {
  padding-right: 100px;
}

.column-4 {
  padding-right: 60px;
}

.text-span-2 {
  font-size: 12px;
}

.text-block-4 {
  color: #54e2dc;
}

.footer-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-color: #e5e5e5;
  border-radius: 0px;
}

.breakout-container {
  position: relative;
  top: -100px;
  max-width: 860px;
  border-radius: 10px;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.8%, 0.8)), to(hsla(0, 0%, 89.8%, 0.8))), url('../images/promo_concept2.webp');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.8%, 0.8), hsla(0, 0%, 89.8%, 0.8)), url('../images/promo_concept2.webp');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #1a1c24;
}

.image-8 {
  position: relative;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-5 {
  padding: 60px;
}

.text-block-5 {
  color: #070910;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.text-block-6 {
  padding-right: 65px;
  color: #070910;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-container {
  position: relative;
  max-width: 960px;
  border-radius: 10px;
  color: #1a1c24;
}

.maillist-breakout-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  padding: 40px;
  -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-radius: 10px;
  background-color: #1a1c24;
  box-shadow: 0 0 100px 0 #54e2dc;
  color: #e5e5e5;
}

.text-field {
  width: 320px;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #070910;
}

.text-field::-webkit-input-placeholder {
  color: #525252;
}

.text-field:-ms-input-placeholder {
  color: #525252;
}

.text-field::-ms-input-placeholder {
  color: #525252;
}

.text-field::placeholder {
  color: #525252;
}

.submit-button {
  width: 125px;
  height: 50px;
  float: right;
  border-radius: 5px;
  background-color: #e5e5e5;
  background-image: url('../images/001-up-right-arrow-4.webp');
  background-position: 90px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #1a1c24;
  text-align: left;
}

.form {
  width: 100%;
}

.form-block {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label {
  width: 100px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.menu-container {
  position: relative;
  z-index: 999;
  display: block;
  height: 80px;
  max-width: 960px;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1c24;
  color: #1a1c24;
}

.text-block-7 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #e5e5e5;
}

.nav-link-block-text {
  margin-top: 28px;
  margin-bottom: auto;
  float: left;
  text-decoration: none;
}

.nav-link-block-text.deac {
  color: #525252;
}

.nav-link-block {
  position: relative;
  display: block;
  height: 100%;
  margin-right: 40px;
  padding: 0px 20px;
  float: right;
  -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;
  color: #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-block.w--current {
  cursor: pointer;
}

.logo-header {
  position: relative;
  margin-top: 18px;
  margin-right: 100px;
  margin-bottom: auto;
  float: left;
}

.download-container {
  position: relative;
  display: block;
  min-height: 450px;
  background-image: url('../images/download-background.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.download-header-tab {
  width: 149px;
  height: 40px;
  margin-top: -1px;
}

.download-header-tab-title {
  position: relative;
  padding: 10px 10px 10px 15px;
  float: left;
  color: #1a1c24;
  font-size: 18px;
  font-weight: 400;
}

.text-block-8 {
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
  color: #e5e5e5;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.image-11 {
  margin-top: 4px;
  float: right;
}

.download-column {
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.intel-email-icon {
  position: absolute;
  left: -25px;
  top: 75px;
  right: auto;
  bottom: 0%;
  margin-top: 7px;
  margin-left: 10px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-2 {
  position: relative;
  width: 400px;
  max-height: 50px;
  min-height: 50px;
  margin-top: 35px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/highlighted-button-background.svg');
  background-position: 50% 0%;
  background-size: 400px 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.text-block-9 {
  margin-top: 14px;
  color: #e5e5e5;
  text-align: center;
}

.game-previews {
  margin-bottom: 40px;
}

.game-previews._2112td {
  margin-top: 40px;
}

.game-preview-2-col-1 {
  padding-right: 20px;
}

.email-drop-down {
  position: absolute;
  left: -41px;
  top: 73px;
  right: auto;
  bottom: 0%;
  margin-top: 98px;
  margin-left: 97px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown {
  height: 100%;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-10 {
  margin-top: 28px;
}

.icon {
  margin-top: 32px;
  margin-right: 0px;
}

.dropdown-list {
  position: relative;
  display: none;
  margin-top: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-4 {
  position: relative;
  z-index: 500;
  margin-top: -44px;
  background-color: #54e2dc;
}

.games-drop-down {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 888;
  margin-top: 0px;
  background-color: #1a1c24;
  color: #1a1c24;
}

.games-drop-down-container {
  position: relative;
  z-index: 999;
  display: block;
  height: 80px;
  max-width: 960px;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  color: #1a1c24;
}

.lottie-animation {
  position: relative;
  width: 24px;
  margin-top: 26px;
  float: right;
}

.text-block-11 {
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  color: #54e2dc;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.body-2 {
  background-color: #070910;
}

.backstory {
  margin-top: 100px;
}

.backstory-text {
  margin-top: 40px;
  color: #54e2dc;
  line-height: 22px;
}

.image-12 {
  margin-top: 40px;
}

.game-previews-2 {
  margin-bottom: 40px;
}

.game-previews-2._2112td {
  margin-top: 40px;
  margin-bottom: 0px;
}

.game-preview-2-col-2 {
  padding-left: 20px;
}

._2112td-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  background-image: url('../images/Space-Backdrop.webp');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._2112td-hero-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  min-height: 400px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2112td-hero-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-columns: 1fr;
  grid-template-areas: ". Area-2 Area-2 Area-2"
    "Area Area-2 Area-2 Area-2"
    ". Area-2 Area-2 Area-2";
  -ms-grid-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2112td-logo-title {
  display: block;
}

.contact-studio {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #070910;
}

.contact-studio-container {
  max-width: 960px;
  margin-top: 140px;
  border-radius: 10px 10px 0px 0px;
  background-color: #1a1c24;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #1a1c24), color-stop(72%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
  background-image: linear-gradient(0deg, #1a1c24 49%, hsla(0, 0%, 100%, 0) 72%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/The_Carrier_Concept_Art.webp');
  background-position: 0px 0px, 0px 0px, 100% 0%;
  background-size: auto, auto, 70%;
  background-repeat: repeat, repeat, no-repeat;
}

.contact-dept-link {
  position: relative;
  width: 300px;
  height: 150px;
  margin-left: 24px;
  padding: 20px;
  float: right;
  border-radius: 5px;
  background-color: #0e1018;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.contact-dept-link:hover {
  background-color: #1a1c24;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.contact-dept-columns {
  margin-top: 100px;
  margin-bottom: 220px;
}

.contact-dept-col-1 {
  padding-right: 10px;
}

.contact-dept-col-2 {
  padding-right: 10px;
}

.contact-link-email {
  position: absolute;
  top: 20px;
  margin-top: 93px;
  font-family: purista-web, sans-serif;
  color: #e5e5e5;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
}

.link {
  color: #e5e5e5;
  text-decoration: none;
}

.contact {
  position: relative;
  top: -2px;
}

.mobile-menu-background {
  display: none;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav {
  position: relative;
  float: left;
}

.nav-link {
  display: inline-block;
  padding: 25px 20px;
  color: #141414;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.nav-link.nav-button {
  top: 8px;
  margin-left: 10px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #dda15e;
  -webkit-transition: all 200ms cubic-bezier(.86, 0, .07, 1);
  transition: all 200ms cubic-bezier(.86, 0, .07, 1);
  color: #dda15e;
}

.nav-link.nav-button:hover {
  background-color: #dda15e;
  color: #fef9ff;
}

.mobile-menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 25px;
  height: 25px;
  float: right;
}

.lottie-animation-3 {
  width: 100px;
  margin-top: -40px;
  margin-left: -38px;
}

.pin-point-mobile {
  position: relative;
  z-index: 999;
  display: none;
  min-width: 800px;
  margin-left: -6px;
}

.privacy-policy-section {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #070910;
}

.privacy-policy-container {
  max-width: 960px;
  margin-top: 140px;
  border-radius: 10px 10px 0px 0px;
  background-color: #1a1c24;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #1a1c24), color-stop(75%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(25%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
  background-image: linear-gradient(0deg, #1a1c24 65%, hsla(0, 0%, 100%, 0) 75%), linear-gradient(90deg, #1a1c24 25%, hsla(0, 0%, 100%, 0) 69%), url('../images/The_Carrier_Concept_Art.webp');
  background-position: 0px 0px, 0px 0px, 100% 0%;
  background-size: auto, auto, 70%;
  background-repeat: repeat, repeat, no-repeat;
}

.privacy-policy-text {
  margin-top: 220px;
}

.text-block-14 {
  color: #070910;
}

.success-message {
  background-color: #54e2dc;
  color: #070910;
}

.success-message-2 {
  background-color: #54e2dc;
  color: #070910;
}

.error-message {
  color: #070910;
}

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

.logo-header-image {
  position: relative;
  float: left;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breakout-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breakout-text-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.breakout-image-container {
  position: absolute;
  left: -100px;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 200px;
  -o-object-fit: fill;
  object-fit: fill;
}

.breakout-image {
  position: absolute;
  left: -123px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .hero {
    position: relative;
    min-height: 600px;
  }

  .menu {
    z-index: 1000;
    background-color: #1a1c24;
  }

  .banner {
    background-position: 50% 50%;
  }

  .hero-container {
    min-height: 600px;
  }

  .contact-links {
    margin-top: 25px;
  }

  .heading {
    font-size: 30px;
  }

  .container-small {
    max-width: 600px;
  }

  .socials-text {
    font-size: 12px;
    line-height: 20px;
  }

  .social-link {
    margin-right: 14px;
  }

  .contact-link-block {
    width: 100px;
    height: 100px;
    margin-left: 10px;
  }

  .contact-link-block-text {
    top: 35px;
    margin-top: 40px;
  }

  .planet-container {
    top: 10vh;
  }

  .hero-grid {
    max-width: 700px;
    grid-column-gap: 51px;
    grid-template-areas: "Area-4 Area-2 Area-2 Area-2"
      "Area Area-2 Area-2 Area-2"
      "Area-3 Area-2 Area-2 Area-2";
  }

  .logo-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-2 {
    position: relative;
  }

  .defend-or-die {
    position: relative;
    margin-top: 0px;
    float: right;
    font-size: 16px;
    line-height: 20px;
  }

  .image-3 {
    min-width: 500px;
    margin-bottom: 26px;
  }

  .image-5 {
    position: relative;
  }

  .incoming-intel {
    bottom: 20px;
    text-decoration: none;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-container {
    max-width: 700px;
  }

  .about-container {
    max-width: 700px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #1a1c24), color-stop(84%, rgba(26, 28, 36, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/uranus_concept_art_02.webp');
    background-image: linear-gradient(0deg, #1a1c24 60%, rgba(26, 28, 36, 0) 84%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/uranus_concept_art_02.webp');
    background-position: 0px 0px, 0px 0px, 120% -5px;
    background-size: auto, auto, 100%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .about-inner-container {
    width: 600px;
  }

  .div-block-3 {
    margin-right: 0%;
  }

  .column-3 {
    padding-right: 40px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 20px;
  }

  .breakout-container {
    max-width: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/promo_concept2.webp');
    background-image: linear-gradient(180deg, null, null), url('../images/promo_concept2.webp');
    background-position: 0px 0px, 50% 50%;
  }

  .image-8 {
    left: -72px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-6 {
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-container {
    max-width: 600px;
  }

  .maillist-breakout-container {
    max-width: 600px;
  }

  .form-block {
    width: 90%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .menu-container {
    max-width: 90%;
    background-color: transparent;
  }

  .nav-link-block {
    display: none;
  }

  .logo-header {
    margin-top: 20px;
  }

  .download-header-tab-title {
    padding-top: 5px;
  }

  .download-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intel-email-icon {
    left: -43px;
    top: 70px;
    margin-top: 12px;
    margin-left: 30px;
  }

  .link-block-2 {
    margin-left: 0px;
    background-size: 360px 50px;
  }

  .text-block-9 {
    margin-top: 14px;
  }

  .email-drop-down {
    top: 93px;
  }

  .games-drop-down {
    display: none;
    overflow: visible;
  }

  .games-drop-down-container {
    max-width: 700px;
  }

  ._2112td-hero-container {
    max-width: 700px;
  }

  .contact-studio-container {
    max-width: 700px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(63%, #1a1c24), color-stop(80%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
    background-image: linear-gradient(0deg, #1a1c24 63%, hsla(0, 0%, 100%, 0) 80%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/The_Carrier_Concept_Art.webp');
    background-position: 0px 0px, 0px 0px, 100% 0%;
    background-size: auto, auto, 70%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .contact-dept-link {
    height: 125px;
  }

  .contact-link-email {
    top: 0px;
  }

  .link {
    color: #e5e5e5;
    text-decoration: none;
  }

  .contact {
    position: relative;
    top: -1px;
  }

  .mobile-menu-background {
    position: fixed;
    left: 100vw;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #1a1c24;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .mobile-nav {
    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: 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;
  }

  .nav-link {
    color: #e5e5e5;
  }

  .nav-link.w--current {
    color: #e5e5e5;
  }

  .mobile-menu-button {
    top: 15px;
    right: 0px;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }

  .lottie-animation-3 {
    width: 125px;
    margin-top: -43px;
    margin-left: -36px;
  }

  .pin-point-mobile {
    display: none;
    min-width: 500px;
    margin-bottom: 26px;
  }

  .privacy-policy-container {
    max-width: 700px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #1a1c24), color-stop(84%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
    background-image: linear-gradient(0deg, #1a1c24 75%, hsla(0, 0%, 100%, 0) 84%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/The_Carrier_Concept_Art.webp');
    background-position: 0px 0px, 0px 0px, 100% 0%;
    background-size: auto, auto, 70%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .privacy-policy-text {
    margin-top: 115px;
  }

  .logo-header-image {
    margin-top: 0px;
  }

  .breakout-image {
    left: -141px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    min-height: 600px;
  }

  .menu {
    z-index: 1000;
  }

  .hero-container {
    max-width: 90%;
    min-height: 600px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    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: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .social-links {
    margin-top: 20px;
  }

  .socials-desc {
    max-width: 50%;
  }

  .contact-links {
    margin-bottom: 40px;
  }

  .container-small {
    max-width: 90%;
  }

  .social-link {
    margin-right: 40px;
  }

  .social-link.last {
    margin-right: 0px;
  }

  .contact-link-block {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .planet-container {
    top: 171px;
  }

  .hero-grid {
    grid-template-areas: "Area-4 . . ."
      "Area Area-2 Area-2 Area-2"
      "Area-3 . . .";
  }

  .logo-title {
    position: relative;
  }

  .image-3 {
    display: block;
  }

  .incoming-intel {
    bottom: 40px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-container {
    max-width: 90%;
  }

  .about-container {
    max-width: 80%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #1a1c24), color-stop(94%, rgba(26, 28, 36, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/uranus_concept_art_02.webp');
    background-image: linear-gradient(0deg, #1a1c24 70%, rgba(26, 28, 36, 0) 94%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/uranus_concept_art_02.webp');
    background-position: 0px 0px, 0px 0px, 120% -5px;
    background-size: auto, auto, 100%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .about-inner-container {
    width: 90%;
    margin-top: 40px;
  }

  .columns {
    margin-top: 40px;
  }

  .div-block-3 {
    margin-right: 0%;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .breakout-container {
    max-width: 90%;
  }

  .image-8 {
    left: -108px;
  }

  .column-5 {
    padding-right: 30px;
    padding-left: 33%;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .footer-container {
    max-width: 90%;
  }

  .maillist-breakout-container {
    max-width: 90%;
  }

  .text-field {
    width: 300px;
  }

  .submit-button {
    width: 125px;
  }

  .form-block {
    width: 100%;
  }

  .heading-3 {
    font-size: 26px;
  }

  .menu-container {
    max-width: 90%;
  }

  .nav-link-block {
    display: none;
  }

  .download-container {
    min-height: 415px;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #54e2dc;
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .download-header-tab-title {
    margin-top: 7px;
  }

  .download-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .intel-email-icon {
    margin-left: 20px;
  }

  .link-block-2 {
    width: 100%;
    margin-right: 0px;
    background-size: contain;
  }

  .game-preview-2-col-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-preview-col-2 {
    padding-left: 10px;
  }

  .email-drop-down {
    margin-top: 47px;
  }

  .games-drop-down {
    display: none;
  }

  .game-preview-2-col-2 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2112td-hero-container {
    max-width: 90%;
  }

  .contact-studio-container {
    margin-top: 60px;
  }

  .contact-dept-link {
    padding-right: 20px;
    padding-left: 15px;
  }

  .column-6 {
    display: none;
  }

  .mobile-menu-background {
    position: fixed;
    left: 100vw;
    top: 0px;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #1a1c24;
  }

  .mobile-nav {
    color: #e5e5e5;
  }

  .nav-link {
    color: #e5e5e5;
  }

  .mobile-menu-button {
    right: 0px;
    display: block;
    overflow: hidden;
    margin-top: 5px;
  }

  .lottie-animation-3 {
    width: 125px;
    margin-top: -43px;
    margin-left: -36px;
  }

  .pin-point-mobile {
    display: none;
  }

  .column-7 {
    display: none;
  }

  .image-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .privacy-policy-container {
    margin-top: 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(79%, #1a1c24), color-stop(87%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1c24), color-stop(69%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
    background-image: linear-gradient(0deg, #1a1c24 79%, hsla(0, 0%, 100%, 0) 87%), linear-gradient(90deg, #1a1c24 40%, hsla(0, 0%, 100%, 0) 69%), url('../images/The_Carrier_Concept_Art.webp');
    background-position: 0px 0px, 0px 0px, 100% 0%;
    background-size: auto, auto, 70%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .breakout-image {
    left: -183px;
    height: 250px;
  }
}

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

  .hero-container {
    -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;
  }

  .lower-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .upper-footer {
    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: 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;
  }

  .footer-text.left {
    margin-top: 10px;
  }

  .footer-text.right {
    margin-top: 20px;
  }

  .footer-text.center {
    margin-top: 10px;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    text-align: left;
  }

  .footer-nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .socials-desc {
    max-width: 80%;
  }

  .contact-link-block-text {
    top: 30px;
  }

  .planet-container {
    left: 74px;
    top: 78px;
    width: 300px;
  }

  .hero-grid {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    max-width: 100%;
    margin-bottom: 40px;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-areas: "Area-2 Area-2 Area-2 Area-2"
      "Area-2 Area-2 Area-2 Area-2"
      "Area Area Area Area";
    -ms-grid-columns: minmax(0px, 1fr) 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: minmax(0px, 1fr) 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-rows: auto auto auto;
  }

  .logo-title {
    display: block;
    margin-top: 40px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    position: relative;
  }

  .image-5 {
    max-width: 60%;
  }

  .urgent-assistance-needed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
  }

  .text-block-2 {
    padding: 10px 5px 5px 10px;
    font-size: 16px;
  }

  .image-6 {
    margin-top: 11px;
    margin-left: 20px;
  }

  .incoming-intel {
    width: 310px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .incoming-intel-text {
    text-decoration: none;
  }

  .text-span {
    font-size: 28px;
  }

  .about-container {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(87%, #1a1c24), color-stop(93%, rgba(26, 28, 36, 0))), -webkit-gradient(linear, left top, right top, from(#1a1c24), to(hsla(0, 0%, 100%, 0))), url('../images/uranus_concept_art_02.webp');
    background-image: linear-gradient(0deg, #1a1c24 87%, rgba(26, 28, 36, 0) 93%), linear-gradient(90deg, #1a1c24, hsla(0, 0%, 100%, 0)), url('../images/uranus_concept_art_02.webp');
    background-position: 0px 0px, 0px 0px, 120% -5px;
    background-size: auto, auto, 100%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .div-block-3 {
    margin-right: 0%;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .breakout-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-8 {
    left: -43px;
  }

  .column-5 {
    margin-bottom: 158px;
    padding-left: 30px;
  }

  .text-block-5 {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    white-space: normal;
  }

  .text-block-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .maillist-breakout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
  }

  .text-field {
    width: 100%;
    padding-left: 20px;
  }

  .submit-button {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    background-position: 93% 50%;
    background-attachment: scroll;
  }

  .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-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;
  }

  .form-block {
    display: block;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .logo-header {
    margin-top: 22px;
  }

  .logo-header.w--current {
    margin-top: 21px;
  }

  .download-container {
    min-height: 400px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #54e2dc;
    border-bottom-width: 0px;
    background-size: cover;
  }

  .download-header-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -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;
    text-align: center;
  }

  .download-header-tab-title {
    padding-left: 10px;
    text-align: center;
  }

  .text-block-8 {
    margin-top: 0px;
    margin-right: 0px;
    float: left;
  }

  .image-11 {
    margin-top: 0px;
  }

  .download-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intel-email-icon {
    left: -19px;
    top: 51px;
  }

  .link-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: 50% 50%;
    background-size: 245px;
  }

  .game-preview-2-col-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-preview-col-2 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-preview-col-3 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .email-drop-down {
    margin-top: 98px;
    margin-left: 85px;
  }

  .text-block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .game-preview-2-col-2 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2112td-hero-container {
    z-index: 100;
    max-width: 80%;
  }

  .contact-studio-container {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(76%, #1a1c24), color-stop(88%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(#1a1c24), color-stop(77%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
    background-image: linear-gradient(0deg, #1a1c24 76%, hsla(0, 0%, 100%, 0) 88%), linear-gradient(90deg, #1a1c24, hsla(0, 0%, 100%, 0) 77%), url('../images/The_Carrier_Concept_Art.webp');
    background-position: 0px 0px, 0px 0px, 0% 0%;
    background-size: auto, auto, auto 25%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .contact-dept-link {
    margin-bottom: 20px;
  }

  .column-6 {
    display: none;
  }

  .mobile-menu-background {
    display: none;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .mobile-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -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;
  }

  .nav-link.nav-button.button-blue.centered {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-menu-button {
    top: 12px;
    right: 0px;
    width: 40px;
    height: 40px;
  }

  .lottie-animation-3 {
    position: relative;
    top: -44px;
    right: 32px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .text-span-3 {
    text-decoration: none;
  }

  .text-span-3-copy {
    text-decoration: none;
  }

  .pin-point-mobile {
    display: block;
    min-width: 325px;
    margin-bottom: 8px;
  }

  .image-13 {
    width: 100%;
    margin-top: 0px;
  }

  .image-14 {
    position: static;
    width: 100%;
  }

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

  .link-block-3 {
    display: block;
  }

  .link-block-3.w--current {
    margin-bottom: 20px;
    text-align: center;
  }

  .image-15 {
    margin-bottom: 20px;
  }

  .column-7 {
    display: none;
    overflow: visible;
  }

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

  .image-16 {
    width: 100%;
  }

  .image-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .privacy-policy-container {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(76%, #1a1c24), color-stop(83%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(#1a1c24), color-stop(77%, hsla(0, 0%, 100%, 0))), url('../images/The_Carrier_Concept_Art.webp');
    background-image: linear-gradient(0deg, #1a1c24 76%, hsla(0, 0%, 100%, 0) 83%), linear-gradient(90deg, #1a1c24, hsla(0, 0%, 100%, 0) 77%), url('../images/The_Carrier_Concept_Art.webp');
    background-position: 0px 0px, 0px 0px, 0% 0%;
    background-size: auto, auto, auto 25%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .logo-header-image {
    margin-top: 0px;
  }

  .breakout-grid {
    grid-template-areas: "Area-2"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .breakout-text-wrapper {
    margin-bottom: 52px;
  }

  .breakout-image {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0px;
  }
}

#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.hero-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

._2112td-hero-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.breakout-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: Area-2;
}

.hero-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

._2112td-hero-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
}

.breakout-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: Area-2;
}

.hero-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

._2112td-hero-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
}

.breakout-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-d8b64f95-28d6-2134-520f-a8c75120a534-5120a531 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d8b64f95-28d6-2134-520f-a8c75120a536-5120a531 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: Area-2;
}

.hero-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

._2112td-hero-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
}

.breakout-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-d8b64f95-28d6-2134-520f-a8c75120a53e-5120a531 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-area: Area-3;
}

#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.hero-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

._2112td-hero-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.breakout-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 991px) {
  .hero-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .hero-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .hero-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  #w-node-d8b64f95-28d6-2134-520f-a8c75120a53e-5120a531 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  .hero-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  .hero-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  #w-node-d8b64f95-28d6-2134-520f-a8c75120a53e-5120a531 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 479px) {
  .hero-grid>#w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .hero-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .breakout-grid>#w-node-b072fa08-5321-8d1e-766d-abdca17e306c-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .breakout-grid>#w-node-_36c6223e-bbc2-eb9f-e511-f28dc5e1d9b5-5097dfa3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .breakout-grid>#w-node-d8b64f95-28d6-2134-520f-a8c75120a53b-5120a531 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-d8b64f95-28d6-2134-520f-a8c75120a53e-5120a531 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .hero-grid>#w-node-_7e447b35-ee60-a6e8-746e-48d1b311e4e6-4bec9bec {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76f5c577-fc56-3c5d-d200-5143a199f593-5097dfa3 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

