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

body {
  background-color: #17191c;
  font-family: Epilogue, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  line-height: 84px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 54px;
  line-height: 62px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo {
  display: inline-block;
  max-height: 100px;
  max-width: 140px;
}

.nav-menu {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-right-wrap {
  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;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 10px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-logo-wrap {
  z-index: 2;
  height: 100%;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -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;
  background-color: transparent;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #6cfefe;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.chara {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.chara.hero {
  position: relative;
  z-index: 1;
}

.chara.blog-post {
  max-width: 650px;
}

.section-title {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 5px 40px 0px;
  background-color: #d8000e;
  font-family: Mont, sans-serif;
  font-size: 35px;
  line-height: 72px;
  font-weight: 400;
}

.section-title.margin-bottom {
  margin-bottom: 60px;
}

.hero-section {
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 300px;
  background-color: #000;
  color: #fff;
}

.hero-section.page {
  padding-bottom: 220px;
}

.hero-section.blog-post {
  padding-bottom: 40px;
}

.section-title-dark-block {
  display: none;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-right-radius: 4px;
  background-color: #17191c;
  -webkit-transform: skew(-27deg, 0deg);
  -ms-transform: skew(-27deg, 0deg);
  transform: skew(-27deg, 0deg);
}

.section-title-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 2.75rem;
  -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-radius: 4px;
  letter-spacing: 1px;
}

.section-title-block.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.section-title-block.align-left-mobile {
  margin-top: 40px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}

.section-title-top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 10px;
  background-color: #6cfefe;
  letter-spacing: 1px;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.slope {
  margin-top: -90px;
  padding-top: 220px;
  padding-bottom: 40px;
  border-radius: 0px;
}

.section.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section.grid-section {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 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;
}

.section.no-padding-top {
  padding-top: 0px;
}

.section.overlap-vert {
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.section.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.sloped-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1) skew(0deg, -2deg);
  -ms-transform: scale(1) skew(0deg, -2deg);
  transform: scale(1) skew(0deg, -2deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sloped-bg.home-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/darkness.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/darkness.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sloped-bg.buy-1-blurred {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hero-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.sloped-bg.buy-2-blurred {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/scifi-3617337.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/scifi-3617337.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sloped-bg.home-2 {
  background-image: url('../images/home--3rd-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-wrap.narrow {
  max-width: 650px;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: auto;
  background-color: transparent;
  background-image: url('../images/scifi-3617337.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg.press-kit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/space-port-3120607.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/space-port-3120607.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg.support {
  background-image: url('../images/fantasy-4257833.jpg');
}

.hero-bg.buy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lunar-landscape-2308000_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg.news {
  background-image: url('../images/News.jpg');
}

.hero-bg.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Video-Game-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Video-Game-1.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg.blog-post {
  background-image: url('../images/News.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-bg.video {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section-bg.download {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DL-IMG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DL-IMG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._2-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-link {
  position: relative;
  height: 380px;
  border-radius: 4px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.block-link:hover {
  opacity: 1;
}

.link-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-thumbnail:hover {
  box-shadow: 0 0 20px 8px #d8000e;
}

.block-link-details {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, #0d0d0e));
  background-image: linear-gradient(180deg, transparent, #0d0d0e 33%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-gradient-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -40px;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 83, 83, 0)), color-stop(70%, #17191c));
  background-image: linear-gradient(180deg, rgba(83, 83, 83, 0), #17191c 70%);
}

.preview-video {
  border-radius: 4px;
}

.preview-video-wrap {
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(108, 254, 254, 0.6);
}

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

.neon-text {
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #6cfefe;
  font-family: Mont, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #d8000e, 0 0 20px #d8000e, 0 0 20px #d8000e;
}

.neon-text.margin-top {
  padding-top: 20px;
}

.neon-text._1 {
  margin-bottom: 40px;
}

.company-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-logo {
  max-height: 70px;
  max-width: 150px;
}

.company-logo.pc {
  max-height: 40px;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-wrap {
  position: relative;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #37f3f2;
  border-radius: 4px;
  background-color: #1d2023;
  box-shadow: none;
}

.hidden {
  display: none;
}

.slide-nav {
  bottom: -60px;
}

.testimonial-layout {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-p {
  margin-bottom: 20px;
}

.testimonial-flex-wrap {
  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;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

.testimonial-thumbnail {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #000;
}

.footer.mobile {
  display: inline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
}

.footer-row.bottom {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
}

.footer-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #17191c;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-email-form {
  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;
  box-shadow: none;
}

.footer-email-input {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #17191c;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
}

.footer-email-input::-webkit-input-placeholder {
  color: #000;
}

.footer-email-input:-ms-input-placeholder {
  color: #000;
}

.footer-email-input::-ms-input-placeholder {
  color: #000;
}

.footer-email-input::placeholder {
  color: #000;
}

.footer-submit-button {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-submit-button:hover {
  background-color: #6cfefe;
  color: #17191c;
}

.footer-logo {
  max-height: 70px;
  margin-bottom: 20px;
}

.social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.7;
}

.social-link.fb {
  background-image: url('../images/facebook.svg');
}

.social-link.tw {
  background-image: url('../images/twitter.svg');
}

.social-link.yt {
  background-image: url('../images/youtube.svg');
}

.slope-button {
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bebas Neue', sans-serif;
  color: #17191c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.slope-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

.slope-button.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 4px;
  background-color: #6cfefe;
  background-image: linear-gradient(133deg, #6cfefe, #00b0f0);
  box-shadow: 1px 1px 20px 2px rgba(54, 211, 211, 0.5);
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  font-family: 'Bebas Neue', sans-serif;
}

.section-title-block-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-title {
  padding-bottom: 1.75rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
}

.blogs-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blogs-grid.more-posts {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item-link {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.blog-item-link:hover {
  color: #1cd2f5;
}

.blog-item-link.featured {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item-link.vertical {
  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;
}

.blog-item-link.flex {
  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;
}

.blog-item-details {
  padding-bottom: 20px;
}

.blog-item-details.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-thumbnail {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-thumbnail.featured {
  height: 280px;
}

.blog-name {
  padding-bottom: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-name.featured {
  font-size: 22px;
  line-height: 30px;
}

.blog-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.author {
  padding-right: 10px;
}

.blog-summary {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.blog-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bebas Neue', sans-serif;
  color: #17191c;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.blog-category-link:hover {
  color: #fff;
}

.blog-category-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.press-kit-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 40px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #1d2023;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.press-kit-icon {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 140px;
  height: 100px;
  margin-bottom: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.press-kit-title {
  padding-bottom: 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

.section-subtitle {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle.support {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-field {
  height: 45px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #6b7583;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #6cfefe;
}

.text-field:focus {
  border-color: #6cfefe;
  background-color: #2c3036;
  box-shadow: 0 0 15px 0 rgba(108, 254, 254, 0.3);
  color: #fff;
}

.text-field.textarea {
  height: 120px;
}

.submit-button {
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #6cfefe;
  box-shadow: 0 0 20px 0 rgba(108, 254, 254, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #2c3036;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: 0 0 20px 5px rgba(108, 254, 254, 0.5);
}

.submit-button.small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.faq-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #1d2023;
  cursor: pointer;
}

.faq-title {
  font-size: 18px;
  line-height: 26px;
}

.faq-content {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

._4-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-col-grid.character {
  padding-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

._4-col-grid.character._5 {
  grid-auto-flow: column;
  grid-row-gap: 47px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.character-wrap {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #2c3036;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.character-wrap:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #d8000e;
  box-shadow: 0 0 15px 7px #d8000e;
  color: #fff;
  text-shadow: 1px 1px 20px #d8000e;
}

.character-thumbnail {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 360px;
  margin-left: 0px;
  padding-left: 0px;
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.character-thumbnail:hover {
  background-color: transparent;
  opacity: 1;
  color: #d8000e;
  text-shadow: 1px 1px 6px #d8000e;
  mix-blend-mode: normal;
}

.footer-border-block {
  position: absolute;
  left: auto;
  top: -30px;
  right: -10%;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 50%;
  height: 60px;
  background-color: #131517;
  -webkit-transform: skew(-33deg, 0deg);
  -ms-transform: skew(-33deg, 0deg);
  transform: skew(-33deg, 0deg);
}

.navbar-border-block {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -20px;
  z-index: 1;
  display: none;
  width: 30%;
  height: 45px;
  background-color: #17191c;
  -webkit-transform: skew(-39deg, 0deg);
  -ms-transform: skew(-39deg, 0deg);
  transform: skew(-39deg, 0deg);
}

.blog-page-author {
  padding-right: 20px;
}

.loading-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: #17191c;
}

.loading-gif {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.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: 320px;
  -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;
  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;
}

.error-icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.simple-link {
  display: inline-block;
  margin-bottom: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.simple-link:hover {
  color: #6cfefe;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 100%;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-button:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.play-button.margin-top {
  margin-top: 100px;
}

.play-button.margin-right {
  margin-right: 20px;
}

.play-icon {
  margin-right: -6px;
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}

.quote-icon {
  position: absolute;
  left: 40px;
  top: -38px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.footer-subtitle {
  padding-bottom: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
}

.blog-side-menu {
  position: relative;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  border-radius: 4px;
  background-image: linear-gradient(137deg, #6cfefe, #00b0f0);
  color: #17191c;
}

.contact-title {
  padding-right: 20px;
  color: #abb7c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-header {
  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;
}

.faq-button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  -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;
}

.faq-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.faq-line._2 {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.play-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -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;
}

.play-button-wrap.horizontal {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-between {
  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;
}

.footer-form-block {
  display: block;
  max-width: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo-wrap {
  text-align: right;
}

.glow-title {
  padding-bottom: 40px;
  font-family: 'Bebas Neue', sans-serif;
  color: #67fbfe;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00b0f0;
}

.glow-title.margin-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.character-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding: 0px 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.testimonial-layout---light {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-bg---light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-bg---light.available-on {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Forest-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Forest-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-bg---light.download {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/lunar-landscape-2308000_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button-bg---light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 4px;
  background-color: #6cfefe;
  background-image: linear-gradient(133deg, #6cfefe, #00b0f0);
  box-shadow: 1px 1px 20px 2px rgba(54, 211, 211, 0.5);
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.block-link-details---light {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, #17191c));
  background-image: linear-gradient(180deg, transparent, #17191c 51%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.preview-video-wrap---light {
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(108, 254, 254, 0.6);
}

.footer-links---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

.testimonial-flex-wrap---light {
  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;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
}

.flex-between---light {
  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;
}

.footer-logo-wrap---light {
  text-align: right;
}

.testimonial-thumbnail---light {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
}

.loading-gif---light {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial-slider---light {
  height: auto;
  background-color: transparent;
}

.content-wrap---light.narrow {
  max-width: 650px;
}

.social-link---light {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link---light:hover {
  opacity: 0.7;
}

.social-link---light.yt {
  background-image: url('../images/youtube.svg');
}

.social-link---light.fb {
  background-image: url('../images/facebook.svg');
}

.social-link---light.tw {
  background-image: url('../images/twitter.svg');
}

.link-thumbnail---light {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-gradient-bg---light {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -40px;
  z-index: 1;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 83, 83, 0)), color-stop(70%, #fff));
  background-image: linear-gradient(180deg, rgba(83, 83, 83, 0), #fff 70%);
}

.section-gradient-bg---light.top {
  top: 0px;
  bottom: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(53%, hsla(0, 0%, 100%, 0.41)), to(transparent));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.41) 53%, transparent);
}

.container---light {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container---light.hero {
  position: relative;
  z-index: 1;
}

.preview-video---light {
  border-radius: 4px;
}

.footer-subtitle---light {
  padding-bottom: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
}

.slide-nav---light {
  bottom: -60px;
}

.sloped-bg---light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1) skew(0deg, -2deg);
  -ms-transform: scale(1) skew(0deg, -2deg);
  transform: scale(1) skew(0deg, -2deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sloped-bg---light.home-2 {
  background-image: url('../images/home--3rd-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sloped-bg---light.home-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/darkness.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/darkness.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sloped-bg---light.testimonial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3dfcfc), to(#00b2f0));
  background-image: linear-gradient(180deg, #3dfcfc, #00b2f0);
}

.sloped-bg---light.buy-1-blurred {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/home--3rd-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/home--3rd-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sloped-bg---light.buy-2-blurred {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/scifi-3617337.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/scifi-3617337.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sloped-bg---light.contact {
  bottom: -60px;
  background-color: #eee;
  background-image: none;
}

.sloped-bg---light.news {
  bottom: -60px;
  background-color: #eee;
  background-image: linear-gradient(145deg, #69fcfe, #0799ef);
}

.slope-button---light {
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bebas Neue', sans-serif;
  color: #17191c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.slope-button---light:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

.testimonial-p---light {
  margin-bottom: 20px;
}

.hidden---light {
  display: none;
}

.play-button-wrap---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -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;
}

.play-button-wrap---light.horizontal {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-row---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
}

.footer-row---light.bottom {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-screen---light {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: #fafafa;
}

.section---light {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section---light.slope {
  margin-top: -90px;
  padding-top: 260px;
  padding-bottom: 200px;
}

.section---light.testimonial {
  margin-top: -60px;
  margin-bottom: -140px;
  padding-bottom: 220px;
}

.section---light.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section---light.grid-section {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section---light.buy-cta {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.black-text {
  color: #1d2023;
}

.section---light.no-padding-top {
  padding-top: 0px;
  padding-bottom: 30px;
}

.section---light.contact {
  margin-top: -100px;
  color: #1d2023;
}

.section---light.news {
  margin-top: -100px;
  padding-top: 100px;
}

.testimonial-wrap---light {
  position: relative;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  color: #1d2023;
}

.hero-bg---light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: auto;
  background-color: transparent;
  background-image: url('../images/Hero-BG-Full.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg---light.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Video-Game-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Video-Game-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg---light.buy {
  background-image: url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg---light.support {
  background-image: url('../images/fantasy-4257833.jpg');
}

.hero-bg---light.news {
  background-image: url('../images/News.jpg');
  background-position: 50% 0%;
}

.neon-text---light {
  padding-bottom: 20px;
  font-family: Mont, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -3px 20px #6cfefe;
}

.neon-text---light.margin-top {
  padding-top: 20px;
}

.footer-logo---light {
  max-height: 70px;
  margin-bottom: 20px;
}

.testimonial-slide---light {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.play-icon---light {
  margin-right: -6px;
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}

.company-grid---light {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-icon---light {
  position: absolute;
  left: 40px;
  top: -38px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.footer-submit-button---light {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-submit-button---light:hover {
  background-color: #6cfefe;
  color: #17191c;
}

.social-links-wrap---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-logo---light {
  max-height: 70px;
  max-width: 150px;
}

.company-logo---light.pc {
  max-height: 40px;
}

.footer-email-form---light {
  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;
  box-shadow: none;
}

._2-col-grid---light {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-email-input---light {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #17191c;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
}

.footer-email-input---light::-webkit-input-placeholder {
  color: #000;
}

.footer-email-input---light:-ms-input-placeholder {
  color: #000;
}

.footer-email-input---light::-ms-input-placeholder {
  color: #000;
}

.footer-email-input---light::placeholder {
  color: #000;
}

.block-link---light {
  position: relative;
  height: 380px;
  border-radius: 4px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.block-link---light:hover {
  opacity: 0.8;
}

.footer-form-block---light {
  display: block;
  max-width: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.align-center---light {
  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;
  text-align: center;
}

.section-title---light {
  padding-bottom: 1.75rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 75px;
  line-height: 72px;
  font-weight: 400;
}

.section-title---light.margin-bottom {
  margin-bottom: 60px;
}

.section-title---light.black-text {
  color: #1d2023;
}

.play-button---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-button---light:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.play-button---light.margin-right {
  margin-right: 20px;
}

.play-button---light.margin-top {
  margin-top: 100px;
}

.hero-section---light {
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #000;
  color: #fff;
}

.hero-section---light.press-kit {
  padding-bottom: 100px;
  background-color: transparent;
}

.hero-section---light.page {
  padding-bottom: 220px;
}

.footer---light {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 140px;
  padding-bottom: 20px;
  background-color: rgba(3, 3, 3, 0);
  background-image: url('../images/Footer---White.svg');
  background-position: 50% 0%;
  background-size: 120%;
  background-repeat: no-repeat;
  color: #000;
}

._4-col-grid---light {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-col-grid---light.character {
  padding-top: 40px;
}

.page-body---light {
  background-color: #fff;
}

.character-wrap---light {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.character-wrap---light:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #6cfefe;
  box-shadow: 0 0 15px 0 rgba(0, 176, 240, 0.5);
  color: #3dfcfc;
  text-shadow: 1px 1px 6px #00b0f0;
}

.character-thumbnail---light {
  width: 100%;
  height: 360px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.character-name---light {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 40px 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.page-title---light {
  padding-bottom: 1.75rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
}

.press-kit-title---light {
  padding-bottom: 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 37px;
  line-height: 42px;
  font-weight: 400;
}

.press-kit-icon---light {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 140px;
  height: 100px;
  margin-bottom: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-subtitle---light {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle---light.support {
  font-size: 17px;
  line-height: 24px;
}

.press-kit-wrap---light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 40px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #1d2023;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.press-kit-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/space-port-3120607.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/space-port-3120607.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

._3-col-grid---light {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-title---light {
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button---light {
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #6cfefe;
  box-shadow: 0 0 20px 0 rgba(108, 254, 254, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #2c3036;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button---light:hover {
  box-shadow: 0 0 20px 5px rgba(108, 254, 254, 0.5);
}

.text-field---light {
  height: 45px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #6b7583;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.text-field---light:hover {
  border-color: #6cfefe;
}

.text-field---light:focus {
  border-color: #6cfefe;
  background-color: #2c3036;
  box-shadow: 0 0 15px 0 rgba(108, 254, 254, 0.3);
  color: #fff;
}

.text-field---light.textarea {
  height: 120px;
}

.faq-title---light {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.faq-content---light {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.faq-header---light {
  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;
}

.glow-title---light {
  padding-bottom: 40px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00b0f0;
}

.glow-title---light.margin-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title-dark-block---light {
  display: none;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-right-radius: 4px;
  background-color: #17191c;
  -webkit-transform: skew(-27deg, 0deg);
  -ms-transform: skew(-27deg, 0deg);
  transform: skew(-27deg, 0deg);
}

.section-title-top-bar---light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 10px;
  background-color: #6cfefe;
  letter-spacing: 1px;
}

.section-title-block---light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 2.75rem;
  -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-radius: 4px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
}

.section-title-block---light.align-left-mobile {
  margin-top: 40px;
}

.section-title-block---light.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.faq-line---light {
  width: 100%;
  height: 3px;
  background-color: #00b0f0;
}

.faq-line---light._2 {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00b0f0;
}

.faq-item---light {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.section-title-block-text---light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  text-transform: uppercase;
}

.faq-button-wrap---light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  -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;
}

.blog-category-icon---light {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-category---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.blog-side-menu---light {
  position: relative;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  color: #17191c;
}

.blogs-grid---light {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category-link---light {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bebas Neue', sans-serif;
  color: #17191c;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.blog-category-link---light:hover {
  color: #00b0f0;
}

.blog-col-grid---light {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-name---light {
  padding-bottom: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-summary---light {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.blog-item-details---light {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.blog-item-link---light {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.blog-item-link---light:hover {
  color: #1d2023;
}

.blog-item-link---light.flex {
  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;
}

.blog-thumbnail---light {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-date-wrap---light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.author---light {
  padding-right: 10px;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
}

.link {
  color: #17191c;
}

.block-quote {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.style-guide-block {
  margin-bottom: 60px;
  padding: 40px;
  background-color: #1d2023;
}

.footer-legal-link {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #6cfefe;
}

.footer-legal-link.dark {
  color: #000;
}

.footer-legal-link.dark:hover {
  color: #00b0f0;
}

.success-message {
  background-color: #2c3036;
  font-size: 16px;
  line-height: 24px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ff4848;
  text-align: center;
}

.body {
  padding-right: 0px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: url('../images/swhp-bg.jpg');
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block {
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  display: inline-block;
}

.grid {
  margin-bottom: 20px;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  font-family: Mont, sans-serif;
  font-size: 28px;
}

.text-block-4 {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  line-height: 22px;
}

.collection-item {
  padding-left: 0px;
  background-color: transparent;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -2%;
  z-index: 0;
  display: inline-block;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -2%;
}

.link-block {
  background-color: #d8000e;
}

.link-2 {
  display: inline-block;
  margin-left: 10px;
  padding: 15px 25px 10px;
  background-color: #d8000e;
  font-family: Mont, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  box-shadow: 0 0 20px 1px #d8000e;
  color: #ececec;
}

.link-2:active {
  background-color: #ce000d;
}

.heading-5 {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 24px;
}

.image-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  margin-bottom: 0px;
}

.image-4.mobile {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
}

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

.text-block-5 {
  margin-bottom: 0px;
  font-family: Mont, sans-serif;
  font-size: 20px;
  text-transform: none;
}

.text-block-5.button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 0px;
  padding: 10px 20px 5px;
  background-color: #d8000e;
  font-size: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-5.button:hover {
  box-shadow: 1px 1px 12px 0 #d8000e;
}

.text-block-6 {
  font-family: Mont, sans-serif;
  font-size: 20px;
}

.text-block-7 {
  font-family: Mont, sans-serif;
  font-size: 16px;
}

.text-block-8 {
  font-family: Mont, sans-serif;
  font-size: 16px;
}

.text-block-9 {
  font-family: Mont, sans-serif;
  font-size: 16px;
}

.image-5 {
  position: absolute;
  left: auto;
  top: -2%;
  right: -2%;
  bottom: auto;
}

.text-block-10 {
  padding-top: 20px;
  font-size: 10px;
}

.image-6 {
  display: inline;
}

.grid-2 {
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  padding: 10px 20px;
  background-color: #ffbf23;
  color: #000;
  font-size: 20px;
}

.button-3 {
  background-color: #ffbf23;
  color: #000;
  font-size: 20px;
}

.link-block-3 {
  background-color: #ffbf23;
}

.text-block-11 {
  display: block;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: block;
  -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;
  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 auto;
  grid-template-rows: auto auto;
  background-color: #ffbf23;
}

.link-block-4:hover {
  box-shadow: 0 0 20px 2px #ffbe24;
  opacity: 1;
  mix-blend-mode: normal;
}

.text-block-12 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d {
  font-family: Universltstd, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-7 {
  display: inline-block;
}

.text-block-13 {
  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;
  text-align: center;
}

.text-block-14 {
  padding-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-logo {
    width: 100%;
    max-height: 70px;
    margin-top: -10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-menu {
    padding: 20px 40px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2c3036;
    text-align: center;
  }

  .nav-right-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-logo-wrap {
    width: 100px;
    height: auto;
    max-height: 50px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
  }

  .navbar {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .chara {
    padding-top: 2rem;
  }

  .section-title {
    padding-top: 10px;
    padding-bottom: 1.75px;
    font-size: 30px;
    line-height: 54px;
  }

  .hero-section {
    padding-bottom: 220px;
  }

  .hero-section.page {
    padding-bottom: 180px;
  }

  .hero-section.blog-post {
    padding-bottom: 180px;
  }

  .section-title-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .section-title-block.sidebar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-title-block.align-left-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .section.slope {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-gradient-bg {
    height: 200px;
  }

  .company-grid {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 60px;
  }

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

  .footer-links {
    padding-top: 0px;
    padding-bottom: 20px;
    -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;
  }

  .footer-link {
    margin-right: 0px;
  }

  .footer-logo {
    margin-top: 40px;
  }

  .social-links-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .slope-button.nav-cta {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .blog-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-title {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .blogs-grid.more-posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link.flex {
    max-width: none;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .press-kit-wrap {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .press-kit-icon {
    position: static;
  }

  .section-subtitle.support {
    font-size: 20px;
    line-height: 28px;
  }

  .section-img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._4-col-grid.character._5 {
    padding-top: 0px;
  }

  .navbar-border-block {
    display: none;
  }

  .align-center-mobile {
    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;
    text-align: center;
  }

  .play-button.margin-right {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-side-menu {
    margin-top: 0px;
  }

  .faq-header {
    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;
  }

  .faq-button-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -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;
  }

  .faq-line {
    width: 100%;
    height: 3px;
    padding: 0px;
    background-color: #fff;
  }

  .faq-line._2 {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .play-button-wrap.horizontal {
    padding-bottom: 40px;
    -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;
  }

  .flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-wrap {
    text-align: center;
  }

  .footer-links---light {
    padding-top: 0px;
    padding-bottom: 20px;
    -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;
  }

  .flex-between---light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-wrap---light {
    text-align: center;
  }

  .social-link---light {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-gradient-bg---light {
    height: 200px;
  }

  .footer-subtitle---light {
    font-size: 24px;
    line-height: 32px;
  }

  .play-button-wrap---light.horizontal {
    padding-bottom: 40px;
    -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;
  }

  .footer-row---light {
    -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;
  }

  .section---light.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .footer-logo---light {
    margin-top: 40px;
  }

  .company-grid---light {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .align-center-mobile---light {
    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;
    text-align: center;
  }

  .social-links-wrap---light {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-col-grid---light {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .play-button---light.margin-right {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section---light {
    padding-bottom: 220px;
  }

  .hero-section---light.press-kit {
    padding-bottom: 180px;
  }

  .hero-section---light.page {
    padding-bottom: 180px;
  }

  .footer---light {
    margin-top: 0px;
    padding-top: 60px;
    background-color: #fff;
    background-image: none;
  }

  ._4-col-grid---light {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-img---light {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .press-kit-icon---light {
    position: static;
  }

  .section-subtitle---light.support {
    font-size: 20px;
    line-height: 28px;
  }

  .press-kit-wrap---light {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  ._3-col-grid---light {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-header---light {
    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;
  }

  .section-title-block---light {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .section-title-block---light.align-left-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .section-title-block---light.sidebar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faq-line---light {
    width: 100%;
    height: 3px;
    padding: 0px;
    background-color: #fff;
  }

  .faq-line---light._2 {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .faq-button-wrap---light {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -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;
  }

  .blog-side-menu---light {
    margin-top: 0px;
  }

  .blog-col-grid---light {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link---light {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link---light.flex {
    max-width: none;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4 {
    font-size: 36px;
    line-height: 42px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-logo {
    max-width: 140px;
  }

  .nav-container {
    height: 70px;
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .chara {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .hero-section.page {
    padding-bottom: 140px;
  }

  .hero-section.blog-post {
    padding-bottom: 140px;
  }

  .footer-email-form {
    margin-top: 20px;
  }

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

  .page-title {
    font-size: 32px;
    line-height: 38px;
  }

  .blogs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link {
    max-width: 90%;
  }

  .blog-item-link.vertical {
    max-width: none;
  }

  .section-subtitle.support {
    font-size: 18px;
    line-height: 24px;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .character-wrap {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-subtitle {
    padding-bottom: 1.25rem;
  }

  .social-link---light {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .footer-subtitle---light {
    padding-bottom: 1.25rem;
  }

  .footer-email-form---light {
    margin-top: 20px;
  }

  .section-title---light {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-section---light {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .hero-section---light.press-kit {
    padding-bottom: 140px;
  }

  .hero-section---light.page {
    padding-bottom: 140px;
  }

  ._4-col-grid---light {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .character-wrap---light {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-title---light {
    font-size: 32px;
    line-height: 38px;
  }

  .section-subtitle---light.support {
    font-size: 18px;
    line-height: 24px;
  }

  .blogs-grid---light {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-item-link---light {
    max-width: 90%;
  }

  .style-guide-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .chara {
    padding-top: 4rem;
  }

  .section-title {
    padding-top: 5px;
    padding-bottom: 0rem;
    font-size: 16px;
  }

  .section.slope {
    padding-bottom: 40px;
  }

  .section.grid-section {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .neon-text {
    font-size: 20px;
  }

  .company-logo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer.mobile {
    display: inline-block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-img {
    max-width: 90%;
  }

  .footer-subtitle {
    padding-bottom: 1rem;
  }

  .footer-subtitle---light {
    padding-bottom: 1rem;
  }

  .section---light.no-padding-top {
    padding-bottom: 10px;
  }

  .company-grid---light {
    padding-top: 0px;
  }

  .section-title---light {
    padding-bottom: 1rem;
    font-size: 26px;
    line-height: 32px;
  }

  .section-img---light {
    max-width: 90%;
  }

  .body {
    background-color: #000;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .text-block.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid.mobile {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .image-4.mobile {
    margin-top: 0px;
    padding-top: 0px;
  }

  .text-block-10 {
    font-size: 8px;
    line-height: 12px;
  }

  .grid-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .d {
    font-size: 25px;
    line-height: 40px;
  }

  .text-block-14 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }
}

#w-node-_546f169e-f1fd-94f2-d1a2-e01cf03d42c4-7408f5de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7866e036-02b4-4ddd-045f-ad4bb719cefe-7408f5de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b083ddf5-5bb4-7b53-af41-5f8ee7681861-7408f5de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b27868ad-7661-7cef-fb3a-4edf986fb735-7408f5de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74f104ae-5e25-5c48-62bf-d755ee062cd4-7408f5de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b25d337-501e-b7e0-6947-1e55f59ac89d-9fbfbfd5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ed16fb42-8642-5ace-49ec-a7e1fe0071d4-9fbfbfd5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_60a474a7-6189-b26a-16a0-c8744e9c1fed-9fbfbfd5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9e8259d-069f-8dc8-d1b8-1526d6e92088-3b08f5e7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8a412a97-80d6-2db6-ef2e-c44230987f4a-2208f5e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universltstd';
  src: url('../fonts/UniversLTStd-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}