.main-content {
  position: relative;
}

.podcast .podcast__main {
  background-color: #080a94;
}
.podcast .podcast__main__hero {
  color: white;
  padding: 20px 15px;
  max-width: 1260px;
  margin: auto;
  width: 100%;
}
.podcast .podcast__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
.podcast .podcast__main__image {
  width: 440px;
  height: 440px;
  margin-top: 45px;
  margin-bottom: -70px;
}
.podcast .podcast__main__image img {
  max-width: 440px;
  max-height: 440px;
  width: 440px;
  height: 440px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast .podcast__main__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 45px 0;
}
.podcast .podcast__main__details--blurb {
  max-width: 600px;
}
.podcast .podcast__main__details h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.podcast .podcast__main__details h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.podcast .podcast__main__details h1 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1.44444;
}
.podcast .podcast__main__details p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
.podcast .podcast__main__details--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.podcast .podcast__main__details--actions a {
  text-decoration: none;
  border-bottom: none;
}
.podcast .podcast__main__details--actions button {
  background-color: transparent;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast .podcast__main__details--actions button i {
  font-size: 20px;
  line-height: 20px;
  margin-right: 14px;
}
.podcast .podcast__main__details--actions button:hover {
  color: #fde052;
}
.podcast__detail {
  position: relative;
}
.podcast__episodes {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  padding: 40px 15px;
  margin-bottom: 60px;
}
.podcast__episodes .slick-list {
  padding-inline: 0 !important;
}
.podcast__episodes--title h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  color: black;
  margin: 0;
  margin-bottom: 15px;
}
.podcast__episodes--underline {
  height: 3px;
  width: 60px;
  background-color: #fde051;
  margin-bottom: 0;
}
.podcast__episodes--detail {
  margin-bottom: 30px;
}
.podcast__episodes--detail .slick-slide {
  margin-right: 40px;
}
.podcast__episodes--image {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.podcast__episodes--image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ebe9e9;
}
.podcast__episodes--card:hover .podcast__episodes--playbtn {
  opacity: 1;
}
.podcast__episodes--playbtn {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fde051;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.podcast__episodes--playbtn i {
  font-size: 40px;
  line-height: 1;
}
.podcast__episodes--card h2 {
  margin: 0;
  margin-bottom: 15px;
  color: #231f20;
  border-bottom: 0 none;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
}
.podcast__episodes--card p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.27273;
  color: rgba(0, 0, 0, 0.6392156863);
}
.podcast__episodes--cta {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.podcast__episodes--cta a {
  text-decoration: none;
  border: 5px solid #003a5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.podcast__episodes--cta a button {
  padding: 15px 60px;
  background-color: transparent;
  color: #003a5d;
  cursor: pointer;
}
.podcast__about {
  background-color: #080a94;
}
.podcast__about--detail {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  padding: 60px 15px;
  color: white;
  padding-bottom: 268px;
}
.podcast__about--detail h4 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
}
.podcast__about--detail h2 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.38889;
  margin: 0;
  margin-bottom: 15px;
}
.podcast__about--detail-underline {
  width: 60px;
  height: 3px;
  background-color: white;
  margin-bottom: 20px;
}
.podcast__about--detail h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.38889;
  margin-bottom: 25px;
  margin-top: 20px;
}
.podcast__about--detail-blurb {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27273;
}
.podcast__author {
  width: 100%;
  margin-top: -175px;
}
.podcast__author--detail {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  background-color: #e5ebee;
  padding: 76px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast__author--detail-audio {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.podcast__author--detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
  gap: 10px;
}
.podcast__author--detail-info .author-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #ffffff;
}
.podcast__author--detail-info .author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.podcast__author--detail-info .author-detail {
  max-width: 260px;
}
.podcast__author--detail-info .author-detail h2 {
  font-size: 30px;
  font-weight: 700;
  color: #003a5d;
  margin: 0;
}
.podcast__author--detail-info .author-detail p {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}
.podcast__subscribe--detail {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  padding: 60px 15px;
  color: black;
}
.podcast__subscribe--detail h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 15px;
}
.podcast__subscribe--detail-underline {
  width: 61px;
  height: 3px;
  background-color: #fde051;
  margin-bottom: 35px;
}
.podcast__subscribe--detail h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27273;
  margin: 0;
  margin-bottom: 46px;
}
.podcast__subscribe--detail--steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.podcast__subscribe--detail--steps .step:not(:first-child) {
  margin-top: 35px;
}
.podcast__subscribe--detail--steps .step .count {
  max-width: 61px;
  height: 61px;
  border-radius: 100%;
  background-color: #040ba1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  line-height: 1;
  color: white;
  padding: 10px;
}
.podcast__subscribe--detail--steps .step h2 {
  margin-bottom: 10px;
}
.podcast__subscribe--detail--steps .step .detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27273;
}
.podcast__subscribe--detail--steps .step .preferred-apps {
  padding: 30px 50px;
  background-color: #f7f6f6;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast__subscribe--detail--steps .step .preferred-apps a {
  border-bottom: none;
  text-decoration: none;
}
.podcast__subscribe--detail--steps .step .preferred-apps a:hover {
  background-color: #fff;
  outline: 10px solid #fff;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app span {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app .fa-spotify {
  color: #1db954;
  font-size: 34px;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app .fa-podcast {
  color: #6309a5;
  font-size: 34px;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app .fa-youtube {
  color: #f10007;
  font-size: 34px;
}
.podcast__subscribe--detail--steps .step .preferred-apps__app .fa-circle-ellipsis {
  font-size: 34px;
}
.podcast-detail__main {
  background-color: #080a94;
}
.podcast-detail__main__hero {
  color: white;
  padding: 20px 15px;
  max-width: 1260px;
  margin: auto;
  width: 100%;
}
.podcast-detail__main--back {
  margin-top: 15px;
}
.podcast-detail__main--back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: none;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.podcast-detail__main--back a:hover {
  color: #fde052;
}
.podcast-detail__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
.podcast-detail__main__image {
  width: 440px;
  height: 440px;
  margin-top: 30px;
  margin-bottom: -70px;
}
.podcast-detail__main__image img {
  max-width: 440px;
  max-height: 440px;
  width: 440px;
  height: 440px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-detail__main__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 30px 0;
}
.podcast-detail__main__details h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.podcast-detail__main__details h1 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1.2;
}
.podcast-detail__main__details--blurb {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65em;
  position: relative;
  margin-bottom: 40px;
}
.podcast-detail__main__details--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.podcast-detail__main__details--actions a {
  text-decoration: none;
  border-bottom: none;
}
.podcast-detail__main__details--actions button {
  background-color: transparent;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.podcast-detail__main__details--actions button:hover {
  color: #fde052;
}
.podcast-detail__main__details--actions button i {
  font-size: 20px;
  line-height: 20px;
  margin-right: 14px;
}
.podcast-detail__author {
  width: 100%;
  background-color: #e5ebee;
}
.podcast-detail__author--detail {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 76px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-detail__author--detail-audio {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.podcast-detail__author--detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
  gap: 10px;
}
.podcast-detail__author--detail-info .author-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #ffffff;
}
.podcast-detail__author--detail-info .author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.podcast-detail__author--detail-info .author-detail {
  max-width: 260px;
}
.podcast-detail__author--detail-info .author-detail h2 {
  font-size: 30px;
  font-weight: 700;
  color: #003a5d;
  margin: 0;
}
.podcast-detail__author--detail-info .author-detail p {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}
.podcast-description {
  width: 100%;
}
.podcast-description__detail {
  padding: 50px 15px;
  max-width: 1260px;
  margin: auto;
  width: 100%;
}
.podcast-description__detail p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27273;
}
.podcast-transcript {
  width: 100%;
  margin: 30px 0;
  padding: 0 20px;
}
.podcast-transcript__detail {
  padding: 20px 15px;
  max-width: 1260px;
  margin: auto;
  width: 100%;
  border: 1px solid #ebe9e9;
}
.podcast-transcript__detail p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27273;
}
.podcast-transcript__detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: white;
}
.podcast-transcript__detail-title h2 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin: 0;
}
.podcast-transcript__detail-title i {
  font-size: 20px;
}
.podcast-transcript__detail-text {
  height: 0;
  overflow: auto;
}
.podcast-related {
  background-color: #f7f6f6;
}
.podcast-related__episodes {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  padding: 60px 15px;
}
.podcast-related__episodes--title h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 25px;
  margin-top: 20px;
}
.podcast-related__episodes--underline {
  background-color: #fde051;
  height: 3px;
  width: 60px;
  display: block;
}
.podcast-related__episodes--detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.podcast-related__episodes--image {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.podcast-related__episodes--image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ebe9e9;
}
.podcast-related__episodes--text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.27273;
  color: rgba(0, 0, 0, 0.6392156863);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.podcast-related__episodes a {
  text-decoration: none;
  border: none;
}
.podcast-related__episodes--playbtn {
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fde051;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.podcast-related__episodes--playbtn i {
  font-size: 40px;
  line-height: 1;
}
.podcast-related__episodes--card h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.podcast-related__episodes--card p {
  font-size: 16px;
  line-height: 1.2;
}
.podcast__search {
  width: 100%;
  border-bottom: 1px solid #ebe9e9;
}
.podcast__search-container {
  position: relative;
}
.podcast__search-info {
  max-width: 1260px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.podcast__search-info .hamburger {
  display: none;
}
.podcast__search-info--button {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #231f20;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  border-left: 1px solid #ebe9e9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.podcast__search-info--button:hover {
  background-color: #003a5d;
  color: white;
}
.podcast__search-info--filter {
  display: none;
}
.podcast__search-info--filter .sortby {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ebe9e9;
  font-size: 18px;
  line-height: 30px;
}
.podcast__search-info--filter .sortby h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
}
.podcast__search-info--filter .sortby input {
  display: none;
}
.podcast__search-info--filter .sortby label {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 10px;
  color: #003a5d;
  font-size: 0.9em;
  border-bottom: 0 none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.podcast__search-info--filter .sortby label:hover {
  background-color: #003a5d !important;
  color: white !important;
}
.podcast__search-info--filter .sortby input:checked + label {
  background-color: #e6ebee;
  border-radius: 4px;
}
.podcast__search-info--filter .resultsPerPage {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ebe9e9;
  font-size: 16px;
  line-height: 20px;
}
.podcast__search-info--filter .resultsPerPage .form__select-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.podcast__search-info--filter .resultsPerPage select {
  font-size: 18px;
  border: none;
  padding: 10px;
  text-align: center;
}
.podcast__search-info--filter .resultsPerPage select:focus-visible {
  outline: none;
}
.podcast__search-info--filter .resultsPerPage i {
  display: none;
}
.podcast-bar {
  width: 100%;
  background-color: white;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
}
.podcast-bar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #f7f6f6;
  padding: 44px 20px;
}
.podcast-bar .search-container {
  width: 50%;
  margin: auto;
}
.podcast-bar .search-container form,
.podcast-bar .search-container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.podcast-bar .search-container .search-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.podcast-bar .search-container .search-input input {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  font-size: 18px;
  line-height: 37px;
  background-color: transparent;
  padding: 10px 20px 10px 50px;
  width: 100%;
}
.podcast-bar .search-container .search-input input:focus-visible {
  outline: none;
}
.podcast-bar .search-container .search-input i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.podcast-bar--container {
  padding: 50px 20px;
}
.podcast-bar--container .pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-bar--container .pagination__prevPage {
  font-size: 25px;
  padding: 0 15px;
  background-color: transparent;
}
.podcast-bar--container .pagination__nextPage {
  font-size: 25px;
  padding: 0 15px;
  background-color: transparent;
}
.podcast-bar--container .pagination__page-number {
  border: 1px solid #ebe9e9;
  padding: 10px 12px;
  font-size: 0.9em;
}
.podcast-bar--title {
  max-width: 945px;
  margin: auto;
}
.podcast-bar--title h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 15px;
}
.podcast-bar--title .underline {
  width: 60px;
  height: 3px;
  background-color: #fde051;
}
.podcast-bar--episode {
  border-bottom: 1px solid #ebe9e9;
}
.podcast-bar--episode .card {
  max-width: 945px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.podcast-bar--episode .card-image {
  width: 312px;
  height: 312px;
  aspect-ratio: 1/1;
  position: relative;
}
.podcast-bar--episode .card-image img {
  width: 312px;
  height: 312px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ebe9e9;
}
.podcast-bar--episode .card-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.podcast-bar--episode .card-detail h2 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.21429;
  margin-bottom: 10px;
}
.podcast-bar--episode .card-detail p {
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}
.podcast-bar--episode .card-detail p strong {
  color: #003a5d;
}
.podcast-bar--episode .card-detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-bar--episode .card-detail .tags .hidden-tags {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.podcast-bar--episode .card-detail .tags .toggleTags {
  background: #e5ebee;
  color: #003a5d;
  border: 0 none;
  padding: 4px 12px;
  margin-bottom: 5px;
}
.podcast-bar--episode .card-detail .tags--taxonomy {
  background: #fde051;
  color: #003a5d;
  padding: 8px 10px 8px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-bar--episode .card-detail .tags--taxonomy:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 48%;
  font-size: 7px;
  line-height: 1;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
.podcast-bar--episode .card-detail .tags--purple:after {
  color: #6309a5;
}
.podcast-bar--episode .card-detail .tags--green:after {
  color: #24cb4b;
}
.podcast-bar--episode .card-detail .tags--orange:after {
  color: orange;
}
.podcast-bar--episode .card-detail .tags--blue:after {
  color: #040ba1;
}
.podcast-bar--episode .card-detail .tags--red:after {
  color: #f10007;
}

.share-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.share-popup__detail {
  position: relative;
  margin: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  width: 80%;
  border-radius: 10px;
  max-width: 520px;
  text-align: center;
}
.share-popup .close {
  color: #aaa;
  float: right;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: -15px;
}
.share-popup .close:hover i::before, .share-popup .close:focus i::before {
  color: black;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.share-popup .close:hover, .share-popup .close:focus {
  cursor: pointer;
}
.share-popup .shereInput {
  width: 75%;
  border: none;
  font-size: 14px;
}
.share-popup .copyButton {
  padding: 0px 15px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 18px;
  color: #003a5d;
  background-color: #fde051;
}
.share-popup .copyButton:hover {
  background-color: #003a5d;
  color: #fde051;
}

.featured-podcast {
  background-color: #fff;
  padding: 100px 0 40px 0;
}
.featured-podcast__episodes {
  margin: auto;
  width: 100%;
}
.featured-podcast__cards {
  background: #f7f6f6;
  padding: 45px 60px;
}
.featured-podcast__card:hover .featured-podcast__playbtn {
  opacity: 1;
}
.featured-podcast__heading {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  color: #333132;
  padding-top: 20px;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.featured-podcast__blurb {
  margin: 0px 0 40px 0;
  color: white;
}
.featured-podcast__blurb p {
  font-size: 20px;
  font-weight: 500;
  color: #333132;
  line-height: 1.3;
}
.featured-podcast__detail .slick-list {
  padding: 0px 0 30px 0 !important;
}
.featured-podcast__detail .slick-track {
  gap: 34px;
}
.featured-podcast__image {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.featured-podcast__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-podcast__playbtn {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fde051;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.featured-podcast__playbtn i {
  font-size: 40px;
  line-height: 1;
  color: black;
}
.featured-podcast__text {
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin-top: 14px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1440px) {
  .podcast__search {
    border-bottom: 1px solid #ebe9e9;
  }
  .podcast__search-info {
    max-width: 100%;
    margin-top: 50px;
    border-top: 1px solid #ebe9e9;
  }
}
@media only screen and (max-width: 1024px) {
  .featured-podcast__cards {
    background: #f7f6f6;
    padding: 45px 40px;
  }
  .podcast .podcast__main {
    margin-bottom: 0px;
  }
  .podcast .podcast__main__image {
    width: 300px;
    height: 300px;
  }
  .podcast .podcast__main__image img {
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .podcast-detail__main__image {
    width: 300px;
    height: 300px;
  }
  .podcast-detail__main__image img {
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .podcast__search {
    width: 100%;
    border-bottom: 1px solid #ebe9e9;
  }
  .podcast__search-info {
    margin-top: 0px;
  }
  .podcast__search-info--filter .sortby {
    font-size: 14px;
  }
  .podcast-bar .search-container {
    width: 100%;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps {
    padding: 20px 30px;
    background-color: #f7f6f6;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .featured-podcast__cards {
    background: #f7f6f6;
    padding: 32px 24px;
  }
  .featured-podcast__blurb {
    margin: 0px 0 28px 0;
  }
  .featured-podcast__blurb p {
    font-size: 18px;
    font-weight: 500;
  }
  .podcast__episodes--detail {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .podcast__about {
    background-color: #080a94;
  }
  .podcast__about--detail {
    padding-bottom: 60px;
  }
  .podcast__about--detail h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 35px;
  }
  .podcast__author {
    margin-top: 0px;
  }
  .podcast__author--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .podcast__author--detail-audio {
    width: 100%;
  }
  .podcast__author--detail-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .podcast__author--detail-info .author-image {
    width: 100px;
    height: 100px;
  }
  .podcast__author--detail-info .author-detail {
    max-width: 100%;
  }
  .podcast__author--detail-info .author-detail h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #003a5d;
    margin: 0;
  }
  .podcast__author--detail-info .author-detail p {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .podcast__subscribe--detail--steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
  .podcast__subscribe--detail--steps .step:not(:first-child) {
    margin-top: 35px;
  }
  .podcast__subscribe--detail--steps .step .count {
    max-width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 37px;
  }
  .podcast__subscribe--detail--steps .step .detail {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.27273;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .podcast-detail__author {
    margin-top: 0px;
  }
  .podcast-detail__author--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    padding: 25px 20px;
  }
  .podcast-detail__author--detail-audio {
    width: 100%;
  }
  .podcast-detail__author--detail-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .podcast-detail__author--detail-info .author-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .podcast-detail__author--detail-info .author-detail {
    max-width: 100%;
  }
  .podcast-detail__author--detail-info .author-detail h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #003a5d;
    margin: 0;
  }
  .podcast-detail__author--detail-info .author-detail p {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .podcast-description__detail {
    font-size: 18px;
    line-height: 25px;
  }
  .podcast-transcript__detail {
    padding: 20px;
  }
  .podcast-transcript__detail-title h2 {
    font-size: 20px;
  }
  .podcast-transcript__detail-title i {
    font-size: 20px;
  }
  .podcast-related__episodes--detail {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .podcast__search-info {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .podcast__search-info--mobilefilter .hamburger {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
  }
  .podcast__search-info--mobilefilter .hamburger i {
    font-size: 32px;
  }
  .podcast__search-info--button {
    padding: 20px 20px;
  }
  .podcast__search-info--filter {
    position: absolute;
    width: 100%;
    top: 101%;
    background-color: white;
    z-index: 10;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .podcast__search-info--filter .sortby {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    border: 0;
  }
  .podcast__search-info--filter .resultsPerPage {
    font-size: 20px;
    line-height: 25px;
    border: none;
    padding: 0;
  }
  .podcast__search-info--filter .resultsPerPage select {
    font-size: 20px;
  }
  .podcast-bar .search {
    padding: 40px 20px;
  }
  .podcast-bar--container {
    padding: 40px 20px;
  }
  .podcast-bar--episode .card {
    padding: 40px 0;
  }
  .podcast-bar--episode .card-image {
    width: 209px;
    aspect-ratio: 1/1;
  }
  .podcast-bar--episode .card-image img {
    width: 100%;
    height: 100%;
  }
  .podcast-bar--episode .card-detail {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .podcast .podcast__main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast .podcast__main__details h1 {
    font-size: 1.75em;
    line-height: 1.21429;
  }
  .podcast .podcast__main__image {
    width: 100%;
    height: 100%;
    margin-top: 45px;
    margin-bottom: -70px;
  }
  .podcast .podcast__main__image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .podcast__episodes--detail {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .podcast__about--detail h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .podcast__about--detail-blurb {
    font-size: 18px;
    line-height: 1.27273;
  }
  .podcast__author--detail {
    padding: 30px 20px;
  }
  .podcast__author--detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast__author--detail-info .author-detail {
    width: 100%;
  }
  .podcast-detail__main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast-detail__main__image {
    width: 100%;
    height: 100%;
    margin-top: 45px;
    margin-bottom: -70px;
  }
  .podcast-detail__main__image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .podcast-detail__main__details h1 {
    font-size: 1.75em;
    line-height: 1.21429;
  }
  .podcast-related__episodes--detail {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .podcast__search-info {
    background-color: #efefef;
  }
  .podcast__search-info--mobilefilter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .podcast__search-info--mobilefilter .hamburger {
    width: 100%;
  }
  .podcast__search-info--filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast__search-info--filter .sortby {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .podcast__search-info--filter .sortby h3 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
  }
  .podcast__search-info--filter .sortby span {
    display: none;
  }
  .podcast__search-info--filter .sortby label {
    width: 100%;
  }
  .podcast__search-info--filter .resultsPerPage {
    margin-bottom: 20px;
  }
  .podcast-bar .search {
    padding: 30px 20px;
  }
  .podcast-bar .search-container form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast-bar .search-container form .search-input input {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 20px 10px 40px;
  }
  .podcast-bar .search-container form .search-input i {
    font-size: 20px;
  }
  .podcast-bar--episode .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 30px 0;
  }
  .podcast-bar--episode .card-image {
    width: 100%;
  }
  .podcast-bar--episode .card-image img {
    width: 100%;
  }
  .podcast-bar--episode .card-detail {
    width: 100%;
  }
  .podcast-bar--episode .card-detail h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps {
    gap: 15px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps__app span {
    font-size: 16px;
    line-height: 20px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps__app .fa-spotify {
    font-size: 25px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps__app .fa-podcast {
    font-size: 25px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps__app .fa-youtube {
    font-size: 25px;
  }
  .podcast__subscribe--detail--steps .step .preferred-apps__app .fa-circle-ellipsis {
    font-size: 25px;
  }
  .featured-podcast {
    padding: 80px 0 40px 0;
  }
  .featured-podcast__detail .slick-list {
    padding: 50px 0 50px 0 !important;
  }
  .featured-podcast__detail .slick-track {
    gap: 0;
  }
  .share-popup__detail {
    margin: 50px 15px;
  }
  .share-popup__content {
    width: 90%;
  }
  .share-popup .shereInput {
    width: 70%;
  }
  .share-popup .close {
    right: 0px;
  }
}
.share-btn {
  background-color: transparent;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  font-size: 14px;
}
.share-btn:hover {
  border-bottom: 1px solid #003a5e;
}

.badge {
  display: inline-block;
  background: rgba(0, 58, 93, 0.1607843137);
  color: #003a5d;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  font-size: 0.65em !important;
  position: relative;
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.rounded-full {
  border-radius: 100%;
  overflow: hidden;
}

.section__all--post-types .single__result img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.header__post-types {
  background-size: cover;
  background-position: center;
}

.d-block {
  display: block !important;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.author__group--compact {
  padding: 7px 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.author__group--compact a {
  line-height: 1;
  text-decoration: none;
  font-style: normal;
}

.card--photo {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.card--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.clearfix {
  clear: both;
}