
.grid-rows-\[repeat\(6\,120px\)\] {
    grid-template-rows: repeat(6, 120px);
}

.swiper-button-next[data-v-61a73384]::after,
.swiper-button-prev[data-v-61a73384]::after {
    font-size: 24px;
}
.scrollbar-hide[data-v-61a73384] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide[data-v-61a73384]::-webkit-scrollbar {
    display: none;
}

.swiper-button-next[data-v-beff967f]::after,
.swiper-button-prev[data-v-beff967f]::after {
    font-size: 24px;
}
.scrollbar-hide[data-v-beff967f] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide[data-v-beff967f]::-webkit-scrollbar {
    display: none;
}

.swiper-button-next[data-v-73f25a2b]::after,
.swiper-button-prev[data-v-73f25a2b]::after {
    font-size: 24px;
}

.ribbon-label[data-v-222542ac] {
    position: relative;
    display: inline-block;
    background-color: var(--primary-color, #e50038);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 24px 8px 8px;
    margin-bottom: 12px;
    clip-path: polygon(
        0 0,
        /* Top left */ 100% 0,
        /* Top right */ calc(100% - 12px) 50%,
        /* Middle right - the v-notch */ 100% 100%,
        /* Bottom right */ 0 100% /* Bottom left */
    );
}

[data-v-c7d6c63d] .scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
[data-v-c7d6c63d] .scrollbar-hide::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

[data-v-ceef29d1] .swiper-button-next,[data-v-ceef29d1] .swiper-button-prev {
    color: white;
    transform: scale(0.7);
}
@media (max-width: 768px) {
[data-v-ceef29d1] .swiper-button-next,[data-v-ceef29d1] .swiper-button-prev {
        transform: scale(0.5);
}
[data-v-ceef29d1] .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
}
.h-448[data-v-ceef29d1] {
        height: 24rem;
}
[data-v-ceef29d1] .swiper,[data-v-ceef29d1] .swiper-wrapper,[data-v-ceef29d1] .swiper-slide {
        height: 100%;
}
}
[data-v-ceef29d1] .swiper-pagination-bullet {
    background: white;
    box-shadow: 0 0 5px 2px #0000002c;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}
[data-v-ceef29d1] .swiper-pagination-bullet-active {
    background: white;
    box-shadow: 0 0 0px 2px #e50038;
}
