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

.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: #a00000;
  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;
  align-items: center;
}

.container.left.highlight2 {
  align-items: flex-end;
}

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

.container.center.highlight {
  grid-row-gap: 40px;
}

.content {
  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: flex-start;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

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

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

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

.content.steps {
  width: 50%;
}

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

.btn-icon {
  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: #ec0000;
  background-image: linear-gradient(#ec0000, #a00000);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #ec000080, 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: #bc0006;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  border: 2px solid #0000001a;
  transition: all .3s;
}

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

.btn.secondary.big {
  border-width: 1px;
  border-color: #0000001a;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.secondary.big.text-grey {
  color: #2b2b36;
}

.btn.tertiary {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #1a1920;
  background-color: #fcfcfc4d;
  border: 1px solid #1a192033;
}

.btn.tertiary:hover {
  background-color: #fcfcfc;
  border-color: #1a192066;
}

.btn.tertiary.big {
  padding: 20px 40px;
  font-size: 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;
}

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

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

.plan-btn.plan-btn--active {
  color: #fcfcfc;
  background-color: #d10d14;
  border-color: #d10d14;
}

.btn-buyarea {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.section.switch {
  z-index: 1;
  color: #1a1920;
  background-image: linear-gradient(#f2f8fd, #dee2e6);
  position: relative;
}

.section.fold {
  background-image: radial-gradient(circle at 60%, #ec0000, #a00000);
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
  overflow: hidden;
}

.section.switch-online {
  z-index: 2;
  color: #1a1920;
  background-color: #f6fff5;
  background-image: radial-gradient(circle at 50% 200%, #f0dcdc, #eaeff3);
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.section.faq {
  height: auto;
}

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

.section.giftcard {
  z-index: 2;
  background-image: linear-gradient(#a30c10, #bc0006);
  position: relative;
}

.section.highlight2 {
  color: #1a1920;
  background-color: #fcfcfc;
  background-image: linear-gradient(to right, #f3fff2e6 46%, #a2e5a400 97%), url('../images/pikmin-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.highlight2.hide {
  display: none;
}

.section.halloween {
  z-index: 1;
  color: #1a1920;
  background-image: linear-gradient(#f2f8fd, #dee2e6);
}

.section.vouchers {
  z-index: 1;
  color: #fcfcfc;
  background-image: linear-gradient(#333, #111);
  position: relative;
}

.section.ea-fc {
  background-image: linear-gradient(#2c1c1c99, #1f1112), url('../images/fc24-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.highlight {
  background-image: linear-gradient(#261c2c7a, #351b4c), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.highlight.sm-rpg {
  background-image: linear-gradient(#000000a8, #1b1414), url('../images/bg_destaque.jpg');
  background-position: 0 0, 65%;
}

.section.highlight.prince {
  background-image: linear-gradient(#201c2cad, #15111f), url('../images/pop-lc.jpg');
}

.section.especial-nintendo {
  z-index: 1;
  color: #1a1920;
  background-image: linear-gradient(#f2f8fd, #dee2e6);
  padding-top: 60px;
}

.section.mario-luigi {
  background-image: linear-gradient(#f3dd4166, #3a1100f2 79%), url('../images/MarioLuigiBrothership_Rumbla.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.mario-luigi.sm-rpg {
  background-image: linear-gradient(#000000a8, #1b1414), url('../images/bg_destaque.jpg');
  background-position: 0 0, 65%;
}

.section.mario-luigi.prince {
  background-image: linear-gradient(#201c2cad, #15111f), url('../images/pop-lc.jpg');
}

.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 #ff343b;
  padding-bottom: 24px;
}

.navlink.hide {
  display: none;
}

.navlink.select {
  grid-column-gap: 8px;
  display: flex;
}

.navlink.select.w--open {
  z-index: 1;
  color: #444;
  background-color: #fcfcfc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

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

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

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

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

.step-number {
  background-color: #d10d14;
  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 {
  text-align: center;
  margin-top: -40px;
}

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

.faq-p {
  background-color: #bc0006;
  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;
}

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

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

.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 #800404;
  padding-top: 80px;
}

.dropdown {
  display: none;
}

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

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

.header.horizontal {
  flex-flow: row;
}

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

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

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

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

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

.btn-droparea {
  display: none;
}

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

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

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

.credits-select-area {
  width: 100%;
}

.switch-online-logo {
  border-radius: 12px;
  width: 100%;
  max-width: 310px;
}

.switch-online-logo.center {
  margin-left: auto;
  margin-right: auto;
}

.benefits-wrap {
  grid-row-gap: 40px;
  color: #1a1920;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
  padding: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.benefits-wrap.mobile {
  display: none;
}

.benefit-description {
  color: #3d3d4c;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.card {
  background-color: #edeff1;
  border: 1px solid #c2c7d0;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.card:hover {
  background-color: #fcfcfc;
}

.card.switch-online {
  width: 250px;
}

.carousel-slider {
  margin-right: 6%;
}

.card-header {
  width: 100%;
}

.card-header.more {
  opacity: 0;
}

.card-body {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.card-body.switch2 {
  padding-top: 0;
}

.switch-logo {
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.price-area {
  grid-row-gap: 12px;
  color: #505162;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
}

.discount {
  color: #fcfcfc;
  background-color: #d10d14;
  border-radius: 4px;
  padding: 4px;
  line-height: 20px;
}

.discount.hide {
  background-color: #dd784c;
  display: none;
}

.price {
  grid-column-gap: 8px;
  align-items: center;
  width: 100%;
  height: 28px;
  display: flex;
}

.price.voucher {
  justify-content: center;
  font-size: 20px;
}

.btn-buy-area {
  flex: 1;
}

.game-title {
  text-align: left;
  white-space: nowrap;
}

.splatoon-render {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: -360px 40px auto auto;
}

.mario3d-render {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: auto auto -340px 0%;
}

.drops-icon {
  width: 56px;
  margin-right: 12px;
  line-height: 24px;
}

.bonus {
  background-color: #edeff1;
  border: 2px solid #c2c7d0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.voucher-render {
  width: 100%;
  max-width: 550px;
}

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

.voucher-btn {
  grid-row-gap: 12px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border: 3px solid #fcfcfc66;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.voucher-btn.voucher-btn--active {
  color: #d10d14;
  background-color: #fcfcfc;
}

.highlight-link {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 150%;
}

.coupon-code {
  color: #ff9100;
  font-weight: 700;
}

.coupon {
  text-align: center;
  border: 2px dashed #ff9100;
  padding: 8px 20px;
  font-size: 14px;
  display: none;
}

.coupon.highlight {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fcfcfc80;
  display: block;
}

.coupon.highlight.hide {
  display: flex;
}

.bold-text {
  color: #ff9100;
}

.video {
  border-radius: 8px;
  width: 100%;
  max-width: 530px;
  margin-bottom: -20px;
  margin-left: auto;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

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

.btn-area-highlight {
  grid-column-gap: 20px;
  display: flex;
}

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

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

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

.classind-content {
  grid-row-gap: 4px;
  flex-direction: column;
  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;
}

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

.card-2:hover {
  outline-offset: 0px;
  background-color: #fcfcfc;
  outline: 2px solid #b81414;
  transform: scale(1.03);
}

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

.especial-logo {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.icon._24px {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.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 #ff343b;
  padding-left: 36px;
}

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

.nintendo-render {
  width: 100%;
  max-width: 650px;
}

.btn-socialmedia {
  color: #fff;
  background-color: #0003;
  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.twitch:hover {
  background-color: #9146ff;
}

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

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

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

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

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

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

.company {
  max-width: 310px;
}

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

.content-nso {
  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: flex-start;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: grid;
}

.text-block-2 {
  margin-bottom: 20px;
  font-weight: 400;
}

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

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

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

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

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

.btn-2 {
  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-2.outline {
  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-image: none;
  box-shadow: 0 2px 40px #fcfcfc1c, 0 4px 4px #0003;
}

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

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

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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-template-rows: auto;
}

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

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

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

.grid.desk-4.tab-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-4.tab-2.highlight-4 {
  grid-template-rows: auto;
  grid-template-columns: minmax(23%, 1fr) minmax(23%, 1fr) minmax(23%, 1fr) minmax(23%, 1fr);
}

.grid.desk-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-3.mosaic {
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 960px;
}

.grid.desk-3.tab-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: minmax(30%, 1fr) minmax(30%, 1fr) minmax(30%, 1fr);
}

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

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

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

.classind-2 {
  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;
}

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

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

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

.logo-img {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-height: 200px;
}

.logo-wrap {
  max-width: 480px;
  max-height: 200px;
}

.logo-wrap.center {
  max-width: 440px;
}

.logo-wrap.center.sm-rpg {
  max-width: 400px;
}

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

.highlight-info {
  grid-row-gap: 20px;
  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: block;
}

.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: 600;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag.genre {
  background-color: #5c1011;
}

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

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

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

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

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

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

.coupon-block {
  flex-direction: column;
  display: flex;
}

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

.coupon-block.especial-nintendo {
  width: 80%;
}

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

.coupon-code-2, .coupon-code-2.yellow {
  color: #f2a400;
}

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

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

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.carousel-mask {
  width: 32%;
  max-width: 433px;
  height: auto;
  overflow: visible;
}

.arrow-slider {
  color: #505162;
  background-color: #edeff1;
  border: 1px solid #c2c7d0;
  border-radius: 8px;
  width: 50px;
  height: 40px;
  font-size: 20px;
  transition: all .2s;
  inset: auto;
}

.arrow-slider:hover {
  color: #fcfcfc;
  background-color: #d10d14;
  border-color: #d10d14;
}

.arrow-slider.left {
  top: auto;
  bottom: 0%;
  left: 0%;
}

.arrow-slider.right {
  top: auto;
  bottom: 0%;
  right: 0;
}

.slider-dot {
  text-align: center;
  padding-top: 14px;
  font-size: 12px;
  line-height: 12px;
}

.text-block-3 {
  max-width: 1000px;
}

.tab-link {
  opacity: .5;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  margin-right: 0;
  padding: 12px 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

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

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

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

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

.price-3.highlight {
  flex: 0 auto;
  width: auto;
  font-size: 24px;
}

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

.vertical-tab {
  width: 100%;
}

.btn-buyarea-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  min-width: 150px;
  display: grid;
  position: relative;
}

.tabs-menu {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.btn-3 {
  color: #fff;
  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.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-3.outline:hover {
  background-color: #fcfcfc33;
  box-shadow: 0 0 40px #fcfcfc33, inset 0 0 0 1px #fcfcfc4d;
}

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

.btn-3.buy {
  color: #fcfcfc;
  background-color: #e02c33;
  background-image: linear-gradient(#e02c33, #bc0006);
}

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

.btn-3.buy.big {
  background-image: linear-gradient(#e02c33, #bc0006);
  padding: 20px 40px;
  font-size: 20px;
}

.btn-3.buy.big:hover {
  background-image: none;
}

.editions-title {
  font-size: 20px;
  font-weight: 600;
}

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

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

.disclaimer-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

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

.div-block-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-socialmedia-2 {
  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-2:hover {
  background-color: #5865f2;
}

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

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

.cyberdeals-logo {
  align-self: center;
  max-width: 400px;
}

.card-3 {
  background-color: #123a8c;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  box-shadow: 0 2px 6px #0000001a;
}

.card-3:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.03);
  box-shadow: 0 20px 9px #0003;
}

.card-3.nintendo {
  background-color: #edeff1;
  border: 1px solid #c2c7d0;
}

.btn-4 {
  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-4.nintendo-primary {
  color: #faefd4;
  background-color: #d10d14;
  background-image: linear-gradient(#e41727, #d10d14);
  border-radius: 8px;
}

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

.btn-4.light {
  color: #1a1920;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all .3s;
}

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

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

.game-title-2 {
  white-space: nowrap;
  align-self: stretch;
}

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

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

.disclaimer {
  border-radius: 5px;
  font-size: 14px;
  font-style: italic;
  line-height: 150%;
}

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

.discount-4 {
  color: #000;
  background-color: #f58a3a;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
}

.discount-4.nintendo {
  color: #fff;
  background-color: #d10d14;
}

.red {
  color: #e30613;
}

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

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

.preorder-tag-block {
  z-index: 5;
  grid-column-gap: 8px;
  align-items: center;
  margin-top: -12px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.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-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2.desk-4.tab-2 {
  grid-template-columns: minmax(22%, 1fr) minmax(22%, 1fr) minmax(22%, 1fr) minmax(22%, 1fr);
}

.product-label {
  z-index: 2;
  grid-column-gap: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #192360;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.product-label.nintendo {
  color: #fff;
  background-image: linear-gradient(to right, #c01523, #e41727);
}

.btn-buyarea-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start stretch;
  min-width: 150px;
  display: grid;
  position: relative;
}

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

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

.content-wrap.center {
  text-align: center;
  align-items: center;
  max-width: 1300px;
}

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

.section-2.nintendo {
  color: #3d3d4c;
  background-color: #f2f8fd;
  background-image: linear-gradient(#f2f8fd, #f3eeee);
}

.section-2.promo {
  color: #3d3d4c;
  text-align: center;
  background-color: #d90000;
  padding: 80px 40px;
}

.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: 500;
  line-height: 12px;
  display: flex;
  overflow: auto;
}

.product-tag-2.preorder {
  background-color: #0b50ff;
  align-self: stretch;
}

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

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

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

.btn-area-2 {
  align-self: flex-start;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
}

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

.header-3.mktp {
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.btn-5 {
  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-5.primary {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

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

.btn-5.primary.big {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

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

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

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

.container-3.banner {
  background-image: linear-gradient(225deg, #fcfcfc, #dee2e6);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

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

.subtittle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.caption-3 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.blue {
  color: #0e55b9;
}

.clock-number {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.offer-date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.code-highlight {
  color: #ffcf26;
  font-weight: 700;
}

.tab-link-2 {
  opacity: 1;
  color: #5d729c;
  text-align: center;
  background-color: #05122d;
  border-radius: 999px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.tab-link-2:hover {
  opacity: 1;
  color: #f2f2f4;
}

.tab-link-2.w--current {
  opacity: 1;
  color: #05122d;
  background-color: #f2f2f4;
}

.clock-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
}

.paragraph.large {
  font-size: 18px;
  line-height: 27px;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  max-width: 60px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.clock {
  width: 50px;
  max-width: 60px;
}

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

.btn-area-3 {
  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-3._230px {
  max-width: 230px;
}

.main-highlight {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: minmax(20px, 20px) auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.main-highlight.select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  text-align: left;
  background-color: #edeff1;
  border-radius: 8px;
  outline: 1px solid #c2c7d0;
  grid-template-rows: auto auto;
}

.highlight-title {
  text-align: left;
  text-overflow: clip;
  overflow-wrap: anywhere;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.highlight-title.more {
  text-align: left;
}

.game-price {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.calendar-date {
  align-self: center;
}

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

.btn-6.light {
  color: #1a1920;
  background-color: #f2f2f4;
  transition: all .3s;
}

.btn-6.light:hover {
  box-shadow: 0 0 40px #f2f2f466, 0 4px 4px #0003;
}

.game-info-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.game-title-3 {
  text-align: left;
  text-overflow: clip;
  overflow-wrap: anywhere;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

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

.header-4.center {
  text-align: center;
  align-self: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.item-price {
  font-size: 20px;
  line-height: 28px;
}

.item-price.highlight {
  text-align: left;
  word-break: break-all;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.coupon-code-3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.coupon-code-3.highlight {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.highlight-span {
  color: #7fa9ff;
}

.clock {
  width: 42px;
}

.highlight-info-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  text-overflow: ellipsis;
  flex-flow: column;
  display: flex;
}

.highlight-info-2.more {
  z-index: 9;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}

.game-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  text-overflow: ellipsis;
  flex-flow: column;
  display: flex;
}

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

.content-wrap-2.tab {
  text-align: center;
  align-items: center;
  padding-top: 20px;
}

.discount-5 {
  color: #fcfcfc;
  background-color: #ff2475;
  background-image: linear-gradient(90deg, #f26d09, #ff2475);
  border-radius: 8px;
  padding: 4px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.discount-5.highlight {
  border-radius: 0 0 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-tag-3 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #192360;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  overflow: auto;
}

.product-tag-3.preorder {
  background-color: #2069ff;
  align-self: stretch;
}

.product-tag-3.microsoft {
  background-color: #008746;
}

.product-tag-3.epic-games {
  background-color: #101014;
}

.product-tag-3.xbox {
  background-color: #007f00;
}

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

.product-tag-3.nintendo {
  background-color: #e60012;
}

.product-tag-3.rockstar {
  color: #1a1920;
  background-color: #ffaf00;
}

.product-tag-3.ubisoft {
  background-image: linear-gradient(40deg, #17244b, #331b36);
}

.product-tag-3.playstation {
  background-image: linear-gradient(90deg, #064ed5, #0261d5);
}

.counter {
  grid-column-gap: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.highlight-card {
  outline-offset: 0px;
  color: #f2f2f4;
  background-color: #123a8c;
  border-radius: 8px 8px 0 0;
  outline: 1px solid #c2c7d0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.highlight-card.with-click:hover {
  outline-offset: 0px;
  outline: 3px solid #f2f2f4;
  transform: translate(0, -8px);
  box-shadow: 0 6px #f2f2f4;
}

.highlight-card.more {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}

.highlight-card.more:hover {
  outline-offset: 0px;
  outline: 3px solid #f2f2f4;
  transform: translate(0, -8px);
  box-shadow: 0 6px #f2f2f4;
}

.calendar-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.games-line._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.game {
  border-radius: 8px;
}

.btn-area-4 {
  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-4._230px {
  max-width: 230px;
}

.btn-area-5 {
  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-5._230px {
  max-width: 230px;
}

.btn-area-6 {
  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-6._230px {
  max-width: 230px;
}

.btn-area-7 {
  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-7._230px {
  max-width: 230px;
}

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

.product-tag-4 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #192360;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  overflow: auto;
}

.product-tag-4.preorder {
  background-color: #2069ff;
  align-self: stretch;
}

.product-tag-4.microsoft {
  background-color: #008746;
}

.product-tag-4.epic-games {
  background-color: #101014;
}

.product-tag-4.xbox {
  background-color: #007f00;
}

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

.product-tag-4.nintendo {
  background-color: #e60012;
}

.product-tag-4.rockstar {
  color: #1a1920;
  background-color: #ffaf00;
}

.product-tag-4.ubisoft {
  background-image: linear-gradient(40deg, #17244b, #331b36);
}

.product-tag-4.playstation {
  background-image: linear-gradient(90deg, #064ed5, #0261d5);
}

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

  .section.giftcard {
    z-index: 2;
  }

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

  .section.ea-fc, .section.highlight {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .section.highlight.sm-rpg {
    background-position: 0 0, 50%;
  }

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

  .section.mario-luigi.sm-rpg {
    background-position: 0 0, 50%;
  }

  .howtoworks {
    justify-content: center;
  }

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

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

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

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

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

  .carousel-slider {
    margin-right: 20px;
  }

  .splatoon-render {
    max-width: 360px;
    top: -360px;
    right: -270px;
  }

  .mario3d-render {
    max-width: 489px;
    bottom: -400px;
    left: -230px;
  }

  .drops-icon {
    line-height: 24px;
  }

  .voucher-render {
    max-width: 620px;
  }

  .voucher-btn {
    text-decoration: none;
  }

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

  .nintendo-render {
    max-width: 732px;
    right: -30px;
  }

  .grid.desk-2.tab-2.psn {
    grid-column-gap: 32px;
    grid-template-columns: 1.25fr 1.2fr;
  }

  .grid.desk-3.mosaic {
    max-width: 1060px;
  }

  .classind-2 {
    max-width: 580px;
  }

  .price-2 {
    color: #fff;
  }

  .video-2 {
    max-width: 580px;
  }

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

  .carousel-mask {
    width: 32.3%;
  }

  .arrow-slider.right {
    bottom: 0;
  }

  .price-3 {
    color: #fff;
  }

  .card-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .price-area-2 {
    align-items: center;
  }

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

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

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

  .tab-link-2 {
    opacity: .6;
  }

  .clock-label {
    font-weight: 500;
  }

  .paragraph.large {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph.small {
    line-height: 20px;
  }

  .main-highlight.select {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
  }

  .header-4.center {
    max-width: 1060px;
  }

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

  .highlight-card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .calendar-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .game {
    border-radius: 12px;
    box-shadow: 0 3px 4px #0003;
  }
}

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

  h2 {
    width: 100%;
    font-size: 44px;
  }

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

  h4, 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 {
    grid-row-gap: 80px;
    text-align: center;
    justify-content: center;
  }

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

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

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

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

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

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

  .section.switch-online {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .section.giftcard {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.highlight2 {
    background-image: linear-gradient(#f3fff2ed, #f3fff2ed), url('../images/pikmin-bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.ea-fc, .section.highlight {
    background-position: 0 0, 90%;
  }

  .section.highlight.sm-rpg {
    background-position: 0 0, 72%;
  }

  .section.mario-luigi {
    background-position: 0 0, 90%;
  }

  .section.mario-luigi.sm-rpg {
    background-position: 0 0, 72%;
  }

  .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 #ff343b;
    padding-left: 36px;
  }

  .navlink.hide {
    display: block;
  }

  .howtoworks {
    max-height: 240px;
  }

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

  .step {
    font-size: 16px;
  }

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

  .caption.giftcard {
    display: none;
  }

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

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

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

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

  .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: #ff343b;
    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 {
    flex-direction: column;
    display: flex;
  }

  .header.highlight {
    align-items: center;
    width: 100%;
  }

  .plan-header {
    margin-bottom: 20px;
  }

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

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

  .switch-online-logo {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .switch-online-logo.center {
    max-width: 280px;
  }

  .benefits-wrap {
    max-width: none;
    margin-right: 0;
    display: none;
    position: static;
  }

  .benefits-wrap.mobile {
    display: block;
  }

  .card.hide {
    display: none;
  }

  .card.switch-online {
    width: 100%;
    max-width: 250px;
  }

  .switch-logo {
    max-width: 280px;
  }

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

  .btn-area {
    margin-left: auto;
    margin-right: auto;
  }

  .splatoon-render {
    max-width: 170px;
    top: -230px;
    right: auto;
  }

  .mario3d-render {
    max-width: 260px;
    bottom: -220px;
    left: auto;
    right: auto;
  }

  .drops-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .bonus {
    flex-direction: column;
  }

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

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

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

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

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

  .game-info {
    width: 100%;
  }

  .especial-logo {
    max-width: 500px;
  }

  .dropdown-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    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;
  }

  .nintendo-render {
    max-width: 250px;
    position: absolute;
    inset: auto 0% -310px auto;
  }

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

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

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

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

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

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

  .grid {
    margin-left: 0;
  }

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

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

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

  .grid.desk-4.tab-2 {
    grid-column-gap: 28px;
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-4.tab-2.highlight-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.desk-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid.desk-3.mosaic {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .grid.desk-3.tab-2 {
    grid-column-gap: 28px;
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

  .coupon-block.especial-nintendo {
    width: 100%;
  }

  .coupon-wrap {
    width: auto;
  }

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

  .carousel.is_contained {
    overflow: visible;
  }

  .carousel-mask {
    width: 42%;
  }

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

  .btn-buyarea-3 {
    grid-template-columns: 1fr .5fr;
  }

  .tabs-menu {
    justify-content: center;
  }

  .btn-3 {
    position: relative;
  }

  .btn-3.buy {
    background-color: #e02c33;
    background-image: linear-gradient(#e02c33, #bc0006);
  }

  .editions-title {
    justify-content: center;
    display: flex;
  }

  .disclaimer-text {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .cyberdeals-logo {
    max-width: 350px;
    margin-bottom: 16px;
  }

  .btn-4 {
    position: relative;
  }

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

  .disclaimer {
    text-align: center;
  }

  .price-4 {
    min-width: 150px;
  }

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

  .grid-2.desk-4.tab-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .btn-buyarea-4 {
    grid-template-columns: 1fr .5fr;
  }

  .content-wrap {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

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

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

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

  .header-3.mktp {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .btn-5.primary.big {
    display: flex;
  }

  .image-wrap.right {
    max-width: 500px;
    padding-right: 60px;
  }

  .game-disclaimer {
    text-align: center;
  }

  .subtittle {
    font-weight: 600;
  }

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

  .clock-number {
    font-size: 36px;
    line-height: 42px;
  }

  .offer-date {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .tabs-menu-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .tab-link-2 {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.small {
    font-size: 12px;
    line-height: 18px;
  }

  .product-tag-wrap-2 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .main-highlight {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .highlight-title.more {
    font-size: 18px;
    line-height: 24px;
  }

  .calendar-date {
    text-align: left;
  }

  .btn-6 {
    position: relative;
  }

  .btn-6.light.normal {
    font-size: 14px;
    line-height: 16px;
  }

  .game-title-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .header-4 {
    text-align: left;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

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

  .item-price.highlight {
    font-size: 16px;
    line-height: 20px;
  }

  .coupon-code-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .coupon-code-3.highlight {
    font-size: 12px;
    line-height: 18px;
  }

  .highlight-info-2.more {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .content-wrap-2 {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

  .content-wrap-2.tab {
    padding-top: 8px;
  }

  .discount-5.highlight {
    border-bottom-right-radius: 14px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .product-tag-3 {
    grid-column-gap: 6px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .counter {
    justify-content: center;
    width: 100%;
  }

  .highlight-card {
    border-radius: 16px;
  }

  .calendar-icon {
    width: 16px;
    height: 16px;
  }

  .games-line {
    width: 740px;
  }

  .games-line._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    left: -60px;
  }

  .game {
    border-radius: 8px;
  }

  .div-block-3 {
    width: 100%;
  }

  .product-tag-wrap-3 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .product-tag-4 {
    grid-column-gap: 6px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
  }
}

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

  h2 {
    font-size: 40px;
  }

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

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

  .section.ea-fc, .section.highlight {
    background-position: 0 0, 80%;
  }

  .section.highlight.sm-rpg {
    background-position: 0 0, 72%;
  }

  .section.mario-luigi {
    background-position: 0 0, 80%;
  }

  .section.mario-luigi.sm-rpg {
    background-position: 0 0, 72%;
  }

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

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

  .step-number {
    flex: none;
  }

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

  .steps {
    text-align: left;
  }

  .dropdown {
    padding: 13px;
  }

  .header {
    align-items: center;
  }

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

  .header.highlight {
    align-items: center;
  }

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

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

  .btn-navarea {
    display: none;
  }

  .card.switch-online {
    max-width: 200px;
  }

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

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

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

  .game-title {
    overflow: hidden;
  }

  .splatoon-render {
    max-width: 150px;
  }

  .drops-icon {
    width: 60px;
  }

  .coupon {
    font-size: 12px;
  }

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

  .game-info {
    width: 100%;
  }

  .especial-logo {
    max-width: 400px;
  }

  .dropdown-2 {
    padding: 13px;
  }

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

  .nintendo-render {
    max-width: 220px;
    inset: -177px 0 -270px auto;
  }

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

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

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

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

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

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

  .grid.desk-4.tab-3.mob-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .grid.desk-4.tab-2.highlight-4 {
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    max-width: 580px;
  }

  .grid.desk-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.mosaic {
    grid-template-rows: auto auto minmax(auto, 100px);
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

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

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

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

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

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

  .carousel-mask {
    max-width: 222px;
    height: auto;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .btn-buyarea-3 {
    grid-template-columns: 1fr .75fr;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .btn-3.outline.big {
    width: 100%;
  }

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

  .btn-3.buy.big {
    width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .card-3 {
    padding-bottom: 0;
  }

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

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

  .preorder-tag-block {
    margin-top: -14px;
    margin-left: 12px;
  }

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

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

  .btn-buyarea-4 {
    grid-template-columns: 1fr .75fr;
  }

  .price-area-2 {
    flex-flow: wrap;
    align-items: center;
    height: auto;
  }

  .content-wrap {
    grid-row-gap: 20px;
    height: 100%;
    font-size: 16px;
  }

  .product-tag-2.preorder.product-card {
    height: 24px;
  }

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

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

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

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

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

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

  .subtittle {
    font-size: 16px;
    line-height: 20px;
  }

  .clock-number {
    font-size: 28px;
    line-height: 32px;
  }

  .offer-date {
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 16px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .tab-link-2 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clock-label {
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.large {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.small {
    font-size: 10px;
    line-height: 15px;
  }

  .box {
    width: 50px;
    max-width: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .box.clock {
    display: none;
  }

  .product-tag-wrap-2 {
    align-self: auto;
  }

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

  .main-highlight {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .highlight-title, .highlight-title.more {
    font-size: 16px;
    line-height: 22px;
  }

  .btn-6.light.normal {
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .game-title-3 {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .coupon-code-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .highlight-info-2.more {
    font-size: 12px;
    line-height: 16px;
  }

  .content-wrap-2 {
    grid-row-gap: 20px;
    height: 100%;
    font-size: 16px;
  }

  .discount-5.highlight {
    border-bottom-right-radius: 12px;
  }

  .product-tag-3 {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .counter {
    grid-column-gap: 0px;
    justify-content: center;
  }

  .highlight-card {
    border-radius: 12px;
    padding-bottom: 0;
  }

  .highlight-card.with-click:hover {
    transform: translate(0, -4px);
  }

  .highlight-card.more {
    max-height: 803px;
  }

  .highlight-card.more:hover {
    transform: translate(0, -4px);
  }

  .calendar-icon {
    width: 16px;
    height: 16px;
    display: flex;
  }

  .games-line._1 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .game {
    border-radius: 4px;
  }

  .btn-area-4, .btn-area-5, .btn-area-6, .btn-area-7 {
    max-width: 420px;
  }

  .product-tag-wrap-3 {
    align-self: auto;
  }

  .product-tag-4 {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  .content.grid {
    text-align: center;
  }

  .content.steps {
    width: 100%;
  }

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

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

  .section.fold {
    height: 830px;
    padding-top: 0;
  }

  .section.ea-fc {
    background-position: 0 0, 90%;
  }

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

  .section.highlight.sm-rpg {
    background-position: 0 0, 45%;
  }

  .section.mario-luigi {
    background-position: 0 0, 77%;
  }

  .section.mario-luigi.sm-rpg {
    background-position: 0 0, 45%;
  }

  .howtoworks {
    max-height: 250px;
  }

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

  .step {
    text-align: left;
  }

  .step-number {
    flex: none;
  }

  .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;
    margin-left: 20px;
    display: none;
    inset: -140px 0% auto;
  }

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

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

  .steps {
    margin-bottom: auto;
  }

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

  .header.giftcard {
    text-align: center;
    width: 100%;
  }

  .header.highlight {
    width: 100%;
  }

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

  .switch-online-logo, .switch-online-logo.center {
    max-width: 220px;
  }

  .benefits-wrap {
    padding: 28px 20px;
  }

  .card.hide {
    display: block;
  }

  .carousel-slider {
    margin-right: 12px;
  }

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

  .price.voucher {
    font-size: 16px;
  }

  .splatoon-render {
    right: auto;
  }

  .mario3d-render {
    left: auto;
  }

  .bonus {
    font-size: 16px;
  }

  .voucher-image {
    text-align: left;
    align-self: center;
    display: none;
    inset: -140px 0% auto;
  }

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

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

  .btn-area-highlight {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
  }

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

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

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

  .text-block {
    font-size: 11px;
  }

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

  .render {
    display: none;
  }

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

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

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

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

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

  .grid.desk-4.tab-3.mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-4.tab-2 {
    grid-template-columns: minmax(100%, 1fr);
  }

  .grid.desk-4.tab-2.highlight-4 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .grid.desk-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid.desk-3.mosaic {
    grid-template-rows: auto auto auto auto minmax(auto, 100px);
    grid-template-columns: 1fr;
  }

  .grid.desk-3.tab-2 {
    grid-template-rows: auto;
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .carousel-mask {
    width: 72%;
    max-width: 202px;
  }

  .slider-dot {
    display: none;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .drops-area, .price-3.highlight {
    justify-content: center;
  }

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

  .tabs-menu {
    flex-direction: row;
  }

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

  .div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

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

  .cyberdeals-logo {
    max-width: 300px;
  }

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

  .disclaimer {
    text-align: center;
    font-size: 12px;
  }

  .card-body-2 {
    padding-bottom: 16px;
  }

  .grid-2.desk-4.tab-2 {
    grid-template-columns: minmax(100%, 1fr);
  }

  .btn-buyarea-4 {
    grid-template-columns: 1fr;
  }

  .content-wrap {
    grid-row-gap: 28px;
    height: auto;
  }

  .section-2.promo {
    padding: 60px 20px;
  }

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

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

  .clock-number {
    font-size: 24px;
    line-height: 30px;
  }

  .offer-date {
    font-size: 10px;
    line-height: 14px;
  }

  .tabs-menu-2 {
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .tab-link-2 {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .box {
    width: 50px;
    max-width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-area-3._230px {
    max-width: none;
  }

  .highlight-title.more {
    font-size: 14px;
    line-height: 18px;
  }

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

  .header-4 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .coupon-code-3, .highlight-info-2.more {
    font-size: 12px;
    line-height: 16px;
  }

  .content-wrap-2 {
    grid-row-gap: 28px;
    height: auto;
  }

  .discount-5.highlight {
    font-size: 12px;
    line-height: 16px;
  }

  .counter {
    flex-flow: wrap;
    justify-content: center;
  }

  .calendar-icon {
    width: 14px;
    height: 14px;
  }

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

  .btn-area-4._230px, .btn-area-5._230px, .btn-area-6._230px, .btn-area-7._230px {
    max-width: none;
  }
}

#w-node-_7cfdb19a-1fb4-c13d-a037-e54b8faa5f78-7d1b9a98 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_7cfdb19a-1fb4-c13d-a037-e54b8faa5f7a-7d1b9a98 {
  align-self: end;
}

#w-node-d2450a1f-561d-61a6-0e25-c7029adb0290-7d1b9a98 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-d2450a1f-561d-61a6-0e25-c7029adb0292-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d1024836-2722-3e08-6167-88a928161e62-7d1b9a98, #w-node-d235af40-7e4e-897a-f69d-08e085631bc9-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6c43276-93bc-91dd-73c1-e5ccf444a151-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1bac4146-79f2-fbfe-cd76-93d0d076fab5-7d1b9a98, #w-node-b46e9d08-3b96-c1ee-2edc-dac90389da49-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a39e76d3-2195-825d-8de2-fb30b5de6c80-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a39e76d3-2195-825d-8de2-fb30b5de6c81-7d1b9a98, #w-node-_690ba9db-68cd-e0d8-1df7-d9669be4c1a9-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a75ed12b-8585-f517-173b-f943bd50ffae-7d1b9a98, #w-node-c9d1c782-7bfb-9f4d-c7f2-bf0ca5334ddf-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ab-7d1b9a98 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ad-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938c3-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ca-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938cb-7d1b9a98, #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938cd-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938e6-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a19edcd9-12d1-2143-77a0-4e9fed9938e7-7d1b9a98, #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938e9-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0270-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0282-7d1b9a98, #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0291-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0295-7d1b9a98 {
  justify-self: start;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0298-7d1b9a98 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f029a-7d1b9a98 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f02a2-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f02a3-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b152-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b178-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8395efd3-a98e-b6b2-31cb-3fc882d31a96-7d1b9a98, #w-node-_48d85a9d-930b-626a-632e-e64b7e87f44b-7d1b9a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f268c17-c6c4-0846-02c3-5cb20566aca9-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3f268c17-c6c4-0846-02c3-5cb20566acad-7d1b9a98 {
  justify-self: start;
}

#w-node-_534a0acf-7305-e010-84c8-d68efa56f310-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_534a0acf-7305-e010-84c8-d68efa56f314-7d1b9a98 {
  justify-self: start;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b18c-7d1b9a98 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b18e-7d1b9a98 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b196-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_064d047b-4a29-9938-c489-3c6d05f5b197-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

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

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

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

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

#w-node-_9854fb80-fb2b-86ad-e7ce-6f4534811931-7d1b9a98 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed755-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed778-7d1b9a98, #w-node-_40580415-4cab-eb00-beb8-082bce6ed785-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed789-7d1b9a98 {
  justify-self: start;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed78c-7d1b9a98 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed78e-7d1b9a98 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed796-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_40580415-4cab-eb00-beb8-082bce6ed797-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f7390-7d1b9a98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f7395-7d1b9a98 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f7399-7d1b9a98, #w-node-a5015563-3d51-386d-71d6-7e276385a108-7d1b9a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f739b-7d1b9a98 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-bcc82a08-52d0-95db-fab0-dfe0a61a27b5-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f739f-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f73a1-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f73a3-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f73a5-7d1b9a98, #w-node-_2ab4eb8d-03cc-71b2-e909-18a224858102-7d1b9a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f73a7-7d1b9a98 {
  grid-area: 1 / 1 / 5 / 2;
  align-self: center;
}

#w-node-e542b717-e00a-bb42-34f4-1bcf419f73ad-7d1b9a98 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6d40691c-f85f-52bc-5973-eb23308e45ba-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6d40691c-f85f-52bc-5973-eb23308e45e4-7d1b9a98, #w-node-_6d40691c-f85f-52bc-5973-eb23308e460c-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6d40691c-f85f-52bc-5973-eb23308e4610-7d1b9a98 {
  justify-self: start;
}

#w-node-_6d40691c-f85f-52bc-5973-eb23308e45e9-7d1b9a98 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_6d40691c-f85f-52bc-5973-eb23308e45eb-7d1b9a98 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7280518b-5670-fb53-5213-12b240f56391-7d1b9a98 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7280518b-5670-fb53-5213-12b240f56392-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8f45e081-e055-e738-6b64-110c316ea4bc-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_87a2df5a-36f8-43d3-905b-38e8a8aa5d83-7d1b9a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be83-7d1b9a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be85-7d1b9a98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b4b67f5-b5b5-2f55-fed7-4578b8e5aee9-7d1b9a98 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be87-7d1b9a98 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be8b-7d1b9a98, #w-node-_7aa65533-b5e2-5220-5b62-4126b46f89c9-7d1b9a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9c1ef6e-2c79-12b5-8d31-5924a0e5be9f-7d1b9a98 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-c464e728-6815-cdd2-8792-78d4147e0cf3-7d1b9a98 {
  justify-self: end;
}

#w-node-_32142009-adcd-2446-d829-937bb604008f-7d1b9a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_68b7aeca-fe57-be09-fa6f-90e2c2dcbb07-7d1b9a98, #w-node-_776d9d94-98c4-6176-2bc6-fff7e69cbd2d-7d1b9a98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7cfdb19a-1fb4-c13d-a037-e54b8faa5f78-7d1b9a98 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_7cfdb19a-1fb4-c13d-a037-e54b8faa5f7a-7d1b9a98 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7cfdb19a-1fb4-c13d-a037-e54b8faa5f97-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2450a1f-561d-61a6-0e25-c7029adb0290-7d1b9a98 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-d2450a1f-561d-61a6-0e25-c7029adb0292-7d1b9a98 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a75ed12b-8585-f517-173b-f943bd50ffae-7d1b9a98, #w-node-c9d1c782-7bfb-9f4d-c7f2-bf0ca5334ddf-7d1b9a98 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ab-7d1b9a98 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ad-7d1b9a98 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ca-7d1b9a98 {
    grid-row: 3 / 4;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0270-7d1b9a98 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0282-7d1b9a98 {
    grid-column-end: 3;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0289-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0295-7d1b9a98 {
    justify-self: stretch;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f0298-7d1b9a98 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f029a-7d1b9a98 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f02a2-7d1b9a98 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e5adf6c4-808f-6b63-e8f3-aa1a1d1f02a3-7d1b9a98 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b152-7d1b9a98 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b178-7d1b9a98 {
    grid-column-end: 3;
  }

  #w-node-_8395efd3-a98e-b6b2-31cb-3fc882d31a96-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f268c17-c6c4-0846-02c3-5cb20566acad-7d1b9a98, #w-node-_534a0acf-7305-e010-84c8-d68efa56f314-7d1b9a98 {
    justify-self: stretch;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b18c-7d1b9a98 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b18e-7d1b9a98 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b196-7d1b9a98 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_064d047b-4a29-9938-c489-3c6d05f5b197-7d1b9a98 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-7d1b9a98 {
    grid-column: 1 / 2;
    align-self: center;
  }

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

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

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-7d1b9a98 {
    grid-column-start: 1;
  }

  #w-node-_9854fb80-fb2b-86ad-e7ce-6f4534811931-7d1b9a98 {
    grid-column: 1 / 2;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed755-7d1b9a98 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed778-7d1b9a98 {
    grid-column-end: 3;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed77d-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed789-7d1b9a98 {
    justify-self: stretch;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed78c-7d1b9a98 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed78e-7d1b9a98 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed796-7d1b9a98 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_40580415-4cab-eb00-beb8-082bce6ed797-7d1b9a98 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e542b717-e00a-bb42-34f4-1bcf419f7390-7d1b9a98 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-e542b717-e00a-bb42-34f4-1bcf419f7395-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f739b-7d1b9a98 {
    grid-column-start: 1;
  }

  #w-node-e542b717-e00a-bb42-34f4-1bcf419f73a7-7d1b9a98 {
    grid-column: 2 / 3;
    grid-row-end: 2;
    justify-self: end;
  }

  #w-node-e542b717-e00a-bb42-34f4-1bcf419f73ad-7d1b9a98 {
    grid-column-start: 1;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e45ba-7d1b9a98 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e45e4-7d1b9a98 {
    grid-column-end: 3;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e4604-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e4610-7d1b9a98 {
    justify-self: stretch;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e45e9-7d1b9a98 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_6d40691c-f85f-52bc-5973-eb23308e45eb-7d1b9a98 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7280518b-5670-fb53-5213-12b240f56391-7d1b9a98 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_7280518b-5670-fb53-5213-12b240f56392-7d1b9a98 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_32142009-adcd-2446-d829-937bb604008f-7d1b9a98 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_32142009-adcd-2446-d829-937bb60400ad-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400bf-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400d1-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400ef-7d1b9a98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f73a7-7d1b9a98 {
    justify-self: end;
  }

  #w-node-_32142009-adcd-2446-d829-937bb604008f-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32142009-adcd-2446-d829-937bb60400ad-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400bf-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400d1-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb60400ef-7d1b9a98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ea-7d1b9a98, #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938eb-7d1b9a98, #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ec-7d1b9a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ed-7d1b9a98, #w-node-a19edcd9-12d1-2143-77a0-4e9fed9938ee-7d1b9a98 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-7d1b9a98, #w-node-_9854fb80-fb2b-86ad-e7ce-6f4534811931-7d1b9a98, #w-node-e542b717-e00a-bb42-34f4-1bcf419f7390-7d1b9a98 {
    grid-column-end: 3;
  }

  #w-node-_32142009-adcd-2446-d829-937bb604008f-7d1b9a98 {
    grid-column: span 2 / span 2;
  }

  #w-node-_32142009-adcd-2446-d829-937bb604009c-7d1b9a98, #w-node-_32142009-adcd-2446-d829-937bb604009e-7d1b9a98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


