.rewards-app-slider.block{
  background-color: var(--tertiary-white);
  color: var(--primary-black);
  padding-top: 2.625rem;
  position: relative;

  @media (width>=1024px) {
    padding-top: 5.313rem;

    &.large-icons {
      padding-top: 0;
    }
  }

  .rewards-app-title {
    :is(h1, h2, h3, h4, h5, h6, p) {
      margin: 0;
      color: var(--secondary-black);
      font-family: var(--body-font-arena);
      font-size: var(--heading-font-size-m);
      font-style: normal;
      font-weight: var(--fw-700);
      line-height: var(--heading-lh-19-mob-text-small);

      @media (width>=1024px) {
        font-size: var(--heading-font-6-mob);
        line-height: var(--heading-lh-16-des-display);
      }
    }

    margin-bottom: var(--space-18px);
    padding-left: 1.25rem;

    &:not(:has(:is(h1, h2, h3, h4, h5, h6, p))) {
      margin-bottom: 3rem;

      @media (width>=1024px) {
        margin-bottom: 5.5rem;
      }
    }

    @media (width>=1024px) {
      padding-left: 3.5rem;
      margin-bottom: 2.813rem;
    }
  }

  /* Layout */
  .rewards-app_slider-item {
    width: 100%;
  }

  .rewards-app_container {
    background: var(--gradients-accent-section-bg-1) no-repeat center / contain;
    background-clip: content-box;
    height: 40rem;

    @media (width>=1024px) {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      height: 30rem;
    }
  }

  .menu-text-list {

    .body-title,
    .body-text {
      color: var(--primary-black);
      font-family: var(--body-font-arena);
      font-size: var(--body-font-size-xxxxs);
      font-style: normal;
      font-weight: var(--fw-500);
      line-height: normal;

      @media (width>=1024px) {
        font-size: var(--body-font-size-xxs);
        line-height: var(--heading-lh-6-des);
      }
    }
  }

  .cta-text {
    color: var(--secondary-gray-20);
    font-family: var(--body-font-arena);
    font-size: var(--body-font-size-xxs);
    font-weight: var(--fw-400);
    line-height: var(--heading-lh-4--mob-text-medium);
    background-color: var(--primary-blue-700);
    font-style: normal;
    padding: 0.75rem 1.5rem;
    display: inline-block;
  }

  /* Icons */
  .icon-size {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .app-icon-size {
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;

    @media (width>=1024px) {
      width: 1.5rem;
      height: 1.5rem;
    }
  }

  /* Left Section */
  .left-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    align-items: flex-start;

    @media (width>=1024px) {
      padding: 0;
      padding-left: 2.5rem;
      align-items: flex-start;
    }

    .qr-code-section {
      margin-bottom: var(--space-16px);

      @media (width>=1024px) {
        margin-bottom: 2rem;
      }

      .qr-code-image {
        object-fit: contain;
        width: 100px;
        height: 100px;
      }
    }

    .qr-code-section {
      margin-bottom: var(--space-16px);

      @media (width>=1024px) {
        margin-bottom: 2rem;
      }

      .qr-code-image {
        object-fit: contain;
        width: 100px;
        height: 100px;
      }
    }

    .title :is(h1, h2, h3, h4, h5, h6, p) {
      color: var(--primary-black);
      font-family: var(--body-font-arena);
      font-size: var(--heading-font-size-m);
      font-weight: var(--fw-700);
      line-height: normal;
      margin-top: var(--space-24px);
      margin-bottom: var(--space-9px);

      @media (width >=1024px) {
        color: var(--secondary-black);
        font-size: var(--heading-font-6-mob);
        line-height: var(--heading-lh-16-des-display);
        margin-top: 2.438rem;
        margin-bottom: var(--space-16px);
        max-width: 19.375rem;
      }
    }

    .left-description {
      font-family: var(--body-font-arena);
      font-size: var(--body-font-size-xxs);
      font-style: normal;
      font-weight: var(--fw-300);
      line-height: var(--heading-lh-19-mob-display);
      margin: 0;
      margin-bottom: var(--space-24px);

      @media (width >=1024px) {
        font-size: var(--body-font-size-xs);
        margin: 0 0 2rem 0;
        max-width: 23.063rem;
      }
    }

    .menu-icon-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin-bottom: 7.125rem;
      display: none;

      @media (width>=1024px) {
        gap: 1.5rem;
        margin-top: var(--space-32px);
        margin-bottom: 13.25rem;
      }

      .service-icon-item {
        width: max-content;
      }

      .body-text {
        font-family: var(--body-font-arena);
        font-size: var(--body-font-size-xxxxs);
        font-style: normal;
        font-weight: var(--fw-500);
        line-height: normal;
        width: max-content;

        @media (width>=1024px) {
          font-size: var(--body-font-size-xxs);
          line-height: var(--heading-lh-6-des);
        }
      }
    }
  }

  /* Right Section */
  .right-section {
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-end;

    @media (width>=1024px) {
      padding: 0;
      position: unset;
    }

    .right-section_wrapper {
      @media (width>=1024px) {
        height: 100%;
      }
    }

    picture {
      display: flex;
      flex-direction: row-reverse;

      @media (width>=768px) {
        padding: 0 24px;
      }

      @media (width>=1024px) {
        height: 100%;
        padding: 0;
      }
    }

    img {
      width: 100%;

      @media (width<1024px) {
        width: 100%;
      }
    }

    .right-discription {
      display: none;
      font-family: var(--body-font-arena);
      font-size: var(--body-font-size-xxxxs);
      font-style: normal;
      font-weight: var(--fw-500);
      line-height: normal;
      width: 55.515%;

      @media (width>=1024px) {
        text-align: right;
        margin-left: auto;
        width: 47.173%;
        font-size: var(--body-font-size-xxs);
        line-height: var(--heading-lh-6-des);
      }
    }

    .cta_wrapper {
      position: absolute;
      top: 0;
      height: max-content;
      margin-top: unset;

      @media (width >=1024px) {
        left: 6rem;
        bottom: 4.063rem;
        top: unset;
      }
    }

    .cta_wrapper:has(.know-more-cta) {
      position: absolute;
      left: 1.5rem;

      @media (width>=1024px) {
        left: 6rem;
        bottom: 2.5rem;
      }
    }

    .download-app_btn-container {
      display: inline-flex;
      gap: 0.781rem;

      @media (width>=1024px) {
        gap: 1.375rem;
      }
    }

    .download-app_btn-divider {
      width: 0.75px;
      height: 21px;
      border: 1px solid var(--primary-blue-700);

      @media (width >=1024px) {
        height: 28px;
      }
    }

    .download-app {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      left: 1.5rem;
      position: absolute;
      top: 30px;

      @media (width>=768px) {
        top: 80px;
      }

      @media (width>=1024px) {
        position: absolute;
        gap: 0.5rem;
        margin-left: 0;
        bottom: 1rem;
        top: unset;
        left: 0;
      }

      .download-app_text {
        margin: 0;
        font-weight: var(--fw-500);
        line-height: normal;
        font-size: var(--body-font-size-xxxxs);

        @media (width>=1024px) {
          font-size: var(--body-font-size-xxs);
          font-weight: var(--fw-500);
          line-height: var(--heading-lh-6-des);
        }
      }
    }
  }

  /* Menu and Service Items */
  .menu-text-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    margin-bottom: 4.875rem;

    @media (width >=1024px) {
      margin-top: var(--space-32px);
      margin-bottom: 6.75rem;
      gap: 1rem;
    }
  }

  .service-item {
    display: flex;
    flex-direction: row;
    gap: 4px;

    &::before {
      content: '';
      background-color: var(--primary-black);
      border-radius: 10px;
      margin: 4px 6px 6px 0;
      background-size: cover;
      width: 3px;
      height: 3px;

      @media (width >=1024px) {
        width: 8px;
        height: 8px;
        margin: 4px 6px 6px 0;
      }
    }
  }

  .menu-content_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;

    p {
      margin: 0px;
    }

    .body-text {
      font-weight: var(--fw-300);
    }
  }

  /* Splide Carousel Navigation */
  .splide__arrows {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    position: absolute;
    top: 0;
    right: 1.25rem;
    justify-content: space-between;

    @media (width>=1024px) {
      right: 3.5rem;
      top: 0;
    }
  }

  .splide__arrow {
    background-color: transparent;
    border: none;
    width: 2rem;
    height: 2rem;
    background-size: 1rem 1rem;
    background-position: center;
    background-color: transparent;
    padding: 0.5rem;

    @media (width >=1024px) {
      width: 3rem;
      height: 3rem;
      background-size: 1.5rem 1.5rem;
      padding: var(--space-12px);
      gap: var(--space-1px);
      top: 0;
    }
  }

  .arrow {
    height: 2rem;
    width: 2rem;
    padding: 0.5rem;
    border: 0.667px solid var(--primary-blue-700);
    background-image: url('/icons/arrow_forward-black.svg');
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;

    &:disabled {
      background-image: url('/icons/arrow_forward_disable.svg');
      transform: rotate(180deg);
    }

    @media (width>=1024px) {
      height: 3rem;
      width: 3rem;
      background-size: 1.5rem 1.5rem;
      padding: 0.75rem;
    }
  }

  .prev-arrow {
    background-image: url(/icons/arrow-left-blue.svg);
    background-repeat: no-repeat;
    border: 1px solid var(--blue, #171c8f);
    cursor: pointer;

    &:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
  }

  .next-arrow {
    background-image: url(/icons/arrow-left-blue.svg);
    background-repeat: no-repeat;
    border: 1px solid var(--blue, #171c8f);
    cursor: pointer;
    rotate: 180deg;

    &:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
  }

  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }

  .splide__track--draggable {
    user-select: none;
  }

  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;

    @media (width >=1024px) {
      li:first-child.is-active {
        padding-left: 20px;

        @media (width>=1024px) {
          padding-left: 56px;
        }
      }

      li:not(:first-child).is-active {
        padding-left: 0;
      }
    }
  }

  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }

  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  &.large-icons {
    .left-section {
      padding: 2.5rem;
    }

    .app-icon-size {
      height: 40px;
      width: auto;
    }

    .slider-img {
      padding-right: 2.5rem;
      padding-top: 2.5rem;
    }

    .right-section {
      @media (width < 768px) {
        .right-section_wrapper {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;

          .cta_wrapper {
            position: static;
            padding-left: 2.5rem;
            margin-bottom: 2.5rem;
          }

          .download-app {
            position: static;
          }

          .slider-img {
            justify-content: center;
            padding: 0;

            img {
              width: 200px;
            }
          }
        }

        .app-icon-size {
          height: 30px;
          width: auto;
        }
      }

      @media (width >=768px) and (width < 1024px) {
        .right-section_wrapper {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;

          .cta_wrapper {
            position: static;
            padding-left: 2.5rem;
          }

          .download-app {
            position: static;
          }

          .slider-img {
            padding-top: 0;
          }
        }
      }

      .app-icon-size img {
        height: 100%;
        width: auto;
      }
    }
  }
}
