body {
  margin: 0px;
}
.hide_desktop {
  display: none;
}
@media (max-width: 768px) {
  .hide_desktop {
    display: block;
    margin-top: -150px;
    margin-bottom: -100px;
    z-index: -1;
  }
}

/* LOGOSY */
.brand-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 60px auto;
  width: fit-content;
}

.brand-strip .logo {
  display: block;
  object-fit: contain;
  height: auto;
  flex-shrink: 0;
}

.pattern-bkg {
  background-image: url("images/pattern-repeat.svg");
  border-radius: 24px;
}

@media (max-width: 480px) {
  .brand-strip {
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 7px;
  }

  .brand-strip .x {
    width: 23.284px;
    height: 24.341px;
  }
  .brand-strip .zen {
    width: 139.569px;
    height: 31.765px;
  }

  .brand-strip .muala {
    width: 48.113px;
    height: 35.74px;
    aspect-ratio: 48.11 / 35.74;
  }
}

/* HERO */

.muala-hero {
  display: flex;
  justify-content: center;
  gap: 33px;
  max-width: 1300px;
  width: auto;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-block: 0;
  padding: 0 24px;
  align-items: center;
}

.muala-hero__media {
  position: relative;
  flex: 1;
  max-width: 58%;
  z-index: -1;
  img {
    position: relative;
    animation: float-hero 6s ease-in-out infinite;
  }
}

@keyframes float-hero {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-media {
  display: block;
  height: auto;
  max-width: none;
}

.hero-media--desktop {
  width: 100%;
  z-index: -1;
  display: flex;
  position: relative;
}
.hero-media--mobile {
  display: none;
}

.muala-hero__content {
  width: 38%;
  max-width: 520px;
  min-width: 400px;
}

.promo-label {
  color: #22e243;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.hero-title {
  color: #222222;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 20px 0;
}

/* HERO INDEX */

.muala-hero-index {
  overflow-x: clip !important;
  display: flex;
  justify-content: center;
  gap: 56px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-block: 0;

  .muala-hero__media {
    position: relative;
    flex: 0 0 auto;
    margin-right: -80px;
    width: 62%;
    z-index: -1;
    animation: float-hero 6s ease-in-out infinite;
  }

  @keyframes float-hero {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  .hero-media {
    display: block;
    height: auto;
    max-width: none;
  }

  .hero-media--desktop {
    width: 1230px;
    height: 1093px;

    z-index: -1;
    display: flex;
    position: relative;
  }
  .hero-media--mobile {
    display: none;
  }

  .muala-hero__content {
    width: 38%;
    max-width: 520px;
  }
  .hero-places-btn {
    margin-bottom: 20px !important;
  }
  .promo-label {
    color: #22e243;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px 0;
  }

  .hero-title {
    color: #222222;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 1150px) {
  .muala-hero-index {
    .hero-title {
      font-size: 42px;
    }

    .cta-btn-green-mobile {
      display: flex;
      max-width: unset;
      width: fit-content !important;
      padding-inline: 20px !important;
    }

    .cta-btn-green-desktop {
      display: none;
    }
  }
}
@media (max-width: 768px) {
  .muala-hero-index {
    flex-direction: column;
    gap: 24px;

    .muala-hero__media {
      margin-right: 0;
      width: 100%;
    }

    .hero-media--desktop {
      display: none;
    }
    .hero-media--mobile {
      display: block;
      width: 100%;
      height: auto;
    }

    .muala-hero__content {
      max-width: 100%;
      text-align: center;
      margin-top: unset;
    }

    .promo-label {
      color: #22e243;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 8px;
    }

    .ten-percent {
      margin-bottom: 24px;
    }

    .hero-title {
      color: #222222;
      text-align: center;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 24px;
    }

    .cashback {
      color: #222222;
      text-align: center;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 24px;
    }

    .lead {
      color: #222222;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 25px;
    }
    .lead br {
      display: none;
    }
    .lead strong {
      font-weight: 700;
    }

    .cta-btn {
      width: 100%;
      justify-content: center;
      height: 56px;
      padding: 0px;
      margin-bottom: 24px;
      max-width: 100%;
    }

    .rules-link {
      color: #86868b;
      text-align: center;
      font-size: 12.105px;
      font-weight: 700;
      line-height: 0.291em;
      letter-spacing: 0.378px;
    }
    .muala-hero__media,
    .muala-hero__content {
      width: 100%;
    }
    .muala-hero__content {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  }
}

@media (min-width: 768px) and (max-width: 1367px) {
  .muala-hero-index {
    .muala-hero__content {
      margin-top: unset;
    }
    .hero-media--desktop {
      width: 98vw;
    }
  }
}

/* //animation for 10% */
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.ten-percent {
  display: block;
  margin: 0 0 20px 0;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

.cashback {
  color: #222222;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* margin: 0 0 40px 0; */
  margin: 0 0 30px 0;
}

.lead {
  color: #222222;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* margin: 0 0 40px 0; */
  margin: 0 0 30px 0;
}
.lead strong {
  font-weight: 700;
  color: #222222;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 64px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  margin: 0 0 40px 0;
  border: 2px solid #000;
  max-width: 302px;
  width: 100% !important;
}
.cta-btn-green {
  margin-bottom: 16px;
  background: #22e243;
  border: 2px solid #22e243;
  cursor: pointer;
  max-width: 420px;
  color: black;
}
.cta-btn-green-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cta-btn-green-desktop {
    display: none;
  }
  .cta-btn-green-mobile {
    display: block;
  }
}
.cta-btn:hover,
.popup-close:hover {
  transition: all 0.3s ease-in-out;
  border: 2px solid #000;
  background: #f7f7f7;
  color: #222;
  text-align: center;
  font-family: Nunito;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
  background-position: center;
  background-size: cover;
}
.rules-link {
  display: inline-block;
  color: #86868b;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  max-width: 300px;
  text-align: left;
  display: block;
}
.rules-link:hover {
  color: black;
}
@media (max-width: 768px) {
  .muala-hero {
    flex-direction: column;
    gap: 24px;
  }

  .muala-hero__media {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-media--desktop {
    /* display: none; */
  }
  .hero-media--mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .muala-hero__content {
    max-width: 100%;
    text-align: center;
    margin-top: unset;
    min-width: 0 !important;
  }

  .promo-label {
    color: #22e243;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
  }

  .ten-percent {
    margin-bottom: 24px;
  }

  .hero-title {
    color: #222222;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .cashback {
    color: #222222;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .lead {
    color: #222222;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .lead br {
    display: none;
  }
  .lead strong {
    font-weight: 700;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
    height: 56px;
    padding: 0px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .rules-link {
    color: #86868b;
    text-align: center;
    font-size: 12.105px;
    font-weight: 700;
    line-height: 0.291em;
    letter-spacing: 0.378px;
  }
  .muala-hero__media,
  .muala-hero__content {
    width: 100%;
  }
  .muala-hero__content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1367px) {
  .muala-hero__content {
    margin-top: unset;
  }
  .hero-media--desktop {
    /*  width: 98vw; */
  }
}

/* MUALA VIDEO */
.muala-video {
  max-width: 1300px;
  margin: 160px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}
.video {
  position: relative;
  width: 100%;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/frame.svg");
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

iframe {
  width: 96.5%;
  height: 92%;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}
.frame {
  width: 100%;
  display: block;
}

.video-title {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 0 0 24px 0;
}
.video-subtitle {
  color: #222222;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 80px 0;
}

@media (max-width: 768px) {
  .muala-video {
    margin-top: 64px;
  }
  .video-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 40px 0;
    margin-left: auto;
    margin-right: auto;
  }

  .video-subtitle {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 34px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* MUALA LOCATION */
.muala-location {
  max-width: 1300px;
  margin: 128px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  display: flex;

  .cta-btn {
    display: none;
  }
}
.muala-card {
  flex: 1;
  display: flex;
  gap: 32px;
  align-items: center;
  color: #222222;
  max-width: 530px;
  margin-left: auto;
}

@media (max-width: 1075px) {
  .muala-card {
    flex-direction: column;
    align-items: start;
  }
}

.muala-card-qr {
  width: 144px;
  height: fit-content;
  border: 2px solid #21de4d;
  border-radius: 24px;
  padding: 30px;
  flex-grow: 0;
  background-color: #f7f7f7;
  p {
    font-size: 18px;
    color: #888888;
    text-align: center;
    margin: 0 0 16px 0;
  }
  img {
    width: auto;
  }
}

.muala-card-content {
  flex: 1;
  min-width: 230px;
}

.muala-card-title {
  font-size: 32px;
  font-weight: 700;
}

.muala-card-rating {
  display: flex;
  flex-direction: column;
  margin-block: 16px;
  gap: 8px;
  > div {
    display: flex;
    > span {
      flex: 1;
      max-width: 110px;
    }

    > div {
      font-weight: bold;
      flex: 1;
    }
  }
}

.muala-card-address {
  h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
  }
}

.muala-map {
  flex: 1;
  max-width: 640px;
  img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .muala-location {
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
    .cta-btn {
      display: flex;
      margin-top: 16px;
    }
  }
  .muala-card {
    margin: 0;
  }
  .muala-card-qr {
    display: none;
  }
  .muala-card-title {
    font-size: 24px;
  }
  .muala-map {
    margin-top: 64px;
  }
}

/* CASHBACK 10 */
.cashback-10 {
  max-width: 1300px;
  margin: 128px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  display: flex;
  .pattern-bkg {
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: center;
    align-items: center;
    padding: 64px 24px;
    width: calc(100% - 48px);
  }
  .cta-btn {
    width: fit-content !important;
    padding: 0 32px;
  }
}

.cashback-10-img {
  flex: 1;
  max-width: 510px;
  margin-left: 32px;
  img {
    width: 100%;
  }
}

.cashback-10-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 510px;
  margin-right: 64px;
}

.cashback-overtitle {
  font-size: 14px;
  color: #888888;
  margin-bottom: 16px;
  font-weight: 600;
}

.cashback-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.cashback-content {
  font-size: 18px;
  margin: 24px 0 48px 0;
}
@media (max-width: 768px) {
  .cashback-10 {
    margin-top: 64px;
    .pattern-bkg {
      flex-direction: column;
      width: calc(100% - 48px);
      gap: 32px;
    }
  }
  .cashback-10-content {
    margin: 0;
  }
  .cashback-title {
    font-size: 28px;
  }

  .cashback-content {
    font-size: 16px;
  }
}

/* MUALA PLACES */
.muala-places {
  max-width: 1300px;
  margin: 180px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}
.places-title {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 0 0 128px 0;
}

.places-subtitle {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 104px 0;
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.location-card {
  position: relative;
  display: flex;
  width: auto;
  max-width: 230px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 24px;
  border: 1px solid #888888;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
}

.location-card .city {
  color: #222222;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.location-card .place-name {
  color: #222222;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.location-card .address {
  color: #888888;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.location-card .qr-popover {
  position: absolute;
  top: -34px;
  left: 50%;
  display: none;
  padding: 18px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 2px solid #22e243;
  background: #f7f7f7;
  text-align: center;
  z-index: 3;
  right: -1px;
}
.location-card .qr-note {
  color: #222222;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}
.location-card .qr-code {
  width: 87px;
  height: 93px;
  aspect-ratio: 29/31;
}
.location-card:hover {
  background: #222222;
  border-color: #222222;
}
.location-card:hover .city {
  color: #22e243;
}
.location-card:hover .place-name,
.location-card:hover .address {
  color: #888888;
}
.location-card:hover .qr-popover {
  display: flex;
  flex-direction: column;
}
.places-illustration {
  display: block;
  width: 100%;
  height: auto;
  max-width: 930px;
  margin: 0 auto;
  margin-top: -70px;
}
.places-illustration-mobile {
  display: none;
}

.index {
  .places-title {
    margin-bottom: 0;
  }

  .muala-places {
    margin-top: -130px;
  }
}

@media (max-width: 768px) {
  .index {
    .muala-places {
      margin-top: 0px;
    }
  }
  .places-illustration {
    margin-top: 0px;
  }
  .places-illustration {
    display: none;
  }
  .places-illustration-mobile {
    display: block;
  }

  .muala-places {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
  }
  .muala-places .places-title {
    order: 1;
  }
  .muala-places .locations-grid {
    order: 4;
  }
  .muala-places .places-subtitle {
    order: 3;
  }
  .muala-places .places-illustration {
    order: 2;
  }
  .places-title {
    color: #000000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 40px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .places-illustration {
    margin-bottom: 55px;
  }
  .places-subtitle {
    color: #000000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 34px 0;
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
    padding: 0px 24px;
  }
  .location-card {
    display: flex;
    border-radius: 24px;
    border: 1px solid #888888;
    width: auto;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    max-width: 100%;
  }
  .location-card .city {
    color: #222222;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .location-card .place-name {
    color: #222222;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .location-card .address {
    color: #888888;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .location-card .qr-popover {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1367px) {
  .locations-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* MUALA CO TO */
.muala-co-to {
  max-width: 1300px;
  margin: 128px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;

  .download-buttons {
    max-width: 420px;
  }

  .pattern-bkg {
    padding: 64px 24px;
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: center;
    align-items: center;
  }
}

.muala-co-to-img {
  flex: 1;
  max-width: 510px;
  margin-left: 16px;
  img {
    width: 100%;
  }
}

.muala-co-to-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 64px;
  max-width: 510px;
}

.muala-co-to-overtitle {
  font-size: 14px;
  color: #888888;
  margin-bottom: 16px;
}

.muala-co-to-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.muala-co-to-description {
  font-size: 18px;
  margin: 32px 0 64px 0;
}

.appstores {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .muala-co-to .pattern-bkg {
    flex-direction: column;
  }
  .muala-co-to-content {
    margin: 0;
  }
  .muala-co-to-title {
    font-size: 28px;
  }

  .muala-co-to {
    margin-top: 64px;
  }
}

/* FAQ */

.faq {
  max-width: 1300px;
  margin: 128px auto 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}
.faq-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 64px;
}
.faq-content {
  border-bottom: 2px solid #f0eee7;
}
.faq-item {
  border-top: 2px solid #f0eee7;
  padding: 64px 110px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-item-title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.faq-item-content {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 250ms;
  p {
    margin: 0;
  }
}

.faq-item img {
  transition: all 250ms;
}

.faq-item.active .faq-item-content {
  height: 100px;
  margin-top: 24px;
}

.faq-item.active img {
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .faq-item.active .faq-item-content {
    height: 130px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-item {
    padding-inline: 0;
  }
}

/* JOIN ZEN */

.join-zen {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
  margin-top: 130px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}

.pattern-bkg {
  max-width: 1312px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 15px;
}

.join-zen__badges {
  display: flex;
  gap: 48px;
  transform: translateY(-45px);
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.join-zen__eyebrow {
  color: #69e245;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px 0;
}

.join-zen__title {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0 24px 24px 24px;
}

.join-zen__text {
  color: #000000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 24px 48px;
}

.join-zen__code {
  color: #69e245;
  font-weight: 900;
}

.join-zen__stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

.join-zen__stores img {
  height: 41.77px;
  width: auto;
}

@media (max-width: 768px) {
  .join-zen {
    padding: 0 24px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .join-zen__box {
    width: 100%;
    height: unset;
    border-radius: 20px;
    background: url("assets/images/pattern.svg") lightgray 0% 0% / 25px 25px
      repeat;
    padding-bottom: 40px;
  }

  .join-zen__badges {
    transform: translateY(-35px);
  }

  .badge--qr {
    display: none;
  }

  .join-zen__eyebrow {
    color: #69e245;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .join-zen__title {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 16px 16px;
  }
  .join-zen__title br {
    display: none;
  }
  .join-zen__text {
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 16px 32px;
  }

  .join-zen__code {
    color: #22e243;
    font-weight: 900;
  }

  .join-zen__stores img {
    height: 52.214px;
  }
}
@media (min-width: 768px) and (max-width: 1367px) {
  .join-zen {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  color: black;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  border: 2px solid #22e243;
}
.popup-title {
  color: black;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 26px */
  margin-bottom: 10px;
}
.popup-close {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  border-radius: 28px;
  cursor: pointer;
  width: 236px;
  height: 45px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 2px solid black;
}
.popup-content .qr-code {
  max-width: 200px;
  margin: 20px 0px;
}

html {
  scroll-behavior: smooth;
}

.brand-strip-footer {
  margin-bottom: 120px;
}
.footer-links {
  a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: Nunito;
    font-weight: 800;
    line-height: 140%;
  }
  a:hover {
    color: #69e245;
  }
  ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3 minmax(0, 1fr));
    max-width: 600px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: unset;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 48px;
    margin-bottom: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    ul {
      flex-direction: column;
      gap: 24px;
    }
  }
}

.zen-popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 24px;
}
.zen-popup-overlay[aria-hidden="false"] {
  display: flex;
}

.zen-popup {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 56px;
  max-width: 588px;
  padding: 50px;
  width: 100%;
  border-radius: 20px;
  border-radius: 20px;
  background-color: #000000;

  isolation: isolate;
}
.zen-popup::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 20px;
  border: 0.03020833vw solid;
  background-image: linear-gradient(180deg, #ffffff -74.36%, #00000000 75.85%);
  z-index: -9;
  width: 100%;
  height: 100%;
}
.zen-popup::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 20px;
  background-image: linear-gradient(139deg, #222 4.64%, #000 93.85%);
  z-index: -9;
  width: 100%;
  height: 100%;
}
.zen-popup__close {
  appearance: none;
  border: 0;
  background: transparent;
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px;
  cursor: pointer;
  line-height: 0;
}
.zen-popup__close img {
  width: 24px;
  height: 24px;
  display: block;
}

.zen-popup__title {
  color: #fff;
  font-size: 34px;
  font-family: Nunito;
  margin: 0px;
  margin-bottom: 20px;
}
.zen-popup__text {
  color: #fff;
  font-size: 19px;
  margin: 0 0 20px 0;
  font-family: Nunito;
  font-size: 19px;
  color: #fff;
  margin-bottom: 0;
}
.zen-popup__stores {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.zen-popup__stores .download-button img {
  display: block;
  height: 44px;
}

.zen-popup__qr {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  color: #fff;
  text-align: center;
}
.zen-popup__qr img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.zen-popup__qr-text {
  font-size: 15px;
  font-family: Nunito;
}

@media (max-width: 640px) {
  .zen-popup {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 360px;
    padding: 24px 20px 28px;
  }
  .zen-popup__title {
    font-size: 28px;
    text-align: center;
  }
  .zen-popup__text {
    font-size: 17px;
    text-align: center;
    margin-bottom: 18px;
  }
  .zen-popup__stores {
    justify-content: center;
  }
  .zen-popup__qr {
    display: none;
  }
}

@media (min-width: 768px) {
  .zen-popup .download-buttons {
    display: none;
  }
}

.zen-popup .download-buttons img {
  filter: brightness(0) invert(1);
}

.lead-desktop {
}
.lead-mobile,
.cashback-mobile {
  display: none;
}

@media (max-width: 768px) {
  .lead-desktop,
  .cashback-desktop {
    display: none;
  }
  .lead-mobile,
  .cashback-mobile {
    display: block;
  }
}
