.breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M1 0.5L5 5.5L1 10.5' stroke='%23424365' stroke-linecap='round'/%3E%3C/svg%3E");
  --bs-breadcrumb-item-padding-x: 16px;
  overflow: auto;
  flex-wrap: nowrap;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 16px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 14px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 14px;
  }
}
@media screen and (max-width: 420px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 14px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 14px;
  }
}
.breadcrumb .breadcrumb-item {
  color: rgba(66, 67, 101, 0.5);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media screen and (max-width: 1440px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #424365;
  transition: color 0.3s ease;
}
.breadcrumb .breadcrumb-item a:hover {
  color: rgba(66, 67, 101, 0.5);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin-top: 0.1em;
}
.breadcrumb .breadcrumb-item:nth-child(n+3) {
  font-weight: 400;
  flex: 1 1 0;
}

.share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .share-button {
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .share-button {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .share-button {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .share-button {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .share-button {
    gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .share-button {
    gap: 10px;
  }
}
@media screen and (max-width: 375px) {
  .share-button {
    gap: 10px;
  }
}
.share-button__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .share-button__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .share-button__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .share-button__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .share-button__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .share-button__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .share-button__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .share-button__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .share-button__title {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .share-button__title {
    margin-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  .share-button__title {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .share-button__title {
    margin-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .share-button__title {
    margin-right: 5px;
  }
}
@media screen and (max-width: 420px) {
  .share-button__title {
    margin-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .share-button__title {
    margin-right: 5px;
  }
}
.share-button__social-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .share-button__social-item {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .share-button__social-item {
    width: 24px;
  }
}
@media screen and (max-width: 991px) {
  .share-button__social-item {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .share-button__social-item {
    width: 20px;
  }
}
@media screen and (max-width: 575px) {
  .share-button__social-item {
    width: 20px;
  }
}
@media screen and (max-width: 420px) {
  .share-button__social-item {
    width: 20px;
  }
}
@media screen and (max-width: 375px) {
  .share-button__social-item {
    width: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .share-button__social-item {
    height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .share-button__social-item {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .share-button__social-item {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .share-button__social-item {
    height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .share-button__social-item {
    height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .share-button__social-item {
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .share-button__social-item {
    height: 20px;
  }
}
.share-button__social-item img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}
.share-button__social-item:hover {
  opacity: 0.5;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 1440px) {
  .pagination {
    gap: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination {
    gap: 14px;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 0px;
  }
}
@media screen and (max-width: 575px) {
  .pagination {
    gap: 0px;
  }
}
@media screen and (max-width: 420px) {
  .pagination {
    gap: 0px;
  }
}
@media screen and (max-width: 375px) {
  .pagination {
    gap: 0px;
  }
}
.pagination .page-numbers:not(.dots):not(.next):not(.prev) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #A3D1FF;
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    font-size: 18px;
  }
}
.pagination .page-numbers:not(.dots):not(.next):not(.prev):hover:not(.current) {
  color: #A3D1FF;
  box-shadow: 0px 0px 1em 0px #FFFFFF;
}
.pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
  width: 55px;
  height: 55px;
  border: 1px solid #A3D1FF;
  border-width: 2px;
  border-radius: 50%;
  background-color: #A3D1FF;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 1em 0px #A3D1FF;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 55px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 40px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 40px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    width: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
    border-width: 2px;
  }
}
.pagination .page-numbers.dots, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  color: #A3D1FF;
}
.pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 30px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    width: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 30px;
  }
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers.dots svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
    height: 30px;
  }
}
.pagination .page-numbers.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bg {
  padding: 180px 0px 0px 0px;
  position: relative;
  background-image: url("../../../assets/images/home/star-bg.png");
  background: url("../../../assets/images/home/star-bg.png"), linear-gradient(0deg, #FFF8D1, #FFF8D1);
  background-blend-mode: screen, normal, normal;
  background-size: contain;
  background-position: center;
  background-color: #FFF8D1;
}
@media screen and (max-width: 1440px) {
  .bg {
    padding: 180px 0px 0px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .bg {
    padding: 180px 0px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .bg {
    padding: 90px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 90px 0px 0px 0px;
  }
}
@media screen and (max-width: 575px) {
  .bg {
    padding: 90px 0px 0px 0px;
  }
}
@media screen and (max-width: 420px) {
  .bg {
    padding: 90px 0px 0px 0px;
  }
}
@media screen and (max-width: 375px) {
  .bg {
    padding: 90px 0px 0px 0px;
  }
}

.page-header__title-container img {
  height: 84px;
}
@media screen and (max-width: 1440px) {
  .page-header__title-container img {
    height: 84px;
  }
}
@media screen and (max-width: 1199px) {
  .page-header__title-container img {
    height: 84px;
  }
}
@media screen and (max-width: 991px) {
  .page-header__title-container img {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-container img {
    height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .page-header__title-container img {
    height: 45px;
  }
}
@media screen and (max-width: 420px) {
  .page-header__title-container img {
    height: 45px;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-container img {
    height: 45px;
  }
}
@media (max-width: 350px) {
  .page-header__title-container img {
    height: 35px;
  }
}

.discography-list {
  padding: 0;
}
.discography-list__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .discography-list__category {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__category {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__category {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__category {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__category {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__category {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__category {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-list__category {
    row-gap: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__category {
    row-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__category {
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__category {
    row-gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__category {
    row-gap: 8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__category {
    row-gap: 8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__category {
    row-gap: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-list__category {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__category {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__category {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__category {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__category {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__category {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__category {
    margin-bottom: 20px;
  }
}
.discography-list__category-item {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  line-height: 1;
  color: #202020;
  text-decoration: none;
  transition: font-weight 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .discography-list__category-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__category-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__category-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__category-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__category-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__category-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__category-item {
    font-size: 14px;
  }
}
.discography-list__category-item::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__category-item::before {
    height: 1px;
  }
}
.discography-list__category-item.album {
  color: #E9A260;
}
.discography-list__category-item.single {
  color: #4BD0D0;
}
.discography-list__category-item.dvd {
  color: #A479E6;
}
.discography-list__category-item.other {
  color: #4374E5;
}
.discography-list__category-item.active, .discography-list__category-item:hover {
  font-weight: 700;
}
.discography-list__category-item.active::before, .discography-list__category-item:hover::before {
  opacity: 1;
}
.discography-list__pagination {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .discography-list__pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-list__pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .discography-list__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discography-list__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .discography-list__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .discography-list__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .discography-list__pagination {
    margin-top: 20px;
  }
}

.discography-card {
  text-decoration: none;
  color: currentColor;
}
.discography-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.discography-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.discography-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-card:hover .discography-card__image-container::after {
  opacity: 1;
}
.discography-card:hover .discography-card__subtitle, .discography-card:hover .discography-card__title {
  opacity: 0.6;
}
.discography-card__image-container {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container {
    margin-bottom: 16px;
  }
}
.discography-card__image-container::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container::after {
    top: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container::after {
    left: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container::after {
    right: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__image-container::after {
    border-radius: 16px;
  }
}
.discography-card__date {
  text-transform: uppercase;
}
.discography-card__separator {
  margin: 0px 16px;
}
@media screen and (max-width: 1440px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__separator {
    margin: 0px 16px;
  }
}
.discography-card__category {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__category {
    margin-right: 8px;
  }
}
.discography-card__category:last-of-type {
  margin-right: 0;
}
.discography-card__category.album {
  color: #E9A260;
}
.discography-card__category.single {
  color: #4BD0D0;
}
.discography-card__category.dvd {
  color: #A479E6;
}
.discography-card__category.other {
  color: #4374E5;
}
.discography-card__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  margin-bottom: 4px;
}
@media screen and (max-width: 1440px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__subtitle {
    margin-bottom: 4px;
  }
}
.discography-card__title {
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s ease;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 44.8px;
  line-height: 1.4;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1440px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 991px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-card__title {
    max-height: 44.8px;
  }
}

.pagination .page-numbers:not(.dots):not(.next):not(.prev) {
  color: #F3CE00;
}
.pagination .page-numbers:not(.dots):not(.next):not(.prev):hover:not(.current) {
  color: #c2a500;
}
.pagination .page-numbers:not(.dots):not(.next):not(.prev).current {
  background-color: #F3CE00;
  box-shadow: 0px 0px 1em 0px #F3CE00;
}
.pagination .page-numbers.dots, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  color: #F3CE00;
}

.discography-detail {
  --labelWidth: 140px;
  --margin-gap: 16px;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .discography-detail {
    --labelWidth: 140px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail {
    --labelWidth: 140px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail {
    --labelWidth: 120px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail {
    --labelWidth: 120px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail {
    --labelWidth: 120px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail {
    --labelWidth: 120px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail {
    --labelWidth: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail {
    --margin-gap: 16px;
  }
}
.discography-detail__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.discography-detail__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.discography-detail__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-detail__image-container {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0px;
}
@media screen and (max-width: 1440px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__image-container {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__image-container {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__image-container {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__image-container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__image-container {
    margin-bottom: 16px;
  }
}
.discography-detail__category {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  margin-right: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__category {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__category {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__category {
    margin-right: 8px;
  }
}
.discography-detail__category:last-of-type {
  margin-right: 0;
}
.discography-detail__category.album {
  color: #E9A260;
}
.discography-detail__category.single {
  color: #4BD0D0;
}
.discography-detail__category.dvd {
  color: #A479E6;
}
.discography-detail__category.other {
  color: #4374E5;
}
.discography-detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 1440px) {
  .discography-detail__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__title {
    margin-bottom: 4px;
  }
}
.discography-detail__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__date {
    font-size: 16px;
  }
}
.discography-detail__list {
  margin: 40px 0px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1440px) {
  .discography-detail__list {
    margin: 40px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__list {
    margin: 40px 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__list {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__list {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__list {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__list {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__list {
    margin: 30px 0px;
  }
}
.discography-detail__list-item + .discography-detail__list-item {
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__list-item + .discography-detail__list-item {
    margin-top: 8px;
  }
}
.discography-detail__text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .discography-detail__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__text {
    font-size: 14px;
  }
}
.discography-detail__label {
  flex: 0 0 var(--labelWidth);
  display: inline-block;
  font-size: 14px;
  background-color: #F3CE00;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  margin-right: var(--margin-gap);
}
@media screen and (max-width: 1440px) {
  .discography-detail__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__label {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1440px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__label {
    padding: 8px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__label {
    padding: 8px;
  }
}
.discography-detail__value {
  flex: 1 1 auto;
  display: inline-block;
  padding: 4px 0px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: calc(100% - var(--labelWidth) - var(--margin-gap));
}
@media screen and (max-width: 1440px) {
  .discography-detail__value {
    padding: 4px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__value {
    padding: 4px 0px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__value {
    padding: 6px 0px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__value {
    padding: 6px 0px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__value {
    padding: 6px 0px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__value {
    padding: 6px 0px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__value {
    padding: 6px 0px;
  }
}
.discography-detail__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word; /* Works in most cases */
  overflow-wrap: break-word; /* Alternative */
  white-space: normal; /* Ensures wrapping */
}
@media screen and (max-width: 1440px) {
  .discography-detail__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .discography-detail__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .discography-detail__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .discography-detail__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .discography-detail__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .discography-detail__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .discography-detail__description {
    font-size: 14px;
  }
}
.discography-detail__description a {
  color: #A3D1FF;
  transition: color 0.3s ease;
}
.discography-detail__description a:hover {
  color: rgba(163, 209, 255, 0.5);
}
.discography-detail__description * {
  max-width: 100%;
}
.discography-detail__description .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.discography-detail__description .alignleft {
  margin-right: auto;
  display: block;
}
.discography-detail__description .alignright {
  margin-left: auto;
  display: block;
}

/*# sourceMappingURL=discography.css.map*/