:root {
  --vh: 100vh;
  --bg-lighter: #fff;
  --bg-light: #f2f2f2;
  --color-text: #111;
  --color-med: #e6e6e6;
  --color-primary-light: #f57b80;
  --color-primary: #ed1d24;
  --color-primary-dark: #980c11;
  --unit-md: 1.25rem;
  --unit-sm: calc(var(--unit-md) * .75);
  --unit-xs: calc(var(--unit-sm) * .75);
  --unit-lg: calc(var(--unit-md) * 1.25);
  --unit-xl: calc(var(--unit-lg) * 1.25);
}

::selection {
  color: #fff;
  background-color: #ed1d24;
}

h4, .h4 {
  margin-bottom: .65em;
  font-size: clamp(1rem, 4.333vw + 1rem, 1.333rem);
  line-height: calc(4px + 2ex);
}

h3, .h3 {
  margin-bottom: .65em;
  font-size: clamp(1.19052rem, 4.58637vw + 1rem, 1.77689rem);
  line-height: calc(4px + 2ex);
}

h2, .h2 {
  margin-bottom: .65em;
  font-size: clamp(1.58696rem, 4.78164vw + 1rem, 2.36859rem);
  line-height: calc(4px + 2ex);
}

h1, .h1 {
  margin-bottom: .65em;
  font-size: clamp(2.11541rem, 5.04192vw + 1rem, 3.15733rem);
  line-height: calc(4px + 2ex);
}

p, li, h1, h2, h3, h4 {
  word-break: break-word;
  margin-top: 0;
}

.flex-col {
  flex-flow: column;
  display: flex;
}

.grow {
  flex-grow: 1;
}

.pad-x, .pad-y {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad {
  padding: 1rem;
}

.hide {
  display: none !important;
}

.scroll-hidden {
  overflow: hidden;
}

.icon {
  --size: 24px;
  color: inherit;
  fill: currentColor;
  height: var(--size);
  width: var(--size);
  max-width: initial;
  flex-shrink: 0;
  line-height: 1;
  display: inline-block;
}

.synthP, section.home .homeIntro {
  font-size: clamp(1.1rem, .8rem + 1.3333vw, 1.5rem);
}

.max-width-md, article > :not(.fullWidth) {
  width: 100%;
  max-width: 55rem;
  padding-right: var(--space-md);
  padding-left: var(--space-md);
}

.max-width-sm, section.podcast .podcast--details {
  width: 100%;
  max-width: 35rem;
}

.ft-primary {
  font-family: Barlow, sans-serif;
}

.ft-primary-cd, header h1, h4, h5, h6, h1, h2, h3 {
  font-family: Barlow Condensed, sans-serif;
}

.ft-secondary, body, html {
  font-family: Overpass, sans-serif;
}

p {
  color: var(--color-text);
}

figure img, img {
  vertical-align: middle;
  background-color: var(--bg-light);
  object-fit: cover;
  object-position: top;
  width: 100%;
}

figure img {
  height: 100%;
}

.shadow, #playpod .wrapper, section.home ul.podcasts_wrapper .podcastEl a figure {
  box-shadow: 0 0 5px #00000013;
}

.border {
  border: 1px solid var(--color-med);
}

.border-dark {
  border-bottom: 1px solid var(--color-med);
}

body, html {
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100), 100vh;
  background-color: var(--bg-lighter);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.others .headerLogo {
  opacity: 1;
  clip-path: inset(0);
}

body.home .headerLogo {
  opacity: 0;
  clip-path: inset(0 0 100%);
}

header {
  padding: var(--unit-xs) var(--unit-md);
  justify-content: center;
  display: flex;
}

header .homeLink {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  display: flex;
  position: relative;
}

header .headerLogo {
  color: #fff;
  top: calc(-1 * var(--unit-sm));
  background-color: #ed1d24;
  padding: .5em;
  font-family: Barlow, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.12;
  transition: all .3s .25s;
  position: absolute;
  left: 0;
}

header h1 {
  color: var(--color-text);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

#inner__body {
  position: relative;
}

footer {
  flex-flow: wrap;
  justify-content: center;
  gap: .5em;
  font-size: small;
  display: flex;
  padding-top: 0 !important;
}

footer a, footer .dot {
  color: var(--color-text);
}

article.mentions h1, article.mentions h2 {
  margin-bottom: .1em;
}

article.mentions h1 {
  padding-top: 1em;
  font-weight: 500;
}

article.mentions h2 {
  color: var(--color-primary-dark);
}

article.mentions p + h2 {
  padding-top: .15em;
}

article.mentions * ~ P {
  padding-top: 0;
}

article.mentions > a, article.mentions p > a {
  text-decoration: underline;
}

article.mentions footer {
  margin-top: 1em;
}

article {
  --plyr-color-main: var(--color);
  align-items: center;
  width: 100%;
}

article > .fullWidth {
  width: 100%;
}

article > :not(.fullWidth) {
  padding: var(--unit-md);
}

section {
  will-change: transform, opacity;
  flex: 1;
  position: relative;
  overflow: auto;
}

section.home figure.hero {
  max-height: 60vh;
}

section.home .homeIntro {
  margin-top: var(--unit-md);
  margin-right: var(--unit-md);
  text-wrap: balance;
  width: fit-content;
}

section.home ul.podcasts_wrapper {
  --image-size: 6rem;
}

section.home ul.podcasts_wrapper > * + * {
  padding: var(--unit-md) 0;
  border-top: 1px solid var(--color-med);
}

section.home ul.podcasts_wrapper .podcastEl {
  --indic-width: 4px;
}

section.home ul.podcasts_wrapper .podcastEl:first-child {
  padding-bottom: var(--unit-md);
}

section.home ul.podcasts_wrapper .podcastEl a {
  gap: var(--unit-md);
  align-items: center;
  display: flex;
  position: relative;
}

section.home ul.podcasts_wrapper .podcastEl a:hover:after, section.home ul.podcasts_wrapper .podcastEl a:focus:after {
  content: "";
  width: var(--indic-width);
  background-color: var(--color-primary);
  height: calc(100% - var(--unit-sm) * 2);
  border-radius: var(--indic-width) 0 0 var(--indic-width);
  position: absolute;
  right: 0;
}

section.home ul.podcasts_wrapper .podcastEl a figure {
  max-width: var(--image-size);
  min-width: var(--image-size);
  height: var(--image-size);
  border-radius: var(--unit-sm);
  overflow: hidden;
}

section.home ul.podcasts_wrapper .podcastEl a figure img {
  object-fit: cover;
  height: 100%;
}

section.home ul.podcasts_wrapper .podcastEl a .podcast--text h2 {
  color: var(--color);
  text-wrap: balance;
  margin-bottom: .12em;
  font-weight: 700;
  line-height: .8;
}

section.home ul.podcasts_wrapper .podcastEl a .podcast--text p {
  text-wrap: balance;
  margin-top: .45em;
  font-weight: 600;
}

section.podcast {
  --figure-size: 25rem;
}

section.podcast .podcast--header {
  width: calc(100% - var(--unit-md) * 2);
  max-width: var(--figure-size);
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

section.podcast .podcast--header figure {
  max-width: var(--figure-size);
  max-height: calc(var(--figure-size));
  border-radius: var(--unit-sm);
  width: 100%;
  height: 100%;
}

section.podcast .podcast--header figure img.hero {
  border-radius: var(--unit-sm);
  width: 100%;
  height: 100%;
}

section.podcast .podcast--header h2 {
  margin: var(--unit-lg) 0 8px;
  color: var(--color);
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

section.podcast .podcast--header p {
  text-align: center;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
  margin-right: var(--space-md);
  margin-left: var(--space-md);
  text-wrap: balance;
  font-size: 18px;
  font-weight: 600;
}

section.podcast .podcast--details {
  text-align: center;
  width: 100%;
  padding-top: 0;
}

section.podcast .podcast--details p {
  text-wrap: balance;
  line-height: 1.3;
}

section.podcast .podcast--details * + * {
  margin-top: .5em;
}

#playlister {
  border-radius: var(--unit-sm) var(--unit-sm) 0 0;
  border-top: 1px solid var(--color-med);
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  max-height: 0;
  margin: 0 auto;
  transition: max-height .35s ease-out;
  display: flex;
}

#playlister .currentTitle {
  margin: var(--unit-sm) var(--unit-sm) var(--unit-xs);
  color: var(--color-text);
  letter-spacing: -.02em;
  font-weight: 600;
}

#playlister .currentTitle a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
  text-underline-offset: .1em;
  text-decoration-thickness: .15em;
}

#playlister #nextpodcast {
  margin: 0 var(--unit-sm) var(--unit-xs);
  color: var(--color-text);
  flex-flow: column;
  align-items: center;
  display: flex;
}

#playlister #nextpodcast a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
  text-underline-offset: .1em;
  color: inherit;
  flex-flow: row;
  align-items: flex-start;
  text-decoration-thickness: .15em;
  display: flex;
}

header, #playlister {
  background-color: var(--bg-light);
  z-index: 4;
}

.plyr--audio {
  margin-bottom: var(--unit-xs);
  --plyr-color-main: var(--color);
}

.plyr--audio .plyr__controls {
  margin: 0 var(--unit-sm);
  gap: var(--unit-xs);
  color: var(--color-text);
  background-color: #0000;
  padding: 0;
}

.plyr--audio .plyr__controls .plyr__progress {
  margin: 0 var(--unit-xs);
  flex-grow: 1;
  left: 0;
}

.plyr--audio .plyr__controls .plyr__custom__control {
  position: relative;
}

.plyr--audio .plyr__controls .plyr__custom__control .plyr__time {
  right: 0;
  top: calc(-1.5 * var(--unit-md));
  position: absolute;
}

#playpod {
  background: -webkit-linear-gradient(bottom, var(--bg-lighter), #fff0);
  align-items: center;
  transition: max-height .35s ease-out;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

#playpod .wrapper {
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  border-radius: 50em;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  margin: 1rem 0;
  padding: .75em 1.25rem;
  font-weight: 600;
  display: flex;
}

#transition__Wrapper {
  background-color: var(--bg-light);
  color: var(--color-primary);
  will-change: clip-path;
  z-index: 2;
  display: -ms-grid;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
}

.lds-ellipsis {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.lds-ellipsis div {
  background: var(--color-primary);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  top: 33px;
}

.lds-ellipsis div:first-child {
  animation: .6s infinite lds-ellipsis1;
  left: 8px;
}

.lds-ellipsis div:nth-child(2) {
  animation: .6s infinite lds-ellipsis2;
  left: 8px;
}

.lds-ellipsis div:nth-child(3) {
  animation: .6s infinite lds-ellipsis2;
  left: 32px;
}

.lds-ellipsis div:nth-child(4) {
  animation: .6s infinite lds-ellipsis3;
  left: 56px;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(24px);
  }
}

body.plyr--playing #playlister {
  max-height: var(--player-h);
}

body.next-proposed #playlister {
  max-height: 10rem;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-lighter: #222;
    --bg-light: #333;
    --color-text: #fff;
    --color-med: #666;
    --color-primary-light: #f57b80;
    --color-primary: #ed1d24;
    --color-primary-dark: #980c11;
  }

  #playpod {
    background: -webkit-linear-gradient(bottom, var(--bg-lighter), #0000);
  }
}

@media (width <= 320px) {
  .time__control {
    display: none;
  }

  .plyr__time--current {
    top: calc(-2.25 * var(--unit-md)) !important;
  }

  .plyr__progress {
    margin-right: calc(-.25 * var(--unit-sm)) !important;
  }
}

@media (width <= 640px) {
  header .homeLink {
    justify-content: flex-end;
  }

  body.home header .homeLink {
    justify-content: center !important;
  }

  header h1 {
    font-size: 1.35rem;
  }
}
/*# sourceMappingURL=podcasts_app.e94003d3.css.map */
