      .page-template-cooperation_with_zen_template    {
    .app-store-list__single-store a .single-store__img img{
            filter: invert(100%) !important;
    }

    
    .app-store-list__single-store a .single-store__img img{
            filter: invert(100%) !important;
    }
      #top:hover span:last-child,  #top span:last-child {
        filter: invert(100%) !important;
    }
         #top:hover span:last-child {
        filter: inherit !important;
    }
    #top{
        border: 2px solid black;
    }
        #top:hover {
        background-color: black;
    }
}    
       
       
       
       
       
       .background_image_with_card__btn,.tmb__btn--green,.benefits_with_cards__btn,.tmb__btn--green-mobile{
        border: 2px solid #00000000;
         &:hover {
            transition: all .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, .15);
            background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
            background-position: center;
            background-size: cover;
        }
       }


/*  */
.background_image_with_card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width:768px){
    .background_image_with_card{
            max-height: 1080px;
    height: 100%;
    }
}
.background_image_with_card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.background_image_with_card__bg > img,
.background_image_with_card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.background_image_with_card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.3) 40%, rgba(0,0,0,.45) 100%);
}

.background_image_with_card .section-container {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.background_image_with_card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
  max-width: 640px;
}

.background_image_with_card__title {
  color:  #FFF;
  font-family: Nunito;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin: 0 0 32px 0;
}
.background_image_with_card 
.background_image_with_card__text {
  color:  #FFF;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 115px 0;
}

.background_image_with_card__card {
  margin: 0 0 52px 0;
}
.background_image_with_card__card img {
  display: block;
  max-width: 446px;
  max-height: 281.615px;
}

.background_image_with_card__btn {
  display: inline-block;
  border-radius: 64px;
  background: #FFF;
  color:  #000;
  padding: 16px 24px;
  text-decoration: none;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.07px;
  width: max-content;
}
.background_image_with_card__cta {
  margin-bottom: 90px;
}

.background_image_with_card__bottombar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background: #FFBF00;
  z-index: 1;
}

@media (max-width: 767px) {
  .background_image_with_card .section-container {
    height: 100vh;
    padding: 48px 38px;
    display: flex;
    min-height: 800px;
  }
  .background_image_with_card__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
    width: 100%;
    padding: 0;
    max-width: none;
  }

  .background_image_with_card__title {
    color:  #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
  }
 .background_image_with_card  .background_image_with_card__text {
    color:  #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .background_image_with_card__card img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .background_image_with_card__cta {
    margin-bottom: 0;
        position: absolute;
    bottom: 48px;
  }
}

.background_image_with_card__bg-img,
.background_image_with_card__bg-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.background_image_with_card__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}

.background_image_with_card__video--mobile {
    display: block;
}


@media (min-width: 768px) {
    .background_image_with_card__video--mobile {
        display: none;
    }

    .background_image_with_card__video--desktop {
        display: block;
    }
}


/*  benefit*/



.benefits_with_cards {
    min-height: 100vh;
    padding-bottom: 72px;
    display: flex;
    align-items: stretch;
}
@media (min-width:768px){
    .benefits_with_cards {
 min-height: unset;
    max-height: 1080px;
    height: 100%;
    }
 
   
}
.benefits_with_cards .section-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.benefits_with_cards__intro {
    padding-top: 48px;
    text-align: center;
}

.benefits_with_cards__intro-overline {
    color: black;
    font-family: Nunito;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.benefits_with_cards__intro-title {
    color: black;
    text-align: center;
    font-family: Norse, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 72px 0;
}

.benefits_with_cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    max-width: 1320px;
    margin: 0 auto;
}

.benefits_with_cards__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.benefits_with_cards__media {
    height: 416px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 48px;
    background-image: none;
    background-size: cover;
}

.benefits_with_cards__title {
    color: black;
    font-family: Nunito;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 25px 0;
}

.benefits_with_cards__text {
    color: black;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

.benefits_with_cards__cta {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
@media (min-width:768px){
    .benefits_with_cards__cta{
        display: none;
    }
}
.benefits_with_cards__btn {
    display: inline-block;
    border-radius: 64px;
    background:  #FFF;
    color: black;
    padding: 16px 24px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.07px;
    width: max-content;
 
}
.benefits_with_cards .benefits_with_cards__btn{
   height: 64px !important;
}
.how-cb{
    margin-top: 128px !important;
    .cbt__btn{
        height: 64px;
    }
}
@media (max-width: 767px) {
    .benefits_with_cards__text{
        br{
            display: none
        }
    }
    .benefits_with_cards {
        min-height: auto;
        padding: 64px 48px;
    }

    .benefits_with_cards .section-container {
        padding: 0;
    }

    .benefits_with_cards__intro-overline {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 24px;
    }
.benefits_with_cards__intro{
    padding-top: unset;
}
    .benefits_with_cards__intro-title {
        text-align: center;
        font-family: Norse, serif;
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 64px;
    }

    .benefits_with_cards__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .benefits_with_cards__media {
        height: 303.729px;
        margin-bottom: 32px;
    }

    .benefits_with_cards__title {
        margin-bottom: 25px;
    }

    .benefits_with_cards__cta {
        margin-top: 64px;
    }
}


/* text_media_bullets */


.text_media_bullets {
 position: relative;
    padding-bottom: 90px;
    max-width: 1920px;
    margin: 0 auto;
}

@media (min-width:1300px){
    .text_media_bullets::after {
    content: "";
    position: absolute;
    left: 0;
    pointer-events: none;
    top: -90px;
width: 1079.813px;
    height: 825.256px;
    background-repeat: no-repeat;
    z-index: -1;
    margin-left: -100px;
}

}


.text_media_bullets .section-container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

.tmb__head {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 48px;
}

.tmb__content {
    max-width: 640px;
}

.tmb__intro {
    color: #888;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 24px 0;
}

.tmb__title {
    color: black;
    font-family: Nunito;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    margin: 0 0 32px 0;
}
.text_media_bullets
.tmb__text {
    color: black;
    font-family: Nunito;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 48px 0;
}

.tmb__btn--green {
    display: inline-block;
    border-radius: 64px;
    background:  #22E243;
    color: black;
    padding: 24px 32px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.tmb__media picture,
.tmb__media img,
.tmb__video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.tmb__video {
    height: auto;
    object-fit: cover;
}

.tmb__video {
    display: none;
}

.tmb__video--mobile {
    display: block;
}

@media (min-width:768px) {
    .tmb__video--mobile {
        display: none;
    }

    .tmb__video--desktop {
        display: block;
    }
}

.tmb__list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tmb__li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tmb__li-ico svg {
    width: 40px;
    height: 40px;
    display: block;
}

.tmb__li-text {
    color: black;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.tmb__cta--mobile {
    display: none;
}

.tmb__btn--green-mobile {
    display: inline-block;
    border-radius: 64px;
    background: #22E243;
    color: #000;
    padding: 16px 24px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

@media (max-width:767px) {
    .text_media_bullets {
        padding: 64px 25px;
    }

    .text_media_bullets::after {
     display: none;
    }


    .tmb__head {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tmb__content {
        text-align: center;
        max-width: none;
    }

    .tmb__intro {
        color:  #888;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 24px;
    }

    .tmb__title {
        color: black;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 25px;
    }

   .text_media_bullets .tmb__text {
        color:  #222;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 0px;
    }



    .tmb__cta--desktop {
        display: none;
    }

    .tmb__cta--mobile {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .tmb__list {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 0;
        max-width: 304px;
        margin: 0 auto;
    }

    .tmb__li {
        align-items: center;
        gap: 8px;
    }

    .tmb__li-ico svg {
        width: 40px;
        height: 40px;
    }

    .tmb__li-text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #000;
    }
}

#apple img:hover,#googleplay img:hover  {
    filter: invert(93%) sepia(83%) saturate(747%) hue-rotate(52deg) brightness(92%) contrast(89%);
}
.homepage-new__get-app-squares__qr::before {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
}




.zenpro {
    width: 100%;
    padding: 128px 0;
    overflow: hidden;
    display: flex;

    .swiper-slide {
        width: max-content !important;
    }

@media (min-width:768px){
        .swiper-slide {
        /* transition: 1s transform, 1s opacity; */
        /* transition: 1s transform, 1s opacity, 1s -webkit-transform; */
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .swiper-slide-hide {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
    }
    .swiper-slide{
        max-width: 416px !important;
    }
    .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    gap: 24px;
    }
}
}

@media (max-width: 768px) {
 .zenpro {
     .zenpro-swiper {
         padding: 0 calc(50% - 152px);
     }

     .swiper-slide {
            width: 304px !important;
            margin: 0 !important;
        }
        .swiper-wrapper{
            gap: 16px;
            width: 304px;
        }
    }

}
 .zenpro { 
    .pagination_wrap{
        margin-top:40px;
    }
    @media (min-width:768px){
        .hide_on_desktop{
            display: none !important
        }
    }
 .swiper-pagination {
        background-color: white;
        width: 156px !important;
        height: 48px !important;
        border-radius: 48px;
        line-height: 48px;
        margin: 0 auto;
        left: unset !important;
        margin-bottom: -40px !important;

        .swiper-pagination-bullet {
            background-color: #000000;
            margin: 0px 3px;
        }

        .swiper-pagination-bullet-active {
            background-color: #22E243;
        }

    }

    .pagination_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
       .pagination_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination_wrap.hide_on_desktop {
        align-items: center !important;
        justify-content: center !important;
    }
 }
.zenpro__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-left: 10vw;
    padding-right: 0;
    width: 35%;

}

.zenpro__inner .pagination_wrap {
    position: relative;
}



.zenpro__slider {
    flex: 0 0 65%;
    max-width: 65%;
}

.zenpro__title {
    color: #000;

    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 32px;
}

.zenpro__text {
    color: #222;

    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 48px;
}

.pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.zenpro-swiper {
    overflow: visible;
    overflow: hidden;

    width: 100%;
}

.zenpro .swiper-slide {
    width: auto;
}

.flipcard {
    position: relative;
    perspective: 1000px;
    width: 416px;
    height: 602px;
    min-width: 413.263px;
    max-height: 602.105px;
}

.flipcard__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 43.789px;
    border-radius: 21.895px;
    backface-visibility: hidden;

}

.flipcard__front {
    color: #fff;
    background-size: cover;
    background-position: center;
}

.flipcard__title {
    color: #FFF;
    font-family: Nunito, sans-serif;
    font-size: 32.842px;
    font-weight: 700;
    line-height: 43.789px;
    text-align: left;
    width: 100%;
}

.flipcard__btn--lg {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.flipcard__back {
    background: #222;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    transform: rotateY(180deg);
}

.flipcard__back-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 304px;
    height: 440px;
    max-height: 440px;
    border-radius: 16px;
}

.flipcard__back-title {
    color: #FFF;
    font-family: Nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
}

.flipcard__back-text {
    color: #FFF;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.flipcard__btn--sm {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    svg{
        width: 42.532px;
height: 45.08px;
    }
}

.flipcard.is-flipped .flipcard__front {
    transform: rotateY(180deg);
}

.flipcard.is-flipped .flipcard__back {
    transform: rotateY(0deg);
}

.zenpro__copy {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    height: 100%;
    flex-direction: column;

    .pagination_wrap {
        position: relative;

        .swiper-pagination {
            margin: unset !important;
            position: relative;
        }
    }
}

@media (max-width: 991px) {
    .zenpro {
        flex-direction: column;
        padding: 64px 0px;

        .zenpro__inner {
            width: 100%;
            padding: 0px;
            max-width: 304px;
            margin: 0 auto;

            .pagination_wrap {
                display: none;
            }
        }
    }
.flipcard__btn--sm{
    svg{
                width: 32px;
        height: 32px;
    }
}
    .zenpro__inner {
        flex-direction: column;
        gap: 48px;
    }

    .zenpro__copy,
    .zenpro__slider {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .zenpro__title {
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;

        br {
            display: none;
        }
    }

    .zenpro__text {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 48px;

        br {
            display: none;
        }
    }

    .flipcard {
        width: 304px;
        height: 440px;
        min-width: 304px;
        max-height: 440px;
        margin: 0 auto;
    }

    .flipcard__face {
        padding: 32px;
    }

    .flipcard__title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }
    .flipcard__btn--lg svg{
        width: 32px;
height: 32px;
    }
}