
body {
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-style: normal;
    cursor: default;
}

.map-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    -webkit-tap-highlight-color: rgb(0 0 0/0);
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
}

#map {
    font-family: "Roboto";
    cursor: grab;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    left: 0;
    right: 0;
}

#overlay-container {
    position: absolute;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    bottom: 1rem;
    width: 100%;
    justify-content: center;
    pointer-events: none;
}

#overlay-box {
    width: 100%;
    max-width: 45rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-width: 1px;
    border-color: rgb(226, 226, 227);
    border-style: solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    pointer-events: all;
    cursor: text;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Noto Sans.woff2') format('woff2'), url(https://fonts.gstatic.com/s/notosans/v38/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
abbr[title] {
    border: none;
    text-decoration: none;
    cursor: help;
}


.border-\[1px\],
.border {
    border-width: 1px;
}

.w-full {
    width: 100%;
}

.lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.lg\:border-\[1px\] {
    border-width: 1px;
}

.lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 1024px) {
    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

@media (min-width: 1024px) {
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .lg\:border-\[1px\] {
        border-width: 1px;
    }
}

@media (min-width: 1024px) {
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

#overlay-box:before,
#overlay-box:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgb(229, 231, 235)
}

#level {
    cursor: help;
    font-family: "Roboto", "Noto Sans", sans-serif;
    font-weight: 700;
    transition: background-color 0.1s ease;
}

#level:hover {
    background-color: rgba(144, 32, 130, 0.9);
}

:root {
    --ons-grey-15: rgb(226, 226, 227);
}

.fraction-column {
    display: grid;
    min-width: 2.8rem;
    justify-content: flex-end;
    align-items: center;
}

.fraction-container {
    display: grid;
    flex-direction: column;
    justify-items: right;
    font-family: "Roboto", sans-serif;
    align-items: flex-end;
    align-content: flex-end;
}

#fraction-line {
    width: 100%;
    border-top: 0.125rem solid black;
    margin-bottom: 0.125rem;
    line-height: 0rem;
}

.percentage-column {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-family: "Noto Sans", sans-serif;
    white-space: nowrap !important;
    align-items: center;
    align-self: center;
}

#numerator,
#denominator {
    justify-self: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#numerator {
    font-weight: 700;
}

#lineargradient {
    background: linear-gradient(90deg, rgb(255, 255, 204) 0%, rgb(255, 237, 160) 12.5%, rgb(254, 217, 118) 25%, rgb(254, 178, 76) 37.5%, rgb(253, 141, 60) 50%, rgb(252, 78, 42) 67.5%, rgb(227, 26, 28) 75%, rgb(189, 0, 38) 87.5%, rgb(128, 0, 38) 100%);
}

#lineargradient::before {
    border-color: rgb(229, 231, 235);
}

.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;
    margin: 0px;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,
.mapboxgl-ctrl-left {
    width: 88px;
    height: 15px;
    float: left;
    margin: 0 0 0
}


a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 0 0 0px 0px;
    overflow: hidden;
}

a.mapboxgl-ctrl-logo.mapboxgl-compact-show {
    display: none;
}


.ticklabel-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-top: 1rem;
}

.ticklabel {
    position: absolute;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 450;
    top: 1.75rem;
    font-size: 0.875rem;
    transform: translate(-50%, 0%);
}

.vl {
    border-left: 2px solid rgba(0, 0, 0, 1);
    width: 2px;
    height: 27px;
    position: absolute;
    margin-left: -1px;
    top: 0;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1rem;
}

.mb-0\.5 {
    margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
    .fraction-column {
        display: none;
    }
}

@media(max-width: 425px) {
    .xs\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media(min-width: 425px) {
    .xs\:mb-0 {
        margin-bottom: 0
    }
    .xs\:block {
        display: block
    }
    .xs\:hidden {
        display: none
    }
    .xs\:max-w-\[20rem\] {
        max-width: 20rem
    }
    .xs\:pt-2\.5 {
        padding-top: .625rem
    }
    .xs\:pt-2 {
        padding-top: .5rem
    }
    .xs\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .xs\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .xs\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media(min-width: 640px) {
    #overlay-container {
        bottom: 1.25rem;
    }
    .sm\:right-\[5rem\] {
        right: 5rem
    }
    .sm\:right-0 {
        right: 0
    }
    .sm\:bottom-5 {
        bottom: 1.25rem
    }
    .sm\:mt-6 {
        margin-top: 1.5rem
    }
    .sm\:block {
        display: block
    }
    .sm\:hidden {
        display: none
    }
    .sm\:max-w-\[31rem\] {
        max-width: 31rem
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:items-end {
        align-items: flex-end
    }
    .sm\:gap-4 {
        gap: 1rem
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1rem;
    }
    /* .sm\:text-5xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    } */
    /* .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    } */
    .sm\:leading-normal {
        line-height: 1.5
    }
}

@media(min-width: 768px) {
    .md\:right-\[7rem\] {
        right: 7rem
    }
    .md\:right-0 {
        right: 0
    }
    .md\:mx-\[3px\] {
        margin-left: 3px;
        margin-right: 3px
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:w-\[25rem\] {
        width: 25rem
    }
    .md\:max-w-none {
        max-width: none
    }
    .md\:gap-2 {
        gap: .5rem
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .md\:leading-\[0px\] {
        line-height: 0
    }
}

@media (min-width: 1024px) {
    .lg\:relative {
        position: relative
    }
    .lg\:top-5 {
        top: 1.25rem
    }
    .lg\:left-5 {
        left: 1.25rem
    }
    .lg\:bottom-6 {
        bottom: 1.5rem
    }
    .lg\:bottom-8 {
        bottom: 2rem
    }
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .lg\:-mt-\[5px\] {
        margin-top: -5px
    }
    .lg\:mr-20 {
        margin-right: 5rem
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:w-\[27rem\] {
        width: 27rem
    }
    .lg\:w-\[30rem\] {
        width: 30rem
    }
    .lg\:translate-x-0 {
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .lg\:gap-x-8 {
        column-gap: 2rem
    }
    .lg\:border-\[1px\] {
        border-width: 1px
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
    .xl\:top-8 {
        top: 2rem
    }
    .xl\:left-8 {
        left: 2rem
    }
    .xl\:w-\[32rem\] {
        width: 32rem
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#overlay-container {
    bottom: 2rem;
}

.lg\:relative {
    position: relative
}

.lg\:top-5 {
    top: 1.25rem
}

.lg\:left-5 {
    left: 1.25rem
}

.lg\:bottom-6 {
    bottom: 1.5rem
}

.lg\:bottom-8 {
    bottom: 2rem
}

.lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.lg\:-mt-\[5px\] {
    margin-top: -3px
}

.lg\:mr-20 {
    margin-right: 5rem
}

.lg\:flex {
    display: flex
}

.lg\:hidden {
    display: none
}

.lg\:w-\[27rem\] {
    width: 27rem
}

.lg\:w-\[30rem\] {
    width: 30rem
}

.lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.lg\:gap-x-8 {
    column-gap: 2rem
}

.lg\:border-\[1px\] {
    border-width: 1px
}

.lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.xl\:top-8 {
    top: 2rem
}

.xl\:left-8 {
    left: 2rem
}

.xl\:w-\[32rem\] {
    width: 32rem
}

.xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.h-7 {
    height: 1.75rem
}

.w-7 {
    width: 1.75rem
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-sm {
    border-radius: .15rem
}

.rounded {
    border-radius: 3px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-none {
    border-radius: 0
}

.rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.border-2 {
    border-width: 2px
}

.border-\[3px\] {
    border-width: 3px
}

.border-\[1px\],
.border {
    border-width: 1px
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.flex-grow-\[1\],
.grow {
    flex-grow: 1
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.align-middle {
    vertical-align: middle
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-xs {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-default {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-semibold {
    font-weight: 600
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-0\.4 {
    margin-top: .1rem
}

.mt-0 {
    margin-top: 0
}

.mr-0\.5 {
    margin-right: .125rem
}

.mr-0 {
    margin-right: 0
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.h-full {
    height: 100%
}

.-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-8 {
    gap: 2rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-2\.5 {
    gap: .625rem
}

.bg-ons-census {
    --tw-bg-opacity: 1;
    background-color: rgb(144 32 130/var(--tw-bg-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.z-10 {
    z-index: 10
}

.-top-2\.5 {
    top: -.625rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.-mt-0\.5 {
    margin-top: -0.125rem
}

.-mt-0\.4 {
    margin-top: -0.1rem
}

.-mt-0\.3 {
    margin-top: -0.075rem
}

.ml-0\.5 {
    margin-left: .125rem
}

.top-0 {
    top: 0
}

.mt-4 {
    margin-top: 1rem
}

.relative {
    position: relative
}

.h-5 {
    height: 1.25rem
}

.mb-8 {
    margin-bottom: 2rem
}

.absolute {
    position: absolute
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    background-color: hsla(0, 0%, 100%, .9);
    margin: 0;
    padding: 0 5px
}

.mapbox-improve-map {
    display: none;
    visibility: hidden;
}
.hidden {
    visibility: hidden;
}

.info-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.info-content {
    display: block;
    font-size: 14px;
    max-width: 44rem;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
    cursor: text;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-color: #000;
    padding: 2rem;
    margin: 2rem;
    border: 2px;
    line-height: 1.5em;
}

.info-content h3 {
    margin-block-start: 0;
}

.info-content ul {
    padding-left: 20px;
}

.info-content a {
    color: #0066cc;
    text-decoration: none;
}

.info-content a:hover {
    text-decoration: underline;
}

#info-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23000000'%3E%3Cpath d='M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    padding-inline: 0px;
    margin-left:-2px;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 22;
    cursor: default;
}

#info-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23000000'%3E%3Cpath d='M427.48-269.17h105.91V-528H427.48v258.83Zm52.13-329.87q23.06 0 38.68-15.24 15.62-15.23 15.62-38.29t-15.23-38.68q-15.23-15.62-38.29-15.62t-38.68 15.23q-15.62 15.24-15.62 38.3 0 23.06 15.23 38.68 15.23 15.62 38.29 15.62Zm.67 542.95q-87.62 0-165.14-32.85-77.53-32.85-135.44-90.76-57.91-57.91-90.76-135.39-32.85-77.49-32.85-165.37 0-88.13 32.91-165.1 32.9-76.97 91.01-135.04 58.1-58.06 135.39-90.69 77.3-32.62 165.06-32.62 88.12 0 165.11 32.61 76.99 32.62 135.05 90.68 58.06 58.06 90.68 135.3 32.61 77.24 32.61 165.13t-32.62 164.98q-32.63 77.1-90.69 135.2Q722.53-121.9 645.34-89q-77.2 32.91-165.06 32.91Z'/%3E%3C/svg%3E");
    cursor: pointer;
}

#close-info {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSI0MHB4IiBmaWxsPSIjMDAwMDAwIj48cGF0aCBkPSJtMjUxLjMzLTIwNC42Ny00Ni42Ni00Ni42Nkw0MzMuMzMtNDgwIDIwNC42Ny03MDguNjdsNDYuNjYtNDYuNjZMNDgwLTUyNi42N2wyMjguNjctMjI4LjY2IDQ2LjY2IDQ2LjY2TDUyNi42Ny00ODBsMjI4LjY2IDIyOC42Ny00Ni42NiA0Ni42Nkw0ODAtNDMzLjMzIDI1MS4zMy0yMDQuNjdaIi8+PC9zdmc+");
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
