.app-components-track-artists-artists--container {
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  .app-components-track-artists-artists--container span:last-of-type span {
      /* remove last comma */
      display: none;
    }
  .app-components-track-artists-artists--container a {
    color: inherit;
    font-size: inherit;
  }
  .app-components-track-artists-artists--container a:hover,
    .app-components-track-artists-artists--container a:focus {
      color: var(--text);
      text-decoration: underline;
    }

.app-components-track-track--wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 69px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  color: var(--text);
}

  .app-components-track-track--wrapper:empty {
    background-color: var(--loading-gray);
    border-radius: 8px;
  }

  @media (min-width: 480px) {.app-components-track-track--wrapper {
    height: 163px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid transparent
}

    .app-components-track-track--wrapper.app-components-track-track--compact {
      height: 76px;
      margin-bottom: 12px;
      padding-bottom: 12px;
    }

      .app-components-track-track--wrapper.app-components-track-track--compact div.app-components-track-track--cover {
        -webkit-flex: 0 0 64px;
                flex: 0 0 64px;
        width: 64px;
        height: 64px;
      }

      .app-components-track-track--wrapper.app-components-track-track--compact .app-components-track-track--main {
        -webkit-justify-content: center;
                justify-content: center;
      }
  }

.app-components-track-track--main {
  width: 100%;
  min-width: 0;
}

/* needed for ellipsis to work */

@media (min-width: 480px) {

.app-components-track-track--main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between
}
  }

.app-components-track-track--main footer {
    margin-bottom: -7px;
  }

.app-components-track-track--main footer span {
      font-weight: 500;
      font-size: 11px;
      letter-spacing: 0.3px;
    }

div.app-components-track-track--cover {
  -webkit-flex: 0 0 55px;
          flex: 0 0 55px;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  overflow: visible;
}

@media (min-width: 480px) {

div.app-components-track-track--cover {
    -webkit-flex: 0 0 138px;
            flex: 0 0 138px;
    width: 138px;
    height: 138px;
    margin-right: 25px
}
  }

div.app-components-track-track--cover:hover .app-components-track-track--coverButtons, div.app-components-track-track--cover:focus .app-components-track-track--coverButtons {
      display: -webkit-flex;
      display: flex;
    }

.app-components-track-track--coverButtons {
  display: none;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-track-track--isHovered,
.app-components-track-track--isLoading,
.app-components-track-track--isActive,
.app-components-track-track--isPlaying {
  display: -webkit-flex;
  display: flex;
}

.app-components-track-track--hoverButton {
  position: absolute;
  top: -7px;
  right: 35px;
  bottom: 0;
  left: -15px;
  z-index: 3;
}

.app-components-track-track--hoverButton.app-components-track-track--extraCompact {
    right: 76px;
  }

.app-components-track-track--hoverButton.app-components-track-track--extraCompact.app-components-track-track--isFreeTrack {
      right: 120px;
    }

@media (min-width: 768px) {

.app-components-track-track--hoverButton {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 138px 0, 138px 50px, 100% 50px, 100% 110px, 138px 110px, 138px 138px, 0 138px);
            clip-path: polygon(0 0, 138px 0, 138px 50px, 100% 50px, 100% 110px, 138px 110px, 138px 138px, 0 138px)
}

    .app-components-track-track--hoverButton.app-components-track-track--isFreeTrack {
      right: 110px;
    }

    .app-components-track-track--hoverButton.app-components-track-track--compact {
      -webkit-clip-path: polygon(
        0 0,
        76px 0,
        76px 76px,
        275px 76px,
        275px 0,
        calc(100% - 170px) 0,
        calc(100% - 170px) 110px,
        76px 110px,
        76px 76px,
        0 76px
      );
              clip-path: polygon(
        0 0,
        76px 0,
        76px 76px,
        275px 76px,
        275px 0,
        calc(100% - 170px) 0,
        calc(100% - 170px) 110px,
        76px 110px,
        76px 76px,
        0 76px
      );
    }

    .app-components-track-track--hoverButton.app-components-track-track--extraCompact {
      -webkit-clip-path: polygon(
        0 0,
        76px 0,
        76px 76px,
        275px 76px,
        275px 0,
        calc(100% - 50px) 0,
        calc(100% - 50px) 110px,
        76px 110px,
        76px 76px,
        0 76px
      );
              clip-path: polygon(
        0 0,
        76px 0,
        76px 76px,
        275px 76px,
        275px 0,
        calc(100% - 50px) 0,
        calc(100% - 50px) 110px,
        76px 110px,
        76px 76px,
        0 76px
      );
    }
  }

.app-components-track-track--hoverButton:hover,
  .app-components-track-track--hoverButton:focus {
    outline: none;
    cursor: pointer;
  }

.app-components-track-track--hoverButton:active {
    outline: none;
  }

.app-components-track-track--hoverButton:active + .app-components-track-track--rowActive {
      position: absolute;
      top: -10px;
      right: -20px;
      bottom: 4px;
      left: -20px;
      background-color: var(--loading-gray);
    }

@media (min-width: 480px) {

.app-components-track-track--hoverButton:active + .app-components-track-track--rowActive {
        display: none
    }
      }

@media (min-width: 480px) {

.app-components-track-track--hoverButton.app-components-track-track--isActive {
      display: none
  }
    }

@-webkit-keyframes app-components-track-track--fadeOut {
  from {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes app-components-track-track--fadeOut {
  from {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.app-components-track-track--isSelected:before {
    position: absolute;
    top: -25px;
    right: -15px;
    bottom: 0;
    left: -15px;
    z-index: 2;
    display: block;
    background-color: rgba(225, 39, 109, 0.2);
    -webkit-animation-name: app-components-track-track--fadeOut;
            animation-name: app-components-track-track--fadeOut;
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    pointer-events: none;
    content: '';
  }

.app-components-track-track--disabledOverlayTracks {
  z-index: 3;
  padding-bottom: 30px;
}

.app-components-track-track--disabledOverlayTracks.app-components-track-track--compact {
    padding-bottom: 0;
  }

@media (max-width: 480px) {

.app-components-track-track--disabledOverlayTracks {
    padding-bottom: 0
}
  }

div.app-components-track-track--waveform {
  height: 48px;
}

div.app-components-track-track--waveformCompact {
  height: 32px;
  margin-right: 32px;
}

.app-components-track-track--loopIcon {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 21px;
  height: 21px;
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 50%;
}

.app-components-track-track--loopIcon svg {
    width: 10px;
    height: 11px;
  }

.app-components-track-track--loopIcon svg path {
      fill: var(--text);
    }

@media (min-width: 480px) {

.app-components-track-track--loopIcon {
    display: none
}
  }

div.app-components-track-track--loopIconCompact {
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 480px) {

div.app-components-track-track--loopIconCompact {
    display: -webkit-flex;
    display: flex
}
  }

.app-components-track-track--waveformWrapper {
  display: none;
  height: 0;
}

@media (min-width: 480px) {

.app-components-track-track--waveformWrapper {
    display: inline;
    display: initial;
    height: auto
}
  }

.app-components-coverart--coverArt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #dedede;
  border-radius: 5px;
}

  .app-components-coverart--coverArt button {
    z-index: 1;
  }

.app-components-coverart--auto {
  width: 100%;
  height: 100%;
}

.app-components-coverart--title {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: white;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-shadow: 3px 3px 3px #777;
}

@media only screen and (max-width: 30em) {

.app-components-coverart--title {
    padding: 0 3px;
    font-size: 0.7em
}
  }

.app-components-coverart--image {
  overflow: hidden;
  border-radius: 5px;
}

.app-components-playbutton--play {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

  .app-components-playbutton--play svg {
    width: 35px;
    height: 35px;
  }

  .app-components-playbutton--play svg path:first-of-type {
      fill: var(--bg);
    }

  .app-components-playbutton--play svg path:last-of-type {
      fill: var(--text);
    }

  @media (min-width: 480px) {

  .app-components-playbutton--play svg {
      width: 50px;
      height: 50px
  }
    }

.app-components-playbutton--compact svg {
    width: 35px !important;
    height: 35px !important;
  }

.app-components-playbutton--bordered svg {
    width: 37px !important;
    height: 37px !important;
  }

.app-components-playbutton--bordered path {
    fill: white;
  }

.app-components-playbutton--bordered circle {
    stroke: var(--text);
  }

div.app-components-playbutton--metronome {
  background-color: var(--bg);
  border-radius: 50%;
}

div.app-components-playbutton--metronome svg {
    width: 35px;
    height: 35px;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }

@media (min-width: 480px) {

div.app-components-playbutton--metronome svg {
      width: 50px;
      height: 50px
  }
    }

div.app-components-playbutton--metronome svg:first-of-type circle {
      fill: var(--bg);
    }

div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(1),
    div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(2),
    div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(4),
    div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(6) {
      fill: var(--text);
    }

div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(3),
    div.app-components-playbutton--metronome svg:first-of-type path:nth-of-type(5) {
      fill: var(--bg);
    }

div.app-components-playbutton--metronome svg + svg {
    height: 40% !important;
  }

div.app-components-playbutton--metronome svg + svg path {
      stroke: var(--text);
    }

div.app-components-playbutton--metronomeLoopLoading {
  background-color: var(--text);
}

div.app-components-playbutton--metronomeLoopLoading svg:first-of-type circle {
      fill: var(--text);
    }

div.app-components-playbutton--metronomeLoopLoading svg:first-of-type g {
      fill: var(--text);
    }

div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(1),
    div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(2),
    div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(4),
    div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(6) {
      fill: var(--bg);
    }

div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(3),
    div.app-components-playbutton--metronomeLoopLoading svg:first-of-type path:nth-of-type(5) {
      fill: var(--text);
    }

div.app-components-playbutton--metronomeLoopLoading svg + svg {
    height: 40% !important;
  }

div.app-components-playbutton--metronomeLoopLoading svg + svg path {
      stroke: var(--bg);
    }

.app-components-playbutton--isLooping svg path:first-of-type {
      fill: var(--text);
    }

.app-components-playbutton--isLooping svg path:last-of-type {
      fill: var(--bg);
    }

.app-components-playbutton--hoverOnly {
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .app-components-playbutton--hoverOnly:hover,
    .app-components-playbutton--hoverOnly:focus {
      opacity: 1;
    }
  }

.app-components-playbutton--hoverOnly.app-components-playbutton--isActive {
    opacity: 1;
  }

.app-components-playbutton--pulse {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-animation: app-components-playbutton--pulse 3s infinite ease-in-out;
          animation: app-components-playbutton--pulse 3s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes app-components-playbutton--pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes app-components-playbutton--pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.app-components-track-loopbutton-loopbutton--loopButton {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: none;
  width: 30px;
  height: 30px;
  margin-top: -37px;
  margin-left: 5px 7px;
  padding: 7px;
  background-color: var(--text);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 300ms background-color var(--ease), 300ms -webkit-transform var(--ease);
  transition: 300ms transform var(--ease), 300ms background-color var(--ease);
  transition: 300ms transform var(--ease), 300ms background-color var(--ease), 300ms -webkit-transform var(--ease);
}

  .app-components-track-loopbutton-loopbutton--loopButton path {
    transition: 300ms fill var(--ease);
    fill: var(--bg);
  }

  .app-components-track-loopbutton-loopbutton--loopButton:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  @media (min-width: 480px) {.app-components-track-loopbutton-loopbutton--loopButton {
    display: block
}
  }

  .app-components-track-loopbutton-loopbutton--loopButton button {
    position: relative;
    width: 15px;
  }

.app-components-track-loopbutton-loopbutton--loopButtonActive {
  background-color: var(--bg);
  border: 1px solid var(--border);
}

.app-components-track-loopbutton-loopbutton--loopButtonActive path {
    fill: var(--text);
  }

.app-components-track-loopbutton-loopbutton--loopButtonActive:hover,
  .app-components-track-loopbutton-loopbutton--loopButtonActive:focus {
    background-color: var(--bg);
  }

.app-components-track-loopbutton-loopbutton--loopButtonLoading {
  -webkit-animation: app-components-track-loopbutton-loopbutton--spin 1.5s cubic-bezier(0.29, 0.69, 0.44, 0.93) infinite;
          animation: app-components-track-loopbutton-loopbutton--spin 1.5s cubic-bezier(0.29, 0.69, 0.44, 0.93) infinite;
  pointer-events: none;
}

.app-components-track-loopbutton-loopbutton--loopButtonCompact {
  width: 21px;
  height: 21px;
  margin-top: -27px;
  padding: 0 2px;
}

.app-components-track-loopbutton-loopbutton--loopButtonCompact svg {
    width: 11px;
  }

.app-components-track-loopbutton-loopbutton--pulse {
  z-index: 1;
  opacity: 0;
  -webkit-animation: app-components-track-loopbutton-loopbutton--loopPulseVisible 1s;
          animation: app-components-track-loopbutton-loopbutton--loopPulseVisible 1s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  pointer-events: none;
}

.app-components-track-loopbutton-loopbutton--pulse:after,
  .app-components-track-loopbutton-loopbutton--pulse:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: app-components-track-loopbutton-loopbutton--loopPulse 3s linear infinite;
            animation: app-components-track-loopbutton-loopbutton--loopPulse 3s linear infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    content: '';
  }

.app-components-track-loopbutton-loopbutton--pulse:before {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }

@-webkit-keyframes app-components-track-loopbutton-loopbutton--loopPulseVisible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes app-components-track-loopbutton-loopbutton--loopPulseVisible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes app-components-track-loopbutton-loopbutton--loopPulse {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(5, 5);
            transform: scale(5, 5);
    opacity: 0;
  }
}

@keyframes app-components-track-loopbutton-loopbutton--loopPulse {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(5, 5);
            transform: scale(5, 5);
    opacity: 0;
  }
}

.app-components-track-header-header--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}

  @media (min-width: 480px) {.app-components-track-header-header--wrapper {
    height: auto;
    margin-top: -2px
}
  }

.app-components-track-header-header--titleAndArtist {
  position: relative;
  min-width: 0;
  margin-top: -5px;
  padding-right: 10px;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {

.app-components-track-header-header--titleAndArtist {
    margin-top: 0
}
  }

@media (min-width: 768px) {

.app-components-track-header-header--titleAndArtist {
    height: auto;
    font-size: 15px
}
  }

.app-components-track-header-header--titleAndArtistCompact {
}

@media (min-width: 480px) {

.app-components-track-header-header--titleAndArtistCompact {
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 200px;
    margin-right: 8px
}
  }

.app-components-track-header-header--titleAndArtistCompactBig {
}

@media (min-width: 480px) {

.app-components-track-header-header--titleAndArtistCompactBig {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 291px;
    margin-right: 24px
}
  }

.app-components-track-header-header--title {
  display: block;
  padding-bottom: 2px;
  overflow: hidden;
  color: var(--text);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {

.app-components-track-header-header--title {
    padding-top: 2px;
    font-weight: 500;
    font-size: 18px
}
  }

.app-components-track-header-header--title em {
    font-style: normal;
  }

.app-components-track-header-header--title:hover,
  .app-components-track-header-header--title:focus {
    color: var(--text);
  }

.app-components-track-header-header--title:hover em, .app-components-track-header-header--title:focus em {
      text-decoration: underline;
    }

.app-components-track-header-header--title:hover .app-components-track-header-header--songLinkTracks, .app-components-track-header-header--title:focus .app-components-track-header-header--songLinkTracks {
      opacity: 0.7;
    }

.app-components-track-header-header--songLinkTracks {
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 2px 4px;
  color: var(--text);
  font-weight: 700;
  font-size: 8px;
  text-transform: uppercase;
  border: 1px solid var(--text);
  border-radius: 4px;
  opacity: 0.5;
  transition: opacity 300ms var(--ease);
}

@media (min-width: 480px) {

.app-components-track-header-header--songLinkTracks {
    position: relative;
    bottom: 3px;
    margin-left: 10px;
    padding: 3px 6px;
    font-size: 10px
}
  }

.app-components-track-header-header--songLinkTracks span {
    text-decoration: none !important;
  }

@media (max-width: 478px) {

.app-components-track-header-header--padTrackCount {
    padding-bottom: 22px
}

    .app-components-track-header-header--padTrackCount .app-components-track-header-header--title {
      padding-bottom: 0;
    }
  }

.app-components-track-header-header--songLinkTracksCompactWrapper {
  display: none;
  -webkit-flex: 0 0 108px;
          flex: 0 0 108px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (min-width: 768px) {

.app-components-track-header-header--songLinkTracksCompactWrapper {
    display: block
}
  }

.app-components-track-header-header--hidden {
  display: none;
}

.app-components-player-info-info--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

  @media (min-width: 768px) {.app-components-player-info-info--wrapper {
    -webkit-flex: 0 0 288px;
            flex: 0 0 288px;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: initial;
            justify-content: initial;
    width: auto;
    overflow: hidden
}
  }

.app-components-player-info-info--wrapperExpanded {
  text-align: center;
}

.app-components-player-info-info--songInfoInner {
  display: block;
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {

.app-components-player-info-info--songInfoInner {
    padding: 0;
    text-align: left
}
  }

@media (max-width: 766px) {

.app-components-player-info-info--coverArtContainer {
    display: block;
    width: 80%;
    max-width: 30vh
}
  }

.app-components-player-info-info--coverArt {
  width: 100%;
  height: 0;
  margin-bottom: 26px;
  padding-bottom: 100%;
}

@media (min-width: 768px) {

.app-components-player-info-info--coverArt {
    width: 74px;
    height: 74px;
    margin-right: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0
}

    .app-components-player-info-info--coverArt picture {
      border-radius: 0;
    }
  }

.app-components-player-info-info--songTitle {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  color: var(--text);
  font-weight: 600;
  font-size: 18px;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {

.app-components-player-info-info--songTitle {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px
}
  }

.app-components-player-info-info--songTitle:hover,
  .app-components-player-info-info--songTitle:focus {
    color: var(--text);
    text-decoration: underline;
  }

.app-components-player-info-info--artistName {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {

.app-components-player-info-info--artistName {
    margin-bottom: 0;
    font-size: 14px
}
  }

.app-components-player-info-info--context {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--text);
  font-size: 11px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-player-info-info--context a {
    color: var(--text);
    font-weight: 500;
  }

.app-components-player-info-info--context a:hover,
    .app-components-player-info-info--context a:focus {
      color: var(--text);
      text-decoration: underline;
    }

ul.app-components-kit-contextmenu-contextmenu--list {
  position: absolute !important;
  top: 0;
  right: 0;
  left: auto;
  border-radius: 8px;
}

.app-components-kit-contextmenu-contextmenu--fitContent {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.app-components-kit-contextmenu-contextmenu--fixedSize {
  min-width: 260px;
}

ul.app-components-kit-contextmenu-contextmenu--leftList {
  right: auto;
  left: 0;
}

button.app-components-kit-contextmenu-contextmenu--label {
  line-height: 1;
  background-image: none;
  border: none;
}

button.app-components-kit-contextmenu-contextmenu--label span {
    padding-right: 0;
  }

button.app-components-kit-contextmenu-contextmenu--item {
  display: -webkit-flex;
  display: flex;
  padding: 14px 18px;
  overflow: hidden;
  color: var(--text);
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

button.app-components-kit-contextmenu-contextmenu--item:after {
    left: 0;
  }

button.app-components-kit-contextmenu-contextmenu--item svg {
    margin-right: 0;
  }

button.app-components-kit-contextmenu-contextmenu--item[disabled] {
    opacity: 0.3;
    pointer-events: none;
  }

.app-components-kit-contextmenu-contextmenu--icon {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 16px;
}

.app-components-kit-contextmenu-contextmenu--icon svg {
    height: auto;
  }

button.app-components-kit-contextmenu-contextmenu--filled {
  color: var(--bg);
  background-color: var(--text);
}

button.app-components-kit-contextmenu-contextmenu--filled:hover,
  button.app-components-kit-contextmenu-contextmenu--filled:focus {
    color: var(--text);
    background-color: var(--bg);
  }

button.app-components-kit-contextmenu-contextmenu--filled:hover path, button.app-components-kit-contextmenu-contextmenu--filled:focus path {
      fill: var(--text);
    }

.app-components-kit-contextmenu-contextmenu--dotWrapper {
  padding: 9px;
}

span.app-components-kit-contextmenu-contextmenu--dots {
  position: relative;
  display: block;
  width: 2px;
  height: 2px;
  padding: 0;
  background-color: var(--text);
  border-radius: 50%;
}

span.app-components-kit-contextmenu-contextmenu--dots:before,
  span.app-components-kit-contextmenu-contextmenu--dots:after {
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: inherit;
    border-radius: inherit;
    content: '';
  }

span.app-components-kit-contextmenu-contextmenu--dots:before {
    top: -6px;
  }

span.app-components-kit-contextmenu-contextmenu--dots:after {
    top: 6px;
  }

.app-components-track-buttons-buttons--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
}

  .app-components-track-buttons-buttons--wrapper > div {
    display: none;
    -webkit-align-items: center;
            align-items: center;
    height: 30px;
    margin-right: 19px;
    line-height: 1;
  }

  .app-components-track-buttons-buttons--wrapper > div:last-of-type {
      display: -webkit-flex;
      display: flex;
      margin-right: 0;
    }

  @media (min-width: 768px) {

  .app-components-track-buttons-buttons--wrapper > div {
      display: -webkit-flex;
      display: flex
  }

      .app-components-track-buttons-buttons--wrapper > div:last-of-type {
        display: none;
      }

      .app-components-track-buttons-buttons--wrapper > div:nth-last-child(2) {
        margin-right: 0;
      }
    }

  .app-components-track-buttons-buttons--wrapper [data-tooltip] {
    bottom: calc(100% + 4px);
    left: calc(50% - 3px);
  }

.app-components-track-buttons-buttons--extraCompactWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-track-buttons-buttons--extraCompactWrapper > div {
    -webkit-align-items: center;
            align-items: center;
    height: 30px;
    margin-right: 19px;
    line-height: 1;
  }

.app-components-track-buttons-buttons--extraCompactWrapper > div:last-of-type {
      margin-right: 0;
    }

@media (min-width: 768px) {

.app-components-track-buttons-buttons--extraCompactWrapper > div {
      display: -webkit-flex;
      display: flex
  }
    }

.app-components-track-buttons-buttons--extraCompactWrapper [data-tooltip] {
    bottom: calc(100% + 4px);
    left: calc(50% - 3px);
  }

.app-components-track-buttons-buttons--fill path {
    fill: var(--brand);
  }

.app-components-track-buttons-buttons--outline path {
    stroke: var(--brand);
  }

.app-components-track-buttons-buttons--arrow {
  width: 15px;
}

.app-components-track-buttons-buttons--arrow path {
    fill: var(--bg);
  }

.app-components-base-downloadbutton--button.app-components-base-downloadbutton--button {
  width: 22px;
  height: 22px;
  margin-right: 0;
  padding: 0;
  color: var(--bg);
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
  border: none;
  border-radius: none;
}

  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button path {
    fill: var(--text);
  }

  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button svg {
    width: 22px;
    height: auto;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button > span {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
  }

  @media only screen and (max-width: 30em) {.app-components-base-downloadbutton--button.app-components-base-downloadbutton--button {
    display: block !important
}
  }

  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button [data-tooltip] {
    bottom: calc(100% + 13px);
    left: calc(50% - 3px);
  }

  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button:hover,
  .app-components-base-downloadbutton--button.app-components-base-downloadbutton--button:focus {
    background-color: transparent;
  }

button.app-components-base-downloadbutton--owned.app-components-base-downloadbutton--owned path {
    fill: none;
  }

button.app-components-base-downloadbutton--owned.app-components-base-downloadbutton--owned g {
    stroke: var(--brand);
  }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded {
  width: auto;
  height: auto;
  padding: 9px 13px;
  color: var(--bg);
  font-weight: 500;
  font-size: 0.95em;
  background-color: var(--brand);
  border-radius: 8px;
}

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded svg {
    margin-right: 10px !important;
  }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded svg path {
      fill: var(--bg);
    }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded:hover,
  button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded:focus {
    background-color: var(--brand);
  }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded:hover svg path, button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded:focus svg path {
      fill: var(--bg);
    }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded svg.app-components-base-downloadbutton--iconExpanded {
    width: 15px;
  }

button.app-components-base-downloadbutton--expanded.app-components-base-downloadbutton--expanded svg.app-components-base-downloadbutton--iconExpanded g {
      stroke: var(--bg);
    }

button.app-components-base-downloadbutton--isFreeTrack.app-components-base-downloadbutton--isFreeTrack {
  width: auto;
}

.app-components-base-downloadbutton--creditCost {
  display: block;
  padding-top: 2px;
}

@media (min-width: 768px) and (max-width: 1023px) {

.app-components-base-downloadbutton--tooltip {
    left: -80% !important
}
    .app-components-base-downloadbutton--tooltip:before {
      left: 69% !important;
    }
  }

.app-components-base-downloadbutton--buttonTooltip {
  position: relative;
  margin-left: 13px;
  padding: 6px 7px;
  color: white;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #2ea013;
  border-radius: 2px;
}

.app-components-base-downloadbutton--buttonTooltip:after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid transparent;
    border-width: 5px;
    border-color: transparent;
    border-right-color: #2ea013;
    pointer-events: none;
    content: ' ';
  }

.app-components-track-addtofavoritesbutton-addtofavoritesbutton--button {
  padding: 0;
}
  .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button:hover,
  .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button:focus {
    -webkit-transform: none;
            transform: none;
  }
  .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button:hover .app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon path, .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button:focus .app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon path {
        fill: transparent;
        stroke: var(--text);
      }
  /* spinner */
  .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button span:last-of-type span {
      border-color: var(--text);
      border-top-color: transparent;
    }
  .app-components-track-addtofavoritesbutton-addtofavoritesbutton--button:disabled {
    opacity: 1 !important;
    -webkit-animation-name: app-components-track-addtofavoritesbutton-addtofavoritesbutton--pulse;
            animation-name: app-components-track-addtofavoritesbutton-addtofavoritesbutton--pulse;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }

.app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon.app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon.app-components-track-addtofavoritesbutton-addtofavoritesbutton--icon path {
    fill: transparent;
    stroke: var(--darkGrayText);
  }

.app-components-track-addtofavoritesbutton-addtofavoritesbutton--iconFilled.app-components-track-addtofavoritesbutton-addtofavoritesbutton--iconFilled {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.app-components-track-addtofavoritesbutton-addtofavoritesbutton--iconFilled.app-components-track-addtofavoritesbutton-addtofavoritesbutton--iconFilled path {
    fill: var(--text);
  }

@-webkit-keyframes app-components-track-addtofavoritesbutton-addtofavoritesbutton--pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes app-components-track-addtofavoritesbutton-addtofavoritesbutton--pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton {
  position: relative;
  padding: 0;
  color: #0e0e0e;
  font-weight: 400;
  font-size: 0;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
}

  a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:hover,
  a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:focus,
  a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:active {
    background-color: transparent;
  }

  a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:hover .app-components-track-addtocollectionbutton-addtocollectionbutton--icon path,
      a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:hover .app-components-track-addtocollectionbutton-addtocollectionbutton--icon rect,
      a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:focus .app-components-track-addtocollectionbutton-addtocollectionbutton--icon path,
      a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:focus .app-components-track-addtocollectionbutton-addtocollectionbutton--icon rect,
      a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:active .app-components-track-addtocollectionbutton-addtocollectionbutton--icon path,
      a.app-components-track-addtocollectionbutton-addtocollectionbutton--addToCollectionButton:active .app-components-track-addtocollectionbutton-addtocollectionbutton--icon rect {
        fill: var(--text);
      }

.app-components-track-addtocollectionbutton-addtocollectionbutton--icon {
  width: 20px;
  height: 20px;
}

.app-components-track-addtocollectionbutton-addtocollectionbutton--icon path,
  .app-components-track-addtocollectionbutton-addtocollectionbutton--icon rect {
    fill: var(--text);
  }

.app-components-base-sharebutton--button {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  padding: 0;
  color: var(--brand);
  font-weight: 500;
  font-size: 1em;
  background-color: transparent;
  border: none;
  transition: color 300ms cubic-bezier(0, 0.715, 0.345, 1);
}

  .app-components-base-sharebutton--button:hover,
  .app-components-base-sharebutton--button:focus {
    background-color: transparent;
  }

  .app-components-base-sharebutton--button:hover .app-components-base-sharebutton--icon path, .app-components-base-sharebutton--button:focus .app-components-base-sharebutton--icon path {
        fill: var(--brand);
      }

.app-components-base-sharebutton--icon {
  width: 20px;
  height: 20px;
}

.app-components-base-sharebutton--icon path {
    fill: var(--brand);
  }

.app-components-kit-waveform-waveform--wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.app-components-kit-waveform-waveform--svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.app-components-kit-waveform-waveform--wrapperHover {
  cursor: pointer;
}

.app-components-kit-waveform-waveform--wrapperHover polygon {
    fill: var(--waveformFill);
  }

.app-components-kit-waveform-waveform--mouseInput {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.app-components-kit-waveform-waveform--mouseInput:focus {
    outline: none;
  }

.app-components-kit-waveform-timestamp--timestamp {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 15px;
}

.app-components-kit-waveform-timestamp--duration {
  position: absolute;
  right: 0;
  bottom: -4px;
  min-width: 35px;
  padding: 0 5px;
  color: var(--text);
  font-weight: 500;
  font-size: 10px;
  background-color: var(--bg);
}

.app-components-kit-waveform-timestamp--durationLoop {
  min-width: 120px;
}

.app-components-kit-waveform-hoverline--hoverLine {
  position: absolute;
  z-index: 2;
  height: 100%;
  padding-left: 5px;
  color: var(--text);
  border-left: 1px solid var(--text);
  pointer-events: none;
}

.app-components-kit-waveform-hoverline--hoverTime {
  font-size: 12px;
}

.app-components-kit-waveform-previewlimit--previewLimit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-color: var(--opaque-2);
  pointer-events: none;
}

.app-components-kit-waveform-currenttimestamp--timestamp {
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 15px;
}

.app-components-kit-waveform-currenttimestamp--currentTime {
  position: absolute;
  bottom: 0;
  color: var(--brand);
  font-size: 12px;
  transition: bottom 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
}

.app-components-kit-waveform-wave--isHovered,
.app-components-kit-waveform-wave--waveFormIsActive {
  fill: var(--waveformFill);
}

.app-components-kit-waveform-wave--waveForm {
  fill: var(--waveformPreviewFill);
}

.app-components-kit-waveform-wave--waveFormPlayed {
  fill: var(--waveformPlayed);
}

.app-components-kit-waveform-wave--indicator {
  stroke: var(--waveformFill);
  stroke-width: 1;
}

.app-components-kit-waveform-loopblock--block {
  position: relative;
  opacity: 0.25;
  fill: var(--text);
}

.app-components-kit-waveform-bars--bar {
  stroke: var(--brandSecondary);
  stroke-width: 1px;
}

.app-components-kit-waveform-bars--disabledBar {
  opacity: 0.1;
  stroke: var(--text);
}

.app-components-track-footer-footer--footer {
  color: var(--grayText);
}

  @media only screen and (max-width: 30em) {.app-components-track-footer-footer--footer {
    display: none
}
  }

  .app-components-track-footer-footer--footer a {
    color: var(--grayText);
    transition: color 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

  .app-components-track-footer-footer--footer a:hover,
    .app-components-track-footer-footer--footer a:focus {
      color: var(--text);
      text-decoration: underline;
    }

.app-components-track-footer-footer--linksWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-height: 30px;
  font-size: 13px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: uppercase;
}

.app-components-track-footer-footer--links {
  position: relative;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  margin-bottom: -16px;
  padding-right: 20px;
  padding-bottom: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}

.app-components-track-footer-footer--greySep {
  margin: 0 18px;
  color: transparent;
}

.app-components-track-footer-footer--licensingInfoWrapper {
  position: relative;
  bottom: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-track-footer-footer--licensingInfoWrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: calc(100% - 4px);
    background-image: linear-gradient(90deg, var(--opaque-0) 14%, var(--opaque-1) 31%, var(--opaque-2) 49%, var(--bg) 72%);
    content: '';
  }

@media only screen and (max-width: 40em) {

.app-components-track-footer-footer--licensingInfoWrapper {
    display: none
}
  }

.app-components-track-footer-footer--licensingInfo path {
    transition: fill 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-track-footer-footer--licensingInfo:hover path, .app-components-track-footer-footer--licensingInfo:focus path {
      fill: var(--tintedText);
    }

@media (max-width: 1100px) {

.app-components-track-footer-footer--label {
    display: none
}
  }

.app-components-track-footer-footer--licenseIcon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.4rem;
}

.app-components-track-footer-footer--licenseIcon path {
    fill: white !important;
  }

.app-components-track-footer-footer--licenseIcon:focus,
  .app-components-track-footer-footer--licenseIcon:hover {
    cursor: pointer;
    opacity: 0.6;
  }

.app-components-track-disabledoverlay-disabledoverlay--disabledOverlay {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  color: var(--darkGrayText);
  font-weight: 500;
  background-color: var(--bg);
  opacity: 0.85;
}

  .app-components-track-disabledoverlay-disabledoverlay--disabledOverlay svg {
    margin-right: 5px;
  }

  .app-components-track-disabledoverlay-disabledoverlay--disabledOverlay svg path {
      fill: var(--darkGrayText);
    }

.app-components-browse-tracklist--trackList {
  padding: 0;
  transition: opacity 80ms linear;
  counter-reset: trackListNumbers;
}

  @media (max-width: 768px) {.app-components-browse-tracklist--trackList {
    padding-top: 0
}
  }

  @media only screen and (max-width: 30em) {.app-components-browse-tracklist--trackList {
    margin-top: 0
}
  }

.app-components-browse-tracklist--fakeInfinity {
  margin-bottom: 34px;
}

@media (max-width: 768px) {

.app-components-browse-tracklist--fakeInfinity {
    margin-bottom: 0
}
  }

.app-components-tinder-tinder--wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: white;
}

.app-components-tinder-tinder--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.app-components-tinder-tinder--styledCard {
  position: absolute;
}

.app-components-tinder-tinder--item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 450px;
  height: 450px;
  font-size: 18px;
  text-shadow: 0 10px 10px #d1d5db;
  background: #f9fafb;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.app-components-tinder-tinder--cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.app-components-tinder-tinder--butt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
}

.app-components-tinder-tinder--hidden {
  opacity: 0.3;
}

.app-components-collection-cover--wrapper {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.app-components-collection-cover--crateWrapper {
  border-radius: none;
}

.app-components-collection-cover--stack {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  isolation: isolate;
}

.app-components-collection-cover--stack li {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transform-origin: top;
            transform-origin: top;
    transition: -webkit-transform 200ms var(--ease);
    transition: transform 200ms var(--ease);
    transition: transform 200ms var(--ease), -webkit-transform 200ms var(--ease);
  }

.app-components-collection-cover--stack0 {
  top: 4px;
  z-index: 3;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.app-components-collection-cover--stack1 {
  top: 2px;
  z-index: 2;
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

.app-components-collection-cover--stack2 {
  top: 1px;
  z-index: 1;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.app-components-collection-cover--crate {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.app-components-collection-cover--grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.app-components-collection-cover--grid img {
    width: 100%;
  }

.app-components-collection-cover--placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media only screen and (max-width: 30em) {.app-components-browse-recommendations--container {
    padding-bottom: 33px
}
  }

.app-components-browse-recommendations--shelfWrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
  padding: 0 20px;
}

@media (min-width: 768px) {

.app-components-browse-recommendations--shelfWrapper {
    width: 100%;
    margin: 0 0 45px;
    padding: 0
}
  }

@font-face {
  font-weight: 400;
  font-family: HK Sentiments;
  font-style: 400;
  src: url('/static/fonts/hksentiments-regular.woff2') format('woff2'), url('/static/fonts/hksentiments-regular.woff') format('woff');
  font-display: auto;
}
@font-face {
  font-weight: 500;
  font-family: HK Sentiments;
  font-style: 500;
  src: url('/static/fonts/hksentiments-medium.woff2') format('woff2'), url('/static/fonts/hksentiments-medium.woff') format('woff');
  font-display: auto;
}
@font-face {
  font-weight: 700;
  font-family: HK Sentiments;
  font-style: 700;
  src: url('/static/fonts/hksentiments-bold.woff2') format('woff2'), url('/static/fonts/hksentiments-bold.woff') format('woff');
  font-display: auto;
}
@font-face {
  font-weight: 900;
  font-family: HK Sentiments;
  font-style: 900;
  src: url('/static/fonts/hksentiments-black.woff2') format('woff2'), url('/static/fonts/hksentiments-black.woff') format('woff');
  font-display: auto;
}

@font-face {
  font-weight: 700;
  font-family: Suprapower;
  font-style: 700;
  src: url('/static/fonts/Suprapower-Heavy.woff2') format('woff2'), url('/static/fonts/Suprapower-Heavy.woff') format('woff');
  font-display: auto;
}

body {
  color: #0a0a0a;
}

body[data-modal='true'] {
    overflow: hidden;
  }

body[data-playing='true'] {
    padding-bottom: 73px;
  }

@media (max-width: 768px) {

body[data-playing='true'] {
      padding-bottom: 56px
  }
    }

body[data-collapse='true'] main {
      min-height: 0;
    }

main {
  min-height: 100vh;
}

#app-global--app {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
  font-weight: 500;
  font-family: var(--fontBody);
}

h1,
h2 {
  font-weight: 700;
  font-family: var(--fontHeading);
}

b {
  font-weight: 500;
}

a {
  transition: color 300ms cubic-bezier(0, 0.715, 0.345, 1), opacity 300ms cubic-bezier(0, 0.715, 0.345, 1);
}

a:focus,
  a:hover {
    color: var(--brand);
    opacity: 0.8;
  }

.no-focus-outline a:focus,
  .no-focus-outline button:focus {
    outline: none;
  }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--border);
  border-left: 0;
}

.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 768px) {

.col {
    display: block
}
  }

.col > div {
    -webkit-flex: 1;
            flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }

.iframeEmbed {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}

/* 16:9 */

.iframeEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
}

tbody tr > td {
  padding: 0.938rem 0 0.562rem;
  color: #000;
  font-size: 1.125rem;
  border-top: 0.063rem solid var(--border);
  border-right: 0;
  border-bottom: none;
  border-left: 0;
}

thead th {
  padding: 0 0 0.562rem;
  color: #8b8b8b;
  font-weight: 400;
  font-size: 1rem;
  background-color: transparent;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
}

.app-global--skipToContent {
  position: absolute;
  top: -10px;
  z-index: 1;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.app-global--skipToContent:focus {
    top: 15px;
    left: 15px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 7px 12px;
    color: black;
    font-weight: 500;
    font-size: 20px;
    background-color: var(--grayBg);
    border: 1px solid var(--border);
    border-radius: 8px;
  }

/* Sticky polyfill */
.sticky {
    position: -webkit-sticky;
    position: sticky;
  }
.sticky.sticky-fixed.is-sticky {
    position: fixed;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
.sticky.sticky-fixed.is-sticky:not([style*='margin-top']) {
    margin-top: 0 !important;
  }
.sticky.sticky-fixed.is-sticky:not([style*='margin-bottom']) {
    margin-bottom: 0 !important;
  }
.sticky.sticky-fixed.is-absolute {
    position: absolute;
  }

div[tabindex='-1']:focus {
  outline: 0;
}

noscript {
  position: fixed;
  top: 20px;
  right: 20px;
  left: 20px;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: calc(100% - 40px);
  max-width: 100%;
  background-color: var(--text);
  border-radius: 8px;
}

noscript p {
    margin: 0;
    padding: 20px 20px;
    color: var(--bg);
    font-weight: 500;
    font-size: 23px;
    text-align: center;
  }

#audio-player-element-1 {
  display: none;
}

.app-components-profile-userbadges--wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  margin-top: -18px;
  margin-left: 5px;
  font-size: 16px;
  list-style: none;
}

  @media (min-width: 768px) {.app-components-profile-userbadges--wrapper {
    margin-top: -23px;
    margin-left: 10px
}
  }

  .app-components-profile-userbadges--wrapper svg {
    width: 19px;
    height: 19px;
  }

  @media (max-width: 768px) {

  .app-components-profile-userbadges--wrapper svg {
      width: 16px;
      height: 16px
  }
    }

.app-components-profile-userbadges--badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 10px;
  font-family: 'HK Sentiments', sans-serif;
  white-space: nowrap;
}

.app-components-profile-userbadges--badge:last-of-type {
    margin-right: 0;
  }

.app-components-profile-userbadges--beta {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 2px 6px;
  color: var(--bg);
  font-weight: 600;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  background-color: var(--text);
  border-radius: 3px;
}

.app-components-profile-userbadges--small .app-components-profile-userbadges--beta {
    top: 0;
    padding: 0 4px;
    font-size: 10px;
  }

.app-components-profile-userbadges--small svg {
    width: 14px;
    height: 14px;
  }

@media (max-width: 768px) {

.app-components-profile-userbadges--small svg {
      width: 14px;
      height: 14px
  }
    }

.app-components-profile-userbadges--verified path {
    fill: var(--text);
  }

.app-components-header-header--header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 20px;
  background-color: var(--bg);
  border-bottom: 1px solid var(--border);
  -webkit-animation: 1s ease-out app-components-header-header--slideOut;
          animation: 1s ease-out app-components-header-header--slideOut;
}

  @media (min-width: 768px) {.app-components-header-header--header {
    padding: 0 30px
}
  }

  .app-components-header-header--header ul {
    margin-bottom: 0;
    margin-left: 0;
  }

  @media (min-width: 768px) {

  .app-components-header-header--header ul {
      margin-left: 10px
  }
    }

.app-components-header-header--isImpersonating {
  background-color: #37338a !important;
}

.app-components-header-header--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 6;
}

.app-components-header-header--inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
}

@media (min-width: 768px) {

.app-components-header-header--inner {
    height: 81px
}
  }

.app-components-header-header--inner2 {
  max-width: 1600px;
}

.app-components-header-header--impersonating {
  position: absolute;
  top: 46px;
  left: 56px;
  color: red;
  font-size: 18px;
}

.app-components-header-header--navigationRight,
.app-components-header-header--navigationLeft {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-header-header--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {

.app-components-header-header--logo {
    position: relative;
    top: 0;
    left: auto;
    -webkit-transform: none;
            transform: none
}
  }

@media (min-width: 1024px) {

.app-components-header-header--logo {
    width: 195px
}
  }

@media (min-width: 1200px) {

.app-components-header-header--logo {
    width: 226px
}
  }

.app-components-header-header--logo span {
    position: relative;
    display: -webkit-flex;
    display: flex;
  }

.app-components-header-header--logo svg {
    width: 150px;
    height: 29px;
    margin-left: -49px;
  }

.app-components-header-header--logo svg path:last-of-type {
      display: none;
    }

@media (min-width: 768px) {

.app-components-header-header--logo svg {
      margin-left: 0
  }

      .app-components-header-header--logo svg path:last-of-type {
        display: block;
      }
    }

@media (min-width: 1024px) {

.app-components-header-header--logo svg {
      width: 178px
  }
    }

.app-components-header-header--logo svg path {
      fill: var(--text);
    }

.app-components-header-header--logoCompressed svg path {
    fill: white;
  }

.app-components-header-header--menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%;
  padding: 36px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 768px) {

.app-components-header-header--menu {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: initial;
            justify-content: initial;
    height: auto;
    padding: 0;
    overflow: visible;
    overflow: initial
}
  }

@media (min-width: 768px) {

.app-components-header-header--mobileSymbol {
    display: none
}
  }

.app-components-header-header--symbol {
  margin-bottom: 28px;
}

.app-components-header-header--symbol path {
    fill: var(--text);
  }

div.app-components-header-header--socialIcons {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (min-width: 768px) {

div.app-components-header-header--socialIcons {
    display: none
}
  }

.app-components-header-header--burger {
  margin-left: -14px;
  padding: 25px 15px;
}

@media (min-width: 768px) {

.app-components-header-header--burger {
    display: none
}
  }

.app-components-header-header--burger span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text);
    border-radius: 2px;
  }

.app-components-header-header--burger span:before,
    .app-components-header-header--burger span:after {
      position: absolute;
      display: inherit;
      width: inherit;
      height: inherit;
      background-color: inherit;
      border-radius: inherit;
      content: '';
    }

.app-components-header-header--burger span:before {
      top: -7px;
    }

.app-components-header-header--burger span:after {
      bottom: -7px;
    }

.app-components-header-header--burgerCompressed span {
    background-color: white;
  }

.app-components-header-header--desktopSignupLinks {
  display: none;
}

@media (min-width: 768px) {

.app-components-header-header--desktopSignupLinks {
    display: block
}
  }

@media (min-width: 768px) {

.app-components-header-header--mobileLoginLink {
    display: none
}
  }

header.app-components-header-header--compressed {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  border-bottom-color: transparent;
}

header.app-components-header-header--compressed .app-components-header-header--inner {
    border-bottom: 2px solid transparent;
  }

header.app-components-header-header--compressed .app-components-header-header--beta {
    color: black !important;
    background-color: white !important;
  }

@-webkit-keyframes app-components-header-header--slideIn {
  from {
    background-color: transparent;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    background-color: var(--bg);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes app-components-header-header--slideIn {
  from {
    background-color: transparent;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    background-color: var(--bg);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header.app-components-header-header--headerVisible {
  position: fixed;
  width: 100%;
  background-color: var(--bg);
  border-bottom: 1px solid var(--border);
  -webkit-animation: 0.3s ease-out app-components-header-header--slideIn;
          animation: 0.3s ease-out app-components-header-header--slideIn;
}

a.app-components-header-header--loginButton {
  margin-right: 35px;
  font-weight: 400;
  font-size: 18px;
}

.app-components-header-header--loginSignupLinks {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-header-header--beta {
  position: absolute !important;
  top: -8px !important;
  right: -25px;
  padding: 2px 3px 1px 3px !important;
  font-size: 7px !important;
  line-height: 1;
  text-align: center;
  background-image: none !important;
  border-radius: 2px !important;
  opacity: 0.5;
}

.app-components-header-header--preload {
  -webkit-animation: none;
          animation: none;
}

.app-components-mobilemenu-mobilemenu--menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 101;
  max-width: 100%;
  background: var(--bg);
}

  @media (min-width: 768px) {.app-components-mobilemenu-mobilemenu--menu {
    position: static;
    width: auto;
    max-width: none;
    max-width: initial;
    background: none;
    -webkit-transform: none !important;
            transform: none !important /* disable animation completely on desktop */
}
  }

.app-components-mobilemenu-mobilemenu--menuLeft {
  right: auto;
  left: 0;
}

.app-components-mobilemenu-mobilemenu--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {

.app-components-mobilemenu-mobilemenu--overlay {
    display: none
}
  }

@media (min-width: 768px) {.app-components-header-navlinks--links {
    display: -webkit-flex;
    display: flex
}
  }

.app-components-header-navlink--link {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  list-style: none;
}

  @media (min-width: 768px) {.app-components-header-navlink--link {
    margin-bottom: 0;
    margin-left: 35px
}
  }

  @media (min-width: 1100px) {.app-components-header-navlink--link {
    margin-left: 68px
}
  }

  .app-components-header-navlink--link a {
    padding: 5px 0;
    color: var(--text);
    font-weight: 400;
    font-size: inherit;
    white-space: nowrap;
    transition: color 300ms cubic-bezier(0, 0.715, 0.345, 1), border-bottom-color 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

  @media (min-width: 768px) {

  .app-components-header-navlink--link a {
      font-size: 18px
  }
    }

  .app-components-header-navlink--link a:hover {
      color: var(--brand);
      border-bottom-color: var(--brand);
    }

  .app-components-header-navlink--link a:active,
    .app-components-header-navlink--link a:focus {
      color: var(--text);
    }

  .app-components-header-navlink--link a[disabled] {
      opacity: 0.5;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
    }

  .app-components-header-navlink--link a.app-components-header-navlink--active {
      font-weight: 500;
    }

  @media (min-width: 768px) {

  .app-components-header-navlink--link a.app-components-header-navlink--active {
        padding-bottom: 29.5px;
        border-bottom: 1px solid var(--text)
    }

        .app-components-header-navlink--link a.app-components-header-navlink--active:hover {
          border-bottom-color: var(--brand);
        }

        .app-components-header-navlink--link a.app-components-header-navlink--active:focus {
          border-bottom-color: var(--text);
        }
      }

@media (min-width: 768px) {

.app-components-header-navlink--linkCompressed a,
.app-components-header-navlink--linkCompressed button {
    color: white !important
}

    .app-components-header-navlink--linkCompressed a:active,
    .app-components-header-navlink--linkCompressed a:focus,
    .app-components-header-navlink--linkCompressed button:active,
    .app-components-header-navlink--linkCompressed button:focus {
      color: white !important;
    }

    .app-components-header-navlink--linkCompressed a.app-components-header-navlink--active, .app-components-header-navlink--linkCompressed button.app-components-header-navlink--active {
      border: none;
    }
  }

.app-components-header-navlink--linkCompressed ul a {
    color: var(--text) !important;
  }

.app-components-header-navlink--linkCompressed ul a:active,
    .app-components-header-navlink--linkCompressed ul a:focus {
      color: var(--text) !important;
    }

button.app-components-header-navlinkdropdown--label {
  padding: 0;
  font-size: inherit;
  line-height: 1;
  background-image: none;
  border: none;
}

  @media (min-width: 768px) {button.app-components-header-navlinkdropdown--label {
    font-size: 18px
}
  }

  button.app-components-header-navlinkdropdown--label span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    padding-right: 0;
  }

  @media (min-width: 768px) {

  button.app-components-header-navlinkdropdown--label span {
      display: inline-block;
      width: auto
  }
    }

  button.app-components-header-navlinkdropdown--label svg {
    width: 9px;
    margin-top: -1px;
    margin-left: 6px;
    transition: -webkit-transform 300ms var(--ease);
    transition: transform 300ms var(--ease);
    transition: transform 300ms var(--ease), -webkit-transform 300ms var(--ease);
  }

  button.app-components-header-navlinkdropdown--label svg path {
      fill: currentColor;
    }

@media (max-width: 766px) {

button.app-components-header-navlinkdropdown--labelActive svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg)
  }
    }

.app-components-header-navlinkdropdown--isActiveLink {
  font-weight: 500 !important;
}

.app-components-header-navlinkdropdown--blocker {
  display: none;
}

@media (min-width: 768px) {

.app-components-header-navlinkdropdown--blocker {
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    height: 20px;
    content: ''
}
  }

ul.app-components-header-navlinkdropdown--list {
  top: calc(100% + 27px);
  width: 100%;
  padding: 4px 0;
  overflow: visible;
  border-width: 0;
}

@media (min-width: 768px) {

ul.app-components-header-navlinkdropdown--list {
    top: calc(100% + 19px);
    width: auto;
    min-width: 185px;
    padding: 11px 0;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: var(--boxShadow)
}

    ul.app-components-header-navlinkdropdown--list:after,
    ul.app-components-header-navlinkdropdown--list:before {
      position: absolute;
      bottom: 100%;
      left: 64%;
      width: 0;
      height: 0;
      border: solid transparent;
      pointer-events: none;
      content: ' ';
    }

    ul.app-components-header-navlinkdropdown--list:after {
      margin-left: -8px;
      border-width: 8px;
      border-color: rgba(213, 213, 213, 0);
      border-bottom-color: var(--bg);
    }
    ul.app-components-header-navlinkdropdown--list:before {
      margin-left: -9px;
      border-width: 9px;
      border-color: rgba(238, 238, 238, 0);
      border-bottom-color: var(--border);
    }
  }

ul.app-components-header-navlinkdropdown--list li {
    padding: 0 20px;
  }

ul.app-components-header-navlinkdropdown--list li:after {
      display: none;
    }

@media (max-width: 766px) {
      ul.app-components-header-navlinkdropdown--list li:hover,
      ul.app-components-header-navlinkdropdown--list li:focus {
        background-color: transparent;
      }
    }

a.app-components-header-navlinkdropdown--link.app-components-header-navlinkdropdown--link {
  display: block;
  color: var(--text);
  font-size: 16px;
}

.app-components-socialicons--socialIcons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -14px;
  color: black;
  text-align: left;

  --facebookBlue: #1877f2;
  --twitterBlue: #00aced;
  --youtubeRed: #e52d27;
  --instagramPink: #d53976;
}

  .app-components-socialicons--socialIcons svg {
    width: 22px;
    height: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
    transition: -webkit-transform 200ms cubic-bezier(0, 0.715, 0.345, 1);
    transition: transform 200ms cubic-bezier(0, 0.715, 0.345, 1);
    transition: transform 200ms cubic-bezier(0, 0.715, 0.345, 1), -webkit-transform 200ms cubic-bezier(0, 0.715, 0.345, 1);
    will-change: transform;
  }

  .app-components-socialicons--socialIcons svg:hover,
    .app-components-socialicons--socialIcons svg:focus {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }

  .app-components-socialicons--socialIcons a {
    display: block;
    margin: 0 14px;
    font-size: 0;
  }

  @media (min-width: 768px) {.app-components-socialicons--socialIcons {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center
}
  }

  .app-components-socialicons--socialIcons .app-components-socialicons--facebook path {
    fill: var(--facebookBlue);
  }

  .app-components-socialicons--socialIcons .app-components-socialicons--twitter path {
    fill: var(--twitterBlue);
  }

  .app-components-socialicons--socialIcons .app-components-socialicons--youtube path:first-of-type {
    fill: var(--youtubeRed);
  }

.app-components-socialicons--facebook path {
    transition: fill 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-socialicons--facebook:hover path,
  .app-components-socialicons--facebook:focus path {
    fill: var(--facebookBlue);
  }

.app-components-socialicons--twitter path {
    transition: fill 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-socialicons--twitter:hover path,
  .app-components-socialicons--twitter:focus path {
    fill: var(--twitterBlue);
  }

.app-components-socialicons--youtube path {
    transition: fill 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-socialicons--youtube path:last-of-type {
      fill: var(--bg);
    }

.app-components-socialicons--youtube:hover path:first-of-type,
  .app-components-socialicons--youtube:focus path:first-of-type {
    fill: var(--youtubeRed);
  }

.app-components-header-credits-credits--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: var(--text);
  font-size: 16px;
  line-height: 1;
}

  @media (min-width: 768px) {.app-components-header-credits-credits--wrapper {
    margin-right: 10px
}
  }

.app-components-header-credits-credits--compressed {
  color: white !important;
}

.app-components-header-credits-credits--compressed:active,
  .app-components-header-credits-credits--compressed:focus,
  .app-components-header-credits-credits--compressed:hover {
    opacity: 0.8;
  }

.app-components-header-credits-credits--wrapperExpanded {
  margin-right: 0;
  padding: 14px 25px;
  border-bottom: 1px solid var(--border);
}

.app-components-header-credits-credits--coin {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

@media (min-width: 768px) {

.app-components-header-credits-credits--coin {
    width: 22px;
    height: 22px;
    margin-right: 16px
}
  }

.app-components-header-credits-credits--coin + span {
    position: relative;
    top: 1px;
  }

.app-components-header-credits-credits--coinBig {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.app-components-header-credits-credits--label {
  display: none;
}

@media (min-width: 1024px) {

.app-components-header-credits-credits--label {
    display: inline-block
}
  }

.app-components-header-credits-credits--labelExpanded {
  display: inline-block;
}

.app-components-header-credits-credits--plan {
  margin: 0;
  font-size: 14px;
}

.app-components-header-credits-credits--noSubscriberExpanded {
  padding: 20px 20px 25px 20px;
  border-bottom: 1px solid var(--border);
}

.app-components-header-credits-credits--noSubscriberExpanded a {
    display: block;
    font-size: 16px;
    text-align: center;
  }

.app-components-header-credits-credits--title {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.app-components-header-credits-credits--body {
  font-size: 14px;
  line-height: 1.4;
}

a.app-components-header-credits-credits--upgradeButton {
  width: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {

a.app-components-header-credits-credits--upgradeButton {
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}
  }

.app-components-header-credits-credits--hideOnMobile.app-components-header-credits-credits--hideOnMobile {
  display: none;
}

@media (min-width: 768px) {

.app-components-header-credits-credits--hideOnMobile.app-components-header-credits-credits--hideOnMobile {
    display: inline;
    display: initial
}
  }

div.app-components-header-profilemenu--dropdown {
  display: none;
}

  @media (min-width: 768px) {div.app-components-header-profilemenu--dropdown {
    display: block;
    line-height: 1
}
  }

ul.app-components-header-profilemenu--list {
  top: 60px;
  right: 0;
  min-width: 179px;
  padding: 10px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: var(--boxShadow);
}

div.app-components-header-profilemenu--label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

button.app-components-header-profilemenu--labelButton {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  line-height: normal;
  line-height: initial;
  background-image: none;
  border: none;
}

button.app-components-header-profilemenu--labelButton > span {
    padding-right: 0;
  }

picture.app-components-header-profilemenu--avatar {
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 766px) {

picture.app-components-header-profilemenu--avatar {
    -webkit-flex: 0 0 29px;
            flex: 0 0 29px;
    width: 29px;
    height: 29px
}
  }

.app-components-header-profilemenu--item {
  margin: 0;
  margin-bottom: 6px;
}

.app-components-header-profilemenu--item:hover,
  .app-components-header-profilemenu--item:focus {
    background-color: transparent;
    background-color: initial;
  }

.app-components-header-profilemenu--item:after {
    display: none;
  }

.app-components-header-profilemenu--item:last-of-type {
    margin-bottom: 0;
  }

.app-components-header-profilemenu--itemLink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 6px 13px;
  color: var(--text);
  font-weight: 400;
  font-size: 1rem;
}

.app-components-header-profilemenu--itemLink:hover,
  .app-components-header-profilemenu--itemLink:focus {
    overflow: hidden;
    color: var(--text);
    background-color: var(--grayBg);
    border-radius: 3px;
  }

.app-components-header-profilemenu--itemIcon {
  width: 18px;
  height: 18px;
  margin-right: 14px;
}

.app-components-header-profilemenu--itemIcon svg {
    width: 16px;
    margin: 0;
  }

.app-components-header-profilemenu--itemIcon svg path {
      fill: var(--text);
    }

.app-components-header-profilemenu--iconReferral path {
    fill: var(--bg) !important;
  }

.app-components-header-profilemenu--iconReferral path:first-of-type,
  .app-components-header-profilemenu--iconReferral path:last-of-type {
    fill: var(--text) !important;
  }

.app-components-header-profilemenu--logoutOption {
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 8px;
  padding: 0;
  text-align: center;
}

.app-components-header-profilemenu--logoutOption button {
    width: 100%;
    height: 100%;
    padding: 8px 13px;
    color: var(--text);
    font-weight: 500;
    font-size: 16px;
    background-color: var(--grayBg);
    border-radius: 3px;
    transition: background-color 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-header-profilemenu--menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.app-components-header-profilemenu--header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 14px 25px;
  border-bottom: 1px solid var(--border);
}

.app-components-header-profilemenu--header:hover,
  .app-components-header-profilemenu--header:focus {
    color: var(--brand);
  }

.app-components-header-profilemenu--closeButton {
  margin-right: -12px;
  padding: 12px;
}

.app-components-header-profilemenu--closeButton path {
    fill: var(--text);
  }

.app-components-header-profilemenu--profile {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  color: var(--text);
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-header-profilemenu--alias {
  overflow: hidden;
  text-overflow: ellipsis;
}

picture.app-components-header-profilemenu--avatarImage {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: 0;
}

.app-components-header-profilemenu--linksWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-bottom: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.app-components-header-profilemenu--links {
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: none;
}

.app-components-header-profilemenu--icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 18px;
}

.app-components-header-profilemenu--icon svg {
    width: 16px;
  }

.app-components-header-profilemenu--icon svg path {
      transition: fill 300ms var(--ease);
      fill: var(--text);
    }

.app-components-header-profilemenu--link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 6px 25px;
  color: var(--text);
  font-size: 18px;
  transition: color 300ms var(--ease);
}

.app-components-header-profilemenu--link:hover,
  .app-components-header-profilemenu--link:focus {
    color: var(--brandSelected);
  }

.app-components-header-profilemenu--link:hover svg path, .app-components-header-profilemenu--link:focus svg path {
      fill: var(--brandSelected);
    }

.app-components-header-profilemenu--logout {
  margin: 0 15px;
  padding: 12px;
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
  background-color: var(--loading-gray);
  border-radius: 8px;
  transition: background-color 300ms var(--ease);
}

.app-components-header-profilemenu--logout:hover,
  .app-components-header-profilemenu--logout:focus {
    background-color: var(--loading-dark-gray);
  }

.app-components-kit-avatar-avatar--avatar {
  position: relative;
  display: block;
  -webkit-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  overflow: hidden;
  background: #ccc;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

  .app-components-kit-avatar-avatar--avatar img,
  .app-components-kit-avatar-avatar--avatar source {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.app-components-pay-changepaymentmethod--title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

  @media (min-width: 768px) {.app-components-pay-changepaymentmethod--title {
    margin-bottom: 32px
}
  }

.app-components-pay-changepaymentmethod--subTitle {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

.app-components-pay-changepaymentmethod--description {
  font-size: 14px;
}

.app-components-pay-changepaymentmethod--hidden {
  display: none;
}

.app-components-pay-paymentmethods--paymentMethods {
  margin-bottom: 20px;
}

div.app-components-pay-paymentmethods--selectBox {
  width: 100%;
  min-height: 57px;
  margin-bottom: 0;
  padding: 18px 23px;
  letter-spacing: -0.2;
  text-align: left;
  background: var(--bg);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

div.app-components-pay-paymentmethods--selectBox:last-of-type {
    margin-bottom: 14px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

div.app-components-pay-paymentmethods--selectBox:first-of-type {
    border-top: 1px solid var(--border);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

div.app-components-pay-paymentmethods--selectBox input ~ span:last-of-type {
    width: 100%;
    margin-left: 5px;
  }

@media (max-width: 768px) {

div.app-components-pay-paymentmethods--selectBox {
    padding: 8px 16px
}
  }

div.app-components-pay-paymentmethods--selectBox h4 {
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

div.app-components-pay-paymentmethods--selectBox p {
    margin-bottom: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
  }

.app-components-pay-paymentmethods--selectBoxInside {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.app-components-pay-paymentmethods--info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-right: 10px;
}

.app-components-pay-paymentmethods--iconWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 40px;
}

.app-components-pay-paymentmethods--iconInvoice path {
    fill: currentColor;
  }

.app-components-pay-paymentmethods--iconAddNew path:last-of-type {
    fill: currentColor;
  }

.app-components-pay-paymentmethods--anotherMethodButton {
  margin-top: 15px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}

.app-components-pay-paymentmethods--subTextWarning {
  color: red !important;
}

.app-components-pay-paymentmethods--removeButton {
  margin-top: 13px;
  padding: 0;
  text-decoration: underline;
  opacity: 0.6;
}

.app-components-pay-paymentmethods--removeButton span {
    font-size: 12px !important;
  }

.app-components-profile-currentplan--box {
  margin-bottom: 23px;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--boxShadow);
}

  .app-components-profile-currentplan--box h3 {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1;
  }

  .app-components-profile-currentplan--box h3 + p {
      margin-bottom: 0;
    }

  .app-components-profile-currentplan--box header,
  .app-components-profile-currentplan--box .app-components-profile-currentplan--paymentMethodWrapper {
    padding: 15px 15px;
  }

  @media (min-width: 768px) {

  .app-components-profile-currentplan--box header,
  .app-components-profile-currentplan--box .app-components-profile-currentplan--paymentMethodWrapper {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-align-items: center;
              align-items: center;
      padding: 30px 37px
  }
    }

  .app-components-profile-currentplan--box strong {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
  }

.app-components-profile-currentplan--plan {
  margin-bottom: 10px;
}

@media (min-width: 768px) {

.app-components-profile-currentplan--plan {
    margin-bottom: 0
}
  }

.app-components-profile-currentplan--billed {
  opacity: 0.7;
}

.app-components-profile-currentplan--nextBilling {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.7;
}

.app-components-profile-currentplan--tierTitle {
  font-weight: 900;
  font-size: 24px;
  line-height: 2;
}

label.app-components-profile-currentplan--label {
  display: block;
  margin-bottom: 13px !important;
  color: var(--grayText);
  font-weight: 500;
  font-size: 12px !important;
  text-transform: uppercase;
}

.app-components-profile-currentplan--button {
  width: 100%;
  padding: 10px 14px 10px;
  font-size: 16px;
  border-width: 1px;
  border-radius: 8px;
}

@media (min-width: 768px) {

.app-components-profile-currentplan--button {
    width: auto;
    padding: 12px 17px 12px
}
  }

.app-components-profile-currentplan--paymentMethodWrapper {
  border-top: 1px solid var(--border);
}

.app-components-profile-currentplan--paymentMethod {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {

.app-components-profile-currentplan--paymentMethod {
    margin-bottom: 0
}
  }

.app-components-profile-currentplan--paymentMethod p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
  }

.app-components-profile-currentplan--description {
  margin-bottom: 25px !important;
  color: var(--darkGrayText);
  line-height: 1.2;
}

.app-components-profile-currentplan--link {
  font-size: 14px;
  text-decoration: underline;
}

footer.app-components-profile-currentplan--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.app-components-profile-currentplan--cancelLink {
  opacity: 0.5;
}

.app-components-profile-currentplan--paymentMethodButton {
  margin-right: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.2px;
  text-decoration: underline;
}

@media (min-width: 768px) {

.app-components-profile-currentplan--paymentMethodButton {
    margin-right: 0;
    margin-left: 40px
}
  }

.app-components-profile-currentplan--suspendedButton {
  color: red;
}

.app-components-profile-currentplan--suspendedButton:focus,
  .app-components-profile-currentplan--suspendedButton:hover {
    color: red;
    opacity: 0.7;
  }

.app-components-profile-currentplan--noPaymentMethod {
  margin: 0;
}

.app-components-pay-newcardform--button {
  width: 100%;
  margin-top: 22px;
}

.app-components-pay-newcardform--error {
  text-align: center;
}

.adyen-checkout__payment-method--selected {
  background-color: inherit !important;
  border: none !important;
}
.adyen-checkout__payment-method__header {
  display: none !important;
}
.adyen-checkout__payment-method__image__wrapper {
  display: none !important;
}

.adyen-checkout__payment-method__image__wrapper:after {
  border: none !important;
}

.adyen-checkout__spinner__wrapper {
  /* display: none !important;  */
}
.adyen-checkout__spinner {
  border: 3px solid var(--text) !important;
  border-top-color: transparent !important;
}

.adyen-checkout__payment-method__details {
  padding: 0 !important;
}
.adyen-checkout__label__text {
  color: var(--text) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.adyen-checkout__input {
  border-radius: 3px !important;
}
.adyen-checkout__input--focus {
  border: 1px solid var(--text) !important;
  box-shadow: none !important;
}

.adyen-checkout__error-text {
  font-size: 14px !important;
}
.adyen-checkout-input__inline-validation {
  top: 40% !important;
}

.adyen-checkout__loading-input__form {
  transition: none !important;
}

.app-components-pay-paymentstatus--box {
  margin: 0 15px;
}

  @media (min-width: 768px) {.app-components-pay-paymentstatus--box {
    margin: 0
}
  }

.app-components-pay-paymentstatus--os {
  padding: 36px;
  border: 1px solid #e3e3e3;
}

.app-components-pay-paymentstatus--completedSection {
  max-width: 485px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.app-components-pay-paymentstatus--completedSection p {
    margin-bottom: 25px;
    color: var(--text);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.2;
  }

.app-components-pay-paymentstatus--completedSection a {
    font-size: 15px;
  }

.app-components-pay-paymentstatus--title {
  margin: -8px 0 12px;
  padding: 0;
  color: var(--text);
  font-weight: 900;
  font-size: 26px;
  font-family: HK Sentiments, sans-serif;
  line-height: 1.14;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {

.app-components-pay-paymentstatus--title {
    font-size: 28px
}
  }

.app-components-pay-paymentstatus--icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.app-components-pay-paymentstatus--exclamationIcon {
}

.app-components-pay-paymentstatus--clockIcon {
}

.app-components-pay-paymentstatus--clockIcon path,
  .app-components-pay-paymentstatus--clockIcon circle {
    stroke: #f2c210;
    stroke-width: 1px;
  }

.app-components-pay-paymentstatus--tryAgainButton {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.app-components-pay-hoc-licensepay--mismatchSampleLength {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 70px 50px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

  .app-components-pay-hoc-licensepay--mismatchSampleLength svg {
    width: 60px;
  }

  .app-components-pay-hoc-licensepay--mismatchSampleLength h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 2;
    text-align: center;
  }

  .app-components-pay-hoc-licensepay--mismatchSampleLength p {
    text-align: center;
  }

.app-components-pay-hoc-licensepay--checklistWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  text-align: left;
}

.app-components-pay-hoc-licensepay--checklistText {
  width: 100%;
  margin: 16px 0;
  color: var(--text);
  text-align: center;
}

.app-components-pay-hoc-licensepay--listItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin: 4px 0;
}

.app-components-pay-hoc-licensepay--listItem .app-components-pay-hoc-licensepay--complete {
    color: #2ea013;
  }

.app-components-pay-hoc-licensepay--listItem .app-components-pay-hoc-licensepay--todo {
    color: #707070;
  }

.app-components-pay-hoc-licensepay--iconWrapper {
  margin-right: 16px;
}

.app-components-pay-hoc-licensepay--licenseInfoBox {
  margin: 0 15px 15px 15px;
  padding: 36px;
  border: 1px solid var(--border);
}

@media (min-width: 768px) {

.app-components-pay-hoc-licensepay--licenseInfoBox {
    margin: 0
}
  }

.app-components-pay-hoc-licensepay--errorWrapper {
  margin-bottom: 80px;
}

.app-components-pay-hoc-licensepay--toastWrapper {
  margin: 0 15px 15px 15px;
}

@media (min-width: 768px) {

.app-components-pay-hoc-licensepay--toastWrapper {
    margin: 0;
    margin-bottom: 30px
}
  }

.app-components-pay-hoc-licensepay--toastWrapper h6 {
    margin: 0;
  }

.app-components-pay-hoc-licensepay--divider {
  margin-right: -25px;
  margin-left: -25px;
  padding: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.app-components-subscribe-subscribeconfirm--yourOrderTitle {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}

.app-components-subscribe-subscribeconfirm--orderSubscription {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  border: solid 1px #e3e3e3;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.app-components-subscribe-subscribeconfirm--orderSubscription h5 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
  }

.app-components-subscribe-subscribeconfirm--orderSubscription p {
    margin: 0;
    font-size: 13px;
  }

.app-components-subscribe-subscribeconfirm--orderSubscriptionNextBill {
  padding: 10px 15px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--yellow);
  border-top: solid 1px #e3e3e3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 768px) {

.app-components-subscribe-subscribeconfirm--orderSubscriptionNextBill {
    padding: 10px 27px
}
  }

.app-components-subscribe-subscribeconfirm--orderSubscriptionNextBill p {
    font-weight: 500;
    font-size: 12px;
  }

.app-components-subscribe-subscribeconfirm--immediatePayment {
  margin-bottom: 20px;
  padding: 23px 32px 9px;
  color: black;
  background-color: var(--yellow);
  border-radius: 8px;
}

.app-components-subscribe-subscribeconfirm--immediatePayment span {
    margin-right: 26px;
    font-size: 14px;
    line-height: 20px;
  }

.app-components-subscribe-subscribeconfirm--orderSubscriptionInfoRow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px;
}

@media (min-width: 768px) {

.app-components-subscribe-subscribeconfirm--orderSubscriptionInfoRow {
    padding: 27px
}
  }

.app-components-subscribe-subscribeconfirm--paymentInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-subscribe-subscribeconfirm--paymentInfo svg {
    margin-right: 15px;
  }

@media (min-width: 768px) {

.app-components-subscribe-subscribeconfirm--paymentInfo svg {
      margin-right: 27px
  }
    }

.app-components-subscribe-subscribeconfirm--paymentInfo h6 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
  }

.app-components-subscribe-subscribeconfirm--paymentInfo p {
    font-size: 14px;
  }

.app-components-subscribe-subscribeconfirm--orderSubscriptionInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.app-components-subscribe-subscribeconfirm--orderEditButton {
  width: 44px;
  height: 44px;
  background-color: var(--bg);
  border: solid 1px #e3e3e3;
  border-radius: 8px;
}

.app-components-subscribe-subscribeconfirm--orderEditButton:focus,
  .app-components-subscribe-subscribeconfirm--orderEditButton:hover {
    background-color: var(--bg);
  }

.app-components-subscribe-subscribeconfirm--orderEditButton span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }

.app-components-subscribe-subscribeconfirm--orderEditButton span svg {
      margin: 0;
    }

.app-components-subscribe-subscribeconfirm--orderEditButton span svg path {
        fill: var(--text);
      }

.app-components-pay-paybutton--payButton {
  width: 100%;
}

.app-components-pay-paybutton--secureNote {
  display: inline-block;
  margin-top: 14px;
  color: var(--grayText);
  font-size: 14px;
  text-align: center;
}

.app-components-pay-paybutton--secureNote svg {
    position: relative;
    top: 1px;
    width: 13px;
    height: auto;
    margin-right: 5px;
  }

.app-components-pay-paybutton--secureNote svg path {
    fill: var(--success);
  }

.app-components-pay-paybutton--tooltip {
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
}

@media (max-width: 766px) {

.app-components-pay-paybutton--tooltip {
    display: none !important
}
  }

.app-components-pay-paybutton--secureNoteContainer {
  text-align: center;
}

.app-components-subscribe-subscriptionterms--terms {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.57;
  letter-spacing: -0.2px;
  text-align: center;
}

.app-components-subscribe-subscriptionterms--termsLink {
  margin-top: -10px;
  font-weight: 500;
  text-decoration: underline;
}

.app-components-pay-checkoutlayout--bg {
  background-color: var(--bg);
}
div.app-components-pay-checkoutlayout--background.app-components-pay-checkoutlayout--background {
  padding: 0;
  background-color: var(--bg);
}
@media (min-width: 768px) {
div.app-components-pay-checkoutlayout--background.app-components-pay-checkoutlayout--background {
    padding: 30px
}
  }

aside.app-components-pay-checkoutlayout--sidebar.app-components-pay-checkoutlayout--sidebar {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media (min-width: 768px) {

aside.app-components-pay-checkoutlayout--sidebar.app-components-pay-checkoutlayout--sidebar {
    -webkit-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    margin-right: 84px;
    margin-bottom: 0;
    padding: 0
}
  }

div.app-components-pay-checkoutlayout--sidebarWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {

div.app-components-pay-checkoutlayout--sidebarWrapper {
    -webkit-flex-direction: row;
            flex-direction: row
}
  }

.app-components-pay-checkoutlayout--copyright {
  margin-top: 20px;
  color: var(--grayText);
  text-align: center;
}

.app-components-pay-checkoutlayout--wrapper {
  padding: 0 10px;
}

@media (min-width: 768px) {

.app-components-pay-checkoutlayout--wrapper {
    padding: 0
}
  }

.app-components-kit-summary-summary--summary {
  width: 100%;
  font-size: 16px;
}

.app-components-kit-summary-summary--title {
  margin-top: 23px;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {

.app-components-kit-summary-summary--title {
    margin-top: 0
}
  }

.app-components-kit-summary-summary--list {
  list-style-type: none;
}

.app-components-kit-summary-summary--subItemList {
  padding: 10px 0;
  color: var(--grayText);
  border-top: 1px dashed var(--borderSelected);
  border-bottom: 1px dashed var(--borderSelected);
}

.app-components-kit-summary-summary--infoItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  line-height: 1.3;
}

.app-components-kit-summary-summary--pad {
  height: 10px;
}

.app-components-kit-summary-summary--label {
  color: var(--text);
  font-weight: 500;
}

.app-components-kit-summary-summary--desc {
  color: var(--grayText);
}

.app-components-kit-summary-summary--desc p {
    color: inherit;
  }

.app-components-kit-summary-summary--subItem {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.app-components-kit-summary-summary--total {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: var(--text);
  font-weight: 500;
  font-size: 20px;
}

.app-components-kit-iconrow-iconrow--item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 0;
}

.app-components-kit-iconrow-iconrow--clickable {
  cursor: pointer;
}

.app-components-kit-iconrow-iconrow--clickable:hover,
  .app-components-kit-iconrow-iconrow--clickable:focus {
    background-color: var(--grayBg);
  }

.app-components-kit-iconrow-iconrow--coverComponentWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 14px;
}

.app-components-kit-iconrow-iconrow--cover {
  -webkit-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

.app-components-kit-iconrow-iconrow--songInfo {
  width: 100%;
  overflow: hidden;
}

.app-components-kit-iconrow-iconrow--songInfo p {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.app-components-kit-iconrow-iconrow--songInfo p:first-of-type {
    color: var(--text);
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.2px;
  }

.app-components-kit-iconrow-iconrow--songInfo p:last-of-type {
    color: var(--grayText);
    font-size: 12px;
    line-height: 1.3;
  }

.app-components-pay-summarylist--summaryList {
  font-size: 18px;
}
  .app-components-pay-summarylist--summaryList ul {
    list-style: none;
  }
  .app-components-pay-summarylist--summaryList h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
  }

.app-components-pay-summarylist--period {
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--borderSelected);
}

.app-components-pay-summarylist--period:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }

.app-components-pay-summarylist--songTitle {
  font-weight: 500;
  line-height: 1.22;
}

.app-components-pay-summarylist--sourceWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: var(--grayText);
}

.app-components-licensing-details--box {
  width: auto;
  margin-bottom: 1rem;
  padding: 15px;
}

.app-components-licensing-details--borderBox {
  border: 1px solid var(--border);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .app-components-licensing-details--box {
    width: 100%;
    padding: 45px 55px 20px 55px;
  }
}

.app-components-licensing-details--title {
  margin-bottom: 12px;
  font-weight: 900 !important;
  font-size: 29px;
  font-family: 'HK Sentiments', sans-serif !important;
  line-height: 1.2;
}

.app-components-licensing-details--subtitle {
  margin-bottom: 1.5rem;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3;
}

section.app-components-licensing-details--toast {
  margin-bottom: 20px;
}

.app-components-licensing-details--divider {
  margin: 0 -55px;
  margin-bottom: 8px;
  color: red;
}

svg.app-components-licensing-details--iconFile path {
    fill: transparent !important;
  }

a.app-components-licensing-details--previewButton {
  margin-top: 12px;
  font-size: 14px;
}

.app-components-licensing-details--input,
.app-components-licensing-details--checkbox {
  margin-bottom: 25px;
}

.app-components-licensing-details--input label span, .app-components-licensing-details--checkbox label span {
      font-size: 13px;
    }

.app-components-kit-checklist-checklist--list {
  list-style: none;
}

.app-components-kit-checklist-checklist--item {
  display: -webkit-flex;
  display: flex;
}

.app-components-kit-checklist-checklist--title {
  font-size: 24px;
  font-family: 'HK Sentiments', sans-serif !important;
}

.app-components-kit-checklist-checklist--icon {
  padding-top: 3px;
}

.app-components-kit-checklist-checklist--text {
  display: block;
  margin-left: 14px;
  color: var(--text);
  font-size: 16px;
}

.app-components-kit-checklist-checklist--highlight {
  margin: 0 -30px;
  padding: 15px 30px;
}

@media (max-width: 768px) {

.app-components-kit-checklist-checklist--highlight {
    margin: 0 -15px;
    padding: 10px 15px
}
  }

.app-components-kit-checklist-checklist--highlight p {
    margin-bottom: 0;
  }

.app-components-kit-checklist-checklist--checkedHighlight {
  background-color: rgba(0, 255, 0, 0.1);
}

.app-components-kit-checklist-checklist--uncheckedHighlight {
  background-color: var(--negative);
}

:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: inherit;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1);
}

.PhoneInput {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.PhoneInputInput {
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(1em * 1.5);
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: 1em;
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: 1em;
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  display: block;
  width: 100%;
  height: 100%;
}

.PhoneInputInternationalIconPhone {
  opacity: 0.8;
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: 0.65;
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.PhoneInputCountry {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: stretch;
          align-self: stretch;
  margin-right: 0.35em;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  opacity: 0;
}

.PhoneInputCountrySelect[disabled] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  display: block;
  width: 0.3em;
  width: var(--PhoneInputCountrySelectArrow-width);
  height: 0.3em;
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: 0.35em;
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: inherit;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-right-width: 1px;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-bottom-width: 1px;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: var(--PhoneInputCountrySelectArrow-transform);
          transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  content: '';
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  color: #03b2cb;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
  opacity: 1;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 1px #03b2cb,
    inset 0 0 0 1px #03b2cb;
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  color: #03b2cb;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
  opacity: 1;
}

.app-components-phoneinput-phoneinput--input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  margin-bottom: 2px;
  padding: 10px 13px;
  color: var(--text);
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  box-shadow: none;
  transition: all 200ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.app-components-phoneinput-phoneinput--input:focus {
    border: 1px solid var(--borderSelected);
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  }

.app-components-phoneinput-phoneinput--input:not(:disabled):active,
    .app-components-phoneinput-phoneinput--input:not(:disabled):focus {
      border-color: var(--borderSelected);
      box-shadow: none;
    }

.app-components-phoneinput-phoneinput--input[disabled],
  .app-components-phoneinput-phoneinput--input:disabled,
  .app-components-phoneinput-phoneinput--input[readonly] {
    color: #9a9a9a;
    background-color: var(--grayBg);
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

.no-focus-outline .app-components-phoneinput-phoneinput--input:not(:disabled):active,
      .no-focus-outline .app-components-phoneinput-phoneinput--input:not(:disabled):focus {
        outline: none;
      }

.app-components-phoneinput-phoneinput--warning {
  padding-right: 38px;
  border-color: orange;
}

.app-components-phoneinput-phoneinput--error {
  padding-right: 38px;
  border-color: var(--danger);
}

.app-components-phoneinput-phoneinput--uppercase {
  text-transform: uppercase;
}

.app-components-phoneinput-phoneinput--uppercase ::-webkit-input-placeholder {
    text-transform: none;
    text-transform: initial;
  }

.app-components-phoneinput-phoneinput--uppercase ::-moz-placeholder {
    text-transform: none;
    text-transform: initial;
  }

.app-components-phoneinput-phoneinput--uppercase ::-ms-input-placeholder {
    text-transform: none;
    text-transform: initial;
  }

.app-components-phoneinput-phoneinput--uppercase ::placeholder {
    text-transform: none;
    text-transform: initial;
  }

.app-pages-usersong--menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-top: 18px;
  padding: 0 20px;
  padding-right: 40px;
  overflow-x: auto;
  font-size: 16px;
  line-height: 1.23;
  letter-spacing: -0.2px;
  border-bottom: 1px solid var(--border);
}

  @media (min-width: 1024px) {.app-pages-usersong--menu {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
    padding: 0;
    font-size: 20px;
    line-height: 3.3;
    letter-spacing: normal;
    border: none
}
  }

.app-pages-usersong--sidebar {
  width: 100%;
}

@media (min-width: 768px) {

.app-pages-usersong--sidebar {
    width: auto
}
  }

.app-pages-usersong--menuItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
  margin-right: 20px;
  padding: 15px 0;
  white-space: nowrap;
}

@media (min-width: 1024px) {

.app-pages-usersong--menuItem {
    padding: 0;
    border-bottom: 1px solid var(--border);
    opacity: 0.5
}

    .app-pages-usersong--menuItem:last-of-type {
      border-bottom: none;
    }
  }

/* This element forces the prevous item's padding to apply instead of collapsing on mobile devices */
.app-pages-usersong--overflowSpacer {
  -webkit-flex: 0 0 1px;
          flex: 0 0 1px;
  content: '';
}
@media (min-width: 768px) {
.app-pages-usersong--overflowSpacer {
    display: none
}
  }

.app-pages-usersong--menuItemActive {
  font-weight: bold;
  border-bottom: 2px solid var(--text);
  opacity: 1;
}

@media (min-width: 1024px) {

.app-pages-usersong--menuItemActive {
    border-bottom: 1px solid var(--border)
}
  }

.app-pages-usersong--content {
  margin-top: 30px;
  margin-left: 0;
  padding: 0 20px;
}

@media (min-width: 1024px) {

.app-pages-usersong--content {
    margin-top: 44px;
    margin-left: 40px;
    padding: 0
}
  }

.app-components-usersong-pageheader--title {
  margin-top: -10px;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.6;
}

  @media (min-width: 768px) {.app-components-usersong-pageheader--title {
    font-size: 30px
}
  }

.app-components-usersong-pageheader--subtitle {
  margin-bottom: 1.5rem;
  color: var(--grayText);
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {

.app-components-usersong-pageheader--subtitle {
    font-size: 18px
}
  }

.app-components-usersong-sample-sample--detailBoxWrapper {
  color: var(--text);
}

  @media (min-width: 768px) {.app-components-usersong-sample-sample--detailBoxWrapper {
    max-width: 685px
}
  }

  .app-components-usersong-sample-sample--detailBoxWrapper h4 {
    margin-bottom: 10px;
    font-weight: 600;
  }

  @media (min-width: 768px) {

  .app-components-usersong-sample-sample--detailBoxWrapper h4 {
      margin-bottom: 1.5rem
  }
    }

.app-components-usersong-sample-sample--divider {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: var(--border);
}

.app-components-usersong-sample-sample--footerDivider {
  width: auto;
  margin: 30px 0;
  margin-bottom: 20px;
}

.app-components-usersong-sample-sample--editButton svg {
    top: 1px;
  }

.app-components-usersong-sample-sample--removeButton {
  color: var(--brand);
}

.app-components-usersong-sample-sample--removeButton:hover,
  .app-components-usersong-sample-sample--removeButton:focus {
    color: var(--brandSelected);
  }

.app-components-usersong-sample-sample--removeButton svg {
    width: 12px;
    height: 12px;
  }

.app-components-usersong-sample-sample--actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-bottom: 50px;
}

.app-components-usersong-sample-tracksampled--wrapper {
  margin-bottom: 40px;
  padding: 15px 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

  .app-components-usersong-sample-tracksampled--wrapper h4 {
    margin: 0 !important;
    padding-bottom: 15px;
    color: var(--text);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    opacity: 0.8;
  }

.app-components-usersong-sample-tracksampled--runtimesWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

@media (min-width: 768px) {

.app-components-usersong-sample-tracksampled--runtimesWrapper {
    font-size: 16px
}
  }

.app-components-usersong-sample-tracksampled--runtime {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}

.app-components-usersong-sample-tracksampled--runtimeTime {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100px;
  font-weight: 500;
}

@media (min-width: 768px) {

.app-components-usersong-sample-tracksampled--runtimeTime {
    width: 100px
}
  }

.app-components-usersong-sample-tracksampled--runtimeDescription {
  margin-left: 20px;
  color: var(--grayText);
}

@media (min-width: 768px) {

.app-components-usersong-sample-tracksampled--runtimeDescription {
    margin-left: 50px
}
  }

.app-components-usersong-sample-tracksampled--divider {
  width: calc(100% + 60px);
  height: 1px;
  margin: 25px 0;
  margin-left: -30px;
  background-color: var(--border);
}

.app-components-usersong-sample-tracksampled--sampleDurationIcon {
  width: 45px;
  height: auto;
}

.app-components-usersong-sample-tracksampled--sampleDurationIcon g > g {
    fill: var(--tintedText);
  }

.app-components-usersong-sample-tracksampled--warning {
  color: var(--danger);
}

div.app-components-licensing-selectsamplelength--licenseType {
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  line-height: 1;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

  div.app-components-licensing-selectsamplelength--licenseType p {
    margin-bottom: 0;
    color: var(--text);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
  }

  div.app-components-licensing-selectsamplelength--licenseType p + span {
      color: var(--grayText);
      font-size: 13px;
    }

.app-components-licensing-selectsamplelength--icon {
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.app-components-licensing-selectsamplelength--icon svg {
    margin-right: 0;
  }

.app-components-licensing-selectsamplelength--maxSeconds {
  position: absolute;
  top: 4px;
  left: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 11px;
  color: white;
  font-weight: bold;
  font-size: 9px;
}

.app-components-licensing-selectsamplelength--info {
  margin-left: 10px;
}

.app-components-usersong-license-infobox--wrapper {
  --paddingBottom: 25px;

  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: var(--paddingBottom);
  color: var(--text);
}

  .app-components-usersong-license-infobox--wrapper footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }

@media (min-width: 768px) {
  .app-components-usersong-license-infobox--wrapper {
    --paddingBottom: 42px;
  }

    .app-components-usersong-license-infobox--wrapper:last-child .app-components-usersong-license-infobox--step:after {
      border-left: none;
    }
}

.app-components-usersong-license-infobox--body {
  width: 100%;
  padding-bottom: var(--paddingBottom);
  font-size: 16px;
  border-bottom: 1px solid var(--border);
}

h2.app-components-usersong-license-infobox--title {
  margin-top: 5px;
  margin-bottom: 16px;
  margin-left: 35px;
  font-size: 16px;
  font-family: 'HK Sentiments', sans-serif !important;
}

@media (min-width: 768px) {
  h2.app-components-usersong-license-infobox--title {
    margin-left: 0;
    font-size: 26px !important;
  }
}

.app-components-usersong-license-infobox--titleActive {
  margin-left: 0 !important;
}

.app-components-usersong-license-infobox--subtitle {
  margin-bottom: 18px;
  color: var(--grayText);
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 768px) {

.app-components-usersong-license-infobox--subtitle {
    font-size: 18px
}
  }

.app-components-usersong-license-infobox--step {
  position: absolute;
  top: 2px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 24px;
          flex: 0 0 24px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 47px;
  color: var(--brand);
  font-weight: 500;
  font-size: 12px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.app-components-usersong-license-infobox--step span {
    position: relative;
    top: 1px;
  }

@media (min-width: 768px) {
  .app-components-usersong-license-infobox--step {
    position: static;
    top: 4px !important;
    -webkit-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

    .app-components-usersong-license-infobox--step:after {
      position: absolute;
      top: 52px;
      bottom: -28px;
      left: 20px;
      border-left: 2px dashed var(--border);
      content: '';
    }
}

.app-components-usersong-license-infobox--stepCompleted {
  color: #fff;
  background-color: #000;
}

.app-components-usersong-license-infobox--stepCompleted:after {
    position: absolute;
    top: 52px;
    bottom: -28px;
    left: 20px;
    border-left: 2px dashed var(--text);
    content: '';
  }

.app-components-usersong-license-infobox--stepDisabled {
  color: #ddd;
}

.app-components-usersong-license-infobox--enterButton {
  height: 36px;
  margin-top: 12px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
}

.app-components-usersong-license-infobox--enterButton span span {
    color: white !important;
    font-size: 14px !important;
  }

.app-components-usersong-license-infobox--enterButton svg {
    top: 0 !important;
  }

.app-components-usersong-license-infobox--editButton {
  padding: 4px 12px;
  color: var(--darkGrayText);
  font-size: 12px;
  border-width: 1px;
  border-color: var(--border);
  transition: background-color 300ms var(--ease), border-color 300ms var(--ease);
}

.app-components-usersong-license-infobox--editButton path {
    fill: currentColor;
  }

.app-components-usersong-license-infobox--editButton:hover,
  .app-components-usersong-license-infobox--editButton:focus {
    color: var(--text);
    border-color: var(--borderSelected);
  }

.app-components-usersong-license-infobox--editButton:hover path, .app-components-usersong-license-infobox--editButton:focus path {
      fill: currentColor;
    }

.app-components-usersong-license-infobox--item {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 14px;
  white-space: normal;
}

.app-components-usersong-license-infobox--label {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.app-components-usersong-license-infobox--audioItem {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-usersong-rightsholderstable--table {
  margin-bottom: 2rem;
}

  .app-components-usersong-rightsholderstable--table td,
  .app-components-usersong-rightsholderstable--table th {
    height: 48px;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    border: 1px solid var(--border);
  }

  @media (min-width: 768px) {

  .app-components-usersong-rightsholderstable--table td,
  .app-components-usersong-rightsholderstable--table th {
      padding: 0.5rem 0.625rem;
      font-size: 16px
  }
    }

  .app-components-usersong-rightsholderstable--table th {
    color: var(--text);
    background-color: rgba(0, 0, 0, 0.03);
  }

  .app-components-usersong-rightsholderstable--table td {
    width: 25%;
    color: var(--grayText);
  }

tr.app-components-usersong-rightsholderstable--modified td {
  color: var(--brand);
}

div.app-components-usersong-license-license--lastBox {
  padding-bottom: 0;
  border-bottom: none;
}

.app-components-usersong-license-license--checkbox {
  margin-bottom: 2rem;
}

.app-components-usersong-license-license--checkbox label span {
    font-size: 16px;
  }

.app-components-usersong-license-license--confirmButton {
  display: block;
  width: 100%;
}

.app-components-usersong-license-license--actions {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

@media (min-width: 768px) {

.app-components-usersong-license-license--actions {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}
  }

.app-components-usersong-license-license--downloadButtonWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: var(--grayText);
  font-size: 12px;
}

@media (min-width: 768px) {

.app-components-usersong-license-license--downloadButtonWrapper {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 22px
}
  }

.app-components-usersong-license-license--downloadButton {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

.app-components-usersong-license-license--downloadButton {
    margin-right: 1rem;
    margin-bottom: 0
}
  }

.app-components-usersong-license-license--downloadButton svg {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

.app-components-usersong-license-license--downloadButton path {
    fill: currentColor;
  }

.app-components-usersong-license-license--iconCheck {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
}

.app-components-usersong-license-license--licenceHeader {
  margin-bottom: 16px;
  color: var(--text);
}

.app-components-usersong-license-license--licenceHeader .app-components-usersong-license-license--heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: -0.43px;
  }

@media (min-width: 768px) {

.app-components-usersong-license-license--licenceHeader .app-components-usersong-license-license--heading {
      font-weight: 900;
      font-size: 30px;
      line-height: 1.6
  }
    }

.app-components-usersong-license-license--licenceHeader .app-components-usersong-license-license--content {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.2px;
  }

@media (min-width: 768px) {

.app-components-usersong-license-license--licenceHeader .app-components-usersong-license-license--content {
      font-size: 18px;
      line-height: 1.5
  }
    }

.app-components-usersong-license-license--licenceSummaryWrapper {
  display: none;
  color: var(--text);
}

@media (min-width: 768px) {

.app-components-usersong-license-license--licenceSummaryWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column
}
  }

.app-components-usersong-license-license--licenceSummary {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.app-components-usersong-license-license--summaryItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-right: 22px;
}

.app-components-usersong-license-license--summaryItem .app-components-usersong-license-license--itemTitle {
    font-weight: 500;
    font-size: 11px;
    line-height: 2.91;
    text-transform: uppercase;
  }

.app-components-usersong-license-license--summaryItem .app-components-usersong-license-license--itemText {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
  }

.app-components-usersong-license-license--activationStepsList {
  margin-left: 16px;
}

.app-components-usersong-license-license--divider {
  margin: 2.25rem auto;
}

.app-components-usersongs-song-status--statusWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  color: var(--grayText);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-usersongs-song-status--limited {
  background-color: #f1c130;
}

.app-components-usersongs-song-status--active {
  background-color: #66b458;
}

.app-components-usersongs-song-status--unlicensed {
  background-color: #afafaf;
}

span.app-components-usersongs-song-status--invalid {
  color: #2e2e2e;
  background: repeating-linear-gradient(-55deg, #e4e4e4, #e4e4e4 2px, #ececec 2px, #ececec 6px);
}

.app-components-usersongs-song-status--badge {
  width: auto;
  height: auto;
  color: white;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  border-radius: 3.2px;
}

.app-components-usersongs-song-status--terminated {
  color: var(--bg);
  background-color: var(--text);
}

.app-components-usersongs-song-status--small {
  padding: 3px 9px 3px;
  font-size: 11px;
}

.app-components-usersongs-song-status--medium {
  padding: 5px 9px 5px;
  font-size: 11px;
}

.app-components-usersongs-song-status--large {
  padding: 4px 13px 2px;
  font-size: 16px;
}

.app-components-usersongs-song-status--sharing {
  margin-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-usersongs-song-status--version {
  margin-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
}

.app-components-usersongs-song-status--versionDefault {
  color: var(--text);
  background-color: var(--bg);
  border: 1px solid var(--border);
}

.app-components-usersongs-song-status--versionInverted {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}

.app-components-usersongs-song-status--versionSmall {
  padding: 3px 8px;
  font-size: 11px;
}

.app-components-usersongs-song-status--versionLarge {
  padding: 3px 13px 1px;
}

.app-components-modal-footer-index--footer {
  position: fixed;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  margin-left: -20px;
  padding: 20px 0;
  background-color: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

  .app-components-modal-footer-index--footer > div {
    margin: 0;
  }

  @media (min-width: 768px) {.app-components-modal-footer-index--footer {
    position: relative;
    bottom: auto;
    bottom: initial;
    width: auto;
    margin: 0 -90px -50px
}
  }

.app-components-modal-modal--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

  .app-components-modal-modal--backdrop.app-components-modal-modal--isOpen {
    display: block;
  }

.app-components-modal-modal--wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 101;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 12vh;
  padding-bottom: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

@media (max-width: 768px) {

.app-components-modal-modal--wrapper {
    left: 0;
    width: 100%;
    padding: 10px;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important
}
  }

.app-components-modal-modal--wrapper.app-components-modal-modal--isOpen {
    display: block;
  }

.app-components-modal-modal--fullscreen {
  /* NOTE(Samuel): position above player */
  z-index: 500 !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background-color: var(--text);
}

.app-components-modal-modal--fullscreen > div {
    width: 100% !important;
    height: 100vh;
  }

@media (max-width: 766px) {

.app-components-modal-modal--mobileFullscreen {
    /* NOTE(Samuel): position above player */
    z-index: 500 !important;
    padding: 0 !important
}

    .app-components-modal-modal--mobileFullscreen > div {
      width: 100%;
      min-height: 100vh;
      margin: 0;
      border-radius: 0;
    }
  }

.app-components-modal-modal--body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.app-components-modal-modal--bodyTopAlignment {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.app-components-modal-modal--content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: auto auto;
  padding: 0 20px 30px;
  background-color: var(--bg);
  border-radius: 10px;
}

@media (min-width: 768px) {

.app-components-modal-modal--content {
    padding: 0 90px 50px
}
  }

.app-components-modal-modal--noPadding {
  padding: 0;
}

.app-components-modal-modal--titleWrapper {
  margin: 0 -20px 20px;
  padding: 17px 40px 7px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

@media (min-width: 768px) {

.app-components-modal-modal--titleWrapper {
    padding: 20px 30px 10px
}
  }

.app-components-modal-modal--titleWrapper h3 {
    font-weight: 900;
    font-size: 20px;
    font-family: HK Sentiments, sans-serif;
  }

@media (min-width: 768px) {

.app-components-modal-modal--titleWrapper h3 {
      font-size: 24px
  }
    }

@media (min-width: 768px) {

.app-components-modal-modal--titleWrapper {
    margin: 0 -90px 22px
}
  }

@media (min-width: 768px) {

.app-components-modal-modal--sizeSmall {
    width: 552px
}
  }
@media (min-width: 768px) {
.app-components-modal-modal--sizeMedium {
    width: 649px
}
  }
@media (min-width: 768px) {
.app-components-modal-modal--sizeLarge {
    width: 789px
}
  }

.app-components-modal-modal--sizeXXL {
  width: 100%;
}

@media (min-width: 1024px) {

.app-components-modal-modal--sizeXXL {
    width: 1020px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--wrapper {
  margin: 0;
}
  @media (min-width: 768px) {.app-components-staticpages-blocks-frontpage-mediaandtext2021--wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 -20px
}

    .app-components-staticpages-blocks-frontpage-mediaandtext2021--wrapper.app-components-staticpages-blocks-frontpage-mediaandtext2021--reversed {
      -webkit-flex-direction: row;
              flex-direction: row;
    }

      @media (min-width: 1024px) {
        .app-components-staticpages-blocks-frontpage-mediaandtext2021--wrapper.app-components-staticpages-blocks-frontpage-mediaandtext2021--reversed .app-components-staticpages-blocks-frontpage-mediaandtext2021--content {
          padding-right: 0;
          padding-left: 0;
        }

        .app-components-staticpages-blocks-frontpage-mediaandtext2021--wrapper.app-components-staticpages-blocks-frontpage-mediaandtext2021--reversed .app-components-staticpages-blocks-frontpage-mediaandtext2021--media {
          padding-right: 6%;
          padding-left: 0;
        }
      }
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--withText {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--withText .app-components-staticpages-blocks-frontpage-mediaandtext2021--media {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content,
.app-components-staticpages-blocks-frontpage-mediaandtext2021--media {
    -webkit-flex: 1;
            flex: 1;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 40px);
            flex-basis: calc(50% - 40px);
    margin: 0 20px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content {
  text-align: center;
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content {
    text-align: left
}
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content {
    padding-right: 0;
    padding-left: 0
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content > div {
    margin-bottom: 8px !important;

    /* pill */
    color: var(--grayText) !important;
  }

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content > div {
      margin-bottom: 14px !important;
      font-size: 14px !important
  }
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--content a:hover .app-components-staticpages-blocks-frontpage-mediaandtext2021--arrowRight, .app-components-staticpages-blocks-frontpage-mediaandtext2021--content a:focus .app-components-staticpages-blocks-frontpage-mediaandtext2021--arrowRight {
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--contentInner {
  text-align: center;
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--contentInner {
    text-align: left
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--media {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
}

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--media {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 6%
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--mediaInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  background: transparent;
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--mediaAbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--title {
  margin-top: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.37px;
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--title {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0
}
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--title {
    font-size: 42px;
    line-height: 1.15
}
  }

@media (min-width: 1200px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--title {
    font-size: 52px;
    line-height: 55px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--description {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--description {
    font-size: 17px;
    line-height: 1.6
}
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--description {
    font-size: 20px
}
  }

@media (min-width: 1200px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--description {
    font-size: 22px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--fakeLink {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0;
  color: var(--brand);
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--fakeLink {
    font-size: 17px
}
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--fakeLink {
    display: -webkit-flex;
    display: flex;
    font-size: 20px
}
  }

@media (min-width: 1200px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--fakeLink {
    font-size: 22px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--arrowRight {
  width: 18px;
  height: 100%;
  margin-left: 10px;
  transition: -webkit-transform 300ms var(--ease);
  transition: transform 300ms var(--ease);
  transition: transform 300ms var(--ease), -webkit-transform 300ms var(--ease);
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--arrowRight path {
    stroke: var(--brand);
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--video {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--image img {
    width: 100%;
    height: auto;
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--videoModalWrapper {
  position: relative;
  top: 50%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--videoModalWrapper img {
    width: 100%;
    height: auto;
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--videoModalWrapper:hover svg, .app-components-staticpages-blocks-frontpage-mediaandtext2021--videoModalWrapper:focus svg {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay svg {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    transition: -webkit-transform 300ms var(--ease);
    transition: transform 300ms var(--ease);
    transition: transform 300ms var(--ease), -webkit-transform 300ms var(--ease);
  }

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay svg {
      width: 75px;
      height: 75px;
      margin-bottom: 8px
  }
    }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay svg {
      width: 98px;
      height: 98px;
      margin-bottom: 8px
  }
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay svg path {
      fill: white;
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay svg path + path {
        fill: black;
      }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay p {
    margin-top: 10px;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--overlay p {
      font-size: 22px
  }
    }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--frontpageSection {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--darkerBg);
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--frontpageSection {
    padding-top: calc(var(--base-block-margin) * 1.2);
    padding-bottom: 100px
}
  }

@media (min-width: 1024px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--frontpageSection {
    padding-top: calc(var(--base-block-margin) * 2);
    padding-bottom: 160px
}
  }

.app-components-staticpages-blocks-frontpage-mediaandtext2021--mobileSpacer {
  display: block;
  height: 5px;
  content: '';
}

@media (min-width: 768px) {

.app-components-staticpages-blocks-frontpage-mediaandtext2021--mobileSpacer {
    display: none
}
  }

.app-components-modal-video-videomodal--video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

  .app-components-modal-video-videomodal--video iframe,
  .app-components-modal-video-videomodal--video object,
  .app-components-modal-video-videomodal--video embed,
  .app-components-modal-video-videomodal--video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.app-components-modal-video-videomodal--closeButtonWrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: grey;
  border-radius: 30px;
}

@media only screen and (max-width: 480px) {

.app-components-modal-video-videomodal--closeButtonWrapper {
    width: 40px;
    height: 40px
}
  }

.app-components-modal-video-videomodal--modalClose {
  width: 55px;
  height: 55px;
  padding: 15px;
  cursor: pointer;
}

.app-components-modal-video-videomodal--modalClose path {
    fill: white;
  }

.app-components-modal-video-videomodal--modalClose:hover path, .app-components-modal-video-videomodal--modalClose:focus path {
      fill: var(--brand);
    }

@media only screen and (max-width: 480px) {

.app-components-modal-video-videomodal--modalClose {
    width: 40px;
    height: 40px
}
  }

.app-components-modal-video-videomodal--videoModal {
  z-index: 501 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.app-components-modal-video-videomodal--videoModal > div {
    background-color: black !important;
  }

.app-components-usersong-license-successmessage--wrapper {
  padding: 0;
}

  .app-components-usersong-license-successmessage--wrapper > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }

.app-components-usersong-license-successmessage--backdrop {
  background-color: white;
}

.app-components-usersong-license-successmessage--content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 600px;
}

.app-components-usersong-license-successmessage--close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.app-components-usersong-license-successmessage--close:hover,
  .app-components-usersong-license-successmessage--close:focus {
    cursor: default;
  }

.app-components-usersong-license-successmessage--icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
}

.app-components-usersong-license-successmessage--title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 38px;
}

.app-components-usersong-license-successmessage--subtitle {
  color: var(--grayText);
  font-size: 18px;
}

.app-components-usersong-accounting-totals--container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  list-style-type: none;
  border-top: 1px solid var(--border);
}

.app-components-usersong-accounting-totals--item {
  min-width: 140px;
  margin-bottom: 1rem;
  font-size: 18px;
}

.app-components-usersong-accounting-totals--title {
  margin-bottom: 0;
  color: var(--darkGrayText);
  font-weight: 500;
  line-height: 1.2;
}

.app-components-usersong-accounting-totals--value {
  color: var(--grayText);
}

.app-components-usersong-accounting-revenuereport--wrapper {
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.app-components-usersong-accounting-revenuereport--header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 18px 16px;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--header {
    padding: 18px 25px
}
  }

.app-components-usersong-accounting-revenuereport--title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0;
  font-size: 20px;
}

.app-components-usersong-accounting-revenuereport--title svg {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 12px;
  }

a.app-components-usersong-accounting-revenuereport--reportButton {
  padding: 9px 15px;
  font-size: 16px;
}

@media (max-width: 766px) {

a.app-components-usersong-accounting-revenuereport--reportButton {
    display: none
}
  }

a.app-components-usersong-accounting-revenuereport--reportButtonMobile {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 6px 15px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {

a.app-components-usersong-accounting-revenuereport--reportButtonMobile {
    display: none
}
  }

.app-components-usersong-accounting-revenuereport--row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 12px 16px;
  font-size: 12px;
  background-color: var(--warmGrayBg);
  border-bottom: 1px solid var(--border);
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--row {
    padding: 12px 25px;
    font-size: 16px
}
  }

.app-components-usersong-accounting-revenuereport--row p {
    margin-bottom: 0;
    color: var(--tintedText);
  }

.app-components-usersong-accounting-revenuereport--row strong {
    -webkit-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-right: 5px;
    overflow: hidden;
    color: var(--tintedText);
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
  }

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--row strong {
      -webkit-flex: 0 0 40%;
              flex: 0 0 40%
  }
    }

.app-components-usersong-accounting-revenuereport--head {
  padding: 10px 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: none;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--head {
    padding: 10px 25px 0
}
  }

.app-components-usersong-accounting-revenuereport--head strong,
  .app-components-usersong-accounting-revenuereport--head p {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--head strong,
  .app-components-usersong-accounting-revenuereport--head p {
      font-size: 12px
  }
    }

.app-components-usersong-accounting-revenuereport--rowSummary {
  padding: 0 16px 0;
  font-size: 15px;
  background-color: var(--bg);
  border: none;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--rowSummary {
    padding: 0 25px 0;
    font-size: 17px
}
  }

@media (max-width: 766px) {

.app-components-usersong-accounting-revenuereport--rowSummary strong {
      display: none
  }
    }

@media (max-width: 766px) {

.app-components-usersong-accounting-revenuereport--rowSummary .app-components-usersong-accounting-revenuereport--right {
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-justify-content: space-between;
              justify-content: space-between
  }

      .app-components-usersong-accounting-revenuereport--rowSummary .app-components-usersong-accounting-revenuereport--right p {
        width: auto;
      }
    }

.app-components-usersong-accounting-revenuereport--rowSummary .app-components-usersong-accounting-revenuereport--amount {
    padding-right: 36px;
    font-weight: 500;
    text-align: right;
  }

@media (max-width: 766px) {

.app-components-usersong-accounting-revenuereport--rowSummary .app-components-usersong-accounting-revenuereport--amount {
      text-align: left
  }
    }

.app-components-usersong-accounting-revenuereport--right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 65%;
          flex: 0 0 65%;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--right {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%
}
  }

.app-components-usersong-accounting-revenuereport--amount,
.app-components-usersong-accounting-revenuereport--share {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-usersong-accounting-revenuereport--amount {
  width: 50%;
  padding-right: 5px;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--amount {
    width: 60%
}
  }

.app-components-usersong-accounting-revenuereport--share {
  width: 50%;
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--share {
    width: 40%
}
  }

.app-components-usersong-accounting-revenuereport--footer {
  padding: 16px 0;
}

.app-components-usersong-accounting-revenuereport--footer a.app-components-usersong-accounting-revenuereport--reportButtonMobile {
    width: calc(100% - 32px);
    margin: 0 16px;
    margin-top: 15px;
  }

.app-components-usersong-accounting-revenuereport--messageFooter {
  padding: 12px 16px 14px;
  color: var(--tintedText);
  font-weight: 500;
  background-color: var(--warmGrayBg);
  border-top: 1px solid var(--border);
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--messageFooter {
    padding: 12px 25px 14px
}
  }

.app-components-usersong-accounting-revenuereport--mobileMessageFooter {
}

@media (min-width: 768px) {

.app-components-usersong-accounting-revenuereport--mobileMessageFooter {
    display: none
}
  }

.app-components-kit-shadowbox-shadowbox--shadowBox {
  background-color: var(--bg);
  border-radius: 8px;
  box-shadow: var(--boxShadow);
}

@media (max-width: 768px) {

.app-components-kit-shadowbox-shadowbox--fullOnMobile {
    border-radius: 0;
    box-shadow: none
}
  }

.app-components-usersong-sharing-index--wrapper {
  padding-bottom: 60px;
}

.app-components-usersong-sharing-index--stack > * {
    margin-bottom: 25px;
  }

.app-components-usersong-sharing-index--title {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 768px) {

.app-components-usersong-sharing-index--title {
    font-size: 22px
}
  }

.app-components-usersong-sharing-index--description {
  color: var(--tintedText);
  font-size: 14px;
}

@media (min-width: 768px) {

.app-components-usersong-sharing-index--description {
    font-size: 16px
}
  }

.app-components-usersong-sharing-index--fallbackCover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-image: url('/static/images/default-cover-large.png');
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.app-components-usersong-sharing-index--visibilitySelect ul li:after {
    left: 20px;
  }

.app-components-usersong-sharing-index--visibilityOption {
  padding: 10px 20px;
}

.app-components-usersong-sharing-index--visibilityTitle {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 15px;
}

.app-components-usersong-sharing-index--visibilityDescription {
  margin-bottom: 2px;
  font-size: 13px;
  opacity: 0.7;
}

.app-components-usersong-sharing-status--wrapper {
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 4px;
}

  .app-components-usersong-sharing-status--wrapper p {
    color: black;
  }

  @media (min-width: 768px) {.app-components-usersong-sharing-status--wrapper {
    padding: 35px 45px
}
  }

.app-components-usersong-sharing-status--negative {
  background-color: var(--negative);
}

.app-components-usersong-sharing-status--positive {
  background-color: var(--positive);
}

.app-components-usersong-sharing-status--label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.app-components-usersong-sharing-status--title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
}

.app-components-usersong-sharing-status--description {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.8;
}

.app-components-usersong-sharing-status--input {
  margin-top: 15px;
  padding-bottom: 0;
}

.app-components-usersong-sharing-status--input > div {
    margin: 0;
  }

section.app-components-usersong-header--header {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 27px;
  overflow: hidden;
  background-color: black;
}

  @media (min-width: 768px) {section.app-components-usersong-header--header {
    padding-top: 35px;
    padding-bottom: 35px
}
  }

  section.app-components-usersong-header--header section {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
  }

.app-components-usersong-header--headerContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

@media (min-width: 768px) {

.app-components-usersong-header--headerContent {
    -webkit-flex-direction: row;
            flex-direction: row
}
  }

.app-components-usersong-header--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {

.app-components-usersong-header--footer {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center
}
  }

.app-components-usersong-header--imageWrapper {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 134px;
  height: 134px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {

.app-components-usersong-header--imageWrapper {
    width: 140px;
    height: 140px;
    margin-right: 50px;
    margin-bottom: 0
}
  }

.app-components-usersong-header--imageWrapper:after {
    position: absolute;
    top: -400%;
    left: -400%;
    width: 1200%;
    height: 1200%;
    border: 1px solid #202020;
    border-radius: 5px;
    content: '';
  }

/* Squares */

.app-components-usersong-header--squares1:before,
  .app-components-usersong-header--squares1:after,
  .app-components-usersong-header--squares2:before,
  .app-components-usersong-header--squares2:after {
    position: absolute;
    border: 1px solid #202020;
    border-radius: 5px;
    content: '';
  }

.app-components-usersong-header--squares1:before {
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
  }

.app-components-usersong-header--squares1:after {
    top: -75%;
    left: -75%;
    width: 250%;
    height: 250%;
  }

.app-components-usersong-header--squares2:before {
    top: -175%;
    left: -175%;
    width: 475%;
    height: 475%;
  }

.app-components-usersong-header--squares2:after {
    top: -200%;
    left: -200%;
    width: 700%;
    height: 700%;
  }

.app-components-usersong-header--image {
  height: 100%;
  background-image: url('/static/images/default-cover.png');
  background-size: cover;
  border-radius: 5px;
}

.app-components-usersong-header--titleDesc {
  margin-bottom: 22px;
  color: white;
  font-weight: 500;
  font-size: 11px;
  line-height: 2.91;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {

.app-components-usersong-header--titleDesc {
    margin-bottom: 0;
    text-align: left
}
  }

.app-components-usersong-header--title {
  margin-top: -18px;
  margin-bottom: 20px;
  color: white;
  font-weight: normal;
  font-weight: bold;
  font-size: 25px;
  font-family: 'HK Sentiments', sans-serif;
  line-height: normal;
  text-align: center;
}

@media (min-width: 768px) {

.app-components-usersong-header--title {
    margin-top: -13px;
    margin-bottom: 12px;
    overflow: hidden;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.68;
    letter-spacing: -0.18px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis
}
  }

.app-components-usersong-header--title b {
    font-weight: 600;
  }

@media (max-width: 766px) {

.app-components-usersong-header--title b {
      display: inline-block;
      font-weight: 500;
      font-size: 20px
  }
    }

.app-components-usersong-header--title span {
    display: block;
  }

@media (min-width: 768px) {

.app-components-usersong-header--title span {
      display: inline
  }
    }

.app-components-usersong-header--info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

.app-components-usersong-header--info {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-right: 10px;
    margin-bottom: 0
}
  }

.app-components-usersong-header--item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin-bottom: 8px;
}

@media (min-width: 768px) {

.app-components-usersong-header--item {
    display: block;
    margin-bottom: 0;
    margin-left: 20px
}
  }

@media (min-width: 1024px) {

.app-components-usersong-header--item {
    margin-left: 40px
}
  }

.app-components-usersong-header--statusWrapper {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {

.app-components-usersong-header--statusWrapper {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 0
}
  }

.app-components-usersong-header--itemTitle {
  margin-bottom: 3px;
  color: white;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.125;
  text-transform: uppercase;
}

@media (min-width: 768px) {

.app-components-usersong-header--itemTitle {
    font-size: 10px
}
  }

.app-components-usersong-header--itemText {
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
}

@media (min-width: 768px) {

.app-components-usersong-header--itemText {
    margin-left: 0
}
  }

.app-components-usersong-header--itemTextDisabled {
  opacity: 0.5;
}

.app-components-usersong-header--buttonWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (min-width: 768px) {

.app-components-usersong-header--buttonWrapper {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-left: -12px
}
  }

.app-components-usersong-header--buttonWrapper button {
    border-radius: 5px;
  }

.app-components-usersong-header--moreButton {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 7px 12px 8px 12px !important;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.2px;
  border: 1px solid white;
  border-radius: 5px;
}

@media (min-width: 768px) {

.app-components-usersong-header--moreButton {
    padding: 5px 12px 6px 12px !important
}
  }

.app-components-usersong-header--dots {
  bottom: 1px;
  background-color: white !important;
}

@media (min-width: 768px) {

.app-components-usersong-header--licenseButton {
    display: none
}
  }

@media (min-width: 1024px) {

.app-components-usersong-header--licenseButton {
    display: -webkit-inline-flex;
    display: inline-flex
}
  }

.app-components-track-licensebutton-licensebutton--buttonText {
  padding-right: 8px;
}

.app-components-track-licensebutton-licensebutton--iconLock {
  position: relative;
  top: -2px;
  width: 13px;
  height: 18px;
  margin-right: 12px;
}

.app-components-track-licensebutton-licensebutton--iconLock path {
    fill: currentColor;
  }

.app-components-track-licensebutton-licensebutton--unpublishedLabel {
  color: var(--text);
}

ul.app-components-usersong-dropdown--list {
  top: auto;
  bottom: -27px;
}

.app-components-usersong-warningbox--toast {
  border-radius: 0;
}

.app-components-usersongs-introtooltip-introtooltip--container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding: 18px 25px;
  background-color: var(--bg);
  border: solid 1px #eee;
  border-radius: 8px;
  box-shadow: 0 1px 14px 0 rgba(195, 195, 195, 0.32);
}

  @media (min-width: 768px) {.app-components-usersongs-introtooltip-introtooltip--container {
    margin-top: 0;
    padding: 23px 35px 32px 35px
}
  }

  .app-components-usersongs-introtooltip-introtooltip--container:after,
  .app-components-usersongs-introtooltip-introtooltip--container:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    content: ' ';
  }

  @media (min-width: 768px) {

  .app-components-usersongs-introtooltip-introtooltip--container:after,
  .app-components-usersongs-introtooltip-introtooltip--container:before {
      top: 22%;
      right: 100%;
      left: auto
  }
    }

  .app-components-usersongs-introtooltip-introtooltip--container:after {
    margin-left: -14px;
    border-width: 14px;
    border-color: rgba(213, 213, 213, 0);
    border-bottom-color: white;
  }

  @media (min-width: 768px) {

  .app-components-usersongs-introtooltip-introtooltip--container:after {
      margin-top: -14px;
      margin-left: 0;
      border-right-color: var(--bg);
      border-bottom-color: transparent
  }
    }

  .app-components-usersongs-introtooltip-introtooltip--container:before {
    margin-left: -15px;
    border-width: 15px;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
  }

  @media (min-width: 768px) {

  .app-components-usersongs-introtooltip-introtooltip--container:before {
      margin-top: -15px;
      margin-left: 0;
      border-right-color: #eee;
      border-bottom-color: transparent
  }
    }

.app-components-usersongs-introtooltip-introtooltip--title {
  margin-bottom: 5px;
  color: #2ea013;
  font-weight: 900;
  font-size: 20px;
}

@media (min-width: 768px) {

.app-components-usersongs-introtooltip-introtooltip--title {
    margin-bottom: 10px
}
  }

.app-components-usersongs-introtooltip-introtooltip--subtitle {
  color: var(--mediumGrayText);
  line-height: 1.4;
}

.app-components-usersong-modalheader--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}

.app-components-usersong-modalheader--title {
  margin-top: 45px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}

.app-components-usersong-modalheader--title span {
    display: block;
  }

@media (min-width: 768px) {

.app-components-usersong-modalheader--title {
    margin-bottom: 1rem;
    font-size: 28px
}
  }

.app-components-usersong-modalheader--description {
  margin-bottom: 15px;
  color: var(--text);
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {

.app-components-usersong-modalheader--description {
    padding: 0
}
  }

.app-components-usersong-modalheader--help {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}

.app-components-usersong-modalheader--help:hover path, .app-components-usersong-modalheader--help:focus path {
      fill: var(--brandSelected);
    }

.app-components-usersong-modalheader--help svg {
    margin-right: 8px;
  }

.app-components-usersong-modalheader--help svg path {
      transition: fill 300ms cubic-bezier(0, 0.715, 0.345, 1);
    }

.app-components-usersongs-song-index--wrapper {
  min-width: 0;
}

div.app-components-usersongs-song-index--box {
  font-size: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: border-color 300ms var(--ease);
}

div.app-components-usersongs-song-index--box:hover,
  div.app-components-usersongs-song-index--box:focus {
    border-color: var(--borderSelected);
  }

h2.app-components-usersongs-song-index--title {
  max-width: 100%;
  margin-right: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  color: var(--text);
  font-weight: 900 !important;
  font-size: 20px;
  font-family: 'HK Sentiments', sans-serif !important;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-usersongs-song-index--info {
  position: relative;
  padding: 13px 15px;
}

@media (min-width: 480px) {

.app-components-usersongs-song-index--info {
    padding: 20px 25px
}
  }

.app-components-usersongs-song-index--info header {
    margin: 0 -15px;
    margin-bottom: 10px;
    padding: 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
  }

@media (min-width: 480px) {

.app-components-usersongs-song-index--info header {
      margin: 0 -25px;
      margin-bottom: 15px;
      padding: 0 25px;
      padding-bottom: 22px
  }
    }

div.app-components-usersongs-song-index--contextMenu {
  position: absolute;
  top: 20px;
  right: 5px;
}

div.app-components-usersongs-song-index--songWrapper {
  width: 100%;
}

/* cover art */

div.app-components-usersongs-song-index--songWrapper > div:first-of-type div {
    -webkit-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

div.app-components-usersongs-song-index--songWrapper p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
  }

div.app-components-usersongs-song-index--songWrapper p + p {
      margin-top: -2px;
      font-size: 15px;
    }

.app-components-usersongs-song-index--action {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 81px;
  padding: 15px;
  border-top: 1px solid var(--border);
}

@media (min-width: 480px) {

.app-components-usersongs-song-index--action {
    padding: 25px
}
  }

.app-components-usersongs-song-progress--wrapper div {
    display: -webkit-flex;
    display: flex;
  }
  .app-components-usersongs-song-progress--wrapper p {
    margin-bottom: 10px;
    color: var(--text);
    font-weight: 500;
    font-size: 10px;
    font-stretch: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    opacity: 0.5;
  }

.app-components-usersongs-song-progress--step {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  color: #7b7b7b;
  background-color: var(--border);
  border-radius: 3px;
}

.app-components-usersongs-song-progress--active {
  background-color: #2ea013;
}

.app-components-usersongs-song-reportinfo--title {
  margin-bottom: 3px;
  color: var(--text);
  font-weight: 500;
  line-height: 1;
}

  .app-components-usersongs-song-reportinfo--title em {
    font-weight: 400;
    font-style: normal;
  }

.app-components-usersongs-song-reportinfo--titleActive {
  color: var(--brand);
}

.app-components-usersongs-song-reportinfo--subtitle {
  margin-bottom: 0;
  color: var(--grayText);
  font-size: 12px;
}

.app-components-usersongs-song-actionbutton--button {
  max-width: 71%;
  margin-left: 8px;
  padding: 10px 15px !important;
  font-size: 14px;
  white-space: nowrap;
  text-transform: none;
}

.app-components-usersongs-song-actionbutton--mobileHidden {
  display: none;
}

@media (min-width: 480px) {

.app-components-usersongs-song-actionbutton--mobileHidden {
    display: inline-block;
    margin-left: 4px
}
  }

div.app-pages-usersongs--pageHeadingWrapper {
  padding: 60px 0 40px;
}

.app-pages-usersongs--wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {

.app-pages-usersongs--wrapper {
    padding-top: 0;
    padding-bottom: 0
}
  }

.app-pages-usersongs--grid {
  display: grid;
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 15px;
  row-gap: 15px;
}

@media (min-width: 480px) {

.app-pages-usersongs--grid {
    grid-row-gap: 30px;
    row-gap: 30px
}
  }

@media (min-width: 768px) {

.app-pages-usersongs--grid {
    grid-template-columns: repeat(3, 1fr)
}
  }

.app-pages-usersongs--newHeader {
  margin-bottom: 25px;
}

@media (max-width: 768px) {

.app-pages-usersongs--newHeader {
    margin-bottom: 20px
}
  }

.app-pages-usersongs--createSong {
  height: 281px;
}

.app-pages-usersongs--createSong a {
    background-color: transparent !important;
  }

.app-pages-usersongs--createSong a:hover,
    .app-pages-usersongs--createSong a:focus {
      background-color: transparent !important;
    }

.app-pages-usersongs--loadingBox {
  --pad: 25px;
  --title-width: 260px;
  --title-height: 24px;
  --title-position: var(--pad) var(--pad);
  --title-skeleton: linear-gradient(var(--loading-gray) var(--title-height), transparent 0);
  --subtitle-width: 191px;
  --subtitle-height: 20px;
  --subtitle-position: var(--pad) calc(var(--pad) + var(--title-height) + 13px);
  --subtitle-skeleton: linear-gradient(var(--loading-gray) var(--subtitle-height), transparent 0);
  --animation-size: 70% 100%;
  --animation-position-start: -200px 0;
}

@-webkit-keyframes app-pages-usersongs--userSongEmptyStateLoading {
    to {
      background-position: 200px 0, var(--title-position), var(--subtitle-position);
    }
  }

@keyframes app-pages-usersongs--userSongEmptyStateLoading {
    to {
      background-position: 200px 0, var(--title-position), var(--subtitle-position);
    }
  }

.app-pages-usersongs--loadingBox {

  min-height: 281px;
  background-image: linear-gradient(90deg, var(--opaque-0) 0, var(--opaque-2) 50%, var(--opaque-0) 100%), var(--title-skeleton),
    var(--subtitle-skeleton);
  background-repeat: no-repeat;
  background-position: var(--animation-position-start), var(--title-position), var(--subtitle-position);
  background-size: var(--animation-size), var(--title-width) var(--title-height), var(--subtitle-width) var(--subtitle-height);
  border: 1px solid var(--border);
  border-radius: 8px;
  -webkit-animation: app-pages-usersongs--userSongEmptyStateLoading 1.5s infinite;
          animation: app-pages-usersongs--userSongEmptyStateLoading 1.5s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.715, 0.345, 1);
          animation-timing-function: cubic-bezier(0, 0.715, 0.345, 1);
}

.app-components-kit-tabs-tabs--tabs {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.app-components-kit-tabs-tabs--item {
  margin-right: 22px;
  padding-bottom: 28px;
  color: var(--grayText);
  font-weight: 300;
  font-size: 18px;
}

.app-components-kit-tabs-tabs--item:hover,
  .app-components-kit-tabs-tabs--item:focus,
  .app-components-kit-tabs-tabs--item:active {
    color: var(--text);
  }

@media (min-width: 768px) {

.app-components-kit-tabs-tabs--item {
    margin-right: 50px;
    font-size: 20px
}
  }

.app-components-kit-tabs-tabs--itemActive {
  position: relative;
  color: var(--text);
  font-weight: 500 !important;
}

.app-components-kit-tabs-tabs--itemActive:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--text);
    content: '';
  }

.app-components-kit-createbox-createbox--wrapper {
  position: relative;
  list-style-type: none;
}

  .app-components-kit-createbox-createbox--wrapper a {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
    overflow: hidden;
    color: var(--brand);
    text-transform: none;
    text-transform: initial;
    background-color: var(--darkGrayBg);
    border: 1px solid var(--border);
    border-radius: 8px;
    outline: none;
  }

  .app-components-kit-createbox-createbox--wrapper a:hover,
    .app-components-kit-createbox-createbox--wrapper a:active,
    .app-components-kit-createbox-createbox--wrapper a:focus {
      color: var(--brand);
      background-color: var(--darkGrayBg);
    }

  .app-components-kit-createbox-createbox--wrapper a:hover svg, .app-components-kit-createbox-createbox--wrapper a:active svg, .app-components-kit-createbox-createbox--wrapper a:focus svg {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
      }

.app-components-kit-createbox-createbox--iconWrapper {
  margin-bottom: 10px;
}

.app-components-kit-createbox-createbox--create {
  text-align: center;
}

.app-components-kit-createbox-createbox--create svg {
    width: 48px;
    height: 48px;
    transition: -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
    transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
    transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1), -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-kit-createbox-createbox--create svg path {
      fill: var(--text);
    }

@media (max-width: 768px) {
    .app-components-kit-createbox-createbox--create svg {
      width: 38px;
      height: 38px;
    }
  }

.app-components-kit-createbox-createbox--title {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 1022px) {.app-components-sidebar-layout--layout aside {
      position: static;
      width: 100%
  }
    }
    @media (max-height: 768px) {.app-components-sidebar-layout--layout aside {
      overflow-x: hidden;
      overflow-y: auto
  }
    }

.app-components-sidebar-sidebar--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: var(--bg);
}

  @media (min-width: 1024px) {.app-components-sidebar-sidebar--wrapper {
    height: calc(100vh - 81px);
    padding-top: 30px

    /* custom scrollbar  */
}

    .app-components-sidebar-sidebar--wrapper.app-components-sidebar-sidebar--isPlaying {
      height: calc(100vh - 81px - 74px);
    }
    .app-components-sidebar-sidebar--wrapper ::-webkit-scrollbar {
      width: 5px;
      -webkit-appearance: none;
    }

    .app-components-sidebar-sidebar--wrapper ::-webkit-scrollbar-thumb {
      background-color: var(--border);
      border-top: 8px solid var(--bg);
      border-bottom: 8px solid var(--bg);
    }
  }

.app-components-sidebar-sidebar--top {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 100%;
}

@media (min-width: 1024px) {

.app-components-sidebar-sidebar--top {
    height: auto
}
  }

ul.app-components-sidebar-sidebar--overflow,
div.app-components-sidebar-sidebar--overflow {
  display: none;
  margin-left: -10px;
  padding-left: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
}

@media (min-width: 1024px) {

ul.app-components-sidebar-sidebar--overflow,
div.app-components-sidebar-sidebar--overflow {
    display: block
}
  }

@media (max-height: 768px) {

ul.app-components-sidebar-sidebar--overflow,
div.app-components-sidebar-sidebar--overflow {
    overflow-x: visible;
    overflow-x: initial;
    overflow-y: visible;
    overflow-y: initial
}
  }

.app-components-sidebar-menu--menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
}

  .app-components-sidebar-menu--menu li {
    padding-right: 30px;
    font-size: 16px;
    white-space: nowrap;
  }

  @media (min-width: 1024px) {

  .app-components-sidebar-menu--menu li {
      margin-bottom: 10px;
      padding-right: 0;
      font-size: 24px
  }
    }

  @media (min-width: 768px) {.app-components-sidebar-menu--menu {
    padding: 0 30px
}
  }

  @media (min-width: 1024px) {.app-components-sidebar-menu--menu {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden
}
  }

a.app-components-sidebar-menu--link {
  color: var(--text);
  opacity: 0.8;
}

a.app-components-sidebar-menu--link:hover,
  a.app-components-sidebar-menu--link:focus {
    color: var(--text) !important;
    opacity: 1 !important;
  }

.app-components-sidebar-menu--linkActive {
  color: var(--brand);
  font-weight: 700;
  opacity: 0.8;
  opacity: 1 !important;
}

.app-components-sidebar-menu--linkActive:hover,
  .app-components-sidebar-menu--linkActive:focus {
    color: var(--text) !important;
    opacity: 1 !important;
  }

span.app-components-sidebar-menu--label {
  display: none;
}

@media (min-width: 1024px) {

span.app-components-sidebar-menu--label {
    display: block;
    margin-bottom: 7px
}
  }

.app-components-sidebar-yourlibrary--wrapper {
  display: none;
  margin: 0;
  margin-bottom: 25px;
  list-style: none;
}

  @media (min-width: 1024px) {.app-components-sidebar-yourlibrary--wrapper {
    display: block;
    padding-top: 5px
}
  }

.app-components-sidebar-yourlibrary--item {
  margin-bottom: 10px;
}

.app-components-sidebar-yourlibrary--item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: var(--darkGrayText);
    font-size: 14px;
  }

.app-components-sidebar-yourlibrary--item a:hover,
    .app-components-sidebar-yourlibrary--item a:focus {
      color: var(--text);
    }

.app-components-sidebar-yourlibrary--item a:hover .app-components-sidebar-yourlibrary--iconFavorite path, .app-components-sidebar-yourlibrary--item a:focus .app-components-sidebar-yourlibrary--iconFavorite path {
          fill: var(--text);
        }

.app-components-sidebar-yourlibrary--active a {
    color: var(--text);
    font-weight: 500;
  }

.app-components-sidebar-yourlibrary--icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 18px;
}

.app-components-sidebar-yourlibrary--iconFavorite path {
    transition: fill 300ms var(--ease);
    fill: var(--text);
  }

.app-components-sidebar-yourlibrary--iconPurchasedTracks path,
  .app-components-sidebar-yourlibrary--iconPurchasedTracks circle {
    fill: var(--text);
  }

.app-components-sidebar-minicollectionlist--wrapper {
  margin: 0;
  list-style: none;
}

.app-components-sidebar-minicollectionlist--create {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-color: var(--opaque-2);
}

.app-components-sidebar-minicollectionlist--create svg {
    margin-right: 18px !important;
  }

.app-components-sidebar-minicollectionlist--create a {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 9px 0;
    font-size: 14px;
  }

.app-components-sidebar-minicollectionlist--create a path {
      fill: var(--bg);
    }

.app-components-sidebar-minicollectionlist--create a rect {
      fill: var(--text);
      stroke: var(--text);
    }

.app-components-sidebar-minicollectionlist--create a svg {
      top: 0;
    }

.app-components-sidebar-minicollectionlist--create a:hover,
    .app-components-sidebar-minicollectionlist--create a:focus {
      color: var(--text);
      -webkit-transform: none;
              transform: none;
      opacity: 0.8;
    }

.app-components-sidebar-minicollectionlist--create path {
    fill: var(--bg) !important;
  }

.app-components-sidebar-minicollection--collection:empty {
    width: 60%;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 6px 0;
    background-color: var(--loading-gray);
    border-radius: 8px;
  }
  .app-components-sidebar-minicollection--collection rect,
  .app-components-sidebar-minicollection--collection path {
    transition: all 300ms var(--ease);
    fill: var(--grayText);
  }
  .app-components-sidebar-minicollection--collection rect:first-of-type {
    fill: none;
    stroke: var(--grayText);
  }

.app-components-sidebar-minicollection--icon {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.app-components-sidebar-minicollection--icon:hover .app-components-sidebar-minicollection--removeIcon, .app-components-sidebar-minicollection--icon:focus .app-components-sidebar-minicollection--removeIcon {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: flex;
    }

.app-components-sidebar-minicollection--spinner > span {
    width: 16px;
    height: 16px;
  }

.app-components-sidebar-minicollection--link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 5px;
  margin-left: -10px;
  padding: 5px 5px 5px 10px;
  color: var(--darkGrayText);
}

.app-components-sidebar-minicollection--link:hover,
  .app-components-sidebar-minicollection--link:focus {
    color: var(--text);
  }

.app-components-sidebar-minicollection--link:hover rect,
    .app-components-sidebar-minicollection--link:hover path,
    .app-components-sidebar-minicollection--link:focus rect,
    .app-components-sidebar-minicollection--link:focus path {
      fill: var(--text);
    }

.app-components-sidebar-minicollection--link:hover rect:first-of-type, .app-components-sidebar-minicollection--link:focus rect:first-of-type {
      fill: none;
      stroke: var(--text);
    }

.app-components-sidebar-minicollection--title {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-sidebar-minicollection--active {
  color: var(--text);
  font-weight: 500;
}

.app-components-sidebar-minicollection--active rect,
  .app-components-sidebar-minicollection--active path {
    fill: var(--text);
  }

.app-components-sidebar-minicollection--active rect:first-of-type {
    fill: none;
    stroke: var(--text);
  }

.app-components-sidebar-minicollection--active:active,
  .app-components-sidebar-minicollection--active:focus,
  .app-components-sidebar-minicollection--active:hover {
    color: var(--text);
  }

.app-components-sidebar-minicollection--removeIcon {
  position: relative;
  top: 1px;
  display: none;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 16px;
  height: 16px;
  background-color: var(--text);
  border-radius: 3px;
}

.app-components-sidebar-minicollection--removeIcon svg {
    width: 8px;
    height: 8px;
  }

.app-components-sidebar-minicollection--removeIcon path {
    fill: var(--bg) !important;
  }

.app-components-fixedfooter--wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.app-components-cookiebar--wrapper {
  position: relative;
  bottom: 0;
  -webkit-align-self: center;
          align-self: center;
  width: 100%;
  padding: 16px 20px 20px;
  color: var(--bg);
  font-size: 14px;
  text-align: center;
  background-color: var(--text);
}

  @media (min-width: 768px) {.app-components-cookiebar--wrapper {
    bottom: 0;
    display: -webkit-flex;
    display: flex
}
  }

.app-components-cookiebar--text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 768px) {

.app-components-cookiebar--text {
    margin-bottom: 0;
    text-align: left
}
  }

.app-components-cookiebar--text a {
    color: inherit !important;
    text-decoration: underline;
  }

button.app-components-cookiebar--button {
  -webkit-align-self: center;
          align-self: center;
  color: var(--text) !important;
  background-color: var(--bg) !important;
}

@media (min-width: 768px) {

button.app-components-cookiebar--button {
    margin-left: 25px
}
  }

button.app-components-cookiebar--button:hover,
  button.app-components-cookiebar--button:focus {
    opacity: 0.8;
  }

.app-components-footer--wrapper {
  padding: 35px 0 35px;
  color: var(--text);
  border-top: 1px solid var(--border);
}

  @media (min-width: 1024px) {.app-components-footer--wrapper {
    padding: 45px 0
}
  }

  .app-components-footer--wrapper p,
  .app-components-footer--wrapper a {
    color: inherit;
  }

  @media (min-width: 768px) {

  .app-components-footer--wrapper p {
      margin-bottom: 1.5rem
  }
    }

.app-components-footer--dark {
  color: white;
  background-color: #181818;
  border-top-color: #252525;
}

.app-components-footer--dark .app-components-footer--logo path {
    fill: white;
  }

.app-components-footer--dark a:hover,
  .app-components-footer--dark a:focus {
    color: inherit;
  }

.app-components-footer--logo {
  margin-bottom: 25px;
}

@media (min-width: 768px) {

.app-components-footer--logo {
    margin-right: 25px;
    margin-bottom: 0
}
  }

.app-components-footer--logo path {
    fill: var(--text);
  }

p.app-components-footer--copy {
  margin: 0;
  margin-bottom: 30px;
  color: var(--grayText);
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {

p.app-components-footer--copy {
    margin: 0
}
  }

.app-components-footer--logoSection {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: center;
          align-items: center;
  font-size: 13px;
}

@media (min-width: 768px) {

.app-components-footer--logoSection {
    -webkit-flex-direction: row;
            flex-direction: row;
    font-size: 14px
}
  }

.app-components-footer--menus {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 1024px) {

.app-components-footer--menus {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: initial;
            flex-wrap: initial;
    -webkit-justify-content: space-between;
            justify-content: space-between
}
  }

.app-components-footer--nav {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 25px;
}

@media (min-width: 768px) {

.app-components-footer--nav {
    -webkit-flex: 0 0 33%;
            flex: 0 0 33%
}
  }

@media (min-width: 1024px) {

.app-components-footer--nav {
    -webkit-flex: initial;
            flex: initial
}
  }

.app-components-footer--nav p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

.app-components-footer--nav li {
    margin-bottom: 4px;
    list-style: none;
  }

.app-components-footer--nav a:hover,
    .app-components-footer--nav a:focus {
      text-decoration: underline;
    }

.app-components-footer--socialIcons {
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 30px;
}

.app-components-footer--socialIcons a {
    margin: 0 20px;
  }

@media (min-width: 768px) {

.app-components-footer--socialIcons {
    margin-bottom: 0
}

    .app-components-footer--socialIcons a {
      margin: 0 14px;
    }
  }

.app-components-footer--heel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {

.app-components-footer--heel {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center
}
  }

.app-components-modal-location-location--closeButton {
  position: absolute;
  top: 8px;
  right: -1px;
  z-index: 1;
  width: 16px;
  margin: 16px 24px;
  cursor: pointer;
}

  @media (min-width: 768px) {.app-components-modal-location-location--closeButton {
    top: 14px;
    right: 9px
}
  }

  .app-components-modal-location-location--closeButton path {
    fill: #9d9d9d;
  }

  .app-components-modal-location-location--closeButton:hover path, .app-components-modal-location-location--closeButton:focus path {
      fill: var(--text);
    }


/*# sourceMappingURL=38ce8.styles.css.map*/