/* Redefine Society Block - w5t8r2 */

/* Swiper styles */
.society-swiper-w5t8r2 {
    overflow: hidden;
}

/* Swiper pagination bullets */
.society-bullet-w5t8r2 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.society-bullet-active-w5t8r2 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}
