/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* === eirslett: removed to improve accessibility ===
a:active,
a:hover {
    outline: 0;
}
*/

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: var(--midnight-black);
  background: #ff0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  margin: 0; /* 3 */
  font-size: 100%; /* 2 */
  font-family: inherit; /* 1 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'], /* 1 */
input[type='reset'],
input[type='submit'] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  box-sizing: content-box; /* 2 */
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*
 * Color palette
 * ------
 * Originally from Zeplin: https://app.zeplin.io/project/59a7c264c4d96e2c4cb674cc/styleguide
 * But adjusted since then as we use Figma now
*/

/* stylelint-disable color-no-hex */

:root {
  --glass-white-1: rgba(229, 238, 255, 0.2);
  --glass-white-1-hover: rgba(229, 238, 255, 0.3);
  --glass-white-2: rgba(229, 238, 255, 0.6);
  --glass-white-2-hover: rgba(229, 238, 255, 0.8);
  --glass-white-3: rgba(255, 255, 255, 0.5);
  --glass-white-4: rgba(246, 245, 255, 0.08);
  --glass-white-5: rgba(246, 245, 255, 0.1);
  --glass-white-6: rgba(246, 245, 255, 0.2);
  --snow-white: hsl(0, 0%, 100%);
  --snow-white-hover: hsl(0, 0%, 70%);
  --gray-4: #72777f;
  --gray-5: #4c4e54;
  --gray-6: #242528;
  --gray-7: #151517;
  --cyan-blue: hsl(180, 100%, 50%);
  --cyan-blue-hover: hsl(180, 100%, 40%);
  --glass-cyan-1: rgba(0, 255, 255, 0.1);
  --glass-cyan-2: hsla(180, 100%, 50%, 0.2);
  --glass-cyan-3: hsla(180, 100%, 50%, 0.3);
  --master-gold: rgba(255, 190, 125, 1);
  --master-gold-hover: rgba(255, 190, 125, 0.9);
  --glass-master-gold: rgba(255, 190, 125, 0.2);
  --glass-master-gold-2: rgba(255, 190, 125, 0.3);
  --raspberry-pink: #cd005d;
  --raspberry-pink-lighter: #dc4d8e;
  --black: #000;
  --midnight-black: #101012;
  --controls-overlay: rgba(0, 0, 0, 0.7);
  --duration-overlay: rgba(0, 0, 0, 0.3);
  --background-dark: #18181b;
  --twitter: #55acee;
  --facebook: #3b5998;
  --facebook-hover: #385486;
  --hoverLighten: brightness(130%);
  --hoverDarken: brightness(70%);
  --hoverTransition: filter 0.15s ease;
  --scrollbar-track: #2a2a2a;
  --scrollbar-thumb: #5a5a5a;
  --lighten-25: #b2b2bf;
  --red-alert: #ff3269;
}

/* stylelint enable */

@font-face {
  font-family: nationale;
  font-display: swap;
  src: url(/7316125d2b620ca63dcc61b3e4104590.woff2) format('woff2');
}

@font-face {
  font-family: nationale;
  font-style: italic;
  font-display: swap;
  src: url(/5996eb7c35f5a11e32cd3f83b13b4a9a.woff2) format('woff2');
}

@font-face {
  font-weight: 300;
  font-family: nationale;
  src: url(/fd2aa04b3f288ceb8c67e8fe44377e07.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: nationale;
  src: url(/b34260893adf150b3062464f0bd2aadc.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: nationale;
  src: url(/67cb6774ce5738e9fdf9759948cbeead.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: nationale;
  src: url(/b35425f3cbdadf3f1ee35c9ed8e0f14b.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-weight: 900;
  font-family: nationale;
  src: url(/abf442ede1b544682f710a6893f53eb1.woff2) format('woff2');
  font-display: swap;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Normalize focus state (for all tags) */

:focus {
  outline: thin dotted var(--cyan-blue);
}

[data-whatinput='mouse'] button:focus {
  outline: none;
}

main:focus {
  outline: none;
}

time {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

br {
  display: block;
  content: ' ';
}

table {
  width: 100%;
  /* use https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup instead */
  /* table-layout: fixed; */
}

th {
  padding: 3px;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* TODO These selectors should really not be here! */

/* Only a fix for http://tidal.dev/artist/7975889 */

[title='J A Y  E L E C T R O N I C A'] {
  white-space: pre;
}

/* end TODO */

a:link:hover {
  text-decoration: underline;
}

/* Remove default margin under p */

p {
  margin: 12px 0 0;
}

/* Underline for links in text */

p a:link {
  text-decoration: underline;
}

button {
  font-size: 14px;
  vertical-align: middle;
  background: none;
  border: none;
}

/* This is often used for icons, which shouldn't be italic. */

i {
  font-style: normal;
}

/* Override normalize.css to create flexible width search widget  */

input[type='search'] {
  box-sizing: border-box;
}

/*
  IE and Edge does not support object-fit yet.
  So set background behind default SVG image to ensure
  it still looks OK. (Approved by designer)
*/

img[src*='default'][src*='.svg'] {
  background-color: var(--midnight-black);
}

/* Spinner to indicate loading status */

.move-these-out-not-main-layout {
  position: absolute;
}

.playback-controls__button--white-icon {
  color: var(--snow-white)
}

.playback-controls__button--white-icon:hover {
    color: var(--snow-white-hover);
  }

.playback-controls__button--white-icon[disabled] {
  color: var(--glass-white-2);
  cursor: not-allowed;
}

.playback-controls__button--white-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

:root {
  --baseFontSize: 14;
  --baseLineHeight: calc(20 / var(--baseFontSize));
  --remRatio: calc(1rem / var(--baseFontSize));
}

/* ==========================================================================
   Base Type.
   ========================================================================== */

html {
  font-size: calc(var(--baseFontSize) * 1px);
  line-height: var(--baseLineHeight);
}

body,
._2elUrsZsOVCeLneU8fVbna {
  color: var(--snow-white);
  font-weight: 500;
  font-size: 1rem; /* 14px */
  font-stretch: normal;
  line-height: var(--baseLineHeight);
  -webkit-font-smoothing: antialiased;
}

/*
.osx body {
  font-weight: 500;
} */

html,
button,
input,
select,
textarea,
small,
.body-font {
  font-family: 'nationale', 'nationale-regular', 'Helvetica', sans-serif;
}

/*
  WIMPWC-6398: Font issues OS X "El Capitan"
  ------------
  It seems that the Nationale font is only able to properly fallback
  in "El Capitan" for missing glyps with the 'regular' variant set.
  Since we still want to have a difference between font weights,
  we decided to use the default system font for older OS X versions.
  This is checked with Aziz.
*/

.osx-old body,
.osx-old button,
.osx-old input,
.osx-old select,
.osx-old textarea,
.osx-old small,
.osx-old .body-font {
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   Headings and paragraph
   ========================================================================== */

/* stylelint-disable selector-list-comma-newline-after  */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h7 {
  font-weight: inherit;
  font-style: normal;
  text-rendering: geometricPrecision;
}

/* stylelint-enable */

/* rem pixel ratio 0.0714375 */

h1,
._2c2ti9WDbuoSRs1GpeYpgp {
  margin: 1em 0 0.929rem; /* 14px & 13px */
  font-weight: 600;
  font-size: calc(48 * var(--remRatio));
  line-height: calc(58 * var(--remRatio));
  letter-spacing: calc(-4em / 100);
}

h2,
.IwCLdajafzB0ouQBD396O {
  font-weight: 600;
  font-size: calc(32 * var(--remRatio));
  line-height: calc(40 * var(--remRatio));
  letter-spacing: calc(-3em / 100);
}

h3,
.OHzQQukSPBcedPLVU9Yu8 {
  font-weight: 500;
  font-size: calc(24 * var(--remRatio));
  line-height: calc(32 * var(--remRatio));
  letter-spacing: calc(-1em / 100);
}

h4,
._2cmpURKDiRfZ2zQcQ6HdJk {
  margin: 0.714em 0 0.571rem; /* 10px & 8px */
  font-weight: 500;
  font-size: calc(16 * var(--remRatio));
  line-height: calc(24 * var(--remRatio));
  letter-spacing: 0;
}

.ccVO_Ur4-68Q1TJzH3Day {
  font-weight: 500;
  font-size: calc(16 * var(--remRatio));
  line-height: calc(24 * var(--remRatio));
  letter-spacing: 0;
}

._2-fpVO0YBsGNozauwZarsm {
  font-weight: 500;
  font-size: calc(15 * var(--remRatio));
  line-height: calc(24 * var(--remRatio));
  letter-spacing: 0;
}

._2EkvRLfD85nTJMZwRpVC2I {
  font-weight: 600;
  font-size: calc(12 * var(--remRatio));
  line-height: calc(12 * var(--remRatio));
  letter-spacing: 0.036rem;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 1.714rem; /* 24px */ /* TODO Only used for ui-tooltip? */
}

h6,
.h6 {
  margin: 0.357em 0 0.286rem; /* 5px && 4px */
  font-size: 1.286rem; /* 18px */ /* TODO adjust for new design? */
}

.h7 {
  font-weight: 600;
  font-size: 0.857rem; /* 12px */
}

.LS4QmGYyxF5cNN5gz_Z-K {
  display: inline;
  /* negative margin-top to account for the font-weight 600 which increases the rendered text size. margin-right to act as a ' ' between header and text. */
  margin: -2px 4px 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 1em /* Uses em (not rem) to make it the same size as the other text in container */
}

.LS4QmGYyxF5cNN5gz_Z-K::after {
    content: ' ';
  }

._2tZQ1u21TxRwDAIiYxOlOB {
  font-weight: 600;
}

.smallText {
  font-size: calc(12 * var(--remRatio)); /* 12px */
  line-height: calc(20 * var(--remRatio)); /* 12px */
}

.normalText {
  font-size: calc(14 * var(--remRatio)); /* 14px */
}

.largeText {
  font-size: calc(16 * var(--remRatio)); /* 16px */
}

.iLink {
  margin: 1em 0; /* 14px */
  font-style: italic;
  text-decoration: underline;
}

.iLink:hover {
  text-decoration: none;
}

/* ***************** */

/*  from new design  */

/* ***************** */

/* Text styles */

._29QaVsfn-g69fnzjE-UkXz {
  color: var(--snow-white);
  text-align: left;
}

._2T3owQQz232K3q6wNjcv_P {
  color: var(--snow-white);
  text-align: left;
}

._262Ru2j-v817h2LWJXHdaW {
  color: var(--snow-white);
  text-align: left;
}

._1Kxpl8KB2OiJjjZmN_gSjJ {
  color: var(--snow-white);
  text-align: left;
}

.Iw65wr9p7f_CwzWc4-Lhu,
._1gDErL_VG-8o498jr8hSlj {
  color: var(--snow-white);
  text-align: left;
}

.V_lIH0pxRtGSyr7ktSUqQ {
  color: rgba(255, 255, 255, 0.5);
}

._1JZo96ZTGpUzNUg95kl63Y {
  color: var(--snow-white);
}

.CThrOVIyc7VAUM90nZ13N {
  color: var(--snow-white);
}

._13ldaqRV5CcZH4DnvSO7kP {
  color: var(--snow-white)
}

._13ldaqRV5CcZH4DnvSO7kP p + p {
    margin-top: 1.65rem;
  }

._1ry6-CvBcrFREUab2IOEk1 {
  color: var(--snow-white);
  text-align: left;
}

._1jfnF8yrJt6MPWFd0PCS6U {
  color: var(--snow-white);
  text-align: center;
}

._1VksWqRBLL7VuZmPB5ZDFb {
  color: var(--snow-white);
  text-align: left;
}

.DEAr5uAKoCBbnMMOKCAsT {
  color: var(--snow-white);
}

._2hdp5sxEX5LjvKr76uj76Q {
  color: var(--snow-white);
  text-align: left;
}

.ipDowG5qGd2txtIwVkbwp,
._3uSAp_KAT_OQwnngc67Brg {
  color: var(--snow-white);
  text-align: left;
}

._3W4ZSJS9V_5RSkWgLv643C,
._29UHtLiIB4clgPhMcxkLNH {
  color: var(--glass-white-2);
  text-align: left;
}

.Y4dNpM3AWAJQFQEeaHE9Z {
  color: var(--snow-white);
  text-align: right;
}

._1SsQVgX3DknjbNd0vnn4e5 {
  color: var(--snow-white);
  text-align: left;
}

._2eDFN4FijecJGJbN2Zdhnk {
  color: var(--snow-white);
  text-align: left;
}

._37mpj0wKgZOyBAUa6QWkvc {
  color: var(--glass-white-2);
}

.IgV9rdEigumuEHfjUzfkv {
  color: var(--glass-white-2);
  text-align: left;
}

.Mq3k2ZPFsXISq1VkF0YN- {
  color: var(--glass-white-2);
  text-align: center;
}

._1mSpg9DoFLDjbnFFAb3H1W {
  color: var(--snow-white);
  text-align: center;
}

._14WDbr9eDv45GuqGzZyP-h {
  color: var(--cyan-blue);
  text-align: left;
}

.sPhpGxXYdvXYTzkOaKtZt {
  color: var(--cyan-blue);
  text-align: center;
  text-transform: uppercase;
}

._39KV83CjE8Nd52s50gPyKO {
  color: var(--snow-white);
  text-align: center;
}

._1dabImtaAIkm_lpjq2fMTq {
  color: var(--glass-white-2)
}

._1dabImtaAIkm_lpjq2fMTq:hover {
    text-decoration: underline;
  }

._20AB0DTparirA2KVCyVag- {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._1-rdTkp1TBocXPHVer53_I {
  color: var(--glass-white-2);
  font-size: 0.9rem;
}

._1ISUU2FfWLQ3Y7qjdo0zKj {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

._2ooR31vWj0upsnPpgtXDg4 {
  font-weight: 800;
  font-size: 1.286rem; /* 16px */
}

._1dTMN6vwHUC3uFxDF29mGb {
  font-weight: 900;
  font-size: calc(14 * var(--remRatio));
  line-height: calc(16 * var(--remRatio));
  letter-spacing: calc(-3em / 100);
}

._1bUH2QqseLGCIvZYhaGy_ {
  margin-bottom: calc(48 * var(--remRatio));
  font-weight: 600;
  font-size: calc(32 * var(--remRatio));
  line-height: calc(48 * var(--remRatio));
}

/* TIDAL specific global styles. */

body {
  background: var(--black);
}

/* Default button color is "buttontext" in useragent, resolves to black. */

button {
  color: var(--snow-white);
}

/* Custom theming of scrollbars for webkit browsers. */

.enable-scrollbar-styles ::-webkit-scrollbar {
  width: auto;
  max-width: 10px; /* Applies to vertical bars. */
  max-height: 10px; /* Applies to horizontal bars. */
}

.enable-scrollbar-styles ::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

.enable-scrollbar-styles ::-webkit-scrollbar-corner {
  background: var(--scrollbar-track);
}

.enable-scrollbar-styles ::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border: 1px solid var(--scrollbar-track);
  border-radius: 10px;
}

/*# sourceMappingURL=head.627c68c0409be306570c.css.map*/