/* .index-for-you > .group-items {
    display: none;
}
.index-for-you > .group-items > .item {
    cursor: pointer;
    padding-inline-end: 1rem;
}
.index-for-you > .group-items > .item.active .description,
.index-for-you > .group-items > .item:hover .description {
    color: white;
}
.index-for-you > .group-items > .item > .title {
    color: rgb(var(--primary-color));
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.index-for-you > .group-items > .item > .description {
    color: rgb(var(--gray-color));
    font-size: 20px;
    transition-duration: 200ms;
}
.index-for-you > .details .indexForYou .swiper-slide.forYou {
    background-color: rgb(var(--secondary-color));
    border-radius: 0.5rem;
    overflow: auto;
}
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-first {
    display: flex;
    position: relative;
    & img {
        width: 100%;
        z-index: -1;
    }
}
.index-for-you
    > .details
    .indexForYou
    .swiper-slide.forYou
    .for-first
    .details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-inline: 2rem;
    & > h3.title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 48px;
        line-height: 50px;
        &.center {
            text-align: center;
        }
        & .sm {
            font-size: 30px;
            font-weight: bold;
        }
        & .lg {
            font-size: 60px;
            font-weight: bold;
        }
    }
    &.between {
        justify-content: space-between;
    }
    &.left {
        justify-content: start;
    }
}
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
    padding: 1rem 3rem;
    min-height: 160px;
    & .title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 0.25rem;
        & .sub-title {
            color: white;
            font-size: 20px;
            font-weight: 400;
        }
    }

    & .description {
        color: rgba(255, 255, 255, 0.8);
    }
}

.swiper-horizontal > .swiper.indexForYou .swiper-pagination-bullets,
.swiper.indexForYou .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 96%;
}

.container.indexForYou > h1.title {
    font-size: 20px;
    color: white;
    margin-bottom: 3rem;
}

.swiper.indexForYou {
    padding-bottom: 1.5rem;
}

.container.indexForYou {
    padding: 0 1rem;
}

#rank {
    object-fit: contain;
    flex: 0 0 150px;
    width: 150px;
}

@media (min-width: 1024px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .index-for-you > .group-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 24px;
    }

    #rank {
        flex: 0 0 320px;
    }
}

@media (min-width: 1280px) {
    .index-for-you > .group-items {
        column-gap: 5.5rem;
        margin-right: 60px;
    }
}
@media (min-width: 1600px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 45% 55%;
    }
} */
/*
 .index-for-you > .group-items {
    display: none;
}
.index-for-you > .group-items > .item {
    cursor: pointer;
    padding-inline-end: 1rem;
}
.index-for-you > .group-items > .item.active .description,
.index-for-you > .group-items > .item:hover .description {
    color: white;
}
.index-for-you > .group-items > .item > .title {
    color: rgb(var(--primary-color));
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.index-for-you > .group-items > .item > .description {
    color: rgb(var(--gray-color));
    font-size: 20px;
    transition-duration: 200ms;
}
.index-for-you > .details .indexForYou .swiper-slide.forYou {
    background-color: rgb(var(--secondary-color));
    border-radius: 0.5rem;
    overflow: auto;
}
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-first {
    display: flex;
    position: relative;
    & img {
        width: 100%;
        height: 250px;
        z-index: -1;
    }
}
.index-for-you
    > .details
    .indexForYou
    .swiper-slide.forYou
    .for-first
    .details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-inline: 2rem;
    & > h3.title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 30px;
        line-height: 32px;
        &.center {
            text-align: center;
        }
        & .sm {
            font-size: 30px;
            font-weight: bold;
        }
        & .lg {
            font-size: 45px;
            font-weight: bold;
        }
    }
    &.between {
        justify-content: space-between;
    }
    &.left {
        justify-content: start;
    }
}
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
    padding: 1rem 2rem;
    min-height: 170px;
    & .title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0.25rem;
        & .sub-title {
            color: white;
            font-size: 18px;
            font-weight: 400;
        }
    }

    & .description {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
}

.swiper-horizontal > .swiper.indexForYou .swiper-pagination-bullets,
.swiper.indexForYou .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 96%;
}

.container.indexForYou > h1.title {
    font-size: 20px;
    color: white;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.swiper.indexForYou {
    padding-bottom: 1.5rem;
}
#rank {
    object-fit: contain;
    flex: 0 0 150px;
    width: 150px;
}

@media (min-width: 768px) {
    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
        min-height: 160px;
    }
}
@media (min-width: 1024px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .index-for-you > .group-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 24px;
    }

    #rank {
        flex: 0 0 320px;
    }

    .index-for-you
    > .details
    .indexForYou
    .swiper-slide.forYou
    .for-first
    .details h3.title {
        font-size: 48px;
        line-height: 50px;
        & .sm {
            font-size: 30px;
            font-weight: bold;
        }
        & .lg {
            font-size: 60px;
            font-weight: bold;
        }
    }

    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
        padding: 1rem 3rem;
        & .title {
            font-size: 32px;
            & .sub-title {
                font-size: 20px;
            }
        }
        & .description {
            font-size: 16px;
        }
    }
    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-first img {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    .index-for-you > .group-items {
        column-gap: 5.5rem;
        margin-right: 60px;
    }
}
@media (min-width: 1600px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 45% 55%;
    }
}

 */
 .index-for-you > .group-items {
    display: none;
}
.index-for-you > .group-items > .item {
    cursor: pointer;
    padding-inline-end: 1rem;
}
.index-for-you > .group-items > .item.active .description,
.index-for-you > .group-items > .item:hover .description {
    color: white;
}
.index-for-you > .group-items > .item > .title {
    color: rgb(var(--primary-color));
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.index-for-you > .group-items > .item > .description {
    color: rgb(var(--gray-color));
    font-size: 20px;
    transition-duration: 200ms;
}
.index-for-you > .details .indexForYou .swiper-slide.forYou {
    background-color: rgb(var(--secondary-color));
    border-radius: 0.5rem;
    overflow: auto;
}
/* .index-for-you > .details .indexForYou .swiper-slide.forYou .for-first::before {
    content: '';
    position: absolute;
    background: url('/assets/index-for-you/index-for-you-blur-center.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-first {
    display: flex;
    position: relative;
    & img {
        width: 100%;
        /* height: 350px; */
        height: 250px;
        z-index: -1;
    }
}
.index-for-you
    > .details
    .indexForYou
    .swiper-slide.forYou
    .for-first
    .details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-inline: 2rem;
    & > h3.title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 30px;
        /* font-size: 48px; */
        line-height: 32px;
        /* line-height: 50px; */
        &.center {
            text-align: center;
        }
        & .sm {
            font-size: 30px;
            font-weight: bold;
        }
        & .lg {
            font-size: 38px;
            font-weight: bold;
        }
    }
    &.between {
        justify-content: space-between;
    }
    &.left {
        justify-content: start;
    }
}
.index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
    padding: 1rem 2rem;
    min-height: 170px;
    & .title {
        color: rgb(var(--primary-color));
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0.25rem;
        & .sub-title {
            color: white;
            font-size: 18px;
            font-weight: 400;
        }
    }

    & .description {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
}

.swiper-horizontal > .swiper.indexForYou .swiper-pagination-bullets,
.swiper.indexForYou .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 96%;
}

.container.indexForYou > h1.title {
    font-size: 20px;
    color: white;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.swiper.indexForYou {
    padding-bottom: 1.5rem;
}
#rank {
    object-fit: contain;
    flex: 0 0 150px;
    width: 150px;
}

@media (min-width: 768px) {
    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
        min-height: 160px;
    }
}
@media (min-width: 1024px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .index-for-you > .group-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 24px;
    }

    #rank {
        flex: 0 0 320px;
    }

    .index-for-you
    > .details
    .indexForYou
    .swiper-slide.forYou
    .for-first
    .details h3.title {
        font-size: 38px;
        line-height: 50px;
        & .sm {
            font-size: 30px;
            font-weight: bold;
        }
        & .lg {
            font-size: 60px;
            font-weight: bold;
        }
    }

    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-second {
        padding: 1rem 3rem;
        & .title {
            font-size: 32px;
            & .sub-title {
                font-size: 20px;
            }
        }
        & .description {
            font-size: 16px;
        }
    }
    .index-for-you > .details .indexForYou .swiper-slide.forYou .for-first img {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    .index-for-you > .group-items {
        column-gap: 5.5rem;
        margin-right: 60px;
    }
}
@media (min-width: 1600px) {
    .index-for-you {
        display: grid;
        grid-template-columns: 45% 55%;
    }
}
