@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/inter/Inter-Regular.woff") format("woff");
}
.small-caps, .leadin {
  font-variant: small-caps;
  letter-spacing: 0.127em;
  text-transform: lowercase;
}

.card h1.card__title--mobile, .leadin {
  color: rgba(15, 15, 15, 0.8);
  display: flex;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 2vh;
  font-style: normal;
  font-weight: 600;
  line-height: 151.404%;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.c-image figcaption, .c-article-body p {
  font-size: 2.3vh;
}
@media (min-width: 1024px) {
  .c-image figcaption, .c-article-body p {
    font-size: 2vh;
  }
}
@media (min-width: 1736px) {
  .c-image figcaption, .c-article-body p {
    font-size: 1.2vw;
  }
}

.carousel-cell .c-image__caption, .episode-bio small, .card-left .c-image__caption, .hero .image-caption {
  box-sizing: border-box;
  color: rgba(15, 15, 15, 0.6);
  font-family: "Inter", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 151.404%;
}

.u-display-none {
  display: none !important;
}

.u-element-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}

.c-audio {
  margin: 2rem 0;
}
.c-audio__controls {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: "Inter", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-audio__controls {
    font-size: 16px;
  }
}
.c-audio__controls--wrapper {
  display: grid;
  grid-column-gap: 22px;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
.c-audio__controls--col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-audio__controls-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  font-family: sans-serif;
  font-size: 1rem;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: background 250ms ease, transform 150ms ease;
}
.c-audio__controls-btn--light .c-audio__svg-g {
  stroke: #e4e5ab;
}
.c-audio__controls-btn--light .c-audio__svg-play,
.c-audio__controls-btn--light .c-audio__svg-pause-rect {
  fill: #e4e5ab;
}
.c-audio__controls-btn:hover .c-audio__svg-circle {
  opacity: 1;
}
.c-audio__controls-btn:active .c-audio__svg-circle, .c-audio__controls-btn:focus .c-audio__svg-circle {
  opacity: 0.9;
}
.c-audio__controls button:focus {
  outline: 0;
}
.c-audio__svg-g {
  stroke: #fff;
}
.c-audio__svg-play, .c-audio__svg-pause-rect {
  fill: #fff;
}
.c-audio__svg-circle {
  opacity: 1;
  transition: opacity 0.25s;
}

.c-audio__controls--trailer .c-audio__controls-time {
  display: none;
}
.c-audio__controls-time--light {
  color: #e4e5ab;
}

.c-audio__controls-progress-bar {
  display: none;
  outline: none;
}
.c-audio__controls--episode .c-audio__controls-progress-bar {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 0;
  margin-left: 16px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min)) / var(--range));
  --sx: calc(0.5 * 5px + var(--ratio) * (100% - 5px));
}
.c-audio__controls--episode .c-audio__controls-progress-bar, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-runnable-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -moz-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -ms-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress {
  height: 5px;
  background: black;
  overflow: visible;
  -moz-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-progress:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower {
  height: 5px;
  background: black;
  overflow: visible;
  -ms-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-fill-lower:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-thumb {
  margin-top: 0px;
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-webkit-slider-thumb:focus {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-moz-range-thumb:focus {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar::-ms-thumb:focus {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar::-ms-tooltip {
  display: none;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  background: linear-gradient(#e4e5ab, #e4e5ab) calc(0 / var(--sx)) 100% no-repeat white;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-runnable-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -moz-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  background: linear-gradient(#e4e5ab, #e4e5ab) calc(0 / var(--sx)) 100% no-repeat white;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(black, black) calc(0 / var(--sx)) 100% no-repeat white;
  overflow: visible;
  -ms-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  background: linear-gradient(#e4e5ab, #e4e5ab) calc(0 / var(--sx)) 100% no-repeat white;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-track:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress {
  height: 5px;
  background: black;
  overflow: visible;
  -moz-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  background: #e4e5ab;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-progress:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower {
  height: 5px;
  background: black;
  overflow: visible;
  -ms-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  background: #e4e5ab;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:focus {
  height: 5px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:active::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:active::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:active::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:hover::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:hover::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:hover::-ms-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:focus::-webkit-slider-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:focus::-moz-range-thumb, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-fill-lower:focus::-ms-thumb {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-thumb {
  margin-top: 0px;
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
  background: #e4e5ab;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-webkit-slider-thumb:focus {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
  background: #e4e5ab;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-moz-range-thumb:focus {
  height: 5px;
  width: 4px;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 5px;
  height: 5px;
  background: black;
  position: relative;
  background: #e4e5ab;
}
.c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-thumb:active, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-thumb:hover, .c-audio__controls--episode .c-audio__controls-progress-bar.c-audio__controls-progress-bar--light::-ms-thumb:focus {
  height: 5px;
  width: 4px;
}

.c-audio__controls .c-audio__controls-btn {
  border: none;
}

.c-audio__controls .c-audio__controls-btn .c-audio__svg-g {
  stroke: #000;
}

.c-audio__controls .c-audio__controls-btn .c-audio__svg-play,
.c-audio__controls .c-audio__controls-btn .c-audio__svg-pause-rect {
  fill: #000;
}

.c-audio__controls-time {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  width: 100%;
}

.c-audio__controls .c-audio__controls-btn {
  height: 100%;
}
.c-audio__controls .c-audio__controls-btn svg {
  width: 36px;
  height: 36px;
  margin-left: -4px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .c-audio__controls .c-audio__controls-btn svg {
    width: 40px;
    height: 40px;
  }
}

.c-audio__controls--episode .c-audio__controls-progress-bar {
  background: #fff;
  display: block;
  margin: 0;
}

.play-icon {
  display: block;
}

.pause-icon {
  display: none;
}

.c-content-block.modal {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-content-block.modal--visible {
  display: flex;
}

.modal__content {
  box-sizing: border-box;
  display: block;
  height: calc(100% - 50px);
  margin: auto;
  overflow-y: scroll;
  padding: 50px 5%;
  position: relative;
  top: 50px;
  width: 100%;
}
@media (min-width: 1024px) {
  .modal__content {
    padding: 115px 20%;
  }
}
.modal__heading {
  color: rgba(36, 36, 36, 0.8);
  font-size: 16px;
  letter-spacing: 4.8px;
  line-height: 211.404%;
  max-width: 800px;
  padding-bottom: 3%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .modal__heading {
    font-size: 24px;
  }
}
.modal__heading::before {
  display: none;
}
.modal::-webkit-scrollbar {
  display: none;
  width: 5px;
}
@media (min-width: 1024px) {
  .modal::-webkit-scrollbar {
    display: block;
  }
}
.modal::-webkit-scrollbar-track {
  background-color: var(--secondary);
  border-radius: 50px;
}
.modal::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 50px;
}

.body--no-scroll {
  overflow-y: hidden;
}

.btn--modal-close {
  background: url("./svg/close.svg") no-repeat center center/contain;
  height: 40px;
  position: absolute;
  right: 5%;
  top: calc(50px + 5%);
  width: 40px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .btn--modal-close {
    right: 100px;
    top: 100px;
  }
}
.btn--modal-close:hover, .btn--modal-close:focus {
  cursor: pointer;
}

.flickity-button:focus {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .flickity-page-dots {
    display: none;
  }
}

.flickity-prev-next-button {
  display: none;
}
@media (min-width: 1024px) {
  .flickity-prev-next-button {
    display: block;
    top: 50%;
  }
}
.flickity-prev-next-button.previous {
  left: 3%;
}
.flickity-prev-next-button.next {
  right: 3%;
}
.flickity-prev-next-button .flickity-button-icon {
  display: inline-flex;
}

.reason .flickity-button {
  background: #d7cec8;
}

.progress .flickity-button {
  background: #dfded2;
}

.humanism .flickity-button {
  background: #dddee1;
}

.science .flickity-button {
  background: #d0d0d0;
}

.c-header-site-logo__scrolling {
  fill: var(--primary);
}

.c-original-sponsor-logo__label {
  color: var(--primary);
}
.c-original-sponsor-logo__label::before {
  border-top: 2px solid var(--primary);
}

.alt-header .alt-header-inner .sponsor_items img.sponsor_logo {
  height: 12px;
}

:root {
  --primary: #000;
  --secondary: #fff;
}

body {
  background-color: var(--secondary);
  color: var(--primary);
}

.c-article__header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 60vh;
  position: relative;
  width: 100vw;
}
@media (min-width: 1024px) {
  .c-article__header {
    height: calc(100vh - 113px);
  }
}

.c-article-body {
  margin-bottom: 0;
}
.c-article-body p {
  color: #3a3a3a;
  margin: 0 0 1em;
  max-width: 100%;
  width: 100%;
}
.c-article-body p:last-child {
  margin-bottom: 0;
}
.c-article-body h1 {
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.c-content-block {
  color: #0f0f0f;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 1024px) {
  .c-content-block {
    min-height: 100vh;
  }
}
.c-content-block h1 {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 10%;
  padding: 0 5%;
  width: 90%;
}
@media (min-width: 1024px) {
  .c-content-block h1 {
    margin-left: -2%;
    margin-top: -1.75%;
    padding: 0;
    width: 104%;
  }
}
.c-content-block h1 span {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-content-block h1 span {
    font-size: 10vw;
  }
}
.c-content-block h2 {
  color: #0f0f0f;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 90.4%;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-content-block h2 {
    font-size: 2.4vw;
    letter-spacing: 0.4em;
  }
}
.c-content-block h2,
.c-content-block h3 {
  font-style: normal;
  font-weight: 400;
}
.c-content-block.modal h2 {
  color: #242424;
  font-size: 20px;
  letter-spacing: 8.4px;
  line-height: 140%;
  margin: 0 0 48px;
}
@media (min-width: 1024px) {
  .c-content-block.modal h2 {
    font-size: 42px;
    letter-spacing: 12.6px;
    line-height: 124%;
    margin-bottom: 1.905em;
  }
}
.c-content-block.modal h2 span {
  color: rgba(36, 36, 36, 0.8);
  font-size: 16px;
  letter-spacing: 4.8px;
}
.c-content-block.modal h2 span::before {
  content: "\a";
  white-space: pre;
}
@media (min-width: 1024px) {
  .c-content-block.modal h2 span {
    font-size: 24px;
  }
}
.c-content-block.modal p {
  margin: 1em 0;
  max-width: 800px;
}
.c-content-block.intro {
  display: flex;
}
@media (min-width: 1024px) {
  .c-content-block.intro {
    position: sticky;
    top: 50px;
  }
}
.c-content-block.intro .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-content-block.intro .container {
    flex-direction: row;
  }
}
.c-content-block.intro .c-audio {
  width: 75%;
}
@media (min-width: 1024px) {
  .c-content-block.intro .c-audio {
    width: 65%;
  }
}
.c-content-block .intro-left,
.c-content-block .intro-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0 5%;
  width: 90%;
}
@media (min-width: 1024px) {
  .c-content-block .intro-left,
  .c-content-block .intro-right {
    width: 50%;
    padding: 5%;
  }
}
.c-content-block .intro-left {
  background-color: #f8f4e6;
}
.c-content-block .intro-left h3 {
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.6px;
  width: 95%;
  line-height: 160%;
  margin: 15% 0 2%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-content-block .intro-left h3 {
    margin: 0;
    margin-bottom: 2%;
    font-size: 1.3vw;
    line-height: 175%;
    letter-spacing: 4.5px;
  }
}
.c-content-block .intro-left h3:nth-of-type(1) {
  font-size: 6.5vw;
  font-variant: small-caps;
  line-height: 120%;
  text-transform: none;
}
@media (min-width: 1024px) {
  .c-content-block .intro-left h3:nth-of-type(1) {
    font-size: 1.4vw;
    line-height: 147%;
    margin-bottom: 2.25rem;
  }
}
.c-content-block .intro-left h3:nth-of-type(2) {
  display: none;
}
@media (min-width: 1024px) {
  .c-content-block .intro-left h3:nth-of-type(2) {
    display: flex;
  }
}
.c-content-block .intro-left h4 {
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  margin: 5% 0 15%;
  color: rgba(15, 15, 15, 0.6);
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .c-content-block .intro-left h4 {
    margin: 0 0 4.5rem;
  }
}
.c-content-block .intro-left h4 span {
  color: rgba(15, 15, 15, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 4.8px;
  margin: 0 0 0 1em;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s;
}
.c-content-block .intro-left h4 span:hover,
.c-content-block .intro-left h4 span:focus {
  background-size: 100% 1px;
  cursor: pointer;
}
.c-content-block .intro-right {
  align-items: center;
  background-color: #ede8d6;
  box-sizing: border-box;
  justify-content: center;
  padding: 10%;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-content-block .intro-right {
    width: 50%;
    padding: 5%;
  }
}
.c-content-block .intro-right h3 {
  color: rgba(15, 15, 15, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}
.c-content-block .intro-right .c-image {
  width: 75%;
  padding: 5% 0;
}
@media (min-width: 1024px) {
  .c-content-block .intro-right .c-image {
    width: 65%;
  }
}
.c-content-block .intro-right .c-image img {
  box-shadow: 5px 12px 20px 0px rgba(0, 0, 0, 0.2);
}
.c-content-block.host {
  height: -moz-fit-content;
  height: fit-content;
}
.c-content-block.host .card {
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .c-content-block.host .card-content-wrap {
    padding-top: 4rem;
  }
}
.c-content-block.snap .btn--expand-card {
  display: none;
}
@media (min-width: 1024px) {
  .c-content-block.snap {
    position: sticky;
    top: 50px;
  }
}
.c-content-block.collapsed .btn--expand-card {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .btn--expand-card {
    align-items: center;
    background-color: inherit;
    border-radius: 50%;
    border: 1px solid rgba(15, 15, 15, 0.6);
    bottom: 1.06rem;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 1.25rem;
    justify-content: center;
    position: absolute;
    right: 1.25rem;
    width: 1.25rem;
  }
}
.c-content-block.collapsed h1.card__title--mobile {
  align-items: baseline;
  font-size: 14px;
  justify-content: flex-start;
  letter-spacing: 0.194em;
  margin: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .c-content-block.collapsed h1.card__title--mobile {
    display: none;
  }
}
.c-content-block.collapsed h1.card__title--mobile span {
  color: rgba(15, 15, 15, 0.4);
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .c-audio,
  .c-content-block.collapsed .episode-btns,
  .c-content-block.collapsed .episode-bio {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .card {
    box-sizing: border-box;
    padding: 1.06rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .card__title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .card-content-wrap {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .c-image {
    flex-shrink: 0;
    height: 7.5rem;
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .ep-co-host {
    color: rgba(15, 15, 15, 0.8);
    font-feature-settings: "dlig" on;
    font-size: 0.868rem;
    letter-spacing: 0.17363rem;
    line-height: 156.5%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .ep-with {
    color: rgba(15, 15, 15, 0.6);
    display: block;
    font-feature-settings: "dlig" on;
    font-size: 0.8em;
    letter-spacing: 0.186rem;
    line-height: 156.5%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .ep-artist {
    color: rgba(15, 15, 15, 0.8);
    display: inline;
    font-feature-settings: "dlig" on;
    font-size: 0.868rem;
    font-weight: 400;
    letter-spacing: 0.26038rem;
    line-height: 156.5%;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .c-content-block.collapsed .card-right {
    padding: 0;
  }
}

.c-hyperlink {
  color: var(--primary);
}

.leadin {
  display: inline;
  line-height: inherit;
}

.c-pullquote {
  display: block;
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-pullquote {
    padding: 0;
  }
}
.c-pullquote blockquote {
  color: #010101;
  display: block;
  font-size: 21px;
  font-variant: small-caps;
  letter-spacing: 0.127em;
  line-height: 147%;
  margin: 0 0 38px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-pullquote blockquote {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-pullquote blockquote {
    font-size: 1.6vw;
    max-width: 85%;
  }
}
.c-pullquote blockquote::before {
  margin-left: 0;
}
.c-pullquote cite {
  color: rgba(15, 15, 15, 0.7);
  display: block;
  font-size: 14px;
  letter-spacing: 3.2px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-pullquote cite {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .c-pullquote cite {
    font-size: 18px;
  }
}

.c-image__caption {
  color: rgba(15, 15, 15, 0.7);
  line-height: normal;
  margin: 1em auto;
  text-align: center;
}
.hero {
  border-bottom: 1px solid #010101;
  box-sizing: border-box;
  color: #010101;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero {
    border-bottom: 2px solid #010101;
  }
}
.hero .line,
.hero .line-1,
.hero .line-2,
.hero .line-3 {
  position: relative;
  margin-left: 0;
  width: 100%;
}
.hero .line {
  align-content: baseline;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .hero .line {
    margin-left: -2%;
    width: 104%;
  }
}
.hero .line span {
  color: #010101;
  display: flex;
  font-size: 8vh;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .hero .line span {
    flex: 1;
    font-size: 25vh;
  }
}
.hero .line-1 {
  height: 25%;
  top: -2%;
}
@media (min-width: 1024px) {
  .hero .line-1 {
    top: -5%;
  }
}
@media (min-width: 1024px) {
  .hero .line-1 span {
    width: 25vw;
  }
}
.hero .line-1 span:nth-of-type(1) {
  justify-content: flex-start;
}
.hero .line-1 span:nth-of-type(2), .hero .line-1 span:nth-of-type(3) {
  justify-content: center;
}
.hero .line-1 span:nth-of-type(4) {
  justify-content: flex-end;
  left: 0;
}
@media (min-width: 1024px) {
  .hero .line-1 span:nth-of-type(4) {
    left: 18px;
  }
}
.hero .line-2 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 50% repeat(2, 25%);
  grid-template-rows: repeat(2, 1fr);
  height: 60%;
  margin-left: 0;
  top: -6%;
  width: 100%;
}
.hero .line-2 span {
  width: 26vw;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .hero .line-2 span {
    width: 25vw;
    margin-left: 4%;
  }
}
.hero .line-2 > span:nth-of-type(1) {
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero .line-2 {
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: 1fr;
    height: 50%;
    margin-left: 0;
    top: 0;
  }
}
.hero .line-3 {
  bottom: -3%;
  height: 15%;
}
.hero .line-3 span {
  justify-content: center;
}
.hero .line-3 span:nth-of-type(1) {
  justify-content: flex-start;
}
.hero .line-3 span:nth-of-type(6) {
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .hero .line-3 {
    bottom: 0;
    height: 25%;
  }
}
.hero .podcast,
.hero .slideshow {
  box-sizing: border-box;
  flex: 2;
  height: 100%;
}
.hero .slideshow {
  grid-area: 1/1/3/2;
  width: 50%;
}
.hero .slideshow__media {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 2s;
  width: 50%;
}
.hero .slideshow__media.active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .hero .slideshow__media {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .hero .slideshow {
    grid-area: 1/1/2/2;
    width: 100%;
  }
}
.hero .image-caption {
  bottom: -20px;
  left: 0;
  opacity: 0;
  padding-left: 5px;
  position: absolute;
  transition: opacity 2s;
}
@media (min-width: 1024px) {
  .hero .image-caption {
    padding-left: 20px;
  }
}
.hero .image-caption.active {
  opacity: 1;
}
.hero .podcast {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10%;
  text-align: center;
  text-transform: uppercase;
  grid-area: 2/2/3/4;
}
.hero .podcast span {
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .hero .podcast span {
    font-size: 1.3vw;
  }
}
@media (min-width: 1024px) {
  .hero .podcast {
    font-size: 2.5rem;
    grid-area: 1/2/2/3;
    letter-spacing: 0rem;
    padding: 0 5%;
    padding-left: 30%;
    width: 100%;
  }
}

.links {
  border-bottom: 1px solid #010101;
  box-sizing: border-box;
  display: none;
  height: 10%;
  width: 100%;
}
@media (min-width: 1024px) {
  .links {
    display: block;
  }
}
.links p {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.links .c-hyperlink {
  align-items: center;
  color: rgba(15, 15, 15, 0.8);
  display: flex;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 8px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}
.links .c-hyperlink {
  color: #010101;
  text-decoration: none;
  margin: 0 5%;
}

.episodes-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .episodes-wrap {
    display: grid;
    grid-column-gap: 1.125rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.episode {
  align-items: center;
  color: rgba(15, 15, 15, 0.6);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.4px;
  line-height: 156%;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.episode:hover::before {
  background: url("./svg/arrow.svg") no-repeat center center;
  content: "";
  display: block;
  height: 21px;
  left: calc(-15px - 1rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.episode:nth-child(1) {
  grid-area: 1/1/2/2;
}
.episode:nth-child(2) {
  grid-area: 2/1/3/2;
}
.episode:nth-child(3) {
  grid-area: 3/1/4/2;
}
.episode:nth-child(4) {
  grid-area: 1/2/2/3;
}
.episode:nth-child(5) {
  grid-area: 2/2/3/3;
}
.episode:nth-child(6) {
  grid-area: 3/2/4/3;
}
.episode .ep-title {
  color: #0f0f0f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.194em;
  line-height: 156%;
}
@media (min-width: 1440px) {
  .episode .ep-title {
    font-size: 18px;
  }
}
.episode .ep-text {
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.298em;
  line-height: 156.5%;
}
@media (min-width: 1440px) {
  .episode .ep-text {
    font-size: 12.4px;
  }
}
.episode .ep-artist,
.episode .ep-co-host {
  color: rgba(15, 15, 15, 0.6);
  font-size: 13px;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 156%;
}
@media (min-width: 1440px) {
  .episode .ep-artist,
  .episode .ep-co-host {
    font-size: 16px;
  }
}
.episode .ep-co-host {
  display: block;
}

.mobile-episodes-wrap {
  padding: 5%;
  width: 90%;
}

.card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 4rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .card {
    align-items: normal;
    height: calc(100vh - 50px);
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }
}
.card .ep-co-host,
.card .with {
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.card .ep-co-host {
  color: #0f0f0f;
  font-size: 28px;
  letter-spacing: 0.363em;
  padding: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .card .ep-co-host {
    font-size: 46px;
    letter-spacing: 13px;
  }
}
.card .ep-with {
  color: rgba(15, 15, 15, 0.6);
  font-variant: small-caps;
  letter-spacing: 2.4px;
  line-height: 65.5%;
}
.card .ep-artist {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 5px;
  margin: 0;
}
@media (min-width: 1024px) {
  .card .ep-artist {
    font-size: 46px;
    letter-spacing: 13px;
  }
}
.card .container {
  height: 100%;
}
.card .c-image {
  height: 100%;
  width: 100%;
  margin: 5% 0 0;
}
@media (min-width: 1024px) {
  .card .c-image {
    margin: 0;
  }
}
.card .c-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 1024px) {
  .card .c-audio {
    width: 47.5%;
  }
}
.card h1.card__title--mobile {
  display: none;
  line-height: 1;
  margin: 0 0 0.5em;
  padding: 0;
  width: 100%;
}

.card-content-wrap {
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .card-content-wrap {
    flex-direction: row;
    height: calc(85% - 25px);
  }
}

.card-left {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 1024px) {
  .card-left {
    width: 25%;
    height: calc(100% - 10vh);
  }
}
.card-left .c-image__caption {
  padding-left: 5%;
  text-align: left;
}
@media (min-width: 1024px) {
  .card-left .c-image__caption {
    padding-left: 20px;
  }
}

.collapsed .c-image__caption {
  display: none;
}
@media (min-width: 1024px) {
  .collapsed .c-image__caption {
    display: block;
  }
}

.card-right {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 5%;
  width: 100%;
}
@media (min-width: 1024px) {
  .card-right {
    height: calc(100% - 10vh);
    padding: 0 5vh;
    width: 75%;
  }
}

.episode-bio {
  border-top: 0.75px solid rgba(15, 15, 15, 0.7);
  color: #3a3a3a;
  margin-top: 10%;
  padding-top: 6%;
}
@media (min-width: 1024px) {
  .episode-bio {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin-top: 3%;
    padding-top: 3%;
  }
}
.episode-bio p:last-child {
  line-height: 1;
}
.episode-bio small {
  line-height: 1;
}

.see-more {
  font-style: italic;
  text-decoration: none;
  line-height: 150%;
}
.see-more:after {
  content: " →";
  display: inline;
  margin-left: 0.2em;
  white-space: nowrap;
}
.see-more:hover {
  color: var(--primary);
}
.see-more.centered {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.explore-btn {
  width: 100%;
  text-align: center;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  color: rgba(15, 15, 15, 0.8);
  cursor: pointer;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 10% 0%;
}
@media (min-width: 1024px) {
  .explore-btn {
    font-size: 22px;
    height: 12%;
    padding: 0 2%;
  }
}
.explore-btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 3%;
  width: 20px;
  height: 20px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .explore-btn span {
    margin-left: 1%;
    width: 22px;
    height: 22px;
  }
}

.expandable {
  border-bottom: 0.5px solid #3a3a3a;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .expandable {
    border-bottom: none;
  }
}
.expandable h2 {
  box-sizing: border-box;
  padding: 1em 5%;
}
@media (min-width: 1024px) {
  .expandable h2 {
    padding: 80px 0 80px 10%;
  }
}
.expandable .c-content-block > .container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .expandable .c-content-block > .container {
    display: flex;
    flex-direction: column;
  }
}
.expandable [class$=-voices],
.expandable [class$=-gallery] {
  background-color: #fff;
  box-sizing: border-box;
  padding: 3% 0 0;
  position: relative;
}
@media (min-width: 1024px) {
  .expandable [class$=-voices],
  .expandable [class$=-gallery] {
    padding: 0;
  }
}
.expandable [class$=-voices]:before, .expandable [class$=-voices]:after {
  background: rgba(15, 15, 15, 0.8);
  bottom: 0;
  content: "";
  height: 0.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 94vw;
  z-index: 1;
}
.expandable [class$=-voices]:before {
  top: 0;
}
@media (min-width: 1024px) {
  .expandable [class$=-voices]:before {
    display: none;
  }
}
.expandable [class$=-voices]:after {
  bottom: 0;
}
.expandable [class$=-voices] .flickity-page-dots {
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .expandable [class$=-gallery] h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.expandable [class$=-gallery] .c-image__caption {
  text-align: center;
}
.expandable [class$=-gallery] .see-more {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .expandable [class$=-gallery] .see-more {
    margin-bottom: 4rem;
  }
}

.main-carousel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-carousel {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10%;
    width: 100vw;
  }
}

.carousel-cell {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.carousel-cell .c-image {
  box-sizing: border-box;
}
.carousel-cell .c-image__picture {
  display: block;
}
.carousel-cell .c-image__caption {
  display: block;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
}
@media (min-width: 1024px) {
  .carousel-cell .c-image__caption {
    padding: 1em 0;
  }
}

.carousel-head {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3.85px;
  line-height: 110%;
  margin: 0 0 18%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .carousel-head {
    font-size: 55px;
    margin: 0;
  }
}

.voices-wrap {
  display: flex;
  flex-direction: column-reverse;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 4rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .voices-wrap {
    -moz-column-gap: 5%;
         column-gap: 5%;
    flex-direction: row;
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .voices-wrap {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}

.voices-left,
.voices-right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .voices-left,
  .voices-right {
    align-items: center;
    justify-content: center;
  }
}

.voices-left {
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .voices-left {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .voices-left {
    width: 70%;
  }
}
.voices-left .top-left,
.voices-left .voices-bio {
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .voices-left .top-left,
  .voices-left .voices-bio {
    height: 50%;
  }
}
.voices-left .top-left {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 5%;
}
@media (min-width: 1024px) {
  .voices-left .top-left {
    border-bottom: 0.5px solid rgba(15, 15, 15, 0.7);
    margin-top: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .voices-left .top-left {
    min-height: 350px;
  }
}

.voices-right {
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .voices-right {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .voices-right {
    width: 30%;
  }
}
.voices-right figure::before {
  content: "Swipe for more →";
  display: inline-flex;
  width: 94%;
  justify-content: flex-end;
  font-family: "Inter", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 3%;
  color: rgba(15, 15, 15, 0.8);
}
@media (min-width: 1024px) {
  .voices-right figure::before {
    display: none;
  }
}

.voices-bio {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 5%;
  width: 100%;
}
@media (min-width: 1024px) {
  .voices-bio {
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 20px;
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .voices-bio p {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin: 0;
  }
}

.episode-btns {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .episode-btns {
    grid-column-gap: 5%;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}

.btn {
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  border: 0;
  color: rgba(15, 15, 15, 0.8);
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 150%;
  padding: 7px 12px;
  text-align: center;
}
@media (min-width: 1440px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mobile-nav {
  align-items: center;
  border-bottom: solid 0.5px #000;
  border-top: solid 0.5px #000;
  box-sizing: border-box;
  color: rgba(1, 1, 1, 0.8);
  display: flex;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 7.2px;
  line-height: 100%;
  margin-left: calc(50% - 50vw);
  padding: 20px 5%;
  position: relative;
  text-transform: uppercase;
  width: 100vw;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav--wrapper {
  background-color: var(--secondary);
  position: sticky;
  top: 50px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .mobile-nav--wrapper {
    display: none;
  }
}
.mobile-nav .mobile-links {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
}
.mobile-nav .links-title {
  font-size: 16px;
}
.mobile-nav .menu {
  width: 30px;
  margin: 10% 0;
  border-top: 1px solid #000;
}

.mobile-menu {
  background: #f8f4e6;
  opacity: 0;
  display: none;
  align-self: flex-start;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  position: relative;
  left: 0;
  z-index: -5;
  padding: 5%;
  border-bottom: 1px solid;
  box-sizing: border-box;
  align-content: center;
  transition: 0.5s ease-in-out;
  flex-wrap: wrap;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
    z-index: 20;
  }
}
.mobile-menu .nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-menu .nav-top p {
  color: rgba(1, 1, 1, 0.8);
}
.mobile-menu p,
.mobile-menu .c-hyperlink {
  color: rgba(1, 1, 1, 0.6);
  display: block;
  font-family: "Baskerville", AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 7.2px;
  line-height: 160%;
  margin: 1em 0;
  text-decoration: none;
}

.mobile-episode-cards {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.mobile-episode-cards__nav {
  box-sizing: border-box;
  display: block;
  padding: 10px;
}
.mobile-episode-cards .episode {
  align-items: center;
  box-sizing: border-box;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 1.06rem 1.25rem;
  width: 100%;
}
.mobile-episode-cards .episode:hover {
  color: #000;
}
.mobile-episode-cards .episode:hover .ep-title,
.mobile-episode-cards .episode:hover .ep-artist,
.mobile-episode-cards .episode:hover .ep-co-host {
  color: #000;
}
.mobile-episode-cards .episode:nth-child(1) {
  background-color: #e8e2de;
}
.mobile-episode-cards .episode:nth-child(2) {
  background-color: #ebeae0;
}
.mobile-episode-cards .episode:nth-child(3) {
  background-color: #e7e9ec;
}
.mobile-episode-cards .episode:nth-child(4) {
  background-color: #e4e2e3;
}
.mobile-episode-cards .episode:nth-child(5) {
  background-color: #e0e0d8;
}
.mobile-episode-cards .episode:nth-child(6) {
  background-color: #dedede;
}
.mobile-episode-cards .episode:nth-child(7) {
  background-color: #faf6e9;
}
.mobile-episode-cards .ep-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.mobile-episode-cards .ep-artist,
.mobile-episode-cards .ep-co-host {
  color: rgba(15, 15, 15, 0.8);
  font-feature-settings: "dlig" on;
  font-size: 0.868rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.17363rem;
  line-height: 156.5%;
  padding: 0;
}

.mobile-nav--wrapper .mobile-nav .mobile-links {
  display: block;
}
.mobile-nav--wrapper .mobile-nav .menu {
  background-color: #000;
  border: none;
  display: block;
  height: 1px;
  margin: 5px auto;
  width: 30px;
}

.mobile-nav--wrapper--open .mobile-episode-cards {
  height: calc(100vh - 115px);
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 65px;
  width: 100vw;
  z-index: 10;
}
.mobile-nav--wrapper--open .mobile-links .menu:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-nav--wrapper--open .mobile-links .menu:nth-child(2) {
  opacity: 0;
}
.mobile-nav--wrapper--open .mobile-links .menu:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.reason .btn--explore {
  background-color: #ccc2bc;
}

.humanism .btn--explore {
  background-color: #d1d3d7;
}

.individualism .btn--explore {
  background-color: #cfcbcb;
}

.progress .btn--explore {
  background-color: #d1d0c3;
}

.inquiry .btn--explore {
  background-color: #c6c8bd;
}

.liberty .btn--explore {
  background-color: #c8c6c6;
}