.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}

.add-main-navbar {
    justify-content: end;
    padding-right: 40px;
}

@media (max-width: 640px) {
    .slider .parallax-slider .swiper-slide {
        min-height: inherit !important;
    }
}

.slider .parallax-slider .caption h2 {
    margin-bottom: 5px !important;
    font-size: 22px;
}

@media (max-width: 640px) {
    .slider .parallax-slider .caption h2 {
        font-size: 18px;
    }
}

.slider .parallax-slider .caption h1 {
    font-size: 63px;
    font-family: "Tulpen One";
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 640px) {
    .slider .parallax-slider .caption h1 {
        font-size: 34px;
    }
}

.icon-img-100 {
    padding: 20px 0;
}

.features-title {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Tulpen One";
    letter-spacing: 1px;
    display: inline-block;
    /* padding-left: 26px; */
}

@media (max-width: 640px) {
    .features-title {
        font-size: 28px;
        /* padding-left: 21px; */
    }
}
/* 
.features-title::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" version="1.1" id="Capa_1" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 560.317 560.316" xml:space="preserve"><g><g><path d="M207.523,560.316c0,0,194.42-421.925,194.444-421.986l10.79-23.997c-41.824,12.02-135.271,34.902-135.57,35.833 C286.96,122.816,329.017,0,330.829,0c-39.976,0-79.952,0-119.927,0l-12.167,57.938l-51.176,209.995l135.191-36.806 L207.523,560.316z"/></g></g></svg>');
    position: absolute;
    left: 0;
    top: 64%;
    transform: translateY(-50%);
    filter: invert();
    scale: 2;
} */
/* 
@media (max-width: 640px) {
    .features-title::before {
        scale: 1.3;
    }
} */

.sub-bg3 {
    background: url("../images/bg1.jpg") !important;
}

.sub-bg4 {
    background: url("../images/black-border-bg.png") !important;
    background-size: cover !important;
    background-position: center center;
}

.news-home-title {
    font-family: "Tulpen One";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: unset;
    font-weight: 300;
}

.album-meta {
    font-family: "Tulpen One";
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 60px;
}

@media (max-width: 640px) {
    .album-meta {
        gap: 15px;
        margin-bottom: 40px;
        padding-right: 0px;
    }
}

.album-meta .name {
    font-size: 26px;
    line-height: normal;
    letter-spacing: 1px;
}

@media (max-width: 640px) {
    .album-meta .name {
        font-size: 20px;
    }
}

.album-meta .years {
    font-family: "Satoshi-Variable";
    letter-spacing: 3px;
}

.hamenu {
    background: url("../../img/side2.jpg") !important;
    background-size: cover !important;
    
}

.hamenu .cont-info:after {
    background: url("../images/bg-jrx.jpg") !important;
    background-size: cover !important;
    background-position-y: 400px !important;
}

.bottom-menu {
    display: flex;
    gap: 20px;
    justify-content: end;
}

@media (max-width: 640px) {
    .bottom-menu {
        justify-content: center;
    }
}

.label-t-tour {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins";
    letter-spacing: 0;
}

@media (max-width: 640px) {
    .label-t-tour {
        display: none;
    }
}

.tour-item {
    font-size: 22px;
    line-height: normal;
    padding: 20px 25px;
    background: #000;
    margin-top: 20px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .tour-item {
        text-align: center;
        font-size: 18px;
        font-weight: 800;
        padding: 15px;
        text-transform: uppercase;
        margin-top: 10px;
    }
}

video.background-data {
    position: absolute;
    width: 100%;
    height: 730px;
    object-fit: cover;
}

.logo.primary-logo {
    padding: 20px 0;
    width: 70px;
}

@media (max-width: 640px) {
    .logo.primary-logo {
        width: 50px;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .navbar .menu-icon {
        padding: 20px 0px 20px 30px;
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .hamenu .logo {
        left: 25px;
        width: 70px;
        top: 20px;
    }
}

@media (max-width: 768px) {
    .hamenu .close-menu {
        top: 40px;
        right: 25px;
    }
}

@media (max-width: 640px) {
    .slider .parallax-slider {
        height: 500px;
    }
}

@media (max-width: 640px) {
    .slider .swiper-pagination {
        left: 33px;
        bottom: 14px;
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .slider .slider-contro {
        border-radius: 30px 0 0 0;
        padding: 13px 25px;
    }
}

@media (max-width: 640px) {
    .slider .slider-contro .shap-right-top {
        display: none;
    }
}

.sec-head .bord {
    padding-top: 25px;
}

@media (max-width: 640px) {
    .sec-head .bord {
        padding-top: 10px;
    }
}

.sub-title {
    margin-bottom: 25px;
}

@media (max-width: 640px) {
    .sub-title {
        margin-bottom: 10px;
    }
}

.sec-head {
    margin-bottom: 60px;
}

@media (max-width: 640px) {
    .sec-head {
        margin-bottom: 40px;
    }
}

.team .item {
    margin-bottom: 0px;
}

@media (max-width: 640px) {
    .team .item {
        margin-bottom: 24px;
        padding-right: 0px;
    }
}

@media (max-width: 640px) {
    .team .item:hover .social {
        display: none;
    }
}

@media (max-width: 640px) {
    .blog-list-half .item .img {
        min-height: inherit;
    }
}

@media (max-width: 640px) {
    .blog-list-half .item .img .img-post {
        height: 240px;
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 640px) {
    .blog-list-half .item .img:after {
        height: 240px;
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 640px) {
    .blog-list-half .item .cont {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .news-home-title {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 768px) {
    .hamenu .menu-links .main-menu > li .link {
        font-size: 26px;
        padding: 20px;
    }
}

.modern-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .modern-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .icon-group {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .text-copyright {
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
    }
}

.text-copyright.main {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

@media (max-width: 640px) {
    .text-copyright.main {
        margin: 10px 0;
    }
}

@media (max-width: 640px) {
    .text-copyright.m-menu {
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .work-carsouel .work-crus.out {
        width: 100%;
        margin-left: 0px;
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
    .work-carsouel .work-crus .img .cont {
        left: 15px;
    }
}

@media (max-width: 640px) {
    .c-wrapper {
        align-self: end;
        margin-bottom: 120px;
    }
}

@media (max-width: 768px) {
    .cursor {
        display: none;
    }
}

.headline-bio {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .headline-bio {
        font-size: 18px;
    }
}

.desc-bio {
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .desc-bio {
        font-size: 14px;
    }
}

.desc-bio:last-child {
    margin-bottom: 0;
}

.ico-foot {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .ico-foot {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: center;
    }
}
.sec-profio {
    position: absolute;
    top: 50%;
    padding: 10px 20px;
    transform: rotate(90deg);
    right: 0;
    font-weight: 500;
}
.sub-bio {
    font-size: 13px;
}
@media (max-width: 768px) {
    .sec-profio {
        padding: 10px;
        right: -34px;
        font-size: 12px;
        background: #000;
        top: 75%;
        opacity: 0.3;
    }
    .sec-profio:hover {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .bio-content {
        height: 400px;
        overflow-y: auto;
    }
}
.pop-profio {
    position: absolute;
    z-index: 999;
    background: rgb(0 0 0 / 60%);
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-profio .section {
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .pop-profio .section {
        overflow-x: auto;
        scrollbar-width: none;
        gap: 5px;
    }
}
.pop-profio .section-content {
    position: relative;
    width: 900px;
    overflow: auto;
    background: #000;
}
.pop-profio .section .item-prof {
    width: 200px;
    background: #000;
}
.pop-profio .section .item-prof img {
    border: #000 solid 5px;
    filter: grayscale(1);
}
.pop-profio .section .item-prof img:hover {
    filter: none;
}
.pop-profio .section .item-prof .info-p-w {
    padding: 10px;
}
@media (max-width: 768px) {
    .pop-profio .section .item-prof .info-p-w {
        padding: 8px;
    }
}
.pop-profio .section .item-prof .info-p-w .block-title {
    text-transform: uppercase;
    line-height: normal;
    font-weight: 900;
}
@media (max-width: 768px) {
    .pop-profio .section .item-prof .info-p-w .block-title {
        font-size: 12px;
    }
}
.pop-profio .section .item-prof .info-p-w .block-desc {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .pop-profio .section .item-prof .info-p-w .block-desc {
        font-size: 6px;
    }
}
.section-content .leading-fz img {
    height: 200px;
    object-fit: cover;
}
.section-content .info-fz {
    padding: 0 20px 20px;
}
.section-content .info-fz .title-fz {
    padding-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
}
@media (max-width: 768px) {
    .section-content .info-fz .title-fz {
        font-size: 20px;
    }
}
.section-content .info-fz .sub-fz {
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1.3px;
}
@media (max-width: 768px) {
    .section-content .info-fz .sub-fz {
        font-size: 14px;
    }
}
ul.social-fz {
    padding: 20px 0 0px;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.btn-bx-fz {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 40px;
    background: #1b1b1b;
    border: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .btn-bx-fz {
        font-size: 10px;
        padding: 5px 30px;
    }
}
.desc-fz {
    font-size: 14px;
}
@media (max-width: 768px) {
    .desc-fz {
        font-size: 12px;
    }
}
.item-album {
    margin-top: 40px;
}
.item-album .content {
    margin-top: 14px;
    text-transform: uppercase;
}
.item-album h5 {
    font-family: "Tulpen One";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-album .type {
    margin-top: 10px;
}
.filtering {
    font-weight: 700;
}
@media (max-width: 768px) {
    .filtering {
        padding-top: 75px;
    }
    .filter {
        overflow: auto;
        display: flex;
        scrollbar-width: none;
    }
}
.news-s {
    padding-top: 140px;
    padding-bottom: 40px;
    background: #161616;
}
@media (max-width: 768px) {
    .news-s {
        padding-top: 77px;
        padding-bottom: 30px;
    }
    .news-s.single-x {
        padding-top: 78px;
        padding-bottom: 0px;
    }
    .news-s img {
        scale: 1.11;
    }
}
.content-s h5 {
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
    .content-s h5 {
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 14px;
    }
}
.content-s p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .content-s p {
        text-align: center;
        font-size: 12px;
        margin-bottom: 14px;
        -webkit-line-clamp: 2;
    }
}
img.img-s {
    height: 300px;
    object-fit: cover;
}
@media (max-width: 768px) {
    img.img-s {
        scale: 1.1;
        height: 160px;
        margin-bottom: 28px;
        margin-top: 10px;
    }
}
.tag-info {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
@media (max-width: 768px) {
    .tag-info {
        justify-content: center;
        font-size: 13px;
    }
}
.news-g {
    padding: 40px 0;
}
@media (max-width: 768px) {
    .news-g {
        padding: 22px 0;
    }
    .news-g .content-g {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        margin-bottom: 18px;
    }
    .news-g .content-g:last-child {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
        border-bottom: none;
        margin-bottom: 0;
    }
}
img.img-g {
    height: 180px;
    margin-bottom: 16px;
    object-fit: cover;
}
@media (max-width: 768px) {
    img.img-g {
        height: 120px;
        width: 120px;
    }
}
.news-g h6 {
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}
@media (max-width: 768px) {
    .news-g h6 {
        -webkit-line-clamp: 3;
        font-size: 16px;
    }
}
.news-g .tag-info {
    font-size: 11px;
    gap: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 768px) {
    .news-g .tag-info {
        font-size: 10px;
        gap: 10px;
        justify-content: left;
    }
}
.tour-d-section {
    padding: 140px 0;
}
@media (max-width: 768px) {
    .tour-d-section {
        padding: 120px 0 10px;
    }
}
.tour-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 26px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 40px;
}
.btn-main {
    height: 40px;
    padding: 0 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .btn-main {
        height: 32px;
        padding: 0 20px;
        font-size: 12px;
    }
}
a.btn-main.sm {
    justify-content: center;
    display: flex;
    align-items: center;
}
.btn-main.sm {
    height: 35px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 12px;
}
.btn-main:hover {
    background: #00000071;
}
.tour-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #373737;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .tour-list .item {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
}
.tour-list .item .info-tl {
    display: flex;
    gap: 100px;
    align-items: end;
}
@media (max-width: 768px) {
    .tour-list .item .info-tl {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
}
.tour-list .item .info-tl .location {
    width: 550px;
}
@media (max-width: 768px) {
    .tour-list .item .info-tl .location {
        width: 100%;
    }
}
.tour-list .item .info-tl .event {
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .tour-list .item .info-tl .event {
        line-height: normal;
        margin-bottom: 10px;
        font-size: 11px;
    }
}
.tour-list .item .info-tl .location .place {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .tour-list .item .info-tl .location .place {
        width: 100%;
        font-size: 22px;
        line-height: normal;
        text-overflow: unset;
        overflow: unset;
        white-space: unset;
    }
}
.tour-list .item .info-tl .location .date-issue {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 12px;
}
@media (max-width: 768px) {
    .release-l-wrap {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
}
.s-tour {
    position: relative;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .s-tour.discogs {
        align-items: start;
    }
}
@media (max-width: 768px) {
    .artwork-bg {
        margin-top: 100px;
    }
}
.s-tour .bg-video {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
    /* filter: brightness(0.6); */
}
.s-tour .wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.s-tour .wrapper-x {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 800px;
}
@media (max-width: 768px) {
    .s-tour .wrapper {
        padding: 0 15px;
    }
    .s-tour .wrapper-x {
        padding: 0 15px;
    }
}
.s-tour .event-name {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: normal;
}
@media (max-width: 768px) {
    .s-tour .event-name {
        font-size: 36px;
        line-height: 38px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
}
.s-tour .date {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}
@media (max-width: 768px) {
    .s-tour .date {
        font-size: 14px;
    }
}
.s-tour .location {
    color: #e3e3e3;
    font-size: 16px;
    letter-spacing: 6px;
}
@media (max-width: 768px) {
    .s-tour .location {
        font-size: 14px;
        letter-spacing: 3px;
    }
}
.s-tour .description {
    width: 50%;
    align-self: center;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .s-tour .description {
        margin-top: 10px;
        width: 85%;
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .dc-extend {
        padding-top: 140px;
    }
}
.news-row {
    row-gap: 40px;
}
@media (max-width: 768px) {
    .news-row {
        row-gap: 0;
    }
}
.single-x .title {
    font-size: 30px;
    font-weight: 800;
    width: 90%;
    line-height: normal;
}
@media (max-width: 768px) {
    .single-x .title {
        width: 100%;
        font-size: 24px;
        margin-top: 16px;
        font-weight: 900;
    }
}
.single-x .st-des {
    color: #f7f7f7;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .single-x .st-des {
        margin-top: 10px;
        font-size: 16px;
    }
}
.single-x .author {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .single-x .author {
        justify-content: space-between;
        padding-top: 10px;
        border-top: 2px solid #ffffff;
        padding-bottom: 35px;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .single-x .author {
        position: absolute;
        bottom: 0;
    }
}
.body-post {
    padding: 40px 0;
}
.body-post p {
    color: #fff;
    font-family: "Satoshi-Variable";
    font-size: 18px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .body-post p {
        font-size: 18px;
        word-wrap: break-word;
    }
}
.news-g a,
.news-s a {
    display: inherit;
}
.title-sidebar {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .title-sidebar {
        font-size: 16px;
        margin-top: 20px;
    }
}
.share-section {
    margin-bottom: 20px;
    color: #fff;
}
.share-section .title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .share-section .title {
        font-size: 12px;
    }
}
.share-section .item-group {
    display: flex;
    gap: 5px;
}
.share-section .item-group .item {
    height: 35px;
    width: 35px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
}
@media (max-width: 768px) {
    .share-section .item-group .item {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
}
.item-related .item-r {
    display: block;
    gap: 20px;
    margin-bottom: 15px;
}
.item-related .item-r:last-child {
    margin-bottom: 0;
}
.item-related .item-r .title-rel {
    font-weight: 700;
}
@media (max-width: 768px) {
    .item-related .item-r .title-rel {
        font-size: 16px;
    }
}
.item-related .item-r .img-r-wrapper {
    display: flex;
    justify-content: end;
}
.item-related .item-r .img-r {
    height: 100px;
    object-fit: cover;
    width: 140px;
}
@media (max-width: 768px) {
    .item-related .item-r .img-r {
        width: 140px;
    }
}
.title-discog {
    font-size: 30px;
    font-weight: 800;
    font-family: "Tulpen One";
    text-transform: uppercase;
    text-align: left;
}
@media (max-width: 768px) {
    .title-discog {
        margin-top: 20px;
        font-size: 28px;
    }
}
.release-discog {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}
.description-discog {
    text-align: left;
    margin: -10px 0 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.tracks {
    text-align: left;
}
@media (max-width: 768px) {
    .tracks {
        margin-bottom: 40px;
    }
}
.tracks .track-title {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.tracks .track-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.tracks .wrapper-track {
    overflow-y: auto;
    max-height: 200px;
}
@media (max-width: 768px) {
    .tracks .wrapper-track {
        overflow-y: unset;
        max-height: unset;
    }
}
.tracks .track-group .entity {
    display: flex;
    gap: 16px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
}
.tracks .track-group .entity .ordering {
    width: 5%;
}
.heros-section-alt {
    margin-top: 103px;
}
@media (max-width: 768px) {
    .heros-section-alt {
        margin-top: 80px;
    }
}
.policy-body .p {
    margin-bottom: 20px;
}
.policy-body .p .subtitle {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
.policy-body ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.policy-body ul li {
    margin-bottom: 5px;
}
.policy-body ul li:last-child {
    margin-bottom: 0px;
}
.listening-section {
    text-align: left;
    margin-top: 20px;
}
.listening-section .title-ls {
    font-size: 12px;
    letter-spacing: 2px;
}
.listening-section .group {
    display: flex;
    gap: 13px;
    font-size: 18px;
    margin-top: 5px;
}
.old-label {
    padding: 5px 8px;
    border: 1px solid #464646;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 500px;
    background-color: #1a1a1a;
    background-image: linear-gradient(#00000040, #2d2d2d);
    color: #fff;
}
@media (max-width: 768px) {
    .old-label {
        font-size: 8px;
    }
}
