/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.error_L4hVq2c9 {
  position: relative;
  padding: 54px 16px 120px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92vh;
  background-color: #006efa;
  background-image: linear-gradient(225deg, #19e4ff 0%, #006fea 30%, #0635bd 100%);
  font-family: "Open Sans", sans-serif; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .error_L4hVq2c9 {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }
  .error_L4hVq2c9 .button_1k8BWa3Y {
    width: 100%; }
    .error_L4hVq2c9 .button_1k8BWa3Y:not(:first-of-type) {
      margin-left: 0;
      margin-top: 30px; }

.logo_3LUUZNIj {
  width: 100%;
  max-width: 224px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .logo_3LUUZNIj {
      max-width: 100%; } }

.container_2V-TukTG {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  max-width: 300px; }
  .container_2V-TukTG .heading_3IeZvtHq {
    margin: 44px 0 40px;
    font-size: 28px;
    line-height: 34px; }
    @media screen and (min-width: 767px) {
      .container_2V-TukTG .heading_3IeZvtHq {
        margin: 46px 0 40px; } }
  .container_2V-TukTG .details_AD-hcYol {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 22px; }
    .container_2V-TukTG .details_AD-hcYol:empty {
      margin-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .container_2V-TukTG .details_AD-hcYol {
        margin-bottom: 60px; } }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.navbar_L3VFKzB8 {
  z-index: 3;
  pointer-events: none;
  text-align: center;
  width: 100%;
  margin-top: 10px; }

.sidebar_3zF_6PLx {
  margin-top: auto;
  text-align: center;
  overflow: visible;
  transition: opacity 0.5s;
  transition-delay: 0.3s; }
  .sidebar_3zF_6PLx * {
    width: 150px; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.svg-sprite-defs {
  position: absolute;
  height: 0;
  width: 0; }
  .svg-sprite-defs svg {
    height: 0;
    width: 0; }

#nprogress .bar {
  background: #006efa; }

#nprogress .peg {
  box-shadow: 0 0 10px #29d, 0 0 5px #006efa; }

#nprogress .spinner {
  display: none; }

.globalplayer {
  color: #4a4a4a;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  .globalplayer p {
    margin-bottom: 20px; }
  .globalplayer .globalplayer-background {
    background-position: bottom center; }
  .globalplayer .capital-brand-background {
    background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capital-brand-background {
        background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capital-brand-background {
        background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }
  .globalplayer .capitaldance-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitaldance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitaldance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }
  .globalplayer .capitalxtra-brand-background {
    background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }
  .globalplayer .capitalxtrareloaded-brand-background {
    background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }
  .globalplayer .classicfm-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .classicfm-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .classicfm-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }
  .globalplayer .gold-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .gold-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .gold-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }
  .globalplayer .heart-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }
  .globalplayer .heartdance-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heartdance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heartdance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }
  .globalplayer .heart70s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart70s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart70s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }
  .globalplayer .heart80s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart80s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart80s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }
  .globalplayer .heart90s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart90s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart90s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }
  .globalplayer .heart00s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart00s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart00s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }
  .globalplayer .heartxmas-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heartxmas-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heartxmas-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }
  .globalplayer .lbc-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .lbc-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .lbc-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }
  .globalplayer .lbcnews-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .lbcnews-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .lbcnews-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }
  .globalplayer .radiox-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .radiox-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .radiox-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }
  .globalplayer .smooth-brand-background {
    background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }
  .globalplayer .smoothchill-brand-background {
    background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }
  .globalplayer .smoothcountry-brand-background {
    background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }
  .globalplayer.capital .brand-background {
    background-color: #2e6bf6;
    background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capital .brand-background {
        background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capital .brand-background {
        background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }
  .globalplayer.capital .globalplayer-background {
    background-position: top; }
    @media screen and (min-width: 767px) {
      .globalplayer.capital .globalplayer-background {
        background-position: center; } }
  .globalplayer.capitaldance .brand-background {
    background-color: #000;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitaldance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitaldance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }
  .globalplayer.capitalxtra .brand-background {
    background-color: #0e1a37;
    background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }
  .globalplayer.capitalxtra .content-item__image,
  .globalplayer.capitalxtra .episode__artwork__main {
    background-size: auto; }
  .globalplayer.capitalxtrareloaded .brand-background {
    background-color: #0e1a37;
    background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }
  .globalplayer.capitalxtrareloaded .content-item__image,
  .globalplayer.capitalxtrareloaded .episode__artwork__main {
    background-size: auto; }
  .globalplayer.classicfm .brand-background {
    background-color: #414042;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.classicfm .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.classicfm .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }
  .globalplayer.gold .brand-background {
    background-color: #ab9258;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.gold .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.gold .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }
  .globalplayer.heart .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }
  .globalplayer.heartdance .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heartdance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heartdance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }
  .globalplayer.heart70s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart70s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart70s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }
  .globalplayer.heart80s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart80s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart80s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }
  .globalplayer.heart90s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart90s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart90s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }
  .globalplayer.heart00s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart00s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart00s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }
  .globalplayer.heartxmas .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heartxmas .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heartxmas .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }
  .globalplayer.lbc .brand-background {
    background-color: #105387;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.lbc .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.lbc .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }
  .globalplayer.lbcnews .brand-background {
    background-color: #105387;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.lbcnews .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.lbcnews .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }
  .globalplayer.radiox .brand-background {
    background-color: #37a247;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.radiox .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.radiox .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }
  .globalplayer.smooth .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }
  .globalplayer.smoothchill .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }
  .globalplayer.smoothcountry .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }
  .globalplayer .gdpr-modal,
  .globalplayer .backdrop--gdpr-modal {
    z-index: 5000007; }
  .globalplayer .rounded-logo {
    position: relative; }
  .globalplayer.modal-open {
    overflow-x: hidden;
    height: 100vh; }

a {
  color: #006efa;
  text-decoration: none;
  transition: opacity 0.3s; }
  a:active, a:hover {
    color: #0058c7; }

.content-page {
  position: relative;
  padding: 54px 16px 120px 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .content-page {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }
  .content-page__background {
    background-image: url(/_next/static/images/global-player-background-d2875ae186faa7b85ed7f11dc0d040d3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }

.settings-content {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 40px 60px;
  padding-bottom: 160px;
  position: relative;
  max-width: 700px; }
  @media screen and (max-width: 1023px) {
    .settings-content {
      padding: 40px 6vw;
      padding-bottom: 200px;
      width: 95%; } }
  @media screen and (max-width: 767px) {
    .settings-content {
      width: 100%; } }

/* Fix for the scrubber in the playbar on catchup mode going offscreen */
body {
  overflow-x: hidden; }

/* For preventing Zendesk widget from overlapping on playbar */
iframe#launcher {
  bottom: 90px !important;
  z-index: 6 !important; }
  @media screen and (max-width: 767px) {
    iframe#launcher {
      bottom: 130px !important;
      /* For preventing Zendesk widget from overlapping on playbar */ } }
  @media screen and (max-width: 767px) and (pointer: fine) {
    iframe#launcher {
      right: 30px !important; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
#globalplayer.jwplayer.jw-skin-gp-player.jw-flag-ads {
  z-index: 6; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.encourageModal_2hbfSBPw {
  position: relative;
  z-index: 5000009; }

.wrapper_3fBROfaB {
  width: 100%;
  padding: 40px 15px; }
  @media screen and (min-width: 1023px) {
    .wrapper_3fBROfaB {
      position: absolute;
      padding: 35px 15px; } }
  @media screen and (min-width: 321px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        margin: 0 auto 25px;
        max-width: 370px;
        font-size: 22px;
        line-height: 28px; } }
  @media screen and (max-width: 321px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        margin: 0 auto 50px;
        width: 100%;
        max-width: 270px;
        font-size: 17px;
        line-height: 22px; } }
  @media screen and (min-width: 1023px) {
    .wrapper_3fBROfaB {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        max-width: 450px;
        font-size: 34px;
        line-height: 40px;
        margin: 0 auto 25px; } }
  @media screen and (min-width: 767px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        max-width: 370px;
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 25px; } }

.list_1lXIOPiT {
  text-align: left;
  max-width: 450px;
  margin: 35px auto; }

.item_2EogbXeD {
  color: #4a4a4a;
  margin-bottom: 15px;
  display: flex; }
  .item_2EogbXeD .icon_5-wwvLXI {
    padding-top: 2px; }
  .item_2EogbXeD svg {
    height: 16px;
    width: 16px;
    margin-right: 5px; }
  .item_2EogbXeD .text_6Jwt24qI {
    font-size: 16px;
    line-height: 21px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.allow-page {
  text-align: center; }
  .allow-page__logo {
    display: inline-block;
    margin: 0 auto 20px;
    max-width: 100px;
    width: 20%; }
    .allow-page__logo--heart {
      margin-bottom: 30px;
      max-width: 220px;
      width: 100%; }
    @media screen and (min-width: 480px) {
      .allow-page__logo {
        width: 100%; } }
  .allow-page__list {
    padding-left: 25px; }
    .allow-page__list li {
      font-size: 12px;
      line-height: 16px;
      list-style-type: initial;
      margin-bottom: 10px; }
  .allow-page__text {
    padding: 20px;
    text-align: left; }
    .allow-page__text--heart {
      text-align: center;
      max-width: 630px;
      margin: 0 auto; }
    .allow-page__text__heading {
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 20px; }
      .allow-page__text__heading--heart {
        font-size: 20px;
        margin-bottom: 35px; }
    .allow-page__text__subheading {
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      margin-bottom: 5px; }
    .allow-page__text p.allow-page__text__paragraph--heart {
      margin: 0; }
    .allow-page__text__paragraph {
      font-size: 13px;
      line-height: 18px; }
      .allow-page__text__paragraph--heart {
        font-size: 16px;
        line-height: 26px; }
    .allow-page__text__privacy-manager-link {
      cursor: pointer;
      color: #006efa; }
  .allow-page .allowBtn {
    margin-bottom: 10px; }

.skill-enablement {
  padding: 40px; }
  .skill-enablement__logo {
    display: block;
    margin: 0 auto 40px;
    max-width: 100px;
    width: 100%; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.header_1ihMY3yM {
  margin-bottom: 40px; }

.title_1QRgDldJ {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px; }

.details_2jZJpEt4 {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 20px; }
  .details_2jZJpEt4 ul {
    list-style: initial;
    margin: 1em 0;
    padding-left: 1em; }

.form_30IxXSDA {
  max-width: 700px;
  width: 50%;
  margin-bottom: 15px; }

.disclaimer_1pNfcLr1 {
  font-style: italic;
  font-size: 16px;
  line-height: 21px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (min-width: 1023px) and (pointer: fine) {
  .globalplayer .catchup-brand {
    padding-top: 0; } }

.globalplayer .catchup-brand__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 16px 0 20px; }

.globalplayer .catchup-brand__help-text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px; }

.globalplayer .catchup-brand__shows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .catchup-brand__shows {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .catchup-brand__shows--grid-fixer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    grid-column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .catchup-brand__shows--grid-fixer {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        grid-column-gap: 16px; } }
  .globalplayer .catchup-brand__shows__show {
    grid-column: span 2;
    margin-bottom: 16px; }
    @media screen and (min-width: 767px) {
      .globalplayer .catchup-brand__shows__show {
        margin-top: 16px;
        margin-bottom: 32px; } }
    .globalplayer .catchup-brand__shows__show__image {
      padding: 10px 0 0; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.gridItems_1Cn187e8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 32px; }
  @media screen and (max-width: 767px) {
    .gridItems_1Cn187e8 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }
  @media screen and (max-width: 767px) {
    .gridItems_1Cn187e8 {
      grid-row-gap: 16px; } }

.gridItem_dpKNMUfg {
  grid-column: span 2; }

.gridItemImage_A4mlMkUZ {
  padding: 10px 0 0; }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.playableBlockItems_3m5KH1l1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media screen and (max-width: 1441px) {
    .playableBlockItems_3m5KH1l1 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .playableBlockItems_3m5KH1l1 {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 10px; } }

.playableBlockItems_3m5KH1l1 > div {
  border-bottom: 0;
  padding: 0; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.catchup-show {
  overflow: hidden; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .catchup-show {
      padding-left: 50px; } }
  @media screen and (max-width: 1023px) {
    .catchup-show {
      padding: 44px 32px 0; } }
  @media screen and (max-width: 767px) {
    .catchup-show {
      padding: 54px 15px 120px 15px; } }
  @media screen and (min-width: 1440px) {
    .catchup-show {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .catchup-show .content-page__background {
      background-size: 58% auto; } }
  .catchup-show__detail {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .catchup-show__detail {
        width: 50%;
        padding-right: 15px; } }
    @media screen and (min-width: 1023px) {
      .catchup-show__detail {
        padding-top: 15px; } }
    @media screen and (min-width: 1440px) {
      .catchup-show__detail {
        width: 660px;
        padding-right: 40px; } }
    .catchup-show__detail__image-container {
      position: relative;
      max-width: 290px;
      margin: 0 auto 30px; }
      @media screen and (min-width: 767px) {
        .catchup-show__detail__image-container {
          max-width: calc(100% - 120px); } }
      .catchup-show__detail__image-container::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        left: 4px;
        transform: translate(-100%, 0);
        background: url("/assets/shadow-left.png") no-repeat; }
      .catchup-show__detail__image-container::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        right: 4px;
        transform: translate(100%, 0);
        background: url("/assets/shadow-right.png") no-repeat; }
    .catchup-show__detail__image {
      background-size: cover;
      border-radius: 8px;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    .catchup-show__detail__brand-link {
      display: inline-block;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-show__detail__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left; }
    .catchup-show__detail__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 35px;
      text-align: left;
      white-space: pre-wrap; }
    .catchup-show__detail__author {
      color: #767676;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-show__detail__link__container {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-show__detail__button-container {
      margin: 0 auto 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px 8px;
      flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .catchup-show__detail__button-container {
          max-width: calc(100% - 120px); } }
      .catchup-show__detail__button-container > div:not(.podcast-show__detail__button-container__podcast-show-share-button-container) {
        position: absolute; }
      .catchup-show__detail__button-container .catchup-show__play-button {
        display: flex;
        align-items: center;
        min-width: 130px;
        min-height: 44px;
        margin: 0;
        padding: 9px 20px; }
        .catchup-show__detail__button-container .catchup-show__play-button .icon {
          width: 30px;
          height: 30px; }
        @media screen and (min-width: 321px) {
          .catchup-show__detail__button-container .catchup-show__play-button .equaliser {
            margin-top: -4px; } }
        @media screen and (min-width: 767px) {
          .catchup-show__detail__button-container .catchup-show__play-button .equaliser {
            margin-top: -15px; } }
        .catchup-show__detail__button-container .catchup-show__play-button .catchup-show__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 8px; }
  .catchup-show__info-container {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 40px 0 0; }
    @media screen and (min-width: 767px) {
      .catchup-show__info-container {
        width: 50%;
        margin: 0 auto 0 0; } }
    @media screen and (min-width: 1023px) {
      .catchup-show__info-container {
        padding: 15px 10px; } }
    @media screen and (min-width: 1440px) {
      .catchup-show__info-container {
        max-width: 620px; } }
    .catchup-show__info-container__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      text-align: left;
      margin-bottom: 5px; }
    .catchup-show__info-container__author {
      font-size: 15px;
      line-height: 20px;
      color: #767676;
      margin-bottom: 20px; }
    .catchup-show__info-container__detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .catchup-show__info-container__detail__icon {
        height: 100%;
        margin-right: 5px;
        margin-bottom: 2px; }
      .catchup-show__info-container__detail__date {
        font-size: 15px;
        line-height: 20px; }
    .catchup-show__info-container__subtitle {
      margin-bottom: 15px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 767px) {
        .catchup-show__info-container__subtitle {
          margin-bottom: 20px; } }
    .catchup-show__info-container__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
      white-space: pre-wrap; }
      @media screen and (min-width: 767px) {
        .catchup-show__info-container__description {
          margin-bottom: 150px; } }
      @media screen and (min-width: 1023px) {
        .catchup-show__info-container__description {
          margin-bottom: 60px; } }
      .catchup-show__info-container__description p {
        margin-bottom: 20px; }
  .catchup-show__episodes {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .catchup-show__episodes {
        width: 50%;
        padding-left: 15px;
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .catchup-show__episodes {
        padding-top: 20px; } }
    @media screen and (min-width: 1440px) {
      .catchup-show__episodes {
        width: calc(100% - 660px); } }
    .catchup-show__episodes__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) {
        .catchup-show__episodes__title {
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 1440px) {
        .catchup-show__episodes__title {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 767px) {
      .catchup-show__episodes .episode {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .catchup-show__episodes .episode {
        padding-left: 0;
        padding-right: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.catchup-episode {
  overflow: hidden; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .catchup-episode {
      padding-left: 50px; } }
  @media screen and (max-width: 1023px) {
    .catchup-episode {
      padding: 44px 32px 0; } }
  @media screen and (max-width: 767px) {
    .catchup-episode {
      padding: 54px 15px 120px 15px; } }
  @media screen and (min-width: 1440px) {
    .catchup-episode {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .catchup-episode .content-page__background {
      background-size: 58% auto; } }
  .catchup-episode__detail {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .catchup-episode__detail {
        width: 50%;
        padding-right: 15px; } }
    @media screen and (min-width: 1023px) {
      .catchup-episode__detail {
        padding-top: 15px; } }
    @media screen and (min-width: 1440px) {
      .catchup-episode__detail {
        width: 660px;
        padding-right: 40px; } }
    .catchup-episode__detail__image-container {
      position: relative;
      max-width: 290px;
      margin: 0 auto 30px; }
      @media screen and (min-width: 767px) {
        .catchup-episode__detail__image-container {
          max-width: calc(100% - 120px); } }
      .catchup-episode__detail__image-container::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        left: 4px;
        transform: translate(-100%, 0);
        background: url("/assets/shadow-left.png") no-repeat; }
      .catchup-episode__detail__image-container::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        right: 4px;
        transform: translate(100%, 0);
        background: url("/assets/shadow-right.png") no-repeat; }
    .catchup-episode__detail__image {
      background-size: cover;
      border-radius: 8px;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    .catchup-episode__detail__brand-link {
      display: inline-block;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-episode__detail__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left; }
    .catchup-episode__detail__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 35px;
      text-align: left;
      white-space: pre-wrap; }
    .catchup-episode__detail__author {
      color: #767676;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-episode__detail__link__container {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
    .catchup-episode__detail__button-container {
      margin: 0 auto 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px 8px;
      flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .catchup-episode__detail__button-container {
          max-width: calc(100% - 120px); } }
      .catchup-episode__detail__button-container > div:not(.podcast-show__detail__button-container__podcast-show-share-button-container) {
        position: absolute; }
      .catchup-episode__detail__button-container .catchup-episode__play-button {
        display: flex;
        align-items: center;
        min-width: 130px;
        min-height: 44px;
        margin: 0;
        padding: 9px 20px; }
        .catchup-episode__detail__button-container .catchup-episode__play-button .icon {
          width: 30px;
          height: 30px; }
        @media screen and (min-width: 321px) {
          .catchup-episode__detail__button-container .catchup-episode__play-button .equaliser {
            margin-top: -4px; } }
        @media screen and (min-width: 767px) {
          .catchup-episode__detail__button-container .catchup-episode__play-button .equaliser {
            margin-top: -15px; } }
        .catchup-episode__detail__button-container .catchup-episode__play-button .catchup-episode__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 8px; }
  .catchup-episode__info-container {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 40px 0 0; }
    @media screen and (min-width: 767px) {
      .catchup-episode__info-container {
        width: 50%;
        margin: 0 auto 0 0; } }
    @media screen and (min-width: 1023px) {
      .catchup-episode__info-container {
        padding: 15px 10px; } }
    @media screen and (min-width: 1440px) {
      .catchup-episode__info-container {
        max-width: 620px; } }
    .catchup-episode__info-container__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      text-align: left;
      margin-bottom: 5px; }
    .catchup-episode__info-container__author {
      font-size: 15px;
      line-height: 20px;
      color: #767676;
      margin-bottom: 20px; }
    .catchup-episode__info-container__detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .catchup-episode__info-container__detail__icon {
        height: 100%;
        margin-right: 5px;
        margin-bottom: 2px; }
      .catchup-episode__info-container__detail__date {
        font-size: 15px;
        line-height: 20px; }
    .catchup-episode__info-container__subtitle {
      margin-bottom: 15px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 767px) {
        .catchup-episode__info-container__subtitle {
          margin-bottom: 20px; } }
    .catchup-episode__info-container__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
      white-space: pre-wrap; }
      @media screen and (min-width: 767px) {
        .catchup-episode__info-container__description {
          margin-bottom: 150px; } }
      @media screen and (min-width: 1023px) {
        .catchup-episode__info-container__description {
          margin-bottom: 60px; } }
      .catchup-episode__info-container__description p {
        margin-bottom: 20px; }
  .catchup-episode__episodes {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .catchup-episode__episodes {
        width: 50%;
        padding-left: 15px;
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .catchup-episode__episodes {
        padding-top: 20px; } }
    @media screen and (min-width: 1440px) {
      .catchup-episode__episodes {
        width: calc(100% - 660px); } }
    .catchup-episode__episodes__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) {
        .catchup-episode__episodes__title {
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 1440px) {
        .catchup-episode__episodes__title {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 767px) {
      .catchup-episode__episodes .episode {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .catchup-episode__episodes .episode {
        padding-left: 0;
        padding-right: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.jingleBellBall_SEySZfub {
  max-width: unset;
  min-height: 100vh;
  background-color: #00f0c4fe; }
  @media screen and (min-width: 1023px) {
    .jingleBellBall_SEySZfub {
      padding-left: 112px; } }

.content_2X9-qeNj {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }

.hero_1Zeh33Ty {
  aspect-ratio: 2/1;
  margin: -10px -16px 24px -16px;
  position: relative;
  max-width: 800px;
  width: 100vw; }
  @media screen and (min-width: 767px) {
    .hero_1Zeh33Ty {
      margin-bottom: 48px; } }
  @media screen and (min-width: 1023px) {
    .hero_1Zeh33Ty {
      margin-top: -50px; } }

.description_3yIeO57a {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  color: #7200bd; }
  @media screen and (min-width: 767px) {
    .description_3yIeO57a {
      margin-bottom: 20px; } }

.title_1R0RGPw5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
  max-width: 326px; }
  @media screen and (min-width: 767px) {
    .title_1R0RGPw5 {
      max-width: 472px;
      font-size: 28px;
      line-height: 34px; } }

.subtitle_aSHpQOCG {
  font-size: 16px;
  line-height: 21px;
  max-width: 375px; }
  @media screen and (min-width: 767px) {
    .subtitle_aSHpQOCG {
      max-width: 412px; } }

.isTouchscreen_3MeBUpXz {
  margin-top: -5px; }
  @media screen and (min-width: 1023px) {
    .isTouchscreen_3MeBUpXz {
      padding-left: 16px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.live-video-cta-minimised {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 200px; }
  @media screen and (min-width: 767px) and (min-height: 480px) {
    .live-video-cta-minimised {
      right: 10px; } }
  @media screen and (min-width: 1023px) {
    .live-video-cta-minimised {
      right: 120px; } }
  @media screen and (min-width: 1023px) and (min-height: 600px) and (orientation: landscape) {
    .live-video-cta-minimised {
      right: 6%; } }

.globalplayer .previous-next-tracks {
  bottom: 0;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 130px;
  padding-right: 16px;
  padding-left: 16px;
  transform: translateY(-120px);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 78px);
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .previous-next-tracks {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
    display: inline-block;
    grid-column: span 3; }
    .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
      color: #ffffff;
      margin-bottom: 10px;
      text-shadow: 0 0 5px black;
      text-transform: uppercase;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
          font-size: 12px; } }
  .globalplayer .previous-next-tracks__previous {
    text-align: right; }
  .globalplayer .previous-next-tracks__next {
    text-align: left; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .globalplayer .previous-next-tracks {
      padding-top: 20px;
      padding-bottom: 0;
      padding-left: 104px;
      padding-right: 52px; } }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .globalplayer .previous-next-tracks {
      background: none;
      position: relative;
      transform: none; }
      .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
        color: #4a4a4a;
        text-shadow: none; } }
  @media screen and (max-width: 767px) {
    .globalplayer .previous-next-tracks {
      max-width: 600px; }
      .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
        grid-column: span 2; } }
  @media screen and (max-width: 600px) {
    .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
      grid-column: span 1; } }

.globalplayer .carousel-station {
  margin: 0 auto;
  padding-top: 5px; }
  .globalplayer .carousel-station__items {
    z-index: 1; }

.globalplayer .globalplayer-background {
  background-size: cover;
  z-index: -1;
  height: calc(100vh - 100px);
  min-height: 650px; }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .globalplayer .globalplayer-background {
      max-height: 600px;
      height: 60%;
      min-height: 400px; } }
  @media screen and (max-width: 767px) {
    .globalplayer .globalplayer-background {
      max-height: 400px;
      height: 60%; } }

.globalplayer .background-image {
  transition: background-image 0.5s; }

.globalplayer .content {
  display: flex;
  flex-direction: column;
  min-height: unset;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 54px;
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .globalplayer .content {
      padding: 50px 52px 80px 104px;
      padding-top: 0;
      height: calc(100vh - 100px);
      min-height: 650px; } }
  .globalplayer .content .presenter-background {
    display: none; }
    @media screen and (min-width: 1023px) and (pointer: fine) {
      .globalplayer .content .presenter-background {
        left: 0;
        display: block;
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: bottom center;
        height: 100%;
        box-sizing: content-box;
        padding-left: 60px; } }
  .globalplayer .content .metadata-container {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    height: 70%;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (min-width: 1023px) and (pointer: fine) {
      .globalplayer .content .metadata-container {
        width: calc(100% - 156px); } }
    .globalplayer .content .metadata-container .column {
      display: inline-block;
      padding: 0 2.5vw;
      width: 33.33333%; }
      .globalplayer .content .metadata-container .column.track-container {
        min-width: 450px;
        padding: 0;
        text-align: center; }
    .globalplayer .content .metadata-container.presenter {
      display: block;
      width: 33%;
      height: auto; }
      .globalplayer .content .metadata-container.presenter > div {
        display: block;
        width: 100%; }
    @media screen and (max-width: 1023px), screen and (pointer: coarse) {
      .globalplayer .content .metadata-container {
        display: block;
        margin: 0;
        position: relative;
        transform: none;
        padding-bottom: 25px; }
        .globalplayer .content .metadata-container .column {
          display: block;
          width: 100%; }
          .globalplayer .content .metadata-container .column.track-container {
            min-width: auto;
            margin-top: 20px; }
        .globalplayer .content .metadata-container > div {
          width: 100%; }
        .globalplayer .content .metadata-container.presenter {
          margin-top: 0;
          position: relative;
          width: 100%;
          top: 0;
          transform: none; } }
    .globalplayer .content .metadata-container .show-info-badge-main {
      align-self: center;
      display: block; }
      @media screen and (max-width: 1023px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-badge-main {
          display: none; } }
    .globalplayer .content .metadata-container .show-info-card {
      display: none;
      position: relative;
      top: 0; }
      .globalplayer .content .metadata-container .show-info-card.track {
        display: block; }
      .globalplayer .content .metadata-container .show-info-card .card-badge {
        display: none; }
      .globalplayer .content .metadata-container .show-info-card .apple-music-badge {
        left: 25px;
        top: 25px; }
      @media screen and (max-width: 1023px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-card {
          display: block; }
          .globalplayer .content .metadata-container .show-info-card.track {
            display: block; }
          .globalplayer .content .metadata-container .show-info-card .card-badge {
            display: inline-block; } }
      @media screen and (max-width: 767px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-card {
          margin: 20px auto 0; }
          .globalplayer .content .metadata-container .show-info-card .apple-music-badge {
            left: 15px;
            top: 15px; } }
      .globalplayer .content .metadata-container .show-info-card .card-frame {
        width: 100%;
        height: 100%;
        max-width: 50vh;
        max-height: 50vh;
        text-align: left;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            min-width: 50vh;
            min-height: 50vh; } }
        @media screen and (min-width: 768px), (min-width: 768px) and (orientation: landscape) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            min-height: 320px;
            min-width: 320px; } }
        @media screen and (max-width: 767px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            width: 100%;
            height: 100%;
            min-height: 320px;
            min-width: 320px;
            max-width: 320px;
            max-height: 320px; }
            .globalplayer .content .metadata-container .show-info-card .card-frame img {
              min-height: 320px;
              min-width: 320px; } }
        @media screen and (max-width: 321px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            width: 100%;
            height: 100%;
            min-height: initial;
            min-width: initial;
            max-width: 280px;
            max-height: 280px; }
            .globalplayer .content .metadata-container .show-info-card .card-frame img {
              min-height: 280px;
              min-width: 280px; } }

/* Fix for Storybook animation of Show Info Card not factoring in left position */
.show-info-card-exit {
  height: 100%;
  width: 100%; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.globalplayer .my-library b {
  font-weight: 700; }

.globalplayer .my-library__header {
  margin-bottom: 40px; }
  .globalplayer .my-library__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px; }

.globalplayer .my-library__links {
  margin-bottom: 25px; }

.globalplayer .my-library__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .my-library__items {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .my-library__items--grid-fixer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    grid-column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .my-library__items--grid-fixer {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        grid-column-gap: 16px; } }
  .globalplayer .my-library__items__item {
    grid-column: span 2;
    margin-bottom: 32px;
    margin-top: 16px; }
    .globalplayer .my-library__items__item__image {
      padding: 10px 0 0; }
    @media screen and (min-width: 767px) {
      .globalplayer .my-library__items__item {
        margin-top: 0; } }

.globalplayer .my-library__panel {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  .globalplayer .my-library__panel__button--login {
    margin-right: 10px;
    margin-bottom: 10px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.playlist-details {
  overflow: hidden; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .playlist-details {
      padding-left: 50px; } }
  @media screen and (max-width: 1023px) {
    .playlist-details {
      padding: 44px 32px 0; } }
  @media screen and (max-width: 767px) {
    .playlist-details {
      padding: 54px 15px 120px 15px; } }
  @media screen and (min-width: 1440px) {
    .playlist-details {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .playlist-details .content-page__background {
      background-size: 58% auto; } }
  .playlist-details__detail {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .playlist-details__detail {
        width: 50%;
        padding-right: 15px; } }
    @media screen and (min-width: 1023px) {
      .playlist-details__detail {
        padding-top: 15px; } }
    @media screen and (min-width: 1440px) {
      .playlist-details__detail {
        width: 660px;
        padding-right: 40px; } }
    .playlist-details__detail__image-container {
      position: relative;
      max-width: 290px;
      margin: 0 auto 30px; }
      @media screen and (min-width: 767px) {
        .playlist-details__detail__image-container {
          max-width: calc(100% - 120px); } }
      .playlist-details__detail__image-container::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        left: 4px;
        transform: translate(-100%, 0);
        background: url("/assets/shadow-left.png") no-repeat; }
      .playlist-details__detail__image-container::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        right: 4px;
        transform: translate(100%, 0);
        background: url("/assets/shadow-right.png") no-repeat; }
    .playlist-details__detail__image {
      background-size: cover;
      border-radius: 8px;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    .playlist-details__detail__brand-link {
      display: inline-block;
      margin-bottom: 25px;
      text-align: left; }
    .playlist-details__detail__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left; }
    .playlist-details__detail__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 35px;
      text-align: left;
      white-space: pre-wrap; }
    .playlist-details__detail__author {
      color: #767676;
      margin-bottom: 25px;
      text-align: left; }
    .playlist-details__detail__link__container {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
    .playlist-details__detail__button-container {
      margin: 0 auto 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px 8px;
      flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .playlist-details__detail__button-container {
          max-width: calc(100% - 120px); } }
      .playlist-details__detail__button-container > div:not(.podcast-show__detail__button-container__podcast-show-share-button-container) {
        position: absolute; }
      .playlist-details__detail__button-container .playlist-details__play-button {
        display: flex;
        align-items: center;
        min-width: 130px;
        min-height: 44px;
        margin: 0;
        padding: 9px 20px; }
        .playlist-details__detail__button-container .playlist-details__play-button .icon {
          width: 30px;
          height: 30px; }
        @media screen and (min-width: 321px) {
          .playlist-details__detail__button-container .playlist-details__play-button .equaliser {
            margin-top: -4px; } }
        @media screen and (min-width: 767px) {
          .playlist-details__detail__button-container .playlist-details__play-button .equaliser {
            margin-top: -15px; } }
        .playlist-details__detail__button-container .playlist-details__play-button .playlist-details__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 8px; }
  .playlist-details__info-container {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 40px 0 0; }
    @media screen and (min-width: 767px) {
      .playlist-details__info-container {
        width: 50%;
        margin: 0 auto 0 0; } }
    @media screen and (min-width: 1023px) {
      .playlist-details__info-container {
        padding: 15px 10px; } }
    @media screen and (min-width: 1440px) {
      .playlist-details__info-container {
        max-width: 620px; } }
    .playlist-details__info-container__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      text-align: left;
      margin-bottom: 5px; }
    .playlist-details__info-container__author {
      font-size: 15px;
      line-height: 20px;
      color: #767676;
      margin-bottom: 20px; }
    .playlist-details__info-container__detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .playlist-details__info-container__detail__icon {
        height: 100%;
        margin-right: 5px;
        margin-bottom: 2px; }
      .playlist-details__info-container__detail__date {
        font-size: 15px;
        line-height: 20px; }
    .playlist-details__info-container__subtitle {
      margin-bottom: 15px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 767px) {
        .playlist-details__info-container__subtitle {
          margin-bottom: 20px; } }
    .playlist-details__info-container__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
      white-space: pre-wrap; }
      @media screen and (min-width: 767px) {
        .playlist-details__info-container__description {
          margin-bottom: 150px; } }
      @media screen and (min-width: 1023px) {
        .playlist-details__info-container__description {
          margin-bottom: 60px; } }
      .playlist-details__info-container__description p {
        margin-bottom: 20px; }
  .playlist-details__episodes {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .playlist-details__episodes {
        width: 50%;
        padding-left: 15px;
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .playlist-details__episodes {
        padding-top: 20px; } }
    @media screen and (min-width: 1440px) {
      .playlist-details__episodes {
        width: calc(100% - 660px); } }
    .playlist-details__episodes__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) {
        .playlist-details__episodes__title {
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 1440px) {
        .playlist-details__episodes__title {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 767px) {
      .playlist-details__episodes .episode {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .playlist-details__episodes .episode {
        padding-left: 0;
        padding-right: 0; } }

.globalplayer .playlist-details {
  background-image: linear-gradient(114deg, #19e4ff -65%, #1e54ef 100%); }
  .globalplayer .playlist-details__gradient {
    width: 100vw;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 40%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__gradient {
        background-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0, #fff 27%); } }
    @media screen and (min-width: 1440px) {
      .globalplayer .playlist-details__gradient {
        background-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0, #fff 32%); } }
  @media screen and (max-width: 1023px) {
    .globalplayer .playlist-details {
      padding: 44px 32px 120px; } }
  @media screen and (max-width: 767px) {
    .globalplayer .playlist-details {
      padding: 44px 16px 120px; } }
  .globalplayer .playlist-details__detail {
    z-index: 2;
    position: relative; }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__detail {
        padding-top: 30px; } }
    @media screen and (max-width: 1023px) {
      .globalplayer .playlist-details__detail {
        width: 100%;
        padding-right: 0; } }
    .globalplayer .playlist-details__detail__playing-container {
      margin: 0 auto 25px; }
      .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
        padding: 15px 0 0;
        transform: none;
        display: flex;
        justify-content: center;
        margin-bottom: 30px; }
        @media screen and (min-width: 767px) {
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
            max-width: 340px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px; } }
        @media screen and (min-width: 1440px) {
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
            max-width: none;
            padding-top: 30px; } }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous, .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next {
          max-width: 220px;
          width: 100%; }
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous p, .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next p {
            text-align: left;
            color: #4a4a4a;
            font-weight: 700;
            text-shadow: none;
            text-transform: uppercase;
            font-size: 12px;
            margin-bottom: 10px; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous {
          margin-right: 2.5%; }
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous p {
            text-align: right; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next {
          margin-left: 2.5%; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks img {
          min-width: auto;
          min-height: auto; }
      .globalplayer .playlist-details__detail__playing-container .show-info-badge {
        text-align: left; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__image-container {
        margin: 0 auto; }
        @media screen and (min-width: 767px) {
          .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__image-container {
            max-width: 425px; } }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .card-frame {
        width: 100%;
        height: auto;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
        .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .card-frame .current-img {
          display: block; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .show-info__text__title {
        white-space: normal !important; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .apple-music-badge {
        top: 25px;
        left: 25px; }
  .globalplayer .playlist-details__info-container {
    z-index: 2;
    position: relative;
    padding-top: 15px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .playlist-details__info-container {
        width: 100%; } }
    @media screen and (min-width: 767px) {
      .globalplayer .playlist-details__info-container {
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__info-container {
        padding: 30px 16px 0; } }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__info-container__title {
        margin-top: 0px; } }

.playlistShareBtn {
  margin: 10px 0; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .playlists__header {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .globalplayer .playlists__header {
      flex-direction: row;
      justify-content: space-between; } }
  .globalplayer .playlists__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px; }
    @media screen and (min-width: 767px) {
      .globalplayer .playlists__header__title {
        margin: 0; } }

.globalplayer .playlists__detail {
  position: relative;
  width: 100%;
  padding: 10px 0; }
  .globalplayer .playlists__detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px; }
  .globalplayer .playlists__detail__title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px; }
  .globalplayer .playlists__detail__see-all {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }

.globalplayer .playlists .slick-carousel-slider__container {
  margin-left: -8px;
  margin-right: -8px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .playlists .slick-carousel-slider__container {
      margin-left: -16px;
      margin-right: -16px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcastsAllEpisodes_2VYLBTHS {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px; }
  @media screen and (min-width: 767px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (min-width: 1023px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 32px; } }
  @media screen and (min-width: 1440px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(16, 1fr); } }

.item_2w1_gyEQ {
  grid-column: span 2;
  margin-bottom: 16px; }
  @media screen and (min-width: 1023px) {
    .item_2w1_gyEQ {
      margin-bottom: 32px; } }

.podcastsHeader_2GpOtCQE {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px; }
  @media screen and (min-width: 767px) {
    .podcastsHeader_2GpOtCQE {
      flex-direction: row;
      justify-content: space-between; } }
  .podcastsHeader_2GpOtCQE .title_3brNYTw_ {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 20px; }
    @media screen and (min-width: 767px) {
      .podcastsHeader_2GpOtCQE .title_3brNYTw_ {
        margin: 0; } }

@media screen and (min-width: 767px) {
  .podcastsSearchBar_1EGPdHnr {
    float: right;
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.contentPage_FUdAlCGe {
  position: relative;
  padding: 54px 16px 120px 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .contentPage_FUdAlCGe {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcasts_3x99hxfX .heroHeader_JyWopYGW {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  padding-bottom: 5px; }
  @media screen and (min-width: 767px) {
    .podcasts_3x99hxfX .heroHeader_JyWopYGW {
      padding-bottom: 10px; } }

@media screen and (min-width: 767px) {
  .searchBar_3hyYmOZ2 {
    float: right;
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; } }

.searchBarHero_3iItmkHx {
  position: relative;
  margin-bottom: 25px;
  z-index: 3; }

.header_2Zzx5ywT {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .header_2Zzx5ywT {
      flex-direction: row;
      justify-content: space-between; } }

.headerTitle_1qKLUL9H {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .headerTitle_1qKLUL9H {
      margin: 0; } }

.grid_L6N_xtP3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .grid_L6N_xtP3 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }

.gridFixer_24gKPir5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .gridFixer_24gKPir5 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }

.podcastItem_4Se1h49U {
  grid-column: span 2; }

.withHeroHeader_3yMCtaPl {
  padding-top: 30px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.result_2W2Djc6B {
  background-color: #ffffff;
  display: block;
  padding: 12px;
  position: relative;
  color: #4a4a4a;
  transition: background-color 0.5s;
  z-index: 2; }
  .result_2W2Djc6B:hover {
    background-color: #e6e6e6; }

.selected_3a1idjAC {
  background-color: #e6e6e6;
  color: #006efa; }

.more_2A5mSPJK {
  font-weight: 700; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.carousel_1FaKFMUq {
  width: 100%;
  position: relative;
  padding: 10px 0; }

.header_lu4W-R2K {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px; }

.headerTitle_jwK2P_Zv {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0; }

.seeAll_1bj-bf6F {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }

.carouselContainer_IF0uMChR {
  margin-left: -8px;
  margin-right: -8px; }
  @media screen and (min-width: 1023px) {
    .carouselContainer_IF0uMChR {
      margin-left: -16px;
      margin-right: -16px; } }

.heroCarouselSlide_27ODPWe- {
  padding: 10px;
  transition: 0.3s ease-in-out transform; }
  .heroCarouselSlide_27ODPWe-:hover {
    transform: scale(1.05); }
  @media screen and (min-width: 767px) {
    .heroCarouselSlide_27ODPWe- {
      padding: 15px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .register {
  background-color: #006efa;
  background-image: url(/_next/static/images/desktop-601fb5ce25838fc35f049b97590a95e6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  max-width: 100%;
  padding-left: 60px;
  padding-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .globalplayer .register {
      background-image: none;
      display: block;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  .globalplayer .register__promo {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 10px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .register__promo {
        display: inline-flex;
        justify-content: center;
        padding: 10px 50px;
        margin: 0;
        width: 100%; } }
    .globalplayer .register__promo__logo--mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__logo--mobile {
          display: block;
          max-width: 100%; } }
    .globalplayer .register__promo__brands__logo {
      margin: 20px; }
    .globalplayer .register__promo__container {
      position: -webkit-sticky;
      position: sticky;
      top: 50px;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__container {
          display: none; } }
    .globalplayer .register__promo__headline {
      font-size: 34px;
      margin-bottom: 15px;
      margin-top: 25px; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__headline {
          font-size: 22px; } }
    .globalplayer .register__promo__text {
      font-size: 16px;
      line-height: 21px; }
  .globalplayer .register__form {
    background-color: #ffffff;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: -50px;
    padding: 40px 60px;
    padding-bottom: 160px;
    text-align: center;
    max-width: 700px;
    width: 50%; }
    .globalplayer .register__form__title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 44px; }
    .globalplayer .register__form__text {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 15px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .register__form {
        margin-top: 20px;
        padding: 40px 6vw;
        padding-bottom: 200px;
        width: 95%; } }
    @media screen and (max-width: 767px) {
      .globalplayer .register__form {
        width: 100%; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.alexa-linking-page {
  height: 100%;
  min-height: 950px; }
  @media screen and (min-width: 767px) {
    .alexa-linking-page {
      min-height: 850px; } }
  .alexa-linking-page .alexa-linking {
    background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
    height: 100%;
    display: flex;
    flex-direction: column; }
    .alexa-linking-page .alexa-linking__title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 24px;
      margin-bottom: 32px; }
      @media screen and (min-width: 1023px) {
        .alexa-linking-page .alexa-linking__title {
          margin-top: 0px; } }
      .alexa-linking-page .alexa-linking__title h1 {
        font-size: 34px;
        color: #ffffff;
        text-align: center;
        line-height: 40px; }
        @media screen and (min-width: 767px) {
          .alexa-linking-page .alexa-linking__title h1 {
            font-size: 56px;
            line-height: 76px; } }
    .alexa-linking-page .alexa-linking__body {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 767px) {
        .alexa-linking-page .alexa-linking__body {
          flex-direction: row;
          height: 80%; } }
      .alexa-linking-page .alexa-linking__body__content {
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center; }
        @media screen and (min-width: 767px) {
          .alexa-linking-page .alexa-linking__body__content {
            height: 100%;
            order: 2;
            width: 50%;
            justify-content: flex-start;
            align-items: flex-start;
            padding-top: 30px; } }
        .alexa-linking-page .alexa-linking__body__content__description {
          font-size: 15px;
          color: #ffffff;
          text-align: center;
          padding: 0px 16px 20px 16px; }
          @media screen and (min-width: 767px) {
            .alexa-linking-page .alexa-linking__body__content__description {
              text-align: left;
              padding-left: 5px;
              font-size: 17px; } }
          @media screen and (min-width: 1023px) {
            .alexa-linking-page .alexa-linking__body__content__description {
              width: 80%; } }
          @media screen and (min-width: 1440px) {
            .alexa-linking-page .alexa-linking__body__content__description {
              width: 60%; } }
          .alexa-linking-page .alexa-linking__body__content__description__title {
            font-weight: 700;
            margin-bottom: 20px; }
          .alexa-linking-page .alexa-linking__body__content__description p {
            line-height: 20px; }
            @media screen and (min-width: 767px) {
              .alexa-linking-page .alexa-linking__body__content__description p {
                line-height: 22px; } }
        .alexa-linking-page .alexa-linking__body__content__buttons {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 34px;
          flex-wrap: wrap; }
          @media screen and (min-width: 767px) {
            .alexa-linking-page .alexa-linking__body__content__buttons {
              justify-content: flex-start; } }
          .alexa-linking-page .alexa-linking__body__content__buttons__button {
            height: 44px; }
        .alexa-linking-page .alexa-linking__body__content__alexa-logo-container {
          height: 20px;
          width: 134px; }
          .alexa-linking-page .alexa-linking__body__content__alexa-logo-container img {
            width: 100%; }
          @media screen and (min-width: 767px) {
            .alexa-linking-page .alexa-linking__body__content__alexa-logo-container {
              margin-left: 5px;
              height: 34px;
              width: 233px; } }
      .alexa-linking-page .alexa-linking__body__image-container {
        position: relative;
        height: auto;
        width: auto;
        display: flex;
        justify-content: center; }
        @media screen and (min-width: 767px) {
          .alexa-linking-page .alexa-linking__body__image-container {
            width: 50%;
            bottom: 0px;
            height: 100%;
            justify-content: flex-end; } }
        @media screen and (min-width: 1440px) {
          .alexa-linking-page .alexa-linking__body__image-container {
            padding-right: 60px; } }
        .alexa-linking-page .alexa-linking__body__image-container__echo-image {
          position: relative;
          height: 300px;
          width: 300px;
          display: flex;
          justify-content: center; }
          @media screen and (min-width: 767px) {
            .alexa-linking-page .alexa-linking__body__image-container__echo-image {
              height: 400px;
              width: 400px;
              min-width: 400px;
              bottom: 20px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (max-width: 1023px) {
  .change-password {
    padding-top: 44px; } }

.change-password__form {
  text-align: center; }
  .change-password__form__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 44px; }
  .change-password__form .form-field {
    margin-bottom: 30px;
    text-align: left; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (max-width: 1023px) {
  .edit-profile {
    padding-top: 44px; } }

.edit-profile .registration_form__buttons {
  text-align: left; }

.edit-profile__form {
  text-align: center; }
  .edit-profile__form__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 44px; }
  .edit-profile__form__field--dob .form-field {
    display: inline-block;
    padding: 3%;
    vertical-align: top;
    width: 50%; }
    .edit-profile__form__field--dob .form-field:first-of-type {
      padding-left: 0;
      width: 25%; }
    .edit-profile__form__field--dob .form-field:last-of-type {
      padding-right: 0;
      width: 25%; }
    @media screen and (max-width: 767px) {
      .edit-profile__form__field--dob .form-field {
        display: block;
        padding: 0;
        width: 100%; }
        .edit-profile__form__field--dob .form-field:first-of-type, .edit-profile__form__field--dob .form-field:last-of-type {
          width: 100%; } }
  .edit-profile__form .form-field {
    margin-bottom: 30px;
    text-align: left; }
  .edit-profile__form .form-radio-group__option {
    margin-bottom: 10px; }
    @media screen and (max-width: 321px) {
      .edit-profile__form .form-radio-group__option:last-of-type {
        margin-left: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.accountNavLinks_3Sc6Vn_F {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (max-width: 1023px) {
  .delete-account {
    padding-top: 44px; } }

.delete-account__heading {
  font-size: 22px;
  line-height: 28px; }

.delete-account__text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.settingsHeaderPanel_RCPffEoq {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  @media screen and (max-width: 767px) {
    .settingsHeaderPanel_RCPffEoq {
      padding: 20px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .settings {
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px; }
  .globalplayer .settings b {
    font-weight: 700; }
  @media screen and (max-width: 991px) {
    .globalplayer .settings {
      padding-bottom: 160px; } }
  .globalplayer .settings__panel {
    max-width: 40vw;
    margin-bottom: 65px; }
    .globalplayer .settings__panel__main {
      background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
      .globalplayer .settings__panel__main__links {
        display: flex;
        flex-wrap: wrap; }
        .globalplayer .settings__panel__main__links__edit-profile {
          margin-bottom: 8px; }
        .globalplayer .settings__panel__main__links__edit-profile, .globalplayer .settings__panel__main__links__link_confirmation, .globalplayer .settings__panel__main__links__link-device {
          color: #ffffff;
          font-size: 15px;
          font-weight: 700;
          line-height: 20px; }
        .globalplayer .settings__panel__main__links__edit-profile:hover, .globalplayer .settings__panel__main__links__link-device:hover {
          color: #ffffff;
          opacity: 0.6; }
        .globalplayer .settings__panel__main__links__link-device, .globalplayer .settings__panel__main__links__link_confirmation {
          width: 100%;
          margin-left: 0px;
          margin-top: 5px; }
          .globalplayer .settings__panel__main__links__link-device::before, .globalplayer .settings__panel__main__links__link_confirmation::before {
            content: unset; }
          @media screen and (min-width: 380px) {
            .globalplayer .settings__panel__main__links__link-device, .globalplayer .settings__panel__main__links__link_confirmation {
              margin-left: 20px;
              width: auto;
              margin-top: 0px; }
              .globalplayer .settings__panel__main__links__link-device::before, .globalplayer .settings__panel__main__links__link_confirmation::before {
                content: '|';
                position: relative;
                right: 10px; } }
      .globalplayer .settings__panel__main__name {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px; }
      .globalplayer .settings__panel__main__email {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px; }
      .globalplayer .settings__panel__main__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 40px; }
      .globalplayer .settings__panel__main__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .globalplayer .settings__panel {
        max-width: 100%; } }
    .globalplayer .settings__panel__title {
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .globalplayer .settings__panel__title {
          margin-bottom: 20px; } }
    .globalplayer .settings__panel__subtitle {
      font-size: 12px;
      margin-bottom: 10px;
      margin-left: 15px;
      text-transform: uppercase; }
    .globalplayer .settings__panel__link {
      background-color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #4a4a4a;
      display: block;
      font-size: 15px;
      padding: 20px;
      transition: background-color 0.3s;
      width: 100%; }
      .globalplayer .settings__panel__link:last-child {
        border: 0 none; }
      .globalplayer .settings__panel__link:hover {
        background-color: #e6e6e6;
        color: #4a4a4a; }
  .globalplayer .settings__footer {
    color: #767676;
    width: 100%;
    text-align: left;
    font-size: 15px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.recaptcha_1aibLI1S {
  margin-bottom: 20px; }

.dobFields_11hbwUNo {
  display: flex;
  flex-direction: column; }
  .dobFields_11hbwUNo :nth-child(2) {
    flex-grow: 1; }
  @media screen and (min-width: 767px) {
    .dobFields_11hbwUNo {
      gap: 30px;
      flex-direction: row; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.loginModal_Ch7dTr6l {
  padding: 20px 0; }

.loginFormFields_1AN8Nn8g {
  margin-bottom: 15px; }

.pill_3WXQ7gur {
  background-color: rgba(0, 110, 250, 0.2);
  border-radius: 12px;
  color: #1e54ef;
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto 15px;
  max-width: 70px;
  padding: 6px; }

.navLinks_3d1o9KeH {
  justify-content: center; }

.navLink_3K49C37p {
  cursor: pointer;
  margin-bottom: 30px;
  padding: 15px; }
  .navLink_3K49C37p:nth-child(2) {
    padding: 15px 50px; }
    @media screen and (max-width: 480px) {
      .navLink_3K49C37p:nth-child(2) {
        padding: 15px 30px; } }

.header_2x2XGz_T {
  color: #4a4a4a;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px; }

.mainHeader_3arxMfai {
  margin: 0 auto 30px;
  width: 100%;
  display: flex;
  flex-direction: column; }

.link_388qyo_B {
  font-size: 13px;
  line-height: 18px;
  color: #006efa;
  display: inline-block;
  margin: 15px 0; }

.loginForm_NBxNIxbH {
  padding: 20px 0; }
  @media screen and (max-width: 480px) {
    .loginForm_NBxNIxbH {
      padding: 0 8px; } }

.loginForm_NBxNIxbH,
.loginRegisterForm_KhDBmwFV {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px; }

.loginButton_fppm7iFH {
  width: 40px;
  height: 40px; }

.divider_1DRD82wr {
  margin: 18px;
  font-size: 13px;
  color: #767676; }
  .divider_1DRD82wr::before, .divider_1DRD82wr::after {
    display: inline-block;
    content: '';
    border-top: 1px solid #e5e5e5;
    width: 110px;
    margin: 0 1rem;
    transform: translateY(-4px); }
    @media screen and (max-width: 480px) {
      .divider_1DRD82wr::before, .divider_1DRD82wr::after {
        margin: 0 5px;
        width: 50px; } }

.socialButtons_1JkOQyu0 {
  max-width: 200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto; }

.apple_1yQBbqpP svg {
  fill: #4a4a4a; }

.facebook_2Lu_63y9 svg {
  fill: #3b5998; }

.twitter_cgXMjKRq svg {
  fill: #1da1f2; }

.terms_3ehqVosK {
  color: #4a4a4a;
  font-size: 11px;
  line-height: 13px;
  max-width: 350px;
  margin: 0 auto; }

.forgotPasswordButton_3QxvWJdR {
  font-size: 13px;
  line-height: 18px;
  color: #006efa;
  margin-top: 18px;
  padding: 0; }

.stickyHeader_OQ5eqGS2 {
  position: sticky;
  top: 0px;
  padding: 10px 0 20px;
  z-index: 2;
  background-color: white; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.gpModalBack_MZ5kJKpS {
  border-top-right-radius: 5px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: opacity 0.5s;
  width: 35px; }

.gpModalContainer_dqhNlbqf {
  color: #4a4a4a;
  width: 100%; }

.gpModalIcon_3Y3gVo7Y {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
  text-align: center; }

.gpModalTitle_Ru7lMxea {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 35px;
  margin-top: 40px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .gpModalIcon_3Y3gVo7Y {
    display: block;
    margin: 0 auto 20px;
    max-width: 260px;
    text-align: center; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.modal_vQBU4nxO {
  max-width: 550px; }

.form_2SBcnKFf {
  margin-top: 35px; }

.cancel_pqo0Ui7B {
  color: #006efa;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }
  .cancel_pqo0Ui7B:hover {
    color: #0058c8; }

.title_fosRkzRa {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px; }

.text_2qxgUzUH {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px; }

.submitButton_5a_26ZkS {
  margin-top: 20px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcast-show {
  overflow: hidden; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .podcast-show {
      padding-left: 50px; } }
  @media screen and (max-width: 1023px) {
    .podcast-show {
      padding: 44px 32px 0; } }
  @media screen and (max-width: 767px) {
    .podcast-show {
      padding: 54px 15px 120px 15px; } }
  @media screen and (min-width: 1440px) {
    .podcast-show {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .podcast-show .content-page__background {
      background-size: 58% auto; } }
  .podcast-show__detail {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .podcast-show__detail {
        width: 50%;
        padding-right: 15px; } }
    @media screen and (min-width: 1023px) {
      .podcast-show__detail {
        padding-top: 15px; } }
    @media screen and (min-width: 1440px) {
      .podcast-show__detail {
        width: 660px;
        padding-right: 40px; } }
    .podcast-show__detail__image-container {
      position: relative;
      max-width: 290px;
      margin: 0 auto 30px; }
      @media screen and (min-width: 767px) {
        .podcast-show__detail__image-container {
          max-width: calc(100% - 120px); } }
      .podcast-show__detail__image-container::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        left: 4px;
        transform: translate(-100%, 0);
        background: url("/assets/shadow-left.png") no-repeat; }
      .podcast-show__detail__image-container::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        right: 4px;
        transform: translate(100%, 0);
        background: url("/assets/shadow-right.png") no-repeat; }
    .podcast-show__detail__image {
      background-size: cover;
      border-radius: 8px;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    .podcast-show__detail__brand-link {
      display: inline-block;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-show__detail__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left; }
    .podcast-show__detail__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 35px;
      text-align: left;
      white-space: pre-wrap; }
    .podcast-show__detail__author {
      color: #767676;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-show__detail__link__container {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-show__detail__button-container {
      margin: 0 auto 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px 8px;
      flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .podcast-show__detail__button-container {
          max-width: calc(100% - 120px); } }
      .podcast-show__detail__button-container > div:not(.podcast-show__detail__button-container__podcast-show-share-button-container) {
        position: absolute; }
      .podcast-show__detail__button-container .podcast-show__play-button {
        display: flex;
        align-items: center;
        min-width: 130px;
        min-height: 44px;
        margin: 0;
        padding: 9px 20px; }
        .podcast-show__detail__button-container .podcast-show__play-button .icon {
          width: 30px;
          height: 30px; }
        @media screen and (min-width: 321px) {
          .podcast-show__detail__button-container .podcast-show__play-button .equaliser {
            margin-top: -4px; } }
        @media screen and (min-width: 767px) {
          .podcast-show__detail__button-container .podcast-show__play-button .equaliser {
            margin-top: -15px; } }
        .podcast-show__detail__button-container .podcast-show__play-button .podcast-show__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 8px; }
  .podcast-show__info-container {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 40px 0 0; }
    @media screen and (min-width: 767px) {
      .podcast-show__info-container {
        width: 50%;
        margin: 0 auto 0 0; } }
    @media screen and (min-width: 1023px) {
      .podcast-show__info-container {
        padding: 15px 10px; } }
    @media screen and (min-width: 1440px) {
      .podcast-show__info-container {
        max-width: 620px; } }
    .podcast-show__info-container__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      text-align: left;
      margin-bottom: 5px; }
    .podcast-show__info-container__author {
      font-size: 15px;
      line-height: 20px;
      color: #767676;
      margin-bottom: 20px; }
    .podcast-show__info-container__detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .podcast-show__info-container__detail__icon {
        height: 100%;
        margin-right: 5px;
        margin-bottom: 2px; }
      .podcast-show__info-container__detail__date {
        font-size: 15px;
        line-height: 20px; }
    .podcast-show__info-container__subtitle {
      margin-bottom: 15px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 767px) {
        .podcast-show__info-container__subtitle {
          margin-bottom: 20px; } }
    .podcast-show__info-container__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
      white-space: pre-wrap; }
      @media screen and (min-width: 767px) {
        .podcast-show__info-container__description {
          margin-bottom: 150px; } }
      @media screen and (min-width: 1023px) {
        .podcast-show__info-container__description {
          margin-bottom: 60px; } }
      .podcast-show__info-container__description p {
        margin-bottom: 20px; }
  .podcast-show__episodes {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .podcast-show__episodes {
        width: 50%;
        padding-left: 15px;
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .podcast-show__episodes {
        padding-top: 20px; } }
    @media screen and (min-width: 1440px) {
      .podcast-show__episodes {
        width: calc(100% - 660px); } }
    .podcast-show__episodes__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) {
        .podcast-show__episodes__title {
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 1440px) {
        .podcast-show__episodes__title {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 767px) {
      .podcast-show__episodes .episode {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .podcast-show__episodes .episode {
        padding-left: 0;
        padding-right: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.signin-page {
  position: relative;
  text-align: center; }
  .signin-page__logo {
    display: inline-block;
    margin: 20px 0;
    max-width: 200px;
    width: 100%; }
  .signin-page .form-checkbox .check {
    width: 20px;
    height: 20px; }
  .signin-page__wrapper__link {
    font-size: 13px;
    line-height: 18px;
    color: #006efa;
    display: inline-block;
    margin: 15px 0; }
  .signin-page__wrapper__pill {
    background-color: rgba(0, 110, 250, 0.2);
    border-radius: 12px;
    color: #1e54ef;
    font-size: 11px;
    font-weight: 700;
    margin: 0 auto 15px;
    max-width: 70px;
    padding: 6px; }
  .signin-page__wrapper__nav-link {
    cursor: pointer;
    margin-bottom: 30px;
    padding: 15px;
    border-bottom: 3px solid #e5e5e5; }
    .signin-page__wrapper__nav-link:nth-child(2) {
      padding: 15px 50px; }
      @media screen and (max-width: 480px) {
        .signin-page__wrapper__nav-link:nth-child(2) {
          padding: 15px 30px; } }
  .signin-page__wrapper__header {
    color: #4a4a4a;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px; }
  .signin-page__wrapper__form {
    padding: 20px 0; }
    @media screen and (max-width: 480px) {
      .signin-page__wrapper__form {
        padding: 0 8px; } }
    .signin-page__wrapper__form--login, .signin-page__wrapper__form--register {
      max-width: 450px;
      margin: 0 auto;
      padding: 0 10px; }
    .signin-page__wrapper__form--login .form-field {
      margin-bottom: 15px; }
    .signin-page__wrapper__form--register {
      height: 480px;
      overflow-y: scroll; }
    .signin-page__wrapper__form__login-button {
      border: 1px solid rgba(118, 118, 118, 0.3);
      border-radius: 3px;
      height: 40px;
      opacity: 1;
      padding: 0;
      transition: opacity 0.3s;
      width: 40px; }
      .signin-page__wrapper__form__login-button:hover {
        opacity: 0.7; }
      .signin-page__wrapper__form__login-button--apple svg {
        fill: #4a4a4a;
        width: 100%; }
      .signin-page__wrapper__form__login-button--facebook svg {
        fill: #3b5998;
        width: 100%; }
      .signin-page__wrapper__form__login-button--twitter svg {
        fill: #1da1f2;
        width: 100%; }
    .signin-page__wrapper__form--divider {
      margin: 20px;
      font-size: 13px;
      color: #767676; }
      .signin-page__wrapper__form--divider::before, .signin-page__wrapper__form--divider::after {
        display: inline-block;
        content: '';
        border-top: 1px solid #e5e5e5;
        width: 110px;
        margin: 0 1rem;
        transform: translateY(-4px); }
        @media screen and (max-width: 480px) {
          .signin-page__wrapper__form--divider::before, .signin-page__wrapper__form--divider::after {
            margin: 0 5px;
            width: 50px; } }
  .signin-page__wrapper__terms {
    color: #4a4a4a;
    font-size: 11px;
    line-height: 13px;
    max-width: 350px;
    margin: 0 auto; }
  .signin-page__wrapper--forgot-password-button {
    border: none;
    background-color: #ffffff;
    font-family: inherit;
    color: #006efa;
    margin-top: 20px; }
    .signin-page__wrapper--forgot-password-button:hover {
      cursor: pointer; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.heart-red {
  color: #ee1d39;
  font-weight: 700; }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.circlePlayerContainer_1bzh8xEb {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer; }

.img_D8vg61KD {
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .img_D8vg61KD:hover {
    opacity: 90%; }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.block-container {
  border-color: #006efa; }

.componentContainer_3htCogR5 {
  display: flex;
  flex-direction: column; }

.primaryStationContainer_f7qNOHyv {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 12px; }

.primaryStationDetails_2eYX8gJx {
  padding: 0; }

.title_TAmeFASq {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 450px;
  width: 100%; }

.lineTrim_22xbQFxT {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.subtitle_3KnoJxy_ {
  color: #4a4a4a;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px; }

.subtitleTrackTitle_2N9AhohW {
  font-weight: 700; }

.logoDesktop_3csUeR2D {
  display: inline-block;
  max-width: 200px;
  width: 100%; }
  .logoDesktop_3csUeR2D img {
    height: 36px;
    width: auto; }

.circle-player-container {
  width: 100%;
  max-width: 150px; }

.primaryStationCirclePlayer_35QBEDa9 {
  width: 35%;
  display: flex;
  justify-content: flex-end; }
  .primaryStationCirclePlayer_35QBEDa9 img {
    align-self: flex-start; }

.secondaryStations_3TxAFABl {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 8px; }

.primaryStationDetailsContainer_2sFxd168 {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 8px; }

.image_AFr2QDT8 {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto; }

@media screen and (max-width: 321px) {
  .logoDesktop_3csUeR2D img.classic-fm {
    height: auto;
    width: 115%; } }

@media screen and (min-width: 600px) {
  .secondaryStations_3TxAFABl {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0px;
    column-gap: 20px; }
  .secondaryStation_1y4T2FQL {
    width: 72px;
    height: 72px; }
  .logoDesktop_3csUeR2D {
    margin-bottom: 8px; }
  .componentContainer_3htCogR5 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
  .primaryStationContainer_f7qNOHyv {
    align-items: flex-start;
    margin-bottom: 0px;
    height: 134px;
    width: 70%; }
  .title_TAmeFASq {
    font-size: 15px;
    line-height: 20px;
    max-width: unset; }
  .subtitle_3KnoJxy_ {
    font-size: 13px;
    line-height: 18px; }
  .primaryStationCirclePlayer_35QBEDa9 {
    width: 142px;
    height: 142px;
    margin-right: 24px; } }

@media screen and (min-width: 600px) {
  .secondaryStations_3TxAFABl {
    column-gap: 44px; }
  .primaryStationDetailsContainer_2sFxd168 {
    width: 65%; } }

@media screen and (min-width: 1023px) {
  .logoDesktop_3csUeR2D img {
    height: 54px; }
  .secondaryStations_3TxAFABl {
    column-gap: 58px;
    row-gap: 24px; }
  .secondaryStation_1y4T2FQL {
    width: 94px;
    height: 94px; }
  .title_TAmeFASq {
    font-size: 22px;
    line-height: 28px; }
  .subtitle_3KnoJxy_ {
    font-size: 15px;
    line-height: 20px; }
  .primaryStationCirclePlayer_35QBEDa9 {
    width: 208px;
    height: 208px; }
  .primaryStationContainer_f7qNOHyv {
    height: 194px;
    padding-right: 84px; } }

@media screen and (min-width: 1280px) {
  .logoDesktop_3csUeR2D {
    margin-bottom: 22px; }
    .logoDesktop_3csUeR2D img {
      height: 59px; }
  .title_TAmeFASq {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px; }
  .subtitle_3KnoJxy_ {
    font-size: 20px;
    line-height: 24px; } }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/*
  Block Settings styles
*/
.settingsControl_3_bOUMZ9 {
  padding: 0;
  width: 40px;
  position: relative;
  left: -10px; }
  .settingsControl_3_bOUMZ9 svg {
    transition: fill 0.3s; }
  .settingsControl_3_bOUMZ9:hover svg, .settingsControl_3_bOUMZ9:focus-visible svg {
    fill: #0058c8; }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/*
    Station Selector Styles
*/
.stationSelector_2vwaDaYX {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 59.4px;
  width: 100%;
  max-width: 340px;
  gap: 10px;
  padding: 10px;
  position: sticky;
  top: 5px;
  z-index: 1; }

.placeholder_34sap5bE {
  border: 2px dashed #006efa;
  border-radius: 50%;
  overflow: hidden; }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.btn_TZN-kIQF {
  all: unset;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s; }
  .btn_TZN-kIQF:focus, .btn_TZN-kIQF:hover {
    opacity: 90%; }

.img_QH0kpVKq {
  height: auto;
  width: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid transparent; }

.border_2GcRz2UG {
  border-color: #006efa; }

.name_3_27bO2A {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  font-weight: 400; }

.icon_2CKMU01R {
  position: absolute;
  right: 3px;
  top: 0px; }
  .icon_2CKMU01R svg {
    height: 20px;
    width: 20px;
    background-color: #006efa;
    border-radius: 20px;
    fill: #ffffff;
    padding: 2px; }

/* Media Queries */
@media screen and (max-width: 321px) {
  .name_3_27bO2A {
    max-width: 72px;
    overflow: hidden;
    white-space: nowrap; }
  .icon_2CKMU01R {
    right: -2px;
    top: 0px; } }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/*
  Station Selector Styles
*/
.selectorContent_1CmDP8Hf {
  display: flex;
  flex-flow: column;
  align-items: center; }

.stationHeader_6UCFyOLO {
  position: relative;
  margin-bottom: 20px; }

.selectorTitle_1L2uwoDK {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #4a4a4a;
  display: block;
  padding-top: 10px; }

.selectorSubtitle_34G22Nid {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  overflow-wrap: break-word;
  text-align: center;
  color: #4a4a4a; }

.stationContext_dNJ_9aWU {
  font-size: 11px;
  line-height: 13px;
  margin: 8px 8px 12px; }

.saveButton_ll5uGbwt {
  color: #006efa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0; }

.selectableStationsTitle_1hDwqAN- {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  height: 20px;
  margin: 12px 12px 8px;
  text-align: center;
  color: #4a4a4a; }

/* Media Queries */
@media screen and (max-width: 321px) {
  .selectorSubtitle_34G22Nid {
    font-size: 13px;
    text-align: center;
    max-width: fit-content; }
  .saveButton_ll5uGbwt {
    right: -20px; } }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/*
  Station List styles
*/
.stationList_2Ndzqa_v {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  align-items: start;
  max-width: 700px; }

.stationImageContainer_1_4ggICI {
  position: relative; }

.station_ZghGlPh7 {
  height: auto;
  width: 100%;
  border-radius: 50%; }

.stationSelected_1zJrQI31 {
  border: 2px solid #006efa; }

.stationName_1XetD5C9 {
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  font-weight: 400;
  text-align: center; }

.tickIcon_334W8f5n {
  position: absolute;
  right: 3px;
  top: 0px; }
  .tickIcon_334W8f5n svg {
    height: 24px;
    width: 24px;
    background-color: #006efa;
    border-radius: 10px;
    fill: #ffffff;
    padding: 2px; }

/*
    Media Queries
*/
@media screen and (min-width: 600px) {
  .stationList_2Ndzqa_v {
    grid-template-columns: repeat(4, 1fr); } }

@media screen and (min-width: 768px) {
  .stationList_2Ndzqa_v {
    grid-template-columns: repeat(6, 1fr); } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/*
    Fixes modal transition issue
 */
.onBoarding_C6cnhDo5 {
  position: relative;
  z-index: 5000007; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.homeHub_3GQSVqcO {
  margin: 0 auto;
  max-width: 1440px; }

.headerBlock_2Lky1ZW2 {
  position: relative;
  padding-top: 40px; }
  @media screen and (max-width: 1023px) {
    .headerBlock_2Lky1ZW2 {
      padding-top: 20px; } }

.gradient_3yAt4-Va {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  position: absolute;
  top: 0;
  height: 500px;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 1023px) {
    .gradient_3yAt4-Va {
      height: 500px; } }
  @media screen and (max-width: 600px) {
    .gradient_3yAt4-Va {
      height: calc(60vh - 120px); } }

.logo_b9NVQT-0 {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .logo_b9NVQT-0 {
      display: none; } }

.logoContainer_2yQPO3oU {
  max-width: 1920px;
  padding-left: 104px;
  padding-right: 52px; }
  @media screen and (max-width: 1023px) {
    .logoContainer_2yQPO3oU {
      padding-left: 16px;
      padding-right: 16px; } }

.loader_3d_Q_juZ {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50vh - 80px); }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcast-episode {
  overflow: hidden; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .podcast-episode {
      padding-left: 50px; } }
  @media screen and (max-width: 1023px) {
    .podcast-episode {
      padding: 44px 32px 0; } }
  @media screen and (max-width: 767px) {
    .podcast-episode {
      padding: 54px 15px 120px 15px; } }
  @media screen and (min-width: 1440px) {
    .podcast-episode {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .podcast-episode .content-page__background {
      background-size: 58% auto; } }
  .podcast-episode__detail {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .podcast-episode__detail {
        width: 50%;
        padding-right: 15px; } }
    @media screen and (min-width: 1023px) {
      .podcast-episode__detail {
        padding-top: 15px; } }
    @media screen and (min-width: 1440px) {
      .podcast-episode__detail {
        width: 660px;
        padding-right: 40px; } }
    .podcast-episode__detail__image-container {
      position: relative;
      max-width: 290px;
      margin: 0 auto 30px; }
      @media screen and (min-width: 767px) {
        .podcast-episode__detail__image-container {
          max-width: calc(100% - 120px); } }
      .podcast-episode__detail__image-container::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        left: 4px;
        transform: translate(-100%, 0);
        background: url("/assets/shadow-left.png") no-repeat; }
      .podcast-episode__detail__image-container::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 1px;
        width: 60px;
        height: 60px;
        background-size: cover;
        opacity: 0.6;
        display: block;
        right: 4px;
        transform: translate(100%, 0);
        background: url("/assets/shadow-right.png") no-repeat; }
    .podcast-episode__detail__image {
      background-size: cover;
      border-radius: 8px;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    .podcast-episode__detail__brand-link {
      display: inline-block;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-episode__detail__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left; }
    .podcast-episode__detail__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 35px;
      text-align: left;
      white-space: pre-wrap; }
    .podcast-episode__detail__author {
      color: #767676;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-episode__detail__link__container {
      display: block;
      margin-bottom: 25px;
      text-align: left; }
    .podcast-episode__detail__button-container {
      margin: 0 auto 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px 8px;
      flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .podcast-episode__detail__button-container {
          max-width: calc(100% - 120px); } }
      .podcast-episode__detail__button-container > div:not(.podcast-show__detail__button-container__podcast-show-share-button-container) {
        position: absolute; }
      .podcast-episode__detail__button-container .podcast-episode__play-button {
        display: flex;
        align-items: center;
        min-width: 130px;
        min-height: 44px;
        margin: 0;
        padding: 9px 20px; }
        .podcast-episode__detail__button-container .podcast-episode__play-button .icon {
          width: 30px;
          height: 30px; }
        @media screen and (min-width: 321px) {
          .podcast-episode__detail__button-container .podcast-episode__play-button .equaliser {
            margin-top: -4px; } }
        @media screen and (min-width: 767px) {
          .podcast-episode__detail__button-container .podcast-episode__play-button .equaliser {
            margin-top: -15px; } }
        .podcast-episode__detail__button-container .podcast-episode__play-button .podcast-episode__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 8px; }
  .podcast-episode__info-container {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 40px 0 0; }
    @media screen and (min-width: 767px) {
      .podcast-episode__info-container {
        width: 50%;
        margin: 0 auto 0 0; } }
    @media screen and (min-width: 1023px) {
      .podcast-episode__info-container {
        padding: 15px 10px; } }
    @media screen and (min-width: 1440px) {
      .podcast-episode__info-container {
        max-width: 620px; } }
    .podcast-episode__info-container__title {
      font-size: 28px;
      font-weight: 300;
      line-height: 34px;
      text-align: left;
      margin-bottom: 5px; }
    .podcast-episode__info-container__author {
      font-size: 15px;
      line-height: 20px;
      color: #767676;
      margin-bottom: 20px; }
    .podcast-episode__info-container__detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .podcast-episode__info-container__detail__icon {
        height: 100%;
        margin-right: 5px;
        margin-bottom: 2px; }
      .podcast-episode__info-container__detail__date {
        font-size: 15px;
        line-height: 20px; }
    .podcast-episode__info-container__subtitle {
      margin-bottom: 15px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 767px) {
        .podcast-episode__info-container__subtitle {
          margin-bottom: 20px; } }
    .podcast-episode__info-container__description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px;
      white-space: pre-wrap; }
      @media screen and (min-width: 767px) {
        .podcast-episode__info-container__description {
          margin-bottom: 150px; } }
      @media screen and (min-width: 1023px) {
        .podcast-episode__info-container__description {
          margin-bottom: 60px; } }
      .podcast-episode__info-container__description p {
        margin-bottom: 20px; }
  .podcast-episode__episodes {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 767px) {
      .podcast-episode__episodes {
        width: 50%;
        padding-left: 15px;
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .podcast-episode__episodes {
        padding-top: 20px; } }
    @media screen and (min-width: 1440px) {
      .podcast-episode__episodes {
        width: calc(100% - 660px); } }
    .podcast-episode__episodes__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) {
        .podcast-episode__episodes__title {
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 1440px) {
        .podcast-episode__episodes__title {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (min-width: 767px) {
      .podcast-episode__episodes .episode {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .podcast-episode__episodes .episode {
        padding-left: 0;
        padding-right: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.summertimeBall_1wzEC_IY {
  background-color: #33b7e3;
  width: 100%;
  min-height: 100%;
  background-image: url(/_next/static/images/summertime-ball-background-mobile-aecd6452239f4e790fbe87cd067edf28.jpg);
  background-repeat: no-repeat;
  background-position: center 44px;
  background-size: auto 612px; }
  @media screen and (min-width: 1023px) {
    .summertimeBall_1wzEC_IY {
      background-position: calc(50% + 30px) top; } }
  @media screen and (min-width: 767px) {
    .summertimeBall_1wzEC_IY {
      background-image: url(/_next/static/images/summertime-ball-background-desktop-fd3c4159075470d8d8e07ff8e6343379.jpg);
      background-size: auto 880px; } }

.placeholder_26rboj7C {
  height: 274px;
  width: 100%;
  clear: both; }
  @media screen and (min-width: 767px) {
    .placeholder_26rboj7C {
      height: 432px; } }

.description_1UfeEEty {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  color: #0d1a77; }
  @media screen and (min-width: 767px) {
    .description_1UfeEEty {
      margin-bottom: 20px; } }

.title_1Cyh07LD {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
  max-width: 326px; }
  @media screen and (min-width: 767px) {
    .title_1Cyh07LD {
      max-width: 472px;
      margin-bottom: 8px; } }

.subtitle_34AzM9mT {
  font-size: 16px;
  line-height: 21px;
  max-width: 284px; }
  @media screen and (min-width: 767px) {
    .subtitle_34AzM9mT {
      max-width: 412px; } }

.isTouchscreen_sMB3m9B4 {
  background-position: center 44px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .video-player-page {
  position: absolute;
  top: 124px;
  width: 100%;
  padding-top: 0px; }
  @media screen and (min-width: 600px) {
    .globalplayer .video-player-page {
      padding-left: 32px;
      padding-right: 32px;
      top: 184px; } }
  @media screen and (min-width: 1023px) {
    .globalplayer .video-player-page {
      top: 140px;
      padding-left: 156px;
      padding-right: 52px; } }
  .globalplayer .video-player-page__container {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
    .globalplayer .video-player-page__container__video-container {
      padding-right: 0px;
      width: 100%;
      height: min-content; }
      @media screen and (min-width: 1023px) {
        .globalplayer .video-player-page__container__video-container {
          width: 61.8%;
          padding-right: 48px; } }
      .globalplayer .video-player-page__container__video-container__video-card {
        height: 100%;
        width: 100%;
        position: relative;
        margin: auto; }
        .globalplayer .video-player-page__container__video-container__video-card__video::before {
          content: '';
          position: absolute;
          z-index: -1;
          bottom: 1px;
          width: 60px;
          height: 60px;
          background-size: cover;
          opacity: 0.6;
          display: none;
          left: 4px;
          transform: translate(-100%, 0);
          background: url("/assets/shadow-left.png") no-repeat; }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video::before {
              display: block; } }
        .globalplayer .video-player-page__container__video-container__video-card__video::after {
          content: '';
          position: absolute;
          z-index: -1;
          bottom: 1px;
          width: 60px;
          height: 60px;
          background-size: cover;
          opacity: 0.6;
          display: none;
          right: 4px;
          transform: translate(100%, 0);
          background: url("/assets/shadow-right.png") no-repeat; }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video::after {
              display: block; } }
        .globalplayer .video-player-page__container__video-container__video-card__video .jwplayer {
          max-height: calc(100vh - 68px);
          aspect-ratio: 16/9;
          margin: 0 auto;
          border-radius: 8px;
          overflow: hidden;
          -webkit-transform: translateZ(0);
          box-shadow: 8px 5px 15px 0px rgba(0, 0, 0, 0.2); }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video .jwplayer {
              box-shadow: none; } }
    .globalplayer .video-player-page__container__share-button-container {
      margin-bottom: 12px; }

.globalplayer .global-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/global/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .global-circular-background {
      background-image: url("/assets/banner/backgrounds/global/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .radio-x-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/radio-x/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .radio-x-circular-background {
      background-image: url("/assets/banner/backgrounds/radio-x/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .lbc-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/lbc/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .lbc-circular-background {
      background-image: url("/assets/banner/backgrounds/lbc/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .heart-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/heart/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .heart-circular-background {
      background-image: url("/assets/banner/backgrounds/heart/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-circular-background {
      background-image: url("/assets/banner/backgrounds/capital/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-xtra-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital-xtra/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-xtra-circular-background {
      background-image: url("/assets/banner/backgrounds/capital-xtra/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .smooth-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/smooth/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .smooth-circular-background {
      background-image: url("/assets/banner/backgrounds/smooth/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .classic-fm-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/classic-fm/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .classic-fm-circular-background {
      background-image: url("/assets/banner/backgrounds/classic-fm/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .popbuzz-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/popbuzz/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .popbuzz-circular-background {
      background-image: url("/assets/banner/backgrounds/popbuzz/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .gold-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/gold/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .gold-circular-background {
      background-image: url("/assets/banner/backgrounds/gold/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-dance-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital-dance/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-dance-circular-background {
      background-image: url("/assets/banner/backgrounds/capital-dance/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .videos--with-hero-header {
  padding-top: 30px; }

.globalplayer .videos__hero-header {
  margin: 0;
  display: block;
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  padding-bottom: 5px; }
  @media screen and (min-width: 767px) {
    .globalplayer .videos__hero-header {
      padding-bottom: 10px; } }
  .globalplayer .videos__hero-header__slider {
    display: block; }
    .globalplayer .videos__hero-header__slider__title {
      color: #ffffff;
      margin-bottom: 10px; }
    .globalplayer .videos__hero-header__slider__container {
      margin: 0 -16px; }
      @media screen and (min-width: 520px) {
        .globalplayer .videos__hero-header__slider__container {
          margin: 0 -10px; } }
      @media screen and (min-width: 767px) {
        .globalplayer .videos__hero-header__slider__container {
          margin: 0; } }
    .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide {
      padding: 10px;
      transition: 0.3s ease-in-out transform; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide:hover {
        transform: scale(1.05); }
      @media screen and (min-width: 767px) {
        .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide {
          padding: 15px; } }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__link:before {
        display: none; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__text__title {
        color: #ffffff; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__text__caption {
        color: #ffffff; }

.globalplayer .videos__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .videos__header {
      margin-bottom: 20px; } }
  @media screen and (min-width: 767px) {
    .globalplayer .videos__header {
      flex-direction: row;
      justify-content: space-between; } }
  .globalplayer .videos__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 20px; }
    @media screen and (min-width: 767px) {
      .globalplayer .videos__header__title {
        margin: 0; } }

.globalplayer .videos__search-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .videos__search-results__grid {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .videos__search-results__grid--grid-fixer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    grid-column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .videos__search-results__grid--grid-fixer {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        grid-column-gap: 16px; } }

.globalplayer .videos__search-results__video {
  grid-column: span 2; }

.globalplayer .videos__detail {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .globalplayer .videos__detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px; }
    .globalplayer .videos__detail__header__title {
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      margin-bottom: 0; }
    .globalplayer .videos__detail__header__see-all {
      flex-shrink: 0;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
  .globalplayer .videos__detail .slick-carousel-slider__container {
    margin-left: -8px;
    margin-right: -8px; }
    @media screen and (min-width: 1023px) {
      .globalplayer .videos__detail .slick-carousel-slider__container {
        margin-left: -16px;
        margin-right: -16px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.container_21XnFhqG {
  height: 172px;
  position: relative;
  margin-top: 44px; }
  @media screen and (min-width: 1023px) {
    .container_21XnFhqG {
      height: 218px;
      margin-top: 0; } }

.banner_1V9HRbKH {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 32px; }
  @media screen and (min-width: 1023px) {
    .banner_1V9HRbKH {
      top: 0;
      margin-top: 0;
      padding-top: 54px; } }
  .banner_1V9HRbKH h1 {
    font-weight: 700; }

.backForwardNav_Txv7GHsb {
  right: 4px;
  margin-bottom: 15px; }

.backForwardNavText_1RAuJhPi {
  font-size: 13px;
  line-height: 18px; }

.isTouchScreen_2FROvcV2 {
  padding-bottom: 76px; }

.videoHomeBanner_hDngibgz {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  top: 0; }
  @media screen and (min-width: 1023px) {
    .videoHomeBanner_hDngibgz {
      padding-bottom: 120px;
      padding-top: 40px; } }

.logoContainer_2BMpJUoH {
  position: absolute;
  right: 8px;
  top: 16px;
  height: 48px;
  width: 80px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 600px) {
    .logoContainer_2BMpJUoH {
      top: 10px;
      height: 88px;
      width: 148px;
      right: 4px; } }
  @media screen and (min-width: 1023px) {
    .logoContainer_2BMpJUoH {
      top: 54px;
      right: 38px; } }
  .logoContainer_2BMpJUoH img {
    width: 100%; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.video-category-page__video-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 600px) {
    .video-category-page__video-list {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  .video-category-page__video-list .content-item__link::before {
    padding-bottom: 0; }
  .video-category-page__video-list .video-item-image {
    border-radius: 8px; }
  .video-category-page__video-list .video-item-text {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 991px) {
      .video-category-page__video-list .video-item-text {
        min-height: 60px; } }

