.section-title__chart {
    color: #212529 !important;
    padding: 0;
}
.subtitle-chart {
    margin-bottom: 3rem;
}
.chart-container {
    max-width: 1320px;
    width: 100%;
    min-height: 660px;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .chart-container {
        width: 100%;
        height: calc(80vh - 100px);
    }
}

/* Elections Timeline */

@font-face {
    font-family: 'Bebas';
    src: url(../fonts/BebasNeue-Bold.otf);
    font-weight: 700;
    font-variant: normal;
}
.elections-timeline {
    font-size: 110%;
    color: #394561;
    line-height: 1.3;
    height: 100%;
    background-color: white;
}
.elections-timeline__title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Bebas', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
}
.elections-timeline__title h2 {
    margin-bottom: 0;
    color: #ff533d;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}
.elections-timeline__title p {
    margin-bottom: 0;
    color: #23459c;
    font-size: 2rem;
    line-height: 1.1;
}

.circle {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    color: #ff533d;
    font-weight: 800;
    line-height: 1;
    border-radius: 50%;
    border: 3px solid transparent;
    background-color: white;
    z-index: 2;
}
.circle:before {
    position: absolute;
    bottom: -150%;
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain;
}
.circle.blue {
    color: white;
    background-color: #23459c;
}
.circle.red {
    color: #ff533d;
    border-color: #ff533d;
}

.how-it-works.row {
    display: flex;
}
.how-it-works.row .col-2 {
    position: relative;
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}
.how-it-works.row .col-2::after {
    content: '';
    position: absolute;
    border-left: 3px solid #ff533d;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.role-is {
    color: #23459c;
    font-weight: 600;
}
.role-is .how-it-works.row .col-2::after {
    border-color: #23459c;
}
.role-is .timeline .corner {
    border-color: #23459c;
}
.role-is .circle:before {
    background-image: url(../images/is-circle.svg);
}

.role-cik h3 {
    color: #ff533d;
}
.role-cik .circle:before {
    background-image: url(../images/cik-circle.svg);
}

.even .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}
.even .how-it-works.row .col-2.top::after {
    height: 50%;
    left: calc(50% - 3px);
}

.odd .how-it-works.row .col-2.full::after {
    height: 100%;
    left: 50%;
}

.timeline div {
    /*padding: 0;*/
}
.timeline hr {
    border-top: 3px solid #ff533d;
    margin: 0;
    top: 17px;
    position: relative;
    opacity: 1;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 3px solid #ff533d;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.role-cik:has(+ .role-is).even hr {
    -o-border-image: linear-gradient(90deg, #23459c, #ff533d) 30;
    border-image: linear-gradient(90deg, #23459c, #ff533d) 30;
}
.role-cik:has(+ .role-is).even .timeline .col-2:first-child .corner {
    border-color: #23459c;
}
.role-cik:has(+ .role-is).even .timeline .col-2:last-child .corner {
    border-color: #ff533d;
}
.role-cik:has(+ .role-is).odd hr {
    -o-border-image: linear-gradient(90deg, #ff533d, #23459c) 30;
    border-image: linear-gradient(90deg, #ff533d, #23459c) 30;
}
.role-cik:has(+ .role-is).odd .timeline .col-2:last-child .corner {
    border-color: #23459c;
}

.role-is:has(+ .role-cik).even hr {
    -o-border-image: linear-gradient(90deg, #ff533d, #23459c) 30;
    border-image: linear-gradient(90deg, #ff533d, #23459c) 30;
}
.role-is:has(+ .role-cik).even .timeline .col-2:first-child .corner {
    border-color: #ff533d;
}
.role-is:has(+ .role-cik).even .timeline .col-2:last-child .corner {
    border-color: #23459c;
}
.role-is:has(+ .role-cik).odd hr {
    -o-border-image: linear-gradient(90deg, #23459c, #ff533d) 30;
    border-image: linear-gradient(90deg, #23459c, #ff533d) 30;
}
.role-is:has(+ .role-cik).odd .timeline .col-2:last-child .corner {
    border-color: #ff533d;
}

.role-is:has(+ .role-is) hr {
    -o-border-image: linear-gradient(90deg, #23459c, #23459c) 30;
    border-image: linear-gradient(90deg, #23459c, #23459c) 30;
}

.phase-title {
    margin-top: 0.875rem;
    margin-bottom: 1.5rem;
    font-size: 2.5rem !important;
    font-family: 'bebas', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
}
.phase-title span {
    font-size: 1.75rem;
    display: block;
}

.step-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
}

.step-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.step-content p {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.step-content .role {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.step-content .role span {
    text-transform: uppercase;
    font-weight: 700;
}

.step-image {
    width: 100%;
}
.step-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.step-info {
    margin-top: 1rem;
}
.step-info small {
    display: inline-block;
    font-size: 0.75rem;
}

.codex {
    margin-bottom: 0.5rem;
    color: #394561;
}

@media screen and (max-width: 992px) {
    .elections-timeline__title {
        text-align: center;
    }
    .elections-timeline__title h2 {
        margin-top: 2rem;
    }
}
@media screen and (min-width: 992px) {
    #step-1,
    #step-2,
    #step-3,
    #step-7 {
        position: relative;
    }
    #step-1 .step-image,
    #step-2 .step-image,
    #step-3 .step-image,
    #step-7 .step-image {
        position: absolute;
        top: 10%;
        width: 50%;
    }
    #step-1.odd .step-image,
    #step-2.odd .step-image,
    #step-3.odd .step-image,
    #step-7.odd .step-image {
        left: 80%;
    }
    #step-1.even .step-image,
    #step-2.even .step-image,
    #step-3.even .step-image,
    #step-7.even .step-image {
        right: 80%;
    }
}
@media screen and (min-width: 1200px) {
    #step-1 .step-image,
    #step-2 .step-image,
    #step-3 .step-image,
    #step-7 .step-image {
        top: 20%;
        width: 60%;
    }
    #step-1.odd .step-image,
    #step-2.odd .step-image,
    #step-3.odd .step-image,
    #step-7.odd .step-image {
        left: 80%;
    }
    #step-1.even .step-image,
    #step-2.even .step-image,
    #step-3.even .step-image,
    #step-7.even .step-image {
        right: 80%;
    }
    #step-2 .step-image {
        top: -10%;
        width: 60%;
    }
    #step-3 .step-image {
        top: 0;
        width: 40%;
    }
    #step-7 .step-image {
        top: -10%;
        width: 40%;
    }
} /*# sourceMappingURL=elections-timeline.css.map */
