:root {
    --primary-color: #165683;--primary-light-color: rgba(22,86,131,0.1);--text-color: #0D5C8E;--inverse-color: #0D5C8E;--text-light-color: #0D5C8E;--heading-color: #165683;--bg-color: #BBBBBB;--bg-component-color: #f8f8f8;--bg-lightest-color: #BBBBBB;--border-color: rgba(13,92,142,0.1);--link-color: #165683;--btn-color: #165683;--btn-text-color: #FFFFFF;--badge-bg-color: rgba(13,92,142,0.1);--badge-text-color: #0D5C8E;--card-bg-color: #f8f8f8;--card-border-color: rgba(13,92,142,0.1);--announcement-bg-color: #165683;--announcement-text-color: #FFFFFF;--footer-bg-color: #f8f8f8;--footer-header-color: #0D5C8E;--footer-text-color: rgba(13,92,142,0.8);--footer-link-color: #0D5C8E;--input-bg-color: #f8f8f8;--input-text-color: #0D5C8E;--input-placeholder-color: rgba(13,92,142,0.6);--input-border-color: rgba(13,92,142,0.1);--nav-bg-color: transparent;--nav-link-color: #0D5C8E;--nav-btn-bg-color: #165683;--nav-btn-text-color: #FFFFFF;--header-text-color: #0D5C8E;--header-bg-color: #BBBBBB;--global-header-text-color: #0D5C8E;--global-header-bg-color: #BBBBBB;--mask-color: rgba(255,255,255,0.5);--accent-1-color: #165683;--accent-2-color: #6F7BF6;--accent-3-color: #42EDF0;--accent-4-color: #6194EF;--accent-5-color: #8E77F8;--orb-1-color: #339CE6;--orb-2-color: #3A3DDF;--orb-3-color: #21DECD;--orb-4-color: #26D97C;

    --h1-font-size: 40px;
    --h1-font-weight: 600;
    --h2-font-size: 32px;
    --h2-font-weight: 600;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --subpage-header-subtitle-font-size: 20px;
    --subpage-header-subtitle-font-weight: 500;
    --nav-bar-link-font-size: 0.875rem;
    --nav-bar-link-font-weight: 500;
    --pagination-font-size: 14px;
    --border-radius-button: 50px 50px 50px 50px;
    --border-radius-card: 8px 8px 8px 8px;
    --border-radius-image: 8px 8px 8px 8px;
    --card-body-padding: 24px 24px 24px 24px;
    --nav-bar-logo-height: 50px;
    
    --card-padding: 0px;
    
    
    --heading-font-weight: 600;
    --nav-bar-bg-filler-height: 44px;
    --heading-highlight-color: var(--primary-color);
    --scroll-anim-start: scale(0.96);
    
    
    
    --card-shadow-style: 0 2px 12px rgba(0,0,0,0.06);
    
    
    --nav-bar-link-font-case: capitalize;
    
}


:root{--heading-font:"Source Serif Pro","Source Serif Pro Fallback"}.heading,.display,.show-page .navbar-brand,.section-title .section-title-inner,h1,h2,h3,h4,h5,h6{font-family:"Source Serif Pro","Source Serif Pro Fallback" !important}@font-face{font-family:"Hahmlet Fallback";src:local("Times New Roman");size-adjust:122.3385%;ascent-override:94.8189%;descent-override:23.5412%;line-gap-override:0.0%}:root{--body-font:"Hahmlet","Hahmlet Fallback"}body,p,.navbar-nav .nav-link,.btn{font-family:"Hahmlet","Hahmlet Fallback" !important}






  .heading, .heading>a, .display {font-weight: var(--heading-font-weight) !important;}










#header-hero.episode-header #c-text>div {
  background-color: var(--bg-color) !important;
  padding: 48px;
}

#header-hero.episode-header #header-content-wrapper {
  padding-bottom: 0 !important;
}



  @media (max-width: 575px) {
    .podcast-home-page #header-hero-banner-section,
    .podcast-home-page #header-hero {
      display: none !important;
    }
  }





.card,
.pp-card {
  background-color: var(--card-bg-color) !important;
  border-color: var(--border-color) !important;
  overflow: hidden;
  border-radius: var(--border-radius-card) !important;
}




.card:not(.p-0) .card-body,
.pp-card:not(.p-0) .pp-card-body {
  padding: var(--card-body-padding) !important;
}







#header-hero{position:relative !important;background-image:url('https://img.podpage.com/gMj-c0IDRWoR_A5BXLh2j4xYDLTmmSm6JbqHUX-vdlc/rs:fit:3000:0:1/q:75/aHR0cHM6Ly9tZWRpYS5wb2RwYWdlLmNvbS9zaG93cGFnZS91cGxvYWRzL2ltYWdlcy82ZGQ4MDQxZWNhZDc0NGJlOTRmMmRmYWU1MDI3NmNmMi5qcGc.webp') !important;background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;}#header-hero #header-content-wrapper{max-width:100% !important;padding-top:72.0px !important;padding-bottom:144px !important;}#header-hero svg.bottom-header-border{position:absolute !important;bottom:-1px !important;z-index:1 !important;}#header-hero svg.bottom-header-border .fill-bg{fill:var(--bg-color) !important;}#header-hero svg.bottom-header-border .fill-primary{fill:#165683 !important;}#header-hero #c-text{flex:66% !important;max-width:66% !important;text-align:center !important;}#header-hero #c-text #homepage-header-title{font-size:71px !important;font-weight:600 !important;}#header-hero #c-text #homepage-header-description{font-size:20px !important;font-weight:500 !important;}#header-hero #c-artwork{flex:29.0% !important;max-width:29.0% !important;margin-left:auto !important;order:2 !important;}@media (max-width: 992px) {#header-hero #c-text {flex: 100% !important; max-width: 100% !important;}#header-hero #c-artwork{flex: 100% !important; max-width: 100% !important}}




  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  





.scroll-animate {
  opacity: 0;
  transform: var(--scroll-anim-start);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-animate.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-animate { opacity: 1 !important; transform: none !important; transition: none !important; }
}











.card, .pp-card { box-shadow: var(--card-shadow-style) !important; }





@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
#header-hero #header-content-wrapper > * {
    opacity: 0;
    animation: heroFadeUp 0.7s ease-out forwards;
}
#header-hero #header-content-wrapper > *:nth-child(1) { animation-delay: 0.1s; }
#header-hero #header-content-wrapper > *:nth-child(2) { animation-delay: 0.25s; }
#header-hero #header-content-wrapper > *:nth-child(3) { animation-delay: 0.4s; }
#header-hero #header-content-wrapper > *:nth-child(4) { animation-delay: 0.55s; }
#header-hero #header-content-wrapper > *:nth-child(5) { animation-delay: 0.7s; }
#header-hero .header-image-wrapper {
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 0.2s forwards;
}
@media (prefers-reduced-motion: reduce) {
    #header-hero #header-content-wrapper > *,
    #header-hero .header-image-wrapper { animation: none; opacity: 1; }
}



@keyframes heroBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.hero-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    animation: heroBounce 2s ease-in-out infinite;
    z-index: 10;
    cursor: pointer;
}
.hero-scroll-indicator svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.7;
}
#header-hero { position: relative; }


















