.pb-wrapper-f47c2b91 {
    width: 100%;
}

.pb-track-f47c2b91 {
    --pb-arrow-depth: 0px;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 56px;
    background-color: #e5e5e5;
    gap: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.pb-segment-f47c2b91 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    height: 56px;
    padding: 0 16px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    /* Arrow tip on the right + notch on the left, so consecutive segments
       interlock. First/last segments flatten their outer edge below. */
    clip-path: polygon(
        0 0,
        calc(100% - var(--pb-arrow-depth)) 0,
        100% 50%,
        calc(100% - var(--pb-arrow-depth)) 100%,
        0 100%,
        var(--pb-arrow-depth) 50%
    );
    margin-left: calc(var(--pb-arrow-depth) * -1);
    z-index: 1;
}

.pb-segment-f47c2b91:first-child {
    clip-path: polygon(
        0 0,
        calc(100% - var(--pb-arrow-depth)) 0,
        100% 50%,
        calc(100% - var(--pb-arrow-depth)) 100%,
        0 100%
    );
    margin-left: 0;
}

.pb-segment-f47c2b91:last-child {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%,
        var(--pb-arrow-depth) 50%
    );
}

.pb-segment-f47c2b91:first-child:last-child {
    clip-path: none;
    margin-left: 0;
}

.pb-segment-f47c2b91:not(:first-child) {
    z-index: 0;
}

.pb-segment-text-f47c2b91 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    min-width: 0; /* let it actually wrap/shrink instead of pushing the icon out */
    flex-shrink: 1;
}

.pb-segment-icon-f47c2b91,
.pb-slide-icon-f47c2b91 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.pb-segment-icon-f47c2b91 i,
.pb-slide-icon-f47c2b91 i {
    font-size: 28px;
    color: inherit;
}

.pb-segment-icon-f47c2b91 svg,
.pb-slide-icon-f47c2b91 svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

/* Mobile slider — hidden by default, swapped in below the breakpoint */
.pb-swiper-f47c2b91 {
    display: none;
    position: relative;
    width: 100%;
}

.pb-slide-f47c2b91 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 140px;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.pb-slide-text-f47c2b91 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
}

.pb-nav-prev-f47c2b91,
.pb-nav-next-f47c2b91 {
    color: #0b7a42;
}
.pb-nav-prev-f47c2b91::after,
.pb-nav-next-f47c2b91::after {
    font-size: 18px !important;
    font-weight: 700;
}

@media (max-width: 767px) {
    .pb-track-f47c2b91 {
        display: none;
    }
    .pb-full-track-f47c2b91 {
        display: none;
    }
    .pb-swiper-f47c2b91 {
        display: block;
    }
}

/* ── Full mode — segments grow vertically for title/subtitle/icon/description ── */
.pb-full-track-f47c2b91 {
    --pb-arrow-depth: 0px;
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 4px;
    box-sizing: border-box;
}

.pb-full-segment-f47c2b91,
.pb-full-slide-f47c2b91 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
}

.pb-full-segment-f47c2b91 {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - var(--pb-arrow-depth)) 0,
        100% 50%,
        calc(100% - var(--pb-arrow-depth)) 100%,
        0 100%,
        var(--pb-arrow-depth) 50%
    );
    margin-left: calc(var(--pb-arrow-depth) * -1);
    z-index: 1;
}

.pb-full-segment-f47c2b91:first-child {
    clip-path: polygon(
        0 0,
        calc(100% - var(--pb-arrow-depth)) 0,
        100% 50%,
        calc(100% - var(--pb-arrow-depth)) 100%,
        0 100%
    );
    margin-left: 0;
}

.pb-full-segment-f47c2b91:last-child {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%,
        var(--pb-arrow-depth) 50%
    );
}

.pb-full-segment-f47c2b91:first-child:last-child {
    clip-path: none;
    margin-left: 0;
}

.pb-full-segment-f47c2b91:not(:first-child) {
    z-index: 0;
}

.pb-full-slide-f47c2b91 {
    width: 100%;
    min-height: 220px;
}

.pb-full-title-f47c2b91 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.pb-full-subtitle-f47c2b91 {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
}

.pb-full-icon-f47c2b91 {
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 4px 0;
}

.pb-full-icon-f47c2b91 i {
    font-size: 40px;
    color: inherit;
}

.pb-full-icon-f47c2b91 svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.pb-full-desc-f47c2b91 {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
