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

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

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

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

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

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

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

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

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

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

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

a {
  color: #0b50ff;
  text-decoration: underline;
}

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

.container.right {
  position: relative;
}

.container.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
}

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

.container.banner {
  background-image: linear-gradient(225deg, #4951fc57, #744aff96), url('../images/DOP_FY25_KV_RGB_WIDE.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.container.banner.mktp {
  background-image: linear-gradient(312deg, #3f3c3a, #171615 70%);
  overflow: hidden;
}

.content {
  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.center {
  text-align: center;
  align-items: center;
  max-width: none;
}

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

.content.center.normal {
  font-weight: 500;
}

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

.content.steps {
  width: 50%;
}

.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.banner {
  grid-row-gap: 20px;
  width: auto;
  max-width: none;
}

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

.btn-icon {
  color: #fff;
  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;
  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 {
  background-color: #0b50ff;
  background-image: linear-gradient(#0b50ff, #0e39cb);
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.credit-btn:active {
  color: #0b50ff;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}

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

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

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

.section.giftcard {
  background-image: linear-gradient(#001733, #00306b);
  position: relative;
}

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

.section.faq {
  background-color: #0b1a43;
  height: auto;
}

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

.section.psplus {
  background-image: linear-gradient(#001733, #00306b);
}

.section.fold {
  background-image: url('../images/ps_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
  padding: 80px 0 0;
}

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

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

.section.bf {
  background-image: linear-gradient(#2118c926, #3d0a80cc 89%), url('../images/BG-para-LP.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.season-of-play {
  color: #000;
  background-image: linear-gradient(225deg, #ebdca7cc, #efeff0cc), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.psplus-assinatura-mktp {
  color: #000;
  background-image: linear-gradient(134deg, #9e9a97, #e3e4e8);
  display: flex;
}

.section.astrobot {
  background-image: linear-gradient(#04115eb3, #6b4228f2 84%), url('../images/astrobot-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
}

.section.franchise {
  color: #1a1920;
  background-color: #eff6fc;
  background-image: linear-gradient(#eff6fc00, #c6e5ffb3), url('../images/30th-anniversary-hub-background-desktop-04-en-02oct24.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.section.destaque {
  background-color: #00306b;
  padding: 80px 40px;
}

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

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

.navlink:hover {
  color: #fcfcfc;
}

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

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

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

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

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

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

.caption.left {
  text-align: left;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

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

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

.faq {
  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;
  white-space: normal;
  width: 100%;
  max-width: 920px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

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

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

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

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

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

.gift-card-image {
  width: 100%;
  max-width: 650px;
}

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

.social-icon {
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.games-line._2 {
  width: auto;
}

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

.vr2-games {
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vr2-render1 {
  z-index: 1;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: -147px -5px auto auto;
}

.vr2-render2 {
  width: 100%;
  max-width: 320px;
  position: absolute;
  inset: auto auto -201px -60px;
}

.credit-btn--active {
  color: #0b50ff;
  text-align: center;
  background-color: #fcfcfc;
  border: 3px solid #fcfcfc;
  border-radius: 12px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

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

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

.dropdown {
  display: none;
}

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

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

.header.giftcard {
  position: relative;
}

.header.mktp {
  grid-row-gap: 12px;
  text-align: left;
}

.plans-content {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan {
  color: #2b2b36;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.plan-header {
  background-image: linear-gradient(to right, #fefefe, #f3f2f7);
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.plan-header.yellow {
  color: var(--black);
  background-image: linear-gradient(90deg, #ffe53b, #fcc101);
}

.plan-header.dark {
  color: #fcfcfc;
  background-image: linear-gradient(to right, #343434, #262626);
}

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

.benefit.center {
  flex-direction: column;
  font-size: 18px;
  line-height: 22px;
}

.plan-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 500;
  display: flex;
}

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

.benefits.center {
  grid-row-gap: 32px;
}

.benefit-icon {
  width: 40px;
}

.benefit-icon.big {
  width: 94px;
}

.benefit-icon.small {
  width: 20px;
}

.plan-name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}

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

.btn-droparea {
  display: none;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab {
  color: #fcfcfc;
  background-color: #0000;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab.w--current {
  color: #2b2b36;
  background-color: #fcfcfc;
}

.tabs {
  display: none;
}

.plan-price {
  grid-column-gap: 8px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

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

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

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

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

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

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

.step-number {
  background-color: #0e39cb;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  font-family: Poppins, sans-serif;
  line-height: 120%;
  display: flex;
}

.ps-render {
  width: 100%;
  max-width: 620px;
  position: absolute;
  inset: auto 0% -150px auto;
}

.dropdown-select {
  display: none;
}

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

.navlink-2:hover {
  color: #fcfcfc;
}

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

.navlink-2.select {
  z-index: 1;
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.navlink-2.select.w--open {
  color: #1a1920;
  background-color: #fcfcfc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

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

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

.dropdown-2 {
  display: none;
}

.dropdown-2.menu.w--open {
  background-color: #fcfcfc;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 20px #0003;
}

.navlink-dropdown {
  color: #3d3d4cb3;
  text-align: left;
  width: 100%;
  padding: 14px 20px 14px 40px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-dropdown:hover {
  color: #1a1920;
}

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

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

.company {
  max-width: 310px;
}

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

.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.facebook:hover {
  background-color: #1778f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid.desk-3.tab-3.mktp {
  grid-column-gap: 12px;
  flex-flow: row;
  grid-template-columns: .75fr 1fr 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

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

.grid.desk-2.tab-2.banner {
  background-color: #42444e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  height: auto;
  padding: 40px;
}

.grid.desk-2.tab-2.banner.dia-das-crian-as {
  background-color: #001d52;
  background-image: linear-gradient(90deg, #4951fc57, #744aff96);
}

.grid.desk-2.tab-2.banner.ea-fc-26 {
  background-image: linear-gradient(90deg, #030327e0 39%, #104185b5), url('../images/eafc26-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

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

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

.grid.desk-2.tab-2.banner-destaque {
  background-color: #42444e;
  grid-template-columns: 1fr 1fr;
  height: auto;
  min-height: 450px;
  padding: 40px;
}

.grid.desk-2.tab-2.banner-destaque._1 {
  background-image: linear-gradient(90deg, #010236 26%, #2f044400), url('../images/PS---BG.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.grid.desk-2.tab-2.banner-destaque._2 {
  background-image: url('../images/BG.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.container-2.coupon {
  border-width: 0;
  padding: 40px 60px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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.ubisoft {
  background-image: linear-gradient(41deg, #242424, #222);
}

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

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

.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.ps5 {
  background-color: #fff;
}

.product-tag.ps4 {
  background-image: linear-gradient(41deg, #064ed4, #005ed0);
  display: flex;
}

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

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

.product-tag.psplus-extra {
  color: #000;
  background-image: linear-gradient(41deg, #ffe53b, #fcc101 100%, #fff);
  border-radius: 0;
  padding: 8px 40px;
  font-size: 16px;
  display: flex;
}

.product-tag.psplus-deluxe {
  background-image: linear-gradient(41deg, #343434, #262626);
  border-radius: 0;
  padding: 8px 40px;
  font-size: 16px;
  display: flex;
}

.product-tag.psplus-essential {
  color: #000;
  background-image: linear-gradient(41deg, #ebebeb, #fff);
  border-radius: 0;
  padding: 8px 40px;
  font-size: 16px;
  display: flex;
}

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

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

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

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

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

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

.video-wrap.center {
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.tab-button {
  border: 3px solid var(--white);
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border-radius: 4px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

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

.tab-button.w--current {
  border-color: var(--white);
  background-color: var(--white);
  color: #1a1920;
  font-weight: 600;
}

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

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

.heading {
  margin-bottom: 20px;
}

.game-disclaimer {
  color: #fcfcfc73;
  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.center {
  text-align: center;
}

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

.coupon-block.destaque {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: block;
}

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

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

.coupon-code {
  color: #f2a400;
}

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

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

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

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

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

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

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

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

.text-span-psplus-mktp {
  color: #fff;
}

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

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

.content-3.coupon {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  border-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  display: grid;
}

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

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

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

.section-4.mktp {
  text-align: center;
  background-image: linear-gradient(#00306b, #002653);
  padding: 80px 40px;
}

.coupon-block-5 {
  color: #fcfcfc;
  background-color: #0b50ff;
  background-image: linear-gradient(120deg, #0b50ff, #0e39cb);
  border-top: 0 #1e232933;
  border-bottom: 2px dashed #1e232933;
  width: 100%;
}

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

.content-small.center {
  grid-row-gap: 32px;
  text-align: center;
  align-items: center;
}

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

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

.games-line-bf._2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
}

.bf-games {
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

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

.image-wrap {
  width: 100%;
  max-width: 400px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
}

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

.image-wrap.right.dop {
  overflow: visible;
}

.image-wrap.left {
  z-index: 3;
  text-align: right;
  max-width: 420px;
}

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

.image-2 {
  border-radius: 16px;
  box-shadow: 0 0 40px #0003;
}

.heading-2 {
  color: #fcc211;
  font-weight: 700;
}

.benefit-mktp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.benefit-mktp.extra {
  text-align: center;
  width: 30%;
}

.plus {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fcc211;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.plus-logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.deluxe-tag {
  width: 100%;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-2 {
  color: #fcc211;
}

.image-bg {
  padding-right: 60px;
  position: absolute;
  inset: -22% auto 0% -300px;
  overflow: hidden;
}

.giftcard, .gift-card-img {
  z-index: 6;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blue {
  color: #0e55b9;
}

.dop-logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.link {
  color: #fff;
}

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

.yellow {
  color: #ffcf26;
}

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

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

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

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

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

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

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

.img-wrap {
  width: 100%;
}

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

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

.img-wrap.banner.square.no-outline {
  box-shadow: none;
  border-width: 0;
}

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

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

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

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

.coupon-banner {
  grid-column-gap: 12px;
  color: #1a1920;
  background-color: #f2f2f4;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
}

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

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

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

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

.coupon-icon.banner {
  color: #f26d09;
  justify-content: center;
  align-items: center;
  max-width: 32px;
  max-height: 32px;
}

.carousel {
  color: #f2f2f4;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
}

.logo-wrap-3 {
  width: 100%;
  max-width: 420px;
  max-height: 200px;
  display: flex;
}

.logo-wrap-3.banner-destaque {
  align-self: flex-start;
  width: auto;
  max-width: 320px;
  max-height: none;
  display: block;
}

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

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

.banner-destaque.title {
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.carousel-mask {
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px #0003;
}

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

.discount-3.banner-destaque {
  background-color: #ff2475;
  background-image: linear-gradient(90deg, #f26d09, #ff2475);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

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

.arrow-slider {
  color: #1a1920;
  background-color: #f2f2f4;
  border: 1px solid #d5d6dc;
  border-radius: 16px;
  width: 44px;
  height: 40px;
  font-size: 24px;
  transition: all .2s;
  inset: auto;
  box-shadow: 0 2px 4px #00000047;
}

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

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

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

.carousel-slider {
  border-radius: 20px;
  margin-right: 40px;
  overflow: hidden;
}

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

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

.container-4 {
  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-4.carousel {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  max-width: 1480px;
}

.content-4 {
  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-4.banner-destaque {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  font-weight: 500;
}

.coupon-code-4 {
  color: #f2a400;
}

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

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

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

  .section.vr2 {
    overflow: visible;
  }

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

  .section.bf {
    background-image: linear-gradient(#2118c926, #3d0a80cc 89%), url('../images/BG-para-LP.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.psplus-assinatura-mktp {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

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

  .section.franchise {
    overflow: visible;
  }

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

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

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

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

  .game {
    border-radius: 12px;
  }

  .vr2-render1 {
    max-width: 300px;
    position: absolute;
    inset: -173px -130px auto auto;
  }

  .vr2-render2 {
    max-width: 435px;
    position: absolute;
    inset: auto auto -264px -230px;
  }

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

  .header.mktp {
    grid-row-gap: 16px;
  }

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

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

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

  .howtoworks {
    justify-content: center;
  }

  .ps-render {
    min-width: 783px;
    max-width: 783px;
    right: -170px;
  }

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

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

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

  .grid.desk-2.tab-2.banner.ea-fc-26 {
    background-image: linear-gradient(90deg, #030327e0 39%, #104185b5), url('../images/eafc26-bg.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .grid.desk-2.tab-2.banner-destaque._1 {
    background-image: linear-gradient(90deg, #010236 26%, #2f044400), url('../images/PS---BG.avif');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .price {
    color: #fff;
  }

  .logo-wrap._240px {
    max-width: 240px;
  }

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

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

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

  .games-line-bf._1, .games-line-bf._2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .benefit-mktp {
    font-size: 14px;
  }

  .image-bg {
    left: -150px;
  }

  .dop-logo {
    max-width: 320px;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 120%;
  }

  .link {
    color: #fff;
  }

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

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

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

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

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

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

  h2 {
    font-size: 36px;
  }

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

  .container.right {
    justify-content: center;
  }

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

  .container.banner {
    background-image: linear-gradient(225deg, #4951fcb0, #744afff0), url('../images/DOP_FY25_KV_RGB_WIDE.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

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

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

  .btn.secondary.big {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .section.bf {
    background-position: 0%;
  }

  .section.psplus-assinatura-mktp {
    background-position: 0 0, 90%;
  }

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

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

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

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

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

  .faq-icon {
    width: 24px;
  }

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

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

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

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

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

  .games-line {
    width: 740px;
  }

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

  .games-line._2 {
    right: -80px;
  }

  .game {
    border-radius: 8px;
  }

  .vr2-render1 {
    max-width: 210px;
    inset: -127px 0 auto auto;
  }

  .vr2-render2 {
    max-width: 180px;
    inset: auto auto -136px 0%;
  }

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

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

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

  .plans-content {
    display: none;
  }

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

  .tabs-menu {
    grid-column-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .tab {
    color: #fcfcfc;
    background-color: #0000;
    border-radius: 8px;
  }

  .tab.w--current {
    color: #2b2b36;
    background-color: #fcfcfc;
  }

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

  .plan-price {
    font-size: 14px;
  }

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

  .step {
    text-align: left;
    font-size: 16px;
  }

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

  .howtoworks {
    max-height: 260px;
  }

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

  .ps-render {
    max-width: 340px;
    bottom: -120px;
  }

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

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

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

  .navlink-2.w--current {
    color: #1a1920;
    border-bottom-style: none;
    border-left: 4px solid #ff0080;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink-2.select {
    display: none;
  }

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

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

  .dropdown-2.menu {
    background-color: #0000;
    flex-direction: column;
    order: 0;
    align-items: flex-start;
    padding-right: 0;
    display: block;
    position: static;
  }

  .dropdown-2.menu.w--open {
    box-shadow: none;
    padding-bottom: 0;
  }

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

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

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

  .grid {
    margin-left: 0;
  }

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

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

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

  .grid.desk-3.tab-3.mktp {
    justify-content: space-around;
    align-items: stretch;
  }

  .grid.desk-2.tab-2.banner {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    min-height: 440px;
    padding: 32px 24px;
  }

  .grid.desk-2.tab-2.banner.ea-fc-26 {
    background-position: 0 0, 30% 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .video-wrap.center {
    display: flex;
  }

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

  .logo-wrap {
    align-self: flex-start;
  }

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

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

  .heading {
    text-align: center;
  }

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

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

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

  .tab-pane {
    flex: 1;
  }

  .coupon-block {
    width: 100%;
    max-width: 800px;
  }

  .coupon-block.destaque {
    display: block;
  }

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

  .content-3.coupon {
    padding-left: 0;
    font-size: 20px;
  }

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

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

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

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

  .games-line-bf {
    width: 740px;
  }

  .games-line-bf._1 {
    left: -60px;
  }

  .games-line-bf._2 {
    right: -80px;
  }

  .subtittle {
    font-weight: 600;
  }

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

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

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

  .benefit-mktp {
    flex-flow: column;
  }

  .plus-logo, .deluxe-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .image-bg {
    display: none;
  }

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

  .drops {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

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

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

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

  .btn-2 {
    position: relative;
  }

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

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

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

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

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

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

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

  .coupon-code-3.banner {
    align-self: flex-start;
    font-size: 14px;
    line-height: 20px;
  }

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

  .logo-wrap-3 {
    justify-content: center;
  }

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

  .banner-destaque.title {
    font-size: 28px;
    line-height: 34px;
  }

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

  .discount-3.banner-destaque {
    font-size: 16px;
    line-height: 16px;
  }

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

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

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

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

  .content-4.banner-destaque {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
  }

  .coupon-code-4.banner-destaque {
    font-size: 16px;
    line-height: 24px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

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

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

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

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

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

  .section.fold {
    height: 770px;
    padding-top: 140px;
  }

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

  .section.bf {
    background-position: 0%;
  }

  .section.psplus-assinatura-mktp {
    background-position: 0 0, 80%;
  }

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

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

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

  .caption.left {
    margin-top: 20px;
  }

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

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

  .footer-social-nav {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .game {
    border-radius: 4px;
  }

  .vr2-games {
    grid-row-gap: 4px;
    max-width: 600px;
  }

  .vr2-render1 {
    max-width: 190px;
  }

  .vr2-render2 {
    max-width: 130px;
  }

  .dropdown {
    padding: 13px;
  }

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

  .plans-content {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .plan-name {
    font-size: 20px;
    line-height: 24px;
  }

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

  .btn-navarea {
    display: none;
  }

  .tabs-menu {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

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

  .howtoworks {
    height: auto;
    max-height: none;
  }

  .ps-render {
    max-width: 250px;
    bottom: -202px;
  }

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

  .dropdown-2 {
    padding: 13px;
  }

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

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

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

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

  .grid.desk-3.tab-3.mktp {
    grid-row-gap: 8px;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .grid.desk-2.tab-2.banner.ea-fc-26 {
    background-position: 0 0, 30% 0;
  }

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

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

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

  .grid.desk-2.tab-2.banner-destaque._1 {
    background-image: linear-gradient(0deg, #010236 26%, #2f044400), url('../images/PS---BG.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

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

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

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

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

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

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

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

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

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

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

  .coupon {
    font-size: 12px;
  }

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

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

  .content-3.coupon-content.banner {
    text-align: left;
  }

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

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

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

  .bf-games {
    grid-row-gap: 4px;
    max-width: 600px;
  }

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

  .image-wrap {
    max-width: 200px;
    max-height: 290px;
  }

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

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

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

  .benefit-mktp {
    text-align: center;
    flex-flow: column;
    font-size: 12px;
  }

  .benefit-mktp.extra {
    width: auto;
  }

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

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

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

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

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

  .img-wrap.banner {
    max-width: 150px;
    max-height: 290px;
  }

  .img-wrap.banner.square {
    border-radius: 12px;
  }

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

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

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

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

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

  .coupon-code-3.banner {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .logo-wrap-3.banner-destaque {
    align-self: center;
  }

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

  .banner-destaque.title {
    font-size: 24px;
    line-height: 28px;
  }

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

  .discount-3 {
    font-size: 12px;
  }

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

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

  .main {
    text-align: center;
  }

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

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

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

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

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

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

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

  .content.steps {
    width: 100%;
  }

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

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

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

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

  .section.bf {
    background-image: linear-gradient(#4718c961, #3d0a80), url('../images/Black-Friday-hero-background-block-desktop-01-en-10nov20.webp');
  }

  .section.psplus-assinatura-mktp {
    background-position: 0 0, 90%;
  }

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

  .section.destaque {
    padding: 60px 20px;
  }

  .faq-img {
    display: none;
  }

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

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

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

  .gift-card-image {
    text-align: left;
    align-self: center;
    display: none;
    inset: -180px 0% auto;
  }

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

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

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

  .header.giftcard {
    width: 100%;
  }

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

  .tabs-menu {
    grid-column-gap: 4px;
    justify-content: center;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tabs {
    width: 100%;
  }

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

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

  .step {
    text-align: left;
  }

  .render {
    width: 100%;
    display: none;
  }

  .howtoworks {
    max-height: 230px;
  }

  .step-number {
    flex: none;
  }

  .ps-render {
    max-width: 200px;
    bottom: 175px;
    left: 111px;
    right: 111px;
  }

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

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

  .grid.desk-2.tab-2, .grid.desk-3.tab-3 {
    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.tab-3.mktp {
    flex-flow: column;
  }

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

  .grid.desk-2.tab-2.banner.ea-fc-26 {
    background-image: linear-gradient(#030327e0 39%, #104185b5), url('../images/eafc26-bg.jpg');
    background-position: 0 0, 30% 0;
    background-size: auto, cover;
  }

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

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

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

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

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

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

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

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

  .game-disclaimer {
    font-size: 10px;
  }

  .content-3.coupon {
    font-size: 18px;
  }

  .content-3.coupon-content {
    flex-flow: row;
  }

  .section-4.mktp {
    padding: 60px 20px;
  }

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

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

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

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

  .benefit-mktp {
    text-align: center;
  }

  .benefit-mktp.extra {
    width: auto;
  }

  .drops {
    font-size: 12px;
  }

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

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

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

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

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

  .carousel-mask {
    margin-bottom: 60px;
  }

  .slider-dot {
    display: none;
  }

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

#w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e85e6-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e8605-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e8606-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e8617-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e861b-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f2e-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f4d-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f4e-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f5f-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f63-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcec9-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7bf81c22-0e8c-f22a-a5aa-cdad93d78ad8-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7bf81c22-0e8c-f22a-a5aa-cdad93d78ad9-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcf18-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcf1c-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_016fa799-98cb-f118-e333-bae8adc03127-97668e09, #w-node-_016fa799-98cb-f118-e333-bae8adc03150-97668e09, #w-node-_016fa799-98cb-f118-e333-bae8adc03168-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_7687fc7f-7113-f1c9-019f-235093638c48-97668e09 {
  grid-area: 3 / 2 / 4 / 3;
}

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

#ps-giftcard-button-group.w-node-_7687fc7f-7113-f1c9-019f-235093638c5f-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33cd-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53002f93-abb4-6646-0bb7-73aff3bf0693-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-dc12f797-8097-3dcf-0daa-ba808fed45f1-97668e09 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-dc12f797-8097-3dcf-0daa-ba808fed45f2-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dc12f797-8097-3dcf-0daa-ba808fed45f4-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dc12f797-8097-3dcf-0daa-ba808fed45f6-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5176065a-4e46-f3ad-0eb6-4be113fdd0d1-97668e09, #w-node-_55a3a59f-41ad-14d6-2d9b-d0be0db58390-97668e09 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf6a-97668e09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf98-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf9d-97668e09 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf9f-97668e09 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfab-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfc0-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfc4-97668e09 {
  justify-self: start;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfae-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfb0-97668e09, #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfb3-97668e09 {
  justify-self: stretch;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfd0-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfd4-97668e09 {
  justify-self: start;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfd9-97668e09 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfda-97668e09 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea9888-97668e09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98b8-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98bd-97668e09 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98bf-97668e09 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98f5-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98f7-97668e09 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d520b05a-b803-3511-2112-8e35d7ea98f8-97668e09 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbeff4-97668e09, #w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbeff7-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbeff9-97668e09, #w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbeffc-97668e09 {
  justify-self: stretch;
}

#w-node-a33fd842-1668-4a59-6299-1fbbdf998f34-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a33fd842-1668-4a59-6299-1fbbdf998f38-97668e09 {
  justify-self: start;
}

#w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbf019-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbf01d-97668e09 {
  justify-self: start;
}

#w-node-_09af1c79-1288-c9d8-ac6b-cca8bf5cf29a-97668e09, #w-node-d4f50ed2-344b-8502-84dd-974d9f51ad9e-97668e09 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_09af1c79-1288-c9d8-ac6b-cca8bf5cf29c-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e033f93a-69bc-e0ca-e3c5-03fa308e2ec4-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c18c880-7598-8e41-837e-46fa17fd4fd5-97668e09 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e7fe0088-32f8-b5e3-ce75-bd00391bfeac-97668e09 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d7d54422-9888-88b3-3404-4010484e72d6-97668e09 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center end;
}

#w-node-d7d54422-9888-88b3-3404-4010484e72d8-97668e09 {
  align-self: end;
}

#w-node-abf4c351-5324-9991-a1bb-5182ae41744b-97668e09 {
  align-self: center;
}

#w-node-abf4c351-5324-9991-a1bb-5182ae41744c-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-abf4c351-5324-9991-a1bb-5182ae417452-97668e09 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_30e5b664-e3ef-484c-cc81-654b93820c13-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8a1832c0-4250-460b-9fb6-6da199f799bc-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8a1832c0-4250-460b-9fb6-6da199f799bd-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_30e5b664-e3ef-484c-cc81-654b93820c45-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30e5b664-e3ef-484c-cc81-654b93820c49-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9a964940-b21e-ed28-e510-0843f822c8d0-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9a964940-b21e-ed28-e510-0843f822c8f0-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9a964940-b21e-ed28-e510-0843f822c8f1-97668e09 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_9a964940-b21e-ed28-e510-0843f822c902-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a964940-b21e-ed28-e510-0843f822c906-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457ce-97668e09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457d9-97668e09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457e2-97668e09 {
  grid-area: 1 / 2 / 6 / 3;
  place-self: center end;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457e4-97668e09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457e6-97668e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457ea-97668e09 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_110f3228-ca33-941a-dce1-615cc98457eb-97668e09 {
  grid-area: 4 / 1 / 5 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e85e6-97668e09, #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e8606-97668e09, #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f2e-97668e09, #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f4e-97668e09, #w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcec9-97668e09, #w-node-_7bf81c22-0e8c-f22a-a5aa-cdad93d78ad9-97668e09 {
    align-self: center;
  }

  #w-node-d7d54422-9888-88b3-3404-4010484e72d6-97668e09 {
    grid-area: 1 / 2 / 4 / 3;
    place-self: center end;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c13-97668e09, #w-node-_8a1832c0-4250-460b-9fb6-6da199f799bd-97668e09 {
    align-self: center;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c49-97668e09 {
    place-self: center end;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c8d0-97668e09, #w-node-_9a964940-b21e-ed28-e510-0843f822c8f1-97668e09 {
    align-self: center;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c906-97668e09 {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e85e6-97668e09 {
    place-self: stretch center;
  }

  #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e861b-97668e09 {
    justify-self: end;
  }

  #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f2e-97668e09 {
    place-self: stretch center;
  }

  #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f63-97668e09 {
    justify-self: end;
  }

  #w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcec9-97668e09 {
    place-self: stretch center;
  }

  #w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcf1c-97668e09 {
    justify-self: end;
  }

  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-97668e09 {
    grid-column: 1 / 2;
  }

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

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

  #w-node-_7687fc7f-7113-f1c9-019f-235093638c48-97668e09, #w-node-_7687fc7f-7113-f1c9-019f-235093638c5e-97668e09 {
    grid-column-start: 1;
  }

  #ps-giftcard-button-group.w-node-_7687fc7f-7113-f1c9-019f-235093638c5f-97668e09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33cd-97668e09 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33eb-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33fd-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc340f-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc342d-97668e09 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5176065a-4e46-f3ad-0eb6-4be113fdd0d1-97668e09, #w-node-_55a3a59f-41ad-14d6-2d9b-d0be0db58390-97668e09 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf6a-97668e09 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf98-97668e09 {
    grid-column-end: 3;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf9d-97668e09 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cf9f-97668e09 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfab-97668e09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfc4-97668e09, #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfd4-97668e09 {
    justify-self: stretch;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfd9-97668e09 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_6ec104c1-b158-1403-0cdf-bfaeb822cfda-97668e09 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea9888-97668e09 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea98b8-97668e09 {
    grid-column-end: 3;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea98bd-97668e09 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea98bf-97668e09 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea98f7-97668e09 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d520b05a-b803-3511-2112-8e35d7ea98f8-97668e09 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbeff4-97668e09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a33fd842-1668-4a59-6299-1fbbdf998f38-97668e09, #w-node-_1b6bf817-cf1f-45ea-c419-9a02cecbf01d-97668e09 {
    justify-self: stretch;
  }

  #w-node-_09af1c79-1288-c9d8-ac6b-cca8bf5cf29a-97668e09, #w-node-d4f50ed2-344b-8502-84dd-974d9f51ad9e-97668e09 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_09af1c79-1288-c9d8-ac6b-cca8bf5cf29c-97668e09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_061dcba3-dfc2-a64d-629e-8010ac463d26-97668e09 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e7fe0088-32f8-b5e3-ce75-bd00391bfeac-97668e09 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7d54422-9888-88b3-3404-4010484e72d6-97668e09 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-d7d54422-9888-88b3-3404-4010484e72d8-97668e09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-abf4c351-5324-9991-a1bb-5182ae41744b-97668e09 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-abf4c351-5324-9991-a1bb-5182ae41744c-97668e09 {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d7d54422-9888-88b3-3404-4010484e72ec-97668e09 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_483aec52-7d32-0f91-50f8-65dc22762b1d-97668e09 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c13-97668e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c49-97668e09 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c8d0-97668e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c906-97668e09 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457ce-97668e09 {
    grid-row: 2 / 3;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457d9-97668e09 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457e2-97668e09 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457e4-97668e09 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457e6-97668e09 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457ea-97668e09 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_110f3228-ca33-941a-dce1-615cc98457eb-97668e09 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e85e6-97668e09, #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e8606-97668e09 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_61c63b01-579a-90d9-2f1a-6b89dd7e861b-97668e09 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f2e-97668e09, #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f4e-97668e09 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-d0a1dc27-98bc-997a-cd65-adc2b9ec1f63-97668e09 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcec9-97668e09, #w-node-_7bf81c22-0e8c-f22a-a5aa-cdad93d78ad9-97668e09 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_05b4d440-b0d8-b171-800e-a4b74e1bcf1c-97668e09 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_255cfc8f-e13b-8cf5-6b8c-39982ad5c0f5-97668e09 {
    justify-self: end;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33cd-97668e09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33eb-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33fd-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc340f-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc342d-97668e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc12f797-8097-3dcf-0daa-ba808fed45f1-97668e09 {
    grid-column-end: 3;
  }

  #w-node-dc12f797-8097-3dcf-0daa-ba808fed45f6-97668e09 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c13-97668e09, #w-node-_8a1832c0-4250-460b-9fb6-6da199f799bd-97668e09 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_30e5b664-e3ef-484c-cc81-654b93820c49-97668e09 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c8d0-97668e09, #w-node-_9a964940-b21e-ed28-e510-0843f822c8f1-97668e09 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_9a964940-b21e-ed28-e510-0843f822c906-97668e09 {
    grid-column: 1 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34e2db85-24dd-58bc-bb54-603422adb465-97668e09 {
    grid-column-end: 3;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33cd-97668e09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33da-97668e09, #w-node-_1369ac58-2dc7-3b80-a7b2-43f98ddc33dc-97668e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc12f797-8097-3dcf-0daa-ba808fed45f1-97668e09 {
    grid-column-end: 3;
  }

  #w-node-dc12f797-8097-3dcf-0daa-ba808fed45f6-97668e09 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}


