.pcp-demo-section {
  max-width: 1200px;
  margin: 0 auto;
}
.pcp-section-padding {
  padding: 80px 0;
}
.pcp-align-left {
  text-align: left;
}
.pcp-align-center {
  text-align: center;
}
.pcp-align-right {
  text-align: right;
}
.sp-pcp-section {
  color: #444;
}
.entry .entry-content .sp-pcp-section a,
.sp-pcp-section a {
  text-decoration: none;
  transition: all 0.33s;
}
.sp-pcp-section img {
  max-width: 100%;
  vertical-align: middle;
}
.sp-pcp-section * {
  box-sizing: border-box;
}
.sp-pcp-section .swiper-container {
  position: initial;
}
.sp-pcp-post .sp-pcp-thumb img:focus,
.sp-pcp-post .sp-pcp-thumb img:hover,
.sp-pcp-post .sp-pcp-thumb:focus,
.sp-pcp-post .sp-pcp-thumb:hover {
  outline: 0;
  text-decoration: none;
  outline-offset: 0;
  color: transparent;
  border: none;
}
.sp-pcp-post {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sp-pcp-post a {
  text-decoration: none;
}
.sp-pcp-post .pcp-post-thumb-wrapper {
  overflow: hidden;
  display: block;
}
.sp-pcp-post .sp-pcp-post-thumb-area {
  position: relative;
}
.sp-pcp-post .sp-pcp-post-thumb-area img {
  max-width: 100%;
  transition: ease all 0.3s;
  height: 100%;
}
.sp-pcp-post .sp-pcp-title {
  margin: 0;
  font-size: 15px;
}
.sp-pcp-post .sp-pcp-title,
.sp-pcp-post .sp-pcp-title a {
  font-size: 20px;
  margin-top: 0;
  color: #111;
  font-weight: 400;
  word-break: break-word;
}
.sp-pcp-post .sp-pcp-post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sp-pcp-post .sp-pcp-post-meta ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.sp-pcp-post .sp-pcp-post-meta ul li .fa,
.sp-pcp-post .sp_pcp_cf_list .fa {
  margin-right: 3px;
  float: left;
}
.sp-pcp-post .sp-pcp-post-meta ul li a {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}
.sp-pcp-post .sp-pcp-post-content {
  margin-bottom: 16px;
}
.sp-pcp-post .sp-pcp-post-content p:first-of-type {
  margin-top: 0;
}
.sp-pcp-post .sp-pcp-post-content p:last-of-type {
  margin-bottom: 0;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
  margin-top: 15px;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
  display: inline-block;
  border: 1px solid;
  padding: 7px 12px;
  box-shadow: 0 0 0;
}
.sp-pcp-post .pcp-icon-over-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.749);
  bottom: 0;
  left: 0;
  right: -1px;
  display: flex;
  opacity: 0;
}
.sp-pcp-post .pcp-icon-over-thumb .pcp-icons {
  margin: auto;
}
.sp-pcp-post .pcp-icon-over-thumb .pcp-icons a {
  margin-right: 5px;
  text-align: center;
}
.sp-pcp-post .pcp-icon-over-thumb .pcp-icons a .fa {
  height: 32px;
  width: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.749);
}
.sp-pcp-post .pcp-icon-over-thumb .pcp-icons a:hover .fa {
  background-color: #e44646;
}
.sp-pcp-post .pcp-post-thumb-wrapper:hover .pcp-icon-over-thumb {
  opacity: 1;
}
.sp-pcp-content-box.content-box-position-in-bottom
  .pcp-post-thumb-wrapper:hover
  .pcp-icon-over-thumb,
.sp-pcp-content-box.content-box-position-in-middle
  .pcp-post-thumb-wrapper:hover
  .pcp-icon-over-thumb,
.sp-pcp-content-box.content-box-position-in-top
  .pcp-post-thumb-wrapper:hover
  .pcp-icon-over-thumb,
.sp-pcp-post.sp-overlay .pcp-post-thumb-wrapper:hover .pcp-icon-over-thumb {
  opacity: 0;
}
.sp-pcp-post.left-thumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: unset;
}
.sp-pcp-post.left-thumb .sp-pcp-post-details {
  margin-left: 20px;
}
.sp-pcp-post.left-thumb .pcp-post-thumb-wrapper {
  order: unset;
  flex: 0 0 40%;
  margin: 0;
}
.sp-pcp-post.right-thumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sp-pcp-post.right-thumb .pcp-post-thumb-wrapper {
  order: unset;
  flex: 0 0 40%;
  margin: 0;
}
.sp-pcp-post.right-thumb .sp-pcp-post-details {
  text-align: right;
  margin-right: 20px;
}
.sp-pcp-post.sp-overlay {
  position: relative;
  overflow: hidden;
}
.sp-pcp-post.sp-overlay .pcp-post-thumb-wrapper {
  margin-bottom: 0;
}
.sp-pcp-post.sp-overlay .sp-pcp-post-details {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.sp-pcp-post.overlay-content-position-bottom .sp-pcp-post-details,
.sp-pcp-post.overlay-content-position-middle .sp-pcp-post-details,
.sp-pcp-post.overlay-content-position-top .sp-pcp-post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp-pcp-post.overlay-content-position-middle .sp-pcp-post-details-content {
  width: 100%;
}
.sp-pcp-post.content-box-position-in-top .sp-pcp-post-details-content,
.sp-pcp-post.overlay-content-position-top .sp-pcp-post-details-content {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.sp-pcp-post.content-box-position-in-middle .sp-pcp-post-details,
.sp-pcp-post.overlay-content-position-middle .sp-pcp-post-details {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-pcp-post.content-box-position-in-bottom .sp-pcp-post-details-content,
.sp-pcp-post.overlay-content-position-bottom .sp-pcp-post-details-content {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.sp-pcp-post.sp-pcp-content-box {
  position: relative;
}
.sp-pcp-post.sp-pcp-content-box .pcp-post-thumb-wrapper {
  margin-bottom: 0;
}
.sp-pcp-post.content-box-position-in-bottom .sp-pcp-post-details,
.sp-pcp-post.content-box-position-in-middle .sp-pcp-post-details,
.sp-pcp-post.content-box-position-in-top .sp-pcp-post-details,
.sp-pcp-post.content-box-position-outer-bottom,
.sp-pcp-post.content-box-position-outer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sp-pcp-post.content-box-position-in-bottom .sp-pcp-post-details,
.sp-pcp-post.content-box-position-in-middle .sp-pcp-post-details,
.sp-pcp-post.content-box-position-in-top .sp-pcp-post-details {
  position: absolute;
  height: 100%;
}
.sp-pcp-post.content-box-position-outer-left,
.sp-pcp-post.content-box-position-outer-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
.sp-pcp-post.content-box-position-outer-right .pcp-post-thumb-wrapper {
  flex: 0 0 50%;
  order: 1;
}
.sp-pcp-post.content-box-position-outer-right .sp-pcp-post-details {
  margin-left: -30px;
  z-index: 1;
}
.sp-pcp-post.content-box-position-outer-left .pcp-post-thumb-wrapper {
  flex: 0 0 50%;
  order: unset;
}
.sp-pcp-post.content-box-position-outer-left .sp-pcp-post-details {
  margin-right: -30px;
  z-index: 1;
}
.sp-pcp-post.content-box-position-outer-top .pcp-post-thumb-wrapper {
  flex: 0 0 50%;
  order: 1;
}
.sp-pcp-post.content-box-position-outer-bottom .sp-pcp-post-details,
.sp-pcp-post.content-box-position-outer-top .sp-pcp-post-details {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.sp-pcp-post.content-box-position-outer-top .sp-pcp-post-details {
  margin-bottom: -30px;
}
.sp-pcp-post.content-box-position-outer-bottom .pcp-post-thumb-wrapper {
  flex: 0 0 50%;
  order: unset;
}
.sp-pcp-post.content-box-position-outer-bottom .sp-pcp-post-details-content,
.sp-pcp-post.content-box-position-outer-left .sp-pcp-post-details-content,
.sp-pcp-post.content-box-position-outer-right .sp-pcp-post-details-content,
.sp-pcp-post.content-box-position-outer-top .sp-pcp-post-details-content {
  overflow: hidden;
}
.sp-pcp-post.content-box-position-outer-bottom .sp-pcp-post-details {
  margin-top: -30px;
}
.sp-pcp-post.content-box-position-in-bottom .sp-pcp-post-details-content,
.sp-pcp-post.content-box-position-in-middle .sp-pcp-post-details-content,
.sp-pcp-post.content-box-position-in-top .sp-pcp-post-details-content {
  width: 100%;
  overflow: hidden;
}
.sp-pcp-post.sp-pcp-content-box-below .sp-pcp-post-details {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  padding: 20px;
}
.sp-pcp-post.sp-pcp-content-box-below .sp-pcp-post-details-content {
  background: #fff;
  padding: 15px 0 10px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 100%;
  margin-top: -35px;
  border: 2px solid #ddd;
}
.sp-pcp-post.sp-pcp-content-box-below .pcp-post-thumb-wrapper {
  margin-bottom: 0;
}
.sp-pcp-post.sp-pcp-content-box-below {
  position: relative;
}
.sp-pcp-post.sp-pcp-right-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: unset;
  width: 100%;
}
.sp-pcp-post.sp-pcp-right-top .pcp-post-thumb-wrapper {
  order: unset;
}
.sp-pcp-post.sp-pcp-right-top .sp-pcp-post-content,
.sp-pcp-post.sp-pcp-right-top .sp-pcp-post-meta ul li,
.sp-pcp-post.sp-pcp-right-top .sp-pcp-post-meta ul li a,
.sp-pcp-post.sp-pcp-right-top .sp-pcp-readmore a,
.sp-pcp-post.sp-pcp-right-top .sp-pcp-title h2 {
  color: #fff;
}
.sp-pcp-post.sp-pcp-right-top .sp-pcp-post-details {
  padding: 20px;
  position: relative;
  margin-left: -25px;
  margin-top: 20px;
  background: #244964;
}
.pcp-carousel-wrapper .bottom_center.sp-pcp-carousel {
  padding-bottom: 72px;
}
.pcp-carousel-wrapper {
  position: relative;
}
.pcp-carousel-wrapper .pcp-button-next,
.pcp-carousel-wrapper .pcp-button-prev {
  background-image: none;
  background-size: auto;
  margin-top: 16px;
  text-align: center;
  line-height: 31px;
  -webkit-transition: 0.3s;
}
.pcp-carousel-wrapper .pcp-button-next.top_right,
.pcp-carousel-wrapper .pcp-button-prev.top_right {
  top: -50px;
  right: 0;
}
.pcp-carousel-wrapper .pcp-button-prev.top_right {
  right: 42px;
  left: auto;
}
.pcp-carousel-wrapper .pcp-button-next.top_center,
.pcp-carousel-wrapper .pcp-button-prev.top_center {
  top: 0;
  left: calc(50% + 5px);
  text-align: center;
}
.pcp-carousel-wrapper .pcp-button-prev.top_center {
  right: auto;
  left: calc(50% - 40px);
}
.pcp-carousel-wrapper .pcp-button-next.top_left,
.pcp-carousel-wrapper .pcp-button-prev.top_left {
  top: 0;
  left: 0;
  text-align: center;
}
.pcp-carousel-wrapper .pcp-button-next.top_left {
  right: auto;
  left: 40px;
}
.pcp-carousel-wrapper .swiper-button-next::after,
.pcp-carousel-wrapper .swiper-button-prev::after {
  display: none;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #888;
}
.pcp-carousel-wrapper.center .swiper-slide .sp-pcp-post {
  transform: scale(0.9);
  opacity: 0.8;
  transition: 0.22s all;
}
.pcp-carousel-wrapper.center .swiper-slide.swiper-slide-active .sp-pcp-post {
  transform: scale(1.1);
  opacity: 1;
}
.pcp-carousel-wrapper .pcp-button-next.bottom_right,
.pcp-carousel-wrapper .pcp-button-prev.bottom_right {
  bottom: 0;
  right: 0;
  top: auto;
}
.pcp-carousel-wrapper .pcp-button-prev.bottom_right {
  right: 44px;
  left: auto;
}
.pcp-carousel-wrapper .pcp-button-next.bottom_center,
.pcp-carousel-wrapper .pcp-button-prev.bottom_center {
  top: auto;
  bottom: 33px;
  left: calc(50% + 5px);
  text-align: center;
}
.pcp-carousel-wrapper .pcp-button-prev.bottom_center {
  right: auto;
  left: calc(50% - 40px);
}
.pcp-carousel-wrapper .pcp-button-next.bottom_left,
.pcp-carousel-wrapper .pcp-button-prev.bottom_left {
  top: auto;
  bottom: 0;
  left: 0;
}
.pcp-carousel-wrapper .pcp-button-next.bottom_left {
  right: auto;
  left: 40px;
}
.pcp-carousel-wrapper .pcp-button-next.vertically_center_outer,
.pcp-carousel-wrapper .pcp-button-prev.vertically_center_outer {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
}
.pcp-carousel-wrapper .pcp-button-next.vertical_center_inner_hover,
.pcp-carousel-wrapper .pcp-button-next.vertically_center_outer {
  right: -35px;
  left: auto;
}
.pcp-carousel-wrapper .pcp-button-prev.vertical_center_inner_hover {
  right: auto;
  left: -35px;
}
.pcp-carousel-wrapper:hover .pcp-button-next.vertical_center_inner_hover {
  right: 10px;
}
.pcp-carousel-wrapper:hover .pcp-button-prev.vertical_center_inner_hover {
  left: 10px;
}
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next .fa,
.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev .fa {
  line-height: 31px;
}
.pcp-carousel-wrapper
  .swiper-pagination-bullets.dots
  .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
}
.pcp-carousel-wrapper
  .swiper-pagination-bullets.number
  .swiper-pagination-bullet {
  margin: 0 4px;
  background: #444;
  padding: 5px 10px;
  border-radius: 0;
  opacity: 1;
  height: auto;
  color: #fff;
  width: auto;
  margin: 3px 3px;
  display: inline-block;
  font-size: 14px;
}
.sp-pcp-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.sp-pcp-row.no-gutters > [class*="sp-pcp-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.sp-pcp-row {
  display: flex;
  flex-wrap: wrap;
}
.sp-pcp-row [class*="sp-pcp-col-"] {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .sp-pcp-row .sp-pcp-col-xl-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-xl-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-xl-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-xl-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-xl-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1200px) {
  .sp-pcp-row .sp-pcp-col-lg-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-lg-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-lg-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-lg-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-lg-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 992px) {
  .sp-pcp-row .sp-pcp-col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-md-2-5 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-pcp-row .sp-pcp-col-md-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-pcp-row .sp-pcp-col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-md-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-md-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-md-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 768px) {
  .sp-pcp-row .sp-pcp-col-sm-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-sm-2-5 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-pcp-row .sp-pcp-col-sm-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-pcp-row .sp-pcp-col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-sm-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-sm-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-sm-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.pcp-post-pagination.pcp-on-mobile {
  display: none;
}
@media (max-width: 420px) {
  .sp-pcp-row .sp-pcp-col-xs-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-xs-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-xs-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-xs-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-xs-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-xs-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-xs-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-xs-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .pcp-post-pagination.pcp-on-mobile:not(.pcp-hide) {
    display: block;
  }
  .pcp-post-pagination:not(.pcp-on-mobile) {
    display: none;
  }
}
.sp-pcp-container .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0;
}
.sp-pcp-block-4 .sp-pcp-block-half,
.sp-pcp-block-8 {
  padding-bottom: 20px;
}
.sp-pcp-block-3 .sp-pcp-block-half,
.sp-pcp-block-6 {
  padding-bottom: 20px;
}
.sp-pcp-block-3,
.sp-pcp-block-4,
.sp-pcp-block-6,
.sp-pcp-block-8 {
  padding-right: 10px;
  padding-left: 10px;
}
.sp-pcp-block-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  min-height: 100%;
  max-width: 50%;
}
.sp-pcp-block-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.6666%;
  flex: 0 1 66.6666%;
  min-height: 100%;
  max-width: 66.6666%;
}
.sp-pcp-block-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-pcp-block-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-pcp-block-3 .sp-pcp-block-half,
.sp-pcp-block-4 .sp-pcp-block-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
[class*="sp-pcp-block-"] .pcp-post-thumb-wrapper,
[class*="sp-pcp-block-"] .sp-pcp-post,
[class*="sp-pcp-block-"] .sp-pcp-post-thumb-area {
  height: 100%;
}
[class*="sp-pcp-block-"] .sp-pcp-post-thumb-area img {
  height: 100%;
  width: 100%;
}
.pcp-post-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pcp-post-pagination .page-numbers,
.pcp-post-pagination a {
  background: #fff;
  color: #5e5e5e;
  border: 2px solid #bbb;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  margin-right: 4px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.pcp-post-pagination a.pcp_next.active,
.pcp-post-pagination a.pcp_prev.active {
  display: none;
}
.pcp-post-pagination .page-numbers.current,
.pcp-post-pagination a.active {
  cursor: auto;
  color: #fff;
  background: #e1624b;
  border-color: #e1624b;
}
.pcp-load-more button {
  margin-top: 20px;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 10px 18px;
  background: #e1624b;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.pcp-hide {
  display: none;
}
.pcp-post-pagination .page-numbers.pcp-hide,
.pcp-post-pagination a.pcp-hide {
  display: none;
}
.pcp-infinite-scroll-loader svg {
  stroke: #e1624b;
}
.pcp-modal {
  width: auto;
  margin: auto;
  overflow: auto;
  max-height: 100vh;
  max-width: 1050px;
}
.pcp-modal .popup_ajax_content {
  padding: 30px;
  position: relative;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  opacity: 0.96;
}
.pcp-popup-button-next,
.pcp-popup-button-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  z-index: 99999;
  width: 50px;
  height: 100px;
  text-align: center;
  float: none;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-color: #1e1e1e99;
  padding: 0;
  margin-top: -50px;
  transition: all 0.33s;
}
.pcp-popup-button-next .fa,
.pcp-popup-button-prev .fa {
  line-height: 100px;
  font-size: 24px;
}
.pcp-popup-button-prev {
  left: 0;
  margin-left: -17px;
}
.pcp-popup-button-next {
  right: 0;
  margin-right: -17px;
}
.pcp-modal button.mfp-close {
  background: 0 0;
  color: #444;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.pcp-ajax-preloader {
  text-align: center;
}
.pcp-preloader {
  background-color: #fff;
  background-image: url(../img/preloader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.pcp-carousel-wrapper .pcp-button-prev,
.pcp-carousel-wrapper .swiper-container-rtl .swiper-button-next.bottom_right,
.pcp-carousel-wrapper .swiper-container-rtl .swiper-button-next.top_right {
  left: auto;
  right: auto;
}
.spsp-license-notice {
  background: #ffebee;
  color: #444;
  padding: 18px 16px;
  border: 1px solid #d0919f;
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sp-pcp-post:hover .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sp-pcp-post:hover .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.pcp-button-prev,
.pcp-button-next {
  border: 2px solid #787d87 !important;
  border-radius: var(--radius);
  height: 40px !important;
  width: 40px !important;
  font-size: 25px !important;
  transition: 0.2s all !important;
}
.pcp-button-prev:hover,
.pcp-button-next:hover {
  border: 2px solid #b92758 !important;
}
.pcp-button-prev i {
  margin-right: 2px !important;
  margin-top: 0;
  transition: 0.3s all;
}
.pcp-button-next i {
  margin-left: 2px !important;
  margin-top: 0;
  transition: 0.3s all;
}
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next .fa,
.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev .fa {
  color: #787d87;
}
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next .fa:hover,
.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev .fa:hover {
  color: var(--color-accent);
}
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next:hover,
.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev:hover {
  background-color: white !important;
}
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next:hover .fa,
.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev:hover .fa {
  color: var(--color-accent);
}
.swiper-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.sp-pcp-container {
  display: flex;
}
.sp-pcp-post {
  border-radius: 10px !important;
  box-shadow: var(--shadow-sm);
  height: 100% !important;
  background-color: var(--color-white);
}
.sp-pcp-post .pcp-post-thumb-wrapper {
  margin-bottom: 10px;
  aspect-ratio: 5/3;
  display: flex;
  overflow: initial;
}
.sp-pcp-post .sp-pcp-post-thumb-area {
  aspect-ratio: 5/3;
}
.sp-pcp-post .sp-pcp-post-thumb-area img {
  object-fit: cover;
}
.sp-pcp-post .sp-pcp-title {
  margin-bottom: 20px;
  margin-top: 10px !important;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-family: var(--font-secondary) !important;
  font-weight: 500 !important;
  color: var(--color-contrast-higher);
  font-size: 19px;
}
.sp-pcp-post .sp-pcp-title a {
  font-weight: 500 !important;
  color: var(--color-contrast-higher);
  font-size: 19px;
}
.sp-pcp-post .sp-pcp-post-meta ul li .fa,
.sp-pcp-post .sp_pcp_cf_list .fa {
  margin-right: 7px !important;
}
.sp-pcp-post .sp-pcp-post-meta {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.sp-pcp-post .sp-pcp-post-meta ul li {
  font-weight: 500;
  color: var(--color-contrast-high) !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 13px;
}
.sp-pcp-post .sp-pcp-post-meta ul li a {
  font-weight: 500;
  color: var(--color-contrast-high) !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 13px;
}
.sp-pcp-post .sp-pcp-post-meta ul li a:hover {
  color: var(--color-accent) !important;
}
.sp-pcp-post-details,
.sp-pcp-post-details-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sp-pcp-post-content {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
}
.sp-pcp-post-content p {
  font-size: 0.95em;
  color: var(--color-contrast-higher);
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
  margin-top: auto;
}
a.pcp-readmore-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px !important;
  text-transform: initial !important;
  font-weight: 600;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
  display: initial;
  border: 0 !important;
  padding: 0 !important;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore::after {
  content: "...";
  margin-left: -4px;
}
