
  .page-template-partnerships-landing    {
    .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;
        border-radius: 70%;
        display: block;
        height: 80px;
        padding: 26px 28px;
        position: relative;
        right: 0;
        transition: .2s 
ease-in-out;
        width: 80px;
    }
        #top:hover {
        background-color: black;
    }
  }



/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.greeting-banner {
    margin-top: 64px;
    margin-bottom: 164px;
    
.greeting-banner__container {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.greeting-banner__intro {
    color:  #222;
    text-align: center;
   font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.greeting-banner__title {
    color:  #000;
    text-align: center;
   font-family: Nunito;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin: 0 0 40px 0;
}

.greeting-banner__text {
    color:  #000;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.greeting-banner__figure {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.greeting-banner__figure img {
    max-width: 100%;
    height: auto;
    z-index: -1;
    margin-top: -140px;
}

@media (max-width: 767px) {
  .greeting-banner__figure img{
    margin-top: -100px;
  }
.greeting-banner__container{
  max-width: 304px;
}
    .greeting-banner .section-container {
        max-width: 304px;
        padding-left: 0;
        padding-right: 0;
    }

    .greeting-banner__intro {
        color:  #888;
        margin-bottom: 24px;
    }

    .greeting-banner__title {
        color: black;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .greeting-banner__text {
        color: #222;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 0;
    }

    .greeting-banner__figure {
        margin-top: 36px;
    }

}
}
@media (max-width: 767px) {
  .greeting-banner {
        margin-top: 36px;
        margin-bottom: 64px;
    }
  }

.why-partner{
  max-width: 1320px;
  margin: 0 auto;
  .why-partner__title {
  color: black;
  text-align: center;
 font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;         
  margin: 0 0 48px 0;

}

.why-partner__intro {
  color: black;
  text-align: center;
 font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;          
  margin: 0 auto 80px auto;
  max-width: 860px;          

}

.why-partner__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
}

.why-partner__item {
  max-width: 334px;       
}

.why-partner__icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 0 24px 0;
}

.why-partner__item-title {
  color: black;
 font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;     
  margin: 0 0 24px 0;

}

.why-partner__item-text {
  color: #222;
 font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;     
  margin: 0 0 64px 0;     

}


@media (max-width: 767px) {

   .section-container {
    max-width: 304px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .clp_section {
    margin-top: 128px;    
    margin-bottom: 128px;
  }

  .why-partner__title {
    color: black;
    text-align: left;        
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;       
    margin-bottom: 32px;
  }

  .why-partner__intro {
    color: #222;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;      
    margin-bottom: 48px;
    max-width: none;
  }

  .why-partner__grid {
    grid-template-columns: 1fr;  
    row-gap: 0;
  }

  .why-partner__item { max-width: none; }

  .why-partner__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }

  .why-partner__item-title {
    color: black;
    font-size: 20px;       
    font-weight: 700;
    line-height: 28px;    
    margin-bottom: 32px;
  }

  .why-partner__item-text {
    color: #222;
    font-size: 16px;      
    font-weight: 500;
    line-height: 24px;     
    margin-bottom: 48px;   
  }
}

}



.partnerships-tabs{

.sticky-tabs {
    position: sticky;
    top: 96px;
    z-index: 40;
    display: none;
    margin: 24px auto 16px;
    padding: 0 24px;
    max-width: 1200px;
}

@media (min-width: 769px) {
    .sticky-tabs {
        display: flex;
        justify-content: center;
    }
}

.tabs-track {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    border-radius: 64px;
    background: #F7F7F7;
    overflow: auto;
}

.tabs-track>li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.tab-link {
    border: 0;
    background: transparent;
    border-radius: 64px;
    cursor: pointer;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
     padding: 16px 24px;
    transition: background .2s, color .2s, padding .15s, transform .15s;
}

.tab-link:hover {
    transform: translateY(-1px);
}

.tab-link.is-active {
    background: #22E243;
    color: #000;
    padding: 16px 24px;
    font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 128.571% */
}

@media (max-width:768px) {
    .sticky-tabs {
        display: block;
    }

    .tabs-track {
        display: flex;
        gap: 12px;
    }
    .is-active {
        max-width: 304px;
        margin: 0 auto;
    }
    .partnerships-block__hero{
      order: -1 !important;
    }
   
}
.section-container {
  max-width: 1100px;
  margin: 100px auto;
  margin-bottom:300px ;
}
.anchor-section  { display: none !important; }
.is-active { display: block !important; }

.partnerships-tabs__content {
    margin-top: 100px;
}

.partnerships-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.partnerships-block__grid--single {
    grid-template-columns: 1fr;
}

.partnerships-block__col--left {
    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.partnerships-block__col--right {
    max-width: 640px;
}

.partnerships-block__hero {
    width: 384px;
    max-width: 100%;
    display: block;
    margin: 0 0 50px 0;
    order: 5;
}

.partnerships-block__title {
    color: black;
   font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 48px 0;
    
}

.partnerships-block__text {
    color: black;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 24px 0;
    max-width: 430px;
    
}

.partnerships-block__text--strong {
    color: black;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 48px 0;
}

.partnerships-block__emailrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.partnerships-block__emailbtn {
    border-radius: 64px;
    background: black;
    color: white;
    display: flex;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.partnerships-block__copy {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.partnerships-block__copy.is-copied {
    opacity: .6;
}

.partnerships-block__note {
    color: black;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 48px 0 48px 0;
}

.partnerships-block__note-link {
    color: black;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
}

.pform {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pform__field {
    display: block;
    margin-bottom: 24px;
}

.pform__field input,
.pform__field textarea,
.pform__field select {
    width: 100%;
    border: 0;
    border-radius: 18.499px;
    background: #FFF;
    box-shadow: 0 0.482px 7.226px 0 rgba(0, 0, 0, .10);
    color: #888;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 24px 40px 24px 32px;
    outline: unset;
      white-space: normal !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-overflow: unset;
}

.pform__field input {
    height: 80px;
}

.pform__field textarea {
    height: 192px;
    padding: 32px 40px 32px 32px;
    /* padding-top: 65px; */
    resize: vertical;
}

.pform__field--select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M13.5495 8.28067C13.9467 7.89702 14.5798 7.90806 14.9635 8.30533C15.3176 8.67205 15.3354 9.23968 15.0236 9.62659L14.9388 9.71933L10.9388 13.5822C10.5811 13.9276 10.0302 13.9542 9.64272 13.6619L9.54947 13.5822L5.54947 9.71933C5.1522 9.33568 5.14116 8.70261 5.52481 8.30533C5.87896 7.93862 6.44562 7.901 6.84317 8.19914L6.93881 8.28067L10.2431 11.472L13.5495 8.28067Z' fill='%2359EA6D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px 20px;
}

.pform__accept {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 39px 0;
}

.pform__accept input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.pform__checkbox {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0.482px 7.226px rgba(0, 0, 0, .10);
    display: inline-block;
    position: relative;
}

.pform__accept input:checked+.pform__checkbox:after {
    content: "";
    position: absolute;
    inset: 5px;
    background: #000;
    border-radius: 2px;
}

.pform__accept-text {
    color: black;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.pform__accept-text a {
    color: black;
    text-decoration: underline;
}

.pform__submit {
    border: 0;
    border-radius: 18.499px;
    box-shadow: 0 0.482px 7.226px rgba(0, 0, 0, .10);
    background: #000;
    color: #FFF;
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
        max-width: 304px;
    border-radius: 64px;
    margin: 0 auto;
    cursor: pointer;
      border: 2px solid #00000000;
}
   .pform__submit: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;
    }
@media (max-width: 767px) {
  .section-container{
    margin-bottom: 128px;
    margin-top: 24px;
  }
    .partnerships-tabs .section-container {
        max-width: 304px;
        padding-left: 0;
        padding-right: 0;
    }

    .partnerships-block__grid {
        grid-template-columns: 1fr;
    }

    .partnerships-block__title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .partnerships-block__text {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .partnerships-block__emailbtn {
        border-radius: 64px;
        max-width: 256px;
        padding: 16px 24px;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .07px;
        .email_text{
          display: none;
        }
    }
.partnerships-block__copy{
  display: none;
}
    .partnerships-block__note {
        font-weight: 700;
        margin-bottom: 48px;
        font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
a{
  font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
    }

    .pform__field input,
    .pform__field textarea,
    .pform__field select {
        font-size: 16px;
        line-height: 18px;
    }
}
}