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: 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.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

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

.content {
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.content.center {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.content.center.faq {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-right: 0;
}

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

.content.fold {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  display: flex;
}

.content.tab {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
  display: flex;
}

.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 .3s;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.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.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;
  color: #5b3427;
  background-color: #f5efd4;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.tertiary.big:hover {
  color: #2b2b36;
  background-color: #fcfcfc;
}

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

.section.fold {
  background-image: url('../images/bg-bauducco.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
  padding: 160px 0 120px;
  transition: all .2s;
  position: relative;
}

.section.faq {
  background-image: linear-gradient(#5a3427, #49281d);
  height: auto;
}

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

.section.howto {
  grid-row-gap: 40px;
  background-color: #f6f3e6;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.voucher-select {
  grid-row-gap: 40px;
  background-color: #ffc40b;
}

.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 #ff1820;
  padding-bottom: 24px;
}

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

.faq-p {
  background-color: #744231;
  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-img.voucher {
  color: #5b3427;
}

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

.faq-icon.voucher {
  color: #5b3427;
}

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

.toggle-text.voucher {
  color: #5b3427;
}

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

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

.faq-body-cont {
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.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-answer.voucher {
  color: #5b3427;
}

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

.faq-content.voucher {
  margin-top: 40px;
}

.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 {
  height: 30px;
}

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

.company {
  max-width: 310px;
}

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

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

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

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

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

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

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

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

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

.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 #53352b;
  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;
}

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

.btn-area-2.voucher {
  grid-column-gap: 20px;
  max-width: none;
  display: flex;
}

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

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

.button.secondary {
  color: #0b50ff;
  background-color: #fcfcfc;
  background-image: linear-gradient(#fcfcfc, #dee2e6);
  transition: all .3s;
}

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

.button.secondary.big {
  color: #fcfcfc;
  background-color: #ff1821;
  background-image: linear-gradient(#ff1821, #ed1c24);
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.button.secondary.big:hover {
  background-color: #ff1821;
  background-image: none;
  box-shadow: 0 2px 40px #ff9195, 0 4px 4px #0003;
}

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

.section-subtitle {
  color: #5b3427;
  text-align: left;
}

.section-subtitle.fold {
  color: #5b3427;
}

.heading {
  color: #5b3427;
  text-align: left;
}

.heading.fold, .heading.howto {
  color: #5b3427;
}

.body {
  background-color: #f6f3e6;
}

.carousel-slider-2 {
  width: 100%;
  min-width: 360px;
  height: 100%;
  max-height: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-slider-3 {
  margin-top: 10px;
  margin-right: 0%;
}

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

.content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.content-wrapper.tab {
  width: 100%;
}

.image-fold {
  justify-content: center;
  width: 60%;
  display: flex;
}

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

.howtoworks {
  background-color: #f5efd4;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

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

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

.disclaimer {
  color: #5b3427;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.disclaimer.left {
  font-size: 16px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #5b3427;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
}

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

.tab-link.w--current {
  opacity: 1;
  color: #5b3427;
  background-color: #f5efd4;
  padding: 16px 24px;
  font-size: 28px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  transition: all .2s;
  display: flex;
}

.card {
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  overflow: hidden;
}

.card:hover {
  outline-offset: 0px;
  outline: 2px solid #14b821;
  transform: scale(1.03);
}

.tabs-content {
  overflow: visible;
}

.image-tab {
  justify-content: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

.text-block, .text-block-2, .text-block-3 {
  font-size: 24px;
}

.step-text {
  color: #5b3427;
}

.voucher-header {
  grid-row-gap: 10px;
  color: #5b3427;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.voucher-subtitle {
  color: #5b3427;
  text-align: left;
}

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

.faq-howto {
  background-color: #ffde78;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question {
  border-bottom: 1px #bdbdbd12;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.toggle-text-2 {
  z-index: 2;
  color: #fff;
  max-width: 690px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.bold-text-2 {
  color: #2b2b36;
  font-weight: 600;
}

.plus-icon {
  color: #fff;
}

.answer-content {
  overflow: hidden;
}

.faq-answer-2 {
  opacity: .7;
  color: #2b2b36;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

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

.btn-socialmedia-2 {
  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-2:hover {
  background-color: #5865f2;
}

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

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

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

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

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

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

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

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

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

  .content.center.faq {
    align-self: center;
  }

  .btn.tertiary.big:hover {
    border-color: #5b3427;
  }

  .navbar {
    justify-content: space-around;
  }

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

  .footer-title {
    font-weight: 700;
  }

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

  .body {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .carousel-slider-2 {
    min-width: 420px;
    margin-right: 20px;
  }

  .carousel-slider-3 {
    height: 500px;
    margin-right: 0;
  }

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

  .bold-text {
    font-weight: 600;
  }

  .howtoworks {
    justify-content: center;
  }

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

  .image-tab {
    max-width: 550px;
  }

  .plus-icon {
    color: #2b2b36;
  }
}

@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: 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.fold {
    flex-direction: row;
  }

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

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

  .content.fold {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .content.tab {
    grid-row-gap: 60px;
    flex-direction: column;
  }

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

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

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 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;
  }

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

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

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

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

  .btn-area-2.voucher {
    justify-content: center;
  }

  .section-subtitle {
    text-align: center;
  }

  .content-wrapper {
    align-items: center;
    width: 100%;
  }

  .image-fold {
    justify-content: center;
    width: 100%;
    max-width: 600px;
    display: flex;
  }

  .step {
    min-height: 60px;
    font-size: 16px;
  }

  .step-number {
    flex: none;
    font-size: 18px;
  }

  .steps {
    text-align: left;
  }

  .tabs-content {
    width: 100%;
  }

  .image-tab {
    justify-content: center;
    width: 100%;
    max-width: 400px;
    display: flex;
  }

  .voucher-header {
    align-items: center;
  }

  .voucher-subtitle {
    font-size: 28px;
  }

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

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

  h6 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

  .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-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .company {
    text-align: left;
  }

  .dropdown {
    padding: 13px;
  }

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

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

  .heading {
    text-align: center;
  }

  .heading.fold {
    font-size: 34px;
  }

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

  .step-number {
    flex: none;
  }

  .steps {
    text-align: left;
  }

  .tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-tab {
    max-width: 400px;
  }

  .voucher-header {
    font-size: 36px;
  }

  .voucher-subtitle {
    text-align: center;
  }

  .toggle-text-2 {
    font-size: 14px;
  }

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

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

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

  .section.fold {
    justify-content: center;
    height: 800px;
  }

  .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-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

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

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

  .btn-area-2.voucher {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading {
    text-align: center;
  }

  .carousel-slider-2, .carousel-slider-3, .carousel-slider-long {
    margin-right: 12px;
  }

  .step {
    text-align: left;
  }

  .step-number {
    flex: none;
    width: 40px;
  }

  .steps {
    margin-bottom: auto;
  }

  .disclaimer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .disclaimer.left {
    font-size: 14px;
    line-height: 140%;
  }

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

  .tabs-content {
    width: 100%;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 20px;
  }

  .step-text {
    font-size: 14px;
    line-height: 150%;
  }

  .voucher-header {
    font-size: 28px;
  }

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

  .toggle-text-2 {
    max-width: none;
  }

  .footer-social-nav {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

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

#w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7377-341a9a44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7377-341a9a44 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7390-341a9a44, #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f73ae-341a9a44, #w-node-_8b76730d-a766-5cdd-6835-d423223741e2-341a9a44, #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f73a2-341a9a44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7377-341a9a44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7390-341a9a44, #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f73ae-341a9a44, #w-node-_8b76730d-a766-5cdd-6835-d423223741e2-341a9a44, #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f73a2-341a9a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_895e62eb-31bf-0c32-9ab3-f9c7177f7377-341a9a44 {
    grid-column: span 2 / span 2;
  }

  #w-node-_614c8b4c-2d30-06b8-08c5-e8bcca88b837-341a9a44, #w-node-_614c8b4c-2d30-06b8-08c5-e8bcca88b839-341a9a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


