.top10 {
    margin-left: 50px;
}
.thumbSectiontop10 {
    background: linear-gradient(150deg, #000000, transparent 30%), linear-gradient(330deg, rgb(0 0 0), transparent 30%), linear-gradient(225deg, #470505, #980808, #330000, #700000);
    padding: 4% 0;
}
.thumbSectiontop10 .thumbTitle {
    font-weight: 700;
    margin: 0 4% 4px;
    -webkit-text-stroke: 1px #fff;
    font-size: clamp(21px, 14vw, 3vw);
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    pointer-events: none;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
    user-select: none;
    margin-bottom: 1.5rem;
}
.slider-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 1rem 1rem;
}
.top10.slider-track-wrap {
    position: relative;
}
.top10.slider-track::-webkit-scrollbar {
    display: none;
}
.top10 .slide-img-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.top10 .slide-img-wrap .logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.top10 .slide:hover .slide-img-wrap img {
    transform: scale(1.04);
}
.top10 .slide-logo {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.top10 .slide-logo img {
    max-height: 36px;
    max-width: 80%;
    object-fit: contain;
    object-position: left bottom;
}
.top10 .rank-num {
    position: absolute;
    bottom: 20px;
    left: -60px;
    font-size: clamp(72px, 14vw, 120px);
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 5px #fff;
    z-index: -10;
    pointer-events: none;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
    letter-spacing: -4px;
    user-select: none;
}
.top10 .slide:nth-child(1) .rank-num {
    left: -34px;
}
@media (max-width: 500px) {
    .top10 {
        margin-left: 20px;
    }
    .top10 .rank-num {
        font-size: 64px;
        -webkit-text-stroke: 2px #fff;
        left: -30px;
    }
    .top10 .slide:nth-child(1) .rank-num {
        left: -15px
    }
    .top10 .thumbSectiontop10 {
        padding: 10% 0;
    }
}
.slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.top10 .thumbImage {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 169%;
}
.top10 .thumbImage .photoCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 4px;
}
.top10 .thumbImage .logo {
    position: absolute;
    width: 70%;
    height: 35%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -5%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
 /*NOT INITIALIZED */
.thumbSectiontop10 .top10:not(.swiper-initialized) .slide {
    margin-right: 45px;
    min-width: calc(44% - 5px);
    flex-shrink: 1;
    width: unset;
}
@media all and (min-width: 640px) {
    .thumbSectiontop10 .top10:not(.swiper-initialized) .slide {
        margin-right: 65px;
        min-width: calc(19% - 5px);
    }
}

.thumbTiles.top10 .swiper-button-prev,
.thumbTiles.top10 .swiper-button-next {
    background-color: transparent;
}
.thumbTiles.top10:hover .swiper-button-prev,
.thumbTiles.top10:hover .swiper-button-next {
    background-color: rgba(20, 20, 20, 0.5);
}

.thumbSectiontop10 {
    overflow: hidden;
    position: relative;
}
.top10-swiper {
    padding: 0 4%;
    position: relative;
    overflow: hidden;
}