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

:root {
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fcfcfc;
  background-color: #020;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

a {
  color: #0b50ff;
  text-decoration: underline;
}

.container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.right {
  position: relative;
}

.container.left {
  justify-content: flex-start;
}

.container.center {
  flex-direction: column;
  justify-content: center;
}

.container.center.live-gold {
  padding-top: 120px;
}

.container.highlight {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.highlight.gamepass {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(90deg, #000 30%, #0000), url('../images/Artwork_otimizado.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
}

.content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
  max-width: none;
}

.content.center.faq {
  padding-right: 0;
}

.content.center.normal {
  max-width: 860px;
}

.content.faq {
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  align-items: center;
  max-width: 1080px;
  height: auto;
}

.content.steps {
  width: 50%;
}

.content.grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.credits-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.btn-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.btn {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary {
  background-color: #14b821;
  background-image: linear-gradient(#14b821, #017f09);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #14b82180, 0 4px 4px #0003;
}

.btn.primary.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.store-secondary {
  background-color: #374ca9;
  background-image: linear-gradient(#374ca9, #273583);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.btn.store-secondary:hover {
  background-image: none;
  box-shadow: 0 0 40px #374ca980, 0 4px 4px #0003;
}

.btn.store-secondary.small {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.btn.secondary {
  color: #017f09;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  transition: all .3s;
}

.btn.secondary:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc80, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.secondary.big.highlight {
  color: #1a1920;
}

.btn.secondary.small {
  padding: 10px 20px;
  line-height: 20px;
}

.btn.primary {
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
}

.btn.primary.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}

.btn.minecraft {
  background-color: #6cc348;
  border-radius: 0;
  font-family: Minecraft Ten, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .3s;
  box-shadow: inset 0 -4px #00000040;
}

.btn.minecraft:hover {
  background-image: none;
}

.btn.minecraft.big {
  padding: 20px 40px;
  font-size: 28px;
  line-height: 20px;
}

.btn.light {
  color: #000;
  background-color: #14b821;
  background-image: linear-gradient(#fcfcfc, #e9e9e9);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.light:hover {
  background-image: none;
  box-shadow: 0 0 40px #14b82180, 0 4px 4px #0003;
}

.btn.light.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.credit-btn {
  text-align: center;
  background-color: #0000;
  border: 3px solid #fcfcfc4d;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

.credit-btn:hover {
  background-color: #fcfcfc1a;
}

.credit-btn:active {
  color: #0b50ff;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}

.credit-btn.credit-btn--active {
  color: #14b821;
}

.credit-btn.credit-btn--active:hover {
  background-color: #fcfcfc;
}

.btn-buyarea {
  width: 100%;
  margin-top: 40px;
}

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

.section.giftcard {
  background-image: linear-gradient(#002400, #004901);
}

.section.fold {
  background-image: url('../images/xbox-background.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
}

.section.highlight {
  color: #1a1920;
  background-color: #e7f0ff;
  background-image: linear-gradient(#e7f0ff, #d8e3f4);
}

.section.highlight.dark {
  color: #fcfcfc;
  background-color: #0000;
  background-image: url('../images/riot-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.gamepass {
  color: #1a1920;
  background-color: #f6fff5;
  background-image: linear-gradient(#f6fff5, #d8f4e3);
}

.section.faq {
  height: auto;
}

.section.footer {
  padding-top: 0;
}

.section.plans {
  color: #1a1920;
  background-image: linear-gradient(#fefffe, #d8f4e3);
}

.section.coupon {
  background-image: linear-gradient(#141614, #424242);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.games {
  background-color: #201f24;
}

.section.minecraft {
  color: #000;
  background-color: #ebe6df;
  background-image: url('../images/minecraft-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.diablo-voh {
  background-image: linear-gradient(#000000ed, #221402a3 51%, #000000eb), url('../images/relic-hero-bg.jpg');
  background-position: 0 0, 35%;
  background-size: auto, cover;
}

.section.cod-bo6 {
  background-image: linear-gradient(#000000ed, #221402bf 51%, #000000eb), url('../images/Key-Art-Optimized.jpg');
  background-position: 0 0, 35%;
  background-size: auto, cover;
}

.section.indiana-jones {
  background-image: linear-gradient(#000000ed, #221402a3 51%, #000000eb), url('../images/relic-hero-bg.jpg');
  background-position: 0 0, 35%;
  background-size: auto, cover;
}

.section.gamepass-highlight {
  color: #000;
  background-color: #004901;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0c1136cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.navlink {
  color: #fcfcfc80;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: #fcfcfc;
}

.navlink.w--current {
  color: #fcfcfc;
  border-bottom: 4px solid #02990d;
  padding-bottom: 24px;
}

.navlink.hide {
  display: none;
}

.brand {
  width: 178px;
  height: 40px;
}

.howtoworks {
  background-color: #004901;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.btn-area {
  width: 100%;
  max-width: 200px;
}

.btn-area._320px {
  max-width: 320px;
}

.btn-area._310px {
  max-width: 310px;
}

.platform-logo {
  width: 100%;
  max-width: 310px;
}

.step {
  grid-column-gap: 20px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
}

.step-number {
  background-color: #02990d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  font-family: Poppins, sans-serif;
  line-height: 120%;
  display: flex;
}

.caption {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.caption.giftcard {
  margin-top: -40px;
}

.caption.left {
  text-align: left;
}

.caption.grey {
  color: #787b8e;
  text-align: left;
  margin-top: 0;
}

.caption.grey.center {
  text-align: left;
  margin-top: auto;
}

.caption.grey.center.mkt {
  color: #494949;
}

.text-grey {
  color: #3d3d4c;
}

.text-grey.small {
  color: #fff;
  font-size: 16px;
}

.faq-p {
  background-color: #006906;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.faq {
  white-space: normal;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-img {
  z-index: 2;
  color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-icon {
  z-index: 2;
  color: #fcfcfc;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 920px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.faq-body {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  color: #fff;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.faq-answer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gift-card-image {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.riot-render {
  width: 100%;
  min-width: 970px;
  max-width: 970px;
  margin-left: auto;
  position: absolute;
  inset: auto auto -120px -40px;
  overflow: auto;
}

.brand-footer {
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.social-icon {
  height: 16px;
}

.social-icon.instagram, .social-icon.twitch {
  width: 18px;
  height: 18px;
}

.social-icon.twitter {
  width: 19px;
  height: 18px;
}

.social-icon.facebook, .social-icon.youtube {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.threads, .social-icon.bluesky {
  width: 18px;
  height: 18px;
}

.social-icon.x {
  width: 18px;
  height: 16px;
}

.social-icon.tiktok {
  width: 16px;
  height: 19px;
}

.brand-white {
  height: 30px;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #fcfcff80;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.copyright {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.xbox-render {
  width: 100%;
  max-width: 650px;
  position: absolute;
  inset: auto 0 -100px auto;
}

.giftcard-render {
  width: 100%;
  max-width: 630px;
}

.games-line {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: grid;
}

.game {
  border-radius: 12px;
  width: 100%;
}

.game.hide {
  display: none;
}

.forza-render {
  width: 100%;
  max-width: 470px;
  position: absolute;
  inset: auto auto 0 -60px;
}

.steps {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.credit-btn--active {
  color: #0b50ff;
  text-align: center;
  background-color: #fcfcfc;
  border: 3px solid #fcfcfc;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

.footer-container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-container.footer {
  border-top: 2px solid #004901;
  padding-top: 80px;
}

.dropdown {
  display: none;
}

.navlinks {
  background-color: #0000;
  display: block;
  position: static;
}

.header {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.header.minecraft {
  grid-row-gap: 12px;
  align-items: center;
}

.header.highlight {
  grid-row-gap: 20px;
}

.plans-content {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plans-content.live-gold {
  align-items: end;
}

.plans-content.gamepass {
  grid-template-columns: 1fr 1fr;
}

.plan {
  color: #2b2b36;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  overflow: hidden;
}

.plan.green {
  color: #fcfcfc;
  background-color: #107c10;
  max-width: 460px;
}

.plan.grey {
  color: #fcfcfc;
  background-color: #505050;
  max-width: 460px;
}

.plan.white {
  color: #393939;
  background-color: #f2f2f2;
  border: 3px solid #f8f8f8;
}

.plan-header {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
}

.benefit {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit.vert {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.plan-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.benefits {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.benefit-icon {
  width: 100%;
  max-width: 24px;
}

.plan-name {
  font-size: 34px;
  line-height: 39px;
}

.youtube {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.btn-droparea {
  display: none;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab {
  color: #fcfcfc;
  background-color: #0000;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab.w--current {
  color: #2b2b36;
  background-color: #fcfcfc;
}

.tabs {
  display: none;
}

.plan-price {
  grid-column-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.riot-logo {
  width: 100%;
  max-width: 300px;
}

.plan-btn {
  text-align: center;
  background-color: #0000;
  border: 3px solid #fcfcfc4d;
  border-radius: 8px;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.plan-btn:hover {
  background-color: #fcfcfc1a;
}

.plan-btn.plan-btn--active {
  color: #017f09;
  background-color: #fcfcfc;
}

.plan-monthly {
  grid-column-gap: 20px;
  background-color: #0003;
  border: 3px solid #0000;
  border-radius: 8px;
  justify-content: space-around;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.plan-monthly.select {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.btn-signarea {
  width: 100%;
  margin-top: 20px;
}

.btn-signarea.core {
  margin-top: 0;
}

.benefit-brands {
  grid-column-gap: 20px;
  justify-content: center;
  height: 40px;
  display: flex;
}

.gold-logo {
  width: 100%;
  max-width: 200px;
}

.xboxlive-logo {
  width: 100%;
  max-width: 240px;
}

.warning {
  border: 2px dashed #ffffff80;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 12px;
}

.text-span {
  color: #18d326;
}

.div-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.card {
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  overflow: hidden;
}

.card:hover {
  outline-offset: 0px;
  outline: 2px solid #14b821;
  transform: scale(1.03);
}

.card-header {
  width: 100%;
}

.card-body {
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #0d191f;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.game-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-area {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #fcfcfc;
  background-color: #0000;
  border-radius: 8px;
  padding: 10px 28px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.tab-link.w--current {
  opacity: 1;
  color: #14b821;
  background-color: #fcfcfc;
}

.tabs-menu-3 {
  margin-bottom: 40px;
}

.tabs-content {
  overflow: visible;
}

.game-info {
  grid-row-gap: 8px;
  text-align: left;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.platform-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #505162;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.category-area {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.game-title {
  white-space: nowrap;
  line-height: 22px;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}

.company {
  max-width: 310px;
}

.footer-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.btn-socialmedia {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-socialmedia:hover {
  background-color: #5865f2;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.threads:hover {
  background-color: #0a0a0a;
}

.btn-socialmedia.bluesky:hover {
  background-color: #0085ff;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.btn-socialmedia.tiktok:hover {
  background-color: #010101;
}

.render {
  width: 50%;
  position: relative;
}

.render-wrap {
  position: relative;
}

.navlink-2 {
  color: #fcfcfc80;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-2:hover {
  color: #fcfcfc;
}

.navlink-2.w--current {
  color: #fcfcfc;
  border-bottom: 4px solid #ff0074;
  padding-bottom: 24px;
}

.navlink-2.select {
  z-index: 1;
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.navlink-2.select.w--open {
  color: #1a1920;
  background-color: #fcfcfc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.icon {
  margin-right: 0;
  position: static;
}

.dropdown-2 {
  display: none;
}

.dropdown-2.menu.w--open {
  background-color: #fcfcfc;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 20px #0003;
}

.navlink-dropdown {
  color: #3d3d4cb3;
  text-align: left;
  width: 100%;
  padding: 14px 20px 14px 40px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-dropdown:hover {
  color: #1a1920;
}

.navlink-dropdown.w--current {
  color: #1a1920;
  border-left: 4px solid #02990d;
  padding-left: 36px;
}

.buy-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.logo-wrap {
  width: 100%;
  max-width: 420px;
  max-height: 200px;
  display: flex;
}

.logo-wrap.mk1 {
  max-width: 360px;
}

.video {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.btn-2 {
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn-2.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn-2.outline:hover {
  background-color: #fcfcfc33;
  box-shadow: 0 0 40px #fcfcfc33, inset 0 0 0 1px #fcfcfc4d;
}

.btn-2.outline.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn-2.buy-action {
  color: #fcfcfc;
  background-color: #e02c33;
  background-image: linear-gradient(#e02c33, #bc0006);
  width: 100%;
  transition: all .3s;
}

.btn-2.buy-action:hover {
  background-image: none;
  box-shadow: 0 0 40px #e02c3333, 0 4px 4px #0003;
}

.btn-2.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
}

.product-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.desk-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-3.hug {
  place-items: center;
  width: auto;
}

.grid.desk-2 {
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1.25fr;
}

.logo-img {
  max-height: 200px;
}

.container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.classind-tittle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-2.highlight {
  background-image: linear-gradient(192deg, #0a1a2a80, #0a1a2a), url('../images/starfield-bg2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-2.highlight.mk1 {
  background-image: linear-gradient(192deg, #0a1a2a80, #0a1a2a), url('../images/bgmk1.jpg');
  background-position: 0 0, 50% 0;
  display: flex;
}

.icon-wrapper {
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-wrapper.highlight {
  width: auto;
  height: 18px;
}

.classind-img {
  width: 100%;
  max-width: 40px;
}

.product-tag {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
  display: none;
}

.product-tag.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
}

.product-tag.genre {
  background-color: #2f4c79;
}

.product-tag.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
  display: none;
}

.product-tag.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
  display: none;
}

.product-tag.playstation {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
  display: none;
}

.product-tag.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
  display: none;
}

.product-tag.xbox-one {
  background-color: #000;
}

.classind {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.btn-buy-area-2 {
  flex: 1;
  max-width: 120px;
}

.btn-buy-area-2.highlight {
  grid-column-gap: 20px;
  max-width: 250px;
  display: flex;
}

.drops-area {
  grid-column-gap: 4px;
  color: #ffc52f;
  border-radius: 4px;
  align-items: center;
  padding: 4px 4px 4px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.classind-content {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.header-2 {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.video-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.discount {
  color: #fcfcfc;
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.price-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.price {
  grid-column-gap: 8px;
  text-align: left;
  align-items: center;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price.highlight {
  font-size: 24px;
}

.coupon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px dashed #f2a400;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.coupon-code {
  color: #f2a400;
}

.coupon-block.hide {
  display: none;
}

.mp-whrite-tittle {
  color: #fcfcfc;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.blue {
  color: #0e39cb;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-3.microsoft, .section-3.microsoft-copy {
  color: #fff;
  background-color: #2d2d2d;
  background-image: radial-gradient(circle, #4a4a4a, #2d2d2d 50%);
}

.section-3.minecraft {
  color: #3d3d4c;
  background-color: #004901;
  padding: 80px 40px;
}

.btn-3 {
  color: #faefd4;
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn-3.ms-primary {
  color: #054b16;
  background-color: #9cf00a;
  text-decoration: none;
}

.btn-3.ms-primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #9cf00a33, 0 4px 4px #0003;
}

.btn-3.ms-primary.big {
  padding: 20px 40px;
  font-size: 20px;
  text-decoration: none;
}

.coupon-wrap-2 {
  text-align: center;
  border: 2px dashed #f2a400;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.image-wrap {
  width: 100%;
}

.image-wrap.desk-420px {
  max-width: 420px;
}

.image-wrap.desk-810px {
  max-width: 810px;
}

.image-wrap.desk-530px {
  max-width: 530px;
}

.image-wrap.desk-320px {
  max-width: 320px;
}

.header-3 {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.header-3.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header-3.center._860px {
  max-width: 860px;
}

.btn-area-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.btn-area-2._310px {
  align-items: start;
  width: auto;
  max-width: 310px;
}

.boxshot-minecraft {
  width: 100%;
}

.image-2 {
  max-width: 220px;
}

.core-logo {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.core-logo.vert {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.core-content {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.heading {
  font-family: "A 7 Fcb 1 Becc 12274 D 5 B 761 B 1 D 895 F 8 Aa 9";
}

.minecraft-header {
  font-family: Minecraft Ten, sans-serif;
  font-weight: 400;
}

.green {
  color: #519236;
  font-weight: 700;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  display: flex;
}

.minecraft-img {
  margin-left: 50px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.coupon-wrap-3 {
  text-align: center;
  border: 2px dashed #f2a400;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
}

.highlight-header {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.tab-container {
  flex-direction: column;
  display: flex;
}

.discount-2 {
  color: #fcfcfc;
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.video-2 {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.highlight-info {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.video-wrap-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrap-2.right {
  padding-left: 60px;
}

.heading-2 {
  margin-bottom: 20px;
}

.buy-wrap-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.price-wrap-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.btn-4 {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn-4.buy-action {
  background-color: #e02c33;
  background-image: linear-gradient(#e02c33, #bc0006);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn-4.buy-action:hover {
  background-image: none;
  box-shadow: 0 0 40px #d8535991, 0 4px 4px #0003;
}

.btn-4.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn-4.outline {
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn-4.outline:hover {
  background-image: none;
  box-shadow: 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn-4.outline.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn-4.outline.big:hover {
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn-4.coupon-action {
  color: var(--black);
  background-color: #f2a400;
  flex: none;
  padding: 12px 40px;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn-4.coupon-action:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #f2a400, 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.btn-4.coupon-action.big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
  box-shadow: inset 0 0 0 1px #f2a400, 0 4px 4px #0003;
}

.btn-4.coupon-action.big:hover {
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

.container-3 {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.product-tag-2 {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag-2.epic-games {
  color: #111314;
  background-image: linear-gradient(41deg, #e7e7e7, #efeeee);
}

.product-tag-2.xbox {
  background-image: linear-gradient(41deg, #118011, #139013);
}

.product-tag-2.genre {
  background-color: #061847;
}

.product-tag-2.ps5 {
  color: #000;
  background-image: linear-gradient(41deg, #ebebeb, #fff);
  display: flex;
}

.product-tag-2.nintendo {
  background-image: linear-gradient(41deg, #c11623, #e41727);
}

.product-tag-2.steam {
  background-image: linear-gradient(41deg, #142e4c, #12456f);
}

.product-tag-2.ps4 {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
  display: flex;
}

.product-tag-2.preorder2 {
  background-color: #0b50ff;
}

.product-tag-2.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
}

.logo-wrap-2 {
  align-self: flex-start;
  max-width: 380px;
  max-height: 200px;
}

.btn-buyarea-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-2 {
  grid-column-gap: 8px;
  text-align: left;
  flex: 0 auto;
  align-items: center;
  width: 150px;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price-2.highlight {
  width: auto;
  font-size: 32px;
}

.classind-2 {
  grid-column-gap: 12px;
  color: #111314;
  background-color: #fcfcfc;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.coupon-block-2 {
  align-self: auto;
  display: block;
  overflow: visible;
}

.game-disclaimer {
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.game-disclaimer.mobile {
  text-align: center;
  display: none;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.tab-button {
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border: 3px solid #fff;
  border-radius: 4px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.tab-button:hover {
  background-color: #ffffff4f;
}

.tab-button.w--current {
  color: #1a1920;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-4.astrobot {
  background-image: linear-gradient(#04115eb3, #6b4228f2 84%), url('../images/astrobot-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
}

.text-block {
  font-weight: 400;
}

.btn-5 {
  color: #faefd4;
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn-5.primary-blue {
  color: #fcfcfc;
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  border-radius: 8px;
}

.btn-5.primary-blue:hover {
  background-image: none;
  box-shadow: 0 0 40px #0b50ff66, 0 4px 4px #0003;
}

.btn-5.primary-blue.big {
  padding: 20px 40px;
  font-size: 20px;
}

.header-4 {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.header-4.banner {
  grid-row-gap: 12px;
  font-size: 20px;
}

.coupon-wrap-4 {
  text-align: center;
  border: 2px dashed #f2a400;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 20px;
}

.image-wrap-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrap-2.right {
  text-align: right;
  max-width: 500px;
  padding-left: 60px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-2.desk-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-2.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1.25fr;
}

.image {
  border-radius: 20px;
}

.container-4 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.container-4.banner {
  background-color: #fff;
  border-radius: 8px;
}

.container-4.banner.psn {
  background-color: #fcfcfc;
  background-image: linear-gradient(225deg, #fcfcfc, #dee2e6);
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  font-weight: 700;
}

.coupon-wrap-5 {
  text-align: center;
  border: 2px dashed #f2a400;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 150%;
}

.image-3 {
  border-radius: 16px;
}

.game-logo {
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.giftcard {
    background-image: linear-gradient(#002400, #004901);
  }

  .section.gamepass {
    overflow: visible;
  }

  .section.coupon {
    background-image: linear-gradient(#141614, #424242 99%, #424242);
    border: 3px #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navlink.w--current {
    border-bottom-color: #14b821;
  }

  .howtoworks {
    justify-content: center;
  }

  .text-grey.small {
    color: #fff;
    font-size: 16px;
  }

  .faq-icon {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .gift-card-image {
    left: -40px;
  }

  .riot-render {
    max-width: 1188px;
    bottom: -120px;
  }

  .xbox-render {
    min-width: 885px;
    max-width: 885px;
    bottom: -120px;
    right: -310px;
  }

  .giftcard-render {
    max-width: 769px;
  }

  .games-line {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1275px;
  }

  .game {
    border-radius: 12px;
  }

  .game.hide {
    display: none;
  }

  .forza-render {
    max-width: 697px;
    position: absolute;
    inset: auto auto -60px -260px;
  }

  .steps {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .plan-btn:active {
    color: #14b821;
  }

  .text-span {
    color: #18d326;
  }

  .div-block {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .game-grid {
    grid-template-rows: auto;
  }

  .video {
    max-width: 580px;
  }

  .section-2.highlight {
    z-index: 1;
    position: relative;
  }

  .classind {
    max-width: 580px;
  }

  .price {
    color: #fff;
  }

  .image-wrap {
    position: relative;
  }

  .image-wrap.desk-810px {
    max-width: 830px;
  }

  .minecraft-img {
    width: 110%;
    max-width: 690px;
    position: absolute;
    top: -335px;
    right: -109px;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-wrap-2._240px {
    max-width: 240px;
  }

  .price-2 {
    color: #fff;
  }

  .section-4.astrobot {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-wrap-2.right {
    max-width: 580px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }

  .container.right {
    justify-content: center;
  }

  .container.left {
    text-align: center;
    justify-content: center;
  }

  .container.highlight.gamepass {
    background-image: linear-gradient(0deg, #000 30%, #0000007d), url('../images/Artwork_otimizado.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .content {
    max-width: none;
    font-size: 20px;
  }

  .content.steps {
    text-align: left;
  }

  .credit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section.fold {
    min-height: auto;
  }

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

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .navlink {
    color: #3d3d4cb3;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    color: #3d3d4c;
  }

  .navlink.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #02990d;
    padding-left: 36px;
  }

  .navlink.hide {
    display: block;
  }

  .howtoworks {
    max-height: 240px;
  }

  .btn-area {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .step {
    font-size: 16px;
  }

  .step-number {
    width: 36px;
    height: 30px;
  }

  .caption.giftcard {
    display: none;
  }

  .caption.left, .caption.grey, .caption.grey.center.mkt {
    text-align: center;
  }

  .faq-img {
    width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 24px;
  }

  .toggle-text {
    margin-right: 20px;
    font-size: 18px;
    line-height: 150%;
  }

  .faq-answer {
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  .riot-render {
    order: 1;
    min-width: auto;
    max-width: 560px;
    margin-bottom: -120px;
    margin-right: auto;
    padding-left: 44px;
    position: static;
  }

  .brand-footer {
    justify-content: center;
  }

  .footer-social-nav {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .footer-nav {
    text-align: left;
  }

  .xbox-render {
    max-width: 430px;
    right: -20px;
  }

  .games-line {
    grid-column-gap: 8px;
    margin-top: 40px;
  }

  .game {
    border-radius: 8px;
  }

  .forza-render {
    max-width: 420px;
    inset: auto auto 0 -200px;
  }

  .footer-container.footer {
    text-align: center;
    text-align: center;
  }

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: #02990d;
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .menu, .navigation {
    order: 1;
  }

  .header {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .header.highlight {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .plans-content {
    display: none;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .tab {
    color: #2b2b36;
    background-color: #0000;
    border-radius: 8px;
  }

  .tab.w--current {
    color: #fcfcfc;
    background-color: #107c10;
  }

  .tabs {
    flex-direction: column;
    display: flex;
  }

  .plan-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .game-grid {
    grid-template-columns: 1fr 1fr;
  }

  .game-info {
    width: 55%;
  }

  .footer-content {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 12px;
    line-height: 20px;
  }

  .company {
    max-width: none;
  }

  .dropdown-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .navlink-2 {
    color: #3d3d4cb3;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink-2:hover {
    color: #3d3d4c;
  }

  .navlink-2.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #ff0080;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink-2.select {
    display: none;
  }

  .dropdown-2 {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-2.w--open {
    color: #ff0080;
    background-color: #fcfcfc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .dropdown-2.menu {
    background-color: #0000;
    flex-direction: column;
    order: 0;
    align-items: flex-start;
    padding-right: 0;
    display: block;
    position: static;
  }

  .dropdown-2.menu.w--open {
    box-shadow: none;
    padding-bottom: 0;
  }

  .navlink-dropdown {
    color: #3d3d4cb3;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    display: none;
  }

  .navlink-dropdown:hover {
    color: #3d3d4c;
  }

  .buy-wrap {
    align-items: center;
  }

  .logo-wrap {
    justify-content: center;
  }

  .video {
    margin-bottom: 0;
    margin-right: auto;
  }

  .btn-2 {
    position: relative;
  }

  .product-tag-wrap {
    justify-content: center;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .grid.desk-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid.desk-2.tab-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
  }

  .product-tag.steam {
    margin-right: 10px;
  }

  .classind {
    text-align: left;
    margin-top: 0;
    margin-right: auto;
  }

  .btn-buy-area-2.highlight {
    justify-content: center;
  }

  .header-2 {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .price-wrap, .price.highlight {
    justify-content: center;
  }

  .coupon-wrap {
    width: auto;
  }

  .btn-3 {
    position: relative;
  }

  .header-3 {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .btn-area-2 {
    justify-items: center;
  }

  .btn-area-2._310px {
    justify-items: stretch;
  }

  .minecraft-img {
    margin-left: 0;
    display: none;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .highlight-header {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .tab-container {
    align-items: stretch;
  }

  .video-2 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .video-wrap-2 {
    max-width: 530px;
    padding-left: 0;
  }

  .video-wrap-2.right {
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .buy-wrap-2 {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-wrap-2 {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 530px;
  }

  .product-tag-2.steam {
    margin-right: 10px;
  }

  .logo-wrap-2 {
    align-self: center;
  }

  .btn-buyarea-2 {
    grid-template-rows: auto;
  }

  .tab-pane {
    flex: 1;
  }

  .price-2.highlight {
    justify-content: center;
    width: auto;
  }

  .classind-2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .coupon-block-2 {
    width: 100%;
    max-width: 800px;
  }

  .tabs-content-2 {
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .game-disclaimer {
    display: none;
  }

  .game-disclaimer.mobile {
    display: block;
  }

  .tabs-menu-2 {
    justify-content: center;
    width: 100%;
    max-width: 530px;
  }

  .section-4.astrobot {
    background-position: 0 0, 50%;
  }

  .btn-5 {
    position: relative;
  }

  .header-4 {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .image-wrap-2.right {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .grid-2 {
    margin-left: 0;
  }

  .grid-2.desk-2.tab-2 {
    grid-template-rows: auto auto auto auto;
  }

  .image.banner {
    max-width: 380px;
  }

  .image-3 {
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.center {
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .content.center {
    grid-row-gap: 32px;
  }

  .content.center.normal {
    grid-row-gap: 10px;
  }

  .btn.primary.small {
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .btn-buyarea {
    margin-top: 0;
  }

  .section.fold {
    height: 770px;
    padding-top: 120px;
  }

  .section.gamepass-highlight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .howtoworks {
    max-height: 260px;
  }

  .btn-area {
    max-width: 260px;
  }

  .platform-logo {
    max-width: 350px;
  }

  .step-number {
    flex: none;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .toggle-text {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-nav {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .xbox-render {
    max-width: 360px;
    bottom: -190px;
  }

  .game {
    border-radius: 4px;
  }

  .forza-render {
    max-width: 320px;
    bottom: 60px;
    left: -140px;
  }

  .steps {
    text-align: left;
  }

  .dropdown {
    padding: 13px;
  }

  .header {
    grid-row-gap: 12px;
    align-items: center;
  }

  .header.giftcard {
    align-items: flex-start;
  }

  .plans-content {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .plan-header {
    text-align: center;
  }

  .plan-name {
    font-size: 20px;
    line-height: 24px;
  }

  .btn-droparea {
    padding-top: 20px;
    display: block;
  }

  .btn-navarea {
    display: none;
  }

  .tabs-menu {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .div-block {
    margin-top: 20px;
  }

  .coupon-title {
    font-size: 30px;
  }

  .btn-buy-area {
    width: 100%;
  }

  .card-body {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .game-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .price-area {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .game-info {
    width: 100%;
  }

  .footer-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .company {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-2 {
    padding: 13px;
  }

  .dropdown-2.menu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .btn-2.buy-action {
    padding: 6px 16px;
    font-size: 14px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

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

  .container-2 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-buy-area-2 {
    width: 100%;
    max-width: 100px;
  }

  .btn-buy-area-2.highlight {
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    max-width: 400px;
  }

  .drops-area {
    font-size: 12px;
  }

  .header-2 {
    text-align: center;
    font-size: 20px;
  }

  .video-wrap {
    max-width: 420px;
  }

  .discount, .price {
    font-size: 12px;
  }

  .price.highlight {
    justify-content: flex-start;
    width: auto;
  }

  .coupon-wrap {
    font-size: 14px;
  }

  .section-3.minecraft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrap {
    width: 150px;
  }

  .header-3 {
    text-align: center;
    font-size: 20px;
  }

  .btn-area-2 {
    max-width: 420px;
  }

  .coupon-wrap-3 {
    font-size: 14px;
  }

  .highlight-header {
    text-align: center;
    font-size: 20px;
  }

  .video-wrap-2 {
    max-width: 420px;
  }

  .buy-wrap-2 {
    align-items: stretch;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-wrap-2 {
    max-width: 420px;
  }

  .container-3 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-2.highlight {
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    max-width: 420px;
  }

  .tab-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-4.astrobot {
    background-position: 0 0, 50%;
  }

  .header-4 {
    text-align: center;
    font-size: 20px;
  }

  .image-wrap-2.right {
    max-width: 400px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

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

  .container-4 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.banner.psn {
    padding-left: 28px;
    padding-right: 28px;
  }

  .coupon-wrap-5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .content.steps {
    width: 100%;
  }

  .btn.primary.big {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.secondary.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.minecraft.big, .btn.light.big {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .credit-btn {
    border-width: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .section.fold {
    height: 850px;
  }

  .howtoworks {
    max-height: 260px;
  }

  .platform-logo {
    max-width: 220px;
  }

  .step {
    text-align: left;
  }

  .step-number {
    flex: none;
  }

  .text-grey.small {
    font-size: 14px;
  }

  .faq-img {
    display: none;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    padding-left: 0;
  }

  .gift-card-image {
    text-align: left;
    align-self: center;
    display: none;
    inset: -180px 0% auto;
  }

  .footer-social-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .xbox-render {
    max-width: 240px;
    top: -196px;
  }

  .giftcard-render {
    max-width: 180px;
  }

  .games-line {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .forza-render {
    max-width: 290px;
    bottom: 70px;
    left: -139px;
  }

  .steps {
    margin-bottom: auto;
  }

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

  .header.giftcard {
    width: 100%;
  }

  .plan.green, .plan.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    justify-content: center;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tabs {
    width: 100%;
  }

  .plan-btn {
    border-width: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .div-block {
    width: 100%;
  }

  .coupon-title {
    font-size: 28px;
    line-height: 130%;
  }

  .game-grid {
    grid-template-columns: 1fr;
  }

  .tab-link {
    font-size: 12px;
  }

  .tabs-menu-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .btn-socialmedia.tiktok:hover {
    background-color: #111314;
  }

  .render {
    width: 100%;
    display: none;
  }

  .btn-2 {
    width: 100%;
    font-size: 16px;
  }

  .grid.desk-2.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .classind-tittle {
    font-size: 14px;
  }

  .classind-img {
    max-width: 40px;
  }

  .classind {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .btn-buy-area-2.highlight, .price-wrap {
    flex-direction: column;
  }

  .price {
    font-size: 14px;
  }

  .coupon-wrap {
    text-align: center;
    flex-flow: column;
  }

  .btn-3 {
    width: 100%;
    font-size: 16px;
  }

  .btn-area-2._310px {
    width: 100%;
    max-width: none;
  }

  .btn-area-2._310px.apple {
    width: auto;
    max-width: 310px;
  }

  .price-wrap-2 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .logo-wrap-2 {
    align-self: center;
  }

  .btn-buyarea-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .price-2.highlight {
    justify-content: center;
    font-size: 24px;
  }

  .classind-2 {
    grid-column-gap: 12px;
    padding: 12px;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .section-4.astrobot {
    background-position: 0 0, 50%;
  }

  .btn-5 {
    width: 100%;
    font-size: 16px;
  }

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

  .grid-2.desk-2.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .container-4.banner.psn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .game-logo {
    max-width: 200px;
  }
}

#w-node-_8d0642f5-e784-7ab6-86d5-6c6ff078c22c-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-d215580b-6ab1-652e-6c88-86982974d78f-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d215580b-6ab1-652e-6c88-86982974d788-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-d215580b-6ab1-652e-6c88-86982974d789-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_8d0642f5-e784-7ab6-86d5-6c6ff078c23a-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e6-0120d6df {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center end;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e8-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80ed-0120d6df {
  align-self: center;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80ee-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80f4-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80f6-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-db7d4f32-fa91-7695-4970-51695015999c-0120d6df {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center end;
}

#w-node-db7d4f32-fa91-7695-4970-51695015999e-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-db7d4f32-fa91-7695-4970-5169501599a3-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-db7d4f32-fa91-7695-4970-5169501599a4-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-db7d4f32-fa91-7695-4970-5169501599aa-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-db7d4f32-fa91-7695-4970-5169501599ac-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540b6-0120d6df {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center end;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540b8-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540bf-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540c0-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540c9-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ab3eba4d-7f71-a953-918d-9e5c389540cd-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d58-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d8b-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d90-0120d6df {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d92-0120d6df {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d9a-0120d6df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d9c-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d9d-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264da8-0120d6df, #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dab-0120d6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dad-0120d6df, #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264db0-0120d6df {
  justify-self: stretch;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dbd-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dc1-0120d6df {
  justify-self: start;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dcd-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dd1-0120d6df {
  justify-self: start;
}

#w-node-_511ffb9d-b2cd-b00d-c109-a22fc95743b2-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_511ffb9d-b2cd-b00d-c109-a22fc95743b6-0120d6df {
  justify-self: start;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258b8c-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bb9-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bbe-0120d6df {
  grid-area: 2 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bc0-0120d6df {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bc8-0120d6df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bd6-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bd9-0120d6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bdb-0120d6df, #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bde-0120d6df {
  justify-self: stretch;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bee-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bf2-0120d6df {
  justify-self: start;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bfe-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258c02-0120d6df {
  justify-self: start;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bca-0120d6df {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bcb-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e1e1d7aa-ae3d-8015-32cf-29cb58c1daee-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b65f5ea-e72a-1dfa-0706-9e994c4bc5b6-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4b443663-10f5-9788-1a1b-e00fa658b7f6-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f1f02e3a-b059-ddeb-9917-1b2774278856-0120d6df, #w-node-_02bf2995-856d-c38a-2459-b52433e6587b-0120d6df {
  grid-area: 1 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_323f9e3b-a1a6-6d1b-ab82-1bce0d41bfbc-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_016fa799-98cb-f118-e333-bae8adc03127-0120d6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_016fa799-98cb-f118-e333-bae8adc03150-0120d6df, #w-node-_62c2442b-269e-7e17-89a8-a4dbbf2d15a9-0120d6df, #w-node-e3f3357f-5e17-13e6-507d-f055ab7787d9-0120d6df, #w-node-e3f3357f-5e17-13e6-507d-f055ab7787a9-0120d6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e2db85-24dd-58bc-bb54-603422adb465-0120d6df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c3e-0120d6df {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c42-0120d6df, #w-node-_75682e77-9363-e407-ac91-a1a75c7bffd7-0120d6df, #w-node-cec24449-61d8-57a6-f7e2-58964ea5ad5b-0120d6df, #w-node-_4fe58912-9560-cc3c-f9b5-cec06e9bb885-0120d6df, #w-node-b4add3c5-253d-6a4f-c3ea-6dbb1aa64838-0120d6df, #w-node-_1c8e43ae-2a28-6409-ab85-0fd570b051c6-0120d6df, #w-node-_22455814-9cd8-fb46-6904-ce4aba138e5f-0120d6df, #w-node-_5b416749-ee84-c14b-e432-a253353bb9b7-0120d6df, #w-node-_3d9839db-e5f6-cf52-aaa9-f15d98501655-0120d6df, #w-node-_09aa7058-8760-f58e-7f05-5bf919693f81-0120d6df, #w-node-_1d95ff69-1ebe-1a40-3c98-4a655581ee09-0120d6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-0120d6df {
  grid-area: 1 / 1 / 5 / 2;
  align-self: center;
}

#w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-0120d6df {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_16eefaeb-532c-a863-d0a4-d90abeb09bd1-0120d6df {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a95422ba-6094-702f-3664-1c2b87776f9a-0120d6df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da84b-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da879-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da87e-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da88a-0120d6df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da891-0120d6df {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da893-0120d6df {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da89a-0120d6df {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da89b-0120d6df {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a186ff-0120d6df {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18701-0120d6df {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18708-0120d6df {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18710-0120d6df {
  grid-area: 3 / 1 / 4 / 3;
  place-self: start center;
}

#w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18711-0120d6df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_381ef88d-a696-f50d-c16f-26627e8c514d-0120d6df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_381ef88d-a696-f50d-c16f-26627e8c5152-0120d6df {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_381ef88d-a696-f50d-c16f-26627e8c515b-0120d6df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_381ef88d-a696-f50d-c16f-26627e8c514b-0120d6df {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e6-0120d6df, #w-node-db7d4f32-fa91-7695-4970-51695015999c-0120d6df, #w-node-ab3eba4d-7f71-a953-918d-9e5c389540b6-0120d6df {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da891-0120d6df {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18708-0120d6df, #w-node-_381ef88d-a696-f50d-c16f-26627e8c5152-0120d6df {
    grid-row: 3 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8d0642f5-e784-7ab6-86d5-6c6ff078c22c-0120d6df {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d215580b-6ab1-652e-6c88-86982974d78f-0120d6df {
    grid-column-end: 3;
  }

  #w-node-d215580b-6ab1-652e-6c88-86982974d788-0120d6df {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d215580b-6ab1-652e-6c88-86982974d789-0120d6df {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_8d0642f5-e784-7ab6-86d5-6c6ff078c23a-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e6-0120d6df {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e8-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80ed-0120d6df {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80ee-0120d6df {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80f6-0120d6df {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-db7d4f32-fa91-7695-4970-51695015999c-0120d6df {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-db7d4f32-fa91-7695-4970-51695015999e-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-db7d4f32-fa91-7695-4970-5169501599a3-0120d6df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-db7d4f32-fa91-7695-4970-5169501599a4-0120d6df {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-db7d4f32-fa91-7695-4970-5169501599ac-0120d6df {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-ab3eba4d-7f71-a953-918d-9e5c389540b6-0120d6df {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-ab3eba4d-7f71-a953-918d-9e5c389540b8-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ab3eba4d-7f71-a953-918d-9e5c389540bf-0120d6df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-ab3eba4d-7f71-a953-918d-9e5c389540c0-0120d6df {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-ab3eba4d-7f71-a953-918d-9e5c389540cd-0120d6df {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d58-0120d6df {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d8b-0120d6df {
    grid-column-end: 3;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d90-0120d6df {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d92-0120d6df {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d9c-0120d6df {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264d9d-0120d6df {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264da8-0120d6df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dc1-0120d6df, #w-node-_51ca6ac5-e7b1-e2c8-d04e-8e7f34264dd1-0120d6df, #w-node-_511ffb9d-b2cd-b00d-c109-a22fc95743b6-0120d6df {
    justify-self: stretch;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258b8c-0120d6df {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bb9-0120d6df {
    grid-column-end: 3;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bbe-0120d6df {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bc0-0120d6df {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bd6-0120d6df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bf2-0120d6df, #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258c02-0120d6df {
    justify-self: stretch;
  }

  #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bca-0120d6df, #w-node-_3db2e211-5915-05d6-64c0-ab0c8d258bcb-0120d6df {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e1e1d7aa-ae3d-8015-32cf-29cb58c1daee-0120d6df, #w-node-_8b65f5ea-e72a-1dfa-0706-9e994c4bc5b6-0120d6df {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_4b443663-10f5-9788-1a1b-e00fa658b7f6-0120d6df {
    grid-column-end: 3;
  }

  #w-node-f1f02e3a-b059-ddeb-9917-1b2774278856-0120d6df {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_323f9e3b-a1a6-6d1b-ab82-1bce0d41bfbc-0120d6df {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-0120d6df {
    grid-column: 1 / 2;
  }

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c3e-0120d6df {
    grid-column-start: 1;
  }

  #w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-0120d6df {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-0120d6df, #w-node-_16eefaeb-532c-a863-d0a4-d90abeb09bd1-0120d6df {
    grid-column-start: 1;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776f9a-0120d6df {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776fb8-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776fca-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776fdc-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776ffa-0120d6df {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da84b-0120d6df, #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da879-0120d6df {
    grid-column-end: 3;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da87e-0120d6df {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da891-0120d6df {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da893-0120d6df {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da89a-0120d6df {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_5a4c6f8e-6501-52f4-f6c4-d650a47da89b-0120d6df {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18701-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18708-0120d6df {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_7fa56da4-c3a2-c75b-dd06-d152d2a18710-0120d6df {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_381ef88d-a696-f50d-c16f-26627e8c514d-0120d6df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_381ef88d-a696-f50d-c16f-26627e8c5152-0120d6df {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-0120d6df {
    justify-self: end;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776f9a-0120d6df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776fb8-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776fca-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776fdc-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776ffa-0120d6df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dda53973-eb20-c705-e4b5-aa1d0d5e80e6-0120d6df, #w-node-db7d4f32-fa91-7695-4970-51695015999c-0120d6df, #w-node-ab3eba4d-7f71-a953-918d-9e5c389540b6-0120d6df {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-0120d6df {
    grid-column-end: 3;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776f9a-0120d6df {
    grid-column: span 2 / span 2;
  }

  #w-node-a95422ba-6094-702f-3664-1c2b87776fa7-0120d6df, #w-node-a95422ba-6094-702f-3664-1c2b87776fa9-0120d6df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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