@font-face {
    font-family: Whyte Black;
    src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Black.woff) format("woff");
    font-style: normal
}

@font-face {
    font-family: Whyte Bold;
    src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Bold.woff) format("woff");
    font-style: normal
}

@font-face {
    font-family: Whyte Medium;
    src: url(/wp-content/themes/verac4/dist/scrolly/fonts/abcwhyte-medium-webfont.woff2) format("woff2"), url(/wp-content/themes/verac4/dist/scrolly/fonts/abcwhyte-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Whyte Book;
    src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Book.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.roboto-serif-action {
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100, "GRAD" 0
}

:root {
    font-family: "Roboto Serif", serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: #000;
    background-color: #fff;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0
}

a {
    font-weight: 500;
    color: #0a0319;
    text-decoration: none !important;
    border-bottom: 2px solid #ff9e44
}

a:hover {
    color: #fff !important;
    background-color: #cc2f24;
    text-decoration-color: #ff9e44 !important
}

body {
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    padding: 0 !important;
    margin: 0 !important
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
    font-family: Whyte Black
}

h2 {
    font-family: Whyte Black
}

h3 {
    font-family: Whyte Bold
}

h4 {
    font-family: Whyte Book;
    font-size: 18px;
    margin: 0
}

#contents ul li,
.overlay {
    font-family: Whyte Medium, Whyte Book, Arial
}

.card {
    padding: 2em
}

#app {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

section#col {
    max-width: 1200px;
    padding: 2rem;
    margin: 0 auto
}

section#wide {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 4rem 2rem 4rem 4rem;
    background-color: #032a2f;
    color: #fff
}

section#wide.second {
    background-color: #faf7f0;
    color: #000
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color .25s
}

button:hover {
    border-color: #646cff
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

.end-labels {
    font-family: Whyte Medium
}

@media(prefers-color-scheme:light) {
    :root {
        color: #213547
    }

    a:hover {
        color: #747bff
    }

    button {
        background-color: #f9f9f9
    }
}

.bars .bar {
    fill: #000346
}

.bars .bar.crime {
    fill: #ff9e44 !important
}

.step.is-active {
    opacity: 1 !important;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px #0f172a2e
}

@media(max-width:500px) {
    section#col {
        max-width: 1200px;
        padding: 0;
        margin: 0 auto
    }

    section#wide {
        width: calc(100% - 1rem);
        margin: 0 auto;
        padding: 1rem .5rem 2rem
    }
}

.scrolly.svelte-1epzxdi {
    position: relative;
    height: 220vh;
    display: flex;
    align-items: stretch
}

.graphic.svelte-1epzxdi {
    position: sticky;
    top: 0;
    height: 100vh;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #fff;
    border-radius: 10px
}

.graphic-inner.svelte-1epzxdi {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.legend.svelte-1epzxdi {
    position: sticky;
    top: 0;
    z-index: 4;
    max-width: 1200px;
    width: calc(100% - 22px);
    margin: 8px auto 0;
    background: #fffffff5;
    padding: 10px 14px 12px
}

.legend-grid.svelte-1epzxdi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px
}

.legend-item.svelte-1epzxdi {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    align-items: start
}

.legend-swatch.svelte-1epzxdi {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 3px
}

.legend-item-title.svelte-1epzxdi {
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
    text-align: left;
    margin-left: 30px
}

.legend-text.svelte-1epzxdi {
    color: #374151;
    line-height: 1.35;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left
}

@media(max-width:1100px) {
    .legend-grid.svelte-1epzxdi {
        grid-template-columns: 1fr
    }
}

.graphic-inner.svelte-1epzxdi>svg:where(.svelte-1epzxdi) {
    flex: 1 1 auto;
    width: 100%;
    height: 100%
}

.x-axis text,
.y-axis text {
    fill: #6b7280
}

.current-date line {
    stroke: #6b7280
}

.current-date text {
    fill: #6b7280;
    font-family: Arial, Helvetica, sans-serif
}

.value-labels text {
    fill: #111;
    font-size: 24px !important
}

.value-labels .lbl text {
    font-family: Arial, Helvetica, sans-serif
}

.loc-badge text.loc-text {
    font-family: Arial, Helvetica, sans-serif;
    paint-order: stroke fill;
    stroke: #fff9;
    stroke-width: .6px
}

.overlay-annotation.svelte-1epzxdi {
    position: absolute;
    left: 50%;
    bottom: 58%;
    transform: translate(-50%);
    z-index: 4;
    max-width: min(500px, 52%);
    padding: 1.5rem;
    background: #ffffffe6;
    border-radius: 8px;
    font-size: clamp(.9rem, 1.05vw, 1.1rem);
    line-height: 1.4;
    color: #111827;
    box-shadow: 0 12px 30px #0000001f;
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s ease-out;
    text-align: left;
    font-family: Whyte Bold
}

.overlay-annotation.visible.svelte-1epzxdi {
    opacity: 1
}

@media(max-width:1100px) {
    .overlay-annotation.svelte-1epzxdi {
        bottom: 55%;
        left: 40%;
        max-width: 100%;
        font-size: clamp(.85rem, 3.2vw, .95rem)
    }
}

@media(max-width:900px) {
    .legend.svelte-1epzxdi {
        position: sticky;
        top: 0;
        z-index: 4;
        max-width: 100%;
        margin: 4px auto 0;
        padding: 8px 10px;
        width: calc(100% - 8px)
    }

    .scrolly.svelte-1epzxdi {
        height: 260vh
    }

    .graphic.svelte-1epzxdi {
        height: 100vh
    }
}

@media(max-width:500px) {
    .legend.svelte-1epzxdi {
        margin: 5px auto 0;
        padding: 0 10px;
        width: calc(100% - 10px)
    }

    .legend-text.svelte-1epzxdi {
        font-size: 14px;
        margin-left: 20px
    }

    .legend-item-title.svelte-1epzxdi {
        margin-left: 20px
    }

    .overlay-annotation.svelte-1epzxdi {
        left: 50%;
        width: 85%;
        bottom: 49%;
        padding: .75rem 1rem
    }

    .value-labels .lbl text {
        fill: #111;
        font-size: 38px !important
    }
}

.debug.svelte-m7718v {
    font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    opacity: .7;
    margin: 0 0 8px;
    display: none
}

#safety_crosstabs.svelte-m7718v {
    display: flex;
    flex-direction: row
}

.two.svelte-m7718v {
    margin-top: 3rem
}

.tab.svelte-m7718v {
    width: 30%;
    margin-right: 3%;
    text-align: left
}

.bar.svelte-m7718v {
    display: flex;
    width: 100%;
    flex-direction: column
}

.safety.svelte-m7718v,
.tough.svelte-m7718v {
    transition: width 60ms linear, padding-left 60ms linear, opacity .12s linear;
    will-change: width;
    overflow: hidden;
    white-space: nowrap
}

.safety.svelte-m7718v {
    font-weight: 700;
    background-color: #004e58;
    color: #fff;
    padding: 5px 0 5px 10px
}

.tough.svelte-m7718v {
    font-weight: 700;
    background-color: #56a3b1;
    color: #fff;
    padding: 5px 0 5px 10px
}

#legend.svelte-m7718v {
    display: flex;
    margin: 40px 0 20px;
    padding: 0 10px
}

.legend-item.svelte-m7718v {
    display: flex
}

.legend-status.svelte-m7718v {
    width: 30px;
    height: 10px;
    margin-right: 14px
}

.legend-status.tough.svelte-m7718v {
    margin-left: 30px
}

@media(max-width:600px) {
    #safety_crosstabs.svelte-m7718v {
        flex-direction: column;
        padding-left: 10px
    }

    .two.svelte-m7718v {
        margin-top: 0rem
    }

    .tab.svelte-m7718v {
        width: 100%;
        margin-right: 0%;
        margin-top: 30px
    }

    .tab.ind.svelte-m7718v {
        margin-top: 10px !important
    }

    .legend-status.svelte-m7718v {
        width: 20px;
        margin-right: 8px
    }

    .legend-status.tough.svelte-m7718v {
        margin-left: 10px
    }
}

.wrap.svelte-1f6nrgg {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

p.svelte-1f6nrgg {
    text-align: left
}

.narrow.svelte-1f6nrgg {
    max-width: 800px;
    margin: 50px auto
}

.narrow.mid.svelte-1f6nrgg {
    margin: 0 auto !important;
    padding: 0 10px
}

.sticky.svelte-1f6nrgg {
    position: sticky;
    top: 12vh;
    height: 76vh;
    z-index: 1;
    background: #fff
}

svg.svelte-1f6nrgg {
    width: 100%;
    min-height: 0;
    height: auto
}

.stepper.svelte-1f6nrgg {
    position: relative;
    z-index: 2;
    margin-top: -76vh;
    padding: 40vh 0;
    pointer-events: none
}

.step.svelte-1f6nrgg {
    margin: 32vh 0;
    padding: 1rem 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 250px;
    margin-left: auto;
    text-align: center;
    opacity: .05;
    transform: translateY(0);
    box-shadow: none;
    transition: opacity .22s ease-out, transform .22s ease-out, box-shadow .22s ease-out;
    background: #ffffffeb;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    background: #ffffffb8;
    box-shadow: 0 0 #00000014, 0 6px 24px #0000001f;
    pointer-events: auto
}

@media(min-width:1000px) {
    .wrap.svelte-1f6nrgg {
        max-width: 1400px
    }

    .sticky.svelte-1f6nrgg {
        height: 85vh
    }

    .stepper.svelte-1f6nrgg {
        margin-top: -85vh;
        padding: 45vh 0
    }

    .step.svelte-1f6nrgg {
        max-width: 300px;
        margin-right: 38vw
    }
}

@media(max-width:800px) {
    .sticky.svelte-1f6nrgg {
        top: 8vh;
        height: 52vh
    }

    .stepper.svelte-1f6nrgg {
        margin-top: -52vh;
        padding: 32vh 0
    }

    .step.svelte-1f6nrgg {
        max-width: 80%;
        margin: 26vh auto
    }
}

@media(max-width:500px) {
    text.value {
        font-size: 13px
    }
}

section#ads.svelte-1ozxw11 {
    position: relative;
    width: 100%;
    height: 400vh;
    margin-bottom: 50px
}

.sticky-graphic.svelte-1ozxw11 {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px
}

.desktop-grid.svelte-1ozxw11 {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0
}

.ad-group.svelte-1ozxw11 {
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 14px;
    margin-bottom: 10px
}

.ad-col.svelte-1ozxw11 {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0
}

.ad-col.svelte-1ozxw11 h3:where(.svelte-1ozxw11) {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.ad-col.svelte-1ozxw11 p:where(.svelte-1ozxw11) {
    text-align: left;
    font-size: 18px;
    margin: 0;
    padding: 10px 13px 0
}

.ad-mobile.svelte-1ozxw11 {
    width: 100%;
    position: relative;
    height: 212px;
    margin: 14px 0 8px
}

.background.svelte-1ozxw11 {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat
}

.ads-row.svelte-1ozxw11 {
    width: 100%;
    display: flex;
    gap: 14px;
    flex: 1;
    min-height: 0;
    height: auto;
    align-items: stretch;
    padding-bottom: 12px
}

@media(min-width:1000px) {
    .ads-row.svelte-1ozxw11 {
        min-height: 0px;
        height: auto
    }
}

.adbox.svelte-1ozxw11 {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    border-radius: 0
}

.bar-fill.svelte-1ozxw11 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eb412ce6;
    border-top: 1px solid #fff;
    transition: height 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.percent-label.svelte-1ozxw11 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff
}

.columns.svelte-1ozxw11 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-around
}

.col.svelte-1ozxw11 {
    flex: 1;
    margin: 0 4px;
    transition: height 1s ease-in-out;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.col-label.svelte-1ozxw11 {
    position: absolute;
    bottom: 100%;
    font-size: 12px;
    font-weight: 700;
    background: #ffffffd9;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
    transform: translateY(-4px)
}

.overlay.svelte-1ozxw11 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    background: #ffffffd9;
    padding: 16px;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 4px 10px #0003;
    max-width: 70%;
    pointer-events: none
}

.mobile-only.svelte-1ozxw11 {
    display: none;
    width: 100%;
    flex: 1;
    min-height: 0;
    padding: 0 6px 12px
}

.mobile-carousel.svelte-1ozxw11 {
    width: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.carousel-nav.svelte-1ozxw11 {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    column-gap: 10px;
    margin: 4px 0 10px
}

.carousel-viewport.svelte-1ozxw11 {
    width: 100%
}

.carousel-title.svelte-1ozxw11 {
    margin: 0 0 10px;
    text-align: center;
    font-weight: 800;
    font-size: 18px
}

.carousel-title.svelte-1ozxw11 a:where(.svelte-1ozxw11) {
    color: inherit;
    text-decoration: none;
    border-bottom: 3px solid #f28c28;
    padding-bottom: 2px
}

.carousel-desc.svelte-1ozxw11 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    padding: 0 10px
}

.adimg.svelte-1ozxw11 {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.nav.svelte-1ozxw11 {
    position: absolute;
    top: 16px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #fff;
    font-size: 26px;
    line-height: 1;
    display: grid;
    place-items: center;
    z-index: 2
}

.navbtn.svelte-1ozxw11 {
    width: 44px;
    height: 44px;
    padding: 0;
    min-width: 0;
    border-radius: 12px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    display: grid;
    place-items: center
}

.pills.svelte-1ozxw11 {
    display: flex;
    justify-content: center;
    gap: 10px
}

.pill.svelte-1ozxw11 {
    border: 1px solid #000;
    background: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1
}

.pill.active.svelte-1ozxw11 {
    background: #000;
    color: #fff
}

.mobile-viz.svelte-1ozxw11 {
    width: 100%
}

.titles-row.mobile.svelte-1ozxw11 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 10px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.titles-row.mobile.svelte-1ozxw11 .title:where(.svelte-1ozxw11) {
    padding-bottom: 6px;
    border-bottom: 3px solid #f28c28
}

.mobile-row.svelte-1ozxw11 {
    min-height: 360px
}

.legend.svelte-1ozxw11 {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0 10px;
    font-size: 16px
}

.legend.svelte-1ozxw11 .key:where(.svelte-1ozxw11) {
    display: inline-flex;
    gap: 8px;
    align-items: center
}

.legend.svelte-1ozxw11 .swatch:where(.svelte-1ozxw11) {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    display: inline-block
}

.adbox.demo.svelte-1ozxw11 .val:where(.svelte-1ozxw11) {
    position: absolute;
    bottom: 100%;
    transform: translateY(-6px);
    font-weight: 700;
    font-size: 14px;
    color: #000;
    background: #ffffffd9;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap
}

@media(max-width:700px) {
    .desktop-grid.svelte-1ozxw11 {
        display: none
    }

    .mobile-only.svelte-1ozxw11 {
        display: block
    }

    .adbox.svelte-1ozxw11 {
        background-color: #eee
    }

    .overlay.svelte-1ozxw11 {
        width: 70%
    }
}

body {
    margin: 0
}

#accountability.svelte-kczelv {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 10px
}

.msg.svelte-kczelv {
    width: 35%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#wrap.svelte-kczelv {
    display: flex;
    flex-direction: row
}

.leg.svelte-kczelv {
    width: 100%;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px
}

.leg.a.svelte-kczelv {
    background-color: #004e58
}

.leg.b.svelte-kczelv {
    background-color: #ff9e44
}

.label.svelte-kczelv {
    font-size: 25px;
    font-weight: 700;
    fill: #fff;
    pointer-events: none
}

@media(max-width:600px) {
    #accountability.svelte-kczelv {
        flex-direction: column
    }

    .msg.svelte-kczelv {
        width: 100%
    }

    #donut.svelte-kczelv {
        height: 350px !important
    }
}

.player-layout.svelte-1fryqvi {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 1.5rem;
    align-items: start
}

@media(max-width:800px) {
    .player-layout.svelte-1fryqvi {
        display: block
    }

    .text-column.svelte-1fryqvi {
        margin-top: 1.5rem
    }
}

.video-column.svelte-1fryqvi {
    width: 100%
}

.video-wrapper.svelte-1fryqvi {
    position: relative;
    width: 100%;
    cursor: pointer
}

video.svelte-1fryqvi {
    display: block;
    width: 100%;
    height: auto
}

.unmute-text.svelte-1fryqvi {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    background: #0009;
    padding: .4rem .7rem;
    border-radius: 999px;
    font-size: .8rem;
    pointer-events: none
}

.progress-bar.svelte-1fryqvi {
    margin-top: .5rem;
    width: 100%;
    height: 6px;
    background: #222;
    border-radius: 999px;
    overflow: hidden;
    position: relative
}

.progress-fill.svelte-1fryqvi {
    height: 100%;
    background: #f3b235;
    width: 0;
    transition: width .1s linear
}

.text-column.svelte-1fryqvi {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0 50px
}

.cue-line.svelte-1fryqvi {
    margin-bottom: .75rem;
    padding: .25rem;
    border-radius: .35rem;
    transition: background .2s ease, transform .2s ease
}

.cue-line.active.svelte-1fryqvi {
    background: #00000003;
    transform: translate(1px)
}

.word.svelte-1fryqvi {
    transition: color .55s ease, opacity .05s ease
}

.past.svelte-1fryqvi {
    color: #fff;
    font-weight: 700;
    opacity: 1
}

.future.svelte-1fryqvi {
    color: #032a2f;
    opacity: .35
}

@media(max-width:600px) {
    .text-column.svelte-1fryqvi {
        padding: 0
    }
}

.scrolly.svelte-jd9z8f {
    position: relative;
    height: 260vh;
    display: block
}

.graphic.svelte-jd9z8f {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    place-items: center;
    border-radius: 10px;
    overflow: hidden
}

.graphic.svelte-jd9z8f>svg:where(.svelte-jd9z8f) {
    width: 100%;
    height: 100%
}

.overlay.svelte-jd9z8f {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    font-family: ABC Whyte Medium
}

.overlay-chip.svelte-jd9z8f {
    display: inline-block;
    max-width: 600px;
    padding: clamp(6px, .8vw, 12px) clamp(12px, 1.2vw, 18px);
    border-radius: 4px;
    background: #ffffffb8;
    box-shadow: 0 0 #00000014, 0 6px 24px #0000001f;
    font-weight: 800;
    font-size: clamp(16.1px, 2.2vw, 21px);
    color: #111;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.legend.svelte-jd9z8f {
    padding: 8px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    gap: 36px;
    font-size: 12px;
    pointer-events: none
}

.legend-item.svelte-jd9z8f {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.legend-swatch.svelte-jd9z8f {
    width: 18px;
    height: 3px;
    border-radius: 999px
}

.legend-label.svelte-jd9z8f {
    font-weight: 600;
    color: #111
}

.pct-paren {
    fill: #999
}

.pct-drop {
    fill: #ef4136;
    font-weight: 600
}

.x-axis,
.y-axis {
    color: #6b7280
}

.x-axis text,
.y-axis text {
    fill: #6b7280;
    font-size: 14px
}

.guide text {
    fill: #6b7280;
    margin-top: 20px
}

@media(max-width:500px) {
    .legend.svelte-jd9z8f {
        gap: 12px;
        flex-wrap: wrap
    }

    .overlay.svelte-jd9z8f {
        margin-bottom: 100px
    }
}

main.svelte-1n46o8q {
    width: 100%
}

#contents.svelte-1n46o8q {
    background-color: #01021e;
    color: #fff;
    width: 100%;
    font-family: Whyte Medium
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-top: 1px solid #fff;
    font-family: Whyte Medium;
    font-weight: 700;
    font-size: 18px;
    line-height: 115%
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) {
    list-style: none;
    flex: 0 0 calc(100% / 6);
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q):last-child {
    border-right: none
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q):last-child .nav-link:where(.svelte-1n46o8q) {
    padding-top: 42px
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q) {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    border-bottom: 0px;
    background-color: #01021e
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.current:where(.svelte-1n46o8q) {
    border-bottom: 0px !important
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .current:where(.svelte-1n46o8q) {
    background-color: #066976
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q):hover:not(.disabled) {
    background-color: #066976
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link.disabled:where(.svelte-1n46o8q) {
    background-color: #ccc !important;
    pointer-events: none;
    cursor: default
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.future:where(.svelte-1n46o8q) {
    background-color: #ccc !important;
    color: #555
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.future:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q) {
    color: #555
}

.pt.svelte-1n46o8q {
    font-size: 14px;
    font-weight: 400
}

.cs.svelte-1n46o8q {
    font-size: 12px;
    font-weight: 400
}

h1.svelte-1n46o8q,
h2.svelte-1n46o8q,
p.svelte-1n46o8q {
    text-align: left
}

#intro.svelte-1n46o8q {
    background-color: #01021e;
    color: #fff;
    padding: 1rem 1rem 4rem
}

.intro_text.svelte-1n46o8q {
    max-width: 1200px;
    margin: 0 auto
}

.narrow.svelte-1n46o8q {
    max-width: 800px;
    margin: 50px auto
}

#section-title.svelte-1n46o8q {
    background-color: #066976
}

#section-title.svelte-1n46o8q h2:where(.svelte-1n46o8q) {
    max-width: 1200px;
    margin: 0 auto;
    color: #ff9e44;
    font-size: 40px;
    padding: 40px 0 40px 20px;
    line-height: 110%
}

h2.vote-choice.svelte-1n46o8q {
    padding-top: 20px
}

@media(max-width:1000px) {
    #contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) {
        flex-direction: column;
        border-bottom: 0px
    }

    #contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) {
        text-align: left;
        padding-left: 0;
        width: 100%;
        border-bottom: 1px solid #fff
    }
}

@media(max-width:500px) {
    .narrow.svelte-1n46o8q {
        margin: 15px auto;
        padding: 0 10px
    }

    .narrow.result.svelte-1n46o8q {
        margin-top: 150px
    }

    .opening.svelte-1n46o8q {
        margin: 0
    }

    h2.vote-choice.svelte-1n46o8q {
        padding-top: 5px
    }
}