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

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

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

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

.ribbon-label[data-v-4610b82d] {
    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-09ba11ec] .scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
[data-v-09ba11ec] .scrollbar-hide::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

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