.layouts-LayoutDefault-LayoutDefault_layout-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  @media (min-width: 620px) {
    .layouts-LayoutDefault-LayoutDefault_layout-wrapper {
      padding: 2rem; } }
  @media (dight: 700px) {
    .layouts-LayoutDefault-LayoutDefault_layout-wrapper {
      padding: 0rem; } }

.layouts-LayoutDefault-LayoutDefault_layout-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.layouts-LayoutDefault-LayoutDefault_layout-content {
  background-color: #121314;
  color: white;
  overflow: auto;
  height: 100%;
  opacity: 0;
  -webkit-animation: layouts-LayoutDefault-LayoutDefault_layoutAppearence 0.5s ease-in 1;
          animation: layouts-LayoutDefault-LayoutDefault_layoutAppearence 0.5s ease-in 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: opacity, transform; }
  @media (min-width: 620px) {
    .layouts-LayoutDefault-LayoutDefault_layout-content {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      max-width: 1000px;
      max-height: 790px;
      border-radius: 20px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 20px 30px 20px rgba(0, 0, 0, .2);
              box-shadow: 0px 20px 30px 20px rgba(0, 0, 0, .2); } }
  @media (max-height: 700px) {
    .layouts-LayoutDefault-LayoutDefault_layout-content {
      border-radius: 0px; } }

@-webkit-keyframes layouts-LayoutDefault-LayoutDefault_layoutAppearence {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes layouts-LayoutDefault-LayoutDefault_layoutAppearence {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 380px;
  margin: 0 auto; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--wrapper {
      max-width: none; } }
  @media (max-height: 700px) {
    .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--wrapper {
      max-width: 280px; } }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content-inner {
  z-index: 3;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 1rem;
  width: 100%;
  height: 100%; }
  @media (max-height: 700px) {
    .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content-inner {
      padding-top: 1rem; } }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--background {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--background-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px; }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--background-inner:after {
    content: ' ';
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-2%, #121314), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #121314 -2%, rgba(0, 0, 0, 0) 100%); }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--background-inner > img {
    position: absolute;
    width: 200%;
    height: 130%;
    opacity: 0.5;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncG type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncB type="linear" slope="1.2" intercept="-0.09999999999999998" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: blur(5px) brightness(1.1) contrast(1.2);
            filter: blur(5px) brightness(1.1) contrast(1.2);
    -webkit-transform: translate(-25%, -8%) scale(1.1);
            transform: translate(-25%, -8%) scale(1.1);
    will-change: transform; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--background-inactive {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-5%, rgba(0, 0, 0, 0)), to(#222222));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) -5%, #222222 100%); }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--image-wrapper {
  position: relative;
  background: #252525;
  border-radius: 15px;
  width: 80%;
  padding-top: 80%; }
  @media (max-height: 700px) and (min-width: 500px) {
    .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--image-wrapper {
      width: 60%;
      padding-top: 60%; } }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--info {
  text-align: center;
  padding: 1.2rem 0.25rem 0.5rem;
  min-height: 6rem; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--info {
      padding: 2rem 1rem 0.5rem; } }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--info h2 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding-bottom: 0.5rem; }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--content--item--info p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    letter-spacing: 0.02rem; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--audio-waves--wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%; }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--audio-waves--items {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_appear 0.6s ease-in-out 1;
          animation: Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_appear 0.6s ease-in-out 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--audio-waves--item {
  width: 13px;
  height: 100%;
  background: rgba(255, 255, 255, .1);
  border-radius: 15px 15px 0 0;
  margin-right: 0.5rem;
  -webkit-transform: translateY(85%);
          transform: translateY(85%); }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--audio-waves--item:first-child {
    margin-left: 0rem; }
  .Components-PageDiscoverPodcasts-ClipSplash-ClipSplash_clip-splash--audio-waves--item:last-child {
    margin-right: 0rem; }

.Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem; }
  @media (min-height: 600px) {
    .Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-wrapper {
      margin-top: 1rem; } }

.Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-item {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin-right: 0.5rem;
  background: #999;
  height: 4px;
  border-radius: 2px; }
  .Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-item:last-child {
    margin-right: 0; }

.Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-item_active { }

.Components-PageDiscoverPodcasts-ClipPaginationIndicators-ClipPaginationIndicators_clip-splash-item--indicator-item_selected-animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.05, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.05, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.05, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.05, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.05, 1); }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_slideshow-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_slideshow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_slideshow-items {
      width: 45%;
      margin-left: 28%; } }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_slideshow-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  will-change: opacity, transform; }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--pagination-button {
  z-index: 5;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  text-indent: -9999rem;
  -webkit-animation: Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_fadebg 0.7s ease-out 1;
          animation: Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_fadebg 0.7s ease-out 1;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  border-radius: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--pagination-button:focus {
    outline: none; }
  .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--pagination-button:focus:hover {
    opacity: 0; }

@-webkit-keyframes Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_fadebg {
  0% {
    opacity: 0; }
  30% {
    opacity: 0.8; }
  50% {
    opacity: 0.3; }
  70% {
    opacity: 0.8; }
  0% {
    opacity: 0; } }

@keyframes Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_fadebg {
  0% {
    opacity: 0; }
  30% {
    opacity: 0.8; }
  50% {
    opacity: 0.3; }
  70% {
    opacity: 0.8; }
  0% {
    opacity: 0; } }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--next-button {
  right: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, .1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1) 80%); }
  .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--next-button:hover {
    cursor: pointer;
    opacity: 1; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--next-button {
      max-width: none;
      right: 1.5rem;
      width: 30%; } }

.Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--previous-button {
  left: 1.5rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, .1)));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1) 80%); }
  .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--previous-button:hover {
    cursor: pointer;
    opacity: 1; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-ClipSplashSlideshowCarousel-ClipSplashSlideshowCarousel_clip-splash--previous-button {
      width: 30%; } }

.Components-LinkButton01-LinkButton01_linkbutton-01-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 210px;
  max-width: 210px;
  padding: 0.3rem 1rem;
  background: none;
  border: 3px solid white;
  border-radius: 30px;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2rem; }
  .Components-LinkButton01-LinkButton01_linkbutton-01-wrapper:hover {
    opacity: 0.7;
    color: white;
    cursor: pointer; }

.Components-LinkButton01-LinkButton01_linkbutton-01-wrapper_icon-only {
  border: none;
  padding: 0;
  min-width: auto; }

.Components-LinkButton01-LinkButton01_linkbutton-01-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 28px;
  height: 30px;
  padding: 0;
  border: none; }
  .Components-LinkButton01-LinkButton01_linkbutton-01-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 25px;
    min-height: 25px; }

.Components-LinkButton01-LinkButton01_linkbutton-01-icon__only {
  width: 45px;
  height: 45px;
  margin-right: 0; }

.Components-LinkButton01-LinkButton01_linkbutton-01-label {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 150px;
  text-align: left;
  padding-left: 1rem; }
  .Components-LinkButton01-LinkButton01_linkbutton-01-label:only-child {
    padding-left: 0.5rem;
    max-width: 150px; }

.Components-PageDiscoverPodcasts-ClipActions-ClipActions_clip-splash--item--actions {
  padding: 2rem 1.5rem 2rem;
  text-align: center;
  color: #999999;
  font-style: italic; }

.Components-PageDiscoverPodcasts-ClipActions-ClipActions_clip-splash--item--actions-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Components-PageDiscoverPodcasts-ClipActions-ClipActions_clip-splash--item--actions-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 0.5rem; }
  .Components-PageDiscoverPodcasts-ClipActions-ClipActions_clip-splash--item--actions-item:first-child {
    padding-left: 0; }
  .Components-PageDiscoverPodcasts-ClipActions-ClipActions_clip-splash--item--actions-item:last-child {
    padding-right: 0; }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out; }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash-items_inactive {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 500px; }
  @media (min-width: 400px) {
    .Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--content {
      max-height: 500px; } }
  @media (min-width: 700px) {
    .Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--content {
      max-height: 480px; } }
  @media (min-width: 900px) {
    .Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--content {
      max-height: 620px; } }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--content-inner {
  position: relative;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--pagination {
  padding: 1rem 1.5rem 0.7rem; }
  @media (min-width: 620px) {
    .Components-PageDiscoverPodcasts-DiscoverPodcasts_clip-splash--item--pagination {
      padding: 1.5rem 1.5rem 1.1rem; } }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #262a2e;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--inner-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 0 1.5rem 0 1.5rem; }
  .Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--content p {
    padding: 0.25rem 0 1rem; }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--content--discover-podcasts-end {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 500px;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--content--discover-podcasts-end > div {
    padding: 0 2rem; }
  .Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_show-info--content--discover-podcasts-end a {
    margin: 0 auto; }

.Components-PageDiscoverPodcasts-DiscoverPodcastsEndReachedInfo-DiscoverPodcastsEndReachedInfo_discover-podcasts-end--action-item {
  display: inline-block;
  max-width: 220px;
  margin: 2rem auto 1rem; }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #262a2e;
  -webkit-animation: Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_showInfoAppearence 0.7s cubic-bezier(0.2, 1, 0.05, 1) 1;
          animation: Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_showInfoAppearence 0.7s cubic-bezier(0.2, 1, 0.05, 1) 1; }

@-webkit-keyframes Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_showInfoAppearence {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_showInfoAppearence {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--inner-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 0 1.5rem 0 1.5rem; }
  .Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--content p {
    padding: 0.25rem 0 1rem; }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--content--before-continue {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 500px;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--content--before-continue > div {
    text-align: center;
    padding: 0 2rem; }
  .Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_show-info--content--before-continue a {
    margin: 0 auto; }

.Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_before-continue--item {
  margin: 2rem 0 3rem; }
  .Components-PageDiscoverPodcasts-BeforeContinueToFullPodcastOverlay-BeforeContinueToFullPodcastOverlay_before-continue--item > span {
    line-height: 2rem; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1.5rem 1.5rem 0 1.5rem; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-close-button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3em;
  line-height: 2rem;
  border: none;
  background: none;
  color: white;
  padding: 1.5rem 0.5rem 0.5rem 1.5rem; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-close-button:hover, .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-close-button:focus {
    cursor: pointer;
    color: #aaa; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-label {
  font-size: 0.9rem;
  padding-left: 3rem; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-label div:first-child {
    font-weight: bold;
    padding-bottom: 0.2rem; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--header-label div:last-child {
    color: #aaa; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #393c42;
    padding: 2px;
    border-radius: 10px; }
    .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs > ul > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
      .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs > ul > li:first-child {
        border-radius: 10px 0 0 10px; }
      .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs > ul > li:last-child {
        border-radius: 0 10px 10px 0; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button {
  padding: 0.25rem 0.5rem;
  line-height: 1.2rem;
  text-align: center;
  width: 100%;
  background: none;
  border: none;
  color: white;
  border-radius: 10px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button:hover, .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button:focus {
    background: rgba(99, 99, 102, .4);
    cursor: pointer;
    outline: none; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button_active {
  background: #636366; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button_active:hover, .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--tabs-button_active:focus {
    background: #636366; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #262a2e;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--inner-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 0 1.5rem 0 1.5rem; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content p {
    padding: 0.25rem 0 1rem; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--content {
  padding-bottom: 10px;
  text-align: center; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--content p {
    text-align: left;
    padding-bottom: 2rem; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--date {
  color: #bbb; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--extra-areena {
  text-align: center;
  max-width: 200px;
  padding-bottom: 9rem;
  max-width: 400px;
  margin: 0 auto; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--extra-areena-opinion {
  margin-top: 3rem; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--content--extra-areena--action-item {
  display: inline-block; }

.Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--button {
  display: inline-block;
  margin: 1rem 0 2rem;
  padding: 0.5rem 2rem;
  max-width: 180px;
  background: none;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  border: 2px solid white;
  border-radius: 30px; }
  .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--button:hover, .Components-PageDiscoverPodcasts-ClipInfoOverlay-ClipInfoOverlay_show-info--button:focus {
    cursor: pointer; }

.pages-PageDiscoverPodcasts-PageDiscoverPodcasts_page-discover-podcasts--section {
  overflow: hidden;
  height: 100%;
  padding: 0 !important; }

.Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-podcasts-consent-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 100; }

.Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-podcasts-consent-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  max-width: 200px;
  min-width: 200px;
  padding: 0.5rem 1.2rem;
  border: 3px solid white;
  border-radius: 40px;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: left;
  -webkit-animation: Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_buttonAppearence 0.8s ease-in-out 1;
          animation: Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_buttonAppearence 0.8s ease-in-out 1;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%); }
  .Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button:hover, .Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button:focus {
    cursor: pointer;
    outline: none;
    background-color: #222; }

@-webkit-keyframes Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_buttonAppearence {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

@keyframes Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_buttonAppearence {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

.Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button--icon {
  width: 26px;
  height: 26px;
  margin-right: 1rem; }
  .Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button--icon svg {
    width: 100%;
    height: 26px; }

.Components-PageDiscoverPodcasts-StartDiscoveringPodcastsConsentOverlay-StartDiscoveringPodcastsConsentOverlay_start-discovering-consent-button--text {
  display: inline-block;
  max-width: 110px; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  background-color: #030303; }
  @media (min-width: 620px) {
    body {
      background-color: #333; } }

body,
html {
  height: 100%;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 0.01rem;
  line-height: 1.5rem; }

a {
  color: #6e33f1;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #888; }

i {
  font-style: italic; }

#app_root {
  position: relative;
  width: 100%;
  height: 100%; }


/*# sourceMappingURL=main.0b1850b65e8b76a9fd29.css.map*/