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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: #2e180d;
  text-decoration: underline;
}

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

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

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

.container.got-steps {
  padding-top: 120px;
}

.container.premios-img {
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

.content.sorteio-elden-ring {
  grid-row-gap: 20px;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn.tertiary {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  border: 1px solid #fcfcfc33;
  transition: all .3s;
}

.btn.tertiary:hover {
  color: #2b2b36;
  background-color: #fcfcfce6;
  border-color: #fcfcfc;
  box-shadow: 0 2px 40px #fcfcfc80, 0 4px 4px #0003;
}

.btn.tertiary.big {
  z-index: 1;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.got {
  color: #000;
  background-color: #ff5651;
  border-radius: 0;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  box-shadow: inset 0 0 0 4px #ff5651, inset 0 0 0 5px #e44843, 0 4px 4px #0003;
}

.btn.got:hover {
  background-image: none;
  box-shadow: 0 0 40px #ffa19f, inset 0 0 0 4px #ff5651, inset 0 0 0 5px #e44843, 0 4px 4px #0003;
}

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

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

.btn.elden-ring {
  color: #000;
  background-color: #c19d53;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 0 4px 4px #0003;
}

.btn.elden-ring:hover {
  color: #c19d53;
  background-color: #c19d5308;
  background-image: none;
  box-shadow: inset 0 0 0 2px #c19d53, 0 4px 4px #0003;
}

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

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

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

.section.sobre {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc, #dff0ff);
}

.section.fold {
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
  position: relative;
}

.section.game {
  color: #fcfcfc;
  background-color: #0a0a0c;
  background-image: linear-gradient(#0a0a0c, #222128);
}

.section.faq {
  background-image: linear-gradient(#0f050500 56%, #0f0505), url('../images/ERSOTE-background-key-feature-2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: auto;
  margin-top: -60px;
}

.section.footer {
  background-color: #0f0505;
  padding-top: 0;
}

.section.game-highlight {
  background-color: #0a0a0c;
  background-image: url('../images/bg-ratchet-and-clank-rift-apart.jpg');
  background-position: 100%;
  background-size: cover;
}

.section.coupon {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc, #dff0ff);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.section.destaque-produto {
  background-image: linear-gradient(#0c50ff8f, #010c2a), url('../images/bg-v2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
}

.section.sorteio {
  color: #000;
  background-image: url('../images/bg-sorteio.jpg'), radial-gradient(circle, #e7e7e7, #bdb09f);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section.sorteio-elden-ring {
  color: #000;
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#0000, #07070700 59%, #111010a1), url('../images/ERSOTE-page-background.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 180px;
  padding-bottom: 120px;
}

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

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

.navlink:hover {
  color: #fcfcfc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icon {
  height: 16px;
}

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

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

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

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

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

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

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

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

.brand-white {
  width: 138px;
  height: 30px;
}

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

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

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

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

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

.dropdown {
  display: none;
}

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

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

.btn-droparea {
  display: none;
}

.cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.carousel-mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

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

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

.card-header {
  width: 100%;
}

.card-body {
  grid-row-gap: 20px;
  background-color: #f8fbff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

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

.game-title {
  white-space: break-spaces;
}

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

.bg-video {
  z-index: -1;
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gow-render {
  width: 100%;
  max-width: 510px;
}

.video {
  background-image: none;
  border-radius: 12px;
  overflow: hidden;
}

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

.video-wrap {
  width: 100%;
  max-width: 640px;
  padding-left: 40px;
}

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

.game-wrap {
  color: #fcfcfc;
  background-color: #1a1920;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 0 1px #505162;
}

.game-wrap:hover {
  background-color: #27262c;
  box-shadow: 0 0 0 1px #a6a8cc;
}

.game-cover {
  width: 100%;
}

.game-info {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.title {
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.game-img {
  width: 100%;
}

.btn-wrap {
  z-index: 999;
  grid-column-gap: 20px;
  align-items: stretch;
  display: flex;
}

.bg-video-wrap {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(to right, #020226, #042599);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #0b50ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.company {
  max-width: 310px;
}

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

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

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

.caption.left {
  text-align: left;
  font-weight: 500;
}

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

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

.promo-render {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: auto;
  right: 0%;
}

.text-highlight {
  color: #0e39cb;
  text-transform: none;
  font-weight: 700;
}

.text-highlight.hide {
  display: none;
}

.bold-text {
  color: #f2a400;
}

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

.promo-logo {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
}

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

.btn-2.primary {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon-code {
  color: #f2a400;
}

.coupon-code.blue {
  color: #0e39cb;
}

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

.coupon-wrap.blue {
  border-color: #0e39cb;
}

.coupon {
  text-align: center;
  border: 2px dashed #f2a400;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

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

.text-block-5 {
  display: block;
}

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

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

.game-disclaimer.elden-ring {
  color: #fff;
}

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

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

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

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

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

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

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

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

.icon-wrapper.highlight {
  width: auto;
}

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

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

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

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

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

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

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

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

.grid.desk-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 960px;
}

.heading {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

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

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

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

.promo-render-2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: auto;
  right: 0%;
}

.coupon-code-2 {
  color: #ffc52f;
}

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

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

.header.sorteio-elden-ring {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.step.elden-ring {
  color: #fff;
}

.rules-block {
  grid-column-gap: 12px;
  color: #000;
  background-color: #fcfcfc80;
  border: 2px solid #0003;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.rules-block:hover {
  outline-offset: 0px;
  background-color: #fcfcfc;
  border-style: none;
  border-width: 3px;
  outline: 2px solid #ff6259;
  transform: scale(1.03);
  box-shadow: 0 4px 5px #00000040;
}

.rules-block.elden-ring {
  color: #fff;
  background-color: #694b4b57;
  border-radius: 4px;
}

.rules-block.elden-ring:hover {
  color: #000;
  background-color: #ffffffe6;
  outline-width: 0;
  box-shadow: inset 0 0 0 2px #c19d53, 0 4px 5px #00000040;
}

.rules-icon {
  width: 100%;
  max-width: 40px;
}

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

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

.img-wrapper {
  position: relative;
}

.got-illustration {
  width: 767px;
  max-width: none;
  transition: all .2s;
  position: absolute;
  top: -20px;
}

.got-illustration:hover {
  transform: scale(1.1)rotate(6deg);
}

.step-img {
  width: 160px;
}

.heading-3, .code-embed {
  color: #c19d53;
}

.header-elden-ring {
  color: #fff;
}

.elden-ring-img {
  width: 767px;
  max-width: none;
  transition: all .2s;
  position: absolute;
  top: -20px;
}

.elden-ring-img:hover {
  transform: scale(1.05);
}

.image-wrap {
  filter: brightness(90%) saturate(50%);
  border-radius: 8px;
  transition: all .2s;
  overflow: hidden;
}

.image-wrap:hover {
  filter: none;
  transform: scale(1.05);
}

.div-block-5 {
  border-radius: 30px;
  width: 100%;
  max-width: 960px;
}

.red {
  color: #e75829;
  width: 100%;
}

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

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

.disclaimer.elden-ring {
  color: #fff;
}

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

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

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

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

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

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

  .arrow-slider.left {
    bottom: 125px;
    left: -60px;
  }

  .arrow-slider.right {
    bottom: 125px;
    right: -60px;
  }

  .carousel.is_contained {
    margin-top: 120px;
  }

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

  .gow-render {
    max-width: 570px;
  }

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

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

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

  .promo-render {
    max-width: 642px;
  }

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

  .price {
    color: #fff;
  }

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

  .promo-render-2 {
    max-width: 642px;
  }

  .rules-block:hover {
    transform: scale(1.03);
  }

  .img-wrapper {
    position: relative;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .heading-3 {
    color: #c19d53;
  }
}

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

  h2 {
    font-size: 36px;
  }

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

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

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

  .container.left {
    grid-row-gap: 80px;
    text-align: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .container.premios-img {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .content.highlight {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .content.sorteio, .content.sorteio-elden-ring {
    text-align: center;
  }

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

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

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

  .section.destaque-produto {
    background-position: 0 0, 29%;
  }

  .section.sorteio, .section.sorteio-elden-ring {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    background-size: cover, auto;
  }

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

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

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

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

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

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

  .faq-icon {
    width: 24px;
  }

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

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

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

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

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

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

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

  .navlinks {
    display: none;
  }

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

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

  .menu, .navigation {
    order: 1;
  }

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

  .cards {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .carousel.is_contained {
    margin-top: 40px;
    overflow: visible;
  }

  .card-body {
    padding: 8px;
  }

  .game-title {
    white-space: normal;
  }

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

  .bg-video {
    display: none;
  }

  .gow-render {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .video-wrap {
    max-width: 510px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

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

  .company {
    max-width: none;
  }

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

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

  .promo-render {
    max-width: 430px;
    margin-right: auto;
    position: static;
  }

  .div-block-2 {
    align-items: center;
  }

  .promo-logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .coupon-wrap {
    width: auto;
  }

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

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

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

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

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

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

  .tab-pane {
    flex: 1;
  }

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

  .grid {
    margin-left: 0;
  }

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

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

  .heading {
    text-align: center;
  }

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

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

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

  .coupon-wrap-2 {
    width: auto;
  }

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

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

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

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

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

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

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

  .div-block-4 {
    align-items: center;
  }

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

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

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

  .promo-render-2 {
    max-width: 430px;
    margin-right: auto;
    position: static;
  }

  .header.center, .header.sorteio, .header.sorteio-elden-ring {
    text-align: center;
  }

  .rules-block {
    text-align: left;
    justify-content: center;
    width: auto;
    max-width: 530px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 30px;
  }

  .got-illustration, .elden-ring-img {
    width: 510px;
    position: static;
  }

  .disclaimer.mobile {
    display: block;
  }
}

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

  h3 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

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

  .container.left {
    flex-direction: column;
  }

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

  .container.premios-img {
    justify-content: center;
    align-items: center;
  }

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

  .content.center {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .btn.primary.small, .btn.got.small, .btn.elden-ring.small {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .section.fold {
    height: 600px;
    padding-top: 60px;
  }

  .section.destaque-produto {
    background-position: 0 0, 32%;
  }

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

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

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

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

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

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

  .dropdown {
    padding: 13px;
  }

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

  .btn-navarea {
    display: none;
  }

  .cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .carousel-mask {
    height: auto;
  }

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

  .game-title {
    white-space: nowrap;
  }

  .gow-render {
    max-width: 320px;
  }

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

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

  .game-info {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    font-size: 14px;
  }

  .title {
    height: auto;
  }

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

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

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

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

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

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

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

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

  .coupon {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .got-illustration {
    width: 100%;
    max-width: 400px;
  }

  .step-img {
    width: 100px;
  }

  .elden-ring-img {
    width: 100%;
    max-width: 400px;
  }

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

@media screen and (max-width: 479px) {
  .content {
    grid-row-gap: 28px;
  }

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

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

  .btn.secondary.big, .btn.tertiary.big {
    padding-left: 28px;
    padding-right: 28px;
  }

  .btn.got.big, .btn.elden-ring.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.fold {
    justify-content: center;
    height: 100vh;
  }

  .section.destaque-produto {
    background-position: 0 0, 38%;
  }

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

  .faq-img {
    display: none;
  }

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

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

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

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

  .cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .gow-render {
    max-width: 210px;
  }

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

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

  .btn-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 310px;
  }

  .div-block {
    width: 100%;
  }

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

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

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

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

  .promo-render {
    max-width: 190px;
  }

  .promo-logo {
    max-width: 180px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .promo-render-2 {
    max-width: 280px;
  }

  .rules-block {
    grid-column-gap: 12px;
    padding: 12px 16px;
  }

  .rules-icon {
    max-width: 40px;
  }

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

  .got-illustration, .elden-ring-img {
    width: 100%;
  }

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

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf492-6b43aa98 {
  justify-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-6b43aa98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf49d-6b43aa98 {
  align-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a5-6b43aa98 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start;
}

#w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-6b43aa98 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-a7120b4f-8469-10b2-d9ce-5c1e54e627a4-6b43aa98, #w-node-a7120b4f-8469-10b2-d9ce-5c1e54e627a6-6b43aa98, #w-node-a7120b4f-8469-10b2-d9ce-5c1e54e627aa-6b43aa98, #w-node-a7120b4f-8469-10b2-d9ce-5c1e54e627a8-6b43aa98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece16572-c728-8bf3-6733-d675e37ad898-6b43aa98 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-ece16572-c728-8bf3-6733-d675e37ad89a-6b43aa98 {
  align-self: start;
}

#w-node-ece16572-c728-8bf3-6733-d675e37ad8a6-6b43aa98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ece16572-c728-8bf3-6733-d675e37ad8ad-6b43aa98 {
  align-self: start;
}

#buy-button.w-node-ece16572-c728-8bf3-6733-d675e37ad8b1-6b43aa98 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-ece16572-c728-8bf3-6733-d675e37ad8b3-6b43aa98 {
  grid-area: 4 / 1 / 5 / 4;
  justify-self: center;
}

#w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-6b43aa98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-6b43aa98 {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf492-6b43aa98 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf49d-6b43aa98 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a5-6b43aa98 {
    grid-row-end: 2;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a7-6b43aa98 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-ece16572-c728-8bf3-6733-d675e37ad89a-6b43aa98, #w-node-ece16572-c728-8bf3-6733-d675e37ad8a6-6b43aa98, #w-node-ece16572-c728-8bf3-6733-d675e37ad8ad-6b43aa98 {
    align-self: start;
  }

  #buy-button.w-node-ece16572-c728-8bf3-6733-d675e37ad8b1-6b43aa98 {
    grid-column: 1 / 4;
    justify-self: center;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-6b43aa98 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58814-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58826-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58838-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58856-6b43aa98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-6b43aa98 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-6b43aa98 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-6b43aa98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58814-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58826-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58838-6b43aa98, #w-node-aa9e268f-9a1f-9302-6b41-0b8798e58856-6b43aa98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf493-6b43aa98 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fab67cca-776c-f81b-9f77-d0a4f1baf4a6-6b43aa98 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-ece16572-c728-8bf3-6733-d675e37ad89a-6b43aa98 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-ece16572-c728-8bf3-6733-d675e37ad8a6-6b43aa98 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ece16572-c728-8bf3-6733-d675e37ad8ad-6b43aa98 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #buy-button.w-node-ece16572-c728-8bf3-6733-d675e37ad8b1-6b43aa98 {
    grid-row: 5 / 6;
    grid-column-end: 4;
  }

  #w-node-ece16572-c728-8bf3-6733-d675e37ad8b3-6b43aa98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-aa9e268f-9a1f-9302-6b41-0b8798e587f6-6b43aa98 {
    grid-column: span 2 / span 2;
  }

  #w-node-b4741fc4-7b08-082a-4fb2-b34f53414f55-6b43aa98, #w-node-b4741fc4-7b08-082a-4fb2-b34f53414f57-6b43aa98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


