/* old: 'Font Awesome 6 Free' */
.successAndPodcastListingBE .headline {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-bottom: 48px;
}
.successAndPodcastListingBE .headline p {
  margin-bottom: unset;
}
@media (max-width: 767.98px) {
  .successAndPodcastListingBE .headline {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 32px;
  }
}
.successAndPodcastListingBE .sapCards {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.successAndPodcastListingBE .sapCards .sapCard {
  max-width: calc((100% - 16px * (var(--card-count) - 1)) / var(--card-count));
}
.successAndPodcastListingBE .sapCards .sapCard:after {
  content: "";
  width: 1px;
  background-color: #C5C5C5;
  height: 100%;
}
.successAndPodcastListingBE .sapCards .sapCard:last-of-type:after {
  content: unset;
}
@media (max-width: 767.98px) {
  .successAndPodcastListingBE .sapCards {
    display: none;
  }
}
.successAndPodcastListingBE .sapCardsMobile {
  display: none;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .prev-slide, .successAndPodcastListingBE .sapCardsMobile .slide-navigation .next-slide {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  background: unset;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .prev-slide i, .successAndPodcastListingBE .sapCardsMobile .slide-navigation .next-slide i {
  color: #005CAB;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots {
  display: flex;
  column-gap: 16px;
  height: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots .slick-sr-only {
  display: none;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background-color: #D9D9D9;
  border-radius: 50px;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots li button {
  border: none;
  background-color: unset;
  outline-color: none !important;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots li.slick-active {
  background-color: #005CAB;
}
.successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots li:focus, .successAndPodcastListingBE .sapCardsMobile .slide-navigation .progress-dots .slick-dots li:focus-visible {
  border: none;
  outline-color: none !important;
}
@media (max-width: 767.98px) {
  .successAndPodcastListingBE .sapCardsMobile {
    display: block;
  }
}
.successAndPodcastListingBE .btnHolder {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}