:root {
  --dark-blue-700: #091f4c;
  --gray-50: #f2f2f4;
  --blue-500: #2069ff;
  --dark-blue-300: #5d729c;
  --blue-700: #174bb5;
  --dark-blue-400: #3d5689;
  --_made-in-brazil---mib-background-dark: #1d1e2e;
  --_made-in-brazil---mib-light: #fff4df;
  --dark-blue-900: #05122d;
  --yellow-500: #ffcf26;
  --_made-in-brazil---mib-yellow: #ffe93d;
  --gray-100: #d5d6dc;
  --gray-400: #9395a5;
  --gray-800: #42444e;
  --black: #111314;
  --gray-950: #1a1920;
  --blue-400: #4d87ff;
  --blue-900: #0d2c6b;
  --red-500: #f30c14;
  --spring-green-500: #26fe96;
  --green-500: #5eff6c;
  --orange-500: #f26d09;
  --magenta-300: #ff6ca3;
  --magenta-500: #ff2475;
  --blue-800: #123a8c;
  --dark-blue-500: #0f2d69;
  --violet-500: #864dff;
  --_made-in-brazil---mib-orange: #fa8717;
  --_made-in-brazil---mib-green: #20402c;
  --red-40\<deleted\|variable-d8b9291d\>: #e02c33;
  --_made-in-brazil---mib-background-light: #2f3155;
  --_made-in-brazil---mib-background: #28293e;
  --_made-in-brazil---mib-card-outline: #6266b4;
  --white: white;
}

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

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

.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 {
  background-color: var(--dark-blue-700);
  color: var(--gray-50);
  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: 48px;
  font-weight: 700;
  line-height: 56px;
}

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

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

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

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

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: var(--blue-500);
  text-decoration: none;
}

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

li {
  margin-bottom: 4px;
}

img {
  width: 100%;
  display: inline-block;
}

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-50);
  max-width: 420px;
}

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

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

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

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

.grid.desk-6 {
  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;
}

.grid.spawnd {
  grid-template-columns: 1fr .75fr;
}

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

.banner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#05122d66, #05122de6);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: grid;
  position: relative;
}

.banner-grid._1 {
  background-image: linear-gradient(#05122d66, #05122de6), url('../images/hogwarts-legacy-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-grid._2 {
  background-image: linear-gradient(#05122d66, #05122de6), url('../images/disco-elysium-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-grid._3 {
  background-image: linear-gradient(#05122d66, #05122de6), url('../images/dark-souls-3-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._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 {
  background-color: var(--_made-in-brazil---mib-background-dark);
  opacity: 1;
  color: #7476a7;
  text-align: center;
  border-radius: 999px;
  flex: none;
  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(--_made-in-brazil---mib-light);
}

.tab-link.w--current {
  background-color: var(--_made-in-brazil---mib-light);
  opacity: 1;
  color: var(--dark-blue-900);
}

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

.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.large {
  font-size: 18px;
  line-height: 27px;
}

.paragraph.spawnd-desc {
  margin-top: 28px;
}

.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._32px.yellow, .icon._32px.yellow-copy {
  color: var(--yellow-500);
}

.icon._32px.mib-yellow {
  color: var(--_made-in-brazil---mib-yellow);
}

.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;
  font-size: 20px;
}

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

.vertical-tab {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_made-in-brazil---mib-background-dark);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 120px;
}

.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;
  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 4px 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(--_made-in-brazil---mib-yellow);
  background-image: linear-gradient(180deg, var(--_made-in-brazil---mib-orange), var(--_made-in-brazil---mib-yellow));
  color: #20402c;
}

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

.btn.primary.big {
  color: var(--_made-in-brazil---mib-green);
  padding: 16px 28px;
  font-size: 18px;
}

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

.btn.light {
  background-color: var(--_made-in-brazil---mib-light);
  color: var(--gray-950);
  transition: all .3s;
}

.btn.light:hover {
  background-color: #f8f0e0;
  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.light.normal:hover {
  background-color: #fffcf6;
  box-shadow: 0 0 40px #fdf2dd75, 0 4px 4px #0003;
}

.btn.buy {
  background-color: var(--spring-green-500);
  background-image: linear-gradient(90deg, var(--spring-green-500), var(--green-500));
  color: var(--dark-blue-900);
}

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

.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.buy {
  color: #05122d;
  background-color: #26fe96;
  background-image: linear-gradient(90deg, #26fe96, #5eff6c);
}

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

.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.small {
  font-size: 16px;
  line-height: 22px;
}

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

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

.brand.symbol {
  width: 52px;
}

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

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

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

.header.spawnd-info {
  grid-column-gap: 20px;
  flex-flow: row;
}

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

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

.container._960px {
  max-width: 960px;
}

.container.partners {
  grid-row-gap: 28px;
}

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

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

.section.hero {
  z-index: 3;
  background-image: linear-gradient(#fff0, #28293e 33%);
  margin-top: -580px;
  padding-bottom: 80px;
  position: relative;
}

.section.footer {
  background-image: linear-gradient(to bottom, var(--_made-in-brazil---mib-background-dark), var(--_made-in-brazil---mib-background-dark));
  padding-top: 0;
}

.section.main {
  background-image: linear-gradient(to bottom, var(--_made-in-brazil---mib-background-light), var(--_made-in-brazil---mib-background-light)), linear-gradient(180deg, #28293e, #28293e00 59%);
}

.section.banners {
  background-image: linear-gradient(#2f3155, #2f3155);
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.faq-bg {
  background-image: linear-gradient(to bottom, var(--_made-in-brazil---mib-background), var(--_made-in-brazil---mib-background));
}

.section.partners {
  background-color: var(--_made-in-brazil---mib-background);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.clock {
  width: 40px;
  height: 41px;
}

.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(--blue-800);
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card:hover {
  box-shadow: 0 6px 0 0 var(--blue-500);
  outline-color: var(--blue-500);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.discount {
  background-color: var(--magenta-500);
  background-image: linear-gradient(to bottom, var(--_made-in-brazil---mib-yellow), var(--_made-in-brazil---mib-yellow));
  color: var(--_made-in-brazil---mib-green);
  border-radius: 8px;
  padding: 10px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.discount.highlight {
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: -8px auto auto -8px;
}

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

.arrow-slider {
  background-color: var(--_made-in-brazil---mib-light);
  color: var(--gray-800);
  border: 1px solid #c2c7d0;
  border-radius: 8px;
  width: 50px;
  height: 40px;
  font-size: 20px;
  transition: all .2s;
  inset: auto;
}

.arrow-slider:hover {
  border-color: var(--blue-500);
  background-color: var(--_made-in-brazil---mib-card-outline);
  color: #fcfcfc;
}

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

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

.carousel-mask {
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
}

.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;
  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: 4px;
  background-color: var(--_made-in-brazil---mib-background);
  color: var(--white);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 6px 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  overflow: auto;
}

.product-tag.preorder {
  background-color: var(--blue-500);
  align-self: stretch;
}

.product-tag.steam {
  background-color: #274166;
  background-image: linear-gradient(40deg, #274166, #135f92);
}

.product-tag.ubisoft {
  background-color: #7e2c4e;
  background-image: linear-gradient(40deg, #7e2c4e, #382347);
}

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

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

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

.product-tag.playstation {
  background-color: #0070cc;
}

.product-tag.minecraft {
  color: var(--gray-950);
  background-color: #5b9b31;
  background-image: linear-gradient(90deg, #5b9b31, #62a238);
}

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

.product-tag.gog-com {
  color: var(--white);
  background-color: #80439a;
}

.product-tag.drm-free, .product-tag.multiplas-ativa-es {
  background-color: var(--dark-blue-900);
  color: var(--white);
}

.product-tag.play-store {
  background-color: var(--gray-50);
  color: var(--gray-800);
}

.product-tag.app-store {
  background-color: var(--gray-50);
  color: var(--gray-950);
}

.product-tag.ea-app {
  color: var(--white);
  background-color: #235fe3;
}

.product-tag.geforce-now {
  color: var(--gray-950);
  background-color: #78b800;
}

.product-tag.battle-net {
  color: var(--white);
  background-color: #0074e0;
}

.product-tag.roblox {
  color: var(--white);
  background-color: #121215;
}

.product-tag.cacau-show {
  color: var(--white);
  background-color: #67362b;
  background-image: linear-gradient(90deg, #67362b, #993221);
}

.product-tag.spotify {
  color: var(--gray-950);
  background-color: #46d961;
  background-image: linear-gradient(90deg, #46d961, #3db856);
}

.product-tag.garena {
  color: var(--gray-950);
  background-color: #f2f2f4;
  background-image: linear-gradient(90deg, #f2f2f4, #d5d6dc);
}

.product-tag.bomb-me {
  color: var(--gray-950);
  background-color: #fff605;
  background-image: linear-gradient(#fff605, #f59101);
}

.product-tag.office {
  color: var(--white);
  background-color: #e66601;
}

.product-tag.riot-games {
  color: var(--white);
  background-color: #d1363a;
}

.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: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

.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: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.social-icon {
  height: 16px;
}

.social-icon.x {
  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: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.logo-wrap.center {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 120px;
}

.logo-img {
  max-width: 620px;
}

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

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

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

.content.horizontal {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

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

.carousel-slider {
  margin-right: 28px;
  overflow: hidden;
}

.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: 100%;
  height: auto;
}

.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 {
  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(--_made-in-brazil---mib-card-outline);
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq-p {
  background-color: var(--_made-in-brazil---mib-background-light);
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.faq {
  color: var(--gray-50);
  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: #091f4ccc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  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-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.navlink.w--current {
  border-bottom: 4px solid var(--_made-in-brazil---mib-yellow);
  color: var(--gray-50);
  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-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.coupon-banner {
  grid-column-gap: 16px;
  background-color: var(--blue-700);
  text-align: left;
  border-radius: 8px;
  align-self: flex-start;
  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 {
  border-radius: 20px;
  width: 100%;
}

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

.card-block {
  background-color: var(--_made-in-brazil---mib-background-light);
  outline-color: var(--_made-in-brazil---mib-card-outline);
  outline-offset: 0px;
  color: var(--gray-50);
  border-radius: 20px;
  outline-width: 2px;
  outline-style: solid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

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

.card-block.more:hover {
  box-shadow: 0 6px 0 0 var(--_made-in-brazil---mib-orange);
  outline-color: var(--_made-in-brazil---mib-yellow);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  transform: translate(0, -8px);
}

.card-block.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 #6266b4;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 150px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.card-block.offers:hover {
  box-shadow: 0 6px 0 0 var(--_made-in-brazil---mib-orange);
  outline-color: var(--_made-in-brazil---mib-yellow);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
  transform: translate(0, -8px);
}

.card-block.with-click {
  outline-color: var(--_made-in-brazil---mib-card-outline);
  font-size: 20px;
  line-height: 28px;
  overflow: visible;
}

.card-block.with-click:hover {
  box-shadow: 0 6px 0 0 var(--_made-in-brazil---mib-orange);
  outline-color: var(--_made-in-brazil---mib-yellow);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  transform: translate(0, -8px);
}

.card-block.with-click.offers {
  background-image: linear-gradient(180deg, #2f315500, var(--_made-in-brazil---mib-background-light));
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.card-block.with-click.offers._1 {
  background-image: linear-gradient(180deg, #28293ecc, var(--_made-in-brazil---mib-background-light)), url('../images/bem-feito.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.offers._6 {
  background-image: linear-gradient(#05122d99, #05122de6), url('../images/ac-odyssey.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.offers._2 {
  background-image: linear-gradient(180deg, #28293e85, var(--_made-in-brazil---mib-background-light)), url('../images/dandara.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.offers._5 {
  background-image: linear-gradient(#05122d99, #05122de6), url('../images/unsighted.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.offers._3 {
  background-image: linear-gradient(180deg, #28293ecc, var(--_made-in-brazil---mib-background-light)), url('../images/monica.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.offers._4 {
  background-image: linear-gradient(180deg, #28293ecc, var(--_made-in-brazil---mib-background-light)), url('../images/hc2.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-block.with-click.genre {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.main-highlight {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: flex-start;
  width: 100%;
  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 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  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;
}

.item-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.offer-date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

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

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

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

.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-radius: 0 8px 0 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0 0%;
}

.code-wrap-clip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px dotted var(--_made-in-brazil---mib-yellow);
  color: var(--gray-50);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

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

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.coupon-bar {
  background-color: var(--_made-in-brazil---mib-background-dark);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.copied {
  display: none;
}

.icon-copied {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: none;
}

.flex-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-wrap {
  max-width: 300px;
}

.img-wrap.boxshot {
  align-items: center;
  max-width: 100px;
  display: flex;
  overflow: hidden;
}

.image.banner {
  object-fit: contain;
}

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

.body {
  color: var(--_made-in-brazil---mib-light);
  background-color: #28293e;
  background-image: url('../images/mibsale26-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.logo-wrap-2.center {
  justify-content: center;
  align-self: center;
  width: 100%;
}

.logo-img-2 {
  max-height: 250px;
}

.mib-orange {
  color: var(--_made-in-brazil---mib-orange);
  -webkit-text-stroke-color: var(--_made-in-brazil---mib-orange);
}

.mib-yellow {
  color: var(--_made-in-brazil---mib-yellow);
}

.content-2 {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.content-2.buy {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.header-2 {
  grid-row-gap: 16px;
  border-bottom: 2px solid #fff3;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.paragraph-2 {
  line-height: 24px;
}

.orange {
  color: #f6921e;
}

.game-embed {
  width: 100%;
  overflow: hidden;
}

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

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

.product-tag-2.genre {
  color: #171819;
  background-color: #fff;
  border-radius: 4px;
  align-self: stretch;
}

.product-tag-2.pre-order {
  background-color: #2069ff;
}

.content-3 {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.content-3.buy {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.vertical-tab-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.discount-2 {
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 20px;
  box-shadow: inset 0 0 0 2px #fff;
}

.game-cover {
  border: 2px solid #fff3;
  max-width: 360px;
}

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

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

.price {
  grid-column-gap: 12px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.original-price {
  opacity: .38;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

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

.header-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

._2-1-grid-2 {
  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;
}

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

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

.div-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 2px solid #3d3c34;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.paragraph-3 {
  line-height: 24px;
}

.tab-link-2 {
  color: #fff;
  text-align: center;
  background-color: #413f3f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 0 auto;
  margin-right: 0;
  padding: 6px 20px 12px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

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

.tab-link-2.w--current {
  color: #171819;
  background-color: #fff;
  padding-top: 12px;
}

.tabs-menu-2 {
  border-bottom: 2px solid #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.btn-2 {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.btn-2.primary {
  color: #0a1118;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #171819;
}

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

.btn-2.primary.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

.btn-2.outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #f2f2f4;
  background-color: #0a111800;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 0 0 2px #fff, 0 4px 4px #0003;
}

.btn-2.outline:hover {
  color: #fff;
  background-color: #ffffff1a;
  box-shadow: 0 0 40px #f2f2f44d, inset 0 0 0 2px #fff;
}

.btn-2.outline.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.btn-2.outline.small.steam {
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-2.outline.big {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 24px;
}

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

.content-wrap.partners {
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.partners-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.partner-logo-wrap {
  width: 100%;
  max-width: 160px;
  margin-left: 12px;
  margin-right: 12px;
}

.section-2 {
  background-color: var(--_made-in-brazil---mib-background);
}

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

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

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

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

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

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

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

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

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

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

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

.box-img {
  border-radius: 8px;
}

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

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

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

.spawnd-title.spawnd-info {
  grid-column-gap: 20px;
  flex-flow: row;
}

.publisher-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-2 {
  -webkit-text-stroke-color: var(--_made-in-brazil---mib-green);
}

.div-block, .hero-bg {
  background-image: url('../images/mibsale-bg-desktop1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 980px;
  max-height: 100%;
}

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

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

  .banner-grid {
    height: 532px;
  }

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

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

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

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

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

  .section.hero {
    background-image: linear-gradient(#fff0, #28293e 24%);
    margin-top: -560px;
    padding-top: 120px;
  }

  .section.partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

  .video {
    max-width: 580px;
  }

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

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

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

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

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

  .card-block.with-click.genre {
    flex-flow: row;
  }

  .main-highlight {
    grid-template-rows: auto;
  }

  .gradient-right {
    z-index: 8;
    background-image: linear-gradient(90deg, #2f315500, #2f3155 10%);
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% -100% 0% auto;
  }

  .gradient-left {
    z-index: 8;
    background-image: linear-gradient(90deg, #2f3155 90%, #2f315500);
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% -100%;
  }

  .img-wrap.boxshot {
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .body {
    background-color: #091f4c;
  }

  .product-tag-2.pre-order {
    background-color: #2069ff;
  }

  .price {
    color: #fff;
  }

  .box-img {
    max-width: none;
  }

  .spawnd-title.center {
    max-width: 1060px;
  }
}

@media screen and (max-width: 991px) {
  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: 30px;
  }

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

  h6 {
    font-size: 16px;
    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 {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    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-4.mob-2 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .grid.desk-6 {
    grid-row-gap: 28px;
  }

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

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

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

  .banner-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    height: 468px;
    padding: 28px;
  }

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

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

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

  .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.large {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.spawnd-desc {
    margin-top: 20px;
  }

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

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

  .btn {
    position: relative;
  }

  .btn.secondary {
    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.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.big {
    padding: 14px 24px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .section {
    padding: 80px 20px;
  }

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

  .section.hero {
    background-image: linear-gradient(#fff0, #28293e 20%);
    margin-top: -450px;
    padding-top: 80px;
  }

  .discount {
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

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

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

  .company {
    text-align: left;
    max-width: none;
  }

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

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

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

  .btn-area._310px {
    grid-column-gap: 16px;
  }

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

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

  .logo-img {
    max-width: 610px;
    height: 100%;
  }

  .content {
    align-self: stretch;
  }

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

  .content.horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

  .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: 240px;
    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: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

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

  .navlink.w--current {
    border-left: 4px solid var(--_made-in-brazil---mib-yellow);
    color: var(--gray-950);
    border-bottom-style: none;
    padding-bottom: 14px;
    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: var(--_made-in-brazil---mib-card-outline);
    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;
  }

  .action-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .coupon-banner {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .card-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .card-block.with-click.offers {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-block.with-click.genre {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

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

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

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

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

  .game-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .game-header {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .coupon-tag.banner {
    border-bottom-left-radius: 16px;
  }

  .code-wrap-clip {
    border-radius: 6px;
    height: 44px;
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .coupon-bar {
    border-radius: 16px;
    padding: 16px;
  }

  .flex-horizontal, ._1-2-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

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

  .logo-wrap-2.center {
    width: 1200px;
    max-width: none;
    max-height: none;
    margin-top: -40px;
  }

  .content-2 {
    align-self: stretch;
  }

  .content-2.buy {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
  }

  .header-2 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 16px;
  }

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

  .product-tag-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .content-3 {
    align-self: stretch;
  }

  .content-3.buy {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
  }

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

  .discount-2 {
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 14px;
  }

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

  .price {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
  }

  .original-price {
    font-size: 12px;
  }

  .buy-wrap {
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 430px;
  }

  .header-3 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 16px;
  }

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

  .product-tag-wrap {
    width: 100%;
  }

  .div-flex {
    align-self: center;
    font-size: 16px;
  }

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

  .btn-2 {
    position: relative;
  }

  .btn-2.primary {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn-2.primary.big {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-2.outline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn-2.outline.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .btn-2.outline.big {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .partners-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-logo-wrap {
    width: 100%;
  }

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

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

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

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

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

  .hero-bg {
    background-position: 49% 0;
    height: 840px;
  }
}

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

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

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

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

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

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

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

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

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

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

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

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

  .grid.desk-6.mob-2 {
    grid-column-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .banner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: max-content;
    grid-template-columns: 2fr;
    grid-auto-rows: max-content;
    align-content: center;
    height: 582px;
    margin-left: 0;
    padding: 20px;
  }

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

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

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

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

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

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

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

  .paragraph.spawnd-desc {
    margin-top: 16px;
  }

  .tabs-menu {
    flex-flow: row;
    top: 100px;
    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.buy {
    padding: 6px 16px;
    font-size: 14px;
  }

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

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

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

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

  .header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
  }

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

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

  .container {
    grid-row-gap: 28px;
  }

  .container.hero {
    margin-top: 0;
  }

  .section {
    padding: 40px 16px;
  }

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

  .section.hero {
    background-image: linear-gradient(#fff0, #28293e 17%);
    margin-top: -340px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .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 {
    padding-bottom: 0;
  }

  .discount {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

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

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

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

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

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

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

  .btn-area {
    grid-column-gap: 20px;
    max-width: 420px;
  }

  .btn-area._310px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .btn-area._420px {
    grid-template-columns: 1fr;
    max-width: 260px;
  }

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

  .logo-wrap.center {
    top: 140px;
  }

  .content {
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .tags-wrap {
    align-self: auto;
  }

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

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

  .card-header, .card-block {
    border-radius: 12px;
  }

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

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

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

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

  .card-block.with-click.offers {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-block.with-click.genre {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

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

  .highlight-info.more {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 16px;
  }

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

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

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

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

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

  .game-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .game-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

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

  .code-wrap-clip {
    border-radius: 4px;
    height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .coupon-img {
    max-width: 14px;
    max-height: 14px;
  }

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

  .coupon-bar {
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flex-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image.banner {
    max-height: 190px;
  }

  ._1-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: max-content;
    grid-template-columns: 2fr;
    grid-auto-rows: max-content;
  }

  .logo-wrap-2.center {
    align-self: center;
    width: auto;
    display: none;
  }

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

  .content-2.buy {
    grid-row-gap: 16px;
  }

  .header-2 {
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .product-tag-2 {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 10px;
  }

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

  .content-3.buy {
    grid-row-gap: 16px;
  }

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

  .discount-2 {
    padding: 2px 8px;
    font-size: 12px;
  }

  .game-cover {
    display: none;
  }

  .price {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

  .original-price {
    font-size: 10px;
  }

  .buy-wrap {
    align-items: stretch;
    width: 100%;
  }

  .header-3 {
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 12px;
    font-size: 20px;
  }

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

  .div-flex {
    padding-top: 20px;
    font-size: 14px;
  }

  .tab-link-2 {
    border-bottom-width: 0;
    width: auto;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 14px;
  }

  .tabs-menu-2 {
    flex-flow: row;
    margin-bottom: 8px;
  }

  .btn-2.primary {
    padding: 8px 16px;
    font-size: 12px;
  }

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

  .btn-2.outline {
    padding: 8px 16px;
    font-size: 12px;
  }

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

  .btn-2.outline.small.steam {
    font-size: 12px;
  }

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

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

  .content-wrap.partners {
    text-align: center;
  }

  .partners-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logo-wrap {
    max-width: 100px;
  }

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

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

  .spawnd-title {
    text-align: center;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

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

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

  .hero-bg {
    background-size: cover;
    height: 640px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    text-align: left;
  }

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

  .banner-grid {
    height: 595px;
  }

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

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .icon._32px.yellow.banner {
    display: none;
  }

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

  .icon._32px.yellow-copy.banner, .icon._32px.mib-yellow.banner, .icon._24px.faq-img {
    display: none;
  }

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

  .color-block {
    margin-bottom: 20px;
  }

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

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

  .subtittle {
    font-size: 16px;
  }

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

  .container {
    text-align: center;
  }

  .section.installments {
    max-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .section.hero {
    background-image: linear-gradient(#fff0 3%, #28293e 21%);
    margin-top: -400px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .disclaimer {
    font-size: 10px;
  }

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

  .content.horizontal {
    text-align: center;
    flex-flow: column;
  }

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

  .card-block.with-click.genre, .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;
  }

  .flex-horizontal.select {
    flex-flow: column;
  }

  .img-wrap.banner {
    justify-content: center;
    align-items: center;
    max-height: 130px;
  }

  .image.banner {
    max-height: 130px;
  }

  .logo-wrap-2.center {
    width: auto;
  }

  .btn-area-2 {
    align-self: center;
    width: 100%;
    max-width: 320px;
  }

  .price {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .tab-link-2 {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    overflow: auto;
  }

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

  .btn-2.outline.small {
    justify-content: center;
    align-items: center;
  }

  .btn-2.outline.small.steam {
    width: auto;
  }

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

  .content-wrap.partners {
    text-align: center;
  }

  .spawnd-title {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .publisher-title {
    text-align: left;
  }

  .hero-bg {
    background-image: url('../images/mibsale-bg-mobi2.webp');
    background-position: 49% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
}

#w-node-_160e018e-b438-744b-46ad-c8948930bec6-4b4afbc4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_160e018e-b438-744b-46ad-c8948930becd-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bece-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bed2-4b4afbc4 {
  justify-self: start;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bec8-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bed9-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bede-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bee3-4b4afbc4 {
  justify-self: start;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bee7-4b4afbc4 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_160e018e-b438-744b-46ad-c8948930bef3-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7ba-4b4afbc4 {
  align-self: center;
}

#w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7bb-4b4afbc4, #w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7bb-4b4afbc4:active {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7c6-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d2a3a3c-18ee-b2ac-bff6-6c7e33e35f41-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_09f20d75-05c5-d012-c436-2237d9c6606a-4b4afbc4 {
  align-self: center;
}

#w-node-_09f20d75-05c5-d012-c436-2237d9c6606b-4b4afbc4, #w-node-_09f20d75-05c5-d012-c436-2237d9c6606b-4b4afbc4:active {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_09f20d75-05c5-d012-c436-2237d9c66075-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ac5359a-3b1a-9764-0aad-6d834f8d83f0-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_8ac5359a-3b1a-9764-0aad-6d834f8d83f3-4b4afbc4, #w-node-_8ac5359a-3b1a-9764-0aad-6d834f8d83f5-4b4afbc4 {
  place-self: center;
}

#w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d75f-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a519ade-b54c-2354-32ca-36f3c3f1693a-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a16ff137-b7fa-2c8f-d2a1-5358fbd30db0-4b4afbc4 {
  align-self: start;
}

#w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d76b-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_97466901-aa33-9b77-ec7c-5dd116ba7791-4b4afbc4 {
  align-self: start;
}

#w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d774-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8ce1-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8ce3-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8ce4-4b4afbc4 {
  align-self: start;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8ce7-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8cf6-4b4afbc4 {
  align-self: start;
}

#w-node-_1b126135-9066-2430-4337-a75f7cbe8ce2-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9c90818-3353-d05e-8c8d-a492a535d992-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9c90818-3353-d05e-8c8d-a492a535d993-4b4afbc4 {
  align-self: start;
}

#w-node-f9c90818-3353-d05e-8c8d-a492a535d996-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-f9c90818-3353-d05e-8c8d-a492a535d9a5-4b4afbc4 {
  align-self: start;
}

#w-node-f9c90818-3353-d05e-8c8d-a492a535d991-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a3-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a5-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a6-4b4afbc4 {
  align-self: start;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a9-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8b8-4b4afbc4 {
  align-self: start;
}

#w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a4-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b5-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b7-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b8-4b4afbc4 {
  align-self: start;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363bb-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363ca-4b4afbc4 {
  align-self: start;
}

#w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b6-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71ca-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71cc-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71cd-4b4afbc4 {
  align-self: start;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71d0-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71df-4b4afbc4 {
  align-self: start;
}

#w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71cb-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c8857-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c8859-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c885a-4b4afbc4 {
  align-self: start;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c885d-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c886c-4b4afbc4 {
  align-self: start;
}

#w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c8858-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf6992-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf6994-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf6995-4b4afbc4 {
  align-self: start;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf6998-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf69a7-4b4afbc4 {
  align-self: start;
}

#w-node-fd6436dd-b921-bb15-b16c-f27684bf6993-4b4afbc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1b75a79-7680-d975-4698-d61a6bfe0f51-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#js-clock.w-node-fe8bbbd2-0537-1fb4-fffb-efa3bc786d6d-4b4afbc4 {
  justify-self: end;
}

#w-node-a27f28cb-fdee-335c-809a-d4e435cf4d78-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a27f28cb-fdee-335c-809a-d4e435cf4d79-4b4afbc4 {
  justify-self: start;
}

#w-node-a27f28cb-fdee-335c-809a-d4e435cf4d7d-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a27f28cb-fdee-335c-809a-d4e435cf4d82-4b4afbc4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31095-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31096-4b4afbc4 {
  justify-self: start;
}

#w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d3109a-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d3109f-4b4afbc4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_00169d4b-7ba3-e654-3c3d-881736b93aab-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_00169d4b-7ba3-e654-3c3d-881736b93ab0-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_00169d4b-7ba3-e654-3c3d-881736b93ab5-4b4afbc4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-f4c10695-36a4-0cc9-433d-d68429a9fe78-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8bbcc51-6106-e5f2-000b-c8ab7e6509d4-4b4afbc4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d492ada5-0b73-eb69-cf26-60f5aaf83898-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec91-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec9b-4b4afbc4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ba49a21-34a9-1085-91f6-29c599c1eca5-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecaf-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecb9-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecc3-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1eccd-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecd7-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ece1-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031519-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403151f-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031529-4b4afbc4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031533-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403153d-4b4afbc4, #w-node-_995dc6ed-a865-0405-689f-dfa2a9be8052-4b4afbc4, #w-node-_5cab4949-073f-1eea-75c1-969d63f1fbc3-4b4afbc4, #w-node-_1a3ee80a-f15f-701b-98ad-d54d18697ce4-4b4afbc4, #w-node-_1c41f425-7f2b-c96f-007e-b26736ee98ab-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031547-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba657-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba687-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba688-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba692-4b4afbc4 {
  place-self: center start;
}

#w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba696-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9dd-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9df-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9e9-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9ea-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9f3-4b4afbc4 {
  place-self: center start;
}

#w-node-ad47ecf1-727f-283d-5c21-60ad668af9f7-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb2979-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb297b-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb2985-4b4afbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb2986-4b4afbc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb298f-4b4afbc4 {
  place-self: center start;
}

#w-node-_1933c318-5123-eaa3-49d1-be02d7bb2993-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4b38008-4625-338e-46d8-59ed21974536-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-b4b38008-4625-338e-46d8-59ed21974575-4b4afbc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18f55dad-39c2-4428-20fd-f57a6dce7de9-4b4afbc4 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_41b834c4-b4d4-705c-50ca-702756aede2e-4b4afbc4 {
  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-_160e018e-b438-744b-46ad-c8948930bed9-4b4afbc4 {
    align-self: end;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bede-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bef3-4b4afbc4, #w-node-_3d2a3a3c-18ee-b2ac-bff6-6c7e33e35f41-4b4afbc4 {
    align-self: center;
  }

  #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d82-4b4afbc4, #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d3109f-4b4afbc4, #w-node-_00169d4b-7ba3-e654-3c3d-881736b93ab5-4b4afbc4 {
    align-self: stretch;
  }

  #w-node-b8bbcc51-6106-e5f2-000b-c8ab7e6509d4-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ece1-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031547-4b4afbc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba657-4b4afbc4, #w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba688-4b4afbc4, #w-node-ad47ecf1-727f-283d-5c21-60ad668af9df-4b4afbc4, #w-node-ad47ecf1-727f-283d-5c21-60ad668af9ea-4b4afbc4, #w-node-_1933c318-5123-eaa3-49d1-be02d7bb297b-4b4afbc4, #w-node-_1933c318-5123-eaa3-49d1-be02d7bb2986-4b4afbc4 {
    align-self: center;
  }

  #w-node-b4b38008-4625-338e-46d8-59ed21974575-4b4afbc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_160e018e-b438-744b-46ad-c8948930bec6-4b4afbc4 {
    justify-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bec8-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bed9-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bede-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bee3-4b4afbc4 {
    justify-self: stretch;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bee7-4b4afbc4 {
    grid-area: 1 / 2 / 3 / 3;
    place-self: center end;
  }

  #w-node-_1a519ade-b54c-2354-32ca-36f3c3f1693a-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d76b-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d774-4b4afbc4, #w-node-_1b126135-9066-2430-4337-a75f7cbe8ce3-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b126135-9066-2430-4337-a75f7cbe8ce7-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1b126135-9066-2430-4337-a75f7cbe8ce2-4b4afbc4, #w-node-f9c90818-3353-d05e-8c8d-a492a535d992-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9c90818-3353-d05e-8c8d-a492a535d996-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f9c90818-3353-d05e-8c8d-a492a535d991-4b4afbc4, #w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a5-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a9-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a4-4b4afbc4, #w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b7-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363bb-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363b6-4b4afbc4, #w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71cc-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71d0-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71cb-4b4afbc4, #w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c8859-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c885d-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c8858-4b4afbc4, #w-node-fd6436dd-b921-bb15-b16c-f27684bf6994-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd6436dd-b921-bb15-b16c-f27684bf6998-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fd6436dd-b921-bb15-b16c-f27684bf6993-4b4afbc4, #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d78-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d79-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31095-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31096-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_00169d4b-7ba3-e654-3c3d-881736b93aab-4b4afbc4, #w-node-f4c10695-36a4-0cc9-433d-d68429a9fe78-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba657-4b4afbc4, #w-node-ad47ecf1-727f-283d-5c21-60ad668af9dd-4b4afbc4, #w-node-ad47ecf1-727f-283d-5c21-60ad668af9df-4b4afbc4, #w-node-_1933c318-5123-eaa3-49d1-be02d7bb2979-4b4afbc4, #w-node-_1933c318-5123-eaa3-49d1-be02d7bb297b-4b4afbc4 {
    justify-self: center;
  }

  #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-c8948930bec6-4b4afbc4 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930becd-4b4afbc4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bec8-4b4afbc4 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    place-self: stretch center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bed9-4b4afbc4 {
    grid-row-end: 3;
    grid-column-end: 3;
    align-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bede-4b4afbc4 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bee7-4b4afbc4 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bef3-4b4afbc4 {
    place-self: center;
  }

  #w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7ba-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7bb-4b4afbc4 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_3d2a3a3c-18ee-b2ac-bff6-6c7e33e35f41-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_09f20d75-05c5-d012-c436-2237d9c6606a-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09f20d75-05c5-d012-c436-2237d9c6606b-4b4afbc4 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_1a519ade-b54c-2354-32ca-36f3c3f1693a-4b4afbc4 {
    grid-column: 1 / 2;
  }

  #w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d774-4b4afbc4 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d78-4b4afbc4, #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d79-4b4afbc4, #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31095-4b4afbc4, #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31096-4b4afbc4, #w-node-_00169d4b-7ba3-e654-3c3d-881736b93aab-4b4afbc4, #w-node-f4c10695-36a4-0cc9-433d-d68429a9fe78-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec91-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec9b-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1eca5-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecaf-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecb9-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecc3-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1eccd-4b4afbc4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecd7-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403151f-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031529-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031533-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403153d-4b4afbc4, #w-node-_995dc6ed-a865-0405-689f-dfa2a9be8052-4b4afbc4, #w-node-_5cab4949-073f-1eea-75c1-969d63f1fbc3-4b4afbc4, #w-node-_1a3ee80a-f15f-701b-98ad-d54d18697ce4-4b4afbc4, #w-node-_1c41f425-7f2b-c96f-007e-b26736ee98ab-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031547-4b4afbc4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba657-4b4afbc4, #w-node-_7ace5305-6e9f-bc67-da78-630b3b5ba688-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ad47ecf1-727f-283d-5c21-60ad668af9dd-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ad47ecf1-727f-283d-5c21-60ad668af9df-4b4afbc4, #w-node-ad47ecf1-727f-283d-5c21-60ad668af9ea-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_1933c318-5123-eaa3-49d1-be02d7bb2979-4b4afbc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1933c318-5123-eaa3-49d1-be02d7bb297b-4b4afbc4, #w-node-_1933c318-5123-eaa3-49d1-be02d7bb2986-4b4afbc4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb54-4b4afbc4 {
    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-c8948930bede-4b4afbc4 {
    grid-row: 4 / 5;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bee7-4b4afbc4 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_160e018e-b438-744b-46ad-c8948930bef3-4b4afbc4 {
    grid-column-end: 2;
  }

  #w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7bb-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_12d3d7aa-c404-6da6-59f6-93699c1cf7c6-4b4afbc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d2a3a3c-18ee-b2ac-bff6-6c7e33e35f41-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_09f20d75-05c5-d012-c436-2237d9c6606b-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_09f20d75-05c5-d012-c436-2237d9c66075-4b4afbc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55220c97-c5d3-d84e-69f1-9c15f8c4d76b-4b4afbc4, #w-node-_1b126135-9066-2430-4337-a75f7cbe8ce7-4b4afbc4, #w-node-f9c90818-3353-d05e-8c8d-a492a535d996-4b4afbc4, #w-node-_771387c5-229d-69d5-bc1e-0f4ace38f8a9-4b4afbc4, #w-node-d0c000db-a8d9-9e18-0343-a9e8fe5363bb-4b4afbc4, #w-node-_9fc8807a-7c4f-0acd-f395-f5a8f96e71d0-4b4afbc4, #w-node-_1dce9230-d4fb-1afb-fcb0-d3f5107c885d-4b4afbc4, #w-node-fd6436dd-b921-bb15-b16c-f27684bf6998-4b4afbc4 {
    justify-self: center;
  }

  #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d78-4b4afbc4, #w-node-a27f28cb-fdee-335c-809a-d4e435cf4d79-4b4afbc4, #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31095-4b4afbc4, #w-node-_1b20e4e3-bc03-0f08-a170-6fbbe9d31096-4b4afbc4, #w-node-_00169d4b-7ba3-e654-3c3d-881736b93aab-4b4afbc4, #w-node-f4c10695-36a4-0cc9-433d-d68429a9fe78-4b4afbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec91-4b4afbc4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ec9b-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1eca5-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecaf-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecb9-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecc3-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1eccd-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ecd7-4b4afbc4, #w-node-_4ba49a21-34a9-1085-91f6-29c599c1ece1-4b4afbc4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403151f-4b4afbc4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031529-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031533-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc403153d-4b4afbc4, #w-node-_995dc6ed-a865-0405-689f-dfa2a9be8052-4b4afbc4, #w-node-_5cab4949-073f-1eea-75c1-969d63f1fbc3-4b4afbc4, #w-node-_1a3ee80a-f15f-701b-98ad-d54d18697ce4-4b4afbc4, #w-node-_1c41f425-7f2b-c96f-007e-b26736ee98ab-4b4afbc4, #w-node-ac29edf6-a614-9ca4-3a8d-0c9cc4031547-4b4afbc4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb7c-4b4afbc4, #w-node-d1babad4-1591-5091-f74a-b150c7bebb7e-4b4afbc4, #w-node-_41b834c4-b4d4-705c-50ca-702756aede56-4b4afbc4, #w-node-_41b834c4-b4d4-705c-50ca-702756aede58-4b4afbc4 {
    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;
  }
}


