/* Mission Cards Block - z3k7n9 */

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

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