.wpt-clients-wrapper {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #2196f3;*/
  overflow: hidden;
}

.wpt-clients {
  width: 100%;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
}

.swiper-slide {
  /*width: 300px;*/
  /*height: 400px;*/
  /*box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);*/
  /*filter: blur(1px);*/
  
  /*border-radius: 10px;*/
  /*display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;*/
}

.swiper-slide-active {
  filter: blur(0px);
}
.swiper-slide:not(.swiper-slide-active) {
  filter: blur(2px);
}

.wpt-clients .card img {
  border-radius: 20px;
}

.wpt-clients .card h3 {
  margin: 15px 0 5px;
  font-size: 29px;
}
.wpt-clients .swiper-slide-shadow-left,
.wpt-clients .swiper-slide-shadow-right {
  background-image: none;
}

.custs-review-cards .bdt-ep-review-card-carousel-item .bdt-ep-review-card-carousel-name,
.qodef-qi-section-title .qodef-m-subtitle,
.wpt-clients h3,
.contract-template ol,
body, p, a, span,
.rs-card-label h3 {
  font-family: 'Matter' !important;
}
.font-seasonserif h3,
h1, h2, h4, h5, h6 {
  font-family: 'Season Serif' !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text,
h3 { font-family: 'Season Mix' !important; }
/*.font-seasonserif h3 { font-family: 'Season Serif' !important; }*/

.founding-member-template .site-content > .ast-container,
.type-page { margin: 32px; }
body .entry-content p, p { margin-bottom: 8px; }

.contract-template ol { list-style: decimal-leading-zero; margin-left: 32px }
.contract-template ol { font-size: 20px; }
.contract-template ol li { position: relative; border-bottom: 2px solid #C9C2C2; padding: 20px 0 22px 10px; }
.contract-template ol li:first-child { padding-top: 0; }
.contract-template ol li::before { 
  content: "";
  border-bottom: 2px solid #C9C2C2;
  width: 20%;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -35px;
}

.elementor-widget-n-accordion .e-n-accordion-item {
  border-bottom: 1px solid #D2D2D2;
}

/* Customers Reviews Cards */
.custs-review-cards .bdt-ep-review-card-carousel-item {
  filter: none;
  justify-content: space-between;
}
.custs-review-cards .bdt-ep-review-card-carousel-item .reviewerinfo {
  gap: 12px;
}
.custs-review-cards .bdt-ep-review-card-carousel-item .bdt-ep-review-card-carousel-job-title {
  opacity: .7;
  padding-bottom: 0;
}
/* END */

.clientcards .bdt-static-carousel .swiper-carousel {
  overflow: initial;
}
.clientcards .bdt-ep-static-carousel-text {
  padding-bottom: 0;
}
.clientcards .bdt-ep-static-carousel-readmore-wrap {
  display: none;
}

.foundingmember-box {
  box-shadow: 5px 5px 30px 0px #E4E4E4;
}

.retainly-price-box {
  background: #5C765D;
  padding: 40px;
  border-radius: 24px;
}
.retainly-price-box .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #769277;
  padding: 20px 0;
  font-size: 20px;
  color: #F0DBC5;
}
.retainly-price-box .price-item:last-child {
  border-bottom: none;
}
.retainly-price-box .price-item .lftm {
  display: flex;
  flex-direction: column;
  align-items:flex-end;
}

.retainley-pay-form iframe {
  min-height: 1150px;
}

@media (max-width: 767px) {
  .bgimg { background-image: none !important; }
  .pro-accordion-title h3 {
    font-size: 18px;
  }
  .retainly-price-box .price-item {
    /*flex-direction: column;*/
    padding: 20px 0 !important;
  }
  .retainly-price-box .price-item .lftm {
    align-items: center;
  }
  .retainly-price-box .price-item .lftm br {
    display: none;
  }
  .retainley-pay-form iframe {
    /*min-height: 1400px;*/
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .founding-member-template .site-content > .ast-container,
  .type-page { margin: 5px; }
}