:root {
  --asleep-black: #010102;
  --black: #111314;
  --blue-70: #0b50ff;
  --dark-mode-80: #84a3e1;
  --gray-0: #fcfcfc;
  --blue-80: #0e39cb;
  --dark-mode-40: #374ca9;
  --white: white;
  --dark-mode-20: #192360;
  --gray-10: #dee2e6;
  --gray-30: #a7acba;
  --gray-80: #3d3d4c;
  --gray-100: #1a1920;
  --dark-mode-0: #080c29;
  --dark-mode-5: #0c1136;
  --dark-mode-10: #0f1643;
  --blue-40: #59a0ff;
  --blue-100: #0e1a5d;
  --red-40: #e02c33;
  --red-60: #bc0006;
  --red-80: #840003;
  --green-60: #02990d;
  --green-70: #017f09;
  --green-100: #004901;
  --yellow-40: #ffc52f;
  --yellow-60: #f2a400;
  --yellow-80: #d27d00;
  --orange-50: #ff8517;
  --orange-60: #f26d09;
  --orange-80: #d34100;
  --pink-50: #ff3a8b;
  --pink-70: #e71468;
  --pink-90: #b60455;
  --dark-mode-30: #273583;
  --asleep-white: #f6f3fc;
  --asleep-purtple: #51239d;
  --asleep-light-purple: #a898c2;
  --asleep-lilac: #dbc8fc;
  --asleep-deep-purple: #291e41;
}

.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(--asleep-black);
  color: var(--black);
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oferta Do Dia, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oferta Do Dia, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--blue-70);
  text-decoration: none;
}

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

li {
  margin-bottom: 0;
}

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

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

blockquote {
  border-left: 5px solid var(--dark-mode-80);
  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-mode-80);
  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-0);
}

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

.horizontal-line {
  background-color: var(--dark-mode-40);
  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-0);
  max-width: 420px;
}

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

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

.grid.desk-2.tab-2.row-60px {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 90px;
  padding-right: 90px;
}

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

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

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

.grid.desk-2.features {
  color: #111314;
  text-align: left;
}

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

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

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

.grid.desk-2.tab-2.row-60px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.tab-link {
  background-color: var(--black);
  box-shadow: 0 4px 0 0 var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex: 0 auto;
  margin-right: 0;
  padding: 8px 40px;
  font-family: Oferta Do Dia, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

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

.tab-link.w--current {
  box-shadow: 0 4px 0 0 var(--black);
  color: var(--black);
  background-color: #fde33e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
}

.tab-link.relink {
  color: #4a82a5;
  background-color: #f1fcff;
  border: 2px solid #b8cfdd;
}

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

.tab-link.relink.w--current {
  color: #4a82a5;
  background-color: #fff;
  background-image: none;
  border: 2px solid #4a82a5;
}

._2-1-grid {
  grid-column-gap: 20px;
  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;
}

.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 {
  margin-bottom: 16px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

.vertical-tab {
  width: 100%;
}

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

.tabs-menu.center {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  margin-bottom: 20px;
}

.tabs-menu.relink-platform {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.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-0 {
  background-color: var(--gray-0);
}

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

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

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

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

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

.color-block.dark-mode-0 {
  background-color: var(--dark-mode-0);
}

.color-block.dark-mode-5 {
  border: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
}

.color-block.dark-mode-10 {
  background-color: var(--dark-mode-10);
}

.color-block.dark-mode-20 {
  background-color: var(--dark-mode-20);
}

.color-block.dark-mode-40 {
  background-color: var(--dark-mode-40);
}

.color-block.dark-mode-80 {
  background-color: var(--dark-mode-80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-block.dark-mode-30 {
  background-color: var(--dark-mode-30);
}

.sg-content {
  background-color: var(--gray-0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

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

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

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

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

.btn {
  text-align: center;
  background-color: #c92525;
  border-radius: 0;
  flex: none;
  padding: 10px 20px;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-0);
  background-color: #fcfcfc1a;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 4px #0003;
}

.btn.outline.big {
  padding: 20px 40px;
  font-size: 22px;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 4px #0003;
}

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

.btn.secondary {
  color: #47a3ea;
  background-color: #fcfcff;
  background-image: linear-gradient(#d8f1ff, #fcfcff);
  border: 1px solid #47a3ea;
  font-family: Optima LT Pro;
  transition: all .3s;
  box-shadow: 0 4px 15px -4px #5fb0ed91;
}

.btn.secondary:hover {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: 0 0 40px #27358333, 0 4px 4px #0003;
}

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

.btn.secondary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.primary {
  background-color: var(--blue-70);
  background-image: linear-gradient(to bottom, var(--blue-70), var(--blue-80));
  color: var(--gray-0);
}

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

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

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

.btn.light {
  background-color: var(--gray-0);
  background-image: linear-gradient(to bottom, var(--gray-0), var(--gray-10));
  color: var(--gray-100);
  transition: all .3s;
}

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

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

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

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

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

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

.btn.buy {
  color: var(--gray-0);
  border: 3px solid #811111;
  box-shadow: inset 0 0 0 3px #0003, 0 4px 4px #0003;
}

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

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

.btn.buy.big:hover {
  background-image: linear-gradient(#000, #fff);
}

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

.btn.secondary-relink {
  color: #47a3ea;
  background-image: linear-gradient(#d8f1ff, #f9fcff);
  border: 1px solid #47a3ea;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #15547952;
}

.btn.secondary-relink:hover {
  opacity: .6;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #8bc1e18c;
}

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

.btn.navbar-bagdex {
  border: 1px solid var(--asleep-white);
  background-color: var(--asleep-black);
  box-shadow: none;
  color: var(--asleep-white);
  font-size: 16px;
}

.btn.navbar-bagdex:hover {
  background-color: #131314;
}

.btn.buy-action-relink {
  color: #fcfcfc;
  background-image: linear-gradient(#3e99e7, #5bbaef);
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #15547973;
}

.btn.buy-action-relink:hover {
  opacity: .6;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #8bc1e18c;
}

.btn.buy-action-relink.big {
  flex: 0 auto;
  padding: 20px 40px;
  font-size: 20px;
}

.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-mode-20);
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

.sg-label {
  color: var(--dark-mode-80);
  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-mode-20);
  background-color: var(--dark-mode-5);
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Optima LT Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.display {
  font-family: Poppins;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

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

.brand.symbol {
  width: 40px;
}

.content-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.content-wrap.center {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1300px;
}

.content-wrap.center.about {
  grid-row-gap: 60px;
  margin-bottom: 20px;
}

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

.content-wrap.about {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.content-wrap.tabs {
  grid-row-gap: 20px;
  color: var(--white);
}

.content-wrap.skin {
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content-wrap.tabs {
  grid-row-gap: 20px;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  max-width: none;
}

.header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.header.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header.center._860px {
  color: var(--gray-0);
  max-width: 860px;
}

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

.header.horizontal {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #f0df2b;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.header.faq-h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.header.center._1000px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-shadow: none;
  max-width: 1000px;
  font-size: 24px;
}

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

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

.container.bagdex-buy {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.fold {
  padding-top: 60px;
}

.container.about {
  grid-row-gap: 60px;
}

.container.faq-c {
  padding-top: 160px;
  padding-bottom: 160px;
}

.container.preorder-bonus {
  grid-row-gap: 20px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.container.sobre-bagdex {
  grid-row-gap: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.galeria {
  padding-top: 120px;
  padding-bottom: 100px;
}

.container.streamer-kit {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.features {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.skin {
  padding-top: 20px;
  padding-bottom: 60px;
}

.container.demo {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  z-index: 2;
  background-image: url('../images/divider-top1.png'), url('../images/divider-bottom1.png'), linear-gradient(#030f1440, #030f1440);
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.fold {
  background-image: url('../images/bg_site_pre_bagdex_01.png');
  background-position: 40%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.section.faq {
  background-image: url('../images/bg_site_pre_bagdex_07.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: auto;
}

.section.bagdex-edicoes {
  background-image: url('../images/bloco_03new-1.jpg'), linear-gradient(#000, #000);
  background-position: 50% -90px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2560px, auto;
}

.section.about {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.screenshots {
  background-color: var(--white);
  background-image: none;
}

.section.specs {
  background-image: linear-gradient(#000, #0000 55%, #000), url('../images/asleep-bg1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bagdex-features {
  z-index: 997;
  background-image: url('../images/bg_site_pre_bagdex_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.videos {
  background-image: linear-gradient(#000, #0000 23%, #0000001a 80%, #000), url('../images/borda-secao-topo2.png'), url('../images/borda-secao-inf2.png');
  background-position: 0 0, 50% 100%, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, contain, contain;
}

.section.enigma-image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/divider-top1.png'), url('../images/divider-bottom1.png'), linear-gradient(#111a2778, #111a2778);
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  background-attachment: scroll, scroll, scroll;
  background-clip: border-box;
  height: 300px;
}

.section.cellbit {
  background-image: linear-gradient(#000 3%, #0000 33% 67%, #000 96%), url('../images/bg-edicoes.jpg'), url('../images/divider-top1.png');
  background-position: 0 0, 50%, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, contain;
}

.section.por-tras {
  color: var(--white);
  background-image: url('../images/BLOCO_04.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
}

.section.bagdex-skin {
  background-image: url('../images/divider_1.png'), linear-gradient(98deg, #000000ab 20%, #fff0 68%), url('../images/bg_site_pre_bagdex_04.jpg');
  background-position: 0 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.section.bagdex-demo {
  background-image: url('../images/demo-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  min-height: 470px;
  padding-bottom: 60px;
}

.section.footer {
  background-image: linear-gradient(#010102, #010102);
}

.card {
  background-color: var(--dark-mode-20);
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

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

.discount {
  color: var(--white);
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
}

.discount.relink-discount {
  background-color: #ffe419;
  border-radius: 0;
  font-family: EB Garamond;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

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

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

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

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

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.company {
  color: var(--white);
  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 {
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.footer-link {
  color: #b8b8b8bd;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

.social-icon {
  height: 16px;
}

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

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

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

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

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

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

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

.brand-white {
  height: 30px;
}

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

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

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

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

.btn-area {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.btn-area.editions {
  width: 80%;
}

.image-wrap.bagdex-media {
  border-radius: 6px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.image-wrap.bagdex-media:hover {
  transform: scale(1.03);
}

.image-wrap.fold-text {
  max-width: 450px;
}

.image-wrap.skin {
  align-self: center;
  max-width: 600px;
  margin-bottom: 20px;
}

.description-text {
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.description-text._860px {
  max-width: 860px;
}

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

.logo-wrap.title-logo {
  max-width: 400px;
  max-height: 250px;
}

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

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

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

.faq-body-cont {
  color: var(--dark-mode-80);
  -webkit-text-stroke-color: var(--gray-80);
  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;
  width: 100%;
  max-width: 860px;
  display: grid;
}

.faq-answer {
  color: #727676;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
}

.faq-img {
  z-index: 2;
  color: #f4d447;
  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;
}

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

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

.faq-p {
  background-color: var(--asleep-black);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.faq {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

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

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

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

.btn-droparea {
  display: none;
}

.btn-navarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 296px;
  display: flex;
}

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

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

.navlink {
  grid-column-gap: 8px;
  opacity: .6;
  color: #fff;
  text-align: center;
  text-transform: none;
  padding: 28px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navlink:hover {
  color: var(--asleep-white);
}

.navlink.w--current {
  opacity: 1;
  color: var(--asleep-white);
  border-bottom: 4px solid #0d8ffa;
  padding-bottom: 24px;
  font-weight: 600;
}

.navlink.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  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-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navlink.language {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.dropdown {
  display: none;
}

.dropdown.menu.w--open {
  background-color: var(--gray-0);
  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-80);
  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-70);
  color: var(--gray-100);
  padding-left: 36px;
}

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

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

.image-wrap-editions {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.game-box-art {
  opacity: 1;
}

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

.specs-text {
  color: var(--asleep-white);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

.specs-text.single-line {
  flex: 1;
}

.specs-text.content {
  z-index: 2;
  text-transform: none;
  font-family: Dosis, sans-serif;
  font-size: 18px;
  position: relative;
}

.specs-table-title {
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.specs-table {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.specs-table-bg {
  background-color: #10121882;
  border: 1.5px solid #223750;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 40px;
  font-weight: 800;
  display: flex;
}

.specs-table-bg.hide {
  background-color: #1a1d2782;
}

.html-embed {
  width: 30px;
  height: 100%;
  display: flex;
}

.tab-platform {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.platform-selector-title {
  color: #588cad;
  margin-bottom: 20px;
  font-family: EB Garamond;
  font-size: 24px;
  font-weight: 600;
}

.html-embed-2 {
  position: absolute;
}

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

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

.image-wrap-about.right {
  width: 90%;
  padding-left: 0;
}

.image-wrap-about.left {
  text-align: center;
  width: 90%;
}

.image-wrap-about._640px {
  max-width: 640px;
}

.text-block-8 {
  color: #727676;
  font-family: EB Garamond;
  font-size: 24px;
}

.text-block-9 {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.brand-relink {
  height: 30px;
}

.brand-relink.nav {
  width: 178px;
  height: 40px;
}

.specs-modal {
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.specs-table-black {
  background-image: linear-gradient(#0000, #262a413d);
  border: 1.5px solid #223750;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 40px;
  display: flex;
}

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

.feature-block {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  box-shadow: 7px 9px 10px #0006;
}

.desconto-asleep {
  background-color: var(--asleep-purtple);
  padding: 4px 8px;
}

.btn-language {
  grid-column-gap: 6px;
  color: var(--asleep-light-purple);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-language:hover {
  color: var(--asleep-white);
}

.btn-language.w--current {
  border-bottom: 2px solid var(--asleep-lilac);
  color: var(--asleep-white);
  padding-bottom: 24px;
}

.btn-language.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.language-flag {
  padding-top: 4px;
}

.video-preview {
  filter: brightness(30%);
}

.play-button {
  flex-flow: row;
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 80px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.carousel.is_contained.mobile {
  display: none;
}

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

.carousel-mask.desktop {
  width: 100%;
  max-width: none;
}

.arrow-slider {
  font-size: 20px;
  transition: all .2s;
  inset: auto;
}

.arrow-slider:hover {
  transform: scale(1.2);
}

.arrow-slider.left {
  position: absolute;
  top: 85px;
  bottom: auto;
  left: 0%;
}

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

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

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

.video-slider.desktop {
  margin-right: 0;
}

.arrow {
  width: auto;
  max-width: 50px;
}

.slider-gradient-right {
  z-index: 3;
  background-image: linear-gradient(90deg, #01010200, #010102 94%);
  width: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-gradient-left {
  z-index: 3;
  background-image: linear-gradient(270deg, #01010200, #010102 94%);
  width: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.video-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: var(--asleep-light-purple);
}

.tag-area {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.product-tag.steam {
  background-color: #f6f3fc;
  background-image: linear-gradient(41deg, #142e4c, #12456f);
  padding: 8px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.icon-wrapper.highlight {
  color: #d34100;
  width: 18px;
  height: 18px;
}

.btn-enigma {
  border: 1px none var(--asleep-white);
  background-color: var(--asleep-black);
  color: var(--asleep-white);
  border-radius: 6px;
  width: 250px;
  padding: 16px 40px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-enigma:hover {
  background-color: #010102;
}

.btn-enigma.outline {
  border: 1px solid var(--gray-30);
  outline-offset: 0px;
  text-transform: uppercase;
  outline: 3px #f6f3fc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  transition: all .2s;
  display: flex;
}

.btn-enigma.outline:hover {
  color: #aca7b4;
  background-color: #131314;
}

.btn-enigma.outline.nav {
  width: auto;
  padding: 8px 20px;
}

.btn-enigma.fold {
  color: var(--asleep-black);
  text-align: center;
  background-color: #2ac2e0;
  background-image: linear-gradient(#13cbe4, #2ac2e0);
  width: 100%;
  transition: all .2s;
}

.btn-enigma.fold:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 40px #2ac2e0;
}

.btn-enigma.buy-action {
  color: var(--asleep-black);
  text-align: center;
  text-transform: uppercase;
  background-color: #2ac2e0;
  background-image: linear-gradient(#13cbe4, #2ac2e0);
  flex: none;
  width: 300px;
  transition: all .2s;
}

.btn-enigma.buy-action:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.edition-title {
  flex-flow: column;
  align-self: center;
  max-width: 320px;
  margin-top: 20px;
  display: flex;
}

.list-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.list-content {
  padding-left: 40px;
  font-size: 18px;
  list-style-type: square;
}

.product-old-price {
  color: #a8a8a8;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

.text-block-13 {
  text-align: center;
  margin-top: 0;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.body {
  background-image: url('../images/intro-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.enigma-mia {
  display: none;
}

.text-span {
  font-size: 16px;
}

.img-smoke {
  z-index: 0;
  filter: brightness(84%) hue-rotate(28deg);
  background-image: url('../images/smoke-2.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.preorder-bonus-image {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.image {
  width: 100%;
  max-width: 450px;
}

.image.preorder {
  max-width: 300px;
}

.img-cellbit {
  max-width: 500px;
}

.subtitle-text {
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
}

.disclaimer-block {
  color: var(--asleep-white);
  text-align: center;
  background-image: linear-gradient(#1416221f, #141622ed), linear-gradient(#00000024, #00000024);
  border: 2px solid #223750;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 12px 36px;
  font-size: 20px;
  display: flex;
  box-shadow: 7px 9px 10px #000000b0;
}

.text-link {
  color: #1dc7e2;
}

.title-glow {
  text-shadow: 0 0 1px #00b6da, 0 0 20px #00bfdd, 0 0 50px #26c3e0;
}

.enigma-lupi {
  display: none;
}

.image-5 {
  width: 30%;
  display: block;
  position: absolute;
  inset: 540px 0% 0% 964px;
}

.btn-socialmedia {
  color: var(--asleep-white);
  background-color: #141622;
  border: 1px solid #223750;
  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.tiktok:hover {
  background-color: #010101;
}

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

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

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

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

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

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

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

.code-embed {
  height: 600px;
}

.img {
  border-radius: 0;
}

.img.border {
  z-index: 1;
  position: relative;
}

.img.border._1 {
  transform: scale(.8);
}

.img.border._2 {
  transform: scale(.8)rotate(2deg);
}

.img.border._3 {
  transform: scale(.8)rotate(4deg);
}

.img.border._4 {
  transform: scale(.87)rotate(2deg);
}

.mask {
  position: absolute;
  inset: 0%;
}

.steam-available {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f3eee4;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: underline;
  display: flex;
}

.steam-brand {
  width: 70px;
  height: 22px;
}

.language-select {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f6f3fc;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.language-flag-2 {
  max-width: 24px;
}

.dropdown-list {
  background-color: #fcfcfc;
  margin-top: -10px;
}

.dropdown-list.w--open {
  border-radius: 8px;
  margin-top: -12px;
  overflow: hidden;
}

.language-option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #010102;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.language-option:hover {
  background-color: #dee2e6;
}

.disclaimer {
  font-size: 16px;
  font-style: italic;
}

.btn-bagdex {
  border: 1px none var(--asleep-white);
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff876;
  background-image: linear-gradient(#fff874, #feb524);
  border-radius: 10px;
  width: 350px;
  padding: 12px 20px;
  font-family: Dosis, sans-serif;
  font-size: 24px;
  font-weight: 800;
  transition: all .2s;
  box-shadow: 0 6px #400700;
}

.btn-bagdex:hover {
  background-color: #010102;
  background-image: linear-gradient(#fff874, #fff874);
  box-shadow: 0 6px #5d0c02;
}

.btn-bagdex.outline {
  border: 1px solid var(--gray-30);
  outline-offset: 0px;
  text-transform: uppercase;
  outline: 3px #f6f3fc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  transition: all .2s;
  display: flex;
}

.btn-bagdex.outline:hover {
  color: #aca7b4;
  background-color: #131314;
}

.btn-bagdex.outline.nav {
  width: auto;
  padding: 10px 20px;
}

.btn-bagdex.fold {
  width: 100%;
  transition: all .2s;
}

.btn-bagdex.fold:hover {
  color: #000;
  background-color: #fde33e;
  background-image: none;
}

.btn-bagdex.buy-action {
  color: var(--asleep-black);
  text-align: center;
  text-transform: uppercase;
  background-color: #2ac2e0;
  background-image: linear-gradient(#13cbe4, #2ac2e0);
  flex: none;
  width: 300px;
  transition: all .2s;
}

.btn-bagdex.buy-action:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.section-title {
  width: auto;
  max-height: 180px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 500;
}

.heading-features-bg {
  color: var(--white);
  background-color: #000;
  padding: 12px 16px;
}

.skin-badex {
  max-width: 500px;
}

.demo {
  max-width: 850px;
}

.lightbox-mobile {
  display: none;
}

.bagmon1 {
  z-index: 999;
  width: auto;
  max-width: 270px;
  position: absolute;
  inset: auto 3% -17% auto;
}

.bagmon2 {
  width: auto;
  max-width: 220px;
  position: absolute;
  inset: -8% auto auto 1%;
}

.bagmon3 {
  width: auto;
  max-width: 180px;
  position: absolute;
  inset: -8% 3% auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-link-2 {
  color: #b8b8b8bd;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-2:hover {
  color: #0dd3fa;
}

.footer-title-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.btn-socialmedia-3 {
  color: #f6f3fc;
  background-color: #141622;
  border: 1px solid #223750;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.footer-link-3 {
  color: #b8b8b8bd;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-3:hover {
  color: #0dd3fa;
}

.footer-title-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.footer-link-4 {
  color: #b8b8b8bd;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-4:hover {
  color: #0dd3fa;
}

.btn-bagdex-2 {
  color: #111314;
  text-transform: uppercase;
  background-color: #fff876;
  background-image: linear-gradient(#fff874, #feb524);
  border: 1px #f6f3fc;
  border-radius: 10px;
  width: 100%;
  padding: 12px 20px;
  font-family: Dosis, sans-serif;
  font-size: 24px;
  font-weight: 800;
  transition: all .2s;
  box-shadow: 0 6px #400700;
}

.btn-bagdex-2:hover {
  background-color: #010102;
  background-image: linear-gradient(#fff874, #fff874);
  box-shadow: 0 6px #5d0c02;
}

.text-block-15 {
  color: #727676;
  font-size: 24px;
}

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

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

.tab-link-2 {
  color: #fff;
  text-align: center;
  background-color: #111314;
  border-radius: 10px;
  flex: 0 auto;
  margin-right: 0;
  padding: 8px 40px;
  font-family: Oferta Do Dia, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px #fff;
}

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

.tab-link-2.w--current {
  color: #111314;
  background-color: #fde33e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  box-shadow: 0 4px #111314;
}

.tab-link-2.relink {
  color: #4a82a5;
  background-color: #f1fcff;
  border: 2px solid #b8cfdd;
}

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

.tab-link-2.relink.w--current {
  color: #4a82a5;
  background-color: #fff;
  background-image: none;
  border: 2px solid #4a82a5;
}

.image-wrap-editions-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span-3 {
  font-size: 14px;
  font-weight: 500;
}

.section-title-2 {
  width: auto;
  max-height: 180px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.edition-title-2 {
  flex-flow: column;
  align-self: center;
  max-width: 200px;
  margin-top: 20px;
  display: flex;
}

.platform-selector-title-2 {
  color: #588cad;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.html-embed-3 {
  width: 30px;
  height: 100%;
  display: flex;
}

.game-box-art-2 {
  opacity: 1;
  align-self: center;
  width: 60%;
}

.disclaimer-2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

.product-old-price-2 {
  color: #a8a8a8;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

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

.discount-2.relink-discount {
  background-color: #ffe419;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.btn-enigma-2 {
  color: #f6f3fc;
  background-color: #010102;
  border: 1px #f6f3fc;
  border-radius: 6px;
  width: 250px;
  padding: 16px 40px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-enigma-2:hover {
  background-color: #010102;
}

.btn-enigma-2.outline {
  outline-offset: 0px;
  text-transform: uppercase;
  border: 1px solid #a7acba;
  outline: 3px #f6f3fc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  transition: all .2s;
  display: flex;
}

.btn-enigma-2.outline:hover {
  color: #aca7b4;
  background-color: #131314;
}

.pvp-logo {
  max-width: 460px;
  margin-bottom: -20px;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }

  .sg-nav {
    width: 280px;
  }

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

  .btn.navbar-bagdex {
    font-size: 18px;
  }

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

  .content-wrap {
    grid-row-gap: 60px;
    justify-content: center;
  }

  .content-wrap.tabs {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
  }

  .header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .header.center.preorder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.about {
    padding-bottom: 120px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container.sobre-bagdex {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container.galeria, .container.streamer-kit {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section.bagdex-edicoes {
    top: -2px;
  }

  .section.enigma-image {
    height: 300px;
  }

  .section.cellbit {
    overflow: hidden;
  }

  .section.bagdex-skin {
    top: -3px;
  }

  .section.bagdex-demo {
    background-size: cover;
    min-height: 500px;
  }

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

  .price {
    height: auto;
    font-family: Amatic SC;
    font-weight: 700;
  }

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

  .footer-link {
    font-size: 18px;
  }

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

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

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

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

  .navbar {
    transition: all .2s;
  }

  .container-5 {
    z-index: 5;
  }

  .specs-text.content {
    z-index: 2;
  }

  .video {
    max-width: 580px;
  }

  .container-6, .container-7, .container-8 {
    z-index: 5;
  }

  .feature-block {
    justify-content: center;
    min-height: 30px;
  }

  .carousel-mask {
    width: 32.3%;
  }

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

  .enigma-mia {
    z-index: -1;
    width: 70%;
    display: block;
    position: absolute;
    inset: 20px auto 0% -42%;
  }

  .img-cellbit {
    max-width: 600px;
  }

  .disclaimer-block {
    justify-content: center;
    min-height: 30px;
  }

  .enigma-lupi {
    z-index: -1;
    max-width: 500px;
    display: block;
    position: absolute;
    inset: 52% -30% 0% auto;
  }

  .image-5 {
    z-index: 1;
    width: 30%;
    display: block;
    top: 515px;
    left: 1031px;
  }

  .tabs-content {
    overflow: visible;
  }

  .bagmon1 {
    max-width: 280px;
    bottom: -21%;
    right: 5%;
  }

  .bagmon2 {
    left: 5%;
  }

  .bagmon3 {
    max-width: 180px;
    right: 6%;
  }

  .footer-link-2, .footer-link-3, .footer-link-4 {
    font-size: 18px;
  }

  .price-2 {
    height: auto;
    font-weight: 700;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }

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

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

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

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

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

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

  .grid {
    margin-left: 0;
  }

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

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

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

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

  ._2-1-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

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

  .tabs-menu {
    justify-content: center;
    margin-bottom: 40px;
  }

  .tabs-menu.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

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

  .btn {
    position: relative;
  }

  .btn.buy {
    background-color: var(--red-40);
    background-image: linear-gradient(to bottom, var(--red-40), var(--red-60));
  }

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

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

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

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

  .content-wrap.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrap.editions-content {
    grid-row-gap: 16px;
  }

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

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

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

  .container.bagdex-buy {
    padding-top: 80px;
  }

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

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

  .section.fold {
    background-image: linear-gradient(#000 1%, #0000 63%), url('../images/bg_site_pre_bagdex_01.png');
    background-position: 0 0, 60%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .section.bagdex-skin {
    background-image: url('../images/divider_1.png'), linear-gradient(90deg, #000000ab 39%, #fff0 94%), url('../images/bg_site_pre_bagdex_04.jpg');
    background-position: 0 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
  }

  .section.bagdex-demo {
    min-height: 390px;
  }

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

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

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

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

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

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

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

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

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

  .image-wrap.skin {
    max-width: 500px;
  }

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

  .logo-wrap.title-logo {
    max-width: 320px;
  }

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

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

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

  .faq-icon {
    width: 24px;
  }

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

  .menu, .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: 4px 16px 4px 40px;
    display: grid;
  }

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

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #020204;
    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 {
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    opacity: .7;
    color: #fff;
  }

  .navlink.w--current {
    border-bottom-style: none;
    border-bottom-color: #0d8ffa;
    border-left: 4px solid #0d8ffa;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .navlink.dropdown-link {
    display: none;
  }

  .navlink.language {
    display: flex;
  }

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

  .dropdown.w--open {
    color: #0d8ffa;
    -webkit-text-stroke-color: #0d8ffa;
    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;
  }

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

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

  .image-wrap-editions {
    max-width: 300px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .specs-text {
    font-size: 14px;
    line-height: 22px;
  }

  .specs-text.content {
    font-size: 14px;
  }

  .platform-selector-title {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-wrap-about.right {
    max-width: 400px;
    padding-left: 0;
  }

  .image-wrap-about.left {
    max-width: 400px;
    padding-right: 0;
  }

  .specs-modal {
    height: auto;
    display: flex;
  }

  .selector {
    width: 100%;
  }

  .feature-block {
    min-height: 150px;
  }

  .btn-language {
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    display: none;
  }

  .btn-language:hover {
    opacity: .7;
    color: #fff;
  }

  .btn-language.w--current {
    border-left: 3px solid var(--asleep-lilac);
    border-bottom-style: none;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .language-flag {
    width: auto;
  }

  .play-button {
    max-width: 80px;
  }

  .carousel.is_contained.desktop {
    display: none;
  }

  .carousel.is_contained.mobile {
    display: inline-flex;
  }

  .carousel-mask {
    width: 48%;
  }

  .arrow-slider.left, .arrow-slider.right {
    top: 60px;
  }

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

  .arrow {
    max-width: 50px;
  }

  .list-title {
    text-align: center;
  }

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

  .product-old-price {
    margin-top: 0;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .preorder-bonus-image {
    width: 80%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image.preorder {
    max-width: 250px;
  }

  .subtitle-text {
    text-align: center;
    font-size: 22px;
  }

  .disclaimer-block {
    min-height: 150px;
  }

  .image-5 {
    display: none;
  }

  .language-flag-2 {
    width: auto;
  }

  .heading-features-bg {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .skin-badex {
    max-width: 400px;
  }

  .tabs-content {
    overflow: visible;
  }

  .bagmon1, .bagmon2, .bagmon3 {
    display: none;
  }

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

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

  .image-wrap-editions-2 {
    max-width: 300px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .platform-selector-title-2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .product-old-price-2 {
    margin-top: 0;
    font-size: 14px;
  }

  .pvp-logo {
    max-width: 370px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    line-height: 34px;
  }

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

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

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

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

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

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

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

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

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

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

  .grid.desk-2.tab-2.row-60px {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .tab-link {
    border-bottom-width: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

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

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .tabs-menu.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 20px;
  }

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

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

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

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

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

  .btn.buy.big, .btn.buy-action-relink.big, .btn.secondary-relink.big {
    width: 100%;
  }

  .btn.navbar-bagdex {
    text-transform: uppercase;
    border-radius: 6px;
  }

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

  .subtittle {
    line-height: 20px;
  }

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

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

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

  .content-wrap.center, .content-wrap.center.about, .content-wrap.about {
    max-width: 650px;
  }

  .content-wrap.skin {
    line-height: 130%;
  }

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

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

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

  .container.about {
    grid-row-gap: 36px;
  }

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

  .section.fold {
    background-position: 0 0, 55%;
  }

  .section.enigma-image {
    background-image: url('../images/borda-secao-topo1.png'), url('../images/borda-secao-inf2.png'), linear-gradient(to bottom, null, null), url('../images/Sketch-02.jpg');
    background-position: 0 100%, 0 0, 0 0, 50%;
  }

  .section.por-tras {
    text-align: center;
    background-image: linear-gradient(#09000091, #09000091), url('../images/BLOCO_04.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.bagdex-demo {
    min-height: 300px;
    padding-bottom: 40px;
  }

  .card {
    padding-bottom: 0;
  }

  .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, .price-wrap {
    max-width: 420px;
  }

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

  .btn-area {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .image-wrap.skin {
    max-width: 300px;
  }

  .description-text {
    font-size: 18px;
  }

  .logo-wrap.title-logo {
    max-width: 280px;
  }

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

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

  .navigation {
    display: flex;
  }

  .navbar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    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 {
    width: auto;
  }

  .dropdown {
    padding: 13px;
  }

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

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

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

  .image-wrap-editions {
    max-width: 250px;
    margin-bottom: 0;
  }

  .container-5 {
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .specs-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .specs-table-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-table {
    grid-template-columns: 1fr 1fr;
  }

  .specs-table-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-table-bg.hide {
    display: none;
  }

  .image-wrap-about._640px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-relink.nav {
    width: 133.5px;
    height: 30px;
  }

  .specs-modal {
    width: 100%;
  }

  .specs-table-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-table-black.hide {
    display: none;
  }

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

  .container-6, .container-7, .container-8 {
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .feature-block {
    min-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .play-button {
    max-width: 60px;
  }

  .carousel.is_contained.mobile {
    padding-bottom: 80px;
  }

  .carousel-mask {
    width: 48%;
    max-width: 400px;
    height: auto;
  }

  .arrow-slider.left, .arrow-slider.right {
    top: 150px;
  }

  .arrow {
    max-width: 40px;
  }

  .tag-area {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .btn-enigma.outline {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .btn-enigma.outline.nav {
    display: none;
  }

  .btn-enigma.fold, .btn-enigma.buy-action {
    width: 100%;
    max-width: 350px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .edition-title {
    max-width: 250px;
    margin-top: 0;
  }

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

  .product-old-price {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-13 {
    margin-top: 10px;
    font-size: 18px;
  }

  .image.preorder {
    max-width: 200px;
  }

  .subtitle-text {
    font-size: 20px;
    line-height: 150%;
  }

  .disclaimer-block {
    min-height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .heading {
    font-size: 48px;
  }

  .language-select {
    font-size: 12px;
  }

  .language-flag-2 {
    max-width: 20px;
  }

  .link-block {
    width: 100%;
  }

  .btn-bagdex {
    width: 300px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .btn-bagdex.outline {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .btn-bagdex.outline.nav {
    display: none;
  }

  .btn-bagdex.fold {
    width: 100%;
    max-width: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .btn-bagdex.buy-action {
    width: 100%;
    max-width: 350px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .section-title {
    max-height: 160px;
  }

  .skin-badex {
    max-width: 300px;
  }

  .demo {
    max-width: 600px;
  }

  .lightbox-desktop {
    display: none;
  }

  .lightbox-mobile {
    display: block;
  }

  .company-2, .company-3 {
    flex-direction: column;
    display: flex;
  }

  .btn-bagdex-2 {
    width: 300px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .tab-link-2 {
    border-bottom-width: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image-wrap-editions-2 {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 0;
  }

  .section-title-2 {
    max-height: 160px;
  }

  .edition-title-2 {
    max-width: 250px;
    margin-top: 0;
  }

  .game-box-art-2 {
    width: 200px;
  }

  .product-old-price-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .btn-enigma-2.outline {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

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

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

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h6 {
    font-size: 14px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

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

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

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

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

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

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

  .tab-link {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    width: 200px;
    max-width: 350px;
    padding: 6px 16px;
    font-size: 16px;
  }

  .tab-link.w--current {
    justify-content: center;
  }

  .column {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .content-wrap.center.demo {
    grid-row-gap: 16px;
  }

  .content-wrap.about {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .content-wrap.skin {
    grid-row-gap: 20px;
  }

  .header {
    font-size: 18px;
  }

  .header.center.preorder {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header.center._860px {
    font-size: 18px;
  }

  .header.horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .header.center._1000px {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section.enigma-image {
    background-image: url('../images/borda-secao-topo1.png'), url('../images/borda-secao-inf2.png'), linear-gradient(to bottom, null, null), url('../images/Sketch-02.jpg');
    background-position: 0 100%, 0 0, 0 0, 61%;
  }

  .section.por-tras {
    background-image: linear-gradient(#090000c7, #090000c7), url('../images/BLOCO_04.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.bagdex-skin {
    background-image: url('../images/divider_1.png'), linear-gradient(187deg, #000000ab 39%, #fff0 94%), url('../images/bg_site_pre_bagdex_04.jpg');
    background-position: 0 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
  }

  .section.bagdex-demo {
    min-height: 220px;
  }

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

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

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

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

  .image-wrap.skin {
    max-width: 350px;
  }

  .description-text {
    font-size: 16px;
  }

  .logo-img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .faq-img {
    display: none;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .image-wrap-editions {
    min-width: 200px;
  }

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

  .specs-text {
    margin-top: 0;
    line-height: 20px;
  }

  .specs-text.single-line {
    margin-top: 0;
  }

  .specs-table-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .specs-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .specs-table-bg {
    display: flex;
  }

  .container-6, .container-7, .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-block {
    min-height: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .play-button {
    max-width: 50px;
  }

  .carousel-mask {
    width: 100%;
    min-width: 250px;
    left: -44px;
  }

  .arrow-slider.left, .arrow-slider.right {
    top: 180px;
  }

  .slider-dot {
    display: none;
  }

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

  .slider-gradient-right, .slider-gradient-left {
    width: 40px;
  }

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

  .text-block-13 {
    font-size: 16px;
  }

  .preorder-bonus-image {
    width: 100%;
  }

  .image.preorder {
    max-width: 150px;
  }

  .subtitle-text {
    font-size: 18px;
  }

  .disclaimer-block {
    min-height: auto;
    padding-right: 24px;
    font-size: 16px;
    line-height: 150%;
  }

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

  .steam-available {
    font-size: 14px;
  }

  .steam-brand {
    width: 60px;
    height: 19px;
  }

  .language-select, .language-select.w--open, .language-option {
    font-size: 14px;
  }

  .section-title {
    max-height: 120px;
  }

  .skin-badex {
    max-width: 250px;
  }

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

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

  .tab-link-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    width: 200px;
    max-width: 350px;
    padding: 6px 16px;
    font-size: 16px;
  }

  .tab-link-2.w--current {
    justify-content: center;
  }

  .image-wrap-editions-2 {
    min-width: 200px;
  }

  .pvp-logo {
    max-width: 250px;
  }
}

#w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876ae-cec5f269 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b0-cec5f269 {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b3-cec5f269 {
  grid-area: 3 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b7-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-_7187756f-ef44-e5ae-97a9-33cc15d7db41-cec5f269 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_9d1c0225-df1f-d2a9-661a-323249ec4eef-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-f1c95695-4bd9-a74b-75e7-b9cede630cfd-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_2a089315-7538-68dc-bb88-86f54c1e8ee7-cec5f269 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f5-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f0-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5f51af72-d506-589c-478b-98c9f8acca44-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-d98c3ff2-e09e-e676-c08b-d422be1f5b13-cec5f269 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de0f-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de12-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de15-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de18-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de1b-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de1e-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de21-cec5f269, #w-node-af4899f1-fb63-f2ef-9f5a-6f0a0079de24-cec5f269, #w-node-_30c1148a-024c-d30a-239a-a11479b10d16-cec5f269, #w-node-_7f708c51-b645-5108-6ce4-24c3e83f71eb-cec5f269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cf90-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cf92-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfb6-cec5f269 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfd0-cec5f269 {
  justify-self: start;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfdd-cec5f269 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe1-cec5f269 {
  justify-self: start;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe5-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe7-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d00d-cec5f269 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d027-cec5f269 {
  justify-self: start;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d034-cec5f269 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d038-cec5f269 {
  justify-self: start;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d03c-cec5f269 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d03e-cec5f269 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start center;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d066-cec5f269 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d080-cec5f269 {
  justify-self: start;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d08d-cec5f269 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d091-cec5f269 {
  justify-self: start;
}

#w-node-a00be861-4d9a-37b7-977c-3ed0ff5e8679-cec5f269, #w-node-_74c2bad6-4998-5c32-6b39-69ecf59a4897-cec5f269 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74c2bad6-4998-5c32-6b39-69ecf59a48a5-cec5f269 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195b8-cec5f269, #w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195bb-cec5f269, #w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195be-cec5f269, #w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195c1-cec5f269, #w-node-a7bd1153-637e-40a3-21b5-69e1ec42daaa-cec5f269, #w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195c4-cec5f269, #w-node-f2a02f2a-b8cb-e973-a48e-4a0405a195c7-cec5f269, #w-node-_6f151ec0-64a3-8a51-284b-f2a7924a0ed2-cec5f269, #w-node-_296bc181-ceb2-86dd-71c6-49de256c64e9-cec5f269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef9ef415-32fe-2587-78ad-8eecdbd72828-cec5f269 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_336decdf-8143-6d0f-d53b-fda09e3df95b-cec5f269 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_336decdf-8143-6d0f-d53b-fda09e3df95e-cec5f269 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_336decdf-8143-6d0f-d53b-fda09e3df960-cec5f269 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-d1babad4-1591-5091-f74a-b150c7bebb59-cec5f269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85c24811-0e6e-3440-5cf0-3de708e2413e-cec5f269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ab-cec5f269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876ae-cec5f269 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b0-cec5f269 {
    grid-column-end: 3;
  }

  #w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b3-cec5f269 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_79911625-68b5-e8d5-6fa1-5b7c35f876b7-cec5f269 {
    grid-row-start: 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-_9d1c0225-df1f-d2a9-661a-323249ec4eef-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-f1c95695-4bd9-a74b-75e7-b9cede630cfd-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-_2a089315-7538-68dc-bb88-86f54c1e8ee7-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f5-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f0-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_5f51af72-d506-589c-478b-98c9f8acca44-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-d98c3ff2-e09e-e676-c08b-d422be1f5b13-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cf90-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cf92-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfb6-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfd0-cec5f269, #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe1-cec5f269 {
    justify-self: stretch;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe5-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cfe7-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d00d-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d027-cec5f269, #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d038-cec5f269 {
    justify-self: stretch;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d03c-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d03e-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d066-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d080-cec5f269, #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7d091-cec5f269 {
    justify-self: stretch;
  }

  #w-node-a00be861-4d9a-37b7-977c-3ed0ff5e8679-cec5f269 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74c2bad6-4998-5c32-6b39-69ecf59a4897-cec5f269 {
    grid-column-end: 3;
  }

  #w-node-_74c2bad6-4998-5c32-6b39-69ecf59a48a5-cec5f269 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_336decdf-8143-6d0f-d53b-fda09e3df95b-cec5f269 {
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_336decdf-8143-6d0f-d53b-fda09e3df95e-cec5f269 {
    justify-self: center;
  }

  #w-node-_336decdf-8143-6d0f-d53b-fda09e3df960-cec5f269 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb59-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ab-cec5f269 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538d0-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538dd-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ea-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ff-cec5f269 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0140fe65-f95e-30ad-0eb2-a6b283b7cf90-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ef9ef415-32fe-2587-78ad-8eecdbd72828-cec5f269 {
    justify-self: center;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ab-cec5f269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538d0-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538dd-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ea-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ff-cec5f269 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-cec5f269 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-a00be861-4d9a-37b7-977c-3ed0ff5e8679-cec5f269 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_74c2bad6-4998-5c32-6b39-69ecf59a48a5-cec5f269 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_336decdf-8143-6d0f-d53b-fda09e3df95b-cec5f269 {
    align-self: center;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538ab-cec5f269 {
    grid-column: span 2 / span 2;
  }

  #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538bc-cec5f269, #w-node-cd3bc81a-7aa8-aeb2-0764-44b0364538be-cec5f269 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Flogged';
  src: url('../fonts/Flogged.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oferta Do Dia';
  src: url('../fonts/Oferta-do-Dia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}