:root {
  --gray-50: #f2f2f4;
  --dark-blue-300: #5d729c;
  --blue-700: #174bb5;
  --dark-blue-400: #3d5689;
  --gray-800: #42444e;
  --white: white;
  --gray-100: #d5d6dc;
  --gray-950: #1a1920;
  --dark-blue-500: #0f2d69;
  --dark-blue-900: #05122d;
  --gray-400: #9395a5;
  --black: #111314;
  --blue-400: #4d87ff;
  --blue-500: #2069ff;
  --blue-900: #0d2c6b;
  --red-500: #f30c14;
  --spring-green-500: #26fe96;
  --green-500: #5eff6c;
  --yellow-500: #ffcf26;
  --orange-500: #f26d09;
  --magenta-300: #ff6ca3;
  --magenta-500: #ff2475;
  --dark-blue-700: #091f4c;
  --blue-800: #123a8c;
  --violet-500: #864dff;
  --red-40\<deleted\|variable-d8b9291d\>: #e02c33;
}

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

body {
  color: var(--gray-50);
  background-color: #e0e1e7;
  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: 800;
  line-height: 72px;
}

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

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

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

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

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

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #ec0000;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

img {
  width: 100%;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--dark-blue-300);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.sg-menu-link {
  color: var(--dark-blue-300);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--gray-50);
}

.sg-menu-link.w--current {
  background-color: var(--blue-700);
  color: var(--gray-50);
  border-radius: 8px;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--dark-blue-400);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.horizontal-line.design-system {
  position: relative;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: var(--gray-800);
  max-width: 420px;
}

.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-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.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-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid.desk-4.tab-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  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-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
}

.grid.desk-2.tab-2.banner-destaque {
  background-color: var(--gray-800);
  grid-template-columns: 1fr 1fr;
  height: 100%;
  min-height: 500px;
  padding: 40px;
}

.grid.desk-2.tab-2.banner-destaque._1 {
  background-color: var(--gray-800);
  color: var(--gray-50);
  background-image: linear-gradient(135deg, #230738 25%, #b95ce73b), url('../images/metroid-beyond-bg.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid.desk-2.tab-2.banner-destaque._4 {
  background-image: linear-gradient(90deg, #05281ab3 23%, #1a192000 92%), url('../images/NintendoSwitch2_HyruleWarriorsAgeofImprisonment_scrn24.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid.desk-2.tab-2.banner-destaque._2 {
  color: var(--gray-50);
  background-image: linear-gradient(#42444e1a, #42444ee6), url('../images/apps.1141.13611629487809145.d525d06b-da44-4337-9fc7-c920cf412e74.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-color: var(--gray-800);
  background-image: linear-gradient(135deg, #0d0e0e 25%, #19191a0d), url('../images/NintendoSwitch2_Hades_II_Screenshot-3.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 500px;
}

.grid.desk-2.tab-2.banner-destaque._3 {
  background-image: url('../images/cyber-deal-pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  align-content: center;
}

.grid.desk-2.tab-2.intro-without-video {
  grid-row-gap: 10px;
  grid-template-columns: .75fr 1fr;
  max-width: 960px;
}

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

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

.wrapper {
  width: 100%;
  min-height: 100vh;
}

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

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  border: 2px solid var(--gray-100);
  background-color: var(--gray-100);
  opacity: .8;
  color: var(--gray-800);
  text-align: center;
  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:hover {
  opacity: 1;
  color: var(--gray-950);
}

.tab-link.w--current {
  background-color: var(--gray-50);
  opacity: 1;
  color: #ec0000;
  border: 2px solid #ec0000;
  box-shadow: inset 0 0 #ec0000;
}

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

._2-1-grid.coupon {
  background-color: var(--dark-blue-500);
  border-radius: 20px;
  padding: 24px 32px;
}

._2-1-grid.coupon.button {
  grid-template-columns: 1.5fr 1.25fr;
}

._2-1-grid.coupon {
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-radius: 20px;
  padding: 16px 20px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-9 {
  width: 75%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._120 {
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._60 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.spacer._8 {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.spacer._12 {
  background-color: #0000;
  width: 12px;
  height: 12px;
}

.spacer._20 {
  text-transform: uppercase;
  background-color: #0000;
  width: 20px;
  height: 20px;
}

.spacer._28 {
  text-transform: uppercase;
  background-color: #0000;
  width: 28px;
  height: 28px;
}

.spacer._40 {
  background-color: #0000;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

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

.paragraph.small.disclaimer {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.paragraph.small.disclaimer.center {
  margin-top: -20px;
}

.paragraph.small.coupon-disclaimer {
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

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

.paragraph.more-coupons {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.visible-spacer {
  background-color: var(--dark-blue-900);
  border-radius: 5px;
  display: inline-block;
}

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

.rich-text img {
  border-radius: 6px;
}

.ds-module {
  background-color: var(--dark-blue-900);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

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

.icon._32px {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}

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

.icon._16px {
  width: 16px;
  height: 16px;
  line-height: 16%;
}

.icon._20px {
  width: 20px;
  height: 20px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.vertical-tab {
  width: 100%;
}

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

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.gray-50 {
  background-color: var(--gray-50);
}

.color-block.gray-100 {
  background-color: var(--gray-100);
}

.color-block.gray-400 {
  background-color: var(--gray-400);
}

.color-block.gray-800 {
  background-color: var(--gray-800);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.gray-950 {
  background-color: var(--gray-950);
}

.color-block.dark-blue-900 {
  background-color: var(--dark-blue-900);
}

.color-block.dark-blue-400 {
  background-color: var(--dark-blue-400);
}

.color-block.dark-blue-300 {
  background-color: var(--dark-blue-300);
}

.color-block.blue-400 {
  background-color: var(--blue-400);
}

.color-block.blue-500 {
  background-color: var(--blue-500);
}

.color-block.blue-700 {
  background-color: var(--blue-700);
}

.color-block.blue-900 {
  background-color: var(--blue-900);
}

.color-block.red-500 {
  background-color: var(--red-500);
}

.color-block.spring-green-500 {
  background-color: var(--spring-green-500);
}

.color-block.green-500 {
  background-color: var(--green-500);
}

.color-block.yellow-500 {
  background-color: var(--yellow-500);
}

.color-block.orange-50 {
  background-color: var(--orange-500);
}

.color-block.magenta-300 {
  background-color: var(--magenta-300);
}

.color-block.magenta-500 {
  background-color: var(--magenta-500);
}

.color-block.dark-blue-700 {
  background-color: var(--dark-blue-700);
}

.color-block.blue-800 {
  background-color: var(--blue-800);
}

.color-block.dark-blue-500 {
  background-color: var(--dark-blue-500);
}

.color-block.violet-500 {
  background-color: var(--violet-500);
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  color: var(--gray-950);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-500);
  color: #fff;
}

.ds-icon {
  margin-right: 24px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.btn {
  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 2px 4px #0003;
}

.btn.secondary {
  background-color: var(--dark-blue-400);
  color: var(--gray-50);
  transition: all .3s;
}

.btn.secondary:hover {
  background-color: var(--dark-blue-300);
  box-shadow: 0 0 40px #5d729c66, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 16px 28px;
  font-size: 18px;
}

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

.btn.primary {
  background-color: var(--blue-500);
  color: var(--gray-50);
}

.btn.primary:hover {
  background-image: linear-gradient(90deg, var(--blue-500), var(--blue-400));
  box-shadow: 0 0 40px #00000087, 0 4px 4px #0003;
}

.btn.primary.big {
  padding: 16px 28px;
  font-size: 18px;
}

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

.btn.light {
  background-color: var(--gray-50);
  color: var(--gray-950);
  transition: all .3s;
}

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

.btn.light.big {
  padding: 16px 28px;
  font-size: 18px;
}

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

.btn.buy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--gray-50);
  background-color: #ec0000;
  background-image: linear-gradient(135deg, #ec0000, #a00000);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.btn.buy.big {
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 20px;
  display: flex;
}

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

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

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

.btn.outline:hover {
  background-color: var(--gray-50);
  color: var(--dark-blue-900);
  box-shadow: 0 0 40px #f2f2f466, inset 0 0 0 1px #fcfcfc4d;
}

.btn.outline.big {
  padding: 16px 28px;
  font-size: 18px;
}

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

.btn.disabled {
  background-color: var(--gray-400);
  box-shadow: none;
  color: var(--gray-100);
}

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

.btn.disabled.big {
  padding: 16px 28px;
  font-size: 20px;
}

.btn.outline-dark {
  box-shadow: inset 0 0 0 2px var(--gray-400);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-950);
  background-color: #fcfcfc1a;
  transition: all .3s;
}

.btn.outline-dark:hover {
  background-color: var(--gray-50);
  color: var(--dark-blue-900);
  box-shadow: 0 0 40px #f2f2f466, inset 0 0 0 1px #fcfcfc4d;
}

.btn.outline-dark.big {
  padding: 16px 28px;
  font-size: 18px;
}

.btn.outline-dark.small {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 16px;
}

.ds-section-header {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.text-box {
  max-width: 1300px;
}

.text-box._640px {
  max-width: 640px;
  min-height: 64px;
}

.text-box._640px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.text-box._420px {
  max-width: 420px;
  min-height: 64px;
}

.text-box._420px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.text-box._310px {
  max-width: 310px;
  min-height: 64px;
}

.text-box._310px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.text-box._1300px {
  max-width: 1300px;
  min-height: 64px;
}

.text-box._1300px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.text-box._860px {
  max-width: 860px;
  min-height: 64px;
}

.text-box._860px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.text-box._530px {
  max-width: 530px;
  min-height: 64px;
}

.text-box._530px.visible {
  background-color: var(--dark-blue-900);
  border-radius: 6px;
}

.sg-label {
  color: var(--dark-blue-300);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.white-link {
  color: #9ec5fa;
}

.sg-nav-container {
  border-right: 1px solid var(--dark-blue-900);
  background-color: var(--dark-blue-700);
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

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

.display {
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 86px;
}

.brand {
  align-items: center;
  width: 160px;
  display: flex;
}

.brand.symbol {
  width: 52px;
}

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

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

.content-wrap.tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  align-items: center;
  margin-top: 40px;
}

.header {
  grid-row-gap: 10px;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.header.faq-header {
  width: 100%;
  max-width: 310px;
  font-size: 20px;
}

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

.header.left {
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.container.footer {
  border-top: 2px solid var(--gray-800);
  padding-top: 80px;
}

.container.highlights {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.intro {
  background-color: #ec0000;
  background-image: radial-gradient(circle at 60%, #ec0000, #a00000);
  padding-top: 160px;
  padding-bottom: 80px;
}

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

.container.content-center.campaign {
  grid-row-gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.more, .container.genres, .container.faq-c {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section {
  color: var(--gray-950);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.installments {
  z-index: 998;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue-700);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 80px;
  margin-top: 64px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: fixed;
  overflow: hidden;
}

.section.intro {
  color: var(--gray-50);
  background-image: radial-gradient(circle at 60%, #ec0000, #a00000);
  padding-top: 64px;
  overflow: hidden;
}

.section.dark {
  background-color: var(--gray-950);
  color: var(--gray-50);
  text-align: left;
}

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

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

.clock {
  width: 42px;
}

.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: 42px;
  max-width: 42px;
}

.card {
  background-color: var(--gray-50);
  outline-color: var(--gray-50);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 0;
  outline-style: solid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  overflow: hidden;
}

.card:hover {
  box-shadow: 0 6px 0 0 var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  transform: translate(0, -6px);
}

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

.discount.banner {
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  font-size: 18px;
  display: flex;
}

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

.disclaimer {
  color: var(--gray-400);
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
}

.disclaimer.center {
  text-align: center;
  margin-top: 40px;
}

.disclaimer.white {
  color: var(--white);
}

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

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

.arrow-slider {
  border: 1px solid var(--gray-100);
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-radius: 16px;
  width: 44px;
  height: 40px;
  font-size: 24px;
  transition: all .2s;
  inset: auto;
  box-shadow: 0 2px 4px #00000047;
}

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

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

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

.carousel-mask {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.slider-dot {
  text-align: center;
  width: 100%;
  max-width: 1380px;
  padding-top: 14px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  inset: auto 0% 0%;
}

.carousel-slider-long {
  margin-right: 40px;
}

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

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

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

.product-tag {
  grid-column-gap: 8px;
  color: var(--white);
  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.preorder {
  background-color: var(--blue-500);
  align-self: stretch;
}

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

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

.product-tag.rockstar {
  color: var(--gray-950);
  background-color: #ffaf00;
}

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

.product-tag.switch {
  background-color: #c01523;
}

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

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

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

.product-tag.switch-2, .product-tag.switch2 {
  color: #c01523;
  background-color: #fdecec;
}

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

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

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

.btn-socialmedia.twitter {
  display: none;
}

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

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

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

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

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

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

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

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

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

.footer-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.company {
  max-width: 310px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

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

.footer-nav {
  flex-direction: column;
  display: flex;
}

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

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

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

.social-icon {
  height: 16px;
}

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

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

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

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

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

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

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

.brand-img {
  color: var(--gray-50);
  width: 138px;
  height: 30px;
}

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

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

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

.btn-area._320px.coupon {
  align-content: center;
}

.btn-area._420px {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  max-width: 420px;
}

.btn-area._420px.intro {
  margin-top: 20px;
}

.btn-area._360px {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  max-width: 360px;
}

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

.btn-area._230px {
  max-width: 230px;
}

.logo-wrap {
  align-self: flex-start;
  max-width: 320px;
}

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

.logo-wrap.banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 200px;
  display: flex;
}

.logo-wrap.left {
  justify-content: center;
  align-self: center;
}

.logo-img.coupon-logo {
  max-width: 160px;
  max-height: none;
}

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

.content.banner-destaque {
  grid-row-gap: 24px;
}

.content.coupon-content {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.content.coupon-content.banner {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.carousel-slider {
  border-radius: 20px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 4px 10px #0003;
}

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

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

.carousel-genres.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

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

.code-wrap {
  border: 2px dashed var(--yellow-500);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 20px;
}

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

.coupon-code.banner-destaque {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

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

.coupon-code.copy {
  display: block;
}

.coupon-code.copied {
  display: none;
}

.faq-body-cont {
  color: var(--dark-blue-300);
  padding: 0 30px 30px;
}

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

.faq-content._860px {
  width: 100%;
  max-width: 860px;
}

.faq-answer {
  color: var(--gray-50);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
}

.faq-img {
  z-index: 2;
  color: var(--gray-50);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.social-faq {
  grid-column-gap: 12px;
  padding-top: 20px;
  padding-left: 32px;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: var(--gray-50);
  white-space: normal;
  width: 100%;
  max-width: 640px;
  margin-left: 8px;
  position: relative;
}

.faq-icon {
  z-index: 2;
  color: var(--gray-800);
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq-p {
  border: 2px solid var(--gray-800);
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.faq {
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-droparea {
  display: none;
}

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

.navlinks.w--open {
  display: flex;
}

.navlink {
  grid-column-gap: 8px;
  color: #fcfcfc80;
  text-align: center;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navlink:hover {
  color: var(--gray-50);
}

.navlink.w--current {
  color: var(--gray-50);
  border-bottom: 4px solid #c01523;
  padding-bottom: 16px;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.navlink.w--open {
  z-index: 1;
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navlink.dropdown-link {
  grid-column-gap: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  display: none;
}

.navlink.dropdown-link.w--open {
  z-index: 1;
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown {
  display: none;
}

.dropdown.menu.w--open {
  background-color: var(--gray-50);
  border-top-right-radius: 8px;
  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: var(--gray-800);
  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 {
  border-left: 4px solid var(--blue-500);
  color: var(--gray-950);
  padding-left: 36px;
}

.container-4 {
  grid-row-gap: 40px;
  text-align: center;
  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;
}

.card-2 {
  background-color: #2a2838;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card-2:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.02);
  box-shadow: 8px 8px #717079;
}

.coupon-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.coupon-icon {
  color: var(--orange-500);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  max-height: 40px;
  display: flex;
}

.coupon-icon.banner {
  color: var(--red-500);
  justify-content: center;
  align-items: center;
  max-width: 32px;
  max-height: 32px;
}

.coupon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link {
  color: var(--gray-50);
  text-decoration: underline;
}

.action-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: flex;
}

.card-icon {
  color: var(--yellow-500);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 30px;
  max-height: 30px;
  display: flex;
}

.code-highlight {
  color: var(--red-500);
  font-weight: 700;
}

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

.cta-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.coupon-banner {
  grid-column-gap: 16px;
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 20px;
  display: flex;
}

.card-3 {
  background-color: #123a8c;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  overflow: hidden;
}

.card-3:hover {
  outline-offset: 0px;
  outline: 3px solid #2069ff;
  box-shadow: 0 6px #2069ff;
}

.card-header {
  width: 100%;
}

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

.highlight-card {
  outline-color: var(--gray-400);
  outline-offset: 0px;
  color: var(--gray-50);
  background-color: #123a8c;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.highlight-card.more {
  background-color: var(--gray-50);
  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 #ec0000;
}

.highlight-card.offers {
  background-image: linear-gradient(180deg, #174bb5cc, var(--blue-700)), url('../images/disco-elysium-bg.jpg');
  outline-offset: 0px;
  text-align: left;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  outline: 3px solid #6593f0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 150px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

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

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

.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 {
  text-align: left;
  grid-template-rows: auto auto auto auto;
}

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

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

.highlight-info.offers {
  z-index: 9;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

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

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

.highlight-title.offers {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

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

.genre-title {
  align-self: center;
}

.highlight-genre {
  outline-offset: 0px;
  color: var(--gray-50);
  background-color: #123a8c;
  border-radius: 20px;
  outline: 3px solid #6593f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.genre-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

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

.highlight-span {
  color: #ec0000;
  font-size: 18px;
  line-height: 24px;
}

.highlight-span.big {
  font-size: 20px;
  line-height: 28px;
}

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

.gradient-right, .gradient-left {
  display: none;
}

.game-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.coupon-highlight {
  color: var(--yellow-500);
}

.coupon-tag {
  background-color: var(--blue-900);
  color: var(--gray-50);
  border-radius: 8px;
  padding: 4px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: 0 0 4px 2px #00000057;
}

.coupon-tag.banner {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.platform-logo {
  width: 320px;
}

.steps {
  grid-row-gap: 20px;
  background-color: #0003;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

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

.step-number {
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.carousel {
  color: var(--gray-50);
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

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

.nintendo-render {
  width: 100%;
  max-width: 600px;
  position: absolute;
  inset: -5% 0% 0% auto;
}

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

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

.price {
  grid-column-gap: 8px;
  align-self: center;
  align-items: center;
  height: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.price.voucher {
  font-size: 20px;
  line-height: 24px;
}

.price.soon {
  color: var(--gray-400);
}

.price-area {
  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;
}

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

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

.product-label {
  z-index: 2;
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.product-label.switch {
  color: var(--gray-50);
  background-color: #c01523;
}

.product-label.switch-2 {
  color: #c01523;
  background-color: #fdecec;
}

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

.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: 12px;
  display: grid;
}

.credit-btn {
  border: 2px solid var(--gray-100);
  color: var(--gray-950);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: all .3s;
}

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

.credit-btn.credit-btn--active {
  color: var(--gray-50);
  background-color: #ec0000;
  border-color: #ec0000;
}

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

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

.select-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--gray-50);
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  line-height: 24px;
  display: flex;
}

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

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

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

.benefits-wrap {
  grid-row-gap: 40px;
  background-color: var(--gray-50);
  color: var(--gray-950);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
}

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

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

.benefit {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

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

.benefit-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d4c;
  flex-flow: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
}

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

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

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

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

.plan-btn.plan-btn--active {
  color: var(--gray-50);
  background-color: #ec0000;
  border-color: #ec0000;
}

.credits-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.square-cover {
  border-radius: 20px;
  overflow: hidden;
}

.voucher-btn {
  grid-row-gap: 12px;
  border: 3px solid var(--gray-100);
  color: var(--gray-950);
  text-align: center;
  background-color: #0000;
  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: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.voucher-btn.voucher-btn--active {
  color: var(--gray-50);
  text-align: center;
  background-color: #ec0000;
  border-color: #ec0000;
}

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

.highlight-link {
  color: var(--gray-950);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.bonus {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--gray-50);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

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

.img-wrap {
  width: 100%;
}

.img-wrap.banner {
  max-width: 400px;
  max-height: 420px;
}

.img-wrap.banner.square {
  border: 2px solid #ffffff2e;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 11px #0000005e;
}

.yellow {
  color: var(--yellow-500);
}

.code-wrap-clip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px dashed var(--orange-500);
  color: var(--orange-500);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.coupon-icon-2 {
  color: #ffcf26;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  max-height: 40px;
  display: flex;
}

.coupon-highlight-2 {
  color: #ffcf26;
}

.coupon-code-icon {
  justify-content: center;
  align-items: center;
  display: block;
}

.coupon-code-icon.copied {
  display: none;
}

.coupon-code-icon.copy {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.coupon-img {
  align-self: center;
  max-width: 18px;
  max-height: 18px;
}

.orange {
  color: var(--orange-500);
}

.text-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.drops {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

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

.main.banner-destaque {
  grid-row-gap: 20px;
}

.main.coupon-content {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.main.coupon-content.banner {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .grid.desk-5 {
    grid-row-gap: 20px;
  }

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

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

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .header.left {
    max-width: 1060px;
  }

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

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

  .arrow-slider {
    height: 56px;
    font-size: 32px;
  }

  .arrow-slider.right {
    bottom: 50%;
    right: -30px;
  }

  .arrow-slider.left {
    bottom: 50%;
    left: -30px;
  }

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

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

  .video {
    max-width: 580px;
  }

  .btn-area._320px.coupon {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

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

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

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

  .highlight-info.offers {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .gradient-right {
    z-index: 8;
    background-image: linear-gradient(90deg, #091f4c00, #091f4c 20%);
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% -99% 0% auto;
  }

  .gradient-left {
    z-index: 8;
    background-image: linear-gradient(90deg, #091f4c 80%, #091f4c00);
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% -99%;
  }

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

  .nintendo-render {
    max-width: 600px;
    top: -10%;
  }

  .product-label.switch {
    color: var(--gray-50);
  }

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

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

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

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

  .main.coupon-content {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

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

  h6 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0;
  }

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

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

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

  .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-4.tab-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .grid.desk-2.tab-2.banner-destaque {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 36px 20px;
  }

  .grid.desk-2.tab-2.banner-destaque._4 {
    background-position: 0 0, 50%;
  }

  .grid.desk-2.tab-2.banner-destaque._2 {
    min-height: 500px;
    padding: 16px;
  }

  .grid.desk-2.tab-2.intro-without-video {
    grid-template-columns: 1fr;
  }

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

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

  .grid.desk-5 {
    grid-column-gap: 20px;
  }

  ._1-2-grid {
    grid-column-gap: 28px;
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

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

  ._2-1-grid {
    grid-column-gap: 28px;
    margin-left: 0;
  }

  ._2-1-grid.coupon.button {
    grid-template-columns: 2fr 1fr;
  }

  ._2-1-grid.coupon {
    border-radius: 16px;
    padding: 16px 20px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

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

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

  .paragraph.small.disclaimer {
    text-align: left;
  }

  .paragraph.small.disclaimer.center {
    text-align: center;
  }

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

  .icon._24px {
    width: 20px;
    height: 20px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .btn {
    position: relative;
  }

  .btn.secondary {
    border-radius: 6px;
    font-size: 14px;
  }

  .btn.secondary.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.secondary.small {
    font-size: 12px;
  }

  .btn.secondary.normal {
    line-height: 16px;
  }

  .btn.primary {
    border-radius: 6px;
  }

  .btn.primary.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.primary.small {
    font-size: 12px;
    line-height: 16px;
  }

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

  .btn.light {
    border-radius: 6px;
  }

  .btn.light.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.light.small {
    font-size: 12px;
  }

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

  .btn.buy {
    border-radius: 6px;
  }

  .btn.buy.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.buy.small {
    font-size: 12px;
    line-height: 16px;
  }

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

  .btn.outline {
    border-radius: 6px;
  }

  .btn.outline.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.outline.small {
    font-size: 12px;
    line-height: 16px;
  }

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

  .btn.disabled.small {
    border-radius: 6px;
    font-size: 12px;
  }

  .btn.disabled.big {
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 16px;
  }

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

  .btn.outline-dark {
    border-radius: 6px;
  }

  .btn.outline-dark.big {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn.outline-dark.small {
    font-size: 12px;
    line-height: 16px;
  }

  .btn.outline-dark.normal {
    font-size: 14px;
    line-height: 16px;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .subtittle {
    font-size: 18px;
    line-height: 24px;
  }

  .subtittle._02 {
    font-size: 14px;
    line-height: 18px;
  }

  .display {
    font-size: 60px;
    line-height: 72px;
  }

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

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

  .header {
    grid-row-gap: 8px;
    align-self: stretch;
    font-size: 14px;
    line-height: 20px;
  }

  .header.faq-header {
    text-align: left;
  }

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

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

  .container {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.intro {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .container.content-center.campaign {
    padding-bottom: 40px;
  }

  .container.more, .container.genres, .container.faq-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.installments {
    margin-top: 64px;
    font-size: 12px;
    font-weight: 700;
  }

  .card {
    border-radius: 16px;
  }

  .discount {
    border-radius: 6px;
    padding: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .discount.banner {
    font-size: 16px;
  }

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

  .disclaimer {
    font-size: 11px;
    line-height: 13px;
  }

  .disclaimer.center {
    margin-top: 28px;
  }

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

  .carousel-mask {
    border-radius: 16px;
  }

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

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

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

  .product-tag {
    grid-column-gap: 6px;
    border-radius: 6px;
  }

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

  .company {
    text-align: left;
    max-width: none;
    font-size: 11px;
    line-height: 13px;
  }

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

  .footer-link {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .btn-area._320px.coupon {
    align-self: flex-start;
  }

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

  .btn-area._420px.intro {
    margin-top: 10px;
  }

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

  .logo-wrap {
    justify-content: center;
    align-self: flex-start;
    max-width: 300px;
  }

  .logo-wrap.banner {
    max-width: 300px;
  }

  .logo-wrap.left {
    max-width: 420px;
  }

  .logo-img {
    height: 100%;
  }

  .content {
    align-self: stretch;
    align-items: center;
  }

  .content.banner-destaque {
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }

  .content.coupon-content {
    font-size: 16px;
  }

  .content.coupon-content.banner {
    font-size: 14px;
    line-height: 18px;
  }

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

  .carousel-slider {
    border-radius: 16px;
  }

  .carousel-genres.is_contained {
    overflow: visible;
  }

  .genre-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }

  .code-wrap {
    border-radius: 6px;
  }

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

  .coupon-code.banner-destaque {
    align-self: flex-start;
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .faq-img {
    height: 24px;
    margin-right: 0;
  }

  .toggle-text {
    margin-right: 20px;
  }

  .faq-icon {
    width: 24px;
  }

  .faq-p {
    border-radius: 16px;
  }

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

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

  .menu {
    z-index: 999;
    order: 1;
  }

  .navigation {
    order: 1;
  }

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

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

  .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: 260px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .navlink {
    color: var(--gray-800);
    text-align: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
  }

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

  .navlink.w--current {
    color: var(--gray-950);
    border-bottom-style: none;
    border-left: 4px solid #c01523;
    padding-bottom: 12px;
    padding-left: 36px;
  }

  .navlink.dropdown-link {
    display: inline-block;
  }

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

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

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

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

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

  .container-4 {
    align-self: center;
  }

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

  .coupon-icon.banner {
    max-width: 24px;
    max-height: 24px;
  }

  .action-wrap {
    flex-flow: column;
  }

  .card-icon {
    max-width: 28px;
    max-height: 28px;
  }

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

  .cta-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .coupon-banner {
    grid-column-gap: 16px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .highlight-card.offers {
    min-height: 120px;
  }

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

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

  .highlight-info.offers {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

  .highlight-genre {
    border-radius: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .genre-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

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

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

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

  .platform-logo {
    width: 240px;
  }

  .steps {
    text-align: left;
    border-radius: 16px;
    padding: 16px;
  }

  .step {
    font-size: 14px;
    line-height: 18px;
  }

  .step-number {
    border-radius: 10px;
    width: 32px;
    height: 28px;
  }

  .carousel.is_contained {
    overflow: visible;
  }

  .nintendo-render {
    position: absolute;
    top: auto;
    left: auto;
    right: 0%;
  }

  .card-body {
    min-height: 170px;
    padding: 16px;
  }

  .price {
    font-size: 14px;
    line-height: 16px;
  }

  .price.voucher {
    font-size: 18px;
    line-height: 22px;
  }

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

  .game-title.line-clamp {
    font-size: 14px;
    line-height: 18px;
  }

  .product-label {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .credits-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .credit-btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .select-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .caption.giftcard {
    display: none;
  }

  .benefits-wrap {
    grid-row-gap: 28px;
    border-radius: 16px;
    max-width: none;
    margin-right: 0;
    padding: 16px;
    position: static;
  }

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

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

  .benefit {
    grid-column-gap: 16px;
  }

  .benefit-icon {
    max-width: 44px;
  }

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

  .nso-block {
    grid-row-gap: 28px;
    padding-right: 0;
  }

  .plan-btn {
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .voucher-btn {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .bonus {
    border-radius: 16px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .drops-icon {
    margin-right: 0;
  }

  .code-wrap-clip {
    border-radius: 6px;
  }

  .coupon-img {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 16px;
    max-height: 16px;
    display: flex;
  }

  .drops {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 14px;
  }

  .main {
    align-self: stretch;
    align-items: center;
  }

  .main.banner-destaque {
    grid-row-gap: 16px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }

  .main.coupon-content {
    font-size: 16px;
  }

  .main.coupon-content.banner {
    grid-row-gap: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .main.banner {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

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

  .grid.desk-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    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-4.tab-4 {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

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

  .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-4.tab-3.mob-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .grid.desk-2.tab-2.banner-destaque {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 400px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid.desk-2.tab-2.banner-destaque._1 {
    background-image: linear-gradient(0deg, #230738 25%, #b95ce73b), url('../images/metroid-beyond-bg.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid.desk-2.tab-2.banner-destaque._2 {
    min-height: 400px;
  }

  .grid.desk-2.tab-2.banner-destaque._4 {
    background-image: linear-gradient(0deg, #05281ab3 48%, #1a192000 92%), url('../images/NintendoSwitch2_HyruleWarriorsAgeofImprisonment_scrn24.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid.desk-2.tab-2.banner-destaque._2 {
    background-image: linear-gradient(#0d0e0e 25%, #19191a0d), url('../images/NintendoSwitch2_Hades_II_Screenshot-3.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .grid.desk-6.tab-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  ._1-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .tab-link {
    flex: none;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  ._2-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._2-1-grid.coupon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 12px;
    grid-template-columns: 1fr;
    padding: 16px 12px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

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

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

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

  .icon._20px {
    width: 16px;
    height: 16px;
  }

  .tabs-menu {
    padding-bottom: 4px;
    overflow: auto;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn.secondary.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.secondary.small {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }

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

  .btn.primary.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.primary.small {
    padding: 6px 14px;
    font-size: 10px;
  }

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

  .btn.light.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.light.small {
    padding: 6px 14px;
    font-size: 10px;
  }

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

  .btn.buy {
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .btn.buy.big {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.buy.small {
    padding: 6px 14px;
    font-size: 10px;
  }

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

  .btn.outline.big {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.outline.small {
    padding: 6px 14px;
    font-size: 10px;
  }

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

  .btn.disabled.small {
    padding: 6px 14px;
    font-size: 10px;
  }

  .btn.disabled.big {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.disabled.normal {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn.outline-dark.big {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn.outline-dark.small {
    padding: 6px 14px;
    font-size: 10px;
  }

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

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

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

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

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

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

  .header {
    grid-row-gap: 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .header.faq-header {
    text-align: center;
    max-width: 640px;
    font-size: 24px;
  }

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

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

  .container {
    padding: 40px 16px;
  }

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

  .container.content-center.campaign {
    padding-top: 60px;
  }

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

  .section.installments {
    margin-top: 54px;
    font-size: 12px;
  }

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

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

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

  .box.clock {
    display: none;
  }

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

  .discount {
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
  }

  .discount.banner {
    font-size: 14px;
    line-height: 18px;
  }

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

  .disclaimer {
    font-size: 10px;
    line-height: 12px;
  }

  .disclaimer.center {
    margin-top: 20px;
  }

  .carousel-mask {
    border-radius: 12px;
  }

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

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

  .footer-social-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .company {
    flex-direction: column;
    font-size: 10px;
    line-height: 10px;
    display: flex;
  }

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-link {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .video-wrap.right {
    max-width: 320px;
  }

  .btn-area._320px.coupon {
    align-self: center;
    max-width: 240px;
  }

  .btn-area._360px {
    align-self: center;
  }

  .logo-wrap {
    align-self: center;
    max-width: 250px;
  }

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

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

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

  .content {
    text-align: center;
  }

  .content.banner-destaque {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
  }

  .content.coupon-content {
    grid-column-gap: 8px;
    text-align: left;
    align-items: center;
  }

  .content.coupon-content.button {
    flex-flow: column;
  }

  .content.banner {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .carousel-slider {
    border-radius: 12px;
  }

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

  .genre-icon {
    width: 30px;
    height: 30px;
    display: flex;
  }

  .code-wrap {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .coupon-code.banner-destaque {
    align-self: auto;
  }

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

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

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

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

  .faq-p {
    border-radius: 12px;
  }

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

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

  .btn-droparea {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .btn-navarea {
    display: none;
  }

  .dropdown {
    padding: 13px;
  }

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

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

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

  .coupon-text.button {
    text-align: center;
  }

  .coupon-icon {
    max-width: 30px;
    max-height: 30px;
  }

  .coupon-icon.banner {
    max-width: 20px;
    max-height: 20px;
  }

  .action-wrap {
    flex-flow: row;
  }

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

  .cta-area {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .coupon-banner {
    grid-column-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

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

  .highlight-card.offers {
    border-radius: 12px;
  }

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

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

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

  .highlight-info.offers {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .genre-title {
    font-size: 14px;
  }

  .highlight-genre {
    border-radius: 12px;
    padding: 12px 8px;
  }

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

  .genre-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

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

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

  .coupon-tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .coupon-tag.banner {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .steps {
    text-align: left;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .step {
    grid-column-gap: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .step-number {
    border-radius: 8px;
    flex: none;
    width: 28px;
    height: 24px;
  }

  .nintendo-render {
    inset: auto 0 0 auto;
  }

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

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

  .price {
    grid-column-gap: 4px;
    font-size: 12px;
    line-height: 14px;
  }

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

  .price-area {
    height: auto;
  }

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

  .game-title.line-clamp {
    font-size: 12px;
    line-height: 16px;
  }

  .product-label {
    font-size: 10px;
  }

  .credits-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .credit-btn {
    font-size: 16px;
    line-height: 22px;
  }

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

  .select-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    border-radius: 12px;
    padding: 16px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .giftcard-render {
    display: none;
  }

  .benefits-wrap {
    grid-row-gap: 20px;
    border-radius: 12px;
    padding: 16px 12px;
  }

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

  .benefits {
    grid-row-gap: 20px;
  }

  .benefit {
    grid-column-gap: 12px;
  }

  .benefit-icon {
    max-width: 32px;
  }

  .benefit-description {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .nso-block {
    grid-row-gap: 20px;
    text-align: center;
    padding-right: 0;
  }

  .plan-btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .voucher-btn {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .voucher-render {
    display: none;
  }

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

  .bonus {
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .img-wrap {
    max-width: 260px;
  }

  .img-wrap.banner {
    max-width: 150px;
    max-height: 290px;
  }

  .img-wrap.banner.square {
    display: none;
  }

  .code-wrap-clip {
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .coupon-icon-2 {
    max-width: 30px;
    max-height: 30px;
  }

  .coupon-img {
    max-width: 14px;
    max-height: 14px;
  }

  .drops {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main {
    text-align: center;
  }

  .main.banner-destaque {
    text-align: center;
    align-items: center;
  }

  .main.coupon-content {
    grid-column-gap: 8px;
    text-align: left;
    align-items: center;
  }

  .main.coupon-content.button {
    flex-flow: column;
  }

  .main.banner {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .grid.desk-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    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;
  }

  .grid.desk-3.offers {
    max-width: 360px;
  }

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

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

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

  .grid.desk-2.tab-2.banner-destaque._4 {
    background-position: 0 0, 60%;
  }

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

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

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

  ._2-1-grid.coupon.button {
    grid-template-columns: 1.25fr;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .paragraph.small.disclaimer {
    text-align: left;
  }

  .paragraph.small.disclaimer.center {
    text-align: center;
  }

  .paragraph.small.coupon-disclaimer {
    text-align: left;
  }

  .paragraph.small.coupon-disclaimer.center, .paragraph.large.hero {
    text-align: center;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .subtittle {
    font-size: 16px;
  }

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

  .container.intro {
    padding-top: 120px;
  }

  .section.installments {
    max-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

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

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

  .discount.highlight {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 16px;
  }

  .carousel-mask {
    margin-bottom: 60px;
  }

  .slider-dot {
    display: none;
  }

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

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

  .footer-social-nav {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

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

  .video-wrap.right {
    max-width: 240px;
  }

  .btn-area._420px {
    grid-template-columns: 1fr;
  }

  .btn-area._360px {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

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

  .logo-wrap.banner {
    max-width: 200px;
    min-height: auto;
  }

  .content.coupon-content {
    flex-flow: row;
  }

  .content.coupon-content.button {
    flex-flow: column;
  }

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

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

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

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

  .faq-img {
    display: none;
  }

  .social-faq {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
  }

  .coupon-text.button {
    text-align: center;
  }

  .card-icon {
    max-width: 24px;
    max-height: 24px;
  }

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

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

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

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

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

  .steps {
    margin-bottom: auto;
  }

  .step {
    text-align: left;
  }

  .step-number {
    flex: none;
  }

  .render {
    display: none;
  }

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

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

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

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

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

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

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

  .img-wrap {
    max-width: 210px;
  }

  .coupon-code-icon {
    overflow: hidden;
  }

  .coupon-code-icon.copy {
    align-self: center;
  }

  .drops {
    font-size: 12px;
  }

  .main.coupon-content {
    flex-flow: row;
  }

  .main.coupon-content.button {
    flex-flow: column;
  }
}

#w-node-_160e018e-b438-744b-46ad-c8948930bed7-696381c2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bedc-696381c2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4b8dc6d3-bd3e-0828-7f9c-179d38bf7ae9-696381c2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5671c092-6433-aefd-960b-f2dd4926e706-696381c2 {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e3c-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e6e-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e6f-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e80-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e82-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2e448c9-f923-0736-4cea-48071df1e63c-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a2e448c9-f923-0736-4cea-48071df1e677-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2e448c9-f923-0736-4cea-48071df1e678-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-a2e448c9-f923-0736-4cea-48071df1e68c-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2e448c9-f923-0736-4cea-48071df1e690-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8a191597-291c-f0f8-61bb-b481838e07d6-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8a191597-291c-f0f8-61bb-b481838e0811-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8a191597-291c-f0f8-61bb-b481838e0812-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8a191597-291c-f0f8-61bb-b481838e0826-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a191597-291c-f0f8-61bb-b481838e082a-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_707a9c7d-f934-65a9-f3a4-fcea9007afe7-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b022-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b023-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b037-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b03b-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52273a84-1769-4ffe-a7cc-c0d433106200-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_52273a84-1769-4ffe-a7cc-c0d43310623b-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52273a84-1769-4ffe-a7cc-c0d43310623c-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_52273a84-1769-4ffe-a7cc-c0d433106250-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52273a84-1769-4ffe-a7cc-c0d433106254-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956822-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956860-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956861-696381c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956875-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956877-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d4e87e5-5a4d-2567-571f-411d2d63859f-696381c2 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_7749d022-936c-f478-e6cf-0420a8e4a032-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7749d022-936c-f478-e6cf-0420a8e4a03d-696381c2, #w-node-_7749d022-936c-f478-e6cf-0420a8e4a03d-696381c2:active {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7749d022-936c-f478-e6cf-0420a8e4a048-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7898fd2-8b8a-1e6d-054a-78d2ed3cad69-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-e7898fd2-8b8a-1e6d-054a-78d2ed3cad7c-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fe67bf7-8f66-f988-a31d-3a3557694353-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_5fe67bf7-8f66-f988-a31d-3a3557694361-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_477810f8-e750-e163-c4cf-a85a943cdafa-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_477810f8-e750-e163-c4cf-a85a943cdb0d-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2511a0e-0ebe-9aca-e470-bc08fa240523-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-c2511a0e-0ebe-9aca-e470-bc08fa240536-696381c2, #xbox-giftcard-button-group.w-node-_8e86aab6-3cbe-1b5d-b2fe-d4c07f2f46e1-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c017ec-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c017fe-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c01803-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c01815-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c0181a-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c0182c-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c01831-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c01843-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c01848-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c0185a-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c0185f-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c01871-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c89f657-9b78-f185-7bd2-1dd115c01876-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7c89f657-9b78-f185-7bd2-1dd115c01888-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7383eb38-6a43-22d7-bd5f-b60363fd1f18-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7383eb38-6a43-22d7-bd5f-b60363fd1f2b-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7383eb38-6a43-22d7-bd5f-b60363fd1f30-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_7383eb38-6a43-22d7-bd5f-b60363fd1f43-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6c8e20e-cd22-d4e4-fe20-dcb49cc47bbe-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-e6c8e20e-cd22-d4e4-fe20-dcb49cc47bd0-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c91f876-97b2-9b3e-f1e7-2d7ffac70c86-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_0c91f876-97b2-9b3e-f1e7-2d7ffac70c98-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62e4c3ee-6b67-03a6-b69b-8863c87570ff-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_62e4c3ee-6b67-03a6-b69b-8863c8757111-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2aa8aab1-cbec-0ebf-40dc-43ad7fd80363-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-_2aa8aab1-cbec-0ebf-40dc-43ad7fd80375-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9058d91-0d2a-d236-0afd-58124aea9fcb-696381c2 {
  align-self: stretch;
}

#xbox-giftcard-button-group.w-node-c9058d91-0d2a-d236-0afd-58124aea9fdd-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c075eac6-c468-9cca-cf1a-77243984b2ee-696381c2 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_63a101d8-6cea-ef43-bfc7-321ea68a83a0-696381c2 {
  align-self: center;
}

#w-node-c643fffa-e103-ed5e-bd0e-c483bea55054-696381c2, #w-node-c643fffa-e103-ed5e-bd0e-c483bea55056-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16c9b-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16c9d-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16c9f-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16ca1-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16ca3-696381c2, #w-node-_191650e8-ec3e-e7f8-4efa-b54159e16ca5-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#nintendo-giftcard-button-group.w-node-c2a1ab36-16ea-1b7b-c36f-99a39904c4d3-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d992580-696381c2 {
  align-self: center;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d992581-696381c2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d992582-696381c2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d9925bb-696381c2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d9925bf-696381c2, #w-node-f00d250d-c8a7-cd4e-60ad-bfd65d9925c1-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00d250d-c8a7-cd4e-60ad-bfd65d9925c3-696381c2 {
  grid-area: 5 / 1 / 6 / 2;
}

#switch-online-button-group.w-node-f00d250d-c8a7-cd4e-60ad-bfd65d9925c4-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf94744c-1467-c2a4-049a-26c1d97e960f-696381c2 {
  justify-self: end;
}

#w-node-_44709af6-5190-9bf4-ed44-c542a93302b1-696381c2 {
  align-self: center;
}

#nintendo-voucher-button-group.w-node-_595f0f05-f9ca-3f13-0595-65670da015ea-696381c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1babad4-1591-5091-f74a-b150c7bebb54-696381c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e3c-696381c2, #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e6f-696381c2, #w-node-a2e448c9-f923-0736-4cea-48071df1e63c-696381c2, #w-node-a2e448c9-f923-0736-4cea-48071df1e678-696381c2, #w-node-_8a191597-291c-f0f8-61bb-b481838e07d6-696381c2, #w-node-_8a191597-291c-f0f8-61bb-b481838e0812-696381c2, #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007afe7-696381c2, #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b023-696381c2, #w-node-_52273a84-1769-4ffe-a7cc-c0d433106200-696381c2, #w-node-_52273a84-1769-4ffe-a7cc-c0d43310623c-696381c2, #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956822-696381c2, #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956861-696381c2, #w-node-_7749d022-936c-f478-e6cf-0420a8e4a032-696381c2 {
    align-self: center;
  }

  #w-node-f00d250d-c8a7-cd4e-60ad-bfd65d992580-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6161b94-a873-875e-9c28-7ac48f1eef85-696381c2, #w-node-b6161b94-a873-875e-9c28-7ac48f1eef8b-696381c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_160e018e-b438-744b-46ad-c8948930bed7-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e3c-696381c2 {
    justify-self: center;
  }

  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e82-696381c2 {
    justify-self: end;
  }

  #w-node-a2e448c9-f923-0736-4cea-48071df1e63c-696381c2 {
    justify-self: center;
  }

  #w-node-a2e448c9-f923-0736-4cea-48071df1e690-696381c2 {
    justify-self: end;
  }

  #w-node-_8a191597-291c-f0f8-61bb-b481838e07d6-696381c2 {
    justify-self: center;
  }

  #w-node-_8a191597-291c-f0f8-61bb-b481838e082a-696381c2 {
    justify-self: end;
  }

  #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007afe7-696381c2 {
    justify-self: center;
  }

  #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b03b-696381c2 {
    justify-self: end;
  }

  #w-node-_52273a84-1769-4ffe-a7cc-c0d433106200-696381c2 {
    justify-self: center;
  }

  #w-node-_52273a84-1769-4ffe-a7cc-c0d433106254-696381c2 {
    justify-self: end;
  }

  #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956822-696381c2 {
    justify-self: center;
  }

  #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956877-696381c2 {
    justify-self: end;
  }

  #w-node-_63a101d8-6cea-ef43-bfc7-321ea68a83a0-696381c2, #w-node-f00d250d-c8a7-cd4e-60ad-bfd65d992580-696381c2 {
    align-self: start;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_160e018e-b438-744b-46ad-c8948930bed7-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e3c-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e6f-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-dca4d948-3a4c-cc4a-9be0-3ed059252e82-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a2e448c9-f923-0736-4cea-48071df1e63c-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a2e448c9-f923-0736-4cea-48071df1e678-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a2e448c9-f923-0736-4cea-48071df1e690-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_8a191597-291c-f0f8-61bb-b481838e07d6-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_8a191597-291c-f0f8-61bb-b481838e0812-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_8a191597-291c-f0f8-61bb-b481838e082a-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007afe7-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b023-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_707a9c7d-f934-65a9-f3a4-fcea9007b03b-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_52273a84-1769-4ffe-a7cc-c0d433106200-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_52273a84-1769-4ffe-a7cc-c0d43310623c-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_52273a84-1769-4ffe-a7cc-c0d433106254-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956822-696381c2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956861-696381c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a52e7e44-38e0-f0f8-7a3e-9ecde4956877-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_7749d022-936c-f478-e6cf-0420a8e4a032-696381c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7749d022-936c-f478-e6cf-0420a8e4a03d-696381c2 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_05f91b4f-0283-00b6-0a5d-264131d2858b-696381c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_44709af6-5190-9bf4-ed44-c542a93302b1-696381c2 {
    grid-row: span 2 / span 2;
  }

  #w-node-_44709af6-5190-9bf4-ed44-c542a93302b3-696381c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-daee721d-e4ce-8fa4-b637-0ef0a01e1161-696381c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb54-696381c2 {
    justify-self: center;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_160e018e-b438-744b-46ad-c8948930bed7-696381c2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_7749d022-936c-f478-e6cf-0420a8e4a032-696381c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7749d022-936c-f478-e6cf-0420a8e4a03d-696381c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7749d022-936c-f478-e6cf-0420a8e4a048-696381c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb7c-696381c2, #w-node-d1babad4-1591-5091-f74a-b150c7bebb7e-696381c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9a-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9c-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


