html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.isvg {
  display: inline-block; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.background-image {
  position: absolute;
  width: 100%;
  height: 100%; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.gp-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  margin: 4px 5px; }
  .gp-btn:focus {
    outline: none; }
  .gp-btn:disabled, .gp-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65; }
  .gp-btn.gp-styling {
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.5s, border 0.5s, color 0.5s, fill 0.5s; }
    .gp-btn.gp-styling a {
      text-decoration: none; }
    .gp-btn.gp-styling--primary {
      background-color: #006efa;
      border: 2px solid #006efa;
      color: #ffffff; }
      .gp-btn.gp-styling--primary svg, .gp-btn.gp-styling--primary path {
        fill: #ffffff; }
      .gp-btn.gp-styling--primary a {
        color: #ffffff; }
      .gp-btn.gp-styling--primary:active:enabled, .gp-btn.gp-styling--primary:focus:enabled, .gp-btn.gp-styling--primary:hover:enabled {
        background-color: #0058c8;
        border: 2px solid #0058c8; }
    .gp-btn.gp-styling--secondary {
      background-color: #ffffff;
      border: 2px solid #006efa;
      color: #006efa; }
      .gp-btn.gp-styling--secondary svg, .gp-btn.gp-styling--secondary path {
        fill: #006efa; }
      .gp-btn.gp-styling--secondary:active:enabled, .gp-btn.gp-styling--secondary:focus:enabled, .gp-btn.gp-styling--secondary:hover:enabled {
        background-color: #0058c8;
        border: 2px solid #0058c8;
        color: #ffffff; }
        .gp-btn.gp-styling--secondary:active:enabled svg, .gp-btn.gp-styling--secondary:active:enabled path, .gp-btn.gp-styling--secondary:focus:enabled svg, .gp-btn.gp-styling--secondary:focus:enabled path, .gp-btn.gp-styling--secondary:hover:enabled svg, .gp-btn.gp-styling--secondary:hover:enabled path {
          fill: #ffffff; }
    .gp-btn.gp-styling--primary-black {
      background-color: black;
      border: 2px solid black;
      color: #ffffff; }
      .gp-btn.gp-styling--primary-black svg, .gp-btn.gp-styling--primary-black path {
        fill: #ffffff; }
      .gp-btn.gp-styling--primary-black a {
        color: #ffffff; }
      .gp-btn.gp-styling--primary-black:active:enabled, .gp-btn.gp-styling--primary-black:focus:enabled, .gp-btn.gp-styling--primary-black:hover:enabled {
        background-color: #ffffff;
        color: black; }
        .gp-btn.gp-styling--primary-black:active:enabled svg, .gp-btn.gp-styling--primary-black:active:enabled path, .gp-btn.gp-styling--primary-black:focus:enabled svg, .gp-btn.gp-styling--primary-black:focus:enabled path, .gp-btn.gp-styling--primary-black:hover:enabled svg, .gp-btn.gp-styling--primary-black:hover:enabled path {
          fill: black; }
        .gp-btn.gp-styling--primary-black:active:enabled a, .gp-btn.gp-styling--primary-black:focus:enabled a, .gp-btn.gp-styling--primary-black:hover:enabled a {
          color: black; }
    .gp-btn.gp-styling--primary-light {
      background-color: #ffffff;
      border: 2px solid #ffffff;
      color: #006efa; }
      .gp-btn.gp-styling--primary-light svg, .gp-btn.gp-styling--primary-light path {
        fill: #006efa; }
      .gp-btn.gp-styling--primary-light a {
        color: #006efa; }
      .gp-btn.gp-styling--primary-light:active:enabled, .gp-btn.gp-styling--primary-light:focus:enabled, .gp-btn.gp-styling--primary-light:hover:enabled {
        background-color: #0058c8;
        border: 2px solid #0058c8;
        color: #ffffff; }
        .gp-btn.gp-styling--primary-light:active:enabled svg, .gp-btn.gp-styling--primary-light:active:enabled path, .gp-btn.gp-styling--primary-light:focus:enabled svg, .gp-btn.gp-styling--primary-light:focus:enabled path, .gp-btn.gp-styling--primary-light:hover:enabled svg, .gp-btn.gp-styling--primary-light:hover:enabled path {
          fill: #ffffff; }
        .gp-btn.gp-styling--primary-light:active:enabled a, .gp-btn.gp-styling--primary-light:focus:enabled a, .gp-btn.gp-styling--primary-light:hover:enabled a {
          color: #ffffff; }
    .gp-btn.gp-styling--secondary-light {
      background-color: #006efa;
      border: 2px solid #ffffff;
      color: #ffffff; }
      .gp-btn.gp-styling--secondary-light svg, .gp-btn.gp-styling--secondary-light path {
        fill: #ffffff; }
      .gp-btn.gp-styling--secondary-light:active:enabled, .gp-btn.gp-styling--secondary-light:focus:enabled, .gp-btn.gp-styling--secondary-light:hover:enabled {
        background-color: #0058c8;
        border: 2px solid #0058c8; }
        .gp-btn.gp-styling--secondary-light:active:enabled svg, .gp-btn.gp-styling--secondary-light:active:enabled path, .gp-btn.gp-styling--secondary-light:focus:enabled svg, .gp-btn.gp-styling--secondary-light:focus:enabled path, .gp-btn.gp-styling--secondary-light:hover:enabled svg, .gp-btn.gp-styling--secondary-light:hover:enabled path {
          fill: #006efa; }
    .gp-btn.gp-styling--category {
      border: 2px solid #006efa;
      border-radius: 5px;
      color: #006efa;
      font-weight: normal;
      padding: 5px 10px;
      text-transform: initial; }
      .gp-btn.gp-styling--category svg, .gp-btn.gp-styling--category path {
        fill: #006efa; }
      .gp-btn.gp-styling--category:active:enabled, .gp-btn.gp-styling--category:focus:enabled, .gp-btn.gp-styling--category:hover:enabled {
        background-color: #006efa;
        color: #ffffff; }
        .gp-btn.gp-styling--category:active:enabled svg, .gp-btn.gp-styling--category:active:enabled path, .gp-btn.gp-styling--category:focus:enabled svg, .gp-btn.gp-styling--category:focus:enabled path, .gp-btn.gp-styling--category:hover:enabled svg, .gp-btn.gp-styling--category:hover:enabled path {
          fill: #ffffff; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
@media screen and (max-width: 321px) {
  .gp-btn-group {
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (max-width: 321px) {
  .gp-btn-group .gp-btn {
    margin: 5px 0 5px;
    width: 100%;
    display: block; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.content-item__image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  transition: opacity 0.3s;
  background-size: cover; }

.content-item__link {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer; }
  .content-item__link::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    z-index: 2;
    background: #ffffff; }
  .content-item__link:hover::before {
    opacity: 0.2; }

.content-item__text {
  display: inline-block;
  width: 100%; }
  .content-item__text__title {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    position: relative; }
    .content-item__text__title.line-trim {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 18px;
      max-height: 18px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .content-item__text__title.line-trim--2 {
        max-height: 36px;
        -webkit-line-clamp: 2; }
  .content-item__text__chart-position {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #4a4a4a;
    font-weight: 700; }
  .content-item__text__caption {
    position: relative;
    color: #767676;
    font-size: 11px;
    line-height: 13px;
    margin: 5px 0; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.carousel-station {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-user-select: none;
  user-select: none; }
  .carousel-station__items {
    margin: 0 auto;
    max-width: 820px;
    position: relative;
    width: 100%; }
    .carousel-station__items__button {
      position: absolute;
      top: 0;
      height: 100%;
      width: calc(72px / 2);
      z-index: 2; }
      .carousel-station__items__button.left {
        left: 0; }
      .carousel-station__items__button.right {
        right: 0; }
      .carousel-station__items__button .arrow-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .carousel-station__items__button .arrow-button--left {
          left: 0; }
        .carousel-station__items__button .arrow-button--right {
          right: 0; }
    .carousel-station__items__slick .slick-slider {
      mask-image: linear-gradient(to left, black calc(100% - 45px), transparent calc(100% - 45px));
      -webkit-mask-image: linear-gradient(to left, black calc(100% - 45px), transparent calc(100% - 45px)); }
      .carousel-station__items__slick .slick-slider .slick-list {
        mask-image: linear-gradient(to right, black calc(100% - 45px), transparent calc(100% - 45px));
        -webkit-mask-image: linear-gradient(to right, black calc(100% - 45px), transparent calc(100% - 45px)); }
        .carousel-station__items__slick .slick-slider .slick-list .slick-track {
          display: flex;
          align-items: center;
          min-height: 125px; }
          .carousel-station__items__slick .slick-slider .slick-list .slick-track .slick-slide {
            margin: 15px 0;
            text-align: center; }
          .carousel-station__items__slick .slick-slider .slick-list .slick-track .slick-current .carousel-station__items__item {
            cursor: initial;
            transform: scale(1.25);
            opacity: 1;
            transition: all 0.5s; }
    .carousel-station__items__item {
      cursor: pointer;
      display: block !important;
      margin: 0 auto;
      max-width: 72px;
      opacity: 0.75;
      position: relative;
      transition: opacity 0.5s; }
      .carousel-station__items__item .rounded-logo {
        height: 100%;
        width: 100%; }
      .carousel-station__items__item:hover {
        opacity: 1; }
  @media screen and (min-width: 710px) {
    .carousel-station {
      width: 95vw; }
      .carousel-station__items__item {
        max-width: 72px; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.icon img {
  width: 100%; }

.with-global-gradient svg {
  fill: url(#global-gradient) black; }

.with-global-blue svg {
  fill: #006efa; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.arrow-button {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.5s;
  height: 30px;
  width: 30px; }
  .arrow-button:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .arrow-button::before {
    height: 43px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .arrow-button--right .icon svg {
    margin-left: 4px; }
  .arrow-button--white .icon svg {
    fill: white; }
  .arrow-button--blue .icon svg {
    fill: #006efa; }
  .arrow-button--blue:hover {
    background-color: #006efa; }
    .arrow-button--blue:hover svg {
      fill: white; }
  @media screen and (min-width: 710px) {
    .arrow-button {
      height: 35px;
      width: 35px; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.carousel-playlist {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  margin-bottom: 16px; }
  @media screen and (min-width: 1024px) {
    .carousel-playlist {
      margin-bottom: calc(16px * 2); } }
  .carousel-playlist .round-arrow-button {
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    z-index: 2;
    transition: background-color 0.3s; }
    .carousel-playlist .round-arrow-button:hover {
      background-color: #006efa; }
      .carousel-playlist .round-arrow-button:hover svg {
        fill: #ffffff; }
    .carousel-playlist .round-arrow-button--left, .carousel-playlist .round-arrow-button--right {
      left: 5px;
      top: calc(((150vw / 4) - 16px) / 2);
      margin-top: calc(30px / -2); }
      @media screen and (min-width: 480px) {
        .carousel-playlist .round-arrow-button--left, .carousel-playlist .round-arrow-button--right {
          top: calc(((110vw / 4) - 16px) / 2); } }
      @media screen and (min-width: 768px) {
        .carousel-playlist .round-arrow-button--left, .carousel-playlist .round-arrow-button--right {
          left: 0;
          top: calc(((100vw / 4) - (8px * 2)) / 2);
          margin-top: calc(45px / -2); } }
      @media screen and (min-width: 1024px) {
        .carousel-playlist .round-arrow-button--left, .carousel-playlist .round-arrow-button--right {
          top: calc(((100vw / 4) - (16px * 2)) / 2); } }
    .carousel-playlist .round-arrow-button--right {
      left: auto;
      right: 5px; }
      @media screen and (min-width: 768px) {
        .carousel-playlist .round-arrow-button--right {
          left: auto;
          right: 0; } }
      @media screen and (min-width: 1024px) {
        .carousel-playlist .round-arrow-button--right {
          left: auto;
          right: 0; } }
    .carousel-playlist .round-arrow-button__arrow {
      top: 3px;
      left: 3px; }
    @media screen and (min-width: 768px) {
      .carousel-playlist .round-arrow-button {
        width: 45px;
        height: 45px; }
        .carousel-playlist .round-arrow-button__arrow {
          top: 5px;
          left: 5px; } }
  .carousel-playlist__items {
    display: inline-flex;
    z-index: 1;
    width: 150%; }
    @media screen and (min-width: 480px) {
      .carousel-playlist__items {
        width: 110%; } }
    @media screen and (min-width: 768px) {
      .carousel-playlist__items {
        width: 100%; } }
    .carousel-playlist__items__item {
      z-index: 1;
      cursor: pointer;
      display: inline-block;
      margin: 0;
      padding: 0 0 0 16px;
      position: relative;
      flex-basis: 25%;
      max-width: 25%; }
      @media screen and (min-width: 768px) {
        .carousel-playlist__items__item {
          padding: 0 8px; } }
      @media screen and (min-width: 1024px) {
        .carousel-playlist__items__item {
          padding: 0 16px; } }
      .carousel-playlist__items__item__image {
        width: 100%;
        height: auto;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
        margin-bottom: 5px;
        transition: opacity 0.3s; }
      .carousel-playlist__items__item__link {
        position: relative;
        text-decoration: none;
        display: block; }
        .carousel-playlist__items__item__link::before {
          content: '';
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          opacity: 0;
          position: absolute;
          transition: opacity 0.3s;
          z-index: 2;
          background: #ffffff; }
        .carousel-playlist__items__item__link:hover::before {
          opacity: 0.2; }
      .carousel-playlist__items__item__title {
        color: #4a4a4a;
        font-size: 13px;
        line-height: 18px;
        margin: 5px 0; }
      .carousel-playlist__items__item__caption {
        color: #767676;
        font-size: 11px;
        line-height: 13px;
        margin: 5px 0; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.round-arrow-button {
  position: absolute;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .round-arrow-button__arrow {
    position: absolute;
    display: inline-block;
    height: 80%;
    width: 80%;
    top: 5px;
    left: 5px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.round-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fffa; }

@charset "UTF-8";
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url([object Module]) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-carousel__slide {
  padding: 0 8px; }
  @media screen and (min-width: 1024px) {
    .slick-carousel__slide {
      padding: 0 16px; } }
  .slick-carousel__slide img {
    width: 100%; }

.slick-carousel:hover__button {
  opacity: 1; }

.slick-carousel--show-on-hover .slick-carousel__button {
  opacity: 0; }

.slick-carousel--show-on-hover:hover .slick-carousel__button {
  opacity: 1; }

.slick-carousel--hide-on-disabled .slick-carousel__button.slick-disabled {
  display: none !important; }

.slick-carousel__button {
  border-radius: 50%;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, opacity 0.3s;
  z-index: 2;
  box-sizing: content-box; }
  .slick-carousel__button::before {
    display: none; }
  .slick-carousel__button:hover {
    background-color: #006efa; }
    .slick-carousel__button:hover svg {
      fill: #ffffff; }
  .slick-carousel__button:active, .slick-carousel__button:focus {
    background-color: rgba(255, 255, 255, 0.7); }
    .slick-carousel__button:active svg, .slick-carousel__button:focus svg {
      fill: url(#global-gradient) black; }
  .slick-carousel__button--next {
    right: 0; }
    .slick-carousel__button--next .round-arrow-button__arrow {
      left: 5px; }
      @media screen and (min-width: 768px) {
        .slick-carousel__button--next .round-arrow-button__arrow {
          left: 7px; } }
  .slick-carousel__button--prev {
    left: 0; }
    .slick-carousel__button--prev .round-arrow-button__arrow {
      left: 3px; }
      @media screen and (min-width: 768px) {
        .slick-carousel__button--prev .round-arrow-button__arrow {
          left: 5px; } }
  .slick-carousel__button .round-arrow-button__arrow {
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .slick-carousel__button {
      width: 45px;
      height: 45px; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.toastie {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  position: fixed;
  padding: 25px; }
  .toastie--dismissible {
    padding-right: 50px; }
  .toastie__close {
    border-top-right-radius: 5px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    transition: 0.3s background-color;
    top: 0;
    width: 35px; }
    .toastie__close svg {
      height: 25px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 25px; }
    .toastie__close:hover {
      background-color: rgba(255, 255, 255, 0.15); }

.backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw; }


/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.equaliser {
  display: inline-block;
  width: 30px;
  height: 12px;
  position: relative;
  vertical-align: top; }
  .equaliser span {
    display: inline-block;
    border-radius: 1px;
    width: 2px;
    transition: 0.5s;
    animation: equalize 4s 0s infinite;
    animation-timing-function: linear;
    background: #ffffff;
    vertical-align: bottom;
    margin-right: 1px;
    bottom: 0; }
    .equaliser span:first-of-type {
      height: 70%;
      transition: 0.5s;
      animation-delay: -1.9s; }
    .equaliser span:nth-child(2) {
      height: 88%;
      animation-delay: -2.9s; }
    .equaliser span:nth-child(3) {
      height: 74%;
      animation-delay: -3.9s; }
    .equaliser span:nth-child(4) {
      height: 66%;
      animation-delay: -4.9s; }
  .equaliser--stopped span {
    animation: equalize-stop 0.5s 0s forwards; }
    .equaliser--stopped span:nth-child(0) {
      animation-delay: calc(0.051 * 0s); }
    .equaliser--stopped span:nth-child(1) {
      animation-delay: calc(0.051 * 1s); }
    .equaliser--stopped span:nth-child(2) {
      animation-delay: calc(0.051 * 2s); }
    .equaliser--stopped span:nth-child(3) {
      animation-delay: calc(0.051 * 3s); }
    .equaliser--stopped span:nth-child(4) {
      animation-delay: calc(0.051 * 4s); }

@keyframes equalize {
  0% {
    height: 88%; }
  4% {
    height: 82%; }
  8% {
    height: 80%; }
  12% {
    height: 60%; }
  16% {
    height: 50%; }
  20% {
    height: 60%; }
  24% {
    height: 70%; }
  28% {
    height: 40%; }
  32% {
    height: 70%; }
  36% {
    height: 88%; }
  40% {
    height: 40%; }
  44% {
    height: 70%; }
  48% {
    height: 88%; }
  52% {
    height: 60%; }
  56% {
    height: 30%; }
  60% {
    height: 50%; }
  64% {
    height: 81%; }
  68% {
    height: 70%; }
  72% {
    height: 88%; }
  76% {
    height: 40%; }
  80% {
    height: 88%; }
  84% {
    height: 75%; }
  88% {
    height: 82%; }
  92% {
    height: 40%; }
  96% {
    height: 87%; }
  100% {
    height: 80%; } }

@keyframes equalize-stop {
  0% {
    height: 82%; }
  20% {
    height: 50%; }
  40% {
    height: 30%; }
  56% {
    height: 50%; }
  65% {
    height: 35%; }
  76% {
    height: 15%; }
  88% {
    height: 10%; }
  100% {
    height: 0; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.EncourageImage {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%); }
  .EncourageImage__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
    .EncourageImage__container__content {
      top: 50%;
      left: 50%;
      text-align: center;
      position: relative;
      transform: translate(-50%, -50%); }
      .EncourageImage__container__content img {
        max-width: 100%;
        vertical-align: top; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.episode {
  border-bottom: 1px solid #cccccc;
  padding: 10px; }
  .episode__artwork {
    cursor: pointer;
    display: inline-block;
    height: 85px;
    position: relative;
    width: 85px; }
    .episode__artwork__background {
      border-radius: 5px;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: -1; }
    .episode__artwork__main {
      background-size: cover;
      border-radius: 5px;
      font-size: 13px;
      width: 100%;
      height: auto; }
    .episode__artwork__play {
      background-color: rgba(118, 118, 118, 0.75);
      border: 0;
      border-radius: 50%;
      bottom: 5px;
      cursor: pointer;
      height: 30px;
      padding: 0;
      position: absolute;
      right: 5px;
      width: 30px;
      transition: background-color 0.3s; }
      .episode__artwork__play:focus {
        outline: none; }
      .episode__artwork__play .icon svg {
        fill: #ffffff;
        height: 30px;
        width: 30px; }
    .episode__artwork:hover .episode__artwork__play {
      background: #006efa; }
  .episode .equaliser {
    margin-left: 1px; }
  .episode__text {
    display: inline-block;
    min-height: 85px;
    margin-left: 25px;
    vertical-align: top;
    position: relative;
    width: calc(100% - 110px); }
    .episode__text__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 2px;
      transition: color 0.3s;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .episode__text__description {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 15px;
      line-height: 20px;
      min-height: 45px; }
    .episode__text__details {
      color: #767676;
      font-size: 13px;
      line-height: 18px; }
      .episode__text__details span {
        margin-right: 10px; }

@media screen and (max-width: 768px) {
  .episode {
    padding: 10px 0; }
    .episode__artwork {
      height: 70px;
      width: 70px; }
    .episode__text {
      margin-left: 10px;
      min-height: initial;
      width: calc(100% - 80px); }
      .episode__text__description {
        font-size: 13px;
        line-height: 18px;
        min-height: 36px; }
      .episode__text__details {
        font-size: 11px;
        line-height: 13px; }
      .episode__text__title {
        font-size: 15px;
        line-height: 20px; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-error-message {
  color: #ed1a3b;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  text-align: left; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-label {
  color: #767676;
  display: block;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  text-align: left; }
  .form-label .form-tooltip {
    position: absolute;
    top: 0;
    right: 0; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.badge {
  display: inline-block;
  color: #ffffff;
  min-width: 50px;
  height: 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1em;
  padding: 5px 2px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  font-weight: bold;
  text-transform: uppercase; }
  .badge__pointer {
    position: absolute;
    background: inherit;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-radius: 1px;
    z-index: -1; }
    .badge__pointer--left {
      left: 0;
      transform: translateY(-50%) translateX(-45%) rotateZ(45deg); }
    .badge__pointer--right {
      right: 0;
      transform: translateY(-50%) translateX(45%) rotateZ(45deg); }
    .badge__pointer--up {
      top: 0;
      right: 10px;
      transform: translateY(-50%) translateX(45%) rotateZ(45deg); }
    .badge__pointer--down {
      bottom: 0;
      right: 10px;
      transform: translateY(50%) translateX(45%) rotateZ(45deg); }
  .badge--circle {
    min-width: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden; }
  .badge--gradient {
    background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%); }
    .badge--gradient--left {
      background: linear-gradient(140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%); }
    .badge--gradient .badge__pointer {
      background: #1e54ef; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-tooltip {
  display: inline-block;
  z-index: 2; }
  .form-tooltip .badge__pointer.badge__pointer--up {
    background-color: #006efa; }
  .form-tooltip__icon {
    cursor: pointer;
    display: block;
    fill: #006efa;
    width: 30px; }
  .form-tooltip__text {
    border-radius: 4px;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 9px;
    position: absolute;
    right: 2px;
    text-transform: none;
    height: initial;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    width: max-content;
    line-height: initial;
    max-width: 200px; }
    .form-tooltip__text--show {
      transition: visibility 0s linear 0s;
      visibility: visible;
      opacity: 1; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-input {
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #767676;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  transition: border-bottom-color 0.3s;
  width: 100%; }
  .form-input:active, .form-input:focus {
    border-bottom-color: #006efa;
    outline: none; }
  .form-input--error, .form-input--error:active, .form-input--error:focus {
    border-bottom-color: #ed1a3b;
    color: #ed1a3b; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-password-field {
  position: relative; }
  .form-password-field input {
    padding-right: 45px; }
  .form-password-field__password-toggle {
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    width: 30px;
    padding: 0; }
    .form-password-field__password-toggle:focus {
      outline: auto; }
    .form-password-field__password-toggle:hover {
      opacity: 1; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #767676;
  cursor: pointer;
  height: 52px;
  padding: 15px 5px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  transition: border-bottom-color 0.3s;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  .form-select :invalid {
    color: #767676; }
  .form-select option {
    color: black; }
  .form-select__icon {
    cursor: pointer;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    width: 30px; }
    .form-select__icon svg {
      width: 100%;
      height: 100%; }
  .form-select:active, .form-select:focus {
    border-bottom-color: #006efa;
    outline: none; }
  .form-select--error, .form-select--error:active, .form-select--error:focus {
    border-bottom-color: #ed1a3b;
    color: #ed1a3b; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-radio-group {
  transition: border-bottom-color 0.3s;
  padding: 10px 8px;
  padding-left: 0; }
  .form-radio-group__option {
    display: inline-block;
    position: relative;
    transition: opacity 0.5s;
    margin-left: 20px; }
    .form-radio-group__option:hover {
      opacity: 0.8; }
    .form-radio-group__option input {
      margin: 0;
      opacity: 0;
      position: absolute; }
      .form-radio-group__option input:checked + .styled-option {
        background-color: #006efa;
        border: 1px solid #006efa; }
        .form-radio-group__option input:checked + .styled-option:after {
          display: block; }
    .form-radio-group__option .styled-option {
      background-color: #cccccc;
      position: absolute;
      left: 0;
      height: 26px;
      width: 26px;
      border-radius: 50%; }
      .form-radio-group__option .styled-option:after {
        content: "";
        position: absolute;
        display: none;
        top: 50%;
        left: 50%;
        width: 13px;
        height: 13px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: white; }
    .form-radio-group__option:first-of-type {
      margin-left: 0; }
    .form-radio-group__option__label {
      align-items: center;
      cursor: pointer;
      display: inline-flex;
      font-size: 15px;
      padding-left: 32px;
      height: 26px; }
  .form-radio-group--error, .form-radio-group--error:active, .form-radio-group--error:focus {
    border-bottom-color: #ed1a3b;
    color: #ed1a3b; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.form-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: opacity 0.5s;
  user-select: none; }
  .form-checkbox:hover {
    opacity: 0.8; }
  .form-checkbox input {
    cursor: pointer;
    height: 44px;
    opacity: 0;
    position: absolute;
    width: 44px; }
    .form-checkbox input:checked + .check {
      background-color: #006efa;
      border: 1px solid #006efa; }
    .form-checkbox input:checked + .icon {
      opacity: 1; }
  .form-checkbox .icon {
    height: 75%;
    width: 75%;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .form-checkbox .icon svg {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
  .form-checkbox .check {
    background-color: #ffffff;
    border: 1px solid #767676;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 44px;
    transition: 0.5s;
    vertical-align: top;
    width: 44px; }
  .form-checkbox--error .check, .form-checkbox--error:active .check, .form-checkbox--error:focus .check {
    border-color: #ed1a3b; }

.form-field {
  position: relative; }
  .form-field .form-checkbox + .form-label {
    display: inline-block;
    margin-left: 15px; }
  .form-field .form-tooltip {
    position: absolute;
    top: 0;
    right: 0; }

.gp-player {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 7; }
  .gp-player__container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.toast-container {
  position: fixed;
  right: 0; }
  .toast-container .toastie {
    margin: 10px; }
  .toast-container--bottom {
    bottom: 0; }
  .toast-container--top {
    top: 0; }
  .toast-container--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.header-panel {
  background-color: #006efa;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 54px 16px 50px 16px; }
  .header-panel b {
    font-weight: bold; }
  @media screen and (min-width: 1024px) and (pointer: fine) {
    .header-panel {
      padding: 54px 52px 50px 104px; } }
  .header-panel__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px; }
  .header-panel__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .header-panel__button--login {
    margin-right: 10px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.live-video-cta {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: white;
  border: 2px solid white;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 80px;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  box-sizing: content-box; }
  .live-video-cta:hover {
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    .live-video-cta {
      max-width: 140px;
      border-radius: 5px; } }
  @media screen and (min-width: 1024px) {
    .live-video-cta {
      max-width: 180px; } }
  .live-video-cta__container {
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 80px;
    width: 80px; }
    @media screen and (min-width: 768px) {
      .live-video-cta__container {
        height: 140px;
        width: 140px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; } }
    @media screen and (min-width: 1024px) {
      .live-video-cta__container {
        height: 180px;
        width: 180px; } }
    @media screen and (min-width: 1024px) {
      .live-video-cta__container .video-error__wrapper {
        width: 80%; } }
    .live-video-cta__container .video-error__wrapper__logo {
      display: none; }
    .live-video-cta__container .video-error__wrapper__title {
      display: none; }
      @media screen and (min-width: 1024px) {
        .live-video-cta__container .video-error__wrapper__title {
          display: block;
          font-size: 12px;
          line-height: 16px; } }
    .live-video-cta__container .video-error__wrapper__message {
      font-size: 15px;
      line-height: 20px; }
      @media screen and (min-width: 768px) {
        .live-video-cta__container .video-error__wrapper__message {
          font-size: 22px;
          line-height: 28px; } }
    .live-video-cta__container .jwplayer {
      display: block;
      max-width: 100%; }
      .live-video-cta__container .jwplayer video {
        cursor: pointer; }
  .live-video-cta__button-open {
    width: 100%;
    margin: 2px 0 0 0;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ed1a3b;
    font-weight: 700;
    transition: background-color 0.5s;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .live-video-cta__button-open {
        font-size: 13px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
    @media screen and (min-width: 1024px) {
      .live-video-cta__button-open {
        font-size: 16px;
        justify-content: center; } }
    .live-video-cta__button-open:hover {
      background-color: #BD142F; }
    .live-video-cta__button-open .icon {
      display: inline-flex;
      height: 26px;
      width: 26px; }
      @media screen and (min-width: 768px) {
        .live-video-cta__button-open .icon {
          height: 46px;
          width: 46px; } }
      .live-video-cta__button-open .icon svg {
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .live-video-cta__button-open .icon svg {
            margin-top: 1px; } }
  .live-video-cta__button-close {
    right: 0;
    top: 30px;
    position: absolute;
    display: none;
    height: 56px;
    width: 56px; }
    .live-video-cta__button-close .icon {
      height: 30px;
      width: 30px; }
      .live-video-cta__button-close .icon svg {
        height: 100%;
        width: 100%;
        fill: white; }
    @media screen and (min-width: 1024px) {
      .live-video-cta__button-close {
        right: 15px; } }
  @media screen and (min-width: 768px) {
    .live-video-cta--contracted {
      transform: scale(0.57143); } }
  @media screen and (min-width: 1024px) {
    .live-video-cta--contracted {
      transform: scale(0.44444); } }
  .live-video-cta--maximised {
    height: 100vh;
    position: fixed;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    max-width: 100%;
    transition: width 0.3s ease-in-out; }
    .live-video-cta--maximised:hover {
      box-shadow: none; }
    .live-video-cta--maximised .overlay {
      height: 100vh; }
      .live-video-cta--maximised .overlay .live-video-cta__container {
        transition: 0.3s ease-in-out all;
        width: 100%;
        left: 50%;
        top: 50%;
        position: relative;
        transform: translate(-50%, -50%);
        background-color: transparent;
        max-width: 1000px;
        height: 260px; }
        @media screen and (min-width: 480px) {
          .live-video-cta--maximised .overlay .live-video-cta__container {
            height: 360px; } }
        @media screen and (min-width: 768px) {
          .live-video-cta--maximised .overlay .live-video-cta__container {
            height: 570px; } }
        .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper {
          max-width: 450px; }
          @media screen and (min-width: 1024px) {
            .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper {
              width: auto; } }
          .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__logo {
            display: block;
            margin-bottom: 5px; }
            @media screen and (min-width: 480px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__logo {
                margin-bottom: 15px; } }
            @media screen and (min-width: 768px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__logo {
                margin-bottom: 20px; } }
          .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__title {
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 18px;
            display: block; }
            @media screen and (min-width: 480px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__title {
                font-size: 22px;
                line-height: 28px; } }
            @media screen and (min-width: 768px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__title {
                margin-bottom: 10px;
                font-size: 28px;
                line-height: 34px; } }
          .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__message {
            font-size: 28px;
            line-height: 34px; }
            @media screen and (min-width: 480px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__message {
                font-size: 34px;
                line-height: 40px; } }
            @media screen and (min-width: 768px) {
              .live-video-cta--maximised .overlay .live-video-cta__container .video-error__wrapper__message {
                font-size: 56px;
                line-height: 76px; } }
    .live-video-cta--maximised .live-video-cta__button-open {
      display: none; }
    .live-video-cta--maximised .live-video-cta__button-close {
      display: block; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.video-error {
  position: relative;
  width: 100%;
  height: 100%; }
  .video-error__image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .video-error__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 450px;
    transform: translate(-50%, -50%); }
    .video-error__wrapper__logo {
      display: block;
      width: 80px; }
      @media screen and (min-width: 480px) {
        .video-error__wrapper__logo {
          width: 180px; } }
      @media screen and (min-width: 768px) {
        .video-error__wrapper__logo {
          width: 260px; } }
    .video-error__wrapper__title {
      color: #ffffff;
      font-weight: 700;
      font-size: 17px;
      line-height: 22px; }
    .video-error__wrapper__message {
      color: #19e4ff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 22px;
      line-height: 28px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.loading-wheel {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #19e4ff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  animation: spin .75s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.menu-item {
  list-style: none; }
  .menu-item__link {
    align-items: center;
    background: none;
    display: flex;
    height: 50px;
    margin-bottom: 2px;
    padding-left: 10px;
    text-decoration: none;
    transition: opacity 0.5s, box-shadow 0.5s; }
    .menu-item__link--selected {
      background: #006efa;
      font-weight: bold; }
      .menu-item__link--selected:hover {
        box-shadow: none; }
      .menu-item__link--selected .menu-item__text {
        background: none;
        color: #ffffff; }
    .menu-item__link:hover {
      box-shadow: inset 5px 0 0 #006efa; }
  .menu-item__icon {
    width: 40px; }
  .menu-item .badge {
    position: absolute;
    right: -50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .menu-item__text {
    color: #006efa;
    margin-left: 20px;
    font-size: 13px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.modal {
  left: 50%;
  position: fixed;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  top: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 5px;
  max-width: 430px;
  padding: 50px; }
  @media screen and (max-width: 321px) {
    .modal {
      padding: 20px; } }
  @media screen and (max-width: 769px) {
    .modal {
      border-radius: 0;
      justify-content: center !important;
      max-width: 100%;
      height: 100%;
      width: 100%; } }
  .modal__close {
    border-top-right-radius: 5px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: opacity 0.5s; }
    .modal__close svg {
      height: 35px;
      width: 35px; }
    .modal__close:hover {
      opacity: 0.75; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.image-modal {
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  overflow: auto; }
  @media screen and (min-width: 1024px) {
    .image-modal {
      border-radius: 0;
      min-height: auto;
      height: auto;
      justify-content: center !important;
      top: 50%;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, -50%);
      border-radius: 5px;
      padding: 0 45px; } }
  .image-modal__close {
    border-top-right-radius: 5px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    top: 35px;
    left: 35px;
    transition: opacity 0.5s; }
    .image-modal__close svg {
      height: 35px;
      width: 35px;
      fill: #fff; }
    .image-modal__close:hover {
      opacity: 0.75; }
  .image-modal__container {
    width: 100%;
    max-width: 500px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .image-modal__container {
        max-width: 600px; } }
    @media screen and (min-width: 1024px) {
      .image-modal__container {
        max-width: 1300px;
        min-height: auto;
        flex: none;
        flex-direction: row;
        align-items: stretch;
        overflow: hidden;
        border-radius: 10px;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .image-modal__container__image {
        width: 50%; } }
    .image-modal__container__content {
      width: 100%;
      position: relative;
      background-color: white;
      flex: 2; }
      @media screen and (min-width: 1024px) {
        .image-modal__container__content {
          width: 50%; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  height: 44px;
  overflow: visible;
  padding: 8px 15px;
  transition: height 0.3s, opacity 0.3s, width 0.5s;
  transition-timing-function: linear;
  width: 100%; }

@-moz-document url-prefix() {
  .navbar {
    background-color: white; } }
  .navbar__container {
    height: 0;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    transition: height 0.3s, opacity 0.3s;
    top: 44px;
    width: 100%; }
  .navbar--expanded {
    height: 100%; }
    .navbar--expanded .navbar__container {
      height: calc(100% - 44px);
      overflow-y: auto;
      opacity: 1; }
    .navbar--expanded .navbar__toggle .badge {
      display: none; }
  .navbar__logo {
    padding: 0;
    max-height: 28px;
    height: 100%; }
    .navbar__logo--icon {
      display: inline-block;
      height: 100%;
      max-width: 25px;
      width: 100%; }
    .navbar__logo--text {
      display: inline-block;
      opacity: 1;
      height: 86%;
      width: 100px;
      margin-left: 8px; }
    .navbar__logo svg {
      height: 100%; }
  .navbar__toggle {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 7px;
    top: 3px;
    padding: 0; }
    .navbar__toggle .badge {
      position: absolute;
      top: 50%;
      transform: translate(-120%, -50%); }
    .navbar__toggle svg {
      fill: #006efa; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.nav-links__link {
  color: #4a4a4a;
  font-size: 17px;
  text-decoration: none; }
  .nav-links__link--active {
    color: #006efa;
    font-weight: 700;
    border-bottom: 3px solid #006efa; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.nav-links .nav-links__link {
  display: inline-block;
  line-height: 22px; }
  .nav-links .nav-links__link:not(:last-child) {
    margin-right: 45px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.bar {
  position: relative; }
  .bar--padding {
    padding: 10px;
    position: absolute;
    cursor: pointer; }
  .bar--horizontal {
    width: 100%;
    height: 5px; }
    .bar--horizontal .bar--padding {
      width: 100%;
      top: -7px; }
    .bar--horizontal .bar--filled {
      height: 100%;
      width: 100%;
      position: absolute;
      background: #006efa;
      border-radius: 3px;
      overflow: hidden; }
    .bar--horizontal .bar--unfilled {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #E1E1E1;
      border-radius: 0 3px 3px 0; }
    .bar--horizontal .bar--empty {
      border-radius: 3px; }
  .bar--vertical {
    width: 5px;
    height: 100%; }
    .bar--vertical .bar--padding {
      height: 100%;
      left: -7px; }
    .bar--vertical .bar--filled {
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #006efa;
      border-radius: 3px; }
    .bar--vertical .bar--unfilled {
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: #E1E1E1;
      border-radius: 3px 3px 0 0; }
    .bar--vertical .bar--empty {
      border-radius: 3px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.nub {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #19e4ff;
  border-radius: 50%;
  box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@keyframes fadeinzoom {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

@keyframes fadeoutzoom {
  0% {
    opacity: 1;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(0.1, 0.1); } }

.range-slider {
  display: inline-block; }
  .range-slider .nub {
    opacity: 0;
    animation: fadeoutzoom .2s; }
    .range-slider .nub--is-active {
      opacity: 1;
      animation: fadeinzoom .2s; }
  .range-slider .bar--filled, .range-slider .bar--unfilled {
    cursor: pointer; }
  .range-slider .bar--horizontal .nub {
    top: -4px; }
  .range-slider .bar--vertical .nub {
    left: -4px; }
  .range-slider:hover .nub, .range-slider .nub--is-active {
    opacity: 1;
    animation: fadeinzoom .2s; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.popover {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  margin-top: 5px;
  padding: 3px;
  position: absolute;
  transition: opacity .3s; }
  .popover:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0; }
  .popover.popover-bottom:after {
    border-bottom: solid 5px #ffffff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 0; }
  .popover.popover-top:after {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 5px #ffffff;
    left: 50%;
    margin-left: -5px;
    top: 100%; }
  .popover.popover-right:after {
    border-bottom: solid 5px transparent;
    border-right: solid 5px #ffffff;
    border-top: solid 5px transparent;
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%; }
  .popover.popover-left:after {
    border-bottom: solid 5px transparent;
    border-left: solid 5px #ffffff;
    border-top: solid 5px transparent;
    margin-right: -5px;
    margin-top: -5px;
    right: 0;
    top: 50%; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.volume-controls {
  align-items: center;
  display: flex;
  position: relative; }
  .volume-controls .range-slider {
    margin: 5px; }
  .volume-controls__container {
    align-items: center;
    display: flex; }
    .volume-controls__container__icon {
      width: 40px;
      height: 40px;
      cursor: pointer; }
    .volume-controls__container:focus {
      outline: none; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.show-info-with-image {
  align-items: center;
  display: flex; }
  .show-info-with-image .duration {
    display: inline-block;
    margin-left: 0;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .show-info-with-image .duration {
        display: block;
        font-size: 11px;
        line-height: 13px;
        margin-top: 2px; } }
  .show-info-with-image__text {
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .show-info-with-image__text__time {
      margin-left: 15px; }
      .show-info-with-image__text__time--elapsed {
        color: #006efa; }
    .show-info-with-image__text__subtitle {
      color: #4a4a4a;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      display: inline-block;
      margin-right: 5px;
      line-height: 16px; }
      @media screen and (max-width: 768px) {
        .show-info-with-image__text__subtitle {
          font-size: 11px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 100%;
          width: calc(100vw - 80px); } }
    .show-info-with-image__text__title {
      color: #4a4a4a;
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .show-info-with-image__text__title {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 0;
          width: calc(100vw - 80px); } }
  .show-info-with-image__image {
    background-size: cover;
    color: #4a4a4a;
    display: inline-block;
    flex-shrink: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    height: 80px;
    margin-right: 20px;
    width: 80px; }
    @media screen and (max-width: 768px) {
      .show-info-with-image__image {
        height: calc(80px - 20px);
        margin-right: 10px;
        width: calc(80px - 20px); } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.duration {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }
  .duration__elapsed {
    color: #006efa; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.playbar .player-controls {
  align-items: center;
  display: flex;
  justify-content: center; }
  .playbar .player-controls--icon-container {
    cursor: pointer;
    outline: none;
    margin: 0 10px;
    width: 40px;
    height: 40px; }

.playbar .volume-controls {
  justify-content: flex-end; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.scrubber {
  width: 100%; }
  .scrubber .bar--active {
    height: 8px !important; }
  .scrubber .bar--horizontal {
    transition: height 0.3s; }
    .scrubber .bar--horizontal .bar--filled {
      border-radius: 0; }
    .scrubber .bar--horizontal:hover {
      height: 8px; }
    .scrubber .bar--horizontal .nub {
      height: 15px;
      top: -3px;
      width: 15px; }
  .scrubber .popover {
    color: #006efa;
    font-size: 12px;
    text-align: center;
    top: -38px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
    width: 55px; }

@media screen and (max-width: 768px) {
  .scrubber .bar {
    height: 8px; }
  .scrubber .nub {
    opacity: 1; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.playbar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-family: "Open Sans", sans-serif;
  height: 80px; }

@-moz-document url-prefix() {
  .playbar {
    background-color: white; } }
  .playbar .scrubber {
    position: absolute;
    bottom: 80px; }
  .playbar > .playbar__flex_item {
    flex-direction: row;
    flex: 1;
    width: 40%;
    overflow: hidden; }
    .playbar > .playbar__flex_item.player-controls {
      flex: initial;
      width: 20%; }
  .playbar__controls {
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-left: -20px; }
  .playbar .volume-controls {
    flex: 1;
    right: 15px;
    width: 40%; }
  .playbar .range-slider--vertical {
    bottom: 39px;
    opacity: 0;
    display: none; }

@media screen and (max-width: 768px) {
  .playbar {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-flow: column wrap;
    height: 120px;
    width: 100%; }
    .playbar .scrubber {
      bottom: 120px; }
    .playbar > .playbar__flex_item {
      width: initial; }
      .playbar > .playbar__flex_item.player-controls {
        flex: 1;
        width: initial; }
      .playbar > .playbar__flex_item.playbar__info {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%; }
    .playbar__background {
      height: inherit; }
    .playbar__controls {
      align-items: center;
      margin-left: inherit; }
    .playbar .range-slider--desktop {
      display: none; }
    .playbar .volume-controls {
      bottom: 10px;
      justify-content: initial;
      position: absolute;
      right: 10px;
      width: initial; }
      .playbar .volume-controls .range-slider--vertical {
        display: block; }
      .playbar .volume-controls:hover .range-slider--vertical {
        display: block;
        opacity: 1; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.circular-play-button {
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 80px;
  width: 80px; }
  .circular-play-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.rounded-frame {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px 3px rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 768px) {
    .rounded-frame {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4), 0px 0px 0px 3px rgba(255, 255, 255, 0.2); } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.rounded-logo {
  position: relative; }
  .rounded-logo__img {
    width: 100%; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.search-bar {
  display: flex;
  flex-wrap: wrap;
  height: 42px;
  position: relative;
  width: 100%; }
  .search-bar form {
    display: flex;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    position: relative; }
  .search-bar__input {
    border: 0;
    font-size: 15px;
    height: 100%;
    padding: 11px;
    padding-right: calc(22px + 22px);
    width: 100%; }
    .search-bar__input:focus, .search-bar__input:active {
      outline: none; }
  .search-bar__button {
    height: 100%;
    margin: 0;
    width: 45px;
    transition: background-color 0.5s;
    background: white; }
    .search-bar__button .icon {
      width: 22px;
      top: 50%;
      transform: translate(0, -50%);
      box-sizing: content-box; }
      .search-bar__button .icon svg {
        margin-top: 3px; }
    .search-bar__button:hover {
      background-color: #006efa; }
  .search-bar__results {
    background-color: #ffffff;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    width: calc(100% - 4px);
    margin: 1px 0 0 2px;
    z-index: 2; }
    .search-bar__results__result {
      background-color: #ffffff;
      display: block;
      padding: 12px;
      position: relative;
      color: #4a4a4a;
      transition: background-color 0.5s;
      z-index: 2; }
      .search-bar__results__result--more {
        font-weight: 700; }
      .search-bar__results__result:hover, .search-bar__results__result--selected {
        background-color: #e6e6e6; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.card-with-gradient {
  transition: opacity 0.5s; }

.show-info-card {
  position: relative; }
  .show-info-card .circular-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
  .show-info-card-enter {
    opacity: 1; }
  .show-info-card-exit {
    opacity: 0;
    position: absolute;
    top: 0; }
  .show-info-card .show-info-badge {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 25px; }
    .show-info-card .show-info-badge .badge {
      margin-bottom: 2px; }
    .show-info-card .show-info-badge .show-info__text {
      width: 100%; }
      .show-info-card .show-info-badge .show-info__text__title {
        font-size: 15px;
        letter-spacing: -0.2px;
        margin: 5px 0 0;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
        width: 99%; }
      .show-info-card .show-info-badge .show-info__text__subtitle {
        font-size: 13px;
        margin: 5px 0 0; }

@media screen and (max-width: 1100px) {
  .show-info-card .show-info-badge {
    padding: 20px; } }

@media screen and (max-width: 768px) {
  .show-info-card .show-info-badge {
    padding: 15px; } }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.show-info-badge {
  align-items: center;
  display: block;
  width: 100%; }
  .show-info-badge__text__subtitle {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }
  .show-info-badge__text__title {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px; }
  .show-info-badge .badge {
    margin: 0 10px 0 0; }
  .show-info-badge .equalizer {
    margin: 2px 0 0 0; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.show-info {
  align-items: center;
  display: flex; }
  .show-info__text__title {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.41em;
    padding-right: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .show-info__text__subtitle {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 0 0; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.card-frame {
  position: relative;
  width: 385px;
  height: 385px;
  border-radius: 5px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.3);
  display: block;
  background-size: cover;
  overflow: hidden; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.card-with-gradient__gradient {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(63, 93, 116, 0) 50%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: 5px; }

.card-with-gradient img {
  width: 100%;
  height: auto; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.sidebar {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  bottom: 0;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  transition: width 0.5s;
  height: 100%;
  position: fixed;
  top: 0;
  width: 60px; }

@-moz-document url-prefix() {
  .sidebar {
    background-color: white; } }
  .sidebar__logo {
    align-items: center;
    display: block;
    padding: 20px 10px;
    width: 100%;
    overflow: hidden; }
    .sidebar__logo__wrapper {
      width: 155px; }
      .sidebar__logo__wrapper--icon {
        height: 40px;
        width: 40px;
        display: inline-block;
        vertical-align: top; }
      .sidebar__logo__wrapper--text {
        display: inline-block;
        vertical-align: top;
        height: 22px;
        margin-left: 5px;
        width: 110px;
        opacity: 0;
        transition: opacity 0.5s;
        transition-delay: 0.3s;
        margin-top: 9px; }
  .sidebar__container {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px; }
    .sidebar__container .menu-item {
      width: 182px; }
  .sidebar--expanded {
    width: 182px; }
    .sidebar--expanded .sidebar__logo__wrapper--text {
      opacity: 1; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.tab-item {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-shadow: inset -3px 3px 5px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  height: 60px;
  width: 220px; }
  .tab-item--active {
    background-color: #ffffff;
    border-right: none;
    box-shadow: none;
    font-weight: 700; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.tabs .tab-item:last-of-type {
  border-bottom: none; }

.tabs .tab-item a {
  color: #4a4a4a; }

.tabs .tab-item--active a {
  color: #006efa; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  40% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-50% - 35px / 2)); } }

.marquee {
  position: relative; }
  .marquee__container__text {
    position: relative;
    white-space: nowrap;
    display: inline-block; }
  .marquee .animating {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: marquee;
    animation-timing-function: linear; }
    .marquee .animating span:nth-child(2) {
      padding-left: 35px; }
  .marquee--overflow .marquee__container {
    -webkit-mask-image: -webkit-linear-gradient(left, black 85%, rgba(0, 0, 0, 0.41) 93%, rgba(255, 255, 255, 0) 98%); }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.image-hover__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: width 0.5s;
  display: inline-block;
  vertical-align: top; }
  .image-hover__wrapper.items-1 {
    width: calc(100% / 2); }
  .image-hover__wrapper.items-2 {
    width: calc(100% / 3); }
  .image-hover__wrapper.items-3 {
    width: calc(100% / 4); }
  .image-hover__wrapper.items-4 {
    width: calc(100% / 5); }
  .image-hover__wrapper.items-5 {
    width: calc(100% / 6); }
  .image-hover__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .image-hover__wrapper__filter {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    opacity: 0; }
  .image-hover__wrapper__text {
    left: 0;
    bottom: 0;
    opacity: 0;
    color: white;
    width: 100%;
    position: absolute;
    transform: translateX(10px);
    padding: 12.5px;
    transition: all 0.5s; }
    .image-hover__wrapper__text h4, .image-hover__wrapper__text h5 {
      width: 100%;
      text-align: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    @media screen and (max-width: 600px) {
      .image-hover__wrapper__text {
        padding: 6.5px; } }
  .image-hover__wrapper.mouseover {
    width: 100%; }
    .image-hover__wrapper.mouseover .image-hover__wrapper__filter {
      opacity: 1; }
    .image-hover__wrapper.mouseover .image-hover__wrapper__text {
      opacity: 1;
      transform: translateX(0); }
  .image-hover__wrapper.shrink {
    width: 0px; }

/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* 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 */
/* Typography */
.tracks-display {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  border: solid 2.5px #ffffff;
  position: relative; }
  .tracks-display__container {
    width: 150%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .tracks-display__container--right {
      left: -50%;
      text-align: right; }
      .tracks-display__container--right .tracks-display__image__wrapper {
        float: none; }
    .tracks-display__container > div {
      display: inline; }
  .tracks-display__image-enter {
    opacity: 0; }
  .tracks-display__image-enter-active {
    opacity: 1;
    transition: all 0.5s; }
  .tracks-display__image-exit {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0; }
  .tracks-display__image-exit-active {
    opacity: 0;
    transition: all 0.5s; }
  .tracks-display__image__wrapper {
    width: calc(100% / 3);
    float: left; }
    .tracks-display__image__wrapper__filter {
      top: 2.5px;
      bottom: 2.5px;
      left: 2.5px;
      right: 2.5px;
      border-radius: 5px; }
    .tracks-display__image__wrapper__text h4 {
      font-size: 15px;
      line-height: 20px; }
    .tracks-display__image__wrapper__text h5 {
      font-size: 13px;
      line-height: 18px; }
    .tracks-display__image__wrapper.mouseover {
      width: calc((100% / 3) * 2); }
  .tracks-display img {
    vertical-align: middle;
    border-radius: 5px;
    padding: 2.5px; }
  @media screen and (max-width: 768px) {
    .tracks-display {
      font-size: 12px; } }

