.cbc-careers {
    min-height: 100vh;
    background: #fff;
    color: #06477c;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
}
.cbc-careers__hero {
    position: relative;
    display: flex;
    min-height: clamp(520px, 59vw, 668px);
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-image: var(--careers-hero);
    background-position: center top;
    background-size: cover;
}
.cbc-careers__hero.is-process {
    background-image: var(--careers-process-hero);
}
.cbc-careers__hero.is-growth {
    background-image: var(--careers-growth-hero);
}
.cbc-careers__hero-shade {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 18, 22, .52) 100%);
}
.cbc-careers__hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 -18px;
    color: #fff;
    font-size: clamp(88px, 16vw, 150px);
    font-weight: 800;
    line-height: .78;
    letter-spacing: 0;
    text-transform: uppercase;
}
.cbc-careers__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(980px, calc(100% - 64px));
    margin: 74px auto 48px;
}
.cbc-careers__tabs button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(6, 71, 124, .24);
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    background: transparent;
    color: rgba(6, 71, 124, .18);
    font-size: 15px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.cbc-careers__tabs button:last-child {
    border-right: 0;
}
.cbc-careers__tabs button.is-active {
    color: #06477c;
}
.cbc-careers__panel {
    display: none;
}
.cbc-careers__panel.is-active {
    display: block;
}
.cbc-careers__workspace {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    width: min(1074px, calc(100% - 60px));
    margin: 0 auto 98px;
}
.cbc-careers__filters {
    position: relative;
    color: #06477c;
}
.cbc-careers__filter-label {
    margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.cbc-careers__filter-select {
    position: relative;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #06477c;
    color: #06477c;
    font-size: 12px;
    text-decoration: none;
}
/* 
.cbc-careers__filter-select::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(88, 190, 225, .18);
} */
.cbc-careers__filter-select strong {
    font-weight: 800;
}
.cbc-careers__team-list {
    margin-top: 24px;
    border: 1px solid rgba(6, 71, 124, .24);
}
.cbc-careers__team-list a {
    display: flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(6, 71, 124, .16);
    color: #6c7b88;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.cbc-careers__team-list a:last-child {
    border-bottom: 0;
}
.cbc-careers__team-list a.is-active {
    background: #06477c;
    color: #fff;
}
.cbc-careers__jobs {
    position: relative;
}
.cbc-careers__sort {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 700;
}
.cbc-careers__sort a {
    color: rgba(6, 71, 124, .2);
    text-decoration: none;
}
.cbc-careers__sort a.is-active {
    color: #06477c;
}
.cbc-careers__sort a + a::before {
    content: "|";
    margin-right: 16px;
    color: rgba(6, 71, 124, .2);
}
.cbc-careers__search {
    display: grid;
    grid-template-columns: auto auto minmax(180px, 1fr) 42px;
    align-items: center;
    min-height: 52px;
    margin-bottom: 24px;
    border: 1px solid #06477c;
    color: #06477c;
    font-size: 12px;
    font-weight: 700;
}
.cbc-careers__search span {
    padding: 0 18px;
}
.cbc-careers__search span + span {
    border-left: 1px solid #06477c;
}
.cbc-careers__search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #06477c;
    font: 700 12px/1 Arial, sans-serif;
    text-align: right;
}
.cbc-careers__search input::placeholder {
    color: #06477c;
    opacity: 1;
}
.cbc-careers__search button {
    position: relative;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.cbc-careers__search button::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid #06477c;
    border-radius: 50%;
}
.cbc-careers__search button::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 8px;
    height: 1px;
    background: #06477c;
    transform: rotate(45deg);
}
.cbc-careers__list {
    position: relative;
}
/* 
.cbc-careers__list::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 48%;
    top: 180px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(88, 190, 225, .2);
    pointer-events: none;
} */
.cbc-careers__job {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 150px;
    min-height: 108px;
    align-items: center;
    padding: 0 36px;
    background: #edf1f5;
    border-bottom: 1px solid #fff;
    color: #06477c;
    text-decoration: none;
}
.cbc-careers__job h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}
.cbc-careers__job span,
.cbc-careers__job time {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.cbc-careers__job.is-featured::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 36px;
    width: 40px;
    height: 40px;
    border-right: 2px solid #06477c;
    border-bottom: 2px solid #06477c;
}
.cbc-careers__empty {
    padding: 48px;
    background: #edf1f5;
    color: #06477c;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.cbc-careers__process {
    width: min(900px, calc(100% - 64px));
    margin: 96px auto 128px;
    color: #06477c;
    text-align: center;
}
.cbc-careers__process-block {
    max-width: 780px;
    margin: 0 auto 164px;
}
.cbc-careers__process-block:last-child {
    margin-bottom: 0;
}
.cbc-careers__process p {
    margin: 0 auto 28px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.72;
    letter-spacing: 0;
}
.cbc-careers__process p:last-child {
    margin-bottom: 0;
}
.cbc-careers__growth-hero {
    align-items: flex-end;
    background: #59bfe6;
    display: flex;
    justify-content: center;
    margin: -44px auto 0;
    min-height: clamp(360px, 46vw, 520px);
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cbc-careers__growth-hero img {
    display: block;
    height: min(94%, 500px);
    max-width: min(92vw, 390px);
    object-fit: contain;
    object-position: bottom center;
    position: relative;
    z-index: 1;
}
.cbc-careers__growth-text {
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
    font-size: clamp(44px, 8vw, 96px);
    font-weight: 800;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-underline-offset: 10px;
    top: 52%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 2;
}
.cbc-careers__growth-text span {
    display: inline-block;
    min-width: .22em;
    transform-origin: center bottom;
    will-change: opacity, transform;
}
.cbc-careers__growth-text span.is-jumping {
    animation: cbc-careers-letter-rise 700ms cubic-bezier(.18, .86, .28, 1) both;
}
@keyframes cbc-careers-letter-rise {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    35% {
        opacity: 0;
        transform: translateY(18px);
    }
    36% {
        opacity: 0;
        transform: translateY(32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    .cbc-careers__workspace {
        grid-template-columns: 1fr;
    }
    .cbc-careers__team-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cbc-careers__job {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px;
    }
}
@media (max-width: 575px) {
    .cbc-careers__hero {
        min-height: 430px;
    }
    .cbc-careers__hero h1 {
        font-size: 76px;
    }
    .cbc-careers__tabs,
    .cbc-careers__workspace {
        width: calc(100% - 32px);
    }
    .cbc-careers__tabs {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 44px auto 36px;
    }
    .cbc-careers__tabs button {
        border: 1px solid rgba(6, 71, 124, .18);
    }
    .cbc-careers__team-list {
        grid-template-columns: 1fr;
    }
    .cbc-careers__search {
        grid-template-columns: 1fr;
        padding: 12px;
        gap: 10px;
    }
    .cbc-careers__search span,
    .cbc-careers__search span + span {
        padding: 0;
        border-left: 0;
    }
    .cbc-careers__search input {
        text-align: left;
    }
    .cbc-careers__process {
        width: calc(100% - 32px);
        margin: 58px auto 88px;
    }
    .cbc-careers__process-block {
        margin-bottom: 78px;
    }
    .cbc-careers__growth-hero {
        min-height: 360px;
        margin-top: -20px;
    }
    .cbc-careers__growth-hero img {
        max-width: 88vw;
    }
    .cbc-careers__growth-text {
        font-size: 42px;
        text-decoration-thickness: 4px;
        text-underline-offset: 7px;
        white-space: normal;
        width: min(92vw, 520px);
    }
}