/*------------------------------------------------------------------
# [One To Rull Them All]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Brakepoints]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Variables]
------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
.absolute {
  position: absolute;
}
.absolute .top {
  top: 0;
}
.absolute .left {
  left: 0;
}
.relative {
  position: relative;
}
.overflow-visible {
  oferflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.display-none {
  display: none;
}
.clickable {
  pointer-events: all;
}
.not-clickable {
  pointer-events: none;
}
.no-wrap {
  white-space: nowrap;
}
.no-blur {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.pointer {
  cursor: pointer;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.clamp-line-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@font-face {
  font-family: vapp;
  src: url('../fonts/vapp.eot');
  src: url('../fonts/vapp.eot?#iefix') format('embedded-opentype'), url('../fonts/vapp.woff') format('woff'), url('../fonts/vapp.ttf') format('truetype'), url('../fonts/vapp.svg?vapp') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Regular-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Regular-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Regular-WebS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Bold-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Bold-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Bold-WebS.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Light-WebM.eot');
  src: url('../fonts/SuisseIntl-Light-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Light-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Light-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Light-WebM.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Regular-WebM.eot');
  src: url('../fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Regular-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Regular-WebM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Medium-WebM.eot');
  src: url('../fonts/SuisseIntl-Medium-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Medium-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Medium-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Medium-WebM.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot');
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-SemiBold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold-WebM.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Bold-WebM.eot');
  src: url('../fonts/SuisseIntl-Bold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Bold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Bold-WebM.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Black-WebM.eot');
  src: url('../fonts/SuisseIntl-Black-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Black-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Black-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Black-WebM.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  button {
    cursor: pointer;
  }
  .btn {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    /*&.white {
			background-color: @white;

			&.shadow-outer-inner {
				box-shadow: 0 1px 3px 0 rgba(0,0,0,0.32), inset 0 1px 1px 0 rgba(255,255,255,0.14), inset 0 2px 3px 0 #EAF0FF, inset 0 -1px 3px 0 rgba(0,0,0,0.14);
			}

			i {
				color: @indigo;
			}
		}*/
  }
  .btn.primary.xs,
  .btn.primary.s,
  .btn.primary.m,
  .btn.primary.l,
  .btn.primary.xl {
    width: auto;
  }
  .btn.absolute {
    position: absolute;
    z-index: 1;
  }
  .btn.absolute-center {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .btn.cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn.clickable {
    pointer-events: all;
  }
  .btn.no-blur {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .btn.no-wrap {
    white-space: nowrap;
  }
  .btn.center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn.has-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .btn.has-icon i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .btn.xs {
    width: 18px;
    height: 18px;
  }
  .btn.xs i {
    font-size: 8px;
  }
  .btn.s {
    width: 24px;
    height: 24px;
  }
  .btn.s i {
    font-size: 12px;
  }
  .btn.m {
    width: 32px;
    height: 32px;
  }
  .btn.m i {
    font-size: 16px;
  }
  .btn.l {
    width: 40px;
    height: 40px;
  }
  .btn.l i {
    font-size: 20px;
  }
  .btn.xl {
    width: 50px;
    height: 50px;
  }
  .btn.xl i {
    font-size: 24px;
  }
  .btn.gutter-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .btn.h-40 {
    height: 40px;
  }
  .btn.circle {
    border-radius: 50%;
  }
  .btn.text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn.rounded {
    border-radius: 8px;
  }
  .btn.shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
  }
  .btn.shadow-outer-inner {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32), inset 0 1px 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 3px 0 rgba(95, 128, 218, 0.96), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32), inset 0 1px 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 3px 0 rgba(95, 128, 218, 0.96), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.04);
  }
  .btn.shadow-inner {
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 3px 0 rgba(95, 128, 218, 0.96), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.04);
            box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 3px 0 rgba(95, 128, 218, 0.96), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.04);
  }
  .btn.bg-white {
    background-color: #ffffff;
  }
  .btn.bg-indigo {
    background-color: #4e63ce;
  }
  .btn.color-white {
    color: #ffffff;
  }
  .btn.color-indigo {
    color: #4e63ce;
  }
  .btn.indigo {
    background-color: #4e63ce;
  }
  .btn.indigo i {
    color: #ffffff;
  }
  .btn.c-white {
    color: #ffffff;
  }
  .btn.c-white i {
    color: #ffffff;
  }
  .btn.c-indigo {
    color: #4e63ce;
  }
  .btn.c-indigo i {
    color: #4e63ce;
  }
  .btn.f-11 {
    font-size: 11px;
  }
  .btn.f-12 {
    font-size: 12px;
  }
  .btn.f-13 {
    font-size: 13px;
  }
  .btn.f-14 {
    font-size: 14px;
  }
  .btn.f-15 {
    font-size: 15px;
  }
  .btn.f-16 {
    font-size: 16px;
  }
  .btn.medium {
    font-weight: 500;
  }
  .btn.semibold {
    font-weight: 600;
  }
  .btn-hero-navigation {
    border-radius: 14px;
    width: 51px;
    height: 51px;
    min-width: 51px;
  }
  .btn-hero-navigation.active {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .btn-toggle-track-filter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    line-height: 18px;
    border-radius: 7px;
    height: 100%;
    background-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0);
  }
  .btn-toggle-track-filter.active {
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 1px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 1px 0 rgba(0, 0, 0, 0.04);
    font-weight: 500;
  }
  .btn-toggle-track-filter .text-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-toggle-track-filter .hidden-text {
    opacity: 0;
    font-weight: 600;
  }
  .btn-toggle-track-filter .label-text {
    position: absolute;
  }
  .btn-view-more {
    font-size: 11px;
    color: #4e63ce;
    font-weight: 500;
    line-height: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-view-more:disabled {
    color: #707580;
  }
  .btn-view-more i {
    font-size: 8px;
    margin-left: 2px;
    margin-bottom: 2px;
  }
  .btn-footer-nav {
    font-size: 10px;
    color: #707580;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    gap: 4px;
    width: 52px;
  }
  .btn-footer-nav.active {
    color: #000000;
  }
  .btn-footer-nav i {
    font-size: 22px;
  }
  .btn-bookmark {
    color: #4e63ce;
  }
  .btn-bookmark:before {
    font-size: 16px;
    font-family: "vapp";
    content: "\e906";
  }
  .btn-save-chart {
    border-radius: 8px;
    background-color: transparent;
    color: #4e63ce;
    height: 40px;
    width: 32px;
  }
  .btn-save-chart.active {
    background-color: #4e63ce;
    color: #ffffff;
  }
  .btn-save-chart.active:before {
    content: "\e906";
  }
  .btn-save-chart:before {
    font-size: 16px;
    font-family: "vapp";
    content: "\e908";
  }
  .btn-filter-trigger {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25);
    background-color: #4e63ce;
    color: #ffffff;
  }
  .btn-filter-option {
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    font-weight: 500;
    height: 32px;
    border-radius: 16px;
    background-color: #eeeeee;
    padding: 0 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .btn-filter-option.clamp {
    white-space: normal;
  }
  .btn-filter-option.active {
    color: #ffffff;
    background-color: #6889e2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.component-filter-trigger {
  z-index: 10;
}
.component-quick-nav-sticky,
.component-media-player {
  z-index: 100;
}
.component-dynamic-alerts {
  z-index: 110;
}
.component-overlay-blocker {
  z-index: 190;
}
.component-content-view {
  z-index: 200;
}
.component-footer {
  z-index: 300;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.2;
  }
}
@keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.2;
  }
}
[data-state="loading"],
[data-state="loaded"] {
  position: relative;
}
[data-state="loading"]:after,
[data-state="loaded"]:after {
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  background: inherit;
  z-index: 10;
  border-radius: inherit;
}
[data-state="loaded"]:after {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
[data-loader="transparent"]:after {
  background-color: #f4f6f6;
  background: inherit;
}
[data-state="paywall"] {
  position: relative;
  pointer-events: none;
}
[data-state="paywall"] * {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
[entity-state="playing"] [btn-state="default"] {
  display: none !important;
}
[entity-state="playing"] [btn-state="active"] {
  display: inline-block !important;
}
[btn-state="active"] {
  display: none !important;
}
.gutter-negative-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter-0 {
  padding: 0px;
}
.gutter-6 {
  padding: 6px;
}
.gutter-8 {
  padding: 8px;
}
.gutter-12 {
  padding: 12px;
}
.gutter-16 {
  padding: 16px;
}
.gutter-24 {
  padding: 24px;
}
.gutter-32 {
  padding: 32px;
}
.gutter-48 {
  padding: 48px;
}
.gutter-0-6 {
  padding: 0 6px;
}
.gutter-0-8 {
  padding: 0 8px;
}
.gutter-0-12 {
  padding: 0 12px;
}
.gutter-0-16 {
  padding: 0 16px;
}
.gutter-0-24 {
  padding: 0 24px;
}
.gutter-0-32 {
  padding: 0 32px;
}
.gutter-0-48 {
  padding: 0 48px;
}
.gutter-6-0 {
  padding: 6px 0;
}
.gutter-6-12 {
  padding: 6px 12px;
}
.gutter-8-0 {
  padding: 8px 0;
}
.gutter-8-6 {
  padding: 8px 6px;
}
.gutter-12-0 {
  padding: 12px 0;
}
.gutter-12-24 {
  padding: 12px 24px;
}
.gutter-16-0 {
  padding: 16px 0;
}
.gutter-16-12 {
  padding: 16px 12px;
}
.gutter-16-12-24-12 {
  padding: 16px 12px 24px 12px;
}
.gutter-24-0 {
  padding: 24px 0;
}
.gutter-24-12 {
  padding: 24px 12px;
}
.gutter-24-12-16-12 {
  padding: 24px 12px 16px 12px;
}
.gutter-32-0 {
  padding: 32px 0;
}
.gutter-32-12-16-12 {
  padding: 32px 12px 16px 12px;
}
.gutter-48-0 {
  padding: 48px 0;
}
.gutter-48-24 {
  padding: 48px 24px;
}
.mh-12 {
  margin: 0 12px !important;
}
.mv-12 {
  margin: 12px 0 !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.fs-6 {
  font-size: 6px !important;
}
.fs-7 {
  font-size: 7px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.lh-6 {
  line-height: 6px !important;
}
.lh-7 {
  line-height: 7px !important;
}
.lh-8 {
  line-height: 8px !important;
}
.lh-9 {
  line-height: 9px !important;
}
.lh-10 {
  line-height: 10px !important;
}
.lh-11 {
  line-height: 11px !important;
}
.lh-12 {
  line-height: 12px !important;
}
.lh-13 {
  line-height: 13px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.lh-15 {
  line-height: 15px !important;
}
.lh-16 {
  line-height: 16px !important;
}
.lh-17 {
  line-height: 17px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.lh-19 {
  line-height: 19px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.c-white {
  color: #ffffff !important;
}
.c-white-off {
  color: #bdbdbd !important;
}
.c-black {
  color: #000000 !important;
}
.c-grey {
  color: #707580 !important;
}
.c-grey-light {
  color: #f6f6f5 !important;
}
.c-grey-mid {
  color: #eeeeee !important;
}
.c-grey-dark {
  color: #3f4040 !important;
}
.c-indigo {
  color: #4e63ce !important;
}
.bg-dark {
  background-color: #1b1c1c !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-grey {
  background-color: #707580 !important;
}
.bg-grey-light {
  background-color: #f6f6f5 !important;
}
.bg-grey-dark {
  background-color: #3f4040 !important;
}
.bg-indigo {
  background-color: #4e63ce !important;
}
.bg-indigo-light {
  background-color: #6889e2 !important;
}
.bg-app-background {
  background-color: #f4f6f6 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.g-1 {
  gap: 1px !important;
}
.g-2 {
  gap: 2px !important;
}
.g-3 {
  gap: 3px !important;
}
.g-4 {
  gap: 4px !important;
}
.g-6 {
  gap: 6px !important;
}
.g-8 {
  gap: 8px !important;
}
.g-10 {
  gap: 10px !important;
}
.g-12 {
  gap: 12px !important;
}
.g-16 {
  gap: 16px !important;
}
.g-20 {
  gap: 20px !important;
}
.g-24 {
  gap: 24px !important;
}
.g-32 {
  gap: 32px !important;
}
.g-36 {
  gap: 36px !important;
}
.g-48 {
  gap: 48px !important;
}
.w-1 {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
}
.w-2 {
  width: 2px !important;
  min-width: 2px !important;
  max-width: 2px !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-6 {
  width: 6px !important;
  min-width: 6px !important;
  max-width: 6px !important;
}
.w-8 {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}
.w-10 {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
}
.w-12 {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}
.w-14 {
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
}
.w-16 {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}
.w-18 {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
}
.w-20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-34 {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-42 {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-136 {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.h-1 {
  height: 1px !important;
  min-height: 1px !important;
}
.h-2 {
  height: 2px !important;
  min-height: 2px !important;
}
.h-4 {
  height: 4px !important;
  min-height: 4px !important;
}
.h-6 {
  height: 6px !important;
  min-height: 6px !important;
}
.h-8 {
  height: 8px !important;
  min-height: 8px !important;
}
.h-10 {
  height: 10px !important;
  min-height: 10px !important;
}
.h-12 {
  height: 12px !important;
  min-height: 12px !important;
}
.h-14 {
  height: 14px !important;
  min-height: 14px !important;
}
.h-16 {
  height: 16px !important;
  min-height: 16px !important;
}
.h-18 {
  height: 18px !important;
  min-height: 18px !important;
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
}
.h-34 {
  height: 34px !important;
  min-height: 34px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
}
.h-42 {
  height: 42px !important;
  min-height: 42px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
}
.h-136 {
  height: 136px !important;
  min-height: 136px !important;
}
.o-1 {
  opacity: 0.1 !important;
}
.o-2 {
  opacity: 0.2 !important;
}
.o-3 {
  opacity: 0.3 !important;
}
.o-4 {
  opacity: 0.4 !important;
}
.o-5 {
  opacity: 0.5 !important;
}
.o-6 {
  opacity: 0.6 !important;
}
.o-7 {
  opacity: 0.7 !important;
}
.o-8 {
  opacity: 0.8 !important;
}
.o-9 {
  opacity: 0.9 !important;
}
.no-wrap {
  white-space: nowrap;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-1-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.flex-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.flex-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.flex-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
.flex-10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.flex-11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}
.flex-12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
.element-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-row.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-row.flex-1-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.element-row.g-4 {
  gap: 4px;
}
.element-row.g-8 {
  gap: 8px;
}
.element-row.g-12 {
  gap: 12px;
}
.element-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.element-row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-row.horizontal-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-row.vertical-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-row.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.element-row.white {
  background-color: #ffffff;
}
.element-row.app-background {
  background-color: #f4f6f6;
}
.element-row.color-white {
  color: #ffffff;
}
.element-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-col.full-width {
  width: 100%;
}
.element-col.grey-light {
  background-color: #F6F6F5;
}
.element-col.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-col.horizontal-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-col.vertical-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-col.w-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-col.w-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.element-col.w-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.element-col.w-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.element-col.w-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.element-col.w-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.element-col.w-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.element-col.w-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.element-col.w-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
.element-col.w-10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.element-col.w-11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}
.element-col.w-12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
.element-graph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-graph-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-graph-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-graph-stats.rounded {
  border-radius: 8px;
}
.element-graph-stats.dark {
  background-color: #e8eced;
}
.element-graph-stats.stretch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-graph-stats.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-graph-stats.center .stats-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-graph-stats.center .stats-number {
  text-align: center;
}
.element-graph-stats.gutter-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
}
.element-graph-stats.artist-connection {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.element-graph-stats.artist-connection .stats-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-graph-stats.artist-connection .stats-number {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.element-graph-stats .stats-number {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.element-graph-stats .stats-number sup {
  font-size: 12px;
}
.element-graph-stats .stats-label {
  font-size: 11px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707580;
}
.element-graph-stats .circle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 4px;
  margin-top: 3px;
}
.element-graph-stats .circle.spotify {
  background-color: #1db954;
}
.element-graph-stats .circle.youtube {
  background-color: #ff0000;
}
.element-graph-stats .circle.instagram {
  background-color: #c13684;
}
.element-graph-stats .circle.twitter {
  background-color: #00acee;
}
.element-graph-stats .circle.facebook {
  background-color: #1877f2;
}
.element-graph-stats .circle.tiktok {
  background-color: #3cdae5;
}
.element-graph-stats .circle.beatport {
  background-color: #01e697;
}
.element-graph-stats .circle.soundcloud {
  background-color: #ff6400;
}
.element-graph-stats .circle.deezer {
  background-color: #00796b;
}
.element-graph-stats .circle.shazam {
  background-color: #2255ff;
}
.element-graph-stats .circle.airplay {
  background-color: #f68051;
}
.element-graph-stats .circle.entity {
  background-color: #9599a1;
}
.element-graph-stats .circle.fanbase {
  background-color: #ff52ac;
}
.element-graph-stats .circle.engagement {
  background-color: #00acee;
}
.element-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.element-image.full-width {
  width: 100%;
}
.element-image.full-width-and-height {
  width: 100%;
  height: 100%;
}
.element-image.circle {
  border-radius: 50%;
  overflow: hidden;
}
.element-image.border {
  border: 0.5px solid #e8eced;
}
.element-image.ml-4 {
  margin-left: 4px;
}
.element-image.ml-8 {
  margin-left: 8px;
}
.element-image.ml-12 {
  margin-left: 12px;
}
.element-image.ml-16 {
  margin-left: 16px;
}
.element-image.ml-24 {
  margin-left: 24px;
}
.element-image.ml-32 {
  margin-left: 24px;
}
.element-image.mr-4 {
  margin-right: 4px;
}
.element-image.mr-8 {
  margin-right: 8px;
}
.element-image.mlr12 {
  margin-lright: 12px;
}
.element-image.mlr16 {
  margin-lright: 16px;
}
.element-image.mlr24 {
  margin-lright: 24px;
}
.element-image.mlr32 {
  margin-lright: 24px;
}
.element-image.w-12 {
  width: 12px;
  min-width: 12px;
}
.element-image.h-12 {
  height: 12px;
  min-height: 12px;
}
.element-image.w-14 {
  width: 14px;
  min-width: 14px;
}
.element-image.h-14 {
  height: 14px;
  min-height: 14px;
}
.element-image.w-16 {
  width: 16px;
  min-width: 16px;
}
.element-image.h-16 {
  height: 16px;
  min-height: 16px;
}
.element-image.w-20 {
  width: 20px;
  min-width: 20px;
}
.element-image.h-20 {
  height: 20px;
  min-height: 20px;
}
.element-image.w-24 {
  width: 24px;
  min-width: 24px;
}
.element-image.h-24 {
  height: 24px;
  min-height: 24px;
}
.element-image.w-32 {
  width: 32px;
  min-width: 32px;
}
.element-image.h-32 {
  height: 32px;
  min-height: 32px;
}
.element-image.w-34 {
  width: 34px;
  min-width: 34px;
}
.element-image.h-34 {
  height: 34px;
  min-height: 34px;
}
.element-image.w-36 {
  width: 36px;
  min-width: 36px;
}
.element-image.h-36 {
  height: 36px;
  min-height: 36px;
}
.element-image.w-40 {
  width: 40px;
  min-width: 40px;
}
.element-image.h-40 {
  height: 40px;
  min-height: 40px;
}
.element-image.w-48 {
  width: 48px;
  min-width: 48px;
}
.element-image.h-48 {
  height: 48px;
  min-height: 48px;
}
.element-image.w-64 {
  width: 64px;
  min-width: 64px;
}
.element-image.h-64 {
  height: 64px;
  min-height: 64px;
}
.element-image.w-80 {
  width: 80px;
  min-width: 80px;
}
.element-image.h-80 {
  height: 80px;
  min-height: 80px;
}
.element-image.w-120 {
  width: 120px;
  min-width: 120px;
}
.element-image.h-120 {
  height: 120px;
  min-height: 120px;
}
.element-image.w-136 {
  width: 136px;
  min-width: 136px;
}
.element-image.h-136 {
  height: 136px;
  min-height: 136px;
}
.element-divider {
  width: 100%;
}
.element-divider.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.element-divider.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.element-divider.w-1 {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
}
.element-divider.w-2 {
  width: 2px;
  min-width: 2px;
  max-width: 2px;
}
.element-divider.w-4 {
  width: 4px;
  min-width: 4px;
  max-width: 4px;
}
.element-divider.w-6 {
  width: 6px;
  min-width: 6px;
  max-width: 6px;
}
.element-divider.w-8 {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
}
.element-divider.w-12 {
  width: 12px;
  min-width: 12px;
  max-width: 12px;
}
.element-divider.w-16 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}
.element-divider.w-24 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
.element-divider.w-32 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
.element-divider.h-1 {
  height: 1px;
  min-height: 1px;
}
.element-divider.h-2 {
  height: 2px;
  min-height: 2px;
}
.element-divider.h-4 {
  height: 4px;
  min-height: 4px;
}
.element-divider.h-6 {
  height: 6px;
  min-height: 6px;
}
.element-divider.h-8 {
  height: 8px;
  min-height: 8px;
}
.element-divider.h-12 {
  height: 12px;
  min-height: 12px;
}
.element-divider.h-16 {
  height: 16px;
  min-height: 16px;
}
.element-divider.h-24 {
  height: 24px;
  min-height: 24px;
}
.element-divider.h-32 {
  height: 32px;
  min-height: 32px;
}
.element-divider.h-40 {
  height: 40px;
  min-height: 40px;
}
.element-divider.white {
  background-color: #ffffff;
}
.element-divider.app-background {
  background-color: #f4f6f6;
}
.element-divider.grey-light {
  background-color: rgba(0, 0, 0, 0.08);
}
.element-divider.gradient-white-up {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.element-divider.gradient-white-down {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.element-divider.gradient-app-background-down {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 246, 246, 0)), to(#f4f6f6));
  background: linear-gradient(0deg, rgba(244, 246, 246, 0) 0%, #f4f6f6 100%);
}
.element-divider.gradient-red-down {
  background: #ff0000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0)), to(#ff0000));
  background: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #ff0000 100%);
}
.element-flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.element-flag.circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.element-flag.circle .flag-image {
  position: absolute;
  width: 32px;
  height: 26px;
  margin-left: -4px;
}
.element-flag.w-21 .flag-image {
  width: 21px;
  min-width: 21px;
  height: 16px;
}
.element-flag.white {
  color: #bdbdbd;
}
.element-flag.white .flag-image {
  border-color: #ffffff;
}
.element-flag .flag-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-widht: 16px;
  width: 16px;
  height: 12px;
  border: 1px solid #e8eced;
}
.element-flag .flag-label {
  white-space: nowrap;
  margin-left: 8px;
}
.element-flag .uppercase {
  text-transform: uppercase;
}
.element-tag {
  border-radius: 12px;
  font-size: 10px;
  line-height: 16px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background-color: #D5DDE0;
  padding: 0 8px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.element-tag.shadow {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}
.element-tag.white {
  background-color: #ffffff;
}
.element-tag.uppercase {
  text-transform: uppercase;
}
.element-tag.border {
  border: 1px solid #E3E3E3;
}
.element-tag.rounded {
  border-radius: 50%;
}
.element-tag.rank {
  color: #707580;
  display: inline-block;
  background-color: #F4F6F6;
  white-space: normal;
}
.element-tag.past {
  color: #6D7582;
}
.element-tag.festival {
  background-color: #F9CFDC;
}
.element-tag.h-16 {
  height: 16px;
}
.element-tag.h-18 {
  height: 16px;
}
.element-tag.h-20 {
  height: 20px;
}
.element-tag.h-28-fluid {
  border-radius: 999px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.element-tag.f-10 {
  font-size: 10px;
}
.element-tag.f-11 {
  font-size: 11px;
}
.element-tag.f-13 {
  font-size: 13px;
}
.element-tag.hot {
  font-size: 9px;
  font-weight: 500;
  color: #ffffff;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-tag.viberate {
  background-color: #ff1f43;
}
.element-tag.spotify {
  background-color: #1db954;
}
.element-tag.youtube {
  background-color: #ff0000;
}
.element-tag.instagram {
  background-color: #c13684;
}
.element-tag.tiktok {
  background-color: #3cdae5;
}
.element-tag.beatport {
  background-color: #01e697;
}
.element-tag.soundcloud {
  background-color: #ff6400;
}
.element-tag.twitter {
  background-color: #00acee;
}
.element-tag.facebook {
  background-color: #1877f2;
}
.element-tag.deezer {
  background-color: #00796b;
}
.element-tag.social {
  background-color: #6a4ece;
}
.element-tag.airplay {
  background-color: #f68051;
}
.element-tag.bg-grey {
  background-color: #707580;
}
.element-tag.bg-grey-dark {
  background-color: #3f4040;
}
.element-tag .c-white {
  color: #ffffff;
}
.element-tag .c-black {
  color: #000000;
}
.element-rank-diff {
  font-size: 10px;
  font-weight: 500;
  border-radius: 9999px;
  color: #707580;
  background-color: #f0f1f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 6px 3px 4px;
  line-height: 1;
}
.element-rank-diff.f-11 {
  font-size: 11px;
}
.element-rank-diff.up {
  color: #009b7d;
  background-color: #e7fbef;
}
.element-rank-diff.down {
  color: #e44561;
  background-color: #feecee;
}
.element-rank-diff.regular {
  font-weight: 400;
}
.element-rank-diff .icon-rank-diff-up {
  color: #009b7d;
}
.element-rank-diff .icon-rank-diff-down {
  color: #e44561;
}
.element-rank-diff .icon-rank-diff-same {
  color: #707580;
}
.element-rank-diff [class^="icon-"] {
  font-size: 7px;
  margin-right: 2px;
  margin-top: -1px;
}
.element-card-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  overflow: hidden;
  position: relative;
  height: 72px;
}
.element-card-chart.spotify {
  background-color: #1db954;
}
.element-card-chart.soundcloud {
  background-color: #ff6400;
}
.element-card-chart.soundcloud .icon {
  overflow: hidden;
  width: 130px;
  height: 56px;
  margin-top: -28px;
  margin-right: -50px;
}
.element-card-chart.beatport {
  background-color: #01e697;
}
.element-card-chart.facebook {
  background-color: #1877f2;
}
.element-card-chart.twitter {
  background-color: #00acee;
}
.element-card-chart.airplay {
  background-color: #f68051;
}
.element-card-chart.instagram {
  background-color: #c13684;
}
.element-card-chart.shazam {
  background-color: #2255ff;
}
.element-card-chart.tiktok {
  background-color: #3cdae5;
}
.element-card-chart.youtube {
  background-color: #ff0000;
}
.element-card-chart.rounded {
  border-radius: 8px;
}
.element-card-chart.country {
  background-color: #cd79ba;
}
.element-card-chart.pop {
  background-color: #66c2e7;
}
.element-card-chart.hip-hop {
  background-color: #66d2d6;
}
.element-card-chart.rnb {
  background-color: #66c9ab;
}
.element-card-chart.latin {
  background-color: #f4729b;
}
.element-card-chart.electronic {
  background-color: #66d8ed;
}
.element-card-chart.rock {
  background-color: #7baad5;
}
.element-card-chart.metal {
  background-color: #798cc2;
}
.element-card-chart.punk {
  background-color: #a281bd;
}
.element-card-chart.jazz {
  background-color: #a6d78f;
}
.element-card-chart.reggae {
  background-color: #fdd471;
}
.element-card-chart.blues {
  background-color: #66cd94;
}
.element-card-chart.classical {
  background-color: #c9e188;
}
.element-card-chart.religious {
  background-color: #e0e97f;
}
.element-card-chart.european {
  background-color: #f5907a;
}
.element-card-chart.asian {
  background-color: #fabc78;
}
.element-card-chart.middle-eastern {
  background-color: #f0f070;
}
.element-card-chart.african {
  background-color: #ffe566;
}
.element-card-chart .rank {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  min-width: 48px;
  margin-right: 8px;
}
.element-card-chart .rank.w-100 {
  min-width: 100px;
}
.element-card-chart .rank .number {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.element-card-chart .rank .superscript {
  font-size: 12px;
  line-height: 14px;
}
.element-card-chart .title {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  z-index: 1;
}
.element-card-chart .icon {
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 50%;
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-right: -20px;
}
.element-card-chart .icon .element-image {
  width: 100%;
}
.element-card-chart-appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  height: 128px;
}
.element-card-chart-appearance.rounded {
  border-radius: 8px;
}
.element-card-chart-appearance.rounded .card-info {
  border-radius: 0 8px 8px 0;
}
.element-card-chart-appearance.border .card-info {
  border: 0.5px solid #D5DDE0;
  border-left: 0;
}
.element-card-chart-appearance.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-card-chart-appearance.spotify .card-stats {
  background-color: #1db954;
}
.element-card-chart-appearance.soundcloud .card-stats {
  background-color: #ff6400;
}
.element-card-chart-appearance.beatport .card-stats {
  background-color: #01e697;
}
.element-card-chart-appearance.facebook .card-stats {
  background-color: #1877f2;
}
.element-card-chart-appearance.airplay-lower .card-stats {
  background-color: #fabfa8;
}
.element-card-chart-appearance.instagram .card-stats {
  background-color: #c13684;
}
.element-card-chart-appearance.youtube-lower .card-stats {
  background-color: #ff7f7f;
}
.element-card-chart-appearance.tiktok .card-stats {
  background-color: #3cdae5;
}
.element-card-chart-appearance.shazam .card-stats {
  background-color: #2255ff;
}
.element-card-chart-appearance.twitter .card-stats {
  background-color: #00acee;
}
.element-card-chart-appearance .card-stats {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 80px;
  min-width: 80px;
  padding: 12px;
}
.element-card-chart-appearance .card-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 12px;
}
.element-card-chart-appearance .rank {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.element-card-chart-appearance .rank .number {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.element-card-chart-appearance .rank .superscript {
  font-size: 12px;
  line-height: 22px;
}
.element-card-chart-appearance .element-tag {
  margin-top: auto;
}
.element-card-chart-appearance .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-card-chart-appearance .icons .element-image {
  z-index: 1;
  position: relative;
}
.element-card-chart-appearance .icons .element-flag {
  border-color: #ffffff;
  z-index: 0;
  margin-left: -8px;
}
.element-card-chart-appearance .card-title {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-height: 48px;
}
.element-card-chart-appearance .entity-info {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-card-chart-appearance .entity-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-chart-appearance .entity-info .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-card-chart-appearance .entity-info .subtitle {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
}
.element-card-chart-appearance .entity-info .subtitle .element-flag {
  line-height: 14px;
}
.element-card-media {
  width: 100%;
  overflow: hidden;
}
.element-card-media.white {
  background-color: #ffffff;
}
.element-card-media.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-card-media.rounded {
  border-radius: 8px;
}
.element-card-media.border {
  border: 0.5px solid #d5dde0;
}
.element-card-media .card-header.gutter-16 {
  padding: 16px;
}
.element-card-media .card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-media .card-main.instagram iframe {
  margin: -54px 0 0 0;
}
.element-card-media .card-footer.gutter-16 {
  padding: 16px;
}
.element-card-media .card-footer.gutter-12-8-16-8 {
  padding: 12px 8px 16px 8px;
}
.element-card-media .element-entity-visual {
  width: 100%;
}
.element-card-media .entity-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-media .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-card-media .subtitle {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
}
.element-card-media .timeframe {
  font-size: 11px;
  color: #707580;
}
.element-card-media .tags {
  position: absolute;
  top: 10px;
  left: 12px;
}
.element-card-media .embed-wrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.element-card-media .embed-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url(../images/gif/loader.gif);
  background-color: #ffffff;
}
.element-card-media .embed-wrapper iframe,
.element-card-media .embed-wrapper .tiktok-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 0px;
  width: 100%;
  margin: 0;
}
.element-card-media .embed-wrapper .tiktok-embed {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  min-width: 0 !important;
}
.element-card-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-entity.light .entity-title {
  color: #ffffff;
}
.element-card-entity.w-64 {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
}
.element-card-entity.w-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.element-card-entity.w-120 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.element-card-entity.w-136 {
  width: 136px;
  min-width: 136px;
  max-width: 136px;
}
.element-card-entity .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-entity .visual-footnote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: -12px;
  height: 24px;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-card-entity .visual-footnote.white {
  background-color: #ffffff;
}
.element-card-entity .visual-footnote.rounded {
  border-radius: 12px;
}
.element-card-entity .visual-footnote.shadow {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.element-card-entity .visual-footnote .element-image {
  margin: 0 4px;
}
.element-card-entity .visual-footnote .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.element-card-entity .entity-info {
  white-space: normal;
}
.element-card-entity .entity-info.center {
  text-align: center;
}
.element-card-entity .entity-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-entity .entity-title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-card-entity .entity-title.f-11 {
  font-size: 11px;
  line-height: 14px;
}
.element-card-entity .entity-title.clamp-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.element-card-entity .entity-subtitle {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
  margin-top: 2px;
}
.element-card-entity .entity-subtitle.clamp-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.element-card-entity .entity-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
  margin-top: 4px;
}
.element-card-entity .value {
  color: #000000;
}
.element-card-additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-card-additional-info.gutter-8 {
  padding: 8px;
}
.element-card-additional-info .additional-info-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707580;
}
.element-card-additional-info .additional-info-sidebar {
  font-size: 11px;
  line-height: 14px;
  color: #707580;
  text-align: right;
}
.element-card-additional-info .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-card-additional-info .stats {
  font-size: 11px;
  line-height: 14px;
}
.element-card-additional-info .fs-13 {
  font-size: 13px;
  line-height: 16px;
}
.element-card-additional-info .fw-500 {
  font-weight: 500;
}
.element-card-additional-info .c-black {
  color: #000000;
}
.element-card-performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  padding: 8px 16px 8px 8px;
}
.element-card-performance.rounded {
  border-radius: 8px;
}
.element-card-performance.rounded .card-info {
  border-radius: 0 8px 8px 0;
}
.element-card-performance.border .card-info {
  border: 0.5px solid #D5DDE0;
  border-left: 0;
}
.element-card-performance.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-card-performance.good {
  background-color: #68E2AC;
}
.element-card-performance.fair {
  background-color: #FFE45D;
}
.element-card-performance.poor {
  background-color: #F97F8F;
}
.element-card-performance .card-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 16px;
  width: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-card-performance .card-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8px;
}
.element-card-performance .card-info .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-card-performance .card-info .subtitle {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.element-card-performance .performance-rank {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.element-card-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  height: 80px;
}
.element-card-channel.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-card-channel.rounded {
  border-radius: 8px;
}
.element-card-channel.rounded .card-info {
  border-radius: 0 8px 8px 0;
}
.element-card-channel.border .card-info {
  border: 0.5px solid #D5DDE0;
  border-left: 0;
}
.element-card-channel.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-card-channel.spotify .channel-color {
  background-color: #1db954;
}
.element-card-channel.soundcloud .channel-color {
  background-color: #ff6400;
}
.element-card-channel.beatport .channel-color {
  background-color: #01e697;
}
.element-card-channel.facebook .channel-color {
  background-color: #1877f2;
}
.element-card-channel.airplay-lower .channel-color {
  background-color: #fabfa8;
}
.element-card-channel.instagram .channel-color {
  background-color: #c13684;
}
.element-card-channel.youtube-lower .channel-color {
  background-color: #ff7f7f;
}
.element-card-channel.tiktok .channel-color {
  background-color: #3cdae5;
}
.element-card-channel.shazam .channel-color {
  background-color: #2255ff;
}
.element-card-channel.twitter .channel-color {
  background-color: #00acee;
}
.element-card-channel .card-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 56px;
  max-width: 56px;
  position: relative;
}
.element-card-channel .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.element-card-channel .channel-color {
  width: 8px;
  min-width: 8px;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.element-card-channel .channel-info {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 24px;
}
.element-card-channel .channel-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-channel .channel-info .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-card-channel .channel-info .subtitle {
  font-size: 11px;
  line-height: 14px;
  color: #707580;
}
.element-card-channel .channel-info .subtitle .element-flag {
  line-height: 14px;
}
.element-card-channel .channel-info .percentage {
  font-size: 11px;
  color: #707580;
  font-weight: 400;
  margin-left: 8px;
}
.element-card-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.element-card-graph.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-card-graph.stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.element-card-graph.rounded {
  border-radius: 8px;
}
.element-card-graph.border {
  border: 0.5px solid #D5DDE0;
}
.element-card-graph.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-card-graph.gutter-16 {
  padding: 16px;
}
.element-card-graph .card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}
.element-card-graph .card-info {
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.element-card-graph .card-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-card-graph .card-info .graph-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-card-graph .card-info .graph-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.element-card-graph .card-info .graph-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-card-graph .card-info .percentage {
  font-size: 11px;
  color: #707580;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 8px;
}
.element-card-graph .card-info .circle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin-right: 8px;
}
.element-entity-rank-stats-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3f4040;
}
.element-entity-rank-stats-card .main-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-entity-rank-stats-card .main-rank .rank-number {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 8px;
}
.element-entity-rank-stats-card .main-rank .element-rank-diff {
  margin-right: 8px;
}
.element-entity-rank-stats-card .main-rank .rank-label {
  font-size: 12px;
  line-height: 16px;
  color: #bdbdbd;
}
.element-entity-rank-stats-card .sub-ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 16px;
}
.element-entity-rank-stats-card .sub-rank.txt-right {
  text-align: right;
}
.element-entity-rank-stats-card .sub-rank .rank-number {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-entity-rank-stats-card .sub-rank .rank-label {
  font-size: 12px;
  line-height: 16px;
  color: #bdbdbd;
  padding-top: 4px;
}
.element-entity-channels-navigation {
  z-index: 11;
}
.element-entity-channels-navigation.no-swiper {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.element-entity-channels-navigation::-webkit-scrollbar {
  display: none;
}
.element-entity-channels-navigation .hero-navigation-track {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-entity-channels-navigation .btn-hero-navigation + .btn-hero-navigation {
  margin-left: 6px;
}
.element-entity-channels-navigation .hero-navigation-icon {
  width: 35px;
  height: 35px;
}
.element-entity-channels-navigation .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
}
.element-entity-channels-navigation .swiper-wrapper {
  width: auto;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.4);
}
.element-entity-hero-visual {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#1b1c1c), color-stop(22.76%, #222424), color-stop(36.28%, #222424), to(#1b1c1c));
  background: linear-gradient(270deg, #1b1c1c 0%, #222424 22.76%, #222424 36.28%, #1b1c1c 100%);
  background-color: #1B1C1C;
}
.element-entity-hero-visual[entity-type="track"] .entity-info {
  bottom: 8px;
}
.element-entity-hero-visual[entity-type="track"] .entity-hero-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.element-entity-hero-visual .hero-visual-shadow-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 96px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 28, 28, 0)), color-stop(5.64%, rgba(27, 28, 28, 0.02)), color-stop(11.42%, rgba(27, 28, 28, 0.05)), color-stop(17.36%, rgba(27, 28, 28, 0.12)), color-stop(23.5%, rgba(27, 28, 28, 0.2)), color-stop(29.84%, rgba(27, 28, 28, 0.29)), color-stop(36.42%, rgba(27, 28, 28, 0.39)), color-stop(43.25%, rgba(27, 28, 28, 0.5)), color-stop(50.36%, rgba(27, 28, 28, 0.61)), color-stop(57.76%, rgba(27, 28, 28, 0.71)), color-stop(65.48%, rgba(27, 28, 28, 0.8)), color-stop(73.54%, rgba(27, 28, 28, 0.88)), color-stop(81.97%, rgba(27, 28, 28, 0.95)), color-stop(90.78%, rgba(27, 28, 28, 0.98)), to(#1b1c1c));
  background: linear-gradient(90deg, rgba(27, 28, 28, 0) 0%, rgba(27, 28, 28, 0.02) 5.64%, rgba(27, 28, 28, 0.05) 11.42%, rgba(27, 28, 28, 0.12) 17.36%, rgba(27, 28, 28, 0.2) 23.5%, rgba(27, 28, 28, 0.29) 29.84%, rgba(27, 28, 28, 0.39) 36.42%, rgba(27, 28, 28, 0.5) 43.25%, rgba(27, 28, 28, 0.61) 50.36%, rgba(27, 28, 28, 0.71) 57.76%, rgba(27, 28, 28, 0.8) 65.48%, rgba(27, 28, 28, 0.88) 73.54%, rgba(27, 28, 28, 0.95) 81.97%, rgba(27, 28, 28, 0.98) 90.78%, #1b1c1c 100%);
}
.element-entity-hero-visual .hero-visual-shadow-bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  height: 136px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 28, 0)), color-stop(4.94%, rgba(27, 28, 28, 0.02)), color-stop(11.05%, rgba(27, 28, 28, 0.05)), color-stop(18.12%, rgba(27, 28, 28, 0.12)), color-stop(25.95%, rgba(27, 28, 28, 0.2)), color-stop(34.32%, rgba(27, 28, 28, 0.29)), color-stop(43.03%, rgba(27, 28, 28, 0.39)), color-stop(51.88%, rgba(27, 28, 28, 0.5)), color-stop(60.64%, rgba(27, 28, 28, 0.61)), color-stop(69.12%, rgba(27, 28, 28, 0.71)), color-stop(77.11%, rgba(27, 28, 28, 0.8)), color-stop(84.4%, rgba(27, 28, 28, 0.88)), color-stop(90.79%, rgba(27, 28, 28, 0.95)), color-stop(96.06%, rgba(27, 28, 28, 0.98)), to(#1b1c1c));
  background: linear-gradient(180deg, rgba(27, 28, 28, 0) 0%, rgba(27, 28, 28, 0.02) 4.94%, rgba(27, 28, 28, 0.05) 11.05%, rgba(27, 28, 28, 0.12) 18.12%, rgba(27, 28, 28, 0.2) 25.95%, rgba(27, 28, 28, 0.29) 34.32%, rgba(27, 28, 28, 0.39) 43.03%, rgba(27, 28, 28, 0.5) 51.88%, rgba(27, 28, 28, 0.61) 60.64%, rgba(27, 28, 28, 0.71) 69.12%, rgba(27, 28, 28, 0.8) 77.11%, rgba(27, 28, 28, 0.88) 84.4%, rgba(27, 28, 28, 0.95) 90.79%, rgba(27, 28, 28, 0.98) 96.06%, #1b1c1c 100%);
}
.element-entity-hero-visual .hero-visual-shadow-bottom-stripe {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  background-color: #1b1c1c;
}
.element-entity-hero-visual .hero-visual-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element-entity-hero-visual .btn-page-back {
  position: absolute;
  left: 24px;
  top: 28px;
  z-index: 11;
}
.element-entity-hero-visual .btn-search {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 11;
}
.element-entity-hero-visual .btn-follow {
  position: absolute;
  right: 24px;
  top: 72px;
  z-index: 11;
}
.element-entity-hero-visual .btn-play {
  position: absolute;
  right: 24px;
  top: 120px;
  z-index: 11;
}
.element-entity-hero-visual .btn-play.xl {
  top: 90px;
  left: 50%;
  margin-left: -25px;
}
.element-entity-hero-visual .btn-more {
  position: absolute;
  right: 24px;
  top: 120px;
  z-index: 11;
}
.element-entity-hero-visual .entity-info {
  position: absolute;
  bottom: 82px;
  left: 24px;
  right: 24px;
  color: #ffffff;
}
.element-entity-hero-visual .entity-hero-track-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.element-entity-hero-visual .entity-hero-title {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.element-entity-hero-visual .entity-hero-subtitle {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.element-entity-hero-visual .element-entity-channels-navigation {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.element-entity-visual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.element-entity-visual.relative {
  position: relative;
}
.element-entity-visual.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-entity-visual.circle {
  border-radius: 50%;
}
.element-entity-visual.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-entity-visual.ml-32 {
  margin-left: 32px;
}
.element-entity-visual.show-button button,
.element-entity-visual.show-button button.has-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.element-entity-visual.show-button .actions button,
.element-entity-visual.show-button .actions button.has-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.element-entity-visual.contain .element-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.element-entity-visual .element-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.element-entity-visual button,
.element-entity-visual button.has-icon {
  display: none;
}
.element-list-item-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-list-item-entity.head {
  padding-bottom: 6px;
}
.element-list-item-entity.gutter-12 {
  padding: 12px;
}
.element-list-item-entity.white {
  background-color: #ffffff;
}
.element-list-item-entity.rounded {
  border-radius: 12px;
}
.element-list-item-entity.border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.51px solid #D5DDE0;
}
.element-list-item-entity.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.element-list-item-entity.h-40 {
  height: 40px;
}
.element-list-item-entity.h-64 {
  height: 64px;
}
.element-list-item-entity.opacity-3 {
  opacity: 0.3;
}
.element-list-item-entity .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.element-list-item-entity .col.sorted {
  background-color: #F8F9FD;
}
.element-list-item-entity .col.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-list-item-entity .col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-list-item-entity .col.vertical.right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.element-list-item-entity .col.bottom {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.element-list-item-entity .col.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.element-list-item-entity .col.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.element-list-item-entity .col.w-16 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}
.element-list-item-entity .col.w-24 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
.element-list-item-entity .col.w-32 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
.element-list-item-entity .col.w-46 {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
}
.element-list-item-entity .col.w-52 {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
}
.element-list-item-entity .col.w-62 {
  width: 62px;
  min-width: 62px;
  max-width: 62px;
}
.element-list-item-entity .col.w-72 {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
}
.element-list-item-entity .col.w-128 {
  width: 128px;
  min-width: 128px;
  max-width: 128px;
}
.element-list-item-entity .col.w-max {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-list-item-entity .col.w-min {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}
.element-list-item-entity .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-list-item-entity .row.g-4 {
  gap: 4px;
}
.element-list-item-entity .row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-list-item-entity .row.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.element-list-item-entity .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.element-list-item-entity .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.element-list-item-entity .sort-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
}
.element-list-item-entity .rank {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-list-item-entity .entity-info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-list-item-entity .entity-info .entity-title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.element-list-item-entity .entity-info .entity-title + .entity-subtitle {
  margin-top: 2px;
}
.element-list-item-entity .entity-info .entity-title.fs-11 {
  font-size: 11px;
  line-height: 14px;
}
.element-list-item-entity .entity-info .entity-subtitle {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
}
.element-list-item-entity .entity-info .entity-subtitle .element-flag {
  line-height: 14px;
  white-space: nowrap;
}
.element-list-item-entity .entity-info .entity-subtitle .element-flag .flag-label {
  margin-left: 4px;
}
.element-list-item-entity .clamp-line {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.element-list-item-entity .value {
  font-size: 11px;
}
.element-list-item-entity .value.f-13 {
  font-size: 13px;
}
.element-list-item-entity .value.medium {
  font-weight: 500;
}
.element-list-item-entity .value.bold {
  font-weight: 600;
}
.element-list-item-entity .head-label {
  font-size: 11px;
  color: #707580;
}
.element-list-item-entity .head-label.center {
  text-align: center;
}
.element-list-item-entity .head-label.right {
  text-align: right;
}
.element-list-item-entity .head-label .element-image {
  vertical-align: middle;
  margin-right: 4px;
}
.element-list-item-entity .bar {
  height: 16px;
  border-radius: 0 4px 4px 0;
  background-color: #000000;
}
.element-list-item-entity .bar.map {
  background-color: #4255ab;
}
.element-list-item-entity .bar.map.map-1 {
  background-color: rgba(66, 85, 171, 0.8);
}
.element-list-item-entity .bar.map.map-2 {
  background-color: rgba(66, 85, 171, 0.6);
}
.element-list-item-entity .bar.map.map-3 {
  background-color: rgba(66, 85, 171, 0.5);
}
.element-list-item-entity .bar.map.map-4 {
  background-color: rgba(66, 85, 171, 0.4);
}
.element-list-item-entity .bar.map.map-5 {
  background-color: rgba(66, 85, 171, 0.3);
}
.element-list-item-entity .bar.airplay {
  background-color: #f68051;
}
.element-list-item-entity .bar.airplay.airplay-1 {
  background-color: rgba(246, 128, 81, 0.8);
}
.element-list-item-entity .bar.airplay.airplay-2 {
  background-color: rgba(246, 128, 81, 0.6);
}
.element-list-item-entity .bar.airplay.airplay-3 {
  background-color: rgba(246, 128, 81, 0.5);
}
.element-list-item-entity .bar.airplay.airplay-4 {
  background-color: rgba(246, 128, 81, 0.4);
}
.element-list-item-entity .bar.airplay.airplay-5 {
  background-color: rgba(246, 128, 81, 0.3);
}
.element-list-item-entity .bar.spotify {
  background-color: #1db954;
}
.element-list-item-entity .bar.entity {
  background-color: #9599a1;
}
.element-list-item-entity .bar-label {
  font-size: 11px;
  margin-left: 8px;
}
.element-list-item-entity .o-9 {
  opacity: 0.9;
}
.element-list-item-entity .o-8 {
  opacity: 0.8;
}
.element-list-item-entity .o-7 {
  opacity: 0.7;
}
.element-list-item-entity .o-6 {
  opacity: 0.6;
}
.element-list-item-entity .o-5 {
  opacity: 0.5;
}
.element-list-item-entity .o-4 {
  opacity: 0.4;
}
.element-list-item-entity .o-3 {
  opacity: 0.3;
}
.element-list-item-entity .o-2 {
  opacity: 0.2;
}
.element-list-item-entity .o-1 {
  opacity: 0.1;
}
.element-date-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 88px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.element-date-calendar.rounded {
  overflow: hidden;
  border-radius: 4px;
}
.element-date-calendar.border {
  border: 1px solid #e8eced;
}
.element-date-calendar.w-48 {
  width: 48px;
}
.element-date-calendar.h-48 {
  height: 48px;
}
.element-date-calendar.past .date-header {
  background-color: #D5DDE0;
}
.element-date-calendar.past .month,
.element-date-calendar.past .day,
.element-date-calendar.past .year {
  color: #6F7581;
}
.element-date-calendar .date-header {
  width: 100%;
  background-color: #E02020;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-date-calendar .date-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F6F6;
  height: 32px;
}
.element-date-calendar .day {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
.element-date-calendar .year {
  font-size: 8px;
  line-height: 12px;
  margin-top: -4px;
  color: #000000;
}
.element-date-calendar .month {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
}
.element-toggle-filter {
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  height: 36px;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}
.element-toggle-filter::-webkit-scrollbar {
  display: none;
}
.element-toggle-filter.h-42 {
  height: 42px;
}
.element-toggle-filter.disabled .btn {
  opacity: 0.5;
  pointer-events: none;
  color: #ccc;
}
.element-toggle-filter .toggle-filter-track {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eee;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  gap: 0 2px;
}
.element-toggle-filter .label-after-icon {
  margin-left: 8px;
}
.element-entity-detail-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.element-entity-detail-hero .entity-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-entity-detail-hero .entity-info .title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.element-entity-detail-hero .entity-info .subtitle {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 14px;
  color: #707580;
  text-align: center;
}
.element-entity-detail-hero .element-tag {
  margin-left: auto;
  margin-right: auto;
  line-height: 16px;
}
.element-channel-graph-with-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.element-channel-graph-with-stats.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-channel-graph-with-stats.center .element-graph-stats .stats-number,
.element-channel-graph-with-stats.center .element-graph-stats .stats-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-channel-graph-with-stats .graph-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-channel-graph-with-stats .element-graph-wrapper {
  margin-left: 20px;
}
.element-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-value.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.element-value.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-value.horizontal-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-value.vertical-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-value .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-value .icon.mr-8 {
  margin-right: 8px;
}
.element-value .number {
  margin-right: 4px;
}
.element-value .number.bold {
  font-weight: 600;
}
.element-value .label {
  font-size: 12px;
  color: #707580;
}
.element-background {
  pointer-events: none;
}
.element-background.gutter-12 {
  padding: 12px;
}
.element-background.gutter-24 {
  padding: 24px;
}
.element-background.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.element-background.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-background.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.element-background.multiply {
  mix-blend-mode: multiply;
}
.component.full-width {
  padding-left: 0;
  padding-right: 0;
}
.component.full-width.gutter-12 {
  padding-left: 0;
  padding-right: 0;
}
.component.full-width.gutter-12 .component-header {
  padding-left: 12px;
}
.component.gutter-8 {
  padding-left: 12px;
  padding-right: 12px;
}
.component.gutter-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.component.gutter-12 .header-sidebar {
  padding-right: 12px;
}
.component.gutter-0-16 {
  padding: 0 16px;
}
.component.gutter-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.component.gutter-24-12 {
  padding: 24px 12px;
}
.component.gutter-48-24 {
  padding-left: 48px;
  padding-right: 24px;
}
.component.white {
  background-color: #ffffff;
}
.component.dark {
  background-color: #1b1c1c;
  padding-top: 16px;
  padding-bottom: 32px;
}
.component.dark .header-title {
  color: #ffffff;
}
.component-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
.component-header .header-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component-header .header-sidebar {
  font-size: 11px;
  line-height: 14px;
  color: #707580;
  text-align: right;
}
.component-header .header-title-visual {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.component-header .header-title-text i {
  vertical-align: middle;
}
.component-header .header-title-icon {
  width: 20px;
  height: 20px;
}
.component-header .black {
  color: #000000;
}
.component-main.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.component-main.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.component-main.dark {
  background-color: #1b1c1c;
}
.component-main.shadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.component-main.white {
  background-color: #ffffff;
}
.component-main.rounded {
  border-radius: 12px;
}
.component-main.rounded-half {
  border-radius: 6px;
}
.component-main.gutter-0-6 {
  padding: 0 6px;
}
.component-main.gutter-0-12 {
  padding: 0 12px;
}
.component-main.gutter-12 {
  padding: 12px;
}
.component-main.gutter-8-6 {
  padding: 8px 6px;
}
.component-main.gutter-6-12 {
  padding: 6px 12px;
}
.component-main.gutter-16-12 {
  padding: 16px 12px;
}
.component-main.gutter-24-12 {
  padding: 24px 12px;
}
.component-main.gutter-24-0 {
  padding: 24px 0;
}
.component-main.gutter-24-12-16-12 {
  padding: 24px 12px 16px 12px;
}
.component-main.gutter-32-12-16-12 {
  padding: 32px 12px 16px 12px;
}
.component-main.gutter-16-12-24-12 {
  padding: 16px 12px 24px 12px;
}
.component-main.center {
  text-align: center;
}
.component-main.mh-12 {
  margin: 0 12px;
}
.component-main.bg-indigo {
  background-color: #4e63ce;
  color: #ffffff;
}
.component-main.bg-indigo-light {
  background-color: #6889e2;
  color: #ffffff;
}
.component-entity-hero {
  background-color: #1b1c1c;
  padding-bottom: 16px;
}
.component-entity-rank-stats {
  /* no swiper
	overflow: hidden;
	overflow-x: auto;
	display: flex;
	white-space: nowrap;
	flex: 1 0 auto;
	*/
  padding-left: 24px;
  padding-right: 24px;
  color: #ffffff;
}
.component-entity-rank-stats::-webkit-scrollbar {
  display: none;
}
.component-entity-rank-stats .rank-stats-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 24px;
}
.component-entity-rank-stats .element-entity-rank-stats-card {
  margin: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.component-entity-rank-stats .element-entity-rank-stats-card:first-child {
  margin-left: 0;
}
.component-entity-rank-stats .element-entity-rank-stats-card:last-child {
  margin-right: 0;
}
.component-entity-rank-stats .element-flag {
  line-height: 16px;
}
.component-entities-horizontal-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.component-entities-horizontal-list.dark:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(27, 28, 28, 0.9)), to(rgba(27, 28, 28, 0)));
  background: linear-gradient(270deg, rgba(27, 28, 28, 0.9) 0%, rgba(27, 28, 28, 0) 100%);
}
.component-entities-horizontal-list.shadow {
  padding-bottom: 8px;
}
.component-entities-horizontal-list.gutter-negative-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.component-entities-horizontal-list:before {
  content: "";
  pointer-events: none;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.component-entities-horizontal-list .entities-horizontal-list-track-wrapper {
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.component-entities-horizontal-list .entities-horizontal-list-track-wrapper::-webkit-scrollbar {
  display: none;
}
.component-entities-horizontal-list .entities-horizontal-list-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.component-entities-horizontal-list .entities-horizontal-list-track.gutter-12 {
  padding: 0 12px;
}
.component-channel-content {
  background-color: #f4f6f6;
  padding-bottom: 64px;
}
.component-channel-content.padding-top-0 {
  padding-top: 0;
}
.component-quick-nav-sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.component-quick-nav-sticky.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.component-quick-nav-sticky .quick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b1c1c;
  color: #ffffff;
  height: 40px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
}
.component-quick-nav-sticky .sort {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 16px;
}
.component-quick-nav-sticky .progress-bar {
  height: 4px;
  position: relative;
}
.component-quick-nav-sticky .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1ED760;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
}
.component-quick-nav-sticky .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.component-quick-nav-sticky .title-text {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.component-overlay-blocker {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.component-overlay-blocker.show {
  opacity: 1;
  pointer-events: all;
}
.container-storybook {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.container-storybook .btn-sidebar-open {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container-storybook .btn-sidebar-open {
    border: 0;
    border-radius: 8px 0 0 8px;
    background-color: #f06e4b;
    position: fixed;
    top: 10px;
    right: 0;
    padding: 12px 10px 12px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.container-storybook .hamburger {
  width: 20px;
  height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#283241), color-stop(20%, #283241), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #283241), color-stop(60%, #283241), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #283241), to(#283241));
  background: linear-gradient(to bottom, #283241 0%, #283241 20%, transparent 20%, transparent 40%, #283241 40%, #283241 60%, transparent 60%, transparent 80%, #283241 80%, #283241 100%);
}
.sidebar-storybook {
  background-color: #283241;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sidebar-storybook {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    right: 100%;
    left: auto;
    width: 100%;
    min-width: unset;
    padding-top: 40px;
  }
}
.sidebar-storybook.open {
  right: 0;
}
.sidebar-storybook::-webkit-scrollbar {
  width: 5px;
}
.sidebar-storybook::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.2);
}
.sidebar-storybook::-webkit-scrollbar-thumb {
  background: #f06e4b;
}
.sidebar-storybook .btn-sidebar-close {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sidebar-storybook .btn-sidebar-close {
    font-size: 28px;
    border: 0;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 12px;
    padding: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
  }
}
.sidebar-storybook-navigation ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-storybook-navigation ul ul {
  display: none;
  color: #ddd;
  font-size: 12px;
  margin: 10px 0 0 0;
  margin-left: 25px;
}
.sidebar-storybook-navigation ul ul ul {
  display: none;
  color: #bbb;
  font-size: 10px;
  margin-top: 5px 0 0 0;
  margin-left: 2px;
}
.sidebar-storybook-navigation ul > .menu-item + .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-storybook-navigation .menu-item {
  padding: 10px 0;
}
.sidebar-storybook-navigation .menu-item.open > ul {
  display: block;
}
.sidebar-storybook-navigation .menu-item ul > .menu-item {
  border: 0;
  padding: 6px 0;
}
.sidebar-storybook-navigation .menu-item ul > .menu-item ul > .menu-item {
  padding: 3px 0;
}
.sidebar-storybook-navigation .menu-link {
  text-shadow: 1px 1px #000;
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 25px;
}
.sidebar-storybook-navigation .menu-link.has-children {
  padding-left: 0;
}
.sidebar-storybook-navigation .menu-link.has-children.open:before {
  content: "[-]";
}
.sidebar-storybook-navigation .menu-link.has-children:before {
  color: #f06e4b;
  font-size: 11px;
  font-family: "Courier New";
  content: "[+]";
  display: inline-block;
  padding-right: 4px;
}
.sidebar-storybook-navigation .menu-link:hover,
.sidebar-storybook-navigation .menu-link:active {
  color: #f06e4b;
}
.main-storybook {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  margin-left: 300px;
}
@media only screen and (max-width: 768px) {
  .main-storybook {
    margin-left: 0;
    padding: 0;
  }
}
.main-storybook section {
  padding: 25px 0;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .main-storybook section {
    padding: 12px;
  }
}
.main-storybook section + section {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .main-storybook section + section {
    margin-top: 30px;
  }
}
.main-storybook section section {
  padding: 25px;
  background-color: #f9f9f9;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .main-storybook section section {
    padding: 12px;
  }
}
.main-storybook section section section {
  padding: 25px;
  background-color: #f4f6f6;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .main-storybook section section section {
    padding: 12px;
  }
}
.main-storybook h1 {
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
  color: #f06e4b;
  font-weight: 600;
}
.main-storybook h2 {
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 600;
}
.main-storybook h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 20px 0;
  color: #666;
  font-weight: 600;
}
.main-storybook .img-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-storybook .img-presentation figure {
  margin: 0;
  padding: 0;
}
.main-storybook .img-presentation figure img {
  max-width: 100%;
}
.main-storybook .img-presentation .legend {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.main-storybook .img-presentation .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-storybook .img-presentation .color {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  margin-right: 8px;
}
.main-storybook .img-presentation .color.optional {
  background-color: #fa7bf3;
}
.main-storybook .img-presentation .color.layout {
  background-color: #66b7fb;
}
.main-storybook .img-presentation .color.components {
  background-color: #faf37b;
}
.main-storybook .subcomponents-used {
  background-color: #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.main-storybook .subcomponents-used .title {
  text-transform: uppercase;
  font-weight: 500;
}
.main-storybook .subcomponents-used ul {
  padding: 10px 0 0 15px;
  margin: 0;
}
.main-storybook .subcomponents-used a {
  color: #f06e4b;
}
.main-storybook .variants {
  padding: 40px 0 20px 0;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
.main-storybook .variants .title {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}
.main-storybook .variants ul {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}
.main-storybook .variants ul li + li {
  margin-top: 10px;
}
.main-storybook .variants label {
  color: #aaa;
}
.main-storybook .variants figure {
  margin: 0;
  padding: 0;
}
.main-storybook .variants figure img {
  max-width: 100%;
}
