html {
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

html {
    font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
    tab-size: 4;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body::-webkit-scrollbar {
    width: var(--scrollbar-width, 0.8rem)
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 calc(var(--scrollbar-width, 0.8rem) - 2px) #f1f1f1
}

body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    min-height: 5rem;
    outline: 0
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #a2a2a2
}

body::-webkit-scrollbar-thumb:active {
    background-color: #919191
}

@supports (-moz-appearance: none) {
    :root {
        --scrollbar-width: 0px !important
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --scrollbar-width: 0px !important
    }
}

body {
    background: var(--body-bg-color);
    color: var(--body-font-color)
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 12px;
        line-height: 1.7
    }
}

body .stretch-width,
body [data-stretch-width=true] {
    display: block;
    width: calc(100vw - var(--scrollbar-width, .8rem)) !important;
    margin-left: calc((var(--scrollbar-width, .8rem)/ 2) + 50% - 50vw) !important;
    margin-right: calc((var(--scrollbar-width, .8rem)/ 2) + 50% - 50vw) !important;
    max-width: 100vw !important
}

.button,
a.button {
    padding: 1rem 3rem
}

:root {
    --body-bg-color: #000000;
    --primary-font: Lexend;
    --secondary-font: Inter;
    --body-font-color: rgba(255, 255, 255, 0.9);
    --primary-body-font-size: 1.125rem;
    --primary-body-font-weight: 400;
    --primary-color: #17cb57;
    --primary-hover-color: #17b54f;
    --body-padding: 4rem;
    --voice-message-layout: icon;
    --loader-animation-name: puff;
    --logo-position: left;
    --logo-width: 12.5rem;
    --nav-position: right;
    --header-padding: 1.25rem;
    --nav-margin: 0rem;
    --nav-horizontal-margin: 1.25rem;
    --header-bg: #050505;
    --nav-color: #ffffff;
    --nav-font-size: 1rem;
    --top-header-bg: #2a2a2a;
    --top-header-color: #fff;
    --top-header-padding: 1rem;
    --footer-widget-columns: 3;
    --footer-bg: #050505;
    --footer-padding: 2.25rem;
    --footer-color: #d3d3d3;
    --footer-color-hover: #ffffff;
    --footer-copyright-bg: #111111;
    --footer-copyright-color: #747474;
    --donation-button-border-radius: 50px;
    --show-header-padding-top: 5.625rem;
    --show-header-padding-bottom: 5.625rem;
    --show-header-bg: #050505;
    --show-header-layout-alignment: left;
    --show-header-title-color: #fff;
    --show-header-title-font-size: 2.25rem;
    --show-header-show-host-width: 2.5rem;
    --show-header-desc-color: #fff;
    --show-header-subscribe-style: modal;
    --show-header-subscribe-color: #050505;
    --show-header-subscribe-bg: #fff;
    --show-header-subscribe-color-hover: #fff;
    --show-header-social-color-hover: #fff;
    --episode-sort-order: desc;
    --episode-count-limit: 5;
    --episode-column-count: 1;
    --episode-margin: 0.75rem;
    --episode-inner-spacing: 0.625rem;
    --episode-text-align: left;
    --episode-excerpt-length: 300;
    --episode-bg-color: rgba(255, 255, 255, 0.08);
    --episode-border-color: rgba(0, 0, 0, 0);
    --episode-title-color: #ffffff;
    --episode-title-font-size: 1.5rem;
    --episode-meta-color: rgba(255, 255, 255, 0.8);
    --episode-desc-color: rgba(255, 255, 255, 0.8);
    --episode-btn-color: #fff;
    --episode-btn-color-hover: #fff;
    --episode-btn-bg-hover: #240540;
    --episode-image-width: 18%;
    --audio-player-play-icon: filled;
    --audio-player-runtime-color: #f0f0f0;
    --audio-player-inner-title-color: #2a2a2a;
    --audio-player-border-width: 1;
    --audio-player-border-radius: 4;
    --audio-player-soundwave-width: 2;
    --audio-player-soundwave-spacing: 1;
    --episode-header-bg-color: #050505;
    --episode-header-padding-top: 5.625rem;
    --episode-header-padding-bottom: 5.625rem;
    --episode-header-meta-color: #a3b0bf;
    --episode-header-hosted-color: #fff;
    --episode-header-title-color: #fff;
    --episode-header-title-size: 2.185rem;
    --episode-header-excerpt-color: #a3b0bf;
    --episode-header-show-host-width: 2.5rem;
    --episode-header-subscribe-style: modal;
    --episode-header-subscribe-color: #050505;
    --episode-header-subscribe-bg: #fff;
    --episode-header-subscribe-color-hover: #fff;
    --blog-index-page-title-color: #fff;
    --blog-index-background-color: #1c1c1c;
    --blog-index-header-padding: 4.685rem;
    --blog-index-columns: 2;
    --blog-index-content-background: rgba(255, 255, 255, 0.1);
    --blog-index-title-color: #ffffff;
    --blog-index-excerpt-color: #dddddd;
    --blog-single-background-color: #1c1c1c;
    --blog-single-header-padding: 4.685rem;
    --blog-single-title-color: #fff;
    --blog-single-title-size: 3rem;
    --page-single-background-color: #1c1c1c;
    --page-single-header-padding: 4.685rem;
    --page-single-title-color: #fff;
    --page-single-title-size: 3rem;
    --page-single-title-align: center;
    --multi-podcast-top-padding: 5.625rem;
    --multi-podcast-bottom-padding: 5.625rem;
    --multi-podcast-background-color: #d9d9d9;
    --multi-podcast-column-count: 4;
    --multi-podcast-grid-gap: 2rem;
    --multi-podcast-card-background: #fff;
    --multi-podcast-title-color: #191919;
    --multi-podcast-title-font-size: 1.25rem;
    --multi-podcast-subtitle-color: #505050;
    --multi-podcast-subtitle-font-size: 0.9rem;
    --sidebar-padding: 0rem;
    --sidebar-radius: 0rem;
    --sidebar-spacing: 4rem;
    --sidebar-heading-size: 1.1rem;
    --scrollbar-width: 0.7rem;
}

.branding-link[_ngcontent-serverApp-c118110654] {
    color: var(--body-font-color);
    opacity: .65
}

.branding-link[_ngcontent-serverApp-c118110654]:hover {
    opacity: 1
}

.subscribe-heading[_ngcontent-serverApp-c1463505260] {
    font-size: 1.25rem;
    font-weight: 700
}

.separator[_ngcontent-serverApp-c1463505260] {
    margin-top: 1.6rem;
    border-color: #00000014
}

.subscribe-modal .subscribe-buttons ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    display: grid !important;
    flex-wrap: unset !important
}

.subscribe-modal.subscribe-style-buttons .subscribe-buttons ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0;
    grid-gap: 0
}

[_nghost-serverApp-c3331496938] {
    z-index: 999999;
    pointer-events: none
}

[fixed=true][_nghost-serverApp-c3331496938] .ng-progress-bar[_ngcontent-serverApp-c3331496938],
[fixed=true][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    position: fixed
}

[fixed=true][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    top: 15px
}

[fixed=true][spinnerPosition=left][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    left: 15px
}

[fixed=true][spinnerPosition=right][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    right: 15px
}

[thick=true][_nghost-serverApp-c3331496938] .ng-spinner-icon[_ngcontent-serverApp-c3331496938] {
    width: 24px;
    height: 24px;
    border-width: 3px
}

[thick=true][_nghost-serverApp-c3331496938] .ng-bar-placeholder[_ngcontent-serverApp-c3331496938] {
    height: 3px !important
}

[direction="ltr+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=ltr-][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    transform: rotate(3deg)
}

[direction="ltr+"][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=ltr-][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    transform: rotate(4deg)
}

[direction="ltr+"][_nghost-serverApp-c3331496938] .ng-bar[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-bar[_ngcontent-serverApp-c3331496938] {
    margin-left: -100%
}

[direction="ltr+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    right: 0
}

[direction="ltr+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=rtl-][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    top: -3px
}

[direction="ltr+"][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=rtl-][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    top: -4px
}

[direction=ltr-][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    bottom: -3px
}

[direction=ltr-][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    bottom: -4px
}

[direction=ltr-][_nghost-serverApp-c3331496938] .ng-bar-placeholder[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-bar-placeholder[_ngcontent-serverApp-c3331496938] {
    transform: rotate(180deg)
}

[direction=ltr-][_nghost-serverApp-c3331496938] .ng-spinner-icon[_ngcontent-serverApp-c3331496938],
[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-spinner-icon[_ngcontent-serverApp-c3331496938] {
    animation-directionection: reverse
}

[direction="rtl+"][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=rtl-][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    transform: rotate(-3deg)
}

[direction="rtl+"][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938],
[direction=rtl-][thick=true][_nghost-serverApp-c3331496938] .ng-meteor[_ngcontent-serverApp-c3331496938] {
    transform: rotate(-4deg)
}

[spinnerPosition=left][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    left: 10px
}

[spinnerPosition=right][_nghost-serverApp-c3331496938] .ng-spinner[_ngcontent-serverApp-c3331496938] {
    right: 10px
}

.ng-progress-bar[_ngcontent-serverApp-c3331496938] {
    position: relative;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(1);
    filter: alpha(opacity=0);
    opacity: 0
}

.ng-progress-bar[active=true][_ngcontent-serverApp-c3331496938] {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: none
}

.ng-bar-placeholder[_ngcontent-serverApp-c3331496938] {
    position: absolute;
    height: 2px;
    width: 100%
}

.ng-bar[_ngcontent-serverApp-c3331496938] {
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0, 0)
}

.ng-meteor[_ngcontent-serverApp-c3331496938] {
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    opacity: 1
}

.ng-spinner[_ngcontent-serverApp-c3331496938] {
    position: absolute;
    display: block;
    z-index: 1031;
    top: 10px
}

.ng-spinner-icon[_ngcontent-serverApp-c3331496938] {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    animation: _ngcontent-serverApp-c3331496938_spinner-animation .25s linear infinite;
    border: 2px solid transparent;
    border-radius: 50%
}

@keyframes _ngcontent-serverApp-c3331496938_spinner-animation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

[_nghost-serverApp-c2027248519] {
    display: block;
    width: 100%
}

.subscribe-buttons[_ngcontent-serverApp-c2027248519] {
    margin-top: 4rem
}

.subscribe-buttons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] {
    display: flex;
    flex-wrap: wrap
}

.subscribe-buttons[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] {
    margin-left: 0;
    margin-bottom: 1.6rem;
    width: 42px !important;
    min-width: 42px;
    margin-right: 1.2rem
}

.subscribe-buttons[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519]:hover img[_ngcontent-serverApp-c2027248519] {
    transform: scale(1.1);
    transition: transform 125ms ease-in-out
}

.subscribe-buttons[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] img[_ngcontent-serverApp-c2027248519] {
    max-width: 42px;
    aspect-ratio: 1/1
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] button.subscribe-icon[_ngcontent-serverApp-c2027248519] {
    background: var(--show-header-subscribe-bg);
    border-radius: .375rem;
    font-weight: 700;
    padding: .5rem .8rem;
    width: 100%;
    display: flex;
    align-items: center
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] button.subscribe-icon[_ngcontent-serverApp-c2027248519]:hover {
    background: var(--show-header-subscribe-bg-hover)
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] a[_ngcontent-serverApp-c2027248519] {
    color: var(--show-header-subscribe-color)
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] a[_ngcontent-serverApp-c2027248519] img[_ngcontent-serverApp-c2027248519] {
    margin-right: 1rem;
    max-width: 32px !important;
    width: 32px;
    height: 32px
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] a[_ngcontent-serverApp-c2027248519]:hover {
    color: var(--show-header-subscribe-color-hover)
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] {
    width: auto !important;
    min-width: 8rem;
    margin-right: .8rem;
    margin-bottom: .8rem
}

.subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519]:last-child {
    margin-right: 0 !important
}

.subscribe-buttons.style-icons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] {
    height: 42px
}

.multipod-icons-container[_ngcontent-serverApp-c2027248519]>a[_ngcontent-serverApp-c2027248519] {
    color: inherit
}

@media screen and (max-width: 1024px) {
    .subscribe-buttons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .subscribe-buttons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519]:hover img[_ngcontent-serverApp-c2027248519] {
        transform: none
    }

    .subscribe-buttons.style-icons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] {
        margin-bottom: 1.2rem !important
    }
}

@media screen and (max-width: 767px) {
    .subscribe-buttons.style-buttons[_ngcontent-serverApp-c2027248519] ul[_ngcontent-serverApp-c2027248519] li[_ngcontent-serverApp-c2027248519] {
        margin-right: .8rem !important
    }
}

#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020],
#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020]>button[_ngcontent-serverApp-c615312020] {
    display: inline-block;
    padding-top: .94rem;
    padding-bottom: .94rem;
    padding-left: var(--nav-horizontal-margin, 1.25rem);
    padding-right: var(--nav-horizontal-margin, 1.25rem);
    text-decoration: none;
    font-size: var(--nav-font-size)
}

#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a.social-icon[_ngcontent-serverApp-c615312020],
#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020]>button.social-icon[_ngcontent-serverApp-c615312020] {
    padding-left: .5rem;
    padding-right: .5rem
}

#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020]:last-child .nav-item[_ngcontent-serverApp-c615312020] {
    margin-right: 0;
    padding-right: 0
}

#header-container[_ngcontent-serverApp-c615312020] {
    background: var(--header-bg);
    padding-top: var(--header-padding);
    padding-bottom: var(--header-padding)
}

.header-float[_ngcontent-serverApp-c615312020] {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 99
}

.header-float[_ngcontent-serverApp-c615312020] #header-container[_ngcontent-serverApp-c615312020] {
    background: transparent;
    padding-bottom: 0
}

.header-sticky[_ngcontent-serverApp-c615312020] {
    position: sticky;
    top: 0;
    z-index: 99999999
}

#nav-container[_ngcontent-serverApp-c615312020] {
    margin-top: var(--nav-margin)
}

header[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    min-height: 3rem
}

header.logo-position-right.nav-position-left[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    flex-direction: row-reverse
}

header.logo-position-right.nav-position-left[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] .mobile-menu[_ngcontent-serverApp-c615312020] {
    left: 2.4rem;
    right: unset
}

header.logo-position-right.nav-position-left[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
    margin-left: auto;
    margin-right: 0
}

header.logo-position-left.nav-position-left[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    display: block
}

header.logo-position-right.nav-position-right[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    display: block
}

header.logo-position-right.nav-position-right[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
    margin-right: 0;
    margin-left: auto
}

header.logo-position-right.nav-position-right[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] {
    display: flex
}

header.logo-position-right.nav-position-right[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
    margin-left: auto;
    margin-right: 0
}

header.logo-position-right.nav-position-right[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] .mobile-menu[_ngcontent-serverApp-c615312020] {
    left: 2.4rem;
    right: unset
}

header.nav-position-center[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    display: block
}

header.nav-position-center[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
    justify-content: center
}

header.nav-position-center.logo-position-right[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
    margin-left: auto
}

header.nav-position-center.logo-position-right[_ngcontent-serverApp-c615312020] .mobile-menu[_ngcontent-serverApp-c615312020] {
    left: 2.4rem;
    right: unset
}

header.logo-position-center[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] {
    display: block
}

header.logo-position-center[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.25rem
}

header.logo-position-center.nav-position-right[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
    justify-content: flex-end
}

header.logo-position-center.nav-position-center[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
    justify-content: center
}

header[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
    max-width: var(--logo-width);
    width: var(--logo-width)
}

.nav-item[_ngcontent-serverApp-c615312020] {
    color: var(--nav-color);
    font-weight: 700;
    text-transform: capitalize
}

.nav-item[_ngcontent-serverApp-c615312020]:hover,
.nav-item.active[_ngcontent-serverApp-c615312020] {
    color: var(--nav-color-hover, var(--primary-color))
}

.nav-item.active[_ngcontent-serverApp-c615312020] {
    cursor: default
}

.nav-item[_ngcontent-serverApp-c615312020] .nav-icon[_ngcontent-serverApp-c615312020] {
    margin-right: .3rem;
    font-size: calc(var(--nav-font-size) + 3px)
}

.nav-icons[_ngcontent-serverApp-c615312020] .nav-item[_ngcontent-serverApp-c615312020]:after {
    opacity: 0 !important
}

#nav-container.link-decoration[_ngcontent-serverApp-c615312020] .nav-item[_ngcontent-serverApp-c615312020]:after {
    width: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    display: block;
    height: 2px;
    left: 0;
    bottom: -.25rem;
    position: relative;
    opacity: 0;
    background: var(--nav-color-hover, var(--primary-color));
    content: ""
}

#nav-container.link-decoration[_ngcontent-serverApp-c615312020] .nav-item[_ngcontent-serverApp-c615312020]:hover:after,
#nav-container.link-decoration[_ngcontent-serverApp-c615312020] .nav-item.active[_ngcontent-serverApp-c615312020]:after {
    opacity: 1;
    width: 100%
}

#nav-container[_ngcontent-serverApp-c615312020] .has-children[_ngcontent-serverApp-c615312020]>.nav-item[_ngcontent-serverApp-c615312020]:after {
    font-family: faCustom;
    border: 0;
    content: "\f107";
    font-size: 12px;
    top: calc(50% - 4px);
    right: calc(-.8rem + var(--nav-horizontal-margin, 1.25rem));
    width: auto;
    left: unset;
    margin-top: -5px;
    position: absolute;
    background: transparent;
    height: auto;
    display: block;
    opacity: 1
}

#nav-container[_ngcontent-serverApp-c615312020] .has-children[_ngcontent-serverApp-c615312020]:hover ul.sub-nav[_ngcontent-serverApp-c615312020] {
    display: block;
    opacity: 1;
    animation: _ngcontent-serverApp-c615312020_subnav_fadein 125ms
}

.sub-nav[_ngcontent-serverApp-c615312020] {
    display: none;
    opacity: 0;
    padding: 20px 30px;
    background-color: var(--header-bg);
    border-top: 3px solid var(--nav-color-hover, var(--primary-color));
    border-radius: 2px;
    box-shadow: 0 7px 7px #0000000a;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999
}

#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020] {
    display: inline-block;
    padding: .5rem 0;
    text-decoration: none;
    font-size: calc(var(--nav-font-size) - 2px);
    white-space: nowrap
}

#nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020]:after {
    display: none
}

@keyframes _ngcontent-serverApp-c615312020_subnav_fadein {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.top-header-container[_ngcontent-serverApp-c615312020] {
    text-align: var(--top-header-align);
    background-color: var(--top-header-bg);
    color: var(--top-header-color);
    padding-top: var(--top-header-padding);
    padding-bottom: var(--top-header-padding)
}

.nav-search .search-container {
    position: absolute;
    top: 4rem;
    right: 1rem;
    min-width: 20rem
}

.nav-search .search-container input {
    box-shadow: 0 0 4px #0003 !important
}

.nav-search .search-container input:focus {
    border-width: 2px;
    margin-top: -1px;
    margin-bottom: -1px
}

.nav-item.search-icon i {
    min-width: 2.3rem
}

.nav-position-left .nav-search .search-container {
    right: unset;
    left: 1rem
}

.mobile-menu[_ngcontent-serverApp-c615312020] {
    display: none;
    color: var(--nav-color)
}

@media screen and (min-width: 767px) {
    header.nav-position-left[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020]:first-child a[_ngcontent-serverApp-c615312020] {
        padding-left: 0 !important
    }

    header[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] .nav-item.navigation-cta[_ngcontent-serverApp-c615312020] {
        padding: .8rem 1.25rem !important;
        border-radius: var(--donation-button-border-radius);
        margin: .14rem 1.25rem;
        background-color: var(--donation-button-background-color, var(--primary-color));
        color: var(--donation-button-text-color, #fff)
    }

    header[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] .nav-item.navigation-cta[_ngcontent-serverApp-c615312020]:hover {
        background-color: var(--donation-button-background-hover-color, var(--primary-hover-color));
        color: var(--donation-button-text-hover-color)
    }

    header[_ngcontent-serverApp-c615312020] .nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] .nav-item.navigation-cta[_ngcontent-serverApp-c615312020]:after {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020],
    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020]>button[_ngcontent-serverApp-c615312020] {
        font-size: calc(var(--nav-font-size) + .2rem);
        padding: .94rem 1.25rem !important
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] {
        padding: 10px 20px
    }

    #nav-container[_ngcontent-serverApp-c615312020] .has-children[_ngcontent-serverApp-c615312020]>.nav-item[_ngcontent-serverApp-c615312020]:after {
        right: calc(-1.2rem + var(--nav-horizontal-margin, 1.25rem))
    }
}

@media screen and (max-width: 767px) {
    .header-float[_ngcontent-serverApp-c615312020] {
        position: static;
        background: var(--header-bg)
    }

    .header-float[_ngcontent-serverApp-c615312020] #header-container[_ngcontent-serverApp-c615312020] {
        padding-bottom: 1rem
    }

    .mobile-menu[_ngcontent-serverApp-c615312020] {
        display: block !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 2.4rem;
        top: .4rem;
        font-size: 26px;
        cursor: pointer;
        padding-top: var(--header-padding);
        padding-bottom: var(--header-padding)
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] {
        position: static;
        opacity: 1;
        display: none !important;
        box-shadow: none;
        padding: 0 1rem 1rem !important;
        border-top: 0
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav.active[_ngcontent-serverApp-c615312020] {
        display: block !important
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li.has-children[_ngcontent-serverApp-c615312020] .submenu-chevron[_ngcontent-serverApp-c615312020]:before {
        font-family: faCustom;
        border: 0;
        content: "\f078";
        font-size: 24px;
        cursor: pointer;
        top: 0;
        right: 5px;
        width: auto;
        left: unset;
        position: absolute;
        background: transparent;
        height: auto;
        display: block;
        opacity: 1;
        padding: 5px 20px;
        transition: all .2s
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li.has-children[_ngcontent-serverApp-c615312020] .active.submenu-chevron[_ngcontent-serverApp-c615312020]:before {
        transform: rotate(-180deg)
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020] {
        font-size: var(--nav-font-size)
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] ul.sub-nav[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a[_ngcontent-serverApp-c615312020]:before {
        content: " \2013  "
    }

    #nav-container[_ngcontent-serverApp-c615312020] .has-children[_ngcontent-serverApp-c615312020]>.nav-item[_ngcontent-serverApp-c615312020]:after {
        display: none
    }

    #nav-container[_ngcontent-serverApp-c615312020] .has-children[_ngcontent-serverApp-c615312020]:hover ul.sub-nav[_ngcontent-serverApp-c615312020] {
        animation: none
    }

    #header-container[_ngcontent-serverApp-c615312020] {
        transition: all .25s ease;
        overflow: hidden;
        position: relative
    }

    #header-container[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
        display: none
    }

    #header-container.active[_ngcontent-serverApp-c615312020] {
        max-height: 999rem
    }

    #header-container.active[_ngcontent-serverApp-c615312020] #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] {
        display: block;
        padding-top: 3rem;
        width: 100%
    }

    header[_ngcontent-serverApp-c615312020] #logo-container[_ngcontent-serverApp-c615312020] {
        max-width: 50% !important
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li[_ngcontent-serverApp-c615312020] a.social-icon[_ngcontent-serverApp-c615312020] {
        padding: .94rem 1.25rem
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li.nav-icons[_ngcontent-serverApp-c615312020] {
        display: inline-block;
        padding-top: 1rem
    }

    #nav-container[_ngcontent-serverApp-c615312020] ul[_ngcontent-serverApp-c615312020] li.nav-icons[_ngcontent-serverApp-c615312020] i[_ngcontent-serverApp-c615312020] {
        font-size: 1.8rem
    }

    .header-sticky[_ngcontent-serverApp-c615312020] {
        position: static;
        top: unset
    }

    .nav-search .search-container {
        position: absolute;
        top: 1rem;
        left: 4rem;
        min-width: 20rem;
        display: flex
    }
}

.wrapper[_ngcontent-serverApp-c3689015243] {
    overflow: hidden
}

[_nghost-serverApp-c3689015243] .custom-homepage-content pp-episode-carousel {
    margin-top: 0
}

body pp-episodes .container.episodes-container {
    max-width: 100% !important
}

body pp-episodes .container.episodes-container .load-more .button,
body pp-episodes .container.episodes-container .load-more .button:hover {
    color: #fff !important
}

[_nghost-serverApp-c2854138800] .carousel span.mejs__currenttime {
    display: none !important
}

.episodes-container.element-zzwxyn .episodes-container {
    grid-gap: 10 !important;
}

.episodes-container.element-zzwxyn .load-more .button {
    color: #000000 !important;
}

.episodes-container.element-zzwxyn .load-more .button:hover {
    color: #ffffff !important;
}

.episodes-container.element-zzwxyn .meta-size {
    display: none !important;
}

.episodes-container.element-zzwxyn .meta-category {
    display: none !important;
}

.episodes-container.element-zzwxyn .meta-podcast-title {
    display: none !important;
}

.episodes-container.element-zzwxyn .episode-content-container .episode-desc {
    display: none !important;
}

.episodes-container.element-zzwxyn .pp-episode-container {
    box-shadow: none !important;
}

.episodes-container.element-zzwxyn .pp-episode-container {
    background-color: #151515 !important;
}

.episodes-container.element-zzwxyn .pp-episode-content {
    text-align: left !important;
}

.episodes-container.element-zzwxyn h3.episode-title,
.episodes-container.element-zzwxyn h3.episode-title a {
    font-size: 20px !important;
}

.episodes-container.element-zzwxyn .episode-meta .episode-meta-component,
.episodes-container.element-zzwxyn .episode-meta .episode-meta-component a {
    font-size: 13px !important;
}

@media screen and (max-width: 1024px) {
    .episodes-container.element-zzwxyn .episodes-container {
        grid-gap: max(calc(10 * 0.6), 1.5rem) !important;
    }

    .episodes-container.element-zzwxyn h3.episode-title,
    .episodes-container.element-zzwxyn h3.episode-title a {
        font-size: max(calc(20px * 0.6), 2rem) !important;
    }

    .episodes-container.element-zzwxyn .episode-meta .episode-meta-component,
    .episodes-container.element-zzwxyn .episode-meta .episode-meta-component a {
        font-size: max(calc(13px * 0.6), 0.825rem) !important;
    }
}

[_nghost-serverApp-c1060642437] ul.episode-list-widget li,
[_nghost-serverApp-c1060642437] ul.episode-list-widget {
    list-style: disc !important
}

[_nghost-serverApp-c1060642437] ul.episode-list-widget {
    display: inline-grid
}

@media screen and (max-width: 767px) {
    [_nghost-serverApp-c1060642437] ul.episode-list-widget li {
        list-style: none !important
    }
}

@media screen and (max-width: 1024px) {}

.date[_ngcontent-serverApp-c2655831920] {
    font-size: 80%;
    font-style: italic;
    opacity: .75
}

pp-subscribe-buttons .subscribe-buttons {
    margin: .5rem 0 !important
}

body pp-subscribe-buttons ul {
    padding: 0 !important
}

body pp-subscribe-buttons ul li {
    list-style: none !important
}

 
.voice-btn[_ngcontent-serverApp-c1171580419] {
    position: fixed;
    border-radius: .375rem;
    padding: .6rem 1.2rem;
    bottom: 0;
    right: .3rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 999999;
    transition: opacity, background-color .22s ease-in-out;
    cursor: pointer
}

.voice-btn.right[_ngcontent-serverApp-c1171580419],
.voice-btn.sticky-player[_ngcontent-serverApp-c1171580419] {
    right: -1px;
    top: 20%;
    border-radius: .375rem;
    bottom: unset;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    padding-top: .3rem;
    padding-bottom: .4rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    zoom: 1.1
}

.voice-btn.icon[_ngcontent-serverApp-c1171580419] {
    border-radius: 100% !important;
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: #0000001a 0 4px 7px
}

.voice-btn.icon[_ngcontent-serverApp-c1171580419]:hover {
    transform: scale(1.05);
    transition-duration: 125ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

.voice-btn.icon[_ngcontent-serverApp-c1171580419] button[_ngcontent-serverApp-c1171580419] {
    line-height: 1
}

.voice-btn.icon[_ngcontent-serverApp-c1171580419] i[_ngcontent-serverApp-c1171580419] {
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 1.8rem
}

.voice-btn[_ngcontent-serverApp-c1171580419]:hover {
    background-color: var(--primary-hover-color)
}

.voice-btn[_ngcontent-serverApp-c1171580419] button[_ngcontent-serverApp-c1171580419] {
    font-weight: 700
}

[_nghost-serverApp-c1171580419] .recording-modal-container {
    text-align: center
}

[_nghost-serverApp-c1171580419] h5.modal-title {
    margin: 0 !important
}

[_nghost-serverApp-c1171580419] .modal-subtitle {
    margin-top: .5rem
}

@media screen and (max-width: 1024px) {
    .reviews-container[_ngcontent-serverApp-c3109731] {
        display: block !important
    }
}

.review-wrapper.element-srwx6s .review-card-actions {
    display: none !important;
}

.review-wrapper.element-srwx6s .podcast-link {
    display: none !important;
}

.review-wrapper.element-srwx6s .review-provider {
    display: none !important;
}

.review-wrapper.element-srwx6s .load-more .button {
    display: none !important;
}

.review-wrapper.element-srwx6s .review-card .rating i.review-star {
    color: #17cb57 !important;
}

.review-wrapper.element-srwx6s .review-card,
.review-wrapper.element-srwx6s .review-content-container {
    background-color: rgba(0, 0, 0, 0) !important;
}

.review-wrapper.element-srwx6s .review-card {
    box-shadow: none !important;
}

@media screen and (max-width: 1024px) {}

.playlist-container[_ngcontent-serverApp-c132754551] {
    background-color: var(--episode-bg-color, #fff);
    border-radius: .175rem
}

.current-episode[_ngcontent-serverApp-c132754551] {
    padding: 1rem
}

.current-episode[_ngcontent-serverApp-c132754551] .current-title[_ngcontent-serverApp-c132754551] {
    margin-top: 0;
    color: var(--episode-title-color, #2a2a2a);
    font-size: 1.8rem
}

.current-episode[_ngcontent-serverApp-c132754551] img[_ngcontent-serverApp-c132754551] {
    width: 11rem;
    margin-right: 2rem;
    border-radius: .175rem
}

.current-episode[_ngcontent-serverApp-c132754551] .podcast-title[_ngcontent-serverApp-c132754551] {
    color: var(--episode-desc-color, #2a2a2a);
    font-size: 1rem
}

.playlist-episodes[_ngcontent-serverApp-c132754551] {
    border-color: var(--episode-border-color, #eaeaea) !important;
    border-top: 1px solid;
    height: 15rem;
    overflow: auto;
    overflow-y: scroll;
    width: 100%;
    scrollbar-width: thin
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551] {
    align-items: center;
    font-size: .8rem;
    color: var(--episode-desc-color, #2a2a2a);
    border-color: var(--episode-border-color, #eaeaea) !important;
    border-bottom: 1px solid;
    display: flex;
    padding: .4rem 1rem;
    cursor: pointer;
    transition: background-color ease-in-out 175ms
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row.playing[_ngcontent-serverApp-c132754551] {
    font-weight: 700;
    cursor: initial !important;
    background-color: var(--primary-color)
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551]:hover {
    background-color: var(--primary-color);
    transition: background-color ease-in-out 175ms
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551] .episode-img[_ngcontent-serverApp-c132754551] img[_ngcontent-serverApp-c132754551] {
    height: auto;
    width: 2rem;
    border-radius: .125rem;
    margin-right: 1.2rem
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551] .episode-title[_ngcontent-serverApp-c132754551] {
    width: 100%;
    margin-right: 1rem
}

.playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551] .episode-duration[_ngcontent-serverApp-c132754551] {
    flex: none
}

@media screen and (max-width: 767px) {
    .playlist-episodes[_ngcontent-serverApp-c132754551] .episode-row[_ngcontent-serverApp-c132754551] {
        font-size: 1.1rem
    }

    .current-episode[_ngcontent-serverApp-c132754551] img[_ngcontent-serverApp-c132754551] {
        width: 8rem;
        margin-right: 0;
        margin-bottom: 1rem
    }
}

[_nghost-serverApp-c132754551] .audio-player-wrapper {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

[_nghost-serverApp-c132754551] .stacked-player {
    padding: .2rem 0 .4rem !important;
    margin-top: -1rem !important;
    max-width: 100% !important
}

[_nghost-serverApp-c132754551] .mejs-container {
    margin: 0 !important
}

[_nghost-serverApp-c132754551] .player-featured-image,
[_nghost-serverApp-c132754551] .player-episode-title {
    display: none !important
}

[_nghost-serverApp-c132754551] .playlist-link {
    display: none !important
}

[_nghost-serverApp-c132754551] .audio-border-enabled .stacked-player,
[_nghost-serverApp-c132754551] .player-title-enabled .stacked-player,
[_nghost-serverApp-c132754551] .player-featured-image .stacked-player {
    padding-bottom: 2.6rem !important
}

[_nghost-serverApp-c132754551] .audio-player-wrapper.restricted *,
[_nghost-serverApp-c132754551] .audio-player-wrapper.restricted button:before {
    visibility: hidden !important
}

[_nghost-serverApp-c132754551] .audio-player-wrapper.restricted .mejs__button.mejs__playpause-button button:before {
    visibility: visible !important;
    pointer-events: none;
    content: "\e910" !important
}

[_nghost-serverApp-c132754551] .audio-player-wrapper.restricted .mejs__button.mejs__playpause-button.mejs__play button {
    cursor: not-allowed;
    visibility: visible !important
}

@media screen and (max-width: 767px) {
    [_nghost-serverApp-c132754551] .stacked-player {
        margin-top: 4rem !important;
        min-height: 80px !important
    }

    [_nghost-serverApp-c132754551] .audio-player-wrapper {
        min-height: 80px !important
    }
}

@media screen and (max-width: 767px) {
    [_nghost-serverApp-c132754551] .playlist-container .stacked-player {
        margin-top: 0 !important;
        margin-bottom: 30px
    }
}

.playlist-container.element-hsokkz .episode-row.playing,
.playlist-container.element-hsokkz .episode-row:hover {
    color: #000000 !important;
}

.playlist-container.element-hsokkz .current-episode h3.current-title {
    font-size: 24px !important;
}

.playlist-container.element-hsokkz .playlist-episodes {
    min-height: 30rem !important;
}

@media screen and (max-width: 1024px) {
    .playlist-container.element-hsokkz .current-episode h3.current-title {
        font-size: max(calc(24px * 0.6), 1.8rem) !important;
    }
}

[_nghost-serverApp-c2913618376] {
    position: relative
}

.native-player[_ngcontent-serverApp-c2913618376] {
    padding: 0;
    width: 100%;
    background-color: var(--audio-player-background-color, transparent);
    z-index: 999999;
    height: auto;
    transition: padding .25s ease-in-out
}

.native-player[_ngcontent-serverApp-c2913618376] .sticky-default-player[_ngcontent-serverApp-c2913618376] {
    padding: .3rem 4% 1.7rem
}

.native-player.player-image-enabled[_ngcontent-serverApp-c2913618376] .sticky-default-player[_ngcontent-serverApp-c2913618376] {
    padding: 0
}

.native-player.border-enabled[_ngcontent-serverApp-c2913618376] {
    border: 2px solid var(--audio-player-border-color, #fff)
}

.sticky-default-player[_ngcontent-serverApp-c2913618376] {
    max-width: 2048px;
    margin: 0 auto
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper {
    border: 0;
    padding: 0;
    margin: 0
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .mejs__button.mejs__speed-button,
[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .mejs__button.download-link,
[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .mejs__button.share-link,
[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .mejs__button.subscribe-link,
[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .mejs__button.playlist-link {
    top: initial;
    position: initial;
    right: initial
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-title-enabled h3 {
    font-size: 1.3rem
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-title-enabled h3 {
    padding-top: 5px
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper.player-image-enabled .stacked-player {
    max-width: 85%;
    margin: 0 auto
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper .player-featured-image {
    padding-top: 0;
    padding-left: 0
}

[_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper .player-featured-image img {
    border-radius: 0
}

[_nghost-serverApp-c2913618376] .audio-player-wrapper.player-image-enabled .player-featured-image {
    padding: 0 !important
}

@media screen and (max-width: 767px) {

    [_nghost-serverApp-c2913618376] .native-player .player-featured-image,
    [_nghost-serverApp-c2913618376] .native-player .player-episode-title {
        display: block;
        margin: 0 auto
    }

    [_nghost-serverApp-c2913618376] .native-player .player-featured-image img {
        max-width: 64px !important;
        margin: 1rem auto 0
    }

    [_nghost-serverApp-c2913618376] .native-player .sticky-default-player {
        padding: .3rem 4% 1.7rem !important
    }

    [_nghost-serverApp-c2913618376] .native-player .stacked-player,
    [_nghost-serverApp-c2913618376] .native-player .audio-player-wrapper {
        min-height: 50px !important
    }
}

.native-player.element-vfrvup .sticky-default-player {
    padding: 0px !important;
}

.native-player.element-vfrvup .sticky-default-player,
.native-player.element-vfrvup .sticky-embed {
    width: 100% !important;
}

.native-player.element-vfrvup .mejs__controls {
    position: relative !important;
}

.native-player.element-vfrvup .mejs__container {
    margin-top: 0 !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.native-player.element-vfrvup h3 {
    margin-top: 0 !important;
    margin-bottom: 1.75rem !important;
    padding-top: .5rem !important;
}

@media screen and (max-width:1024px) {
    .native-player.element-vfrvup .sticky-default-player {
        padding: calc(0px * 0.5) !important;
    }
}

@media screen and (max-width:767px) {
    .native-player.element-vfrvup .mejs__container {
        margin-top: -2rem !important;
        padding-bottom: 5rem !important;
    }
}

.pp-episode-container[_ngcontent-serverApp-c1005420633] {
    padding: 2.4rem 4%;
    background: var(--episode-bg-color);
    border-color: var(--episode-border-color)
}

.pp-episode-container.shadow-enabled[_ngcontent-serverApp-c1005420633] {
    box-shadow: 0 2px 4px #0000001a
}

.pp-episode-content[_ngcontent-serverApp-c1005420633] {
    line-height: 1.5;
    min-width: calc(100% - var(--episode-image-width) - 4%);
    word-break: break-word;
    text-align: var(--episode-text-align);
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.pp-episode-content.image-disabled[_ngcontent-serverApp-c1005420633] {
    width: 100%
}

.pp-episode-image[_ngcontent-serverApp-c1005420633] {
    min-width: var(--episode-image-width);
    width: 100%;
    padding-right: 4%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.episode-content-container[_ngcontent-serverApp-c1005420633] {
    height: 100%;
    display: flex;
    flex-flow: column nowrap
}

.episode-content-container[_ngcontent-serverApp-c1005420633] .episode-meta[_ngcontent-serverApp-c1005420633],
.episode-content-container[_ngcontent-serverApp-c1005420633] .episode-title[_ngcontent-serverApp-c1005420633],
.episode-content-container[_ngcontent-serverApp-c1005420633] .episode-desc[_ngcontent-serverApp-c1005420633] {
    padding-bottom: var(--episode-inner-spacing);
    margin-top: 0;
    margin-bottom: 0
}

.episode-title[_ngcontent-serverApp-c1005420633] a[_ngcontent-serverApp-c1005420633],
.episode-title[_ngcontent-serverApp-c1005420633] {
    font-size: var(--episode-title-font-size);
    color: var(--episode-title-color)
}

.episode-title[_ngcontent-serverApp-c1005420633] a[_ngcontent-serverApp-c1005420633]:hover,
.episode-title[_ngcontent-serverApp-c1005420633]:hover {
    color: var(--episode-title-color-hover, var(--primary-color))
}

.episode-meta[_ngcontent-serverApp-c1005420633] {
    color: var(--episode-meta-color);
    font-size: .825rem;
    margin-bottom: 1rem
}

.episode-desc[_ngcontent-serverApp-c1005420633] {
    color: var(--episode-desc-color)
}

[_nghost-serverApp-c1005420633] .episode-meta .episode-meta-component a {
    color: var(--episode-meta-color)
}

.btn-container.align-left[_ngcontent-serverApp-c1005420633] {
    margin-left: 0;
    margin-right: auto
}

.btn-container.align-right[_ngcontent-serverApp-c1005420633] {
    margin-left: auto;
    margin-right: 0
}

.btn-container.align-center[_ngcontent-serverApp-c1005420633] {
    margin-left: auto;
    margin-right: auto
}

.episode-button[_ngcontent-serverApp-c1005420633] {
    margin-top: 1.25rem;
    background: var(--episode-btn-bg, var(--primary-color));
    color: var(--episode-btn-color);
    font-weight: 700;
    outline: none;
    padding: .8rem 2.2rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.episode-button[_ngcontent-serverApp-c1005420633]:hover {
    background: var(--episode-btn-bg-hover);
    color: var(--episode-btn-color-hover)
}

.member-only-icon[_ngcontent-serverApp-c1005420633]:before {
    content: "\e911";
    font-family: podcastpage !important;
    position: relative;
    font-size: 50px;
    line-height: 1;
    color: var(--audio-player-icon-color, var(--primary-color));
    border-color: var(--audio-player-icon-color, var(--primary-color));
    display: block;
    cursor: not-allowed;
    opacity: .5;
    width: 50px;
    height: 50px
}

@media screen and (max-width: 767px) {
    .pp-episode-image[_ngcontent-serverApp-c1005420633] {
        display: block;
        padding-right: 0;
        max-width: 280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.25rem
    }

    .pp-episode-image[_ngcontent-serverApp-c1005420633] img[_ngcontent-serverApp-c1005420633] {
        width: 100%
    }

    .episode-desc[_ngcontent-serverApp-c1005420633] {
        padding-top: .5rem;
        padding-bottom: 3rem
    }

    .episode-button[_ngcontent-serverApp-c1005420633] {
        margin-bottom: 4rem
    }

    .episode-content-container[_ngcontent-serverApp-c1005420633],
    .pp-episode-content[_ngcontent-serverApp-c1005420633] {
        height: auto !important
    }
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] {
    margin-bottom: 1rem;
    display: flex;
    column-gap: 1.4rem;
    row-gap: .6rem;
    flex-wrap: wrap;
    align-items: baseline
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.cat-separator[_ngcontent-serverApp-c2950641823] {
    padding-right: .2rem
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.cat-separator[_ngcontent-serverApp-c2950641823]:last-child {
    display: none
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span[_ngcontent-serverApp-c2950641823]:before {
    font-family: podcastpage;
    font-size: 1.125rem;
    margin-right: .312rem;
    position: relative;
    top: 2px
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-date[_ngcontent-serverApp-c2950641823]:before {
    content: "\e904"
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-duration[_ngcontent-serverApp-c2950641823]:before {
    content: "\e91b"
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-size[_ngcontent-serverApp-c2950641823]:before {
    content: "\e901"
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-numbers[_ngcontent-serverApp-c2950641823]:before {
    content: "\f0cb";
    font-family: faCustom;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    top: .3px;
    margin-right: .5rem
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-category[_ngcontent-serverApp-c2950641823]:before {
    content: "\f02c";
    font-family: faCustom;
    font-weight: 400;
    font-size: .8rem;
    position: relative;
    top: 2px
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-podcast[_ngcontent-serverApp-c2950641823]:before {
    content: "\f2ce";
    font-family: faCustom;
    font-weight: 400;
    font-size: .8rem;
    position: relative;
    top: 0
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] span.meta-member[_ngcontent-serverApp-c2950641823]:before {
    content: "\f023";
    font-family: faCustom;
    font-weight: 400;
    font-size: .9rem;
    position: relative;
    top: .1rem;
    left: -.1rem
}

.episode-meta-component[_ngcontent-serverApp-c2950641823] .episode-number[_ngcontent-serverApp-c2950641823],
.episode-meta-component[_ngcontent-serverApp-c2950641823] .season-number[_ngcontent-serverApp-c2950641823] {
    display: inline-block
}

[_nghost-serverApp-c3564013595] {
    display: block;
    position: relative;
    margin-top: auto
}

.member-only-icon[_ngcontent-serverApp-c3564013595]:before {
    content: "\e911";
    font-family: podcastpage !important;
    position: relative;
    font-size: 50px;
    line-height: 1;
    color: var(--audio-player-icon-color, var(--primary-color));
    border-color: var(--audio-player-icon-color, var(--primary-color));
    display: block;
    cursor: not-allowed;
    opacity: .5;
    width: 50px;
    height: 50px
}

[_nghost-serverApp-c3564013595] .mejs__container {
    margin-top: 3.75rem;
    outline: none
}

[_nghost-serverApp-c3564013595] .mejs__container * button,
[_nghost-serverApp-c3564013595] .mejs__container * button:focus,
[_nghost-serverApp-c3564013595] .mejs__container * button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button button:focus,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button button:before {
    outline: none
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__button {
    display: none
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__container .mejs__button {
    display: block
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-disabled {
    background: transparent !important
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video {
    margin: 2rem 0 !important
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container {
    max-width: 100%;
    width: 100% !important;
    margin-top: 0 !important;
    display: block !important
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container .mejs__overlay-button:before {
    border: 0 !important
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container .mejs__controls {
    padding-bottom: 3.5rem;
    padding-top: 2.3rem;
    padding-right: 2% !important;
    padding-left: 2% !important;
    background: linear-gradient(0deg, black, transparent);
    margin-bottom: -1px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container .mejs__controls .mejs__speed-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container .mejs__controls .download-link {
    display: none !important
}

[_nghost-serverApp-c3564013595] .mejs__time-rail {
    margin-top: 3px
}

[_nghost-serverApp-c3564013595] .mejs__time-buffering,
[_nghost-serverApp-c3564013595] .mejs__time-current,
[_nghost-serverApp-c3564013595] .mejs__time-float,
[_nghost-serverApp-c3564013595] .mejs__time-float-corner,
[_nghost-serverApp-c3564013595] .mejs__time-float-current,
[_nghost-serverApp-c3564013595] .mejs__time-hovered,
[_nghost-serverApp-c3564013595] .mejs__time-loaded,
[_nghost-serverApp-c3564013595] .mejs__time-marker,
[_nghost-serverApp-c3564013595] .mejs__time-total {
    height: 6px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button button:before {
    font-family: podcastpage !important;
    background-image: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__overlay-play .mejs__overlay-button:before {
    font-family: podcastpage !important;
    font-size: 5rem !important;
    background-image: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[_nghost-serverApp-c3564013595] .mejs__pause svg.mejs__icon-pause,
[_nghost-serverApp-c3564013595] .mejs__play svg.mejs__icon-play,
[_nghost-serverApp-c3564013595] .mejs__replay svg.mejs__icon-replay {
    display: none
}

[_nghost-serverApp-c3564013595] .mejs__overlay-button svg,
[_nghost-serverApp-c3564013595] .mejs__overlay-loading svg {
    display: none;
    height: 0;
    width: 0
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__playpause-button button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__jump-forward-button button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__skip-back-button button:before,
[_nghost-serverApp-c3564013595] .mejs__volume-button button:before,
[_nghost-serverApp-c3564013595] .mejs__button.download-link button:before,
[_nghost-serverApp-c3564013595] .mejs__button.share-link button:before,
[_nghost-serverApp-c3564013595] .mejs__button.playlist-link button:before,
[_nghost-serverApp-c3564013595] .mejs__button.subscribe-link button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__fullscreen-button button:before,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__overlay-play .mejs__overlay-button:before {
    transition-duration: 125ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: visible;
    display: block;
    background-size: cover;
    position: relative;
    font-size: 50px;
    color: var(--audio-player-icon-color, var(--primary-color));
    border-color: var(--audio-player-icon-color, var(--primary-color))
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__playpause-button:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__jump-forward-button:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__skip-back-button:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__volume-button:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.download-link:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.share-link:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.playlist-link:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.subscribe-link:hover button:before,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__fullscreen-button button:hover button:before {
    color: var(--audio-player-icon-color-hover, var(--primary-hover-color));
    border-color: var(--audio-player-icon-color-hover, var(--primary-hover-color))
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button.mejs__speed-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls .mejs__button.mejs__speed-button button {
    font-family: sans-serif !important
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__controls button:hover:before {
    transform: scale(1.1)
}

[_nghost-serverApp-c3564013595] .mejs__container button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button button {
    transition: transform, color, border-color, font-size 125ms ease-in-out !important
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button button:hover {
    transform: scale(1.07)
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button button {
    transition: transform 125ms ease-in-out !important
}

[_nghost-serverApp-c3564013595] .mejs__volume-button.mejs__mute button:before {
    content: "\e91f"
}

[_nghost-serverApp-c3564013595] .mejs__volume-button.mejs__unmute button:before {
    content: "\e91d"
}

[_nghost-serverApp-c3564013595] .mejs__button.mejs__jump-forward-button button:before {
    content: "\e909"
}

[_nghost-serverApp-c3564013595] .mejs__button.mejs__skip-back-button button:before {
    content: "\e914"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-normal .mejs__play>button:before {
    content: "\e90f"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-normal .mejs__playpause-button.mejs__pause button:before {
    content: "\e90e"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video.play-icon-normal .mejs__overlay-play .mejs__overlay-button:before {
    content: "\e90f"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video.play-icon-filled .mejs__overlay-play .mejs__overlay-button:before {
    content: "\e910"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video.play-icon-outline .mejs__overlay-play .mejs__overlay-button:before {
    content: "\e911"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__overlay-play .mejs__overlay-button {
    background: none;
    width: initial;
    height: initial
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-loading .mejs__playpause-button.mejs__pause button:before {
    content: "\f1ce" !important;
    font-family: faCustom !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    position: static;
    outline: none
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-loading .mejs__playpause-button.mejs__pause button {
    animation: _ngcontent-serverApp-c3564013595_spin .44s infinite linear;
    outline: none;
    top: -2px
}

@keyframes _ngcontent-serverApp-c3564013595_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-filled .mejs__play>button:before {
    content: "\e910"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-filled .mejs__playpause-button.mejs__pause button:before {
    content: "\e90c"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-outline .mejs__play>button:before {
    content: "\e911"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-outline .mejs__playpause-button.mejs__pause button:before {
    content: "\e90d"
}

[_nghost-serverApp-c3564013595] .mejs__playpause-button.mejs__replay button:before {
    content: "\e916"
}

[_nghost-serverApp-c3564013595] .mejs__button.download-link a button:before {
    content: "\e917"
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__button.mejs__fullscreen-button button:before {
    content: "\f065";
    font-family: faCustom !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    position: static;
    outline: none
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.share-link button:before {
    content: "\e918";
    font-size: 32px !important;
    position: relative;
    top: 2px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.playlist-link button:before {
    content: "\e912";
    font-size: 40px !important;
    position: relative;
    top: 3px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.playlist-link {
    margin-left: 6px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.subscribe-link {
    margin-left: 6px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.subscribe-link a button:before {
    content: "\e920";
    font-size: 38px;
    position: relative;
    top: 0
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__skip-back-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__jump-forward-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__time,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__time-rail,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__volume-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__speed-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .download-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__fullscreen-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .share-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .playlist-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .subscribe-link {
    display: none
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__controls .mejs__playpause-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__controls .mejs__playpause-button button {
    width: 62px;
    height: 62px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.play-icon-only-enabled.sticky-audio-disabled .mejs__container .mejs__controls .mejs__playpause-button button:before {
    font-size: 60px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-enabled {
    border: calc(var(--audio-player-border-width, 2) * 1px) solid var(--audio-player-border-color, var(--primary-color));
    padding: 0 12px 20px;
    margin-top: 20px;
    border-radius: calc(var(--audio-player-border-radius, 4) * 1px)
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-enabled.player-image-enabled .player-featured-image {
    padding-top: 30px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-enabled,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-title-enabled,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-featured-image {
    background-color: var(--audio-player-background-color)
}

[_nghost-serverApp-c3564013595] .mejs__controls {
    padding: 0
}

[_nghost-serverApp-c3564013595] .mejs__button>button,
[_nghost-serverApp-c3564013595] .mejs__button.mejs__playpause-button {
    width: 50px;
    height: 50px;
    margin: 0
}

[_nghost-serverApp-c3564013595] .mejs__button.mejs__playpause-button {
    margin-top: -1px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__skip-back-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__jump-forward-button {
    margin-top: 3px
}

[_nghost-serverApp-c3564013595] .mejs__button.mejs__playpause-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__skip-back-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__jump-forward-button {
    position: relative;
    top: -2px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__volume-button {
    margin-top: 1px
}

[_nghost-serverApp-c3564013595] .mejs__time.mejs__currenttime-container {
    margin-left: 9px
}

[_nghost-serverApp-c3564013595] .mejs__time.mejs__duration-container {
    margin-right: 9px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__skip-back-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__skip-back-button button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__jump-forward-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__jump-forward-button button {
    width: 36px;
    height: 36px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__skip-back-button button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__jump-forward-button button:before {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__volume-button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__volume-button button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.download-link button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__fullscreen-button button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.share-link button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.playlist-link button,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.subscribe-link button {
    width: 30px;
    height: 30px;
    margin-top: 3px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__volume-button button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.download-link button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__fullscreen-button button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.share-link button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.playlist-link button:before,
[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.subscribe-link button:before {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

[_nghost-serverApp-c3564013595] .mejs__playpause-button {
    margin-right: 20px
}

[_nghost-serverApp-c3564013595] .mejs__time,
[_nghost-serverApp-c3564013595] .mejs__duration {
    color: var(--audio-player-runtime-color)
}

[_nghost-serverApp-c3564013595] .mejs__time-total {
    background: var(--audio-player-progress-bar, var(--primary-color))
}

[_nghost-serverApp-c3564013595] .mejs__time-current {
    background: var(--audio-player-progressed, var(--primary-hover-color))
}

[_nghost-serverApp-c3564013595] .mejs__time-total.mejs__time-slider {
    border-radius: 50px
}

[_nghost-serverApp-c3564013595] .mejs__time-handle-content {
    background-color: var(--audio-player-progressed, var(--primary-hover-color));
    border: 0 !important;
    display: block !important;
    transform: scale(1) !important;
    top: -8px;
    left: -10px;
    width: 14px;
    height: 14px
}

[_nghost-serverApp-c3564013595] .sticky-audio-enabled .mejs__time-handle-content {
    top: -8.2px
}

[_nghost-serverApp-c3564013595] .mejs__container,
[_nghost-serverApp-c3564013595] .mejs__controls,
[_nghost-serverApp-c3564013595] .mejs__time-loaded,
[_nghost-serverApp-c3564013595] .mejs__time-hovered {
    background: transparent
}

[_nghost-serverApp-c3564013595] .mejs__time-float {
    display: none !important
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button {
    width: 44px;
    height: 30px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button button {
    margin-left: 13px;
    border-radius: 3px;
    border: 2.6px solid var(--audio-player-icon-color, var(--primary-color));
    color: var(--audio-player-icon-color, var(--primary-color));
    font-size: 10px;
    font-family: sans-serif;
    position: relative;
    top: 8px;
    font-weight: 900;
    width: 36px;
    height: 24px;
    line-height: 15px;
    letter-spacing: -1px;
    background: transparent;
    padding: 2px 3px 2px 2px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__container .mejs__volume-button>.mejs__volume-slider {
    background: var(--audio-player-icon-color, var(--primary-color));
    border-radius: 3px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.download-icon-disabled .mejs__container .share-link {
    margin-left: 13px
}

[_nghost-serverApp-c3564013595] .mejs__container .mejs__button.mejs__speed-button button:hover {
    color: var(--audio-player-icon-color-hover, var(--primary-hover-color));
    border-color: var(--audio-player-icon-color-hover, var(--primary-hover-color))
}

[_nghost-serverApp-c3564013595] .mejs__speed-selector {
    display: none !important
}

[_nghost-serverApp-c3564013595] ul.mejs__speed-selector-list:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 23px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b1b1b1
}

[_nghost-serverApp-c3564013595] .mejs__speed-selector-input {
    visibility: hidden;
    display: none
}

[_nghost-serverApp-c3564013595] ul.mejs__speed-selector-list li {
    font-size: 11px;
    letter-spacing: -.5px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 6px;
    opacity: .85
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__time {
    font-family: Courier New, Courier, monospace;
    top: .6px;
    position: relative;
    font-size: 12px;
    font-weight: 600
}

[_nghost-serverApp-c3564013595] ul.mejs__speed-selector-list li:hover {
    opacity: 1
}

[_nghost-serverApp-c3564013595] ul.mejs__speed-selector-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

[_nghost-serverApp-c3564013595] .mejs__speed-selector.mejs__offscreen {
    opacity: 0;
    transition: opacity .25s ease-in-out
}

[_nghost-serverApp-c3564013595] .mejs__speed-selector {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

[_nghost-serverApp-c3564013595] .mejs__button.download-link {
    width: 40px;
    height: 40px;
    margin-left: 18px;
    margin-right: -2px;
    margin-top: 2px
}

[_nghost-serverApp-c3564013595] .mejs__button.mejs__fullscreen-button {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: -7px;
    margin-top: 3px
}

[_nghost-serverApp-c3564013595] .mejs__button.share-link button {
    width: 40px;
    height: 40px;
    position: relative;
    top: 1px
}

[_nghost-serverApp-c3564013595] .mejs__button.playlist-link button {
    width: 40px;
    height: 40px;
    position: relative;
    top: 1px
}

[_nghost-serverApp-c3564013595] .mejs__button.subscribe-link button {
    width: 40px;
    height: 40px;
    position: relative;
    top: 1px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .stacked-player {
    flex-direction: column;
    flex: 1;
    max-width: calc(100% - 150px)
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-title-enabled h3 {
    padding-top: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    margin-left: 6px;
    font-size: 16px;
    color: var(--audio-player-inner-title-color)
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-disabled.player-title-enabled h3 {
    padding-top: 0
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled {
    display: flex
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .player-featured-image {
    max-width: 150px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 10px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .player-featured-image img {
    border-radius: 4px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.mejs__speed-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.download-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.mejs__fullscreen-button,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.share-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.playlist-link,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.subscribe-link {
    position: absolute;
    top: 45px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.mejs__speed-button {
    right: 10px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.download-link {
    right: 48px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.mejs__fullscreen-button {
    right: 48px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.share-link {
    right: 98px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.playlist-link {
    right: 108px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .mejs__button.subscribe-link {
    right: 118px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled.player-title-disabled .stacked-player {
    padding-top: 20px
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.player-speed-disabled .mejs__button.mejs__speed-button {
    display: none
}

[_nghost-serverApp-c3564013595] .close-sharer {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--audio-player-icon-color, var(--primary-color));
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 2px 7px 2px 8px;
    font-weight: 700;
    font-family: sans-serif;
    color: #fff;
    outline: none
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled span.mejs__time-current {
    transform: scale(1) !important
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled span.mejs__time-total.mejs__time-slider {
    opacity: 0;
    padding: 22px 0;
    margin-top: -15px;
    z-index: 9999;
    display: block;
    position: relative
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled .mejs__time-rail {
    position: static
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled .mejs__time-rail .soundwaves,
[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled .mejs__time-rail .soundwaves-loaded {
    margin-top: -45px;
    position: relative;
    width: 100%;
    outline: none;
    padding: 22px 0;
    background-repeat: no-repeat;
    background-size: 100% 78px;
    background-position: center left
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled .mejs__time-rail .soundwaves {
    z-index: 99
}

[_nghost-serverApp-c3564013595] .audio-player-wrapper.soundwaves-enabled .mejs__time-rail .soundwaves-loaded {
    z-index: 999;
    top: 1px
}

@media screen and (max-width: 767px) {
    [_nghost-serverApp-c3564013595] .audio-player-wrapper .stacked-player {
        padding-bottom: 0 !important
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-enabled {
        padding: 8px 4px
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.audio-border-enabled .mejs__button.mejs__jump-forward-button {
        padding-right: 20% !important
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled {
        display: block
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .player-featured-image {
        max-width: 220px;
        padding: 0;
        margin: 0 auto 15px
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.player-image-enabled .stacked-player {
        display: block;
        width: 100%;
        min-width: 100%;
        min-height: 180px;
        padding-top: 0 !important
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.player-title-enabled .stacked-player {
        min-height: 180px
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.player-title-enabled h3 {
        padding-bottom: 20px;
        text-align: center
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper .mejs__container .mejs__button.playlist-link {
        display: none
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video {
        padding-bottom: 7rem
    }

    [_nghost-serverApp-c3564013595] .audio-player-wrapper.type-video .mejs__container .mejs__controls {
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        bottom: -5rem;
        background: transparent !important
    }
}

.review-card[_ngcontent-serverApp-c4163865370] {
    padding: 1rem 1.2rem;
    height: 100%;
    background-color: var(--episode-bg-color, #fff);
    color: var(--episode-title-color, #2a2a2a);
    border-radius: .375rem;
    box-shadow: 0 0 4px #0003;
    word-break: break-word;
    display: flex;
    flex-direction: column
}

.review-provider[_ngcontent-serverApp-c4163865370] {
    opacity: .5;
    font-size: .8rem;
    padding-bottom: .4rem
}

.review-provider.icon-true[_ngcontent-serverApp-c4163865370]:before {
    content: "\f0ac";
    font-family: faCustom;
    font-weight: 400;
    font-size: .8rem;
    position: relative;
    margin-right: .4rem;
    top: 0
}

.read-more[_ngcontent-serverApp-c4163865370] {
    font-size: 1rem;
    cursor: pointer;
    color: var(--primary-color)
}

.read-more[_ngcontent-serverApp-c4163865370]:hover {
    color: var(--primary-hover-color)
}

.podcast-link[_ngcontent-serverApp-c4163865370] {
    opacity: .5;
    font-size: .8rem;
    padding-bottom: .4rem;
    cursor: pointer
}

.podcast-link[_ngcontent-serverApp-c4163865370] a[_ngcontent-serverApp-c4163865370] {
    color: inherit
}

.podcast-link[_ngcontent-serverApp-c4163865370]:before {
    content: "\f2ce";
    font-family: faCustom;
    font-weight: 400;
    font-size: .8rem;
    position: relative;
    margin-right: .4rem;
    top: 0
}

.rating[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370] {
    color: #ff9500;
    visibility: visible;
    font-style: unset
}

.rating[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:before {
    content: "\f005";
    font-family: faCustom;
    font-weight: 400
}

.rating.stars-1[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(1):before {
    content: "\f0051"
}

.rating.stars-2[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(1):before,
.rating.stars-2[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(2):before {
    content: "\f0051"
}

.rating.stars-3[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(1):before,
.rating.stars-3[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(2):before,
.rating.stars-3[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(3):before {
    content: "\f0051"
}

.rating.stars-4[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(1):before,
.rating.stars-4[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(2):before,
.rating.stars-4[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(3):before,
.rating.stars-4[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:nth-child(4):before {
    content: "\f0051"
}

.rating.stars-5[_ngcontent-serverApp-c4163865370] i.review-star[_ngcontent-serverApp-c4163865370]:before {
    content: "\f0051"
}

h6.review-title[_ngcontent-serverApp-c4163865370] {
    font-size: 1.1rem;
    margin: 0 0 .3rem !important;
    line-height: 1.4 !important
}

.review-meta[_ngcontent-serverApp-c4163865370] {
    padding-top: 1rem;
    font-size: .8rem;
    opacity: .4
}

.review-meta[_ngcontent-serverApp-c4163865370] i[_ngcontent-serverApp-c4163865370] {
    margin-right: .4rem
}

.review-card-actions[_ngcontent-serverApp-c4163865370] i[_ngcontent-serverApp-c4163865370] {
    font-size: 1.6rem;
    margin: .4rem 0
}

.review-card-actions[_ngcontent-serverApp-c4163865370] i.twitter[_ngcontent-serverApp-c4163865370] {
    color: #1da1f2
}

.review-card-actions[_ngcontent-serverApp-c4163865370] i.facebook[_ngcontent-serverApp-c4163865370] {
    color: #1877f2
}

.review-card-actions[_ngcontent-serverApp-c4163865370] i[_ngcontent-serverApp-c4163865370]:hover {
    transform: scale(1.1);
    transition: transform 125ms ease-in-out
}

.separator[_ngcontent-serverApp-c4163865370] {
    padding-top: .8rem;
    margin-top: .8rem;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

@media screen and (max-width: 1024px) {
    .review-card[_ngcontent-serverApp-c4163865370] {
        margin-bottom: 1.6rem
    }

    .review-meta[_ngcontent-serverApp-c4163865370] span[_ngcontent-serverApp-c4163865370] {
        display: block;
        margin: .5rem 0
    }

    .review-card-actions[_ngcontent-serverApp-c4163865370] i[_ngcontent-serverApp-c4163865370] {
        margin-right: 3rem
    }
}
