.front-page-intro {
    width: 100% !important;
}
@media screen and (min-width: 768px) {
    .front-page-intro {
        padding: 0 80px;
        box-sizing: border-box;
    }
}

.zeitfracht-logistik {
    .head-logo-wrapper {
        background: none;
        min-width: auto;
        min-height: auto;
    }

    #header .wrapper {
        justify-content: center;
    }
}


/* FULFILLMENT */

.fulfillment-header {
    background: #B81E40;
    height: 405px;
    position: relative;
}

.fulfillment-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 405px;
    overflow: hidden;

    img {
        width: 100%;
    }
}

.fulfillment-logo {
    padding-top: 40px;
}

.fulfillment-headline {
    position: absolute;
    bottom: 30px;

    h1, h2 {
        color: #fff !important;
    }
}

.fulfillment-wrapper {
    padding-top: 40px;
}

.fulfillment {
    .content-wrapper {
        background: #efefef !important;
    }
}

@media (max-width: 991px) {
    .fulfillment-image {
        position: relative;
        width: auto;
        height: auto;
    }
}

.news-item {
    gap: 2rem !important;

    .news-image img {
        border-radius: 8px;
    }
}

.more-news-block {
    text-align: right;
    margin-top: 20px;
}

.news-grid-image {
    max-height: 310px;
    overflow: hidden;
    border-radius: 8px;
}

.news-grid-content {
    .news-title {
        margin-top: 20px;
    }
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.sp-modal-wrapper .blocker {
    z-index: 20;
}

.santapress-post.modal.santapress-layout-02:before {
    height: 120px;
}

.benefits {
    border-radius: 0.5rem;
    background: #EFEFEF;
    padding: 1.5rem 1.75rem;
}

.fact-num {
    color: #B81E40;
    font-size: 4rem;
    font-weight: 900;
    width: 100% !important;
    margin: 0;
}

.fact-content {
    font-size: 1.5rem;
}

.unternehmenswerte {
    background: #efefef;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    &.reverse .wp-block-image {
        order: 1;
    }

    @media (min-width:767px) {
        &.reverse .wp-block-image {
            order: 0;
            border-radius: 8px 8px 0 0;
        }
    }
    p {
        padding: 0 24px;
    }

    h3 {
        padding: 24px 24px 0 24px;
    }

    .wp-block-group {
        padding-bottom: 24px;
    }

    .wp-block-image {
        margin: 0;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }
}

.justify-center {
    justify-content: center;
}

.box-gray-center {
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
    position: relative;

    .background-gray {
        position: absolute;
        left: 0;
        width: 1216px;
        height: 292px;
        border-radius: 8px;
        background: #EFEFEF;
    }

    .box-gray-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        z-index: 1;

        h2, p {
            padding: 0 !important;
            margin: 0;
        }

        p {
            max-width: 380px;
        }
    }

    .box-gray-image {
        z-index: 1;

        img {
            max-width: 409px;
            width: 100%;
        }
    }
}

@media (max-width: 1199px) {
    .box-gray-center {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
    }

    .background-gray {
        display: none;
    }

    .box-gray-image {
        margin-bottom: 24px;
    }
}

.hyperlink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    a {
        color: #fff;
        margin-left: 5px;
        font-size: 12px;
    }
}

.number-facts {
    display: flex;
    background: #EFEFEF;
    border-radius: 8px;
    color: #B81E40;
    padding: 28px 32px;
    align-items: center;
    height: 100%;
    box-sizing: border-box;

    .number-facts_icon {
        margin-right: 24px;
    }

    .number-facts_number {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 16px;
    }

    .number-facts_name {
        max-width: 130px;
        line-height: 1.2;
    }
}

.shop-box {
    border-radius: 8px;

    img {
        padding: 0 20px;
    }
}

.wp-block-buttons .wp-block-button__link {
    width: 228px;
}

.wp-block-button__link, .news_teaser_block__link {
    text-transform: none;
    padding: 6px 18px;
    color: #fff;
    background: #b81e40;
    transition: 200ms ease-in-out all;
    border: 2px solid #b81e40;
    border-radius: 8px;
    text-align: left;
    font-size: 16px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

    &:after {
    / / content: url(../img/arrow-button.svg);
        float: right;
        display: inline-block;
        content: '';
        -webkit-mask: url(../img/arrow-button.svg) no-repeat 50% 50%;
        mask: url(../img/arrow-button.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        width: 15px;
        height: 14px;
        background-color: #fff;
    }

    &:hover {
        background: #F4F4F4;
        color: #b81e40;

        a {
            color: #b81e40;
        }

        &:after {
            background-color: #b81e40;
        }
    }

    a {
        color: #fff;
        font-size: 16px !important;
    }
}

/* Presse */
.presse {
    .content-wrapper {
        background-image: url("../../img/about-background.jpg");
        background-size: cover;
        background-attachment: fixed;
        padding-bottom: 40px;
        padding-top: 40px;

        .container {
            background: #fff;
            padding: 40px;
            width: 100%;
            border-radius: 8px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
        }
    }
}

.transport {
    .content-wrapper {
        background-image: url("../../img/Ford+F-MAX+500_Zeifracht-Background.webp") !important;
    }
}

.about {
    .content-wrapper {
        background-image: url("../../img/about-background.jpg") !important;
    }
}

.download {
    .content-wrapper {
        background-image: url("../../img/background-download.jpg") !important;
    }
}

.contact-grey {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 24px;

    p {
        margin-bottom: 0;
    }

    a {
        text-decoration: underline;
    }
}

/* Buchhandel */

.startseite #main-content .content-wrapper {
    background: #efefef;
}

.buchhandel, .startseite {
    ul {
        padding-left: 15px;
    }

    .content-wrapper {
        background-image: url("../../img/01_Zeitfracht-Buchhandel-Hintergrundbild.jpg");
        background-size: cover;
        background-attachment: fixed;
        padding-bottom: 20px;
    }


    .main-breadcrumbs {
        margin: 64px 0 0 0;
        font-size: 15px;
        text-transform: none;
        font-weight: normal;
        display: inline-block;
        padding: 0 10px;
        background: #fff;

        a {
            color: #000;
        }

        .breadcrumb_last {
            font-weight: bold;
            color: #000;
        }
    }

    .wp-block-column .wp-block-group .wp-block-group__inner-container > p {
        width: 100%;
    }

    .wp-block-group {
        .wp-block-group__inner-container {
            background: #fff;
            padding: 40px;
            margin: 20px 0;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);

            @media (max-width: 767px) {
                padding: 24px;
            }

            & > p {
                width: 70%;

                @media (max-width: 767px) {
                    width: 100%;
                }

                &:last-of-type {
                    margin-bottom: 0;
                }
            }
        }

        &.contact-images {
            .wp-block-image {
                overflow: hidden;

                &:hover img {
                    transform: scale(1.1);
                }

                img {
                    transition: all 300ms ease-out;
                }

                @media (max-width: 767px) {
                    .alignright {
                        float: none;
                    }
                }
            }
        }

        .wp-block-image {
            @media (max-width: 767px) {
                .alignright {
                    float: none;
                }
            }
        }
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
        color: #B81E40;
        margin: 0;
        padding-bottom: 16px;
        text-transform: none;
    }

    h2 {
        font-size: 36px;
        line-height: 38px;
        color: #B81E40;
        margin: 0;
        padding-bottom: 16px;
        font-weight: 400;

        strong {
            font-weight: 900;
        }
    }

    h3 {
        color: #B81E40;
        text-transform: none;
        font-size: 20px;
        margin-top: 0;
    }

    /*
    .wp-block-button__link {
        padding: 6px 50px;
        text-transform: none !important;
    }
     */

    .wp-block-bod-modal-block .bod-btn {
        padding: 6px 20px;
        border: none;
        border-radius: 0;
        font-size: 18px;
        font-family: "Source Sans Pro";
    }

    .color-box-button .wp-block-column {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        min-height: 320px;
    }

    .panel {
        border-bottom: 0;
        padding: 0;
    }

    div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email] {
        max-width: 100%;
        background: #EEEEEE;
        border: 0;
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        font-weight: 400;
        margin-bottom: 10px;
    }

    .seminare .wpforms-field-container h3 {
        color: #B81E40;
    }

    .seminar_teaser_block {
        background: #B81E40;
        color: #fff;
        padding: 24px;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        min-height: 300px;
        border-radius: 8px;
        position: relative;

        &.Neu::before {
            content: "NEU";
            position: absolute;
            font-weight: 700;
            top: 0;
            right: 10px;
            padding: 8px 10px;
            background: #fff;
            font-size: 21px;
            color: #b81e40;
            border-radius: 0 0 8px 8px;
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
        }

        .seminar_teaser_block__link {
            align-self: flex-end;
        }

        h2 {
            font-size: 20px;
            color: #fff;
            line-height: initial;
            margin: 0;
            font-weight: 700;
        }

        .wp-block-button__link {
            background: #fff;
            color: #B81E40;
        }

        .seminar_teaser_block__title {
            padding-right: 50px;
        }
    }
}

.startseite .home_header__overlay {
    text-transform: none;
    line-height: 1;
    top: 30%;
/ / font-family: 'Creepster';
}

.home_header__city_background {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    overflow: hidden;
}

.home_header__city_background_inside {
    width: 1296px;
    height: 233px;
/ / height: 360 px;
    resize: both;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* normal rot */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1296" height="233" viewBox="0 0 1296 233" fill="none"><path d="M1296 232.744H1293.56V231.886L1289.55 231.261C1290.43 230.369 1291.21 229.044 1291.98 226.88C1285.86 221.868 1282.08 216.712 1278.93 210.953L1277.03 199.964C1277.13 199.757 1277.18 199.522 1277.18 199.29C1277.12 198.545 1276.44 197.905 1275.69 197.905C1274.94 197.905 1274.25 198.545 1274.2 199.29C1274.2 199.511 1274.25 199.732 1274.35 199.93L1261.51 209.387C1260.89 208.394 1260.32 207.38 1259.76 206.353L1257.82 195.33C1257.92 195.127 1257.98 194.9 1257.99 194.674C1257.99 193.853 1257.21 193.115 1256.39 193.173C1255.64 193.22 1254.99 193.921 1254.99 194.674L1235.93 219.177L1227.33 179.032H1223.44L1220.95 176.557H1205.8V232.744H1196.05C1196.07 232.705 1196.2 232.389 1196.24 232.307L1197.28 232.273V229.929C1197.97 228.378 1198.84 226.429 1199.7 224.486C1201.46 220.549 1203.17 216.718 1203.17 216.718L1203.26 216.549L1203.16 216.381L1195.75 202.021V200.42H1194.15V201.699L1177.36 212.217L1174.22 212.302V200.489H1172.94V201.684L1160.78 212.623L1160.14 212.639L1151.89 212.823H1137.52L1129.27 212.654L1128.73 212.639L1117.37 202.289V200.489H1116.07V212.336L1112.3 212.233L1111.93 211.999L1094.69 201.194V199.914H1093.09V201.515L1085.67 215.856L1085.58 216.025L1085.67 216.212C1085.67 216.212 1087.38 220.028 1089.13 223.965C1090.01 225.932 1090.9 227.933 1091.59 229.492C1091.88 230.158 1091.92 230.248 1092.13 230.721V232.273L1092.82 232.307C1092.82 232.312 1092.85 232.37 1092.85 232.372L1092.99 232.307L1093.95 232.341L1093.74 232.744H1083.91V219.901L1082.18 214.898L1078.18 208.728L1071.81 198.7L1048.91 198.482L1035.02 198.7V189.028L1033.93 186.7L1033.44 165.939L1033.93 164.641C1033.8 160.004 1031.35 157.657 1028.81 157.444V154.713C1029.53 154.563 1030.1 153.889 1030.09 153.181C1030.09 152.359 1029.32 151.614 1028.47 151.614C1027.62 151.614 1026.84 152.359 1026.84 153.181C1026.85 153.902 1027.44 154.584 1028.18 154.713V157.444C1025.52 157.594 1022.97 160.046 1023.06 164.641L1023.55 165.568L1023.06 197.773H1021.93L1019.72 193.123L1019.35 164.959L1019.72 164.201C1019.49 159.903 1017.32 157.639 1015.03 157.31V155.406C1015.75 155.245 1016.31 154.526 1016.3 153.771C1016.3 152.899 1015.53 152.106 1014.68 152.106C1013.83 152.106 1013.06 152.899 1013.06 153.771C1013.05 154.535 1013.64 155.259 1014.37 155.406V157.26C1011.85 157.299 1009.37 159.659 1009.29 164.201L1009.64 164.657L1009.29 195.379L1007.81 197.202L1005.53 216.921L1005.55 232.744H1001.12L999.335 210.547L999.756 210.295L999.79 210.061L1000.34 209.639V209.352L999.622 209.283V208.088L999.859 207.767V207.736H999.622L999.537 206.606L1000.34 205.863L1001.09 205.02L1001.21 204.599L1001.47 204.212L1001.86 204.028L1002.18 203.354L1000.92 203.469L999.269 203.319L999.301 202.864L998.175 202.898L997.988 201.213L998.948 199.899V199.627L979.857 199.477L980.109 198.279L979.083 198.313L979.202 197.823C978.286 197.823 977.111 197.813 975.985 197.808L976.103 197.402L976.305 196.762L976.49 196.628L976.271 197.084L976.524 197.015L976.879 196.662L977.013 196.444L977.048 196.728L976.911 197.336V197.689L977.079 197.723L977.266 197.57L977.365 196.054L977.113 195.988L977.266 195.28L977.113 194.977L976.911 194.368V193.882L977.113 194.115L977.266 194.15L977.468 193.916V193.694L977.434 193.242L977.533 193.073C977.533 193.073 977.376 192.876 977.4 192.851C977.423 192.831 977.618 192.683 977.618 192.683C977.618 192.683 977.681 192.568 977.652 192.568C977.623 192.568 977.3 192.599 977.3 192.599L977.266 192.399L977.048 192.499L976.795 192.533L976.374 192.989L975.817 194.471L975.396 195.042L975.008 195.498L974.722 195.601L974.503 196.528L974.622 197.049L974.79 197.57V197.723L973.73 197.758L973.849 196.881L974.167 195.954L974.082 194.79L973.73 194.368V194.016L973.562 193.694V192.533L973.528 192.009L973.309 192.177L973.072 192.146L972.854 191.978V192.365L972.686 192.683L972.789 192.92L972.754 193.242L972.789 193.663V194.234L972.468 194.893V194.084L972.399 193.56L972.231 193.376L971.978 192.886L971.844 192.599L971.526 192.399L971.492 192.365L971.442 192.212V192.146L971.526 191.691L971.492 191.051L971.878 190.982L972.146 190.714C972.255 190.592 972.344 190.439 972.299 190.139L972.146 189.787L971.794 189.55L971.66 189.366L972.081 189.397L972.181 189.113L972.651 188.523L972.923 187.849L971.947 188.454L971.829 188.657L971.726 188.722L971.626 188.657L971.726 188.301L971.592 188.133H971.492L971.408 188.201V188.722L971.205 188.657V188.554L971.307 188.454L970.363 187.68L970.279 187.949L970.532 188.454L970.634 188.807L970.75 188.944L970.853 189.228L971.171 189.331L971.274 189.465L970.987 189.684L970.666 190.105L970.634 190.492L970.818 190.848L971.055 190.982L971.239 191.135L971.274 191.335L971.239 192.399L971.205 192.499L970.952 192.464L970.668 192.599L970.634 193.173L970.853 193.426L970.6 193.694L970.363 193.847V193.46L970.145 193.342L969.927 193.426L969.724 194.268H969.658L969.472 192.851L969.153 192.146L969.237 191.909L969.153 191.725L969.017 191.79L968.917 191.875L968.664 191.825L968.564 191.725L968.496 191.756L968.462 192.009H968.53L968.43 192.146L968.346 192.365V192.43L968.43 192.464L968.462 192.599L968.346 192.683L968.311 192.851L968.346 192.989L968.462 193.073V194.15L968.209 194.471L968.143 195.146C968.143 195.146 968.099 195.94 968.109 196.023C968.122 196.101 968.243 196.796 968.243 196.796L968.464 197.183V197.605L967.37 196.306L967.301 195.785L967.183 195.601V195.464L966.88 195.245L966.796 195.111L966.41 194.977L966.207 194.824L966.055 194.337L965.92 193.663L965.752 193.242L965.668 193.173L965.331 192.717L965.013 192.43L964.658 192.112L964.692 192.33L964.474 192.464L964.34 192.33L964.305 192.499L964.439 192.717L964.474 192.92L964.371 192.989L964.405 193.139L964.474 193.207V193.56L964.505 193.882L964.658 193.947L964.979 193.981V194.506L964.658 195.011V195.398L964.758 195.82L964.474 195.988V196.275L964.624 196.95L964.658 197.084L964.792 197.605H965.147V197.505L965.045 197.149L964.726 196.559V196.375L965.147 196.494L965.247 196.728L965.534 196.762L965.668 197.118L965.786 197.471L965.568 197.758V197.792H963.009L963.109 198.313L962.083 198.245L962.335 199.443L943.244 199.593V199.864L944.17 201.178L944.019 202.864L942.891 202.829L942.923 203.285L941.273 203.438L940.011 203.319L940.331 203.994L940.718 204.162L940.955 204.549L941.105 204.986L941.813 205.828L942.655 206.571L942.586 207.701L942.333 207.736V207.767L942.586 208.038V209.252L941.846 209.318V209.639L942.402 210.026L942.436 210.264L942.823 210.516L941.089 232.744H937.469V213.853H906.191V201.01H883.211V164.994H875.146V161.757C876.961 161.252 878.329 159.448 878.329 157.563C878.392 156.386 877.953 155.187 877.142 154.332C876.332 153.475 875.162 152.973 873.984 152.973C872.808 152.973 871.637 153.475 870.827 154.332C870.017 155.187 869.577 156.386 869.641 157.563C869.649 159.443 871.014 161.236 872.823 161.742V164.994H865.13V226.845L862.386 228.818L862.268 228.783L861.981 227.722L857.604 224.486L857.654 220.594L857.149 220.357V218.369L856.191 217.813V216.852L851.527 211.038L851.375 207.161H851.695L851.73 206.706L851.393 206.606V201.481L852.048 201.297V200.826L850.13 198.903L848.06 172.95C847.984 172.975 847.907 173.002 847.826 173.002C847.74 173.002 847.659 172.975 847.578 172.947L844.962 200.588H844.388V194.234H844.894V193.728L842.15 190.967L839.725 165.702C840.009 165.568 840.203 165.26 840.198 164.944C840.192 164.583 839.924 164.241 839.574 164.151L839.388 162.232L839.204 164.135C838.841 164.217 838.562 164.572 838.564 164.944C838.562 165.263 838.762 165.573 839.051 165.702L836.61 190.967L833.867 193.728V194.234H834.372V200.588H833.801L831.182 172.945C831.099 172.975 831.013 173.002 830.923 173.002C830.846 173.002 830.773 172.975 830.7 172.953L828.632 198.903L826.712 200.826V201.297L827.369 201.481V206.606L827.032 206.706L827.067 207.161H827.385L827.235 211.038L822.571 216.852V217.813L821.612 218.369V220.357L821.106 220.594L821.156 224.486L817.436 227.232H815.366L812.336 104.509L813.615 103.698V102.468L813.412 102.066L813.683 101.863L813.749 100.717L812.336 100.38L812.402 98.4731C813.107 98.2864 813.499 98.0335 813.48 97.7834C813.447 97.6176 813.236 97.4545 812.873 97.3122C815.053 96.5882 816.974 95.2446 818.294 93.5202C818.31 93.5277 818.347 93.5121 818.362 93.5202C819.397 92.1511 820.057 90.55 820.265 88.9011C820.283 88.9092 820.314 88.893 820.333 88.9011C820.385 88.4717 820.407 88.0375 820.399 87.6027C820.388 83.8134 817.845 80.1192 814.086 78.4366C814.467 78.2889 814.659 78.1258 814.641 77.9653L814.777 77.6937V77.207L814.574 76.4641L813.683 76.0582V75.4528L813.749 75.6558L814.641 75.7212V76.0582L814.507 76.3299L815.18 76.8699L815.987 76.7323L816.124 76.6669L815.921 76.127L816.19 76.0582L816.611 74.4915L816.056 73.8174L815.585 73.8861L814.641 75.3841H813.683L813.749 73.8174L813.683 66.8233L814.44 66.555L814.574 67.2945L814.911 72.3849L813.817 74.3574L814.104 74.5603L815.651 72.519L815.383 68.6617L815.046 64.5825H814.709L814.641 64.1113L815.114 64.1767L815.314 63.9771V63.7054L814.843 62.8129H812.873V62.6787L812.066 62.4758L811.999 62.947L811.645 63.0158L811.174 63.0812L810.837 61.6675L811.174 61.7329L811.932 61.2617L811.999 60.5033L811.797 60.0321L810.569 59.7638V59.2238L811.105 59.3579V58.8025L810.501 58.5995V58.2625L811.105 58.3966V57.8567L810.501 57.3854V55.6158L811.308 55.0105V54.4017L810.298 53.7809V36.2002L810.971 35.5793L810.905 34.8364L810.029 34.4306L809.961 34.2311L809.895 22.6866L810.029 22.6178L810.702 22.1466V21.3882L809.895 21.0511L809.692 0.279654L809.758 0.471222L809.892 0.202889L809.556 0L809.406 0.202889H809.69V0.27172H808.867L808.733 0L808.396 0.202889L808.53 0.471222L808.595 0.27172L808.461 21.0511L807.654 21.3882V22.1466L808.327 22.6178L808.396 22.6866V34.2311L808.327 34.4306L807.386 34.8364V35.5793L807.991 36.2002V53.7809L807.03 54.4017V55.0759L807.857 55.6158V57.3854L807.183 57.8567L807.249 58.3966L807.788 58.2625V58.5995L807.183 58.8025V59.3579L807.788 59.2238L807.723 59.7638L806.56 60.0321L806.292 60.5033L806.357 61.2617L807.183 61.7329L807.451 61.6675L807.099 63.0812L806.694 63.0158L806.292 62.947L806.223 62.4758L805.481 62.6787V62.8129H803.445L803.04 63.7054V63.9771L803.243 64.1767L803.713 64.1113L803.648 64.5825H803.243L802.975 68.6617L802.638 72.519L804.187 74.5603L804.524 74.3574L803.445 72.3849L803.782 67.2945L803.916 66.555L804.658 66.8233L804.589 73.8861L804.658 76.0582L803.782 76.4641L803.579 77.207V77.6937L803.782 78.0995L803.851 78.3024H804.05C804.069 78.3233 804.092 78.3469 804.119 78.3678C800.289 80.0268 797.68 83.7662 797.672 87.6027C797.666 89.7201 798.408 91.8295 799.76 93.5566C801.115 95.2817 803.072 96.6145 805.282 97.3122C804.937 97.4545 804.745 97.6176 804.723 97.7834C804.635 98.0571 805.039 98.3362 805.818 98.5418L805.886 100.446L804.455 100.783L804.524 101.863L804.792 102.131L804.589 102.468V103.766L805.886 104.575L802.856 227.232H793.899L793.681 226.443V224.317L794.186 224.183V222.885H792.013V219.667L791.206 218.269L786.457 213.516L784.254 198.298L782.788 210.195L782.402 210.095L772.454 198.516V189.312L771.964 187.477L771.038 187.24V189.734H770.602L767.755 176.473L766.982 168.349L766.508 176.388L763.497 190.174V177.737L762.923 175.611H760.417V169.647L759.59 168.517L758.209 158.018L756.862 168.299L756.089 169.647V174.585L755.198 175.106L754.59 175.462H753.648V179.219L753.075 179.79V181.054L752.757 181.376V182.421L752.485 182.571V186.179H752.03L749.371 169.578L746.543 187.309H744.489L744.236 188.251L743.919 188.573V189.197L744.271 189.297V203.335L740.448 204.365V215.975L738.447 219.449L736.576 219.954L736.458 220.154V153.265L734.304 152.675V151.024L735.467 149.86H726.881V142.797H731.323L732.739 140.353L731.292 137.844L732.807 135.213L730.332 133.781V131.306H732.184V127.714L730.466 127.242V124.63L732.739 123.316L727.723 121.968L725.989 118.95L726.609 116.625L723.648 114.924L723.109 112.614L722.756 101.307H721.727L721.391 112.614L720.855 114.924L717.89 116.625L718.513 118.95L716.78 121.968L711.764 123.316L714.037 124.63V127.242L712.319 127.714V131.306H714.171V133.781L711.695 135.213L713.21 137.844L711.764 140.353L713.176 142.797H717.622V149.86H709.036L710.195 151.024V152.675L708.041 153.265V232.744H704.001V225.06H702.604V163.948H701.105V152.422H699.727V149.96L699.406 149.339L698.024 148.244L693.33 134.895H692.924L688.226 148.244L686.73 149.423L686.527 149.96V152.422H685.13V163.948H683.65V225.06H682.249V232.744H676.728L676.713 232.372C676.694 232.06 676.731 231.859 676.831 231.752C676.949 231.617 676.974 231.259 676.981 229.813C676.992 228.136 676.984 228.036 676.778 227.707C676.592 227.401 676.563 227.211 676.545 226.19C676.534 225.547 676.502 224.842 676.46 224.62C676.394 224.278 676.415 224.136 676.679 223.593C677.002 222.927 677.015 222.724 676.763 221.739C676.579 221.025 675.603 220.194 674.609 219.901C674.238 219.793 674.227 219.78 674.39 219.667C674.487 219.598 674.603 219.424 674.658 219.28C674.714 219.132 674.874 218.708 675.011 218.353C675.232 217.784 675.242 217.668 675.148 217.373C675.082 217.181 674.916 216.947 674.743 216.836C674.577 216.725 674.516 216.67 674.609 216.699C674.819 216.77 674.832 216.591 674.624 216.362C674.487 216.209 674.475 216.12 674.574 215.672C674.637 215.39 674.753 215.08 674.827 214.983C675.035 214.708 674.998 213.865 674.758 213.313C674.603 212.947 674.411 212.717 673.901 212.317C673.535 212.033 673.138 211.772 673.025 211.746C672.844 211.698 672.817 211.619 672.806 211.003C672.788 210.005 672.662 209.591 672.286 209.387C671.907 209.178 671.402 208.733 671.276 208.494C671.223 208.396 671.166 207.999 671.157 207.598V206.859L671.628 206.958C672.26 207.085 672.588 206.893 672.588 206.403C672.588 206.016 672.48 205.995 672.033 206.269C671.697 206.474 671.584 206.445 671.307 206.1C671.033 205.752 670.342 205.392 669.945 205.392C669.75 205.389 669.224 205.418 668.782 205.46C668.087 205.526 667.959 205.513 667.856 205.376C667.774 205.265 667.767 205.113 667.825 204.902C667.869 204.733 667.961 204.394 668.024 204.143C668.108 203.822 668.195 203.691 668.311 203.691C668.519 203.691 669.153 203.143 669.153 202.963C669.153 202.893 669.308 202.735 669.508 202.611C669.729 202.471 669.968 202.19 670.113 201.902C670.242 201.647 670.386 201.413 670.434 201.381C670.481 201.347 670.473 201.26 670.434 201.194C670.381 201.112 670.405 201.097 670.484 201.144C670.555 201.189 670.595 201.173 670.584 201.094C670.576 201.023 670.56 200.888 670.568 200.791C670.578 200.623 670.6 200.612 670.821 200.757C670.949 200.841 671.076 200.926 671.108 200.926C671.223 200.926 671.025 200.707 670.736 200.52C670.465 200.344 670.523 200.344 670.92 200.504C671.118 200.583 671.091 200.415 670.886 200.236C670.421 199.825 669.739 199.956 669.187 200.573C668.842 200.955 668.769 200.999 668.227 201.06C667.903 201.105 667.588 201.108 667.538 201.079C667.488 201.047 667.275 200.715 667.067 200.336C666.856 199.956 666.604 199.559 666.493 199.459C666.383 199.359 666.291 199.225 666.291 199.156C666.291 198.935 665.951 198.819 665.736 198.972C665.557 199.095 665.391 199.677 665.533 199.677C665.568 199.677 665.573 199.815 665.552 199.964C665.528 200.117 665.562 200.267 665.617 200.301C665.683 200.341 665.689 200.565 665.652 200.91C665.562 201.776 665.715 202.121 666.528 202.963C666.922 203.375 667.236 203.759 667.236 203.825C667.236 203.89 667.33 204.059 667.435 204.196C667.625 204.433 667.627 204.549 667.469 205.139C667.446 205.231 667.285 205.307 667.083 205.342C666.893 205.373 666.672 205.476 666.578 205.56C666.42 205.697 666.375 205.7 666.141 205.545C665.999 205.452 665.654 205.328 665.365 205.292C664.836 205.218 664.594 205.089 664.271 204.633C664.095 204.386 664.095 204.372 664.289 204.128C664.397 203.991 664.442 203.875 664.389 203.875C664.337 203.875 664.242 203.956 664.171 204.059C664.097 204.165 664.005 204.23 663.968 204.196C663.934 204.159 663.989 204.03 664.102 203.909C664.218 203.785 664.271 203.691 664.221 203.691C664.099 203.691 663.571 204.238 663.429 204.515C663.368 204.633 663.255 204.733 663.176 204.733C663.1 204.733 662.987 204.86 662.924 205.005C662.863 205.15 662.748 205.334 662.671 205.426C662.551 205.574 662.566 205.607 662.705 205.763C662.793 205.857 662.858 205.997 662.858 206.066C662.858 206.155 662.955 206.171 663.195 206.135C663.705 206.05 663.955 206.332 664.794 207.97C665.202 208.765 665.26 209 665.384 209.927C665.559 211.261 665.568 211.222 665.299 211.325C664.999 211.438 664.897 211.614 665.062 211.727C665.239 211.851 663.942 211.725 663.7 211.593C663.6 211.54 663.524 211.453 663.532 211.39C663.574 211.053 663.508 210.463 663.429 210.463C663.379 210.463 663.211 210.658 663.042 210.903L662.74 211.359L662.553 211.106C662.327 210.793 662.085 210.874 661.898 211.34C661.827 211.514 661.609 211.851 661.409 212.083C661.027 212.525 660.985 212.61 661.141 212.707C661.298 212.804 661.256 213.036 661.007 213.363C660.672 213.8 660.662 214.071 660.972 214.308L661.225 214.492L661.764 214.24C662.203 214.029 662.377 213.976 662.74 214.021C664.147 214.195 664.737 214.471 665.181 215.167C665.357 215.443 665.565 215.719 665.652 215.791C665.891 215.988 665.841 216.604 665.518 217.66C665.359 218.174 665.231 218.69 665.231 218.806C665.231 219.072 665.131 219.161 664.389 219.533L663.815 219.836L663.26 219.364C662.553 218.756 661.93 218.334 661.309 218.047C661.036 217.924 660.636 217.65 660.433 217.442C660.23 217.233 659.951 217.012 659.809 216.952C659.67 216.894 659.399 216.641 659.205 216.381C658.818 215.859 658.505 215.743 658.581 216.143C658.642 216.46 658.61 216.441 658.428 216.094C658.244 215.736 658.091 215.733 658.091 216.078C658.097 216.491 658.599 217.534 659.036 218.032L659.438 218.487L659.17 218.706C658.863 218.969 658.544 219.58 658.378 220.207C658.213 220.836 658.11 221.036 657.705 221.724C657.505 222.063 657.318 222.482 657.284 222.651C657.205 223.038 657.445 223.559 657.823 223.83C658.068 224.004 658.129 224.017 658.378 223.915C658.537 223.849 658.72 223.733 658.784 223.643C658.847 223.556 659.176 223.398 659.507 223.306C659.838 223.214 660.32 223.009 660.586 222.85L661.072 222.566L661.324 222.85C661.461 223.006 661.827 223.335 662.151 223.578C662.506 223.843 662.779 224.128 662.839 224.302C663.034 224.854 663.713 225.876 664.236 226.424C664.531 226.729 664.76 227.035 664.76 227.098C664.76 227.161 664.926 227.54 665.131 227.941C665.336 228.344 665.557 228.923 665.617 229.224C665.681 229.524 665.846 230.05 665.973 230.384C666.262 231.154 666.281 232.257 666.023 232.61C665.991 232.651 665.968 232.699 665.939 232.744H653.397V107.88H646.139V134.255H624.307V86.4075L622.065 86.9131V57.3511H620.148V87.2346H613.513V104.594L608.681 105.655V218.403C606.251 218.379 604.315 218.342 604.086 218.319V216.396L604.809 216.009L604.17 215.351L604.155 207.077L604.457 206.74L604.07 206.269L604.155 198.279L604.388 197.739L604.254 196.241L602.134 191.756L602.084 188.875L601.916 191.84L599.693 196.291L599.238 197.876L599.793 198.329L599.693 203.216L599.674 203.622L596.747 198.987L591.444 177.465H591.509V176.354C591.81 176.233 592.015 175.925 592.015 175.596C592.023 175.259 591.817 174.927 591.509 174.803V169.916H590.905V174.818C590.605 174.94 590.402 175.264 590.4 175.596C590.402 175.925 590.605 176.233 590.905 176.354V177.465H590.973L585.889 198.719C585.889 198.719 583.208 202.861 582.724 203.622L582.705 203.216L582.621 198.329L583.126 197.876L582.705 196.291L580.467 191.84L580.314 188.875L580.249 191.756L578.11 196.241L577.976 197.739L578.229 198.279L578.347 206.269L577.926 206.74L578.229 207.077V209.302L569.356 191.691C569.932 190.911 570.25 189.945 570.248 188.975C570.245 187.359 569.306 185.778 567.891 184.999L568.227 180.077L574.422 178.358V177.063L560.418 177.128L546.411 177.063V178.358L552.605 180.077L552.942 184.984C551.522 185.763 550.583 187.353 550.585 188.975C550.585 189.945 550.901 190.911 551.477 191.691L543.078 208.375H542.321V209.873L542.034 210.463L541.058 201.094L540.366 206.184L539.711 206.368L539.574 201.397H540.113L540.098 200.891H539.574L539.508 199.087H539.088L539.187 200.807H538.448L538.43 201.263H538.985L538.954 203.3L530.839 203.269L530.804 199.072L530.468 198.953L530.299 195.18C530.299 195.18 529.997 193.997 529.997 193.847C529.997 193.697 529.274 191.672 529.274 191.672L529.239 188.573L529.492 187.983L529.274 187.19C529.274 187.19 529.239 183.877 529.239 183.751C529.239 183.627 529.305 182.234 529.305 182.234L528.834 180.905L528.348 176.082L527.992 171.972C527.992 171.972 527.453 168.498 527.453 168.399C527.453 168.299 527.066 163.63 527.066 163.63L526.546 169.142L525.635 168.87C524.288 159.351 522.921 149.839 521.56 140.322C521.643 140.211 521.695 140.072 521.698 139.932C521.695 139.725 521.579 139.532 521.411 139.411C521.437 139.309 521.461 139.195 521.461 139.143C521.461 139.053 521.545 138.703 521.545 138.703L521.832 138.5H522.387L522.437 137.607L521.529 137.76L521.445 137.626L521.748 136.056H520.282C520.282 136.056 520.343 136.551 520.367 136.615C520.393 136.675 520.561 137.473 520.585 137.573C520.611 137.673 520.485 137.71 520.485 137.71L519.593 137.557L519.624 138.469C519.624 138.469 520.135 138.5 520.198 138.5C520.262 138.5 520.459 138.639 520.485 138.703C520.509 138.763 520.63 139.387 520.635 139.427C520.48 139.548 520.369 139.735 520.367 139.932C520.364 140.088 520.422 140.235 520.519 140.353L517.975 158.337L516.46 168.87L515.553 169.142L515.029 163.63C515.029 163.63 514.627 168.299 514.627 168.399C514.627 168.498 514.088 171.972 514.088 171.972L513.732 176.082L513.261 180.905L512.775 182.234C512.775 182.234 512.875 183.627 512.875 183.751C512.875 183.877 512.791 187.19 512.791 187.19L512.622 187.983L512.875 188.573L512.791 191.672C512.791 191.672 512.083 193.697 512.083 193.847C512.083 193.997 511.765 195.18 511.765 195.18L511.597 198.953L511.291 199.072L511.241 203.116L508.245 203.132L508.211 199.072L507.909 198.953L507.706 195.18C507.706 195.18 507.419 193.997 507.419 193.847C507.419 193.697 506.68 191.672 506.68 191.672L506.646 188.573L506.899 187.983L506.68 187.19C506.68 187.19 506.646 183.877 506.646 183.751C506.646 183.627 506.73 182.234 506.73 182.234L506.241 180.905L505.754 176.082L505.418 171.972C505.418 171.972 504.863 168.498 504.863 168.399C504.863 168.299 504.473 163.63 504.473 163.63L503.968 169.142L503.061 168.87C501.659 159.359 500.328 149.842 498.986 140.322V140.269C499.06 140.172 499.113 140.056 499.12 139.932C499.115 139.722 498.994 139.527 498.818 139.411C498.844 139.309 498.887 139.195 498.887 139.143C498.887 139.053 498.952 138.703 498.952 138.703L499.239 138.5H499.812L499.843 137.607L498.936 137.76L498.868 137.626L499.17 136.056H497.708C497.708 136.056 497.75 136.551 497.773 136.615C497.8 136.675 497.968 137.473 497.992 137.573C498.019 137.673 497.892 137.71 497.892 137.71L497 137.557L497.05 138.469C497.05 138.469 497.542 138.5 497.605 138.5C497.668 138.5 497.868 138.639 497.892 138.703C497.918 138.766 498.01 139.445 498.01 139.445C497.868 139.566 497.779 139.745 497.773 139.932C497.779 140.091 497.837 140.238 497.942 140.353L495.382 158.337L493.886 168.87L492.975 169.142L492.405 163.63C492.405 163.63 492.068 168.299 492.068 168.399C492.068 168.498 491.495 171.972 491.495 171.972L491.158 176.082L490.669 180.905L490.163 182.234C490.163 182.234 490.282 183.627 490.282 183.751C490.282 183.877 490.198 187.19 490.198 187.19L490.014 187.983L490.282 188.573L490.198 191.672C490.198 191.672 489.49 193.697 489.49 193.847C489.49 193.997 489.188 195.18 489.188 195.18L489.004 198.953L488.701 199.072L488.648 203.285L486.123 203.3L486.108 201.263H486.712L486.647 200.807H485.955L486.023 199.087H485.587L485.568 200.891H485.048L484.998 201.397H485.568L485.434 206.368L484.761 206.184L484.037 201.094L482.522 215.94H481.646V218.185H475.551L474.61 221.739L473.718 221.655L473.768 220.272L473.195 220.138L473.363 219.598L472.961 219.177L473.16 218.468V217.392L472.487 199.106L472.739 198.482L472.961 197.926L473.297 196.999L473.061 195.061L471.813 194.858L471.763 194.571L470.906 194.253L471.056 193.594L472.739 193.189L471.729 191.993L471.629 191.235L472.035 191.185L471.308 190.005L471.763 189.163L473.061 188.27L473.516 187.477L472.739 187.696L471.679 187.864L471.308 188.538L471.056 188.439V188.133C471.182 187.867 471.322 187.611 471.14 187.409C471.075 187.34 471.03 187.277 470.956 187.24C470.895 187.201 470.846 187.161 470.772 187.156C470.727 187.153 470.683 187.148 470.635 187.156C470.535 187.167 470.438 187.214 470.367 187.29C470.333 187.316 470.283 187.34 470.248 187.374C470.041 187.593 470.236 187.899 470.367 188.186V188.439L470.099 188.538L469.709 187.899L468.668 187.696L467.876 187.477L468.331 188.27L469.625 189.163L470.099 190.005L469.357 191.185L469.762 191.235L469.678 191.993L468.668 193.189L470.199 193.56L470.164 194.387L469.625 194.571L469.575 194.858L468.331 195.061L468.094 196.999L468.449 197.926L468.668 198.516L468.901 199.106L468.247 217.407V218.468L468.449 219.177L468.044 219.633L468.197 220.138L467.639 220.272L467.689 221.655L463.901 222.008L463.228 222.061V222.766L463.751 223.038L463.851 224.168L464.019 228.412L463.196 229.71L461.999 229.997V205.189C454.447 209.26 449.605 206.097 447.185 202.19C441.535 203.172 437.189 201.613 436.176 196.256C424.676 199.322 421.922 190.679 419.357 184.31C417.461 188.747 414.714 189.655 410.167 189.634V222.953L410.082 223.038L405.434 217.626L405.147 202.73L405.468 202.239L405.453 199.864L405.116 200.014L404.761 199.964L404.24 199.815V199.072L404.527 199.003L404.087 198.245H402.775L401.918 196.915L400.165 199.761H399.947V199.24L400.384 197.589V195.483H399.308V192.449H399.645L399.829 191.641V189.584H400.097L398.382 188.538L396.699 185.826L395.015 188.538L393.297 189.584H393.565V191.641L393.753 192.449H394.089V195.483H393.011V197.589L393.447 199.24V207.295L392.724 207.464V208.019H392.001V201.416H391.664V198.516L390.386 198.229V193.813L390.638 192.97L390.332 192.82L390.099 189.752V186.635L390.688 186.194L390.501 185.876L390.417 185.236L390.064 184.949L389.123 182.992L388.381 179.338L387.96 181.831L387.792 181.257H387.455V181.813H385.955V178.947L386.208 177.787V176.841H385.485V173.707L385.401 172.899L385.553 172.731L385.687 172.29V171.095H384.93V170.015L385.029 169.916L383.246 163.209L383.128 160.83L383.078 163.159L381.697 168.062L381.092 166.476L380.116 169.004L380.3 169.107V172.259L380.434 172.746L380.671 172.88L380.621 173.792V176.91H379.78V178.258H377.909V176.42L377.775 175.998V174.634L377.859 174.585L377.572 174.313L377.27 174.6L377.404 174.669V176.017L377.22 176.657V178.189L376.968 178.242H376.731L375.334 173.439L374.021 178.358L373.616 178.579L373.666 178.763L373.467 179.101V179.388L373.7 179.622V182.69L373.13 182.824V183.517L373.432 184.003V185.52L373.582 185.773V188.607L372.793 189.347V192.177H372.12L372.338 191.959L372.135 191.775L371.007 190.714L370.72 189.684L370.417 190.729L369.12 191.959L369.407 192.127V193.56L368.397 194.521L368.634 194.655V201.466L368.584 201.668V206.656H367.877V206.1H366.932V203.166L367.456 202.343V199.761H365.723L363.97 196.915L363.113 198.245H361.797L361.361 199.003L361.663 199.072V199.815L361.143 199.964L360.772 200.014L360.45 199.864L360.419 202.239L360.756 202.73L360.401 221.402L360.098 221.502L359.861 225.363C359.82 225.352 359.772 225.345 359.727 225.328L355.082 220.088L354.156 220.525L353.448 161.673L354.325 161.117L354.34 160.309L357.37 160.344L357.42 159.198L355.4 159.145V157.141L357.37 157.191L357.389 155.353H356.073V153.196L357.389 153.162V152.354L356.226 152.388L356.192 151.342C356.192 151.342 352.407 151.535 352.439 151.411C352.47 151.287 352.507 150.45 352.507 150.45L355.082 148.293L357.455 148.259L357.42 146.084C358.315 146.013 358.97 145.818 358.97 145.563C358.97 145.307 358.315 145.094 357.42 145.023L357.405 143.624C358.504 143.59 359.356 143.358 359.356 143.069C359.356 142.776 358.496 142.563 357.389 142.529L357.37 141.483C357.37 141.483 356.347 141.573 356.379 141.449C356.408 141.328 356.444 140.491 356.444 140.491L352.538 140.522L352.439 137.542L354.474 137.557L355.453 135.956L355.4 135.5L352.439 135.569L351.176 99.9589V101.575L351.16 99.8402L349.898 135.435L346.933 135.382L346.883 135.837L347.859 137.439L349.898 137.404L349.795 140.407L345.888 140.372C345.888 140.372 345.925 141.191 345.957 141.315C345.989 141.439 344.962 141.349 344.962 141.349L344.947 142.613C344.373 142.716 343.971 142.877 343.971 143.069C343.971 143.258 344.366 143.421 344.931 143.525L344.913 145.091C344.313 145.191 343.887 145.362 343.887 145.563C343.887 145.763 344.313 145.934 344.913 146.034L344.878 148.14L347.254 148.159L349.829 150.316C349.829 150.316 349.866 151.153 349.898 151.277C349.927 151.398 346.141 151.208 346.141 151.208L346.11 152.269L344.931 152.235V153.028L346.259 153.062V155.219H344.931L344.962 157.073L346.867 157.007C346.859 157.009 346.857 157.017 346.849 157.023H346.933V159.011L344.913 159.08L344.962 160.209L347.993 160.19L348.011 160.983L348.888 161.539L347.774 225.784L346.665 227.604L346.546 225.547L344.105 221.149L341.917 216.718C341.917 216.718 341.09 213.923 341.09 212.317C341.09 210.714 338.921 209.505 338.921 209.505L336.732 209.099L335.099 211.122L332.642 212.723L331.563 216.331L326.647 217.526L323.919 215.94L321.194 211.509L315.738 207.92L314.376 203.503L311.396 204.296L307.841 203.89L307.019 200.286L305.653 199.477L304.577 195.87L301.295 194.606L297.656 188.133V180.077H300.974V178.882H297.656V176.588H296.447V178.882H293.13V180.077H296.447V187.512C289.163 192.452 282.092 197.534 274.477 202.224C274.44 202.032 274.29 201.887 274.088 201.887C273.867 201.887 273.691 202.053 273.685 202.274C273.654 202.271 273.617 202.274 273.582 202.274C273.225 202.274 272.941 202.535 272.894 202.879L272.423 203.201C272.383 203.195 272.347 203.166 272.304 203.166C271.976 203.166 271.694 203.401 271.615 203.706L271.007 204.112C270.963 204.101 270.905 204.093 270.858 204.093C270.597 204.093 270.374 204.241 270.25 204.449C270.197 204.422 270.145 204.396 270.082 204.396C269.855 204.396 269.661 204.591 269.661 204.817C269.661 204.907 269.698 204.97 269.745 205.039C262.948 208.917 255.603 212.423 247.186 215.182L245.453 214.408L244.492 211.306L242.828 210.8V209.571H238.853L238.367 209.268V206.958H235.015V203.975H231.48L230.707 201.094L230.167 194.843L230.286 191.503V186.279L230.133 180.23L229.459 173.386L227.103 173.118V168.77L226.529 166.645H225.909L225.301 167.675H223.804V164.691L219.73 162.331V159.145L218.433 158.792V155.203H209.139V158.792L207.827 159.145V162.331L203.771 164.691V167.675H202.256L201.667 166.645H201.043L200.469 168.77V173.118L198.097 173.386L197.439 180.23L197.271 186.279V191.503L197.374 194.843L196.85 201.094L196.077 203.975H192.541V206.958H189.19V209.571H184.747V216.668H172.018V213.431L172.424 213.01H172.121L172.405 211.93L173.162 211.172L173.499 210.601H171.884V208.391H171.682L171.548 207.885L171.647 207.483L171.226 207.246L171.177 207.008V206.824L171.027 206.69H170.756V206.977L170.706 207.196L170.572 207.33C170.572 207.33 170.614 207.593 170.572 207.667C170.529 207.74 170.572 208.207 170.572 208.207H169.696L169.477 208.004L169.225 207.567L169.072 206.977L169.646 207.127C169.646 207.127 169.78 206.946 169.646 206.908C169.512 206.871 169.275 206.69 169.275 206.69V206.319L168.888 206.219L168.701 206.522C168.701 206.522 168.591 206.772 168.617 206.874C168.646 206.977 168.696 207.198 168.735 207.345L168.854 207.785L165.705 206.621L165.571 206.387L165.69 205.932L165.839 205.66L165.655 205.342V205.139L165.556 204.955L165.319 205.005L165.219 205.426L164.898 205.744L164.982 206.066L165.166 206.368L165.2 206.537L161.11 205.779C161.11 205.779 161.136 205.686 161.041 205.526C160.95 205.365 160.571 205.055 160.571 205.055L160.673 204.649L160.505 204.465C160.505 204.465 160.484 204.283 160.571 204.196L160.823 203.959L160.62 203.607L160.234 204.009L160.084 204.262L159.897 204.564L160.031 204.817L160.15 205.208L160.066 205.476L155.386 204.871V202.661L155.791 202.274L155.539 202.005L155.386 201.768L152.272 200.673L152.069 200.638V199.374L152.203 199.14L152.069 199.022C152.069 199.022 152.119 198.398 152.119 198.298C152.119 198.195 152.095 197.903 152.172 197.723C152.248 197.544 152.306 197.218 152.306 197.118C152.306 197.015 152.321 196.578 152.321 196.578L152.371 196.36L152.509 196.138L152.172 195.717L152.004 195.433L151.633 195.23L151.919 194.874L151.667 194.774L151.414 194.843V195.18L151.514 195.295L151.212 195.582C151.212 195.582 151.009 195.793 150.959 195.919C150.907 196.049 150.875 196.306 150.875 196.306L150.638 196.762L150.588 196.981L150.638 197.252L150.791 196.931L151.009 196.578L151.128 196.325L151.212 196.728V197.402L151.024 198.213L150.959 198.7L150.825 199.056H144.241L144.325 198.719L144.493 198.432C144.493 198.432 144.164 198.156 144.091 198.026C144.017 197.9 142.557 197.302 142.557 197.302L140.839 197.015C140.839 197.015 140.977 196.267 140.977 196.038C140.977 195.809 141.018 195.577 141.042 195.348C141.068 195.117 141.126 194.774 141.126 194.774C141.126 194.774 140.9 194.695 140.874 194.874C140.85 195.053 140.755 195.398 140.755 195.398L140.587 195.717C140.587 195.717 140.513 195.812 140.437 195.632C140.361 195.454 140.25 195.096 140.25 195.096C140.25 195.096 140.337 195.021 140.135 194.79C139.93 194.561 139.745 194.403 139.745 194.403L139.848 194L139.745 193.594L139.661 193.579C139.614 193.46 139.511 193.51 139.511 193.51L139.443 193.526L139.393 193.51C139.393 193.51 139.29 193.463 139.24 193.579L139.14 193.594L139.041 194L139.14 194.403C139.14 194.403 138.975 194.561 138.769 194.79C138.567 195.021 138.635 195.096 138.635 195.096C138.635 195.096 138.528 195.454 138.452 195.632C138.375 195.812 138.299 195.717 138.299 195.717L138.13 195.398C138.13 195.398 138.054 195.053 138.031 194.874C138.004 194.695 137.778 194.774 137.778 194.774C137.778 194.774 137.82 195.117 137.843 195.348C137.87 195.577 137.928 195.809 137.928 196.038C137.928 196.267 138.046 197.015 138.046 197.015L136.347 197.302C136.347 197.302 134.871 197.9 134.798 198.026C134.724 198.156 134.392 198.432 134.392 198.432L134.561 198.719L134.664 199.056H128.064L127.945 198.7L127.861 198.213L127.693 197.402V196.728L127.761 196.325L127.895 196.578L128.098 196.931L128.247 197.252L128.297 196.981L128.247 196.762L128.014 196.306C128.014 196.306 127.995 196.049 127.945 195.919C127.895 195.793 127.693 195.582 127.693 195.582L127.372 195.295L127.474 195.18V194.843L127.222 194.774L126.969 194.874L127.256 195.23L126.901 195.433L126.717 195.717L126.38 196.138L126.514 196.36L126.564 196.578C126.564 196.578 126.583 197.015 126.583 197.118C126.583 197.218 126.641 197.544 126.717 197.723C126.793 197.903 126.767 198.195 126.767 198.298C126.767 198.398 126.816 199.022 126.816 199.022L126.682 199.14L126.816 199.374V200.638L126.614 200.673L123.499 201.768L123.365 202.005L123.097 202.274L123.499 202.661V204.871L118.82 205.476L118.755 205.208L118.854 204.817L118.988 204.564L118.805 204.262L118.671 204.009L118.265 203.607L118.081 203.959L118.315 204.196C118.404 204.283 118.384 204.465 118.384 204.465L118.215 204.649L118.315 205.055C118.315 205.055 117.936 205.365 117.844 205.526C117.752 205.686 117.776 205.779 117.776 205.779L113.685 206.537L113.735 206.368L113.903 206.066L113.988 205.744L113.685 205.426L113.567 205.005L113.349 204.955L113.23 205.139V205.342L113.046 205.66L113.199 205.932L113.333 206.387L113.18 206.621L110.031 207.785C110.031 207.785 110.111 207.496 110.15 207.345C110.19 207.198 110.242 206.977 110.268 206.874C110.295 206.772 110.184 206.522 110.184 206.522L110 206.219L109.611 206.319V206.69C109.611 206.69 109.377 206.871 109.243 206.908C109.106 206.946 109.243 207.127 109.243 207.127L109.813 206.977L109.664 207.567L109.411 208.004L109.209 208.207H108.317C108.317 208.207 108.359 207.74 108.317 207.667C108.272 207.593 108.317 207.33 108.317 207.33L108.18 207.196L108.13 206.977V206.69H107.862L107.728 206.824V207.008L107.659 207.246L107.238 207.483L107.338 207.885L107.204 208.391H107.001V210.601H105.402L105.738 211.172L106.481 211.93L106.783 213.01H106.465L106.886 213.431V216.668H98.7864V201.837L99.7622 201.01V195.28L99.0888 195.127V193.61L100.722 192.212L101.331 190.342L100.049 190.04H97.0375L94.4936 191.304L94.0073 192.82L95.2854 193.897V194.537L63.483 189.634L63.2648 196.023L65.2196 196.578V198.145L64.6117 205.679L62.8284 232.089C62.8284 232.089 63.9146 232.357 64.0224 231.985C64.1302 231.617 65.7556 206.656 65.7556 206.656L66.295 206.556L68.5867 232.357L70.1018 232.257L66.7347 198.516L66.1953 198.229L65.9772 196.846L96.4981 200.91V216.668H82.5064C82.5064 216.668 81.6963 216.278 81.6647 216.162C81.6356 216.046 81.4963 215.875 81.4963 215.875L81.2782 216.262L80.9913 215.975L80.7077 215.469L80.4707 215.603L80.6546 216.296H79.476L79.1738 216.599L78.8371 216.025L78.6532 216.718L78.1636 217.005V217.863L77.6587 217.997L77.7274 218.185L78.3509 218.353V225.313L77.8269 225.463L77.9299 225.853H78.3664V232.744H54.4264L52.1726 213.818L51.3962 208.207V207.027L53.9557 206.621L53.6689 201.852L12.2396 205.51V205.039L13.8887 204.227L13.2651 203.101L9.93249 202.155H6.02615L4.36145 202.374L5.1346 203.775L7.27326 204.817V205.947L6.39713 206.066V210.348L7.67525 210.953V231.246H4.42683C4.42683 231.246 4.29283 232.089 4.30833 232.744H0M1092.75 217.695L1092.13 218.1V229.105C1091.44 227.551 1090.57 225.587 1089.71 223.643C1088.02 219.856 1086.49 216.446 1086.37 216.178L1092.75 216.499V217.695ZM1092.94 211.022L1092.55 211.78L1092.23 213.11V214.998L1086.62 215.488L1092.94 203.235V211.022ZM659.254 217.595C659.115 217.421 658.644 216.48 658.7 216.48C658.723 216.48 658.9 216.733 659.086 217.055C659.399 217.595 659.493 217.889 659.254 217.595ZM12.6262 232.744V231.108H10.6402V210.279L35.6899 208.356V217.289L31.397 218.081V220.694L42.3053 218.706V215.301L36.7686 216.312V208.272L50.4049 207.23L50.1335 208.272L49.4258 208.475L45.1861 232.744H12.6262ZM47.172 232.744L49.9841 214.477L50.6885 214.542C50.6885 214.542 52.4009 229.547 52.846 232.744H47.172ZM79.8734 221.002C79.8869 219.253 82.3226 219.217 82.3724 221.002V224.275H79.8734V221.002ZM83.0222 232.949H80.5232V228.699C80.5367 226.429 82.9723 226.379 83.0222 228.699V232.949ZM88.1278 231.662H86.9729V228.265H88.1278V231.662ZM88.9435 224.275H86.4445V221.002C86.4578 219.253 88.8934 219.217 88.9435 221.002V224.275ZM92.7501 231.662H91.5926V228.265H92.7501V231.662ZM93.2047 224.275H90.7029V221.002C90.7165 219.253 93.1548 219.217 93.2047 221.002V224.275ZM96.5744 231.662H95.4194V228.265H96.5744V231.662ZM97.2478 224.275H94.7488V221.002C94.7595 219.253 97.1979 219.217 97.2478 221.002V224.275ZM105.433 221.002C105.447 219.253 107.883 219.217 107.933 221.002V224.275H105.433V221.002ZM100.691 231.662H99.5365V228.265H100.691V231.662ZM101.58 224.275H99.0814V221.002C99.0914 219.253 101.53 219.217 101.58 221.002V224.275ZM108.222 232.949H105.073V228.699C105.089 226.429 108.159 226.379 108.222 228.699V232.949ZM112.031 223.448L109.89 223.701V219.488C109.9 217.239 111.989 216.942 112.031 219.235V223.448ZM117.142 222.856L114.617 223.122V218.688C114.63 216.317 117.089 216.004 117.142 218.421V222.856ZM124 222.469L120.322 222.759V217.942C120.341 215.369 123.926 215.03 124 217.652V222.469ZM133.596 233H129.552V224.615H133.596V233ZM133.709 221.781H130.031V216.965C130.049 214.393 133.635 214.337 133.709 216.965V221.781ZM137.607 216.965C137.625 214.393 141.21 214.337 141.284 216.965V221.781H137.607V216.965ZM141.468 233H137.422V224.615H141.468V233ZM145.183 216.965C145.201 214.393 148.786 214.337 148.86 216.965V221.781H145.183V216.965ZM149.339 233H145.293V224.615H149.339V233ZM158.569 222.759L154.892 222.469V217.652C154.962 215.03 158.55 215.369 158.569 217.942V222.759ZM164.271 223.122L161.749 222.856V218.421C161.799 216.004 164.261 216.317 164.271 218.688V223.122ZM169.001 223.701L166.86 223.448V219.235C166.903 216.942 168.991 217.239 169.001 219.488V223.701ZM170.669 221.002C170.682 219.253 173.118 219.217 173.168 221.002V224.275H170.669V221.002ZM173.817 232.949H171.318V228.699C171.332 226.429 173.768 226.379 173.817 228.699V232.949ZM178.921 231.662H177.766V228.265H178.921V231.662ZM179.739 224.275H177.24V221.002C177.25 219.253 179.689 219.217 179.739 221.002V224.275ZM183.543 231.662H182.388V228.265H183.543V231.662ZM183.997 224.275H181.498V221.002C181.512 219.253 183.947 219.217 183.997 221.002V224.275ZM187.37 231.662H186.215V228.265H187.37V231.662ZM188.04 224.275H185.541V221.002C185.555 219.253 187.993 219.217 188.04 221.002V224.275ZM191.487 231.662H190.329V228.265H191.487V231.662ZM192.373 224.275H189.874V221.002C189.887 219.253 192.325 219.217 192.373 221.002V224.275ZM196.229 221.002C196.242 219.253 198.678 219.217 198.728 221.002V224.275H196.229V221.002ZM199.017 232.949H195.869V228.699C195.885 226.429 198.954 226.379 199.017 228.699V232.949ZM217.938 178.79H221.361V182.479H217.938V178.79ZM212.072 178.79H215.495V182.479H212.072V178.79ZM219.553 206.732V211.604H208.011V206.732C208.011 197.005 219.553 197.009 219.553 206.732ZM206.204 178.79H209.629V182.479H206.204V178.79ZM208.761 219.346H204.623V215.654H208.761V219.346ZM215.852 219.346H211.714V215.654H215.852V219.346ZM222.944 219.346H218.806V215.654H222.944V219.346ZM272.725 211.172L270.487 211.206V210.735H272.725V211.172ZM273.146 211.543V213.615H271.665V211.559L273.146 211.543ZM271.344 211.577V213.615H270.066V211.593L271.344 211.577ZM236.222 217.7C233.258 217.7 228.552 220.802 225.588 220.802C223.126 220.967 227.247 219.585 228.066 218.911C230.851 216.259 234.489 214.925 237.853 213.152C238.811 213.513 239.734 215.235 240.978 215.814C243.643 217.076 246.457 218.313 248.286 220.802C243.682 220.802 240.826 217.7 236.222 217.7ZM270.234 219.548H268.853L266.462 221.318H262.743L252.707 218.621L252.389 218.25L248.552 215.791L248.012 215.553C256.358 212.76 263.663 209.239 270.418 205.357C270.542 205.458 270.687 205.51 270.858 205.51C271.163 205.51 271.431 205.31 271.531 205.039L272.036 204.733L271.899 208.172L271.195 210.076H269.393V210.735H270.15V211.222L268.669 211.256L268.111 213.615L267.809 214.424L267.927 214.914L275.335 215.117L275.756 214.408L275.553 213.684L275.166 211.137L273.077 211.172V210.735H273.938V210.076H272.388L272.878 208.494C272.878 208.494 272.833 205.176 272.878 204.312V204.296C272.933 204.217 272.975 204.125 272.993 204.028C273.065 203.975 273.257 203.835 273.467 203.672C273.504 203.68 273.543 203.691 273.582 203.691C273.948 203.691 274.232 203.419 274.275 203.067C281.85 198.439 288.837 193.423 296.007 188.538L294.121 191.993L291.144 194.858L290.115 198.279L287.134 205.104L283.852 203.503L280.588 210.716L279.493 213.937L275.939 216.718L270.234 219.548ZM269.745 211.593V213.615H268.398L268.869 211.593H269.745ZM273.467 213.615V211.543L274.948 211.528L275.25 213.615H273.467ZM323.721 222.924C321.402 220.868 317.527 220.802 314.429 220.804C312.558 220.807 303.912 209.376 302.041 209.376C299.072 209.378 302.878 220.81 299.911 220.81C296.878 220.81 297.136 215.574 294.103 215.567C289.342 215.559 281.288 220.775 276.527 220.754C281.382 218.666 286.782 214.806 289.092 209.457C290.057 209.276 291.328 209.178 292.254 208.536C295.547 206.052 296.141 201.505 297.809 197.947V197.95L297.914 197.703L298.062 197.349C299.487 202.158 303.423 206.769 308.686 207.121C310.73 208.989 313.282 210.566 315.297 212.578C318.608 219.648 328.099 222.182 334.89 218.753C336.327 217.308 336.797 219.746 337.348 220.768C332.805 220.775 331.876 230.15 323.721 222.924ZM363.778 202.632H362.894V201.813C362.894 200.799 363.778 200.775 363.778 201.813V202.632ZM364.065 201.813C364.065 200.799 364.949 200.775 364.949 201.813V202.632H364.065V201.813ZM365.591 213.615H364.283V212.404C364.283 210.901 365.591 210.866 365.591 212.404V213.615ZM366.017 212.404C366.017 210.901 367.324 210.866 367.324 212.404V213.615H366.017V212.404ZM367.519 223.867H366.382V223.006C366.382 221.94 367.519 221.913 367.519 223.006V223.867ZM370.213 197.616C370.213 195.994 371.625 195.956 371.625 197.616V198.927H370.213V197.616ZM370.16 223.867H369.021V223.006C369.021 221.94 370.16 221.913 370.16 223.006V223.867ZM370.525 213.615H369.218V212.404C369.218 210.901 370.525 210.866 370.525 212.404V213.615ZM372.257 213.615H370.952V212.404C370.952 210.901 372.257 210.866 372.257 212.404V213.615ZM376.841 225.974H375.52V217.597H376.841V225.974ZM376.96 198.927H375.545V197.616C375.545 195.994 376.96 195.956 376.96 197.616V198.927ZM387.074 197.616C387.074 195.994 388.489 195.956 388.489 197.616V198.927H387.074V197.616ZM383.543 184.757C383.543 183.688 384.472 183.664 384.472 184.757V185.618H383.543V184.757ZM383.543 188.254C383.543 187.187 384.472 187.161 384.472 188.254V189.117H383.543V188.254ZM382.312 184.757C382.312 183.688 383.241 183.664 383.241 184.757V185.618H382.312V184.757ZM382.312 188.254C382.312 187.187 383.241 187.161 383.241 188.254V189.117H382.312V188.254ZM381.742 197.616C381.742 195.994 383.154 195.956 383.154 197.616V198.927H381.742V197.616ZM380.034 184.757C380.034 183.688 380.965 183.664 380.965 184.757V185.618H380.034V184.757ZM380.034 188.254C380.034 187.187 380.965 187.161 380.965 188.254V189.117H380.034V188.254ZM378.803 184.757C378.803 183.688 379.732 183.664 379.732 184.757V185.618H378.803V184.757ZM378.803 188.254C378.803 187.187 379.732 187.161 379.732 188.254V189.117H378.803V188.254ZM386.129 227.707H379.764V223.965C379.764 219.333 386.129 219.227 386.129 223.965V227.707ZM378.414 213.063V211.848C378.414 210.348 380.271 210.313 380.271 211.848V213.063H378.414ZM387.476 213.063H385.619V211.848C385.619 210.348 387.476 210.313 387.476 211.848V213.063ZM388.578 208.891H387.492V208.125H386.405V207.327H385.351V206.493H384.025V205.726H381.792V206.493H380.471V207.327H379.417V208.125H378.327V208.891H377.244V207.274H378.327V206.511H379.417V205.711H380.471V204.875H381.792V204.112H384.025V204.875H385.351V205.711H386.405V206.511H387.492V207.274H388.578V208.891ZM390.372 225.974H389.052V217.597H390.372V225.974ZM394.775 194.803C394.775 193.897 395.491 193.876 395.491 194.803V195.535H394.775V194.803ZM394.941 213.615H393.634V212.404C393.634 210.901 394.941 210.866 394.941 212.404V213.615ZM395.367 212.404C395.367 210.901 396.674 210.866 396.674 212.404V213.615H395.367V212.404ZM396.869 223.867H395.733V223.006C395.733 221.94 396.869 221.913 396.869 223.006V223.867ZM397.054 195.535H396.338V194.803C396.338 193.897 397.054 193.876 397.054 194.803V195.535ZM397.901 194.803C397.901 193.897 398.616 193.876 398.616 194.803V195.535H397.901V194.803ZM399.508 223.867H398.371V223.006C398.371 221.94 399.508 221.913 399.508 223.006V223.867ZM399.876 213.615H398.569V212.404C398.569 210.901 399.876 210.866 399.876 212.404V213.615ZM401.607 213.615H400.299V212.404C400.299 210.901 401.607 210.866 401.607 212.404V213.615ZM417.676 232.807H415.419V222.78H417.676V232.807ZM430.7 232.807H428.443V222.78H430.7V232.807ZM443.726 232.807H441.469V222.78H443.726V232.807ZM456.752 232.807H454.495V222.78H456.752V232.807ZM459.856 220.52H412.316V219.109H459.856V220.52ZM497.486 181.747C497.486 181.204 497.805 180.96 498.095 180.954C498.384 180.949 498.684 181.178 498.684 181.747V183.364H497.486V181.747ZM497.184 188.033C497.184 187.179 497.639 186.745 498.095 186.734C498.547 186.726 499.021 187.143 499.021 188.033V190.545H497.184V188.033ZM494.762 217.373C494.762 215.332 495.217 214.245 495.669 214.224C496.124 214.2 496.58 215.24 496.58 217.373V223.39H494.762V217.373ZM496.645 232.744H494.609V229.997C494.609 227.751 495.111 226.566 495.619 226.542C496.127 226.519 496.645 227.651 496.645 229.997V232.744ZM497.085 196.865C497.085 195.103 497.584 194.221 498.095 194.2C498.602 194.182 499.12 195.024 499.12 196.865V202.036H497.085V196.865ZM497.823 217.373C497.823 215.332 498.278 214.245 498.734 214.224C499.189 214.2 499.66 215.24 499.66 217.373V223.39H497.823V217.373ZM500.031 232.744H498.076V228.783C498.076 227.283 498.563 226.493 499.055 226.474C499.546 226.458 500.031 227.217 500.031 228.783V232.744ZM508.735 207.632C508.735 206.418 509.211 205.792 509.676 205.779C510.142 205.766 510.587 206.366 510.587 207.632V210.919H508.735V207.632ZM506.091 209.62C506.091 208.636 506.489 208.133 506.864 208.123C507.243 208.112 507.572 208.591 507.572 209.62V210.869H506.091V209.62ZM512.504 232.744H506.864V223.206C506.864 218.914 508.269 216.665 509.676 216.615C511.084 216.567 512.504 218.721 512.504 223.206V232.744ZM513.28 210.869H511.765V209.62C511.765 208.636 512.128 208.133 512.504 208.123C512.883 208.112 513.28 208.591 513.28 209.62V210.869ZM522.758 217.373C522.758 215.332 523.247 214.245 523.699 214.224C524.154 214.2 524.61 215.24 524.61 217.373V222.448H523.97L523.886 222.364V223.39H522.758V217.373ZM520.803 181.931C520.803 181.389 521.087 181.094 521.377 181.089C521.666 181.083 521.95 181.365 521.95 181.931V183.498H520.803V181.931ZM519.709 217.373C519.709 215.332 520.183 214.245 520.635 214.224C521.09 214.2 521.529 215.24 521.529 217.373V223.39H519.709V217.373ZM521.595 232.744H519.624V228.783C519.624 227.283 520.111 226.493 520.604 226.474C521.095 226.458 521.595 227.217 521.595 228.783V232.744ZM522.303 202.036H520.248V196.865C520.248 195.103 520.767 194.221 521.277 194.2C521.784 194.182 522.303 195.024 522.303 196.865V202.036ZM522.303 190.545H520.485V188.033C520.485 187.179 520.921 186.745 521.377 186.734C521.832 186.726 522.303 187.143 522.303 188.033V190.545ZM524.778 232.744H522.723V229.997C522.723 227.751 523.242 226.566 523.749 226.542C523.797 226.54 523.839 226.561 523.886 226.577V227.435H524.457C524.644 228.007 524.778 228.855 524.778 229.997V232.744ZM555.215 180.399L556.512 178.848L558.834 178.947V179.101L560.399 179.032L561.983 179.101V178.947L564.306 178.848L565.618 180.399L565.771 184.425C563.614 184.391 561.56 186.103 561.207 188.236L560.468 188.27L559.607 188.236C559.258 186.11 557.217 184.398 555.062 184.425L555.215 180.399ZM555.536 193.629H565.281L567.489 198.363L560.418 198.447L553.329 198.363L555.536 193.629ZM575.08 219.43V223.425H574.02V225.547H572.792V214.695H570.416C570.416 214.695 570.906 205.966 570.416 205.966H550.401C549.912 205.966 550.401 214.695 550.401 214.695H548.044V225.547H546.813V223.425H545.753V219.43H545.382V216.178L551.209 203.503L559.66 203.638V203.672L560.418 203.656L561.176 203.672V203.638L569.609 203.503L576.932 219.43H575.08ZM576.545 212.823L577.031 212.654L578.229 215.032V215.351L577.808 215.806L576.545 212.823ZM578.313 217.005L577.976 216.212L578.313 216.396V217.005ZM579.254 199.846C579.26 199.248 579.404 198.943 579.541 198.938C579.678 198.932 579.804 199.227 579.809 199.846V202.105H579.254V199.846ZM580.215 212.064H579.625L579.407 211.643V209.808C579.413 209.21 579.596 208.886 579.794 208.881C579.991 208.876 580.204 209.189 580.215 209.808V212.064ZM580.704 202.105H580.165V199.846C580.167 199.248 580.296 198.943 580.433 198.938C580.57 198.932 580.696 199.227 580.704 199.846V202.105ZM581.611 202.105H581.056V199.846C581.059 199.248 581.206 198.943 581.343 198.938C581.48 198.932 581.606 199.227 581.611 199.846V202.105ZM587.186 212.401H586.091V209.337C586.096 208.528 586.362 208.128 586.627 208.123C586.896 208.114 587.172 208.499 587.186 209.337V212.401ZM588.885 212.401H587.79V209.337C587.798 208.528 588.045 208.128 588.311 208.123C588.58 208.114 588.871 208.499 588.885 209.337V212.401ZM591.326 212.401H590.266V209.352C590.271 208.544 590.521 208.128 590.786 208.123C591.052 208.114 591.312 208.518 591.326 209.352V212.401ZM593.009 212.401H591.915V209.352C591.923 208.544 592.204 208.128 592.47 208.123C592.736 208.114 592.996 208.518 593.009 209.352V212.401ZM595.485 212.47H594.406V209.436C594.414 208.628 594.679 208.212 594.945 208.207C595.211 208.199 595.471 208.602 595.485 209.436V212.47ZM597.149 212.47H596.089V209.436C596.097 208.628 596.363 208.212 596.629 208.207C596.895 208.199 597.136 208.602 597.149 209.436V212.47ZM618.89 232.744H614.771V112.696H618.89V232.744ZM649.287 221.618H639.784V139.853H649.287V221.618ZM674.306 218.487C674.243 218.584 674.229 218.495 674.272 218.235C674.308 217.997 674.332 217.863 674.356 217.829C674.377 217.797 674.39 217.881 674.39 218.066C674.388 218.218 674.356 218.408 674.306 218.487ZM674.169 215.048C674.208 215.048 674.24 215.303 674.222 215.622C674.201 215.977 674.232 216.244 674.306 216.331C674.446 216.499 674.382 216.526 674.222 216.362C674.098 216.238 674.051 215.048 674.169 215.048ZM673.885 219.127L674.119 218.909L674.019 219.196C673.959 219.348 673.856 219.53 673.801 219.598C673.743 219.667 673.672 219.717 673.633 219.717C673.494 219.717 673.648 219.348 673.885 219.127ZM666.157 210.229C666.162 210.237 666.167 210.261 666.172 210.295H666.157C666.18 210.442 666.18 210.651 666.157 210.769C666.133 210.884 666.122 210.777 666.122 210.516C666.122 210.319 666.143 210.206 666.157 210.229ZM666.394 211.577C666.591 211.606 666.731 211.585 666.796 211.493C666.92 211.327 666.862 208.612 666.731 208.325C666.654 208.162 666.667 208.146 666.899 208.207C667.314 208.312 668.4 208.286 668.514 208.172C668.584 208.104 668.719 208.085 668.866 208.088C669.016 208.091 669.174 208.117 669.271 208.188C669.542 208.394 670.097 209.758 670.097 210.21C670.097 210.645 669.945 210.89 669.708 210.8C669.634 210.771 669.487 210.829 669.39 210.938C669.137 211.217 669.308 211.343 669.91 211.306L670.415 211.275L670.752 210.632C671.06 210.066 671.083 209.971 670.97 209.789C670.855 209.597 670.876 209.594 671.326 209.842C671.967 210.189 672.125 210.366 672.183 210.884C672.223 211.227 672.202 211.33 672.099 211.306C672.025 211.29 671.973 211.346 671.98 211.443C671.996 211.617 671.988 211.612 670.702 211.796C669.913 211.906 668.929 211.906 668.582 211.796C668.45 211.753 667.832 211.712 667.217 211.712C666.601 211.706 666.088 211.672 666.088 211.627C666.088 211.593 666.227 211.554 666.394 211.577ZM664.626 220.173C664.407 220.146 664.423 220.141 664.726 220.123C665.257 220.101 665.889 219.522 665.954 218.993C666.002 218.63 666.328 217.852 666.478 217.763C666.593 217.689 666.709 218.332 666.646 218.721C666.58 219.116 666.672 219.206 666.899 218.959C667.077 218.761 667.117 218.255 666.999 217.695C666.885 217.155 667.007 216.886 667.638 216.228C668.33 215.517 668.572 215.414 669.708 215.488C670.25 215.522 670.662 215.512 670.886 215.435C671.007 215.396 671.115 215.375 671.207 215.369C671.486 215.353 671.662 215.493 671.812 215.841C671.91 216.059 672.243 216.486 672.554 216.802C673.303 217.563 673.53 217.929 673.53 218.3C673.53 218.698 673.135 219.246 672.841 219.246C672.594 219.246 672.167 219.598 672.252 219.732C672.281 219.783 672.43 219.817 672.57 219.817C672.711 219.819 672.249 219.988 671.559 220.188C669.576 220.768 669.611 220.775 664.626 220.173ZM667.454 232.678C667.44 232.699 667.43 232.72 667.419 232.744H666.796C666.815 232.67 666.859 232.604 666.949 232.541C667.188 232.372 667.196 232.265 667.014 231.077C666.941 230.574 666.825 229.779 666.761 229.308C666.701 228.833 666.583 228.233 666.509 227.975C666.425 227.667 666.383 227.517 666.394 227.485C666.401 227.454 666.464 227.54 666.578 227.757C666.683 227.954 666.859 228.607 666.964 229.189C667.069 229.771 667.217 230.376 667.301 230.537C667.514 230.948 667.614 232.368 667.454 232.678ZM674.643 230.434C674.585 231.335 674.543 231.535 674.372 231.717C674.261 231.836 674.113 232.086 674.054 232.257C673.99 232.426 673.906 232.636 673.866 232.728C673.864 232.734 673.869 232.738 673.866 232.744H668.246C668.235 232.686 668.246 232.618 668.296 232.56C668.372 232.467 668.392 232.275 668.345 231.97C668.308 231.72 668.256 230.974 668.246 230.319C668.232 229.66 668.18 228.936 668.127 228.699C667.964 227.993 667.935 227.203 668.077 227.232C668.467 227.312 670.52 227.374 670.97 227.316C671.386 227.267 671.678 227.143 672.233 226.78C672.627 226.519 672.98 226.305 673.009 226.305C673.038 226.305 673.175 226.537 673.312 226.811C673.448 227.088 673.724 227.527 673.916 227.791C674.112 228.051 674.369 228.512 674.49 228.818C674.695 229.329 674.703 229.449 674.643 230.434ZM676.055 231.851C675.961 232.031 675.871 232.196 675.871 232.223C675.868 232.249 675.808 232.42 675.737 232.594C675.713 232.649 675.7 232.694 675.684 232.744H674.911C675.011 232.676 675.064 232.591 675.064 232.476C675.064 232.346 675.019 232.207 674.961 232.173C674.895 232.13 674.961 232.004 675.148 231.836C675.395 231.607 675.442 231.496 675.45 231.108C675.453 230.858 675.506 230.09 675.569 229.408L675.684 228.159L675.905 228.833C676.223 229.758 676.307 231.377 676.055 231.851ZM689.115 227.011H686.538V180.393H689.115V227.011ZM694.213 220.223H691.635V155.308H694.213V220.223ZM699.311 214.542H696.733V170.042H699.311V214.542ZM729.256 155.906H731.618V158.332H729.256V155.906ZM728.104 155.906V158.332H725.744V155.906H728.104ZM715.843 124.383H728.559V126.202H715.843V124.383ZM728.559 130.929V133.475H715.964V130.929H728.559ZM714.389 139.658V137.72H730.014V139.658H714.389ZM716.78 155.906H719.142V158.332H716.78V155.906ZM713.268 155.906H715.63V158.332H713.268V155.906ZM715.602 167.424H713.3V163.3H715.602V167.424ZM715.662 162.453H713.239V159.059H715.662V162.453ZM719.113 167.424H716.812V163.3H719.113V167.424ZM719.174 162.453H716.751V159.059H719.174V162.453ZM724.442 224.773H720.323V150.329H724.442V224.773ZM728.075 167.424H725.773V163.3H728.075V167.424ZM728.135 162.453H725.713V159.059H728.135V162.453ZM731.587 167.424H729.285V163.3H731.587V167.424ZM731.647 162.453H729.224V159.059H731.647V162.453ZM749.339 226.026H747.199V216.373C747.199 207.772 749.339 207.814 749.339 216.373V226.026ZM753.564 226.026H750.947V216.373C750.947 207.772 753.564 207.814 753.564 216.373V226.026ZM757.312 226.026H755.172V216.373C755.172 207.772 757.312 207.814 757.312 216.373V226.026ZM759.188 185.383H757.047V181.428C757.047 177.903 759.188 177.921 759.188 181.428V185.383ZM764.664 195.459H763.565V193.015H764.664V195.459ZM769.799 193.015H770.899V195.459H769.799V193.015ZM767.782 195.459H766.682V193.015H767.782V195.459ZM771.767 226.113H769.625V222.158C769.625 218.632 771.767 218.65 771.767 222.158V226.113ZM778.24 226.113H776.097V222.158C776.097 218.632 778.24 218.65 778.24 222.158V226.113ZM784.711 226.113H782.57V222.158C782.57 218.632 784.711 218.65 784.711 222.158V226.113ZM831.512 205.52H829.781V203.551C829.781 201.797 831.512 201.805 831.512 203.551V205.52ZM836.242 228.62H833.935V221.21C833.935 214.608 836.242 214.643 836.242 221.21V228.62ZM840.79 228.62H837.97V221.21C837.97 214.608 840.79 214.643 840.79 221.21V228.62ZM838.236 205.52V202.916C838.236 200.597 840.525 200.607 840.525 202.916V205.52H838.236ZM839.38 196.17C838.506 196.17 837.712 195.372 837.715 194.5C837.712 193.626 838.506 192.828 839.38 192.828C840.253 192.828 841.048 193.626 841.045 194.5C841.048 195.372 840.253 196.17 839.38 196.17ZM844.825 228.62H842.518V221.21C842.518 214.608 844.825 214.643 844.825 221.21V228.62ZM848.978 205.52H847.248V203.551C847.248 201.797 848.978 201.805 848.978 203.551V205.52ZM876.019 171.195C875.969 170.377 878.692 170.384 878.734 171.195V173.723H876.009L876.041 173.699L876.019 171.195ZM876.041 179.917L876.022 177.413C875.969 176.593 878.692 176.602 878.734 177.413V179.943H876.009L876.041 179.917ZM876.041 186.136L876.019 183.63C875.967 182.814 878.692 182.822 878.734 183.63V186.161H876.009L876.041 186.136ZM872.621 171.195C872.568 170.377 875.293 170.384 875.333 171.195V173.723H872.61L872.642 173.699L872.621 171.195ZM871.934 186.161H869.209L869.244 186.136L869.223 183.63C869.17 182.814 871.893 182.822 871.934 183.63V186.161ZM871.934 179.943H869.209L869.244 179.917L869.223 177.413C869.17 176.593 871.893 176.602 871.934 177.413V179.943ZM871.934 173.723H869.209L869.244 173.699L869.223 171.195C869.17 170.377 871.893 170.384 871.934 171.195V173.723ZM872.642 179.917L872.621 177.413C872.568 176.593 875.291 176.602 875.333 177.413V179.943H872.608L872.642 179.917ZM872.621 183.63C872.568 182.814 875.293 182.822 875.333 183.63V186.161H872.61L872.642 186.136L872.621 183.63ZM879.176 231.951H873.815V227.156C874.105 224.923 878.773 224.773 879.176 227.156V231.951ZM888.009 231.951H882.645V227.156C882.935 224.923 887.604 224.773 888.009 227.156V231.951ZM896.839 231.951H891.476V227.156C891.765 224.923 896.435 224.773 896.839 227.156V231.951ZM905.67 231.951H900.309V227.156C900.596 224.923 905.265 224.773 905.67 227.156V231.951ZM914.5 231.951H909.14V227.156C909.429 224.923 914.098 224.773 914.5 227.156V231.951ZM923.333 231.951H917.97V227.156C918.259 224.923 922.929 224.773 923.333 227.156V231.951ZM932.164 231.951H926.801V227.156C927.089 224.923 931.759 224.773 932.164 227.156V231.951ZM951.474 232.744H949.32L949.756 213.481L952.652 213.581L951.474 232.744ZM962.114 232.744H958.039L958.208 213.784L962.688 213.818L962.114 232.744ZM966.373 197.505L966.491 197.268L966.759 197.12L966.728 197.471V197.792H966.341L966.373 197.505ZM966.61 232.744L966.878 213.363H966.947V213.397H975.33L975.567 232.744H966.61ZM980.078 232.744L979.504 213.868L983.984 213.818L984.153 232.744H980.078ZM990.718 232.744L989.54 213.581L992.432 213.516L992.872 232.744H990.718ZM1012.03 171.248C1012.03 168.546 1013.98 168.649 1013.98 171.248V176.154H1012.03V171.248ZM1014.09 228.946H1011.26V223.053C1011.26 219.809 1014.09 219.933 1014.09 223.053V228.946ZM1015.61 171.235C1015.61 168.533 1017.55 168.636 1017.55 171.235V176.143H1015.61V171.235ZM1019.13 228.946H1016.3V221.197C1016.3 216.933 1019.13 217.094 1019.13 221.197V228.946ZM1024.17 228.946H1021.35V223.053C1021.35 219.809 1024.17 219.933 1024.17 223.053V228.946ZM1025.38 172.731C1025.38 170.479 1027.33 170.563 1027.33 172.731V176.82H1025.38V172.731ZM1029.22 228.946H1026.39V223.053C1026.39 219.809 1029.22 219.933 1029.22 223.053V228.946ZM1030.91 176.81H1028.96V172.72C1028.96 170.468 1030.91 170.553 1030.91 172.72V176.81ZM1034.27 228.946H1031.44V220.778C1031.44 216.283 1034.27 216.451 1034.27 220.778V228.946ZM1039.31 228.946H1036.48V223.053C1036.48 219.809 1039.31 219.933 1039.31 223.053V228.946ZM1044.36 228.946H1041.53V223.053C1041.53 219.809 1044.36 219.933 1044.36 223.053V228.946ZM1049.4 228.946H1046.57V220.984C1046.57 216.599 1049.4 216.765 1049.4 220.984V228.946ZM1054.44 228.946H1051.62V223.053C1051.62 219.809 1054.44 219.933 1054.44 223.053V228.946ZM1099.87 211.915L1095.01 211.087L1094.69 203.116V202.711L1102.31 211.98L1099.87 211.915ZM1103.21 211.999L1095.33 202.427L1110.9 212.202L1103.21 211.999ZM1117.37 212.351V203.269L1127.62 212.623L1117.37 212.351ZM1172.94 212.317L1161.89 212.589L1172.94 202.645V212.317ZM1178.76 212.183L1193.51 202.948L1186.05 211.999L1178.76 212.183ZM1194.15 203.638L1193.85 211.191L1189.54 211.915L1186.94 211.98L1194.15 203.235V203.638ZM1195.5 232.391L1195.46 232.323H1195.51C1195.51 232.333 1195.5 232.383 1195.5 232.391ZM1199.13 224.149C1198.47 225.631 1197.87 226.996 1197.28 228.312V218.081L1196.66 217.679V216.986L1202.47 216.699C1202.34 216.981 1200.82 220.37 1199.13 224.149ZM1195.9 203.741L1202.23 216.009L1197.05 215.553L1197.16 215.488V213.094L1196.86 211.78L1196.34 210.769L1195.9 210.835V203.741ZM1275.19 200.707C1275.46 200.797 1275.76 200.81 1276.04 200.741L1277.75 210.666C1276.07 215.796 1274.22 219.061 1271.39 221.081C1267.44 217.631 1264.52 214.113 1262.1 210.348L1275.19 200.707ZM1243.36 222.953C1242.63 223.393 1241.95 223.948 1241.31 224.639C1240.02 225.684 1238.84 226.58 1237.7 227.42L1236.34 220.996L1255.03 196.965L1244.77 221.739L1243.27 222.835L1243.36 222.953ZM1256.59 196.172C1256.68 196.17 1256.76 196.157 1256.84 196.138L1258.56 206.016C1257.16 210.213 1255.43 213.315 1253.19 215.519L1250.04 217.848C1249.12 218.345 1248.13 218.764 1247.06 219.077L1256.59 196.172ZM1266.78 227.757L1261.89 226.998C1257.3 224.072 1252.97 222.016 1249.16 221.705C1250.24 219.78 1252.35 218.993 1254.75 218.974C1260.84 218.927 1268.8 223.799 1266.78 227.757ZM1268.44 227.991C1269.9 227.316 1271.09 226.266 1272.2 223.746C1272.76 223.635 1273.34 223.58 1273.95 223.578C1279.22 223.535 1285.93 227.217 1286.29 230.771L1268.44 227.991Z" fill="%23B81E40"/></svg>');


    /*Weihnachten*/
/ / background-image: url('data:image/svg+xml,<svg width="1280" height="354" viewBox="0 0 1280 354" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M798.748 123.357H799.561L799.629 123.025L800.026 123.29L799.894 122.957L799.561 122.757V122.692L799.213 122.625L799.145 122.692L799.413 123.025H798.881L799.145 122.692L799.081 122.625L798.748 122.692V122.757L798.416 122.957L798.28 123.29L798.68 123.025L798.748 123.357Z" fill="%239A1935" fill-opacity="0.8"/><path d="M837.359 292.413C837.395 292.413 837.427 292.43 837.461 292.435L837.372 291.321L837.267 292.433C837.299 292.429 837.327 292.413 837.359 292.413Z" fill="%239A1935" fill-opacity="0.8"/><path d="M820.665 292.413C820.701 292.413 820.733 292.43 820.768 292.435L820.662 291.321L820.573 292.433C820.605 292.429 820.633 292.413 820.665 292.413Z" fill="%239A1935" fill-opacity="0.8"/><path d="M1280 353.042H1277.59V352.195L1273.63 351.579C1274.5 350.699 1275.27 349.392 1276.03 347.256C1269.98 342.312 1266.25 337.225 1263.14 331.544L1261.26 320.702C1261.36 320.497 1261.41 320.266 1261.41 320.037C1261.36 319.302 1260.68 318.671 1259.94 318.671C1259.2 318.671 1258.52 319.302 1258.47 320.037C1258.47 320.255 1258.52 320.473 1258.62 320.668L1245.93 329.998C1245.33 329.018 1244.76 328.018 1244.2 327.005L1242.29 316.13C1242.39 315.929 1242.45 315.706 1242.46 315.483C1242.46 314.673 1241.69 313.945 1240.88 314.002C1240.14 314.049 1239.49 314.74 1239.5 315.483L1220.68 339.657L1212.18 300.051H1208.34L1205.88 297.609H1190.91V353.042H1181.28C1181.3 353.003 1181.44 352.691 1181.47 352.611L1182.5 352.577V350.264C1183.18 348.735 1184.04 346.812 1184.89 344.894C1186.63 341.01 1188.32 337.231 1188.32 337.231L1188.4 337.064L1188.3 336.898L1180.99 322.731V321.152H1179.41V322.414L1162.83 332.791L1159.72 332.874V321.22H1158.46V322.399L1146.45 333.191L1145.82 333.206L1137.67 333.388H1123.47L1115.33 333.222L1114.79 333.206L1103.57 322.996V321.22H1102.29V332.908L1098.56 332.806L1098.2 332.575L1081.17 321.915V320.653H1079.59V322.232L1072.26 336.381L1072.18 336.547L1072.26 336.732C1072.26 336.732 1073.95 340.496 1075.69 344.38C1076.56 346.321 1077.43 348.295 1078.11 349.833C1078.4 350.491 1078.44 350.579 1078.65 351.047V352.577L1079.33 352.611C1079.33 352.616 1079.36 352.673 1079.36 352.675L1079.5 352.611L1080.44 352.645L1080.24 353.042H1070.53V340.371L1068.82 335.436L1064.86 329.348L1058.58 319.455L1035.96 319.24L1022.25 319.455V309.913L1021.17 307.616L1020.69 287.134L1021.17 285.853C1021.04 281.278 1018.62 278.963 1016.11 278.753V276.058C1016.82 275.911 1017.38 275.246 1017.38 274.547C1017.38 273.736 1016.61 273.001 1015.77 273.001C1014.93 273.001 1014.17 273.736 1014.17 274.547C1014.17 275.258 1014.75 275.931 1015.48 276.058V278.753C1012.86 278.901 1010.34 281.319 1010.43 285.853L1010.91 286.768L1010.43 318.541H1009.31L1007.13 313.953L1006.77 286.167L1007.13 285.419C1006.9 281.179 1004.76 278.945 1002.49 278.62V276.742C1003.21 276.583 1003.76 275.874 1003.76 275.129C1003.76 274.269 1002.99 273.487 1002.15 273.487C1001.32 273.487 1000.55 274.269 1000.55 275.129C1000.55 275.882 1001.12 276.597 1001.85 276.742V278.571C999.354 278.61 996.904 280.938 996.826 285.419L997.174 285.868L996.826 316.179L995.363 317.977L993.116 337.431L993.134 353.042H988.762L986.997 331.143L987.413 330.894L987.447 330.663L987.995 330.247V329.964L987.281 329.896V328.717L987.515 328.4V328.369H987.281L987.198 327.255L987.995 326.522L988.728 325.69L988.845 325.275L989.11 324.893L989.491 324.711L989.809 324.046L988.562 324.16L986.933 324.012L986.964 323.563L985.852 323.597L985.667 321.934L986.615 320.638V320.37L967.76 320.222L968.009 319.039L966.996 319.073L967.113 318.59C966.209 318.59 965.048 318.58 963.936 318.575L964.052 318.174L964.252 317.543L964.434 317.411L964.218 317.86L964.468 317.792L964.819 317.445L964.951 317.229L964.985 317.509L964.85 318.11V318.457L965.016 318.491L965.201 318.34L965.299 316.844L965.049 316.779L965.201 316.08L965.049 315.782L964.85 315.181V314.701L965.049 314.932L965.201 314.966L965.401 314.735V314.516L965.367 314.07L965.465 313.904C965.465 313.904 965.309 313.709 965.333 313.685C965.356 313.664 965.548 313.519 965.548 313.519C965.548 313.519 965.611 313.405 965.582 313.405C965.554 313.405 965.234 313.435 965.234 313.435L965.201 313.239L964.985 313.337L964.736 313.371L964.32 313.821L963.769 315.283L963.354 315.846L962.971 316.296L962.688 316.398L962.472 317.312L962.589 317.826L962.756 318.34V318.491L961.709 318.525L961.826 317.66L962.14 316.746L962.057 315.597L961.709 315.181V314.833L961.543 314.516V313.371L961.509 312.854L961.293 313.02L961.059 312.989L960.844 312.823V313.205L960.677 313.519L960.779 313.753L960.745 314.07L960.779 314.486V315.049L960.462 315.699V314.901L960.394 314.384L960.228 314.202L959.978 313.719L959.846 313.435L959.532 313.239L959.498 313.205L959.449 313.054V312.989L959.532 312.54L959.498 311.908L959.88 311.841L960.145 311.576C960.252 311.456 960.34 311.305 960.296 311.009L960.145 310.661L959.797 310.427L959.664 310.246L960.08 310.276L960.179 309.996L960.643 309.414L960.911 308.749L959.948 309.347L959.831 309.547L959.729 309.611L959.631 309.547L959.729 309.196L959.597 309.029H959.498L959.415 309.097V309.611L959.215 309.547V309.445L959.316 309.347L958.384 308.583L958.3 308.848L958.55 309.347L958.651 309.694L958.765 309.83L958.867 310.11L959.181 310.212L959.283 310.344L958.999 310.56L958.682 310.975L958.651 311.357L958.833 311.708L959.066 311.841L959.249 311.992L959.283 312.188L959.249 313.239L959.215 313.337L958.965 313.303L958.685 313.435L958.651 314.002L958.867 314.251L958.618 314.516L958.384 314.667V314.285L958.168 314.168L957.953 314.251L957.752 315.083H957.687L957.503 313.685L957.188 312.989L957.272 312.755L957.188 312.574L957.053 312.638L956.955 312.721L956.706 312.672L956.606 312.574L956.539 312.604L956.505 312.854H956.572L956.474 312.989L956.391 313.205V313.269L956.474 313.303L956.505 313.435L956.391 313.519L956.357 313.685L956.391 313.821L956.505 313.904V314.966L956.256 315.283L956.191 315.948C956.191 315.948 956.147 316.732 956.157 316.813C956.17 316.891 956.29 317.577 956.29 317.577L956.508 317.959V318.374L955.427 317.093L955.359 316.579L955.242 316.398V316.262L954.944 316.047L954.861 315.914L954.479 315.782L954.279 315.631L954.128 315.151L953.995 314.486L953.829 314.07L953.746 314.002L953.413 313.553L953.099 313.269L952.748 312.955L952.782 313.171L952.567 313.303L952.434 313.171L952.4 313.337L952.533 313.553L952.567 313.753L952.466 313.821L952.499 313.968L952.567 314.036V314.384L952.598 314.701L952.748 314.766L953.065 314.8V315.317L952.748 315.816V316.198L952.847 316.613L952.567 316.779V317.063L952.715 317.728L952.748 317.86L952.881 318.374H953.232V318.276L953.131 317.925L952.816 317.343V317.161L953.232 317.278L953.33 317.509L953.613 317.543L953.746 317.894L953.863 318.242L953.647 318.525V318.559H951.12L951.219 319.073L950.205 319.006L950.454 320.188L931.599 320.336V320.604L932.513 321.9L932.365 323.563L931.25 323.529L931.281 323.978L929.653 324.129L928.406 324.012L928.722 324.677L929.105 324.844L929.338 325.225L929.486 325.656L930.185 326.488L931.017 327.221L930.949 328.335L930.7 328.369V328.4L930.949 328.668V329.866L930.219 329.93V330.247L930.767 330.629L930.801 330.863L931.183 331.113L929.47 353.042H925.896V334.404H895.003V321.734H872.307V286.201H864.342V283.008C866.135 282.509 867.485 280.73 867.485 278.87C867.548 277.709 867.114 276.526 866.313 275.682C865.513 274.837 864.357 274.341 863.194 274.341C862.032 274.341 860.876 274.837 860.076 275.682C859.276 276.526 858.842 277.709 858.905 278.87C858.912 280.725 860.261 282.494 862.048 282.993V286.201H854.449V347.222L851.739 349.168L851.623 349.134L851.339 348.088L847.016 344.894L847.065 341.055L846.566 340.821V338.86L845.621 338.312V337.363L841.014 331.627L840.864 327.803H841.181L841.215 327.353L840.882 327.255V322.199L841.529 322.017V321.552L839.635 319.655L837.59 294.051C837.515 294.075 837.439 294.102 837.359 294.102C837.274 294.102 837.194 294.075 837.114 294.048L834.53 321.318H833.964V315.049H834.463V314.55L831.753 311.825L829.358 286.9C829.638 286.768 829.83 286.464 829.825 286.152C829.82 285.796 829.555 285.458 829.209 285.37L829.025 283.476L828.844 285.354C828.485 285.435 828.209 285.785 828.212 286.152C828.209 286.466 828.406 286.773 828.692 286.9L826.281 311.825L823.572 314.55V315.049H824.071V321.318H823.507L820.921 294.046C820.838 294.075 820.754 294.102 820.665 294.102C820.589 294.102 820.517 294.075 820.444 294.053L818.402 319.655L816.505 321.552V322.017L817.154 322.199V327.255L816.822 327.353L816.856 327.803H817.171L817.022 331.627L812.416 337.363V338.312L811.468 338.86V340.821L810.969 341.055L811.019 344.894L807.345 347.604H805.3L802.307 226.528L803.57 225.728V224.515L803.37 224.118L803.637 223.917L803.703 222.787L802.307 222.455L802.372 220.573C803.069 220.389 803.456 220.14 803.437 219.893C803.404 219.729 803.196 219.568 802.837 219.428C804.991 218.714 806.888 217.388 808.192 215.687C808.207 215.694 808.244 215.679 808.259 215.687C809.281 214.336 809.932 212.757 810.138 211.13C810.156 211.138 810.187 211.122 810.205 211.13C810.257 210.706 810.278 210.278 810.27 209.849C810.26 206.11 807.748 202.466 804.035 200.806C804.412 200.66 804.601 200.499 804.583 200.341L804.718 200.073V199.593L804.518 198.86L803.637 198.459V197.862L803.703 198.062L804.583 198.127V198.459L804.451 198.727L805.116 199.26L805.913 199.124L806.048 199.06L805.848 198.527L806.114 198.459L806.529 196.914L805.981 196.249L805.516 196.316L804.583 197.794H803.637L803.703 196.249L803.637 189.348L804.386 189.084L804.518 189.813L804.851 194.835L803.77 196.781L804.053 196.982L805.581 194.968L805.316 191.162L804.984 187.138H804.651L804.583 186.673L805.051 186.737L805.248 186.54V186.272L804.783 185.392H802.837V185.259L802.04 185.059L801.975 185.524L801.624 185.592L801.159 185.657L800.827 184.262L801.159 184.326L801.908 183.861L801.975 183.113L801.775 182.648L800.562 182.384V181.851L801.092 181.983V181.435L800.494 181.235V180.903L801.092 181.035V180.502L800.494 180.037V178.291L801.292 177.694V177.094L800.294 176.481V159.136L800.959 158.524L800.894 157.791L800.029 157.391L799.962 157.194L799.896 145.804L800.029 145.736L800.694 145.271V144.523L799.896 144.191L799.696 123.698L799.761 123.887L799.894 123.622L799.561 123.422L799.414 123.622H799.694V123.69H798.881L798.749 123.422L798.416 123.622L798.548 123.887L798.613 123.69L798.48 144.191L797.683 144.523V145.271L798.348 145.736L798.416 145.804V157.194L798.348 157.391L797.418 157.791V158.524L798.016 159.136V176.481L797.067 177.094V177.759L797.883 178.291V180.037L797.218 180.502L797.283 181.035L797.815 180.903V181.235L797.218 181.435V181.983L797.815 181.851L797.751 182.384L796.602 182.648L796.338 183.113L796.402 183.861L797.218 184.326L797.483 184.262L797.135 185.657L796.735 185.592L796.338 185.524L796.27 185.059L795.537 185.259V185.392H793.526L793.126 186.272V186.54L793.326 186.737L793.791 186.673L793.726 187.138H793.326L793.061 191.162L792.729 194.968L794.259 196.982L794.592 196.781L793.526 194.835L793.859 189.813L793.991 189.084L794.724 189.348L794.656 196.316L794.724 198.459L793.859 198.86L793.659 199.593V200.073L793.859 200.473L793.927 200.673H794.123C794.142 200.694 794.165 200.717 794.191 200.738C790.409 202.375 787.832 206.064 787.824 209.849C787.818 211.938 788.551 214.019 789.886 215.723C791.224 217.425 793.157 218.74 795.34 219.428C794.999 219.568 794.81 219.729 794.789 219.893C794.701 220.163 795.1 220.438 795.869 220.641L795.937 222.519L794.524 222.852L794.592 223.917L794.856 224.182L794.656 224.515V225.796L795.937 226.593L792.944 347.604H784.098L783.883 346.825V344.728L784.381 344.596V343.315H782.235V340.14L781.438 338.761L776.748 334.072L774.571 319.058L773.124 330.795L772.742 330.697L762.917 319.274V310.193L762.434 308.383L761.519 308.149V310.609H761.088L758.277 297.526L757.513 289.511L757.045 297.443L754.071 311.043V298.773L753.504 296.676H751.029V290.792L750.213 289.677L748.849 279.319L747.518 289.462L746.755 290.792V295.663L745.874 296.177L745.274 296.528H744.344V300.236L743.777 300.799V302.046L743.463 302.363V303.395L743.195 303.542V307.102H742.746L740.12 290.724L737.327 308.217H735.298L735.048 309.146L734.734 309.464V310.079L735.082 310.178V324.028L731.307 325.044V336.498L729.33 339.925L727.483 340.424L727.366 340.621V274.63L725.238 274.048V272.419L726.387 271.271H717.907V264.302H722.294L723.693 261.892L722.264 259.416L723.76 256.82L721.316 255.407V252.966H723.145V249.421L721.448 248.956V246.379L723.693 245.083L718.738 243.753L717.026 240.775L717.639 238.481L714.714 236.803L714.181 234.525L713.833 223.369H712.817L712.485 234.525L711.955 236.803L709.027 238.481L709.643 240.775L707.931 243.753L702.977 245.083L705.221 246.379V248.956L703.525 249.421V252.966H705.354V255.407L702.909 256.82L704.405 259.416L702.977 261.892L704.371 264.302H708.762V271.271H700.282L701.428 272.419V274.048L699.3 274.63V353.042H695.31V345.461H693.93V285.169H692.449V273.799H691.088V271.369L690.771 270.756L689.407 269.676L684.77 256.506H684.37L679.729 269.676L678.252 270.84L678.051 271.369V273.799H676.672V285.169H675.21V345.461H673.827V353.042H668.374L668.358 352.675C668.34 352.367 668.376 352.169 668.476 352.063C668.592 351.93 668.616 351.577 668.623 350.151C668.634 348.495 668.626 348.397 668.423 348.072C668.239 347.77 668.21 347.583 668.192 346.576C668.181 345.941 668.15 345.246 668.109 345.027C668.044 344.69 668.064 344.549 668.325 344.014C668.644 343.357 668.657 343.157 668.408 342.185C668.226 341.481 667.262 340.66 666.28 340.371C665.914 340.265 665.903 340.252 666.065 340.14C666.16 340.073 666.275 339.901 666.329 339.759C666.384 339.613 666.542 339.195 666.677 338.844C666.896 338.283 666.906 338.169 666.813 337.877C666.748 337.688 666.584 337.457 666.412 337.348C666.249 337.238 666.189 337.184 666.28 337.212C666.487 337.283 666.501 337.106 666.295 336.88C666.16 336.729 666.148 336.641 666.246 336.199C666.309 335.921 666.423 335.615 666.495 335.519C666.701 335.248 666.665 334.417 666.428 333.871C666.275 333.51 666.085 333.284 665.581 332.889C665.22 332.609 664.827 332.352 664.716 332.326C664.537 332.279 664.511 332.201 664.5 331.593C664.482 330.609 664.357 330.2 663.986 329.998C663.612 329.792 663.113 329.354 662.989 329.117C662.936 329.021 662.88 328.629 662.871 328.234V327.504L663.336 327.602C663.96 327.727 664.285 327.538 664.285 327.054C664.285 326.673 664.178 326.652 663.737 326.922C663.404 327.124 663.292 327.096 663.019 326.756C662.749 326.413 662.066 326.057 661.674 326.057C661.481 326.054 660.962 326.083 660.525 326.125C659.839 326.189 659.712 326.176 659.611 326.041C659.53 325.932 659.523 325.781 659.58 325.573C659.624 325.407 659.715 325.072 659.777 324.825C659.86 324.508 659.946 324.379 660.06 324.379C660.266 324.379 660.891 323.838 660.891 323.661C660.891 323.591 661.045 323.436 661.243 323.313C661.461 323.176 661.697 322.898 661.84 322.614C661.967 322.362 662.11 322.131 662.157 322.1C662.204 322.066 662.196 321.98 662.157 321.915C662.105 321.835 662.129 321.819 662.206 321.866C662.276 321.911 662.316 321.895 662.305 321.817C662.297 321.747 662.281 321.614 662.29 321.518C662.299 321.352 662.321 321.341 662.539 321.484C662.666 321.567 662.791 321.651 662.822 321.651C662.936 321.651 662.741 321.435 662.456 321.25C662.188 321.077 662.245 321.077 662.637 321.235C662.832 321.313 662.806 321.146 662.603 320.97C662.144 320.564 661.471 320.694 660.925 321.303C660.585 321.679 660.513 321.723 659.977 321.783C659.658 321.827 659.346 321.83 659.297 321.802C659.247 321.77 659.037 321.442 658.832 321.069C658.624 320.694 658.374 320.302 658.265 320.203C658.156 320.105 658.065 319.973 658.065 319.905C658.065 319.687 657.73 319.572 657.517 319.723C657.34 319.845 657.176 320.419 657.317 320.419C657.351 320.419 657.356 320.555 657.335 320.702C657.311 320.853 657.345 321.001 657.4 321.035C657.465 321.074 657.47 321.295 657.434 321.635C657.345 322.49 657.496 322.83 658.299 323.661C658.689 324.067 658.998 324.446 658.998 324.511C658.998 324.576 659.091 324.742 659.195 324.878C659.382 325.111 659.385 325.225 659.229 325.807C659.206 325.898 659.047 325.974 658.847 326.008C658.66 326.039 658.442 326.14 658.348 326.223C658.193 326.358 658.148 326.361 657.917 326.208C657.777 326.117 657.437 325.994 657.151 325.958C656.628 325.885 656.39 325.758 656.07 325.309C655.896 325.064 655.896 325.051 656.088 324.81C656.195 324.675 656.239 324.56 656.187 324.56C656.135 324.56 656.041 324.641 655.971 324.742C655.898 324.846 655.808 324.911 655.771 324.878C655.737 324.841 655.792 324.713 655.903 324.594C656.018 324.472 656.07 324.379 656.021 324.379C655.901 324.379 655.379 324.919 655.238 325.191C655.179 325.309 655.067 325.407 654.989 325.407C654.914 325.407 654.802 325.532 654.74 325.675C654.68 325.818 654.566 326 654.49 326.091C654.371 326.236 654.386 326.27 654.524 326.423C654.61 326.516 654.675 326.654 654.675 326.722C654.675 326.81 654.771 326.826 655.008 326.79C655.511 326.707 655.758 326.985 656.587 328.6C656.989 329.385 657.047 329.616 657.169 330.531C657.343 331.848 657.351 331.808 657.086 331.91C656.789 332.022 656.688 332.195 656.852 332.307C657.026 332.43 655.745 332.305 655.506 332.175C655.407 332.123 655.332 332.037 655.34 331.975C655.381 331.642 655.316 331.06 655.238 331.06C655.189 331.06 655.023 331.252 654.857 331.494L654.558 331.944L654.373 331.695C654.15 331.385 653.911 331.466 653.727 331.925C653.656 332.097 653.441 332.43 653.243 332.658C652.867 333.095 652.825 333.178 652.978 333.274C653.134 333.37 653.093 333.599 652.846 333.921C652.515 334.352 652.506 334.62 652.812 334.854L653.062 335.035L653.594 334.786C654.028 334.578 654.199 334.526 654.558 334.57C655.948 334.742 656.53 335.015 656.969 335.7C657.143 335.973 657.348 336.246 657.434 336.316C657.67 336.511 657.621 337.119 657.301 338.161C657.145 338.667 657.018 339.177 657.018 339.291C657.018 339.553 656.92 339.642 656.187 340.008L655.62 340.307L655.072 339.842C654.373 339.241 653.758 338.826 653.145 338.542C652.875 338.421 652.48 338.151 652.279 337.945C652.079 337.74 651.804 337.521 651.663 337.462C651.526 337.404 651.258 337.155 651.066 336.898C650.685 336.383 650.375 336.269 650.45 336.664C650.51 336.976 650.479 336.958 650.299 336.615C650.118 336.262 649.967 336.259 649.967 336.6C649.972 337.007 650.468 338.036 650.9 338.527L651.297 338.977L651.032 339.192C650.728 339.452 650.414 340.055 650.25 340.673C650.087 341.294 649.986 341.491 649.585 342.17C649.388 342.504 649.203 342.918 649.169 343.084C649.092 343.466 649.328 343.98 649.702 344.248C649.944 344.419 650.004 344.432 650.25 344.331C650.407 344.266 650.588 344.152 650.651 344.063C650.713 343.977 651.038 343.822 651.365 343.731C651.692 343.64 652.168 343.437 652.43 343.281L652.911 343.001L653.16 343.281C653.295 343.435 653.656 343.759 653.976 343.999C654.327 344.261 654.596 344.541 654.656 344.713C654.849 345.258 655.519 346.267 656.036 346.807C656.327 347.108 656.553 347.409 656.553 347.472C656.553 347.534 656.717 347.908 656.92 348.303C657.122 348.701 657.34 349.272 657.4 349.569C657.462 349.865 657.626 350.384 657.751 350.714C658.036 351.473 658.055 352.562 657.8 352.909C657.769 352.951 657.746 352.998 657.717 353.042H645.33V229.854H638.162V255.875H616.599V208.67L614.385 209.169V180.003H612.492V209.486H605.939V226.612L601.166 227.658V338.893C598.766 338.87 596.854 338.834 596.628 338.81V336.914L597.342 336.532L596.711 335.882L596.696 327.719L596.994 327.387L596.613 326.922L596.696 319.039L596.927 318.507L596.794 317.029L594.701 312.604L594.651 309.762L594.485 312.687L592.29 317.078L591.84 318.642L592.388 319.089L592.29 323.91L592.271 324.311L589.38 319.738L584.142 298.505H584.207V297.409C584.503 297.289 584.706 296.985 584.706 296.661C584.714 296.328 584.511 296.001 584.207 295.879V291.057H583.61V295.894C583.314 296.014 583.114 296.334 583.111 296.661C583.114 296.985 583.314 297.289 583.61 297.409V298.505H583.677L578.655 319.474C578.655 319.474 576.008 323.56 575.53 324.311L575.512 323.91L575.428 319.089L575.927 318.642L575.512 317.078L573.301 312.687L573.15 309.762L573.085 312.604L570.973 317.029L570.841 318.507L571.09 319.039L571.207 326.922L570.792 327.387L571.09 327.719V329.915L562.327 312.54C562.896 311.771 563.21 310.817 563.208 309.861C563.205 308.266 562.278 306.707 560.88 305.938L561.212 301.082L567.33 299.386V298.108L553.499 298.172L539.665 298.108V299.386L545.783 301.082L546.116 305.923C544.713 306.692 543.785 308.26 543.788 309.861C543.788 310.817 544.1 311.771 544.668 312.54L536.373 329H535.625V330.478L535.342 331.06L534.378 321.817L533.695 326.839L533.048 327.02L532.912 322.115H533.445L533.43 321.617H532.912L532.848 319.837H532.432L532.531 321.534H531.801L531.783 321.983H532.331L532.3 323.994L524.285 323.963L524.251 319.822L523.919 319.705L523.752 315.982C523.752 315.982 523.454 314.815 523.454 314.667C523.454 314.519 522.739 312.521 522.739 312.521L522.705 309.464L522.955 308.882L522.739 308.099C522.739 308.099 522.705 304.831 522.705 304.706C522.705 304.585 522.77 303.21 522.77 303.21L522.305 301.898L521.825 297.141L521.474 293.086C521.474 293.086 520.941 289.659 520.941 289.56C520.941 289.462 520.559 284.856 520.559 284.856L520.045 290.293L519.146 290.025C517.816 280.634 516.465 271.25 515.121 261.861C515.203 261.751 515.254 261.614 515.257 261.476C515.254 261.271 515.14 261.082 514.974 260.962C515 260.861 515.023 260.749 515.023 260.697C515.023 260.609 515.106 260.263 515.106 260.263L515.389 260.063H515.937L515.987 259.182L515.091 259.333L515.008 259.201L515.306 257.652H513.859C513.859 257.652 513.919 258.141 513.942 258.203C513.968 258.262 514.134 259.05 514.158 259.148C514.184 259.247 514.059 259.284 514.059 259.284L513.179 259.133L513.209 260.032C513.209 260.032 513.714 260.063 513.776 260.063C513.839 260.063 514.033 260.2 514.059 260.263C514.083 260.323 514.202 260.939 514.207 260.977C514.054 261.097 513.945 261.281 513.942 261.476C513.94 261.63 513.997 261.775 514.093 261.892L511.581 279.633L510.084 290.025L509.188 290.293L508.671 284.856C508.671 284.856 508.274 289.462 508.274 289.56C508.274 289.659 507.741 293.086 507.741 293.086L507.39 297.141L506.925 301.898L506.445 303.21C506.445 303.21 506.543 304.585 506.543 304.706C506.543 304.831 506.46 308.099 506.46 308.099L506.294 308.882L506.543 309.464L506.46 312.521C506.46 312.521 505.761 314.519 505.761 314.667C505.761 314.815 505.447 315.982 505.447 315.982L505.281 319.705L504.979 319.822L504.93 323.812L501.971 323.827L501.937 319.822L501.638 319.705L501.438 315.982C501.438 315.982 501.155 314.815 501.155 314.667C501.155 314.519 500.425 312.521 500.425 312.521L500.391 309.464L500.641 308.882L500.425 308.099C500.425 308.099 500.391 304.831 500.391 304.706C500.391 304.585 500.474 303.21 500.474 303.21L499.991 301.898L499.511 297.141L499.178 293.086C499.178 293.086 498.63 289.659 498.63 289.56C498.63 289.462 498.245 284.856 498.245 284.856L497.746 290.293L496.85 290.025C495.466 280.642 494.151 271.253 492.826 261.861V261.808C492.898 261.713 492.951 261.598 492.958 261.476C492.953 261.268 492.834 261.076 492.66 260.962C492.686 260.861 492.728 260.749 492.728 260.697C492.728 260.609 492.792 260.263 492.792 260.263L493.075 260.063H493.642L493.673 259.182L492.777 259.333L492.709 259.201L493.007 257.652H491.564C491.564 257.652 491.605 258.141 491.628 258.203C491.654 258.262 491.82 259.05 491.844 259.148C491.87 259.247 491.745 259.284 491.745 259.284L490.865 259.133L490.914 260.032C490.914 260.032 491.399 260.063 491.462 260.063C491.524 260.063 491.722 260.2 491.745 260.263C491.771 260.325 491.862 260.996 491.862 260.996C491.722 261.115 491.633 261.292 491.628 261.476C491.633 261.632 491.691 261.778 491.794 261.892L489.266 279.633L487.789 290.025L486.889 290.293L486.326 284.856C486.326 284.856 485.994 289.462 485.994 289.56C485.994 289.659 485.427 293.086 485.427 293.086L485.094 297.141L484.611 301.898L484.112 303.21C484.112 303.21 484.229 304.585 484.229 304.706C484.229 304.831 484.146 308.099 484.146 308.099L483.964 308.882L484.229 309.464L484.146 312.521C484.146 312.521 483.447 314.519 483.447 314.667C483.447 314.815 483.148 315.982 483.148 315.982L482.967 319.705L482.668 319.822L482.616 323.978L480.121 323.994L480.106 321.983H480.704L480.639 321.534H479.955L480.023 319.837H479.592L479.574 321.617H479.059L479.01 322.115H479.574L479.441 327.02L478.776 326.839L478.062 321.817L476.565 336.464H475.7V338.678H469.68L468.751 342.185L467.87 342.102L467.919 340.738L467.353 340.605L467.519 340.073L467.122 339.657L467.319 338.958V337.896L466.654 319.856L466.903 319.24L467.122 318.692L467.454 317.777L467.22 315.865L465.988 315.665L465.939 315.382L465.093 315.068L465.24 314.418L466.903 314.017L465.905 312.838L465.807 312.09L466.207 312.041L465.49 310.877L465.939 310.046L467.22 309.165L467.67 308.383L466.903 308.598L465.856 308.765L465.49 309.43L465.24 309.331V309.029C465.365 308.767 465.503 308.515 465.324 308.315C465.259 308.248 465.214 308.185 465.142 308.149C465.082 308.11 465.033 308.071 464.96 308.066C464.916 308.063 464.872 308.058 464.825 308.066C464.726 308.076 464.63 308.123 464.56 308.198C464.526 308.224 464.477 308.248 464.443 308.281C464.238 308.497 464.43 308.798 464.56 309.082V309.331L464.295 309.43L463.91 308.798L462.882 308.598L462.1 308.383L462.549 309.165L463.827 310.046L464.295 310.877L463.562 312.041L463.963 312.09L463.88 312.838L462.882 314.017L464.394 314.384L464.36 315.2L463.827 315.382L463.778 315.665L462.549 315.865L462.315 317.777L462.666 318.692L462.882 319.274L463.113 319.856L462.466 337.911V338.958L462.666 339.657L462.266 340.107L462.416 340.605L461.866 340.738L461.915 342.102L458.174 342.45L457.509 342.502V343.198L458.026 343.466L458.124 344.581L458.291 348.768L457.478 350.049L456.296 350.332V325.857C448.837 329.873 444.054 326.753 441.664 322.898C436.084 323.867 431.791 322.329 430.792 317.044C419.433 320.068 416.713 311.542 414.18 305.258C412.307 309.635 409.594 310.531 405.103 310.51V343.383L405.02 343.466L400.429 338.127L400.145 323.43L400.463 322.947L400.447 320.604L400.115 320.751L399.764 320.702L399.25 320.555V319.822L399.533 319.754L399.098 319.006H397.802L396.956 317.694L395.225 320.502H395.01V319.988L395.44 318.359V316.281H394.378V313.288H394.711L394.893 312.49V310.461H395.157L393.464 309.43L391.801 306.754L390.138 309.43L388.442 310.461H388.707V312.49L388.892 313.288H389.224V316.281H388.159V318.359L388.59 319.988V327.935L387.875 328.101V328.649H387.161V322.134H386.828V319.274L385.566 318.99V314.633L385.815 313.802L385.514 313.654L385.283 310.627V307.551L385.865 307.117L385.68 306.803L385.597 306.172L385.249 305.889L384.319 303.958L383.586 300.353L383.17 302.813L383.004 302.246H382.672V302.794H381.191V299.968L381.44 298.822V297.889H380.726V294.798L380.643 294L380.793 293.834L380.926 293.4V292.221H380.178V291.155L380.276 291.057L378.515 284.44L378.398 282.093L378.349 284.391L376.984 289.228L376.387 287.664L375.424 290.158L375.605 290.259V293.369L375.737 293.849L375.972 293.982L375.922 294.881V297.957H375.091V299.287H373.243V297.473L373.111 297.058V295.712L373.194 295.663L372.911 295.395L372.612 295.678L372.745 295.746V297.076L372.563 297.708V299.219L372.314 299.272H372.08L370.7 294.533L369.404 299.386L369.004 299.604L369.053 299.786L368.856 300.118V300.402L369.087 300.633V303.659L368.523 303.792V304.475L368.822 304.956V306.452L368.97 306.701V309.497L368.191 310.227V313.02H367.526L367.741 312.804L367.541 312.623L366.426 311.576L366.143 310.56L365.844 311.591L364.563 312.804L364.847 312.971V314.384L363.849 315.332L364.083 315.465V322.183L364.034 322.383V327.304H363.335V326.756H362.402V323.861L362.919 323.049V320.502H361.207L359.477 317.694L358.63 319.006H357.331L356.9 319.754L357.198 319.822V320.555L356.684 320.702L356.318 320.751L356 320.604L355.97 322.947L356.303 323.43L355.951 341.852L355.653 341.951L355.418 345.76C355.377 345.749 355.331 345.742 355.286 345.726L350.698 340.556L349.784 340.987L349.085 282.925L349.95 282.377L349.966 281.579L352.958 281.613L353.008 280.483L351.012 280.431V278.454L352.958 278.503L352.977 276.69H351.677V274.562L352.977 274.528V273.731L351.828 273.765L351.794 272.733C351.794 272.733 348.056 272.923 348.087 272.801C348.119 272.679 348.155 271.853 348.155 271.853L350.698 269.725L353.042 269.691L353.008 267.545C353.892 267.475 354.538 267.283 354.538 267.031C354.538 266.779 353.892 266.568 353.008 266.498L352.992 265.119C354.078 265.085 354.92 264.856 354.92 264.571C354.92 264.282 354.07 264.072 352.977 264.038L352.958 263.006C352.958 263.006 351.948 263.095 351.979 262.972C352.008 262.853 352.044 262.027 352.044 262.027L348.186 262.058L348.087 259.118L350.098 259.133L351.065 257.553L351.012 257.104L348.087 257.171L346.84 222.039V223.634L346.825 221.922L345.578 257.039L342.65 256.987L342.6 257.436L343.564 259.016L345.578 258.982L345.476 261.944L341.618 261.91C341.618 261.91 341.655 262.718 341.686 262.84C341.717 262.962 340.704 262.874 340.704 262.874L340.688 264.121C340.122 264.222 339.725 264.381 339.725 264.571C339.725 264.757 340.114 264.918 340.673 265.02L340.655 266.566C340.062 266.664 339.641 266.833 339.641 267.031C339.641 267.228 340.062 267.397 340.655 267.496L340.62 269.574L342.967 269.593L345.51 271.72C345.51 271.72 345.547 272.546 345.578 272.669C345.607 272.788 341.867 272.601 341.867 272.601L341.837 273.648L340.673 273.614V274.396L341.985 274.43V276.557H340.673L340.704 278.386L342.585 278.322C342.577 278.324 342.574 278.332 342.567 278.337H342.65V280.298L340.655 280.366L340.704 281.481L343.696 281.462L343.715 282.244L344.58 282.792L343.481 346.175L342.385 347.971L342.268 345.941L339.857 341.603L337.696 337.231C337.696 337.231 336.879 334.474 336.879 332.889C336.879 331.308 334.736 330.115 334.736 330.115L332.575 329.715L330.962 331.71L328.535 333.289L327.47 336.849L322.614 338.028L319.92 336.464L317.229 332.092L311.84 328.551L310.495 324.194L307.551 324.976L304.041 324.576L303.228 321.019L301.879 320.222L300.817 316.662L297.575 315.415L293.982 309.029V301.082H297.258V299.903H293.982V297.64H292.787V299.903H289.511V301.082H292.787V308.417C285.593 313.29 278.61 318.305 271.089 322.931C271.052 322.742 270.904 322.599 270.704 322.599C270.486 322.599 270.312 322.763 270.307 322.981C270.275 322.978 270.239 322.981 270.205 322.981C269.852 322.981 269.571 323.238 269.525 323.578L269.06 323.895C269.02 323.89 268.984 323.861 268.943 323.861C268.618 323.861 268.34 324.093 268.262 324.394L267.662 324.794C267.618 324.784 267.561 324.776 267.514 324.776C267.257 324.776 267.036 324.921 266.913 325.127C266.862 325.1 266.81 325.074 266.747 325.074C266.524 325.074 266.332 325.267 266.332 325.49C266.332 325.579 266.368 325.641 266.415 325.709C259.701 329.535 252.448 332.994 244.134 335.716L242.422 334.952L241.474 331.891L239.83 331.393V330.18H235.904L235.424 329.881V327.602H232.114V324.659H228.622L227.859 321.817L227.326 315.649L227.443 312.355V307.2L227.292 301.233L226.627 294.481L224.299 294.216V289.927L223.732 287.83H223.12L222.519 288.846H221.041V285.902L217.017 283.575V280.431L215.736 280.083V276.542H206.557V280.083L205.261 280.431V283.575L201.255 285.902V288.846H199.759L199.177 287.83H198.561L197.994 289.927V294.216L195.651 294.481L195.001 301.233L194.835 307.2V312.355L194.937 315.649L194.42 321.817L193.656 324.659H190.164V327.602H186.854V330.18H182.467V337.182H169.895V333.988L170.295 333.573H169.996L170.276 332.507L171.024 331.759L171.357 331.196H169.762V329.016H169.562L169.43 328.517L169.528 328.12L169.112 327.886L169.063 327.652V327.47L168.916 327.338H168.647V327.621L168.598 327.837L168.466 327.969C168.466 327.969 168.507 328.229 168.466 328.301C168.424 328.374 168.466 328.834 168.466 328.834H167.601L167.385 328.634L167.136 328.203L166.985 327.621L167.551 327.769C167.551 327.769 167.684 327.59 167.551 327.553C167.419 327.517 167.185 327.338 167.185 327.338V326.971L166.803 326.873L166.618 327.171C166.618 327.171 166.509 327.418 166.535 327.519C166.564 327.621 166.614 327.839 166.652 327.984L166.769 328.418L163.659 327.27L163.527 327.039L163.644 326.589L163.792 326.321L163.61 326.008V325.807L163.512 325.626L163.278 325.675L163.179 326.091L162.862 326.405L162.945 326.722L163.127 327.02L163.161 327.187L159.121 326.438C159.121 326.438 159.147 326.347 159.053 326.189C158.963 326.031 158.588 325.724 158.588 325.724L158.69 325.324L158.524 325.142C158.524 325.142 158.502 324.963 158.588 324.878L158.838 324.643L158.637 324.296L158.256 324.693L158.108 324.942L157.923 325.241L158.055 325.49L158.173 325.875L158.089 326.14L153.468 325.543V323.362L153.868 322.981L153.619 322.716L153.468 322.482L150.392 321.401L150.191 321.367V320.12L150.324 319.889L150.191 319.772C150.191 319.772 150.241 319.156 150.241 319.058C150.241 318.956 150.217 318.668 150.293 318.491C150.368 318.314 150.425 317.993 150.425 317.894C150.425 317.792 150.441 317.361 150.441 317.361L150.49 317.146L150.626 316.927L150.293 316.511L150.127 316.231L149.761 316.031L150.044 315.68L149.794 315.582L149.545 315.649V315.982L149.643 316.096L149.345 316.379C149.345 316.379 149.145 316.587 149.095 316.712C149.043 316.839 149.012 317.093 149.012 317.093L148.778 317.543L148.729 317.758L148.778 318.027L148.929 317.709L149.145 317.361L149.262 317.112L149.345 317.509V318.174L149.16 318.975L149.095 319.455L148.963 319.806H142.46L142.543 319.474L142.709 319.19C142.709 319.19 142.385 318.918 142.312 318.79C142.239 318.666 140.797 318.076 140.797 318.076L139.1 317.792C139.1 317.792 139.236 317.055 139.236 316.829C139.236 316.603 139.277 316.374 139.301 316.148C139.327 315.92 139.384 315.582 139.384 315.582C139.384 315.582 139.16 315.504 139.135 315.68C139.111 315.857 139.018 316.198 139.018 316.198L138.851 316.511C138.851 316.511 138.779 316.605 138.703 316.428C138.628 316.252 138.519 315.899 138.519 315.899C138.519 315.899 138.604 315.826 138.405 315.597C138.202 315.372 138.02 315.215 138.02 315.215L138.122 314.818L138.02 314.418L137.937 314.402C137.89 314.285 137.789 314.335 137.789 314.335L137.721 314.35L137.672 314.335C137.672 314.335 137.571 314.288 137.521 314.402L137.423 314.418L137.324 314.818L137.423 315.215C137.423 315.215 137.259 315.372 137.056 315.597C136.856 315.826 136.924 315.899 136.924 315.899C136.924 315.899 136.817 316.252 136.742 316.428C136.666 316.605 136.591 316.511 136.591 316.511L136.425 316.198C136.425 316.198 136.35 315.857 136.326 315.68C136.301 315.504 136.077 315.582 136.077 315.582C136.077 315.582 136.118 315.92 136.142 316.148C136.168 316.374 136.225 316.603 136.225 316.829C136.225 317.055 136.342 317.792 136.342 317.792L134.664 318.076C134.664 318.076 133.206 318.666 133.133 318.79C133.06 318.918 132.733 319.19 132.733 319.19L132.899 319.474L133.001 319.806H126.483L126.366 319.455L126.282 318.975L126.116 318.174V317.509L126.184 317.112L126.316 317.361L126.517 317.709L126.664 318.027L126.713 317.758L126.664 317.543L126.433 317.093C126.433 317.093 126.415 316.839 126.366 316.712C126.316 316.587 126.116 316.379 126.116 316.379L125.799 316.096L125.901 315.982V315.649L125.651 315.582L125.402 315.68L125.685 316.031L125.334 316.231L125.153 316.511L124.82 316.927L124.952 317.146L125.002 317.361C125.002 317.361 125.02 317.792 125.02 317.894C125.02 317.993 125.077 318.314 125.153 318.491C125.228 318.668 125.202 318.956 125.202 319.058C125.202 319.156 125.251 319.772 125.251 319.772L125.119 319.889L125.251 320.12V321.367L125.051 321.401L121.975 322.482L121.842 322.716L121.578 322.981L121.975 323.362V325.543L117.353 326.14L117.289 325.875L117.387 325.49L117.519 325.241L117.338 324.942L117.205 324.693L116.805 324.296L116.623 324.643L116.854 324.878C116.943 324.963 116.922 325.142 116.922 325.142L116.756 325.324L116.854 325.724C116.854 325.724 116.48 326.031 116.389 326.189C116.298 326.347 116.322 326.438 116.322 326.438L112.282 327.187L112.331 327.02L112.497 326.722L112.58 326.405L112.282 326.091L112.165 325.675L111.949 325.626L111.832 325.807V326.008L111.651 326.321L111.802 326.589L111.934 327.039L111.783 327.27L108.673 328.418C108.673 328.418 108.752 328.132 108.79 327.984C108.829 327.839 108.881 327.621 108.907 327.519C108.933 327.418 108.824 327.171 108.824 327.171L108.642 326.873L108.257 326.971V327.338C108.257 327.338 108.027 327.517 107.894 327.553C107.759 327.59 107.894 327.769 107.894 327.769L108.458 327.621L108.31 328.203L108.061 328.634L107.86 328.834H106.98C106.98 328.834 107.021 328.374 106.98 328.301C106.935 328.229 106.98 327.969 106.98 327.969L106.844 327.837L106.795 327.621V327.338H106.53L106.398 327.47V327.652L106.33 327.886L105.914 328.12L106.013 328.517L105.88 329.016H105.68V331.196H104.101L104.433 331.759L105.166 332.507L105.465 333.573H105.151L105.566 333.988V337.182H97.5668V322.55L98.5306 321.734V316.08L97.8655 315.929V314.433L99.479 313.054L100.08 311.209L98.8139 310.911H95.8395L93.327 312.158L92.8467 313.654L94.1091 314.716V315.348L62.6992 310.51L62.4838 316.813L64.4144 317.361V318.907L63.814 326.34L62.0527 352.395C62.0527 352.395 63.1255 352.66 63.232 352.294C63.3384 351.93 64.9438 327.304 64.9438 327.304L65.4766 327.205L67.74 352.66L69.2364 352.562L65.9108 319.274L65.3781 318.99L65.1626 317.626L95.3068 321.635V337.182H81.4878C81.4878 337.182 80.6877 336.796 80.6565 336.683C80.6278 336.568 80.4902 336.399 80.4902 336.399L80.2747 336.781L79.9914 336.498L79.7113 335.999L79.4773 336.131L79.6589 336.815H78.4949L78.1963 337.114L77.8638 336.547L77.6822 337.231L77.1987 337.514V338.361L76.6999 338.493L76.7678 338.678L77.3836 338.844V345.711L76.8661 345.858L76.9678 346.243H77.3989V353.042H53.7545L51.5285 334.37L50.7617 328.834V327.67L53.2896 327.27L53.0063 322.565L12.0885 326.174V325.709L13.7172 324.908L13.1014 323.797L9.80987 322.864H5.95175L4.30761 323.079L5.07121 324.462L7.18347 325.49V326.605L6.31815 326.722V330.946L7.5805 331.544V351.564H4.37217C4.37217 351.564 4.23983 352.395 4.25515 353.042H0M1079.26 338.194L1078.65 338.595V349.452C1077.97 347.919 1077.11 345.981 1076.25 344.063C1074.58 340.327 1073.08 336.963 1072.96 336.698L1079.26 337.015V338.194ZM1079.44 331.611L1079.06 332.36L1078.75 333.671V335.534L1073.21 336.018L1079.44 323.929V331.611ZM651.115 338.096C650.978 337.924 650.513 336.997 650.568 336.997C650.591 336.997 650.765 337.246 650.949 337.563C651.258 338.096 651.352 338.387 651.115 338.096ZM12.4703 353.042V351.428H10.5088V330.879L35.2493 328.982V337.794L31.0094 338.576V341.153L41.783 339.192V335.833L36.3147 336.83V328.899L49.7826 327.87L49.5146 328.899L48.8156 329.099L44.6283 353.042H12.4703ZM46.5896 353.042L49.367 335.02L50.0627 335.085C50.0627 335.085 51.7539 349.888 52.1936 353.042H46.5896ZM78.8873 341.457C78.9007 339.732 81.3062 339.696 81.3555 341.457V344.687H78.8873V341.457ZM81.9972 353.245H79.5291V349.051C79.5424 346.812 81.948 346.763 81.9972 349.051V353.245ZM87.0398 351.974H85.8992V348.623H87.0398V351.974ZM87.8454 344.687H85.3772V341.457C85.3904 339.732 87.796 339.696 87.8454 341.457V344.687ZM91.605 351.974H90.4618V348.623H91.605V351.974ZM92.054 344.687H89.5831V341.457C89.5965 339.732 92.0048 339.696 92.054 341.457V344.687ZM95.3821 351.974H94.2414V348.623H95.3821V351.974ZM96.0472 344.687H93.579V341.457C93.5897 339.732 95.9979 339.696 96.0472 341.457V344.687ZM104.132 341.457C104.145 339.732 106.551 339.696 106.6 341.457V344.687H104.132V341.457ZM99.4484 351.974H98.3077V348.623H99.4484V351.974ZM100.326 344.687H97.8582V341.457C97.868 339.732 100.276 339.696 100.326 341.457V344.687ZM106.886 353.245H103.776V349.051C103.792 346.812 106.823 346.763 106.886 349.051V353.245ZM110.648 343.871L108.533 344.12V339.964C108.543 337.745 110.607 337.452 110.648 339.714V343.871ZM115.696 343.286L113.202 343.549V339.174C113.215 336.836 115.644 336.526 115.696 338.911V343.286ZM122.469 342.905L118.837 343.191V338.439C118.855 335.901 122.396 335.565 122.469 338.153V342.905ZM131.946 353.294H127.953V345.022H131.946V353.294ZM132.058 342.226H128.426V337.475C128.444 334.937 131.985 334.882 132.058 337.475V342.226ZM135.908 337.475C135.926 334.937 139.467 334.882 139.54 337.475V342.226H135.908V337.475ZM139.722 353.294H135.726V345.022H139.722V353.294ZM143.39 337.475C143.408 334.937 146.949 334.882 147.022 337.475V342.226H143.39V337.475ZM147.495 353.294H143.499V345.022H147.495V353.294ZM156.611 343.191L152.979 342.905V338.153C153.049 335.565 156.593 335.901 156.611 338.439V343.191ZM162.243 343.549L159.752 343.286V338.911C159.801 336.526 162.234 336.836 162.243 339.174V343.549ZM166.915 344.12L164.8 343.871V339.714C164.842 337.452 166.904 337.745 166.915 339.964V344.12ZM168.562 341.457C168.575 339.732 170.981 339.696 171.03 341.457V344.687H168.562V341.457ZM171.672 353.245H169.203V349.051C169.217 346.812 171.623 346.763 171.672 349.051V353.245ZM176.712 351.974H175.571V348.623H176.712V351.974ZM177.52 344.687H175.052V341.457C175.062 339.732 177.471 339.696 177.52 341.457V344.687ZM181.277 351.974H180.136V348.623H181.277V351.974ZM181.726 344.687H179.258V341.457C179.271 339.732 181.676 339.696 181.726 341.457V344.687ZM185.056 351.974H183.916V348.623H185.056V351.974ZM185.719 344.687H183.251V341.457C183.264 339.732 185.672 339.696 185.719 341.457V344.687ZM189.123 351.974H187.98V348.623H189.123V351.974ZM189.998 344.687H187.53V341.457C187.543 339.732 189.951 339.696 189.998 341.457V344.687ZM193.806 341.457C193.82 339.732 196.225 339.696 196.274 341.457V344.687H193.806V341.457ZM196.56 353.245H193.45V349.051C193.466 346.812 196.498 346.763 196.56 349.051V353.245ZM215.248 299.812H218.628V303.452H215.248V299.812ZM209.454 299.812H212.834V303.452H209.454V299.812ZM216.843 327.379V332.185H205.442V327.379C205.442 317.782 216.843 317.787 216.843 327.379ZM203.658 299.812H207.041V303.452H203.658V299.812ZM206.183 339.824H202.096V336.181H206.183V339.824ZM213.187 339.824H209.101V336.181H213.187V339.824ZM220.192 339.824H216.105V336.181H220.192V339.824ZM269.358 331.759L267.147 331.793V331.328H269.358V331.759ZM269.774 332.126V334.17H268.311V332.141L269.774 332.126ZM267.994 332.16V334.17H266.732V332.175L267.994 332.16ZM233.306 338.2C230.378 338.2 225.73 341.26 222.803 341.26C220.371 341.423 224.442 340.06 225.25 339.395C228.001 336.779 231.594 335.462 234.917 333.713C235.863 334.069 236.774 335.768 238.003 336.34C240.635 337.584 243.415 338.805 245.22 341.26C240.674 341.26 237.853 338.2 233.306 338.2ZM266.898 340.023H265.534L263.172 341.769H259.499L249.587 339.109L249.274 338.742L245.483 336.316L244.95 336.082C253.193 333.326 260.408 329.852 267.08 326.023C267.202 326.122 267.345 326.174 267.514 326.174C267.815 326.174 268.08 325.976 268.179 325.709L268.678 325.407L268.542 328.8L267.847 330.678H266.067V331.328H266.815V331.808L265.352 331.842L264.801 334.17L264.503 334.967L264.62 335.451L271.936 335.651L272.351 334.952L272.151 334.238L271.769 331.725L269.706 331.759V331.328H270.556V330.678H269.026L269.509 329.117C269.509 329.117 269.465 325.844 269.509 324.991V324.976C269.564 324.898 269.605 324.807 269.623 324.711C269.693 324.659 269.883 324.521 270.091 324.36C270.127 324.368 270.166 324.379 270.205 324.379C270.566 324.379 270.847 324.111 270.889 323.763C278.371 319.198 285.271 314.249 292.353 309.43L290.49 312.838L287.55 315.665L286.533 319.039L283.59 325.773L280.347 324.194L277.124 331.31L276.043 334.487L272.533 337.231L266.898 340.023ZM266.415 332.175V334.17H265.084L265.549 332.175H266.415ZM270.091 334.17V332.126L271.554 332.11L271.852 334.17H270.091ZM319.725 343.354C317.434 341.325 313.607 341.26 310.547 341.262C308.699 341.265 300.16 329.987 298.313 329.987C295.38 329.99 299.139 341.268 296.208 341.268C293.213 341.268 293.467 336.103 290.472 336.095C285.77 336.087 277.815 341.234 273.113 341.213C277.908 339.153 283.242 335.345 285.523 330.068C286.476 329.889 287.731 329.792 288.646 329.159C291.899 326.708 292.485 322.222 294.133 318.712V318.715L294.236 318.471L294.382 318.122C295.79 322.866 299.677 327.415 304.875 327.763C306.894 329.606 309.414 331.162 311.404 333.147C314.675 340.122 324.048 342.621 330.756 339.239C332.175 337.813 332.639 340.218 333.183 341.227C328.696 341.234 327.779 350.483 319.725 343.354ZM359.287 323.334H358.414V322.526C358.414 321.526 359.287 321.502 359.287 322.526V323.334ZM359.571 322.526C359.571 321.526 360.443 321.502 360.443 322.526V323.334H359.571V322.526ZM361.077 334.17H359.786V332.975C359.786 331.492 361.077 331.458 361.077 332.975V334.17ZM361.498 332.975C361.498 331.492 362.789 331.458 362.789 332.975V334.17H361.498V332.975ZM362.982 344.284H361.859V343.435C361.859 342.382 362.982 342.357 362.982 343.435V344.284ZM365.642 318.385C365.642 316.785 367.037 316.748 367.037 318.385V319.679H365.642V318.385ZM365.59 344.284H364.465V343.435C364.465 342.382 365.59 342.357 365.59 343.435V344.284ZM365.951 334.17H364.66V332.975C364.66 331.492 365.951 331.458 365.951 332.975V334.17ZM367.661 334.17H366.372V332.975C366.372 331.492 367.661 331.458 367.661 332.975V334.17ZM372.189 346.362H370.884V338.098H372.189V346.362ZM372.306 319.679H370.908V318.385C370.908 316.785 372.306 316.748 372.306 318.385V319.679ZM382.295 318.385C382.295 316.785 383.693 316.748 383.693 318.385V319.679H382.295V318.385ZM378.808 305.699C378.808 304.644 379.725 304.621 379.725 305.699V306.549H378.808V305.699ZM378.808 309.149C378.808 308.097 379.725 308.071 379.725 309.149V310.001H378.808V309.149ZM377.592 305.699C377.592 304.644 378.51 304.621 378.51 305.699V306.549H377.592V305.699ZM377.592 309.149C377.592 308.097 378.51 308.071 378.51 309.149V310.001H377.592V309.149ZM377.029 318.385C377.029 316.785 378.424 316.748 378.424 318.385V319.679H377.029V318.385ZM375.342 305.699C375.342 304.644 376.262 304.621 376.262 305.699V306.549H375.342V305.699ZM375.342 309.149C375.342 308.097 376.262 308.071 376.262 309.149V310.001H375.342V309.149ZM374.127 305.699C374.127 304.644 375.044 304.621 375.044 305.699V306.549H374.127V305.699ZM374.127 309.149C374.127 308.097 375.044 308.071 375.044 309.149V310.001H374.127V309.149ZM381.362 348.072H375.075V344.38C375.075 339.811 381.362 339.706 381.362 344.38V348.072ZM373.742 333.625V332.427C373.742 330.946 375.577 330.912 375.577 332.427V333.625H373.742ZM382.692 333.625H380.858V332.427C380.858 330.946 382.692 330.912 382.692 332.427V333.625ZM383.781 329.509H382.708V328.754H381.635V327.966H380.593V327.143H379.284V326.387H377.078V327.143H375.774V327.966H374.733V328.754H373.656V329.509H372.586V327.914H373.656V327.161H374.733V326.371H375.774V325.547H377.078V324.794H379.284V325.547H380.593V326.371H381.635V327.161H382.708V327.914H383.781V329.509ZM385.553 346.362H384.248V338.098H385.553V346.362ZM389.902 315.61C389.902 314.716 390.609 314.696 390.609 315.61V316.333H389.902V315.61ZM390.065 334.17H388.775V332.975C388.775 331.492 390.065 331.458 390.065 332.975V334.17ZM390.486 332.975C390.486 331.492 391.777 331.458 391.777 332.975V334.17H390.486V332.975ZM391.969 344.284H390.848V343.435C390.848 342.382 391.969 342.357 391.969 343.435V344.284ZM392.152 316.333H391.445V315.61C391.445 314.716 392.152 314.696 392.152 315.61V316.333ZM392.988 315.61C392.988 314.716 393.695 314.696 393.695 315.61V316.333H392.988V315.61ZM394.575 344.284H393.453V343.435C393.453 342.382 394.575 342.357 394.575 343.435V344.284ZM394.939 334.17H393.648V332.975C393.648 331.492 394.939 331.458 394.939 332.975V334.17ZM396.649 334.17H395.357V332.975C395.357 331.492 396.649 331.458 396.649 332.975V334.17ZM412.52 353.104H410.29V343.211H412.52V353.104ZM425.383 353.104H423.153V343.211H425.383V353.104ZM438.248 353.104H436.018V343.211H438.248V353.104ZM451.113 353.104H448.884V343.211H451.113V353.104ZM454.179 340.982H407.225V339.59H454.179V340.982ZM491.345 302.73C491.345 302.194 491.659 301.953 491.945 301.947C492.231 301.942 492.527 302.168 492.527 302.73V304.324H491.345V302.73ZM491.046 308.931C491.046 308.089 491.496 307.661 491.945 307.65C492.392 307.642 492.86 308.053 492.86 308.931V311.41H491.046V308.931ZM488.654 337.877C488.654 335.864 489.103 334.791 489.55 334.771C489.999 334.747 490.449 335.773 490.449 337.877V343.814H488.654V337.877ZM490.513 353.042H488.503V350.332C488.503 348.116 488.999 346.947 489.5 346.924C490.002 346.9 490.513 348.018 490.513 350.332V353.042ZM490.948 317.645C490.948 315.906 491.441 315.036 491.945 315.015C492.447 314.997 492.958 315.828 492.958 317.645V322.747H490.948V317.645ZM491.677 337.877C491.677 335.864 492.127 334.791 492.577 334.771C493.026 334.747 493.491 335.773 493.491 337.877V343.814H491.677V337.877ZM493.858 353.042H491.927V349.134C491.927 347.654 492.408 346.874 492.894 346.856C493.379 346.841 493.858 347.589 493.858 349.134V353.042ZM502.454 328.267C502.454 327.07 502.924 326.452 503.384 326.438C503.844 326.426 504.283 327.018 504.283 328.267V331.51H502.454V328.267ZM499.843 330.229C499.843 329.257 500.236 328.761 500.607 328.751C500.981 328.74 501.306 329.213 501.306 330.229V331.461H499.843V330.229ZM506.177 353.042H500.607V343.632C500.607 339.398 501.994 337.179 503.384 337.129C504.774 337.082 506.177 339.207 506.177 343.632V353.042ZM506.943 331.461H505.447V330.229C505.447 329.257 505.806 328.761 506.177 328.751C506.551 328.74 506.943 329.213 506.943 330.229V331.461ZM516.304 337.877C516.304 335.864 516.787 334.791 517.234 334.771C517.683 334.747 518.133 335.773 518.133 337.877V342.884H517.502L517.419 342.801V343.814H516.304V337.877ZM514.373 302.911C514.373 302.376 514.654 302.085 514.94 302.08C515.226 302.075 515.507 302.353 515.507 302.911V304.457H514.373V302.911ZM513.292 337.877C513.292 335.864 513.761 334.791 514.207 334.771C514.656 334.747 515.091 335.773 515.091 337.877V343.814H513.292V337.877ZM515.155 353.042H513.209V349.134C513.209 347.654 513.69 346.874 514.176 346.856C514.662 346.841 515.155 347.589 515.155 349.134V353.042ZM515.854 322.747H513.825V317.645C513.825 315.906 514.337 315.036 514.841 315.015C515.342 314.997 515.854 315.828 515.854 317.645V322.747ZM515.854 311.41H514.059V308.931C514.059 308.089 514.49 307.661 514.94 307.65C515.389 307.642 515.854 308.053 515.854 308.931V311.41ZM518.299 353.042H516.27V350.332C516.27 348.116 516.782 346.947 517.283 346.924C517.33 346.921 517.371 346.942 517.419 346.958V347.804H517.982C518.167 348.368 518.299 349.205 518.299 350.332V353.042ZM548.36 301.399L549.641 299.869L551.935 299.968V300.118L553.481 300.051L555.045 300.118V299.968L557.339 299.869L558.635 301.399L558.786 305.371C556.656 305.338 554.627 307.027 554.278 309.131L553.549 309.165L552.699 309.131C552.353 307.034 550.338 305.345 548.209 305.371L548.36 301.399ZM548.678 314.452H558.303L560.483 319.123L553.499 319.206L546.497 319.123L548.678 314.452ZM567.98 339.906V343.848H566.933V345.941H565.72V335.236H563.374C563.374 335.236 563.857 326.623 563.374 326.623H543.606C543.123 326.623 543.606 335.236 543.606 335.236H541.278V345.941H540.062V343.848H539.015V339.906H538.649V336.698L544.404 324.194L552.751 324.326V324.36L553.499 324.345L554.247 324.36V324.326L562.576 324.194L569.809 339.906H567.98ZM569.427 333.388L569.908 333.222L571.09 335.568V335.882L570.674 336.332L569.427 333.388ZM571.173 337.514L570.841 336.732L571.173 336.914V337.514ZM572.103 320.585C572.108 319.996 572.251 319.695 572.386 319.689C572.521 319.684 572.646 319.975 572.651 320.585V322.814H572.103V320.585ZM573.052 332.64H572.469L572.254 332.224V330.414C572.259 329.824 572.441 329.505 572.636 329.499C572.831 329.494 573.041 329.803 573.052 330.414V332.64ZM573.535 322.814H573.002V320.585C573.005 319.996 573.132 319.695 573.267 319.689C573.402 319.684 573.527 319.975 573.535 320.585V322.814ZM574.431 322.814H573.883V320.585C573.885 319.996 574.031 319.695 574.166 319.689C574.301 319.684 574.425 319.975 574.431 320.585V322.814ZM579.936 332.972H578.856V329.949C578.86 329.151 579.123 328.756 579.385 328.751C579.65 328.743 579.923 329.122 579.936 329.949V332.972ZM581.614 332.972H580.534V329.949C580.542 329.151 580.786 328.756 581.048 328.751C581.313 328.743 581.601 329.122 581.614 329.949V332.972ZM584.025 332.972H582.978V329.964C582.984 329.167 583.23 328.756 583.493 328.751C583.755 328.743 584.012 329.141 584.025 329.964V332.972ZM585.688 332.972H584.607V329.964C584.615 329.167 584.893 328.756 585.155 328.751C585.418 328.743 585.675 329.141 585.688 329.964V332.972ZM588.133 333.04H587.067V330.047C587.075 329.25 587.337 328.839 587.6 328.834C587.863 328.826 588.12 329.224 588.133 330.047V333.04ZM589.777 333.04H588.73V330.047C588.738 329.25 589 328.839 589.263 328.834C589.526 328.826 589.764 329.224 589.777 330.047V333.04ZM611.249 353.042H607.181V234.605H611.249V353.042ZM641.272 342.065H631.885V261.398H641.272V342.065ZM665.981 338.977C665.919 339.072 665.906 338.984 665.947 338.727C665.983 338.493 666.007 338.361 666.031 338.327C666.051 338.296 666.065 338.379 666.065 338.561C666.062 338.711 666.031 338.899 665.981 338.977ZM665.846 335.583C665.885 335.583 665.916 335.835 665.898 336.15C665.877 336.5 665.908 336.763 665.981 336.849C666.119 337.015 666.057 337.041 665.898 336.88C665.776 336.758 665.729 335.583 665.846 335.583ZM665.566 339.608L665.797 339.392L665.698 339.676C665.638 339.826 665.537 340.005 665.483 340.073C665.425 340.14 665.355 340.19 665.316 340.19C665.179 340.19 665.332 339.826 665.566 339.608ZM657.933 330.829C657.938 330.837 657.943 330.861 657.948 330.894H657.933C657.956 331.04 657.956 331.245 657.933 331.362C657.909 331.476 657.898 331.369 657.898 331.113C657.898 330.918 657.919 330.806 657.933 330.829ZM658.167 332.16C658.362 332.188 658.499 332.167 658.564 332.076C658.686 331.913 658.629 329.234 658.499 328.951C658.424 328.79 658.437 328.774 658.666 328.834C659.076 328.938 660.149 328.912 660.26 328.8C660.33 328.732 660.463 328.714 660.608 328.717C660.757 328.72 660.912 328.746 661.009 328.816C661.276 329.018 661.825 330.364 661.825 330.811C661.825 331.24 661.674 331.481 661.44 331.393C661.367 331.364 661.221 331.421 661.126 331.528C660.876 331.804 661.045 331.928 661.64 331.891L662.139 331.861L662.471 331.226C662.775 330.668 662.798 330.575 662.687 330.395C662.573 330.206 662.594 330.203 663.038 330.448C663.672 330.79 663.827 330.964 663.884 331.476C663.924 331.814 663.903 331.915 663.801 331.891C663.729 331.876 663.677 331.931 663.684 332.027C663.7 332.198 663.692 332.193 662.422 332.375C661.642 332.484 660.671 332.484 660.328 332.375C660.198 332.333 659.587 332.292 658.979 332.292C658.372 332.287 657.865 332.253 657.865 332.209C657.865 332.175 658.002 332.136 658.167 332.16ZM656.421 340.639C656.205 340.613 656.221 340.608 656.519 340.59C657.044 340.569 657.668 339.998 657.732 339.475C657.78 339.117 658.101 338.35 658.25 338.262C658.364 338.189 658.478 338.823 658.416 339.207C658.351 339.597 658.442 339.686 658.666 339.441C658.842 339.247 658.881 338.748 658.764 338.194C658.652 337.662 658.772 337.397 659.395 336.747C660.079 336.046 660.318 335.944 661.44 336.018C661.975 336.051 662.383 336.041 662.603 335.965C662.723 335.927 662.829 335.906 662.921 335.901C663.196 335.885 663.37 336.022 663.518 336.365C663.614 336.581 663.944 337.002 664.251 337.314C664.991 338.065 665.214 338.426 665.214 338.792C665.214 339.184 664.825 339.725 664.534 339.725C664.29 339.725 663.869 340.073 663.952 340.205C663.981 340.255 664.128 340.288 664.266 340.288C664.406 340.291 663.95 340.457 663.269 340.655C661.31 341.227 661.344 341.234 656.421 340.639ZM659.214 352.977C659.2 352.998 659.19 353.018 659.18 353.042H658.564C658.582 352.969 658.626 352.904 658.715 352.842C658.951 352.675 658.959 352.569 658.779 351.398C658.707 350.901 658.592 350.117 658.53 349.652C658.471 349.184 658.354 348.592 658.281 348.337C658.197 348.033 658.156 347.885 658.167 347.853C658.174 347.823 658.237 347.908 658.348 348.121C658.452 348.316 658.626 348.96 658.73 349.535C658.834 350.109 658.979 350.706 659.063 350.865C659.273 351.27 659.372 352.671 659.214 352.977ZM666.314 350.763C666.257 351.652 666.215 351.849 666.046 352.029C665.937 352.146 665.791 352.393 665.732 352.562C665.67 352.728 665.586 352.935 665.547 353.026C665.544 353.032 665.55 353.036 665.547 353.042H659.996C659.985 352.985 659.996 352.917 660.045 352.86C660.12 352.769 660.141 352.58 660.094 352.278C660.057 352.032 660.006 351.296 659.996 350.649C659.982 350 659.931 349.285 659.879 349.051C659.718 348.355 659.689 347.575 659.829 347.604C660.214 347.683 662.242 347.744 662.687 347.687C663.097 347.638 663.386 347.516 663.934 347.158C664.323 346.9 664.672 346.69 664.701 346.69C664.729 346.69 664.864 346.918 664.999 347.188C665.134 347.462 665.407 347.895 665.596 348.155C665.789 348.412 666.043 348.867 666.163 349.168C666.366 349.672 666.373 349.792 666.314 350.763ZM667.709 352.161C667.615 352.338 667.527 352.502 667.527 352.528C667.524 352.554 667.465 352.723 667.395 352.894C667.371 352.949 667.358 352.993 667.342 353.042H666.579C666.677 352.975 666.73 352.891 666.73 352.777C666.73 352.649 666.685 352.512 666.628 352.478C666.563 352.437 666.628 352.312 666.813 352.146C667.057 351.92 667.103 351.811 667.111 351.428C667.114 351.182 667.166 350.423 667.228 349.75L667.342 348.519L667.561 349.184C667.875 350.096 667.958 351.694 667.709 352.161ZM680.608 347.386H678.062V301.394H680.608V347.386ZM685.643 340.689H683.097V276.646H685.643V340.689ZM690.677 335.085H688.131V291.181H690.677V335.085ZM720.253 277.236H722.586V279.629H720.253V277.236ZM719.115 277.236V279.629H716.784V277.236H719.115ZM707.006 246.135H719.564V247.93H707.006V246.135ZM719.564 252.594V255.106H707.125V252.594H719.564ZM705.569 261.206V259.294H721.001V261.206H705.569ZM707.931 277.236H710.264V279.629H707.931V277.236ZM704.462 277.236H706.796V279.629H704.462V277.236ZM706.767 288.599H704.494V284.53H706.767V288.599ZM706.827 283.694H704.434V280.346H706.827V283.694ZM710.235 288.599H707.962V284.53H710.235V288.599ZM710.295 283.694H707.902V280.346H710.295V283.694ZM715.499 345.178H711.43V271.733H715.499V345.178ZM719.086 288.599H716.813V284.53H719.086V288.599ZM719.146 283.694H716.753V280.346H719.146V283.694ZM722.555 288.599H720.281V284.53H722.555V288.599ZM722.615 283.694H720.221V280.346H722.615V283.694ZM740.088 346.414H737.974V336.89C737.974 328.405 740.088 328.447 740.088 336.89V346.414ZM744.261 346.414H741.676V336.89C741.676 328.405 744.261 328.447 744.261 336.89V346.414ZM747.963 346.414H745.849V336.89C745.849 328.405 747.963 328.447 747.963 336.89V346.414ZM749.815 306.317H747.701V302.415C747.701 298.937 749.815 298.955 749.815 302.415V306.317ZM755.224 316.257H754.138V313.846H755.224V316.257ZM760.295 313.846H761.381V316.257H760.295V313.846ZM758.303 316.257H757.217V313.846H758.303V316.257ZM762.239 346.5H760.124V342.598C760.124 339.12 762.239 339.138 762.239 342.598V346.5ZM768.632 346.5H766.515V342.598C766.515 339.12 768.632 339.138 768.632 342.598V346.5ZM775.024 346.5H772.909V342.598C772.909 339.12 775.024 339.138 775.024 342.598V346.5ZM821.247 326.184H819.537V324.241C819.537 322.511 821.247 322.519 821.247 324.241V326.184ZM825.918 348.973H823.639V341.663C823.639 335.15 825.918 335.184 825.918 341.663V348.973ZM830.41 348.973H827.625V341.663C827.625 335.15 830.41 335.184 830.41 341.663V348.973ZM827.887 326.184V323.615C827.887 321.326 830.148 321.336 830.148 323.615V326.184H827.887ZM829.017 316.958C828.154 316.958 827.37 316.172 827.373 315.312C827.37 314.449 828.154 313.662 829.017 313.662C829.88 313.662 830.664 314.449 830.662 315.312C830.664 316.172 829.88 316.958 829.017 316.958ZM834.395 348.973H832.116V341.663C832.116 335.15 834.395 335.184 834.395 341.663V348.973ZM838.497 326.184H836.788V324.241C836.788 322.511 838.497 322.519 838.497 324.241V326.184ZM865.204 292.319C865.155 291.512 867.844 291.519 867.886 292.319V294.813H865.194L865.225 294.79L865.204 292.319ZM865.225 300.924L865.207 298.453C865.155 297.645 867.844 297.653 867.886 298.453V300.95H865.194L865.225 300.924ZM865.225 307.06L865.204 304.587C865.152 303.782 867.844 303.79 867.886 304.587V307.084H865.194L865.225 307.06ZM861.848 292.319C861.796 291.512 864.487 291.519 864.526 292.319V294.813H861.838L861.869 294.79L861.848 292.319ZM861.17 307.084H858.478L858.512 307.06L858.492 304.587C858.44 303.782 861.129 303.79 861.17 304.587V307.084ZM861.17 300.95H858.478L858.512 300.924L858.492 298.453C858.44 297.645 861.129 297.653 861.17 298.453V300.95ZM861.17 294.813H858.478L858.512 294.79L858.492 292.319C858.44 291.512 861.129 291.519 861.17 292.319V294.813ZM861.869 300.924L861.848 298.453C861.796 297.645 864.485 297.653 864.526 298.453V300.95H861.835L861.869 300.924ZM861.848 304.587C861.796 303.782 864.487 303.79 864.526 304.587V307.084H861.838L861.869 307.06L861.848 304.587ZM868.322 352.26H863.027V347.529C863.313 345.326 867.924 345.178 868.322 347.529V352.26ZM877.046 352.26H871.749V347.529C872.035 345.326 876.646 345.178 877.046 347.529V352.26ZM885.767 352.26H880.471V347.529C880.756 345.326 885.367 345.178 885.767 347.529V352.26ZM894.489 352.26H889.194V347.529C889.478 345.326 894.089 345.178 894.489 347.529V352.26ZM903.21 352.26H897.916V347.529C898.202 345.326 902.812 345.178 903.21 347.529V352.26ZM911.934 352.26H906.637V347.529C906.923 345.326 911.534 345.178 911.934 347.529V352.26ZM920.655 352.26H915.359V347.529C915.644 345.326 920.256 345.178 920.655 347.529V352.26ZM939.727 353.042H937.6L938.031 334.038L940.891 334.136L939.727 353.042ZM950.236 353.042H946.212L946.378 334.336L950.803 334.37L950.236 353.042ZM954.442 318.276L954.559 318.042L954.824 317.896L954.793 318.242V318.559H954.411L954.442 318.276ZM954.676 353.042L954.941 333.921H955.009V333.955H963.288L963.523 353.042H954.676ZM967.978 353.042L967.411 334.419L971.836 334.37L972.003 353.042H967.978ZM978.487 353.042L977.323 334.136L980.18 334.072L980.615 353.042H978.487ZM999.535 292.372C999.535 289.706 1001.46 289.807 1001.46 292.372V297.211H999.535V292.372ZM1001.57 349.295H998.774V343.481C998.774 340.281 1001.57 340.403 1001.57 343.481V349.295ZM1003.07 292.358C1003.07 289.693 1004.99 289.794 1004.99 292.358V297.201H1003.07V292.358ZM1006.55 349.295H1003.76V341.65C1003.76 337.444 1006.55 337.602 1006.55 341.65V349.295ZM1011.53 349.295H1008.74V343.481C1008.74 340.281 1011.53 340.403 1011.53 343.481V349.295ZM1012.73 293.834C1012.73 291.613 1014.65 291.696 1014.65 293.834V297.869H1012.73V293.834ZM1016.51 349.295H1013.72V343.481C1013.72 340.281 1016.51 340.403 1016.51 343.481V349.295ZM1018.18 297.859H1016.26V293.824C1016.26 291.602 1018.18 291.685 1018.18 293.824V297.859ZM1021.5 349.295H1018.7V341.237C1018.7 336.802 1021.5 336.968 1021.5 341.237V349.295ZM1026.48 349.295H1023.69V343.481C1023.69 340.281 1026.48 340.403 1026.48 343.481V349.295ZM1031.46 349.295H1028.67V343.481C1028.67 340.281 1031.46 340.403 1031.46 343.481V349.295ZM1036.44 349.295H1033.65V341.439C1033.65 337.114 1036.44 337.277 1036.44 341.439V349.295ZM1041.42 349.295H1038.63V343.481C1038.63 340.281 1041.42 340.403 1041.42 343.481V349.295ZM1086.29 332.492L1081.49 331.676L1081.17 323.812V323.412L1088.71 332.557L1086.29 332.492ZM1089.59 332.575L1081.81 323.132L1097.19 332.775L1089.59 332.575ZM1103.57 332.923V323.963L1113.7 333.191L1103.57 332.923ZM1158.46 332.889L1147.55 333.157L1158.46 323.347V332.889ZM1164.21 332.757L1178.78 323.646L1171.41 332.575L1164.21 332.757ZM1179.41 324.326L1179.11 331.778L1174.85 332.492L1172.29 332.557L1179.41 323.929V324.326ZM1180.74 352.694L1180.71 352.626H1180.76C1180.75 352.637 1180.74 352.686 1180.74 352.694ZM1184.33 344.562C1183.67 346.024 1183.08 347.371 1182.5 348.67V338.576L1181.89 338.179V337.495L1187.62 337.212C1187.5 337.49 1185.99 340.834 1184.33 344.562ZM1181.14 324.428L1187.39 336.532L1182.27 336.082L1182.38 336.018V333.656L1182.09 332.36L1181.57 331.362L1181.14 331.427V324.428ZM1259.45 321.435C1259.71 321.524 1260.01 321.536 1260.28 321.469L1261.98 331.26C1260.32 336.322 1258.49 339.543 1255.69 341.535C1251.79 338.132 1248.91 334.661 1246.52 330.946L1259.45 321.435ZM1228.01 343.383C1227.29 343.816 1226.62 344.364 1225.98 345.046C1224.71 346.077 1223.54 346.96 1222.42 347.789L1221.08 341.452L1239.53 317.743L1229.4 342.185L1227.92 343.266L1228.01 343.383ZM1241.08 316.961C1241.16 316.958 1241.24 316.946 1241.33 316.927L1243.02 326.673C1241.64 330.813 1239.93 333.874 1237.72 336.048L1234.61 338.345C1233.7 338.836 1232.72 339.249 1231.66 339.559L1241.08 316.961ZM1251.14 348.121L1246.31 347.373C1241.77 344.487 1237.5 342.458 1233.74 342.151C1234.81 340.252 1236.89 339.475 1239.26 339.457C1245.27 339.41 1253.13 344.217 1251.14 348.121ZM1252.78 348.352C1254.23 347.687 1255.39 346.651 1256.49 344.165C1257.04 344.055 1257.62 344.001 1258.22 343.999C1263.43 343.957 1270.05 347.589 1270.41 351.096L1252.78 348.352Z" fill="%239A1935" fill-opacity="0.8"/><path d="M798.28 123.29L798.216 123.357L798.348 123.49L798.28 123.29Z" fill="%239A1935" fill-opacity="0.8"/><path d="M471.945 180.137C472.01 181.268 470.957 182.25 469.593 182.329C468.228 182.408 467.069 181.555 467.003 180.424C466.937 179.292 467.99 178.311 469.355 178.232C470.72 178.152 471.879 179.005 471.945 180.137Z" fill="%239A1935" fill-opacity="0.8"/><path d="M588.946 160.953C588.693 160.708 588.271 160.349 587.545 160.472C587.875 162.055 587.557 165.043 587.225 165.584C586.779 166.309 585.906 166.953 585.404 166.707C584.902 166.461 584.51 167.373 584.366 168.547C584.223 169.721 584.338 169.524 585.298 169.256C586.257 168.988 587.437 167.415 588.13 166.21C588.546 165.487 589.007 164.379 589.324 163.439C589.277 162.349 589.173 161.171 588.946 160.953Z" fill="%239A1935" fill-opacity="0.8"/><path d="M583.872 158.351C585.48 158.768 587.385 158.215 588.64 157.8C588.765 157.759 588.831 157.623 588.787 157.499C588.678 157.189 588.574 156.921 588.48 156.717C587.946 155.562 586.553 154.922 585.945 156.123C585.662 156.682 584.659 157.332 583.668 157.868C583.496 157.962 583.504 158.218 583.686 158.291C583.742 158.313 583.804 158.333 583.872 158.351Z" fill="%239A1935" fill-opacity="0.8"/><path d="M558.667 169.935C556.233 170.206 553.41 170.332 553.134 170.413C552.728 170.532 553.336 172.244 553.347 174.087C553.359 175.93 552.883 179.232 552.174 179.623C551.697 179.886 551.256 180.017 551.018 180.075C550.904 180.103 550.817 180.191 550.789 180.305C550.651 180.886 550.267 182.606 550.515 182.802C550.815 183.039 551.357 183.071 551.868 182.565C552.379 182.058 553.697 181.219 554.245 179.693C554.43 179.176 554.593 178.402 554.727 177.575C554.763 177.357 554.796 177.136 554.827 176.914C554.828 176.889 554.829 176.865 554.83 176.84C554.693 175.177 553.661 172.508 553.645 171.27C553.64 170.899 553.725 170.656 553.955 170.608C554.946 170.401 557.45 170.149 558.559 170.127C558.618 170.126 558.665 170.113 558.705 170.093C558.695 170.043 558.682 169.99 558.667 169.935Z" fill="%239A1935" fill-opacity="0.8"/><path d="M558.835 169.917C558.779 169.923 558.723 169.929 558.667 169.936C558.682 169.991 558.695 170.044 558.705 170.094C558.773 170.06 558.815 169.999 558.835 169.917Z" fill="%239A1935" fill-opacity="0.8"/><path d="M553.809 157.945C554.154 158.636 555.924 161.171 557.061 161.401C558.197 161.632 558.866 160.746 560.777 160.444C562.688 160.143 566.289 159.383 567.657 158.858C569.025 158.334 570.405 156.919 571.401 156.543C572.396 156.168 573.85 154.939 572.75 151.316C571.65 147.692 571.59 147.759 570.878 147.546C570.167 147.333 568.241 145.919 568.025 145.487C567.81 145.054 569.035 145.365 569.922 145.313C570.809 145.262 571.735 144.784 571.878 144.691C572.021 144.598 572.023 143.538 571.659 143.475C571.295 143.411 566.923 144.385 565.246 143.974C563.57 143.563 560.43 142.77 559.444 138.928C558.458 135.086 560.261 139.856 561.09 140.274C561.92 140.692 562.232 138.767 562.612 138.744C562.992 138.722 562.455 142.059 563.325 142.263C564.195 142.467 564.781 141.066 564.757 140.114C564.734 139.162 565.952 140.426 565.595 141.4C565.238 142.375 565.232 143.36 567.325 142.73C569.418 142.1 569.716 142.305 569.788 141.348C569.859 140.39 569.301 139.532 569.478 139.3C569.655 139.067 570.659 139.39 570.895 140.171C571.132 140.952 570.628 142.125 571.537 141.914C572.447 141.702 573.481 140.911 572.507 140.014C571.534 139.117 569.927 137.716 568.581 137.54C567.236 137.364 564.047 136.818 563.367 136.052C562.687 135.286 562.258 133.743 562.658 133.338C563.059 132.934 562.653 134.335 563.267 134.701C563.882 135.068 564.683 135.361 564.975 134.92C565.268 134.479 566.125 133.179 566.061 132.823C565.998 132.466 566.528 132.097 566.554 133.282C566.581 134.467 566.513 135.488 566.862 135.658C567.211 135.829 567.878 135.282 567.912 134.771C567.946 134.26 568.4 134.785 568.461 135.46C568.521 136.134 568.811 136.753 569.289 136.217C569.766 135.681 569.932 133.425 569.723 133.119C569.515 132.813 569.883 132.58 570.233 132.772C570.583 132.963 571.323 135.484 571.088 136.176C570.852 136.868 570.586 137.032 571.001 137.241C571.416 137.45 572.069 136.289 572.271 136.128C572.474 135.968 572.561 137.108 572.536 137.766C572.511 138.424 572.926 139.015 573.515 138.578C574.105 138.141 574.344 137.513 574.656 137.41C574.967 137.307 574.895 137.883 574.485 138.861C574.076 139.838 573.672 142.012 574.451 142.285C575.23 142.558 576.54 142.132 577.32 142.977C578.1 143.821 578.16 144.295 579.169 144.713C580.179 145.131 581.235 145.261 581.956 145.092C582.678 144.923 582.701 146.415 581.897 146.811C581.094 147.208 579.882 148.232 578.615 148.305C577.348 148.379 576.989 148.781 577.192 148.992C577.395 149.202 579.163 150.499 579.721 150.943C580.654 151.683 581.83 153.097 582.513 154.5C583.716 156.973 582.396 158.321 583.804 158.687C586.167 159.3 589.178 157.8 589.78 157.765C590.382 157.73 590.948 163.641 590.978 164.72C591.009 165.799 589.696 169.467 588.727 170.286C587.757 171.105 587.783 171.549 587.308 171.577C586.833 171.604 586.769 169.955 586.838 169.506C586.907 169.057 587.723 169.423 588.227 168.79C588.73 168.157 589.504 165.601 589.506 165.092C589.508 164.583 589.498 161.119 589.094 160.729C588.69 160.34 587.856 159.657 586.034 161.129C584.212 162.602 584.957 163.385 583.194 163.678C581.431 163.971 579.653 164.011 578.933 164.752C578.214 165.493 576.497 168.771 573.645 168.937C570.794 169.102 567.213 168.738 566.486 169.352C565.759 169.966 564.863 172.053 563.67 172.313C562.477 172.572 556.708 172.844 556.442 173.749C556.177 174.654 556.584 178.922 556.538 179.783C556.493 180.644 555.018 184.798 554.46 185.053C553.903 185.308 553.675 185.766 553.51 185.108C553.345 184.45 552.865 182.761 552.849 182.476C552.832 182.191 553.443 182.315 554.118 181.894C554.793 181.473 555.294 179.156 555.106 177.005C554.917 174.855 553.256 171.052 554.24 170.847C555.224 170.641 557.71 170.391 558.81 170.37C559.911 170.348 557.546 166.84 557.048 165.556C556.812 164.947 556.751 164.404 556.752 164.001C556.753 163.594 556.466 163.243 556.066 163.17C555.584 163.082 555.009 162.938 554.764 162.721C553.346 161.469 553.074 159.53 553.177 158.554C553.329 157.108 553.521 157.369 553.809 157.945Z" fill="%239A1935" fill-opacity="0.8"/><path d="M648.142 155.612C648.002 155.289 647.75 154.796 647.033 154.631C646.73 156.219 645.291 158.856 644.776 159.229C644.087 159.728 643.033 159.988 642.664 159.568C642.295 159.148 641.583 159.841 641 160.87C640.418 161.899 640.6 161.761 641.589 161.881C642.577 162.002 644.27 161.002 645.372 160.154C646.034 159.645 646.885 158.8 647.537 158.053C647.912 157.028 648.268 155.901 648.142 155.612Z" fill="%239A1935" fill-opacity="0.8"/><path d="M644.454 151.263C645.778 152.265 647.75 152.484 649.068 152.582C649.199 152.592 649.312 152.492 649.319 152.36C649.338 152.033 649.344 151.745 649.335 151.521C649.286 150.249 648.244 149.124 647.222 150C646.746 150.407 645.571 150.624 644.45 150.739C644.255 150.759 644.164 150.999 644.305 151.136C644.348 151.178 644.398 151.22 644.454 151.263Z" fill="%239A1935" fill-opacity="0.8"/><path d="M616.733 152.298C614.381 151.615 611.726 150.649 611.439 150.617C611.019 150.571 610.923 152.387 610.227 154.093C609.531 155.8 607.826 158.666 607.022 158.756C606.48 158.816 606.022 158.768 605.781 158.73C605.665 158.712 605.55 158.76 605.481 158.854C605.131 159.338 604.116 160.779 604.271 161.056C604.457 161.39 604.945 161.627 605.611 161.355C606.277 161.084 607.817 160.814 608.907 159.614C609.276 159.208 609.724 158.555 610.165 157.843C610.281 157.656 610.397 157.464 610.511 157.271C610.521 157.248 610.531 157.226 610.541 157.203C611.053 155.615 611.122 152.754 611.582 151.605C611.72 151.261 611.893 151.068 612.123 151.112C613.118 151.301 615.527 152.029 616.559 152.434C616.614 152.455 616.663 152.461 616.707 152.458C616.717 152.408 616.726 152.355 616.733 152.298Z" fill="%239A1935" fill-opacity="0.8"/><path d="M616.896 152.345C616.842 152.329 616.787 152.314 616.733 152.298C616.726 152.355 616.717 152.408 616.708 152.459C616.784 152.453 616.846 152.413 616.896 152.345Z" fill="%239A1935" fill-opacity="0.8"/><path d="M616.844 139.361C616.897 140.132 617.561 143.151 618.522 143.8C619.483 144.449 620.441 143.887 622.321 144.341C624.202 144.795 627.819 145.474 629.283 145.514C630.748 145.554 632.565 144.777 633.628 144.811C634.692 144.846 636.506 144.269 636.879 140.501C637.252 136.732 637.171 136.771 636.596 136.302C636.02 135.832 634.784 133.788 634.75 133.306C634.717 132.824 635.73 133.58 636.569 133.873C637.408 134.165 638.446 134.079 638.614 134.048C638.782 134.017 639.19 133.039 638.878 132.841C638.566 132.643 634.155 131.866 632.764 130.843C631.373 129.82 628.777 127.885 629.34 123.958C629.902 120.032 629.738 125.128 630.344 125.832C630.95 126.536 631.976 124.878 632.336 125.003C632.695 125.129 630.92 128.004 631.645 128.526C632.37 129.048 633.449 127.979 633.792 127.091C634.136 126.202 634.776 127.837 634.073 128.6C633.37 129.363 632.986 130.271 635.161 130.491C637.335 130.712 637.532 131.016 637.965 130.159C638.398 129.302 638.211 128.296 638.464 128.149C638.717 128.001 639.521 128.685 639.439 129.497C639.358 130.308 638.442 131.199 639.364 131.352C640.285 131.505 641.544 131.172 640.988 129.97C640.433 128.768 639.486 126.858 638.311 126.179C637.136 125.501 634.4 123.774 634.066 122.806C633.731 121.838 633.927 120.248 634.452 120.028C634.977 119.808 634.064 120.946 634.491 121.52C634.918 122.095 635.546 122.672 635.985 122.377C636.424 122.082 637.714 121.21 637.792 120.857C637.871 120.503 638.501 120.365 638.071 121.469C637.641 122.574 637.187 123.491 637.444 123.782C637.701 124.074 638.527 123.824 638.755 123.366C638.982 122.907 639.2 123.566 638.997 124.212C638.794 124.858 638.825 125.541 639.471 125.229C640.118 124.916 641.136 122.897 641.061 122.534C640.985 122.172 641.415 122.098 641.665 122.409C641.915 122.72 641.631 125.332 641.148 125.881C640.666 126.429 640.357 126.479 640.66 126.831C640.963 127.183 642.012 126.361 642.26 126.291C642.509 126.221 642.152 127.306 641.877 127.905C641.601 128.503 641.758 129.208 642.47 129.03C643.181 128.853 643.643 128.364 643.971 128.388C644.298 128.413 644.01 128.917 643.257 129.663C642.504 130.409 641.298 132.262 641.913 132.812C642.527 133.363 643.901 133.472 644.297 134.551C644.694 135.631 644.567 136.091 645.339 136.864C646.111 137.637 647.037 138.162 647.768 138.282C648.499 138.403 647.948 139.79 647.054 139.848C646.16 139.906 644.648 140.387 643.45 139.969C642.251 139.551 641.766 139.785 641.873 140.058C641.979 140.33 643.115 142.206 643.46 142.829C644.038 143.871 644.583 145.627 644.675 147.185C644.838 149.93 643.102 150.669 644.262 151.547C646.209 153.019 649.565 152.789 650.135 152.987C650.704 153.186 648.96 158.862 648.575 159.87C648.189 160.878 645.57 163.763 644.361 164.147C643.151 164.532 643.005 164.952 642.556 164.795C642.106 164.638 642.679 163.091 642.916 162.702C643.152 162.314 643.765 162.965 644.473 162.573C645.181 162.182 646.875 160.118 647.072 159.649C647.269 159.18 648.588 155.976 648.364 155.462C648.141 154.947 647.632 153.996 645.385 154.658C643.138 155.319 643.525 156.328 641.785 155.923C640.044 155.517 638.387 154.872 637.438 155.281C636.489 155.689 633.646 158.059 630.95 157.118C628.253 156.178 625.085 154.468 624.178 154.757C623.271 155.045 621.643 156.629 620.442 156.411C619.241 156.194 613.809 154.232 613.216 154.967C612.624 155.701 611.363 159.799 610.991 160.576C610.619 161.354 607.664 164.625 607.051 164.647C606.439 164.668 606.053 165.004 606.153 164.333C606.252 163.662 606.457 161.919 606.551 161.649C606.645 161.379 607.162 161.728 607.947 161.598C608.731 161.468 610.083 159.52 610.733 157.462C611.384 155.403 611.307 151.254 612.295 151.442C613.282 151.629 615.674 152.351 616.699 152.754C617.724 153.156 616.884 149.01 616.917 147.632C616.932 146.979 617.084 146.454 617.24 146.083C617.397 145.707 617.266 145.273 616.925 145.052C616.514 144.786 616.038 144.432 615.895 144.139C615.065 142.438 615.558 140.543 616.026 139.681C616.721 138.403 616.799 138.718 616.844 139.361Z" fill="%239A1935" fill-opacity="0.8"/><path d="M702.489 169.241C702.408 168.898 702.247 168.368 701.57 168.079C700.992 169.589 699.112 171.933 698.54 172.209C697.773 172.579 696.69 172.649 696.401 172.171C696.111 171.692 695.289 172.249 694.534 173.159C693.779 174.07 693.983 173.966 694.935 174.259C695.886 174.551 697.729 173.865 698.963 173.224C699.704 172.84 700.69 172.157 701.464 171.537C702.013 170.594 702.562 169.547 702.489 169.241Z" fill="%239A1935" fill-opacity="0.8"/><path d="M699.624 164.31C700.752 165.53 702.654 166.093 703.934 166.421C704.061 166.454 704.19 166.375 704.221 166.247C704.296 165.928 704.353 165.645 704.384 165.423C704.559 164.163 703.732 162.872 702.571 163.554C702.031 163.871 700.837 163.878 699.713 163.794C699.517 163.779 699.386 163.999 699.5 164.159C699.535 164.208 699.576 164.259 699.624 164.31Z" fill="%239A1935" fill-opacity="0.8"/><path d="M672.154 160.449C669.959 159.362 667.516 157.944 667.239 157.863C666.833 157.744 666.42 159.514 665.435 161.071C664.449 162.628 662.266 165.15 661.458 165.096C660.915 165.06 660.472 164.932 660.241 164.853C660.13 164.815 660.009 164.841 659.924 164.923C659.494 165.337 658.242 166.577 658.345 166.877C658.469 167.238 658.908 167.558 659.612 167.407C660.316 167.257 661.878 167.262 663.163 166.274C663.598 165.939 664.153 165.375 664.713 164.752C664.86 164.587 665.008 164.419 665.154 164.249C665.168 164.229 665.182 164.209 665.196 164.188C665.979 162.715 666.551 159.911 667.206 158.861C667.403 158.546 667.606 158.387 667.825 158.47C668.771 158.832 671.015 159.972 671.96 160.552C672.01 160.583 672.057 160.597 672.101 160.602C672.12 160.555 672.137 160.504 672.154 160.449Z" fill="%239A1935" fill-opacity="0.8"/><path d="M672.305 160.524C672.255 160.499 672.204 160.474 672.154 160.449C672.137 160.504 672.119 160.555 672.101 160.602C672.177 160.61 672.244 160.582 672.305 160.524Z" fill="%239A1935" fill-opacity="0.8"/><path d="M674.54 147.734C674.457 148.502 674.579 151.591 675.411 152.399C676.243 153.207 677.284 152.822 679.056 153.6C680.827 154.378 684.268 155.683 685.702 155.981C687.137 156.278 689.063 155.832 690.103 156.054C691.144 156.275 693.031 156.026 694.062 152.383C695.093 148.739 695.006 148.763 694.522 148.199C694.038 147.636 693.181 145.406 693.233 144.925C693.285 144.445 694.149 145.368 694.923 145.804C695.698 146.239 696.735 146.337 696.906 146.336C697.076 146.335 697.65 145.444 697.378 145.194C697.106 144.944 692.9 143.403 691.711 142.151C690.522 140.9 688.307 138.537 689.552 134.771C690.797 131.006 689.739 135.993 690.211 136.793C690.683 137.593 691.986 136.141 692.318 136.327C692.65 136.514 690.395 139.032 691.017 139.674C691.64 140.315 692.89 139.453 693.384 138.639C693.878 137.824 694.221 139.546 693.394 140.174C692.568 140.801 692.03 141.627 694.132 142.227C696.234 142.827 696.374 143.161 696.951 142.393C697.529 141.626 697.522 140.603 697.797 140.502C698.072 140.402 698.742 141.216 698.519 142.001C698.296 142.786 697.238 143.501 698.118 143.814C698.998 144.127 700.296 144.02 699.961 142.739C699.626 141.459 699.029 139.412 697.992 138.537C696.955 137.662 694.566 135.481 694.407 134.469C694.248 133.457 694.721 131.927 695.276 131.802C695.832 131.678 694.733 132.638 695.053 133.278C695.372 133.919 695.888 134.598 696.372 134.385C696.856 134.172 698.279 133.54 698.419 133.206C698.558 132.872 699.204 132.847 698.586 133.858C697.968 134.87 697.359 135.693 697.561 136.025C697.763 136.357 698.62 136.257 698.924 135.845C699.229 135.434 699.328 136.121 699.014 136.721C698.701 137.321 698.611 137.999 699.302 137.805C699.994 137.612 701.351 135.803 701.341 135.433C701.331 135.063 701.766 135.065 701.957 135.416C702.149 135.766 701.41 138.287 700.838 138.742C700.267 139.198 699.954 139.192 700.191 139.592C700.427 139.992 701.603 139.367 701.86 139.342C702.117 139.316 701.576 140.322 701.199 140.863C700.822 141.403 700.853 142.125 701.585 142.075C702.316 142.026 702.857 141.626 703.175 141.708C703.493 141.79 703.121 142.236 702.248 142.837C701.376 143.438 699.862 145.051 700.37 145.701C700.878 146.351 702.211 146.7 702.411 147.832C702.612 148.964 702.406 149.395 703.03 150.292C703.654 151.189 704.473 151.868 705.172 152.116C705.87 152.363 705.083 153.632 704.193 153.531C703.303 153.431 701.73 153.638 700.624 153.016C699.517 152.393 698.999 152.539 699.056 152.826C699.113 153.113 699.9 155.159 700.131 155.833C700.516 156.96 700.743 158.785 700.56 160.335C700.237 163.066 698.397 163.487 699.385 164.556C701.043 166.348 704.387 166.712 704.913 167.007C705.438 167.303 702.722 172.584 702.165 173.508C701.609 174.433 698.523 176.811 697.264 176.977C696.006 177.143 695.788 177.53 695.373 177.297C694.958 177.063 695.795 175.641 696.096 175.3C696.397 174.96 696.886 175.708 697.652 175.447C698.418 175.186 700.449 173.453 700.725 173.026C701.002 172.599 702.864 169.678 702.734 169.132C702.605 168.585 702.271 167.56 699.943 167.816C697.614 168.072 697.818 169.133 696.176 168.427C694.534 167.722 693.016 166.795 692.01 167.03C691.004 167.265 687.789 169.097 685.3 167.697C682.811 166.297 679.994 164.056 679.05 164.18C678.106 164.305 676.225 165.577 675.081 165.151C673.937 164.726 668.934 161.839 668.222 162.458C667.51 163.076 665.548 166.888 665.045 167.588C664.541 168.288 661.056 170.987 660.45 170.901C659.843 170.815 659.404 171.077 659.62 170.434C659.836 169.791 660.344 168.111 660.485 167.862C660.625 167.613 661.072 168.047 661.867 168.058C662.663 168.068 664.336 166.388 665.339 164.476C666.342 162.565 666.996 158.467 667.936 158.825C668.875 159.184 671.102 160.316 672.04 160.892C672.978 161.468 672.882 157.239 673.156 155.888C673.286 155.248 673.528 154.759 673.746 154.42C673.967 154.078 673.915 153.628 673.618 153.35C673.26 153.017 672.854 152.584 672.765 152.27C672.247 150.45 673.066 148.671 673.679 147.905C674.588 146.77 674.609 147.094 674.54 147.734Z" fill="%239A1935" fill-opacity="0.8"/><path d="M487.964 225.809C487.964 225.809 492.349 215.552 504.479 206.11C510.2 201.658 518.411 197.714 525.52 194.122C529.98 191.868 535.224 188.15 536.266 184.739C537.894 179.408 534.234 173.499 530.721 172.366C527.208 171.233 534.098 170.991 537.471 175.019C542.223 180.696 542.454 186.82 537.764 190.545C533.075 194.271 516.797 201.217 513.586 202.9C506.973 206.365 502.864 208.743 496.068 215.477C492.812 218.703 486.863 227.393 487.964 225.809Z" fill="%239A1935" fill-opacity="0.8"/><path d="M514.971 170.794C513.664 170.192 516.533 168.5 517.001 166.353C517.47 164.207 516.204 162.84 514.833 162.58C513.462 162.321 513.699 163.494 512.235 165.782C510.771 168.071 510.319 165.131 508.574 165.741C507.307 166.184 508.318 167.344 508.966 167.946C509.096 168.067 509.041 168.277 508.871 168.328C508.416 168.462 507.777 168.98 507.423 170.724C506.829 173.64 505.308 173.728 503.245 173.142C501.182 172.556 500.992 172.521 500.861 170.49C500.652 167.26 500.859 165.701 502.1 165.184C502.896 164.852 503.656 163.147 503.081 162.012C502.507 160.877 504.45 155.909 501.068 154.524C496.51 152.656 497.871 158.829 497.008 158.508C495.189 157.829 494.735 158.327 494.756 158.841C494.826 160.564 496.402 161.573 494.787 161.497C493.172 161.421 494.42 163.203 495.939 164.185C497.598 165.258 494.061 172.347 493.718 171.921C493.376 171.496 492.814 169.495 490.374 169.064C487.933 168.634 488.958 168.765 489.022 167.68C489.086 166.596 488.264 164.482 486.416 164.399C484.567 164.315 479.205 168.314 478.459 169.692C477.713 171.07 478.55 172.357 478.676 173.43C478.802 174.503 473.712 178.083 472.223 178.721C472.14 178.756 472.06 178.791 471.983 178.825C471.858 178.881 471.811 179.035 471.886 179.15C471.971 179.281 472.039 179.421 472.088 179.568C472.122 179.669 472.219 179.734 472.324 179.723C473.633 179.58 475.313 179.217 476.415 178.287C478.354 176.649 482.086 176.686 484.146 178.601C485.116 179.502 485.728 181.345 486.271 183.201C486.308 183.324 486.441 183.391 486.563 183.348C491.431 181.631 495.383 181.811 499.045 182.527C503.145 183.327 509.557 183.215 513.382 180.743C516.121 178.973 518.059 174.588 519.892 171.581C519.967 171.458 519.909 171.299 519.774 171.251C518.431 170.772 515.947 171.244 514.971 170.794Z" fill="%239A1935" fill-opacity="0.8"/><path d="M482.356 193.03C482.356 193.03 484.945 194.914 482.514 196.114C479.893 197.409 479.19 195.549 479.175 193.723C479.147 190.313 480.627 186.261 484.827 184.495C490.557 182.086 495.035 182.207 499.149 182.986C503.263 183.764 509.698 183.645 513.541 181.218C517.384 178.791 519.666 171.369 522.276 169.607C524.886 167.845 527.877 168.265 526.867 169.85C525.857 171.434 523.834 169.983 523.057 172.476C522.679 173.688 523.39 176.844 525.123 177.41C529.81 178.939 529.499 181.318 527.887 183.352C519.117 194.414 503.498 203.881 497.119 204.972C494.116 205.486 491.463 206.826 488.364 198.699C485.265 190.572 484.643 188.627 483.493 189.075C482.343 189.523 480.447 191.17 482.356 193.03Z" fill="%239A1935" fill-opacity="0.8"/><path d="M532.619 177.074C531.71 177.097 530.801 177.004 529.916 176.785C529.03 176.571 528.169 176.241 527.322 175.871C526.474 175.5 525.631 175.105 524.773 174.747L524.726 174.851C525.561 175.255 526.373 175.701 527.208 176.115C528.043 176.527 528.904 176.911 529.814 177.172C530.722 177.435 531.671 177.572 532.619 177.586C533.369 177.599 534.115 177.537 534.854 177.435C534.98 177.417 535.05 177.277 534.987 177.167C534.945 177.093 534.902 177.021 534.86 176.952C534.822 176.889 534.749 176.855 534.675 176.867C533.993 176.98 533.307 177.056 532.619 177.074Z" fill="%239A1935" fill-opacity="0.8"/><path d="M555.974 167.444C555.166 167.898 554.352 168.339 553.541 168.787L551.093 170.099C550.27 170.523 549.457 170.968 548.629 171.379L547.391 172.006L546.144 172.613C544.475 173.407 542.797 174.181 541.083 174.86C540.653 175.022 540.225 175.197 539.792 175.349L539.14 175.577L538.815 175.691L538.771 175.705C538.692 175.737 538.897 175.992 539.01 176.124C539.099 176.229 539.217 176.303 539.348 176.262C540.024 176.051 540.694 175.821 541.357 175.577C543.111 174.929 544.828 174.195 546.521 173.413L547.788 172.822L549.044 172.211L549.672 171.905L550.296 171.591L551.541 170.96L554.011 169.659C554.829 169.215 555.65 168.779 556.464 168.328C556.811 168.138 557.157 167.947 557.503 167.754C557.642 167.677 557.692 167.501 557.614 167.362L557.394 166.972C557.316 166.834 557.141 166.785 557.003 166.863C556.66 167.057 556.317 167.25 555.974 167.444Z" fill="%239A1935" fill-opacity="0.8"/><path d="M690.958 151.15C690.185 150.628 689.391 150.139 688.584 149.672C686.966 148.746 685.296 147.906 683.576 147.18C681.858 146.448 680.099 145.808 678.305 145.275C676.512 144.74 674.687 144.305 672.838 143.993C670.989 143.68 669.119 143.479 667.241 143.409C665.363 143.343 663.478 143.403 661.605 143.598L660.903 143.678C660.669 143.705 660.435 143.728 660.203 143.768L658.807 143.991L657.422 144.275C656.961 144.37 656.515 144.48 656.06 144.582L650.632 145.819C648.862 146.221 647.091 146.614 645.316 146.963C645.173 146.991 645.074 147.12 645.082 147.265C645.094 147.466 645.096 147.679 645.093 147.891C645.09 148.076 645.258 148.216 645.44 148.181C645.898 148.09 646.357 148.004 646.813 147.91L648.18 147.616C649.092 147.424 649.998 147.217 650.904 147.007L656.326 145.722C656.776 145.617 657.231 145.502 657.678 145.405L659.018 145.118L660.37 144.885C660.595 144.842 660.822 144.817 661.049 144.786L661.729 144.698C663.545 144.48 665.379 144.392 667.212 144.428C669.045 144.461 670.878 144.613 672.697 144.882C674.515 145.152 676.32 145.525 678.099 146.003C679.878 146.482 681.633 147.057 683.355 147.721C685.077 148.387 686.765 149.144 688.407 149.995C689.225 150.425 690.033 150.876 690.821 151.362C691.606 151.849 692.381 152.358 693.095 152.944L693.171 152.858C692.479 152.23 691.729 151.673 690.958 151.15Z" fill="%239A1935" fill-opacity="0.8"/><path d="M606.573 146.096C604.712 145.991 602.841 145.952 600.974 146.057C600.508 146.084 600.042 146.129 599.576 146.164C599.112 146.222 598.647 146.271 598.184 146.337C597.26 146.476 596.338 146.641 595.432 146.87C593.617 147.316 591.846 147.924 590.13 148.649C588.413 149.374 586.735 150.182 585.085 151.04C584.674 151.257 584.257 151.464 583.848 151.685L582.247 152.534C582.17 152.575 582.148 152.675 582.2 152.745C582.266 152.833 582.26 152.907 582.322 152.98L582.327 152.985C582.327 152.986 582.344 152.976 582.345 152.975C583.315 152.424 584.272 151.891 585.256 151.368C586.897 150.508 588.555 149.678 590.264 148.97C591.971 148.262 593.722 147.655 595.521 147.247C596.418 147.034 597.329 146.884 598.241 146.759C598.698 146.702 599.158 146.667 599.616 146.621C600.077 146.597 600.536 146.564 600.997 146.548C602.84 146.489 604.687 146.571 606.529 146.72C608.372 146.871 610.21 147.099 612.047 147.341L616.325 147.931C616.409 147.942 616.485 147.879 616.488 147.794L616.515 147.193C616.518 147.118 616.462 147.053 616.387 147.044C613.132 146.669 609.86 146.283 606.573 146.096Z" fill="%239A1935" fill-opacity="0.8"/><path d="M719.935 20.6418C728.369 44.1198 716.069 69.9525 692.463 78.3408C685.68 80.7512 678.702 81.4507 672 80.6781C683.816 89.6628 699.82 92.7062 714.87 87.3586C738.476 78.9703 750.776 53.1375 742.341 29.6596C736.331 12.9282 721.411 1.91606 704.79 0C711.508 5.10869 716.877 12.1313 719.935 20.6418Z" fill="%239A1935" fill-opacity="0.8"/></svg>');
    /*normal*/
    //background-image: url('data:image/svg+xml,<svg width="1296" height="233" viewBox="0 0 1296 233" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1296 232.744H1293.56V231.886L1289.55 231.261C1290.43 230.369 1291.21 229.044 1291.98 226.88C1285.86 221.868 1282.08 216.712 1278.93 210.953L1277.03 199.964C1277.13 199.757 1277.18 199.522 1277.18 199.29C1277.12 198.545 1276.44 197.905 1275.69 197.905C1274.94 197.905 1274.25 198.545 1274.2 199.29C1274.2 199.511 1274.25 199.732 1274.35 199.93L1261.51 209.387C1260.89 208.394 1260.32 207.38 1259.76 206.353L1257.82 195.33C1257.92 195.127 1257.98 194.9 1257.99 194.674C1257.99 193.853 1257.21 193.115 1256.39 193.173C1255.64 193.22 1254.99 193.921 1254.99 194.674L1235.93 219.177L1227.33 179.032H1223.44L1220.95 176.557H1205.8V232.744H1196.05C1196.07 232.705 1196.2 232.389 1196.24 232.307L1197.28 232.273V229.929C1197.97 228.378 1198.84 226.429 1199.7 224.486C1201.46 220.549 1203.17 216.718 1203.17 216.718L1203.26 216.549L1203.16 216.381L1195.75 202.021V200.42H1194.15V201.699L1177.36 212.217L1174.22 212.302V200.489H1172.94V201.684L1160.78 212.623L1160.14 212.639L1151.89 212.823H1137.52L1129.27 212.654L1128.73 212.639L1117.37 202.289V200.489H1116.07V212.336L1112.3 212.233L1111.93 211.999L1094.69 201.194V199.914H1093.09V201.515L1085.67 215.856L1085.58 216.025L1085.67 216.212C1085.67 216.212 1087.38 220.028 1089.13 223.965C1090.01 225.932 1090.9 227.933 1091.59 229.492C1091.88 230.158 1091.92 230.248 1092.13 230.721V232.273L1092.82 232.307C1092.82 232.312 1092.85 232.37 1092.85 232.372L1092.99 232.307L1093.95 232.341L1093.74 232.744H1083.91V219.901L1082.18 214.898L1078.18 208.728L1071.81 198.7L1048.91 198.482L1035.02 198.7V189.028L1033.93 186.7L1033.44 165.939L1033.93 164.641C1033.8 160.004 1031.35 157.657 1028.81 157.444V154.713C1029.53 154.563 1030.1 153.889 1030.09 153.181C1030.09 152.359 1029.32 151.614 1028.47 151.614C1027.62 151.614 1026.84 152.359 1026.84 153.181C1026.85 153.902 1027.44 154.584 1028.18 154.713V157.444C1025.52 157.594 1022.97 160.046 1023.06 164.641L1023.55 165.568L1023.06 197.773H1021.93L1019.72 193.123L1019.35 164.959L1019.72 164.201C1019.49 159.903 1017.32 157.639 1015.03 157.31V155.406C1015.75 155.245 1016.31 154.526 1016.3 153.771C1016.3 152.899 1015.53 152.106 1014.68 152.106C1013.83 152.106 1013.06 152.899 1013.06 153.771C1013.05 154.535 1013.64 155.259 1014.37 155.406V157.26C1011.85 157.299 1009.37 159.659 1009.29 164.201L1009.64 164.657L1009.29 195.379L1007.81 197.202L1005.53 216.921L1005.55 232.744H1001.12L999.335 210.547L999.756 210.295L999.79 210.061L1000.34 209.639V209.352L999.622 209.283V208.088L999.859 207.767V207.736H999.622L999.537 206.606L1000.34 205.863L1001.09 205.02L1001.21 204.599L1001.47 204.212L1001.86 204.028L1002.18 203.354L1000.92 203.469L999.269 203.319L999.301 202.864L998.175 202.898L997.988 201.213L998.948 199.899V199.627L979.857 199.477L980.109 198.279L979.083 198.313L979.202 197.823C978.286 197.823 977.111 197.813 975.985 197.808L976.103 197.402L976.305 196.762L976.49 196.628L976.271 197.084L976.523 197.015L976.879 196.662L977.013 196.444L977.048 196.728L976.911 197.336V197.689L977.079 197.723L977.266 197.57L977.365 196.054L977.113 195.988L977.266 195.28L977.113 194.977L976.911 194.368V193.882L977.113 194.115L977.266 194.15L977.468 193.916V193.694L977.434 193.242L977.533 193.073C977.533 193.073 977.376 192.876 977.4 192.851C977.423 192.831 977.618 192.683 977.618 192.683C977.618 192.683 977.681 192.568 977.652 192.568C977.623 192.568 977.3 192.599 977.3 192.599L977.266 192.399L977.048 192.499L976.795 192.533L976.374 192.989L975.817 194.471L975.396 195.042L975.008 195.498L974.722 195.601L974.503 196.528L974.622 197.049L974.79 197.57V197.723L973.73 197.758L973.849 196.881L974.167 195.954L974.082 194.79L973.73 194.368V194.016L973.562 193.694V192.533L973.528 192.009L973.309 192.177L973.072 192.146L972.854 191.978V192.365L972.686 192.683L972.789 192.92L972.754 193.242L972.789 193.663V194.234L972.468 194.893V194.084L972.399 193.56L972.231 193.376L971.978 192.886L971.844 192.599L971.526 192.399L971.492 192.365L971.442 192.212V192.146L971.526 191.691L971.492 191.051L971.878 190.982L972.146 190.714C972.255 190.592 972.344 190.439 972.299 190.139L972.146 189.787L971.794 189.55L971.66 189.366L972.081 189.397L972.181 189.113L972.651 188.523L972.923 187.849L971.947 188.454L971.829 188.657L971.726 188.722L971.626 188.657L971.726 188.301L971.592 188.133H971.492L971.408 188.201V188.722L971.205 188.657V188.554L971.307 188.454L970.363 187.68L970.279 187.949L970.532 188.454L970.634 188.807L970.75 188.944L970.853 189.228L971.171 189.331L971.274 189.465L970.987 189.684L970.666 190.105L970.634 190.492L970.818 190.848L971.055 190.982L971.239 191.135L971.274 191.335L971.239 192.399L971.205 192.499L970.952 192.464L970.668 192.599L970.634 193.173L970.853 193.426L970.6 193.694L970.363 193.847V193.46L970.145 193.342L969.927 193.426L969.724 194.268H969.658L969.472 192.851L969.153 192.146L969.237 191.909L969.153 191.725L969.017 191.79L968.917 191.875L968.664 191.825L968.564 191.725L968.496 191.756L968.462 192.009H968.53L968.43 192.146L968.346 192.365V192.43L968.43 192.464L968.462 192.599L968.346 192.683L968.311 192.851L968.346 192.989L968.462 193.073V194.15L968.209 194.471L968.143 195.146C968.143 195.146 968.099 195.94 968.109 196.023C968.122 196.101 968.243 196.796 968.243 196.796L968.464 197.183V197.605L967.37 196.306L967.301 195.785L967.183 195.601V195.464L966.88 195.245L966.796 195.111L966.41 194.977L966.207 194.824L966.055 194.337L965.92 193.663L965.752 193.242L965.668 193.173L965.331 192.717L965.013 192.43L964.658 192.112L964.692 192.33L964.474 192.464L964.34 192.33L964.305 192.499L964.439 192.717L964.474 192.92L964.372 192.989L964.405 193.139L964.474 193.207V193.56L964.505 193.882L964.658 193.947L964.979 193.981V194.506L964.658 195.011V195.398L964.758 195.82L964.474 195.988V196.275L964.624 196.95L964.658 197.084L964.792 197.605H965.147V197.505L965.045 197.149L964.726 196.559V196.375L965.147 196.494L965.247 196.728L965.534 196.762L965.668 197.118L965.786 197.471L965.568 197.758V197.792H963.009L963.109 198.313L962.083 198.245L962.335 199.443L943.244 199.593V199.864L944.17 201.178L944.019 202.864L942.891 202.829L942.923 203.285L941.273 203.438L940.011 203.319L940.331 203.994L940.718 204.162L940.955 204.549L941.105 204.986L941.813 205.828L942.655 206.571L942.586 207.701L942.333 207.736V207.767L942.586 208.038V209.252L941.846 209.318V209.639L942.402 210.026L942.436 210.264L942.823 210.516L941.089 232.744H937.469V213.853H906.191V201.01H883.211V164.994H875.146V161.757C876.961 161.252 878.329 159.448 878.329 157.563C878.392 156.386 877.953 155.187 877.142 154.332C876.332 153.475 875.162 152.973 873.984 152.973C872.808 152.973 871.637 153.475 870.827 154.332C870.016 155.187 869.578 156.386 869.641 157.563C869.649 159.443 871.014 161.236 872.823 161.742V164.994H865.13V226.845L862.386 228.818L862.268 228.783L861.981 227.722L857.604 224.486L857.654 220.594L857.149 220.357V218.369L856.191 217.813V216.852L851.527 211.038L851.375 207.161H851.695L851.73 206.706L851.393 206.606V201.481L852.048 201.297V200.826L850.13 198.903L848.06 172.95C847.984 172.975 847.907 173.002 847.826 173.002C847.74 173.002 847.659 172.975 847.578 172.947L844.962 200.588H844.388V194.234H844.894V193.728L842.15 190.967L839.724 165.702C840.009 165.568 840.203 165.26 840.198 164.944C840.192 164.583 839.924 164.241 839.574 164.151L839.388 162.232L839.204 164.135C838.841 164.217 838.562 164.572 838.564 164.944C838.562 165.263 838.761 165.573 839.051 165.702L836.61 190.967L833.867 193.728V194.234H834.372V200.588H833.801L831.182 172.945C831.099 172.975 831.013 173.002 830.923 173.002C830.846 173.002 830.773 172.975 830.7 172.953L828.632 198.903L826.712 200.826V201.297L827.369 201.481V206.606L827.032 206.706L827.067 207.161H827.385L827.235 211.038L822.571 216.852V217.813L821.612 218.369V220.357L821.106 220.594L821.156 224.486L817.436 227.232H815.366L812.336 104.509L813.615 103.698V102.468L813.412 102.066L813.683 101.863L813.749 100.717L812.336 100.38L812.402 98.4731C813.107 98.2864 813.499 98.0335 813.48 97.7834C813.447 97.6176 813.236 97.4545 812.873 97.3122C815.053 96.5882 816.974 95.2446 818.294 93.5202C818.31 93.5277 818.347 93.5121 818.362 93.5202C819.397 92.1511 820.057 90.55 820.265 88.9011C820.283 88.9092 820.314 88.893 820.333 88.9011C820.385 88.4717 820.407 88.0375 820.399 87.6027C820.388 83.8134 817.845 80.1192 814.086 78.4366C814.467 78.2889 814.659 78.1258 814.641 77.9653L814.777 77.6937V77.207L814.574 76.4641L813.683 76.0582V75.4528L813.749 75.6558L814.641 75.7212V76.0582L814.507 76.3299L815.18 76.8699L815.987 76.7323L816.124 76.6669L815.921 76.127L816.19 76.0582L816.611 74.4915L816.056 73.8174L815.585 73.8861L814.641 75.3841H813.683L813.749 73.8174L813.683 66.8233L814.44 66.555L814.574 67.2945L814.911 72.3849L813.817 74.3574L814.104 74.5603L815.651 72.519L815.383 68.6617L815.046 64.5825H814.709L814.641 64.1113L815.114 64.1767L815.314 63.9771V63.7054L814.843 62.8129H812.873V62.6787L812.066 62.4758L811.999 62.947L811.645 63.0158L811.174 63.0812L810.837 61.6675L811.174 61.7329L811.932 61.2617L811.999 60.5033L811.797 60.0321L810.569 59.7638V59.2238L811.105 59.3579V58.8025L810.501 58.5995V58.2625L811.105 58.3966V57.8567L810.501 57.3854V55.6158L811.308 55.0105V54.4017L810.298 53.7809V36.2002L810.971 35.5793L810.905 34.8364L810.029 34.4306L809.961 34.2311L809.895 22.6866L810.029 22.6178L810.702 22.1466V21.3882L809.895 21.0511L809.692 0.279654L809.758 0.471222L809.892 0.202889L809.556 0L809.406 0.202889H809.69V0.27172H808.867L808.733 0L808.396 0.202889L808.53 0.471222L808.595 0.27172L808.461 21.0511L807.654 21.3882V22.1466L808.327 22.6178L808.396 22.6866V34.2311L808.327 34.4306L807.386 34.8364V35.5793L807.991 36.2002V53.7809L807.03 54.4017V55.0759L807.857 55.6158V57.3854L807.183 57.8567L807.249 58.3966L807.788 58.2625V58.5995L807.183 58.8025V59.3579L807.788 59.2238L807.723 59.7638L806.56 60.0321L806.292 60.5033L806.357 61.2617L807.183 61.7329L807.451 61.6675L807.099 63.0812L806.694 63.0158L806.292 62.947L806.223 62.4758L805.481 62.6787V62.8129H803.445L803.04 63.7054V63.9771L803.243 64.1767L803.713 64.1113L803.648 64.5825H803.243L802.975 68.6617L802.638 72.519L804.187 74.5603L804.524 74.3574L803.445 72.3849L803.782 67.2945L803.916 66.555L804.658 66.8233L804.589 73.8861L804.658 76.0582L803.782 76.4641L803.579 77.207V77.6937L803.782 78.0995L803.851 78.3024H804.05C804.069 78.3233 804.092 78.3469 804.119 78.3678C800.289 80.0268 797.68 83.7662 797.672 87.6027C797.666 89.7201 798.408 91.8295 799.76 93.5566C801.115 95.2817 803.072 96.6145 805.282 97.3122C804.937 97.4545 804.745 97.6176 804.723 97.7834C804.635 98.0571 805.039 98.3362 805.818 98.5418L805.886 100.446L804.455 100.783L804.524 101.863L804.792 102.131L804.589 102.468V103.766L805.886 104.575L802.856 227.232H793.899L793.681 226.443V224.317L794.186 224.183V222.885H792.013V219.667L791.206 218.269L786.457 213.516L784.254 198.298L782.788 210.195L782.402 210.095L772.454 198.516V189.312L771.964 187.477L771.038 187.24V189.734H770.602L767.755 176.473L766.982 168.349L766.508 176.389L763.497 190.174V177.737L762.923 175.611H760.417V169.647L759.59 168.517L758.209 158.018L756.862 168.299L756.089 169.647V174.585L755.198 175.106L754.59 175.462H753.648V179.219L753.075 179.79V181.054L752.757 181.376V182.421L752.485 182.571V186.179H752.03L749.371 169.578L746.543 187.309H744.489L744.236 188.251L743.919 188.573V189.197L744.271 189.297V203.335L740.448 204.365V215.975L738.447 219.449L736.576 219.954L736.458 220.154V153.265L734.304 152.675V151.024L735.467 149.86H726.881V142.797H731.323L732.739 140.353L731.292 137.844L732.807 135.213L730.332 133.781V131.306H732.184V127.714L730.466 127.242V124.63L732.739 123.316L727.723 121.968L725.989 118.95L726.609 116.625L723.648 114.924L723.109 112.614L722.756 101.307H721.727L721.391 112.614L720.855 114.924L717.89 116.625L718.513 118.95L716.78 121.968L711.764 123.316L714.037 124.63V127.242L712.319 127.714V131.306H714.171V133.781L711.695 135.213L713.21 137.844L711.764 140.353L713.176 142.797H717.622V149.86H709.036L710.195 151.024V152.675L708.041 153.265V232.744H704.001V225.06H702.604V163.948H701.105V152.422H699.727V149.96L699.406 149.339L698.024 148.244L693.33 134.895H692.924L688.226 148.244L686.73 149.423L686.527 149.96V152.422H685.13V163.948H683.65V225.06H682.25V232.744H676.728L676.713 232.372C676.694 232.06 676.731 231.859 676.831 231.752C676.949 231.617 676.974 231.259 676.981 229.813C676.992 228.136 676.984 228.036 676.778 227.707C676.592 227.401 676.563 227.211 676.545 226.19C676.534 225.547 676.502 224.842 676.46 224.62C676.394 224.278 676.415 224.136 676.679 223.593C677.002 222.927 677.015 222.724 676.763 221.739C676.579 221.025 675.603 220.194 674.609 219.901C674.238 219.793 674.227 219.78 674.39 219.667C674.487 219.598 674.603 219.424 674.658 219.28C674.714 219.132 674.874 218.708 675.01 218.353C675.232 217.784 675.242 217.668 675.148 217.373C675.082 217.181 674.916 216.947 674.742 216.836C674.577 216.725 674.516 216.67 674.609 216.699C674.819 216.77 674.832 216.591 674.624 216.362C674.487 216.209 674.474 216.12 674.574 215.672C674.637 215.39 674.753 215.08 674.827 214.983C675.035 214.708 674.998 213.865 674.758 213.313C674.603 212.947 674.411 212.717 673.901 212.317C673.535 212.033 673.138 211.772 673.025 211.746C672.844 211.698 672.817 211.619 672.806 211.003C672.788 210.005 672.662 209.591 672.286 209.387C671.907 209.178 671.402 208.733 671.276 208.494C671.223 208.396 671.166 207.999 671.157 207.598V206.859L671.628 206.958C672.26 207.085 672.588 206.893 672.588 206.403C672.588 206.016 672.48 205.995 672.033 206.269C671.697 206.474 671.584 206.445 671.307 206.1C671.033 205.752 670.342 205.392 669.945 205.392C669.75 205.389 669.224 205.418 668.782 205.46C668.087 205.526 667.959 205.513 667.856 205.376C667.774 205.265 667.767 205.113 667.825 204.902C667.869 204.733 667.961 204.394 668.024 204.143C668.108 203.822 668.195 203.691 668.311 203.691C668.519 203.691 669.153 203.143 669.153 202.963C669.153 202.893 669.308 202.735 669.508 202.611C669.729 202.471 669.968 202.189 670.113 201.902C670.242 201.647 670.386 201.413 670.434 201.381C670.481 201.347 670.473 201.26 670.434 201.194C670.381 201.112 670.405 201.097 670.484 201.144C670.555 201.189 670.595 201.173 670.584 201.094C670.576 201.023 670.56 200.888 670.568 200.791C670.578 200.623 670.6 200.612 670.821 200.757C670.949 200.841 671.076 200.926 671.108 200.926C671.223 200.926 671.025 200.707 670.736 200.52C670.465 200.344 670.523 200.344 670.92 200.504C671.118 200.583 671.091 200.415 670.886 200.236C670.421 199.825 669.739 199.956 669.187 200.573C668.842 200.954 668.769 200.999 668.227 201.06C667.903 201.105 667.588 201.108 667.538 201.079C667.488 201.047 667.275 200.715 667.067 200.336C666.856 199.956 666.604 199.559 666.493 199.459C666.383 199.359 666.291 199.225 666.291 199.156C666.291 198.935 665.951 198.819 665.736 198.972C665.557 199.095 665.391 199.677 665.533 199.677C665.568 199.677 665.573 199.815 665.552 199.964C665.528 200.117 665.562 200.267 665.617 200.301C665.683 200.341 665.689 200.565 665.652 200.91C665.562 201.776 665.715 202.121 666.528 202.963C666.922 203.375 667.236 203.759 667.236 203.825C667.236 203.89 667.33 204.059 667.435 204.196C667.625 204.433 667.627 204.549 667.469 205.139C667.446 205.231 667.285 205.307 667.083 205.342C666.893 205.373 666.672 205.476 666.578 205.56C666.42 205.697 666.375 205.7 666.141 205.545C665.999 205.452 665.654 205.328 665.365 205.292C664.836 205.218 664.594 205.089 664.271 204.633C664.095 204.386 664.095 204.372 664.289 204.128C664.397 203.991 664.442 203.875 664.389 203.875C664.337 203.875 664.242 203.956 664.171 204.059C664.097 204.165 664.005 204.23 663.968 204.196C663.934 204.159 663.989 204.03 664.102 203.909C664.218 203.785 664.271 203.691 664.221 203.691C664.099 203.691 663.571 204.238 663.429 204.515C663.368 204.633 663.255 204.733 663.176 204.733C663.1 204.733 662.987 204.86 662.924 205.005C662.863 205.15 662.748 205.334 662.671 205.426C662.551 205.574 662.566 205.607 662.705 205.763C662.792 205.857 662.858 205.997 662.858 206.066C662.858 206.155 662.955 206.171 663.195 206.135C663.705 206.05 663.955 206.332 664.794 207.97C665.202 208.765 665.26 209 665.384 209.927C665.559 211.261 665.568 211.222 665.299 211.325C664.999 211.438 664.897 211.614 665.062 211.727C665.239 211.851 663.942 211.725 663.7 211.593C663.6 211.54 663.524 211.453 663.532 211.39C663.574 211.053 663.508 210.463 663.429 210.463C663.379 210.463 663.211 210.658 663.042 210.903L662.74 211.359L662.553 211.106C662.327 210.793 662.085 210.874 661.898 211.34C661.827 211.514 661.609 211.851 661.409 212.083C661.027 212.525 660.985 212.61 661.141 212.707C661.298 212.804 661.256 213.036 661.007 213.363C660.672 213.8 660.662 214.071 660.972 214.308L661.225 214.492L661.764 214.24C662.203 214.029 662.377 213.976 662.74 214.021C664.147 214.195 664.737 214.471 665.181 215.167C665.357 215.443 665.565 215.719 665.652 215.791C665.891 215.988 665.841 216.604 665.518 217.66C665.359 218.174 665.231 218.69 665.231 218.806C665.231 219.072 665.131 219.161 664.389 219.533L663.815 219.836L663.26 219.364C662.553 218.756 661.93 218.334 661.309 218.047C661.036 217.924 660.635 217.65 660.433 217.442C660.23 217.233 659.951 217.012 659.809 216.952C659.67 216.894 659.399 216.641 659.205 216.381C658.818 215.859 658.505 215.743 658.581 216.143C658.642 216.46 658.61 216.441 658.428 216.094C658.244 215.736 658.091 215.733 658.091 216.078C658.097 216.491 658.599 217.534 659.036 218.032L659.438 218.487L659.17 218.706C658.862 218.969 658.544 219.58 658.378 220.207C658.213 220.836 658.11 221.036 657.705 221.724C657.505 222.063 657.318 222.482 657.284 222.651C657.205 223.038 657.445 223.559 657.823 223.83C658.068 224.004 658.129 224.017 658.378 223.915C658.537 223.849 658.72 223.733 658.784 223.643C658.847 223.556 659.176 223.398 659.507 223.306C659.838 223.214 660.32 223.009 660.586 222.85L661.072 222.566L661.324 222.85C661.461 223.006 661.827 223.335 662.151 223.578C662.506 223.843 662.779 224.128 662.839 224.302C663.034 224.854 663.713 225.876 664.236 226.424C664.531 226.729 664.76 227.035 664.76 227.098C664.76 227.161 664.926 227.54 665.131 227.941C665.336 228.344 665.557 228.923 665.617 229.224C665.681 229.524 665.846 230.05 665.973 230.384C666.262 231.154 666.281 232.257 666.023 232.61C665.991 232.651 665.968 232.699 665.939 232.744H653.397V107.88H646.139V134.255H624.307V86.4075L622.065 86.9131V57.3511H620.148V87.2346H613.513V104.594L608.681 105.655V218.403C606.251 218.379 604.315 218.342 604.086 218.319V216.396L604.809 216.009L604.17 215.351L604.155 207.077L604.457 206.74L604.07 206.269L604.155 198.279L604.388 197.739L604.254 196.241L602.134 191.756L602.084 188.875L601.916 191.84L599.693 196.291L599.238 197.876L599.793 198.329L599.693 203.216L599.674 203.622L596.747 198.987L591.444 177.465H591.509V176.354C591.81 176.233 592.015 175.925 592.015 175.596C592.023 175.259 591.817 174.927 591.509 174.803V169.916H590.905V174.818C590.605 174.94 590.402 175.264 590.4 175.596C590.402 175.925 590.605 176.233 590.905 176.354V177.465H590.973L585.889 198.719C585.889 198.719 583.208 202.861 582.724 203.622L582.705 203.216L582.621 198.329L583.126 197.876L582.705 196.291L580.467 191.84L580.314 188.875L580.249 191.756L578.11 196.241L577.976 197.739L578.229 198.279L578.347 206.269L577.926 206.74L578.229 207.077V209.302L569.356 191.691C569.932 190.911 570.25 189.945 570.248 188.975C570.245 187.359 569.306 185.778 567.891 184.999L568.227 180.077L574.422 178.358V177.063L560.418 177.128L546.411 177.063V178.358L552.605 180.077L552.942 184.984C551.522 185.763 550.583 187.353 550.585 188.975C550.585 189.945 550.901 190.911 551.477 191.691L543.078 208.375H542.321V209.873L542.034 210.463L541.058 201.094L540.366 206.184L539.711 206.368L539.574 201.397H540.113L540.098 200.891H539.574L539.508 199.087H539.088L539.187 200.807H538.448L538.43 201.263H538.985L538.954 203.3L530.839 203.269L530.804 199.072L530.468 198.953L530.299 195.18C530.299 195.18 529.997 193.997 529.997 193.847C529.997 193.697 529.274 191.672 529.274 191.672L529.239 188.573L529.492 187.983L529.274 187.19C529.274 187.19 529.239 183.877 529.239 183.751C529.239 183.627 529.305 182.234 529.305 182.234L528.834 180.905L528.348 176.082L527.992 171.972C527.992 171.972 527.453 168.498 527.453 168.399C527.453 168.299 527.066 163.63 527.066 163.63L526.546 169.142L525.635 168.87C524.288 159.35 522.921 149.839 521.56 140.322C521.643 140.211 521.695 140.072 521.698 139.932C521.695 139.725 521.579 139.532 521.411 139.411C521.437 139.309 521.461 139.195 521.461 139.143C521.461 139.053 521.545 138.703 521.545 138.703L521.832 138.5H522.387L522.437 137.607L521.529 137.76L521.445 137.626L521.748 136.056H520.282C520.282 136.056 520.343 136.551 520.367 136.615C520.393 136.675 520.561 137.473 520.585 137.573C520.611 137.673 520.485 137.71 520.485 137.71L519.593 137.557L519.624 138.469C519.624 138.469 520.135 138.5 520.198 138.5C520.262 138.5 520.459 138.639 520.485 138.703C520.509 138.763 520.63 139.387 520.635 139.427C520.48 139.548 520.369 139.735 520.367 139.932C520.364 140.088 520.422 140.235 520.519 140.353L517.975 158.337L516.46 168.87L515.553 169.142L515.029 163.63C515.029 163.63 514.627 168.299 514.627 168.399C514.627 168.498 514.088 171.972 514.088 171.972L513.732 176.082L513.261 180.905L512.775 182.234C512.775 182.234 512.875 183.627 512.875 183.751C512.875 183.877 512.791 187.19 512.791 187.19L512.622 187.983L512.875 188.573L512.791 191.672C512.791 191.672 512.083 193.697 512.083 193.847C512.083 193.997 511.765 195.18 511.765 195.18L511.597 198.953L511.291 199.072L511.241 203.116L508.245 203.132L508.211 199.072L507.909 198.953L507.706 195.18C507.706 195.18 507.419 193.997 507.419 193.847C507.419 193.697 506.68 191.672 506.68 191.672L506.646 188.573L506.899 187.983L506.68 187.19C506.68 187.19 506.646 183.877 506.646 183.751C506.646 183.627 506.73 182.234 506.73 182.234L506.241 180.905L505.754 176.082L505.418 171.972C505.418 171.972 504.863 168.498 504.863 168.399C504.863 168.299 504.473 163.63 504.473 163.63L503.968 169.142L503.061 168.87C501.659 159.359 500.328 149.842 498.986 140.322V140.269C499.06 140.172 499.113 140.056 499.12 139.932C499.115 139.722 498.994 139.527 498.818 139.411C498.844 139.309 498.887 139.195 498.887 139.143C498.887 139.053 498.952 138.703 498.952 138.703L499.239 138.5H499.812L499.843 137.607L498.936 137.76L498.868 137.626L499.17 136.056H497.708C497.708 136.056 497.75 136.551 497.773 136.615C497.8 136.675 497.968 137.473 497.992 137.573C498.019 137.673 497.892 137.71 497.892 137.71L497 137.557L497.05 138.469C497.05 138.469 497.542 138.5 497.605 138.5C497.668 138.5 497.868 138.639 497.892 138.703C497.918 138.766 498.01 139.445 498.01 139.445C497.868 139.566 497.779 139.745 497.773 139.932C497.779 140.091 497.837 140.238 497.942 140.353L495.382 158.337L493.886 168.87L492.975 169.142L492.405 163.63C492.405 163.63 492.068 168.299 492.068 168.399C492.068 168.498 491.495 171.972 491.495 171.972L491.158 176.082L490.668 180.905L490.163 182.234C490.163 182.234 490.282 183.627 490.282 183.751C490.282 183.877 490.198 187.19 490.198 187.19L490.014 187.983L490.282 188.573L490.198 191.672C490.198 191.672 489.49 193.697 489.49 193.847C489.49 193.997 489.188 195.18 489.188 195.18L489.004 198.953L488.701 199.072L488.648 203.285L486.123 203.3L486.108 201.263H486.712L486.647 200.807H485.955L486.023 199.087H485.587L485.568 200.891H485.048L484.998 201.397H485.568L485.434 206.368L484.761 206.184L484.037 201.094L482.522 215.94H481.646V218.185H475.551L474.61 221.739L473.718 221.655L473.768 220.272L473.195 220.138L473.363 219.598L472.961 219.177L473.16 218.468V217.392L472.487 199.106L472.739 198.482L472.961 197.926L473.297 196.999L473.061 195.061L471.813 194.858L471.763 194.571L470.906 194.253L471.056 193.594L472.739 193.189L471.729 191.993L471.629 191.235L472.035 191.185L471.308 190.005L471.763 189.163L473.061 188.27L473.516 187.477L472.739 187.696L471.679 187.864L471.308 188.538L471.056 188.439V188.133C471.182 187.867 471.322 187.611 471.14 187.409C471.075 187.34 471.03 187.277 470.956 187.24C470.895 187.201 470.846 187.161 470.772 187.156C470.727 187.153 470.683 187.148 470.635 187.156C470.535 187.167 470.438 187.214 470.367 187.29C470.333 187.316 470.283 187.34 470.248 187.374C470.041 187.593 470.236 187.899 470.367 188.186V188.439L470.099 188.538L469.709 187.899L468.668 187.696L467.876 187.477L468.331 188.27L469.625 189.163L470.099 190.005L469.357 191.185L469.762 191.235L469.678 191.993L468.668 193.189L470.199 193.56L470.164 194.387L469.625 194.571L469.575 194.858L468.331 195.061L468.094 196.999L468.449 197.926L468.668 198.516L468.901 199.106L468.247 217.407V218.468L468.449 219.177L468.044 219.633L468.197 220.138L467.639 220.272L467.689 221.655L463.901 222.008L463.228 222.061V222.766L463.751 223.038L463.851 224.168L464.019 228.412L463.196 229.71L461.999 229.997V205.189C454.447 209.26 449.605 206.097 447.185 202.189C441.535 203.172 437.189 201.613 436.176 196.256C424.676 199.322 421.922 190.679 419.357 184.31C417.461 188.747 414.714 189.655 410.167 189.634V222.953L410.082 223.038L405.434 217.626L405.147 202.73L405.468 202.239L405.453 199.864L405.116 200.014L404.761 199.964L404.24 199.815V199.072L404.527 199.003L404.087 198.245H402.775L401.918 196.915L400.165 199.761H399.947V199.24L400.384 197.589V195.483H399.308V192.449H399.645L399.829 191.641V189.584H400.097L398.382 188.538L396.699 185.826L395.015 188.538L393.297 189.584H393.565V191.641L393.753 192.449H394.089V195.483H393.01V197.589L393.447 199.24V207.295L392.724 207.464V208.019H392.001V201.416H391.664V198.516L390.386 198.229V193.813L390.638 192.97L390.332 192.82L390.099 189.752V186.635L390.688 186.194L390.501 185.876L390.417 185.236L390.064 184.949L389.123 182.992L388.381 179.338L387.96 181.831L387.792 181.257H387.455V181.813H385.955V178.947L386.208 177.787V176.841H385.485V173.707L385.401 172.899L385.553 172.731L385.687 172.29V171.095H384.93V170.015L385.029 169.916L383.246 163.209L383.128 160.83L383.078 163.159L381.697 168.062L381.092 166.476L380.116 169.004L380.3 169.107V172.259L380.434 172.746L380.671 172.88L380.621 173.792V176.91H379.78V178.258H377.909V176.42L377.775 175.998V174.634L377.859 174.585L377.572 174.313L377.27 174.6L377.404 174.669V176.017L377.22 176.657V178.189L376.968 178.242H376.731L375.334 173.439L374.021 178.358L373.616 178.579L373.666 178.763L373.467 179.101V179.388L373.7 179.622V182.69L373.13 182.824V183.517L373.432 184.003V185.52L373.582 185.773V188.607L372.793 189.347V192.177H372.12L372.338 191.959L372.135 191.775L371.007 190.714L370.72 189.684L370.417 190.729L369.12 191.959L369.407 192.127V193.56L368.397 194.521L368.634 194.655V201.466L368.584 201.668V206.656H367.877V206.1H366.932V203.166L367.456 202.343V199.761H365.723L363.97 196.915L363.113 198.245H361.797L361.361 199.003L361.663 199.072V199.815L361.143 199.964L360.772 200.014L360.45 199.864L360.419 202.239L360.756 202.73L360.401 221.402L360.098 221.502L359.861 225.363C359.82 225.352 359.772 225.345 359.727 225.328L355.082 220.088L354.156 220.525L353.448 161.673L354.325 161.117L354.34 160.309L357.37 160.344L357.42 159.198L355.4 159.145V157.141L357.37 157.191L357.389 155.353H356.073V153.196L357.389 153.162V152.354L356.226 152.388L356.192 151.342C356.192 151.342 352.407 151.535 352.439 151.411C352.47 151.287 352.507 150.45 352.507 150.45L355.082 148.293L357.455 148.259L357.42 146.084C358.315 146.013 358.97 145.818 358.97 145.563C358.97 145.307 358.315 145.094 357.42 145.023L357.405 143.624C358.504 143.59 359.356 143.358 359.356 143.069C359.356 142.776 358.496 142.563 357.389 142.529L357.37 141.483C357.37 141.483 356.347 141.573 356.379 141.449C356.408 141.328 356.444 140.491 356.444 140.491L352.538 140.522L352.439 137.542L354.474 137.557L355.453 135.956L355.4 135.5L352.439 135.569L351.176 99.9589V101.575L351.16 99.8402L349.898 135.435L346.933 135.382L346.883 135.837L347.859 137.439L349.898 137.404L349.795 140.407L345.888 140.372C345.888 140.372 345.925 141.191 345.957 141.315C345.989 141.439 344.962 141.349 344.962 141.349L344.947 142.613C344.373 142.716 343.971 142.877 343.971 143.069C343.971 143.258 344.366 143.421 344.931 143.525L344.913 145.091C344.313 145.191 343.887 145.362 343.887 145.563C343.887 145.763 344.313 145.934 344.913 146.034L344.878 148.14L347.254 148.159L349.829 150.316C349.829 150.316 349.866 151.153 349.898 151.277C349.927 151.398 346.141 151.208 346.141 151.208L346.11 152.269L344.931 152.235V153.028L346.259 153.062V155.219H344.931L344.962 157.073L346.867 157.007C346.859 157.009 346.857 157.017 346.849 157.023H346.933V159.011L344.913 159.08L344.962 160.209L347.993 160.19L348.011 160.983L348.888 161.539L347.774 225.784L346.665 227.604L346.546 225.547L344.105 221.149L341.917 216.718C341.917 216.718 341.09 213.923 341.09 212.317C341.09 210.714 338.921 209.505 338.921 209.505L336.732 209.099L335.099 211.122L332.642 212.723L331.563 216.331L326.647 217.526L323.919 215.94L321.194 211.509L315.738 207.92L314.376 203.503L311.396 204.296L307.841 203.89L307.019 200.286L305.653 199.477L304.577 195.87L301.295 194.606L297.656 188.133V180.077H300.974V178.882H297.656V176.588H296.447V178.882H293.13V180.077H296.447V187.512C289.163 192.452 282.092 197.534 274.477 202.224C274.44 202.032 274.29 201.887 274.088 201.887C273.867 201.887 273.691 202.053 273.685 202.274C273.654 202.271 273.617 202.274 273.582 202.274C273.225 202.274 272.941 202.535 272.894 202.879L272.423 203.201C272.383 203.195 272.347 203.166 272.304 203.166C271.976 203.166 271.694 203.401 271.615 203.706L271.007 204.112C270.963 204.101 270.905 204.093 270.858 204.093C270.597 204.093 270.374 204.241 270.25 204.449C270.197 204.422 270.145 204.396 270.082 204.396C269.855 204.396 269.661 204.591 269.661 204.817C269.661 204.907 269.698 204.97 269.745 205.039C262.948 208.917 255.603 212.423 247.186 215.182L245.453 214.408L244.492 211.306L242.828 210.8V209.571H238.853L238.367 209.268V206.958H235.015V203.975H231.48L230.707 201.094L230.167 194.843L230.286 191.503V186.279L230.133 180.23L229.459 173.386L227.103 173.118V168.77L226.529 166.645H225.909L225.301 167.675H223.804V164.691L219.73 162.331V159.145L218.433 158.792V155.203H209.139V158.792L207.827 159.145V162.331L203.771 164.691V167.675H202.256L201.667 166.645H201.043L200.469 168.77V173.118L198.097 173.386L197.439 180.23L197.271 186.279V191.503L197.374 194.843L196.85 201.094L196.077 203.975H192.541V206.958H189.19V209.571H184.747V216.668H172.018V213.431L172.424 213.01H172.121L172.405 211.93L173.162 211.172L173.499 210.601H171.884V208.391H171.682L171.548 207.885L171.647 207.483L171.226 207.246L171.177 207.008V206.824L171.027 206.69H170.756V206.977L170.706 207.196L170.572 207.33C170.572 207.33 170.614 207.593 170.572 207.667C170.529 207.74 170.572 208.207 170.572 208.207H169.696L169.477 208.004L169.225 207.567L169.072 206.977L169.646 207.127C169.646 207.127 169.78 206.946 169.646 206.908C169.512 206.871 169.275 206.69 169.275 206.69V206.319L168.888 206.219L168.701 206.521C168.701 206.521 168.591 206.772 168.617 206.874C168.646 206.977 168.696 207.198 168.735 207.345L168.854 207.785L165.705 206.621L165.571 206.387L165.69 205.932L165.839 205.66L165.655 205.342V205.139L165.556 204.955L165.319 205.005L165.219 205.426L164.898 205.744L164.982 206.066L165.166 206.368L165.2 206.537L161.11 205.779C161.11 205.779 161.136 205.686 161.041 205.526C160.95 205.365 160.571 205.055 160.571 205.055L160.673 204.649L160.505 204.465C160.505 204.465 160.484 204.283 160.571 204.196L160.823 203.959L160.62 203.607L160.234 204.009L160.084 204.262L159.897 204.564L160.031 204.817L160.15 205.208L160.066 205.476L155.386 204.871V202.661L155.791 202.274L155.539 202.005L155.386 201.768L152.272 200.673L152.069 200.638V199.374L152.203 199.14L152.069 199.022C152.069 199.022 152.119 198.398 152.119 198.298C152.119 198.195 152.095 197.903 152.172 197.723C152.248 197.544 152.306 197.218 152.306 197.118C152.306 197.015 152.321 196.578 152.321 196.578L152.371 196.36L152.509 196.138L152.172 195.717L152.004 195.433L151.633 195.23L151.919 194.874L151.667 194.774L151.414 194.843V195.18L151.514 195.295L151.212 195.582C151.212 195.582 151.009 195.793 150.959 195.919C150.907 196.049 150.875 196.306 150.875 196.306L150.638 196.762L150.588 196.981L150.638 197.252L150.791 196.931L151.009 196.578L151.128 196.325L151.212 196.728V197.402L151.024 198.214L150.959 198.7L150.825 199.056H144.241L144.325 198.719L144.493 198.432C144.493 198.432 144.164 198.156 144.091 198.026C144.017 197.9 142.557 197.302 142.557 197.302L140.839 197.015C140.839 197.015 140.977 196.267 140.977 196.038C140.977 195.809 141.018 195.577 141.042 195.348C141.068 195.117 141.126 194.774 141.126 194.774C141.126 194.774 140.9 194.695 140.874 194.874C140.85 195.053 140.755 195.398 140.755 195.398L140.587 195.717C140.587 195.717 140.513 195.812 140.437 195.632C140.361 195.454 140.25 195.096 140.25 195.096C140.25 195.096 140.337 195.021 140.135 194.79C139.93 194.561 139.745 194.403 139.745 194.403L139.848 194L139.745 193.594L139.661 193.579C139.614 193.46 139.511 193.51 139.511 193.51L139.443 193.526L139.393 193.51C139.393 193.51 139.29 193.463 139.24 193.579L139.14 193.594L139.041 194L139.14 194.403C139.14 194.403 138.975 194.561 138.769 194.79C138.567 195.021 138.635 195.096 138.635 195.096C138.635 195.096 138.528 195.454 138.452 195.632C138.375 195.812 138.299 195.717 138.299 195.717L138.13 195.398C138.13 195.398 138.054 195.053 138.031 194.874C138.004 194.695 137.778 194.774 137.778 194.774C137.778 194.774 137.82 195.117 137.843 195.348C137.87 195.577 137.928 195.809 137.928 196.038C137.928 196.267 138.046 197.015 138.046 197.015L136.347 197.302C136.347 197.302 134.871 197.9 134.798 198.026C134.724 198.156 134.392 198.432 134.392 198.432L134.561 198.719L134.664 199.056H128.064L127.945 198.7L127.861 198.214L127.693 197.402V196.728L127.761 196.325L127.895 196.578L128.098 196.931L128.247 197.252L128.297 196.981L128.247 196.762L128.014 196.306C128.014 196.306 127.995 196.049 127.945 195.919C127.895 195.793 127.693 195.582 127.693 195.582L127.371 195.295L127.474 195.18V194.843L127.222 194.774L126.969 194.874L127.256 195.23L126.901 195.433L126.717 195.717L126.38 196.138L126.514 196.36L126.564 196.578C126.564 196.578 126.583 197.015 126.583 197.118C126.583 197.218 126.641 197.544 126.717 197.723C126.793 197.903 126.767 198.195 126.767 198.298C126.767 198.398 126.816 199.022 126.816 199.022L126.682 199.14L126.816 199.374V200.638L126.614 200.673L123.499 201.768L123.365 202.005L123.097 202.274L123.499 202.661V204.871L118.82 205.476L118.755 205.208L118.854 204.817L118.988 204.564L118.805 204.262L118.671 204.009L118.265 203.607L118.081 203.959L118.315 204.196C118.404 204.283 118.384 204.465 118.384 204.465L118.215 204.649L118.315 205.055C118.315 205.055 117.936 205.365 117.844 205.526C117.752 205.686 117.776 205.779 117.776 205.779L113.685 206.537L113.735 206.368L113.903 206.066L113.988 205.744L113.685 205.426L113.567 205.005L113.349 204.955L113.23 205.139V205.342L113.046 205.66L113.199 205.932L113.333 206.387L113.18 206.621L110.031 207.785C110.031 207.785 110.111 207.496 110.15 207.345C110.19 207.198 110.242 206.977 110.268 206.874C110.295 206.772 110.184 206.521 110.184 206.521L110 206.219L109.611 206.319V206.69C109.611 206.69 109.377 206.871 109.243 206.908C109.106 206.946 109.243 207.127 109.243 207.127L109.813 206.977L109.664 207.567L109.411 208.004L109.209 208.207H108.317C108.317 208.207 108.359 207.74 108.317 207.667C108.272 207.593 108.317 207.33 108.317 207.33L108.18 207.196L108.13 206.977V206.69H107.862L107.728 206.824V207.008L107.659 207.246L107.238 207.483L107.338 207.885L107.204 208.391H107.001V210.601H105.402L105.738 211.172L106.481 211.93L106.783 213.01H106.465L106.886 213.431V216.668H98.7864V201.837L99.7622 201.01V195.28L99.0888 195.127V193.61L100.722 192.212L101.331 190.342L100.049 190.04H97.0375L94.4936 191.304L94.0073 192.82L95.2854 193.897V194.537L63.483 189.634L63.2648 196.023L65.2196 196.578V198.145L64.6117 205.679L62.8284 232.089C62.8284 232.089 63.9146 232.357 64.0224 231.985C64.1302 231.617 65.7556 206.656 65.7556 206.656L66.295 206.556L68.5867 232.357L70.1018 232.257L66.7347 198.516L66.1953 198.229L65.9772 196.846L96.4981 200.91V216.668H82.5064C82.5064 216.668 81.6963 216.278 81.6647 216.162C81.6356 216.046 81.4963 215.875 81.4963 215.875L81.2782 216.262L80.9913 215.975L80.7077 215.469L80.4707 215.603L80.6546 216.296H79.476L79.1738 216.599L78.8371 216.025L78.6532 216.718L78.1636 217.005V217.863L77.6587 217.997L77.7274 218.185L78.3509 218.353V225.313L77.8269 225.463L77.9299 225.853H78.3664V232.744H54.4264L52.1726 213.818L51.3962 208.207V207.027L53.9557 206.621L53.6689 201.852L12.2396 205.51V205.039L13.8887 204.227L13.2651 203.101L9.93249 202.155H6.02615L4.36145 202.374L5.1346 203.775L7.27326 204.817V205.947L6.39713 206.066V210.348L7.67525 210.953V231.246H4.42683C4.42683 231.246 4.29283 232.089 4.30833 232.744H0M1092.75 217.695L1092.13 218.1V229.105C1091.44 227.551 1090.57 225.587 1089.71 223.643C1088.02 219.856 1086.49 216.446 1086.37 216.178L1092.75 216.499V217.695ZM1092.94 211.022L1092.55 211.78L1092.23 213.11V214.998L1086.62 215.488L1092.94 203.235V211.022ZM659.254 217.595C659.115 217.421 658.644 216.48 658.7 216.48C658.723 216.48 658.9 216.733 659.086 217.055C659.399 217.595 659.493 217.889 659.254 217.595ZM12.6262 232.744V231.108H10.6402V210.279L35.6899 208.356V217.289L31.397 218.081V220.694L42.3053 218.706V215.301L36.7686 216.312V208.272L50.4049 207.23L50.1335 208.272L49.4258 208.475L45.1861 232.744H12.6262ZM47.172 232.744L49.9841 214.477L50.6885 214.542C50.6885 214.542 52.4009 229.547 52.846 232.744H47.172ZM79.8734 221.002C79.8869 219.253 82.3226 219.217 82.3724 221.002V224.275H79.8734V221.002ZM83.0222 232.949H80.5232V228.699C80.5367 226.429 82.9723 226.379 83.0222 228.699V232.949ZM88.1278 231.662H86.9729V228.265H88.1278V231.662ZM88.9435 224.275H86.4445V221.002C86.4578 219.253 88.8934 219.217 88.9435 221.002V224.275ZM92.7501 231.662H91.5926V228.265H92.7501V231.662ZM93.2047 224.275H90.7029V221.002C90.7165 219.253 93.1548 219.217 93.2047 221.002V224.275ZM96.5743 231.662H95.4194V228.265H96.5743V231.662ZM97.2478 224.275H94.7488V221.002C94.7596 219.253 97.1979 219.217 97.2478 221.002V224.275ZM105.433 221.002C105.447 219.253 107.883 219.217 107.933 221.002V224.275H105.433V221.002ZM100.691 231.662H99.5365V228.265H100.691V231.662ZM101.58 224.275H99.0814V221.002C99.0914 219.253 101.53 219.217 101.58 221.002V224.275ZM108.222 232.949H105.073V228.699C105.089 226.429 108.159 226.379 108.222 228.699V232.949ZM112.031 223.448L109.89 223.701V219.488C109.9 217.239 111.989 216.942 112.031 219.235V223.448ZM117.142 222.856L114.617 223.122V218.688C114.63 216.317 117.089 216.004 117.142 218.421V222.856ZM124 222.469L120.322 222.759V217.942C120.341 215.369 123.926 215.03 124 217.652V222.469ZM133.596 233H129.552V224.615H133.596V233ZM133.709 221.781H130.031V216.965C130.049 214.393 133.635 214.337 133.709 216.965V221.781ZM137.607 216.965C137.625 214.393 141.21 214.337 141.284 216.965V221.781H137.607V216.965ZM141.468 233H137.422V224.615H141.468V233ZM145.183 216.965C145.201 214.393 148.786 214.337 148.86 216.965V221.781H145.183V216.965ZM149.339 233H145.293V224.615H149.339V233ZM158.569 222.759L154.892 222.469V217.652C154.962 215.03 158.55 215.369 158.569 217.942V222.759ZM164.271 223.122L161.749 222.856V218.421C161.799 216.004 164.261 216.317 164.271 218.688V223.122ZM169.001 223.701L166.86 223.448V219.235C166.903 216.942 168.991 217.239 169.001 219.488V223.701ZM170.669 221.002C170.682 219.253 173.118 219.217 173.168 221.002V224.275H170.669V221.002ZM173.817 232.949H171.318V228.699C171.332 226.429 173.768 226.379 173.817 228.699V232.949ZM178.921 231.662H177.766V228.265H178.921V231.662ZM179.739 224.275H177.24V221.002C177.25 219.253 179.689 219.217 179.739 221.002V224.275ZM183.543 231.662H182.388V228.265H183.543V231.662ZM183.997 224.275H181.498V221.002C181.512 219.253 183.947 219.217 183.997 221.002V224.275ZM187.37 231.662H186.215V228.265H187.37V231.662ZM188.04 224.275H185.541V221.002C185.555 219.253 187.993 219.217 188.04 221.002V224.275ZM191.487 231.662H190.329V228.265H191.487V231.662ZM192.373 224.275H189.874V221.002C189.887 219.253 192.325 219.217 192.373 221.002V224.275ZM196.229 221.002C196.242 219.253 198.678 219.217 198.728 221.002V224.275H196.229V221.002ZM199.017 232.949H195.869V228.699C195.885 226.429 198.954 226.379 199.017 228.699V232.949ZM217.938 178.79H221.361V182.479H217.938V178.79ZM212.072 178.79H215.495V182.479H212.072V178.79ZM219.553 206.732V211.604H208.011V206.732C208.011 197.005 219.553 197.01 219.553 206.732ZM206.204 178.79H209.629V182.479H206.204V178.79ZM208.761 219.346H204.623V215.654H208.761V219.346ZM215.852 219.346H211.714V215.654H215.852V219.346ZM222.944 219.346H218.806V215.654H222.944V219.346ZM272.725 211.172L270.487 211.206V210.735H272.725V211.172ZM273.146 211.543V213.615H271.665V211.559L273.146 211.543ZM271.344 211.577V213.615H270.066V211.593L271.344 211.577ZM236.222 217.7C233.258 217.7 228.552 220.802 225.588 220.802C223.126 220.967 227.247 219.585 228.066 218.911C230.851 216.259 234.489 214.925 237.853 213.152C238.811 213.513 239.734 215.235 240.978 215.814C243.643 217.076 246.457 218.313 248.286 220.802C243.682 220.802 240.826 217.7 236.222 217.7ZM270.234 219.548H268.853L266.462 221.318H262.743L252.707 218.621L252.389 218.25L248.552 215.791L248.012 215.553C256.358 212.76 263.663 209.239 270.418 205.357C270.542 205.458 270.687 205.51 270.858 205.51C271.163 205.51 271.431 205.31 271.531 205.039L272.036 204.733L271.899 208.172L271.195 210.076H269.393V210.735H270.15V211.222L268.669 211.256L268.111 213.615L267.809 214.424L267.927 214.914L275.335 215.117L275.756 214.408L275.553 213.684L275.166 211.137L273.077 211.172V210.735H273.938V210.076H272.388L272.878 208.494C272.878 208.494 272.833 205.176 272.878 204.312V204.296C272.933 204.217 272.975 204.125 272.993 204.028C273.065 203.975 273.257 203.835 273.467 203.672C273.504 203.68 273.543 203.691 273.582 203.691C273.948 203.691 274.232 203.419 274.275 203.067C281.85 198.439 288.837 193.423 296.007 188.538L294.121 191.993L291.144 194.858L290.115 198.279L287.134 205.104L283.852 203.503L280.588 210.716L279.493 213.937L275.939 216.718L270.234 219.548ZM269.745 211.593V213.615H268.398L268.869 211.593H269.745ZM273.467 213.615V211.543L274.948 211.528L275.25 213.615H273.467ZM323.721 222.924C321.402 220.868 317.527 220.802 314.429 220.804C312.558 220.807 303.912 209.376 302.041 209.376C299.072 209.378 302.878 220.81 299.911 220.81C296.878 220.81 297.136 215.574 294.103 215.567C289.342 215.559 281.288 220.775 276.527 220.754C281.382 218.666 286.782 214.806 289.092 209.457C290.057 209.276 291.328 209.178 292.254 208.536C295.547 206.052 296.141 201.505 297.809 197.947V197.95L297.914 197.703L298.062 197.349C299.487 202.158 303.423 206.769 308.686 207.121C310.73 208.989 313.282 210.566 315.297 212.578C318.608 219.648 328.099 222.182 334.89 218.753C336.327 217.308 336.797 219.746 337.348 220.768C332.805 220.775 331.876 230.15 323.721 222.924ZM363.778 202.632H362.894V201.813C362.894 200.799 363.778 200.775 363.778 201.813V202.632ZM364.065 201.813C364.065 200.799 364.949 200.775 364.949 201.813V202.632H364.065V201.813ZM365.591 213.615H364.283V212.404C364.283 210.901 365.591 210.866 365.591 212.404V213.615ZM366.017 212.404C366.017 210.901 367.324 210.866 367.324 212.404V213.615H366.017V212.404ZM367.519 223.867H366.382V223.006C366.382 221.94 367.519 221.913 367.519 223.006V223.867ZM370.213 197.616C370.213 195.994 371.625 195.956 371.625 197.616V198.927H370.213V197.616ZM370.16 223.867H369.021V223.006C369.021 221.94 370.16 221.913 370.16 223.006V223.867ZM370.525 213.615H369.218V212.404C369.218 210.901 370.525 210.866 370.525 212.404V213.615ZM372.257 213.615H370.952V212.404C370.952 210.901 372.257 210.866 372.257 212.404V213.615ZM376.841 225.974H375.52V217.597H376.841V225.974ZM376.96 198.927H375.545V197.616C375.545 195.994 376.96 195.956 376.96 197.616V198.927ZM387.074 197.616C387.074 195.994 388.489 195.956 388.489 197.616V198.927H387.074V197.616ZM383.543 184.757C383.543 183.688 384.472 183.664 384.472 184.757V185.618H383.543V184.757ZM383.543 188.254C383.543 187.187 384.472 187.161 384.472 188.254V189.117H383.543V188.254ZM382.312 184.757C382.312 183.688 383.241 183.664 383.241 184.757V185.618H382.312V184.757ZM382.312 188.254C382.312 187.187 383.241 187.161 383.241 188.254V189.117H382.312V188.254ZM381.742 197.616C381.742 195.994 383.154 195.956 383.154 197.616V198.927H381.742V197.616ZM380.034 184.757C380.034 183.688 380.965 183.664 380.965 184.757V185.618H380.034V184.757ZM380.034 188.254C380.034 187.187 380.965 187.161 380.965 188.254V189.117H380.034V188.254ZM378.803 184.757C378.803 183.688 379.732 183.664 379.732 184.757V185.618H378.803V184.757ZM378.803 188.254C378.803 187.187 379.732 187.161 379.732 188.254V189.117H378.803V188.254ZM386.129 227.707H379.764V223.965C379.764 219.333 386.129 219.227 386.129 223.965V227.707ZM378.414 213.063V211.848C378.414 210.348 380.271 210.313 380.271 211.848V213.063H378.414ZM387.476 213.063H385.619V211.848C385.619 210.348 387.476 210.313 387.476 211.848V213.063ZM388.578 208.891H387.492V208.125H386.405V207.327H385.351V206.493H384.025V205.726H381.792V206.493H380.471V207.327H379.417V208.125H378.327V208.891H377.244V207.274H378.327V206.511H379.417V205.71H380.471V204.875H381.792V204.112H384.025V204.875H385.351V205.71H386.405V206.511H387.492V207.274H388.578V208.891ZM390.372 225.974H389.052V217.597H390.372V225.974ZM394.775 194.803C394.775 193.897 395.491 193.876 395.491 194.803V195.535H394.775V194.803ZM394.941 213.615H393.634V212.404C393.634 210.901 394.941 210.866 394.941 212.404V213.615ZM395.367 212.404C395.367 210.901 396.674 210.866 396.674 212.404V213.615H395.367V212.404ZM396.869 223.867H395.733V223.006C395.733 221.94 396.869 221.913 396.869 223.006V223.867ZM397.054 195.535H396.338V194.803C396.338 193.897 397.054 193.876 397.054 194.803V195.535ZM397.901 194.803C397.901 193.897 398.616 193.876 398.616 194.803V195.535H397.901V194.803ZM399.508 223.867H398.371V223.006C398.371 221.94 399.508 221.913 399.508 223.006V223.867ZM399.876 213.615H398.569V212.404C398.569 210.901 399.876 210.866 399.876 212.404V213.615ZM401.607 213.615H400.299V212.404C400.299 210.901 401.607 210.866 401.607 212.404V213.615ZM417.676 232.807H415.419V222.779H417.676V232.807ZM430.7 232.807H428.443V222.779H430.7V232.807ZM443.726 232.807H441.469V222.779H443.726V232.807ZM456.752 232.807H454.495V222.779H456.752V232.807ZM459.856 220.52H412.316V219.109H459.856V220.52ZM497.486 181.747C497.486 181.204 497.805 180.96 498.095 180.954C498.384 180.949 498.684 181.178 498.684 181.747V183.364H497.486V181.747ZM497.184 188.033C497.184 187.179 497.639 186.745 498.095 186.734C498.547 186.726 499.021 187.143 499.021 188.033V190.545H497.184V188.033ZM494.762 217.373C494.762 215.332 495.217 214.245 495.669 214.224C496.124 214.2 496.579 215.24 496.579 217.373V223.39H494.762V217.373ZM496.645 232.744H494.609V229.997C494.609 227.751 495.111 226.566 495.619 226.542C496.127 226.519 496.645 227.651 496.645 229.997V232.744ZM497.085 196.865C497.085 195.103 497.584 194.221 498.095 194.2C498.602 194.182 499.12 195.024 499.12 196.865V202.036H497.085V196.865ZM497.823 217.373C497.823 215.332 498.278 214.245 498.734 214.224C499.189 214.2 499.66 215.24 499.66 217.373V223.39H497.823V217.373ZM500.031 232.744H498.076V228.783C498.076 227.283 498.563 226.493 499.055 226.474C499.546 226.458 500.031 227.217 500.031 228.783V232.744ZM508.735 207.632C508.735 206.418 509.211 205.792 509.676 205.779C510.142 205.766 510.587 206.366 510.587 207.632V210.919H508.735V207.632ZM506.091 209.62C506.091 208.636 506.489 208.133 506.864 208.123C507.243 208.112 507.572 208.591 507.572 209.62V210.869H506.091V209.62ZM512.504 232.744H506.864V223.206C506.864 218.914 508.269 216.665 509.676 216.615C511.084 216.567 512.504 218.721 512.504 223.206V232.744ZM513.28 210.869H511.765V209.62C511.765 208.636 512.128 208.133 512.504 208.123C512.883 208.112 513.28 208.591 513.28 209.62V210.869ZM522.758 217.373C522.758 215.332 523.247 214.245 523.699 214.224C524.154 214.2 524.61 215.24 524.61 217.373V222.448H523.971L523.886 222.364V223.39H522.758V217.373ZM520.803 181.931C520.803 181.389 521.087 181.094 521.377 181.089C521.666 181.083 521.95 181.365 521.95 181.931V183.498H520.803V181.931ZM519.709 217.373C519.709 215.332 520.183 214.245 520.635 214.224C521.09 214.2 521.529 215.24 521.529 217.373V223.39H519.709V217.373ZM521.595 232.744H519.624V228.783C519.624 227.283 520.111 226.493 520.604 226.474C521.095 226.458 521.595 227.217 521.595 228.783V232.744ZM522.303 202.036H520.248V196.865C520.248 195.103 520.767 194.221 521.277 194.2C521.784 194.182 522.303 195.024 522.303 196.865V202.036ZM522.303 190.545H520.485V188.033C520.485 187.179 520.921 186.745 521.377 186.734C521.832 186.726 522.303 187.143 522.303 188.033V190.545ZM524.778 232.744H522.723V229.997C522.723 227.751 523.242 226.566 523.749 226.542C523.797 226.54 523.839 226.561 523.886 226.577V227.435H524.457C524.644 228.007 524.778 228.855 524.778 229.997V232.744ZM555.215 180.399L556.512 178.848L558.834 178.947V179.101L560.399 179.032L561.983 179.101V178.947L564.306 178.848L565.618 180.399L565.771 184.425C563.614 184.391 561.56 186.103 561.207 188.236L560.468 188.27L559.607 188.236C559.258 186.11 557.217 184.398 555.062 184.425L555.215 180.399ZM555.536 193.629H565.281L567.489 198.363L560.418 198.447L553.329 198.363L555.536 193.629ZM575.08 219.43V223.425H574.02V225.547H572.792V214.695H570.416C570.416 214.695 570.906 205.966 570.416 205.966H550.401C549.912 205.966 550.401 214.695 550.401 214.695H548.044V225.547H546.813V223.425H545.753V219.43H545.382V216.178L551.209 203.503L559.66 203.638V203.672L560.418 203.656L561.176 203.672V203.638L569.609 203.503L576.932 219.43H575.08ZM576.545 212.823L577.031 212.654L578.229 215.032V215.351L577.808 215.806L576.545 212.823ZM578.313 217.005L577.976 216.212L578.313 216.396V217.005ZM579.254 199.846C579.26 199.248 579.404 198.943 579.541 198.938C579.678 198.932 579.804 199.227 579.809 199.846V202.105H579.254V199.846ZM580.215 212.064H579.625L579.407 211.643V209.808C579.413 209.21 579.596 208.886 579.794 208.881C579.991 208.876 580.204 209.189 580.215 209.808V212.064ZM580.704 202.105H580.165V199.846C580.167 199.248 580.296 198.943 580.433 198.938C580.57 198.932 580.696 199.227 580.704 199.846V202.105ZM581.611 202.105H581.056V199.846C581.059 199.248 581.206 198.943 581.343 198.938C581.48 198.932 581.606 199.227 581.611 199.846V202.105ZM587.186 212.401H586.091V209.337C586.096 208.528 586.362 208.128 586.627 208.123C586.896 208.114 587.172 208.499 587.186 209.337V212.401ZM588.885 212.401H587.79V209.337C587.798 208.528 588.045 208.128 588.311 208.123C588.58 208.114 588.871 208.499 588.885 209.337V212.401ZM591.326 212.401H590.266V209.352C590.271 208.544 590.521 208.128 590.786 208.123C591.052 208.114 591.312 208.518 591.326 209.352V212.401ZM593.009 212.401H591.915V209.352C591.923 208.544 592.204 208.128 592.47 208.123C592.736 208.114 592.996 208.518 593.009 209.352V212.401ZM595.485 212.47H594.406V209.436C594.414 208.628 594.679 208.212 594.945 208.207C595.211 208.199 595.471 208.602 595.485 209.436V212.47ZM597.149 212.47H596.089V209.436C596.097 208.628 596.363 208.212 596.629 208.207C596.895 208.199 597.136 208.602 597.149 209.436V212.47ZM618.89 232.744H614.771V112.696H618.89V232.744ZM649.287 221.618H639.784V139.853H649.287V221.618ZM674.306 218.487C674.243 218.584 674.229 218.495 674.272 218.235C674.308 217.997 674.332 217.863 674.356 217.829C674.377 217.797 674.39 217.881 674.39 218.066C674.388 218.218 674.356 218.408 674.306 218.487ZM674.169 215.048C674.208 215.048 674.24 215.303 674.222 215.622C674.201 215.977 674.232 216.244 674.306 216.331C674.446 216.499 674.382 216.526 674.222 216.362C674.098 216.238 674.051 215.048 674.169 215.048ZM673.885 219.127L674.119 218.909L674.019 219.196C673.959 219.348 673.856 219.53 673.801 219.598C673.743 219.667 673.672 219.717 673.633 219.717C673.494 219.717 673.648 219.348 673.885 219.127ZM666.157 210.229C666.162 210.237 666.167 210.261 666.172 210.295H666.157C666.18 210.442 666.18 210.651 666.157 210.769C666.133 210.884 666.122 210.777 666.122 210.516C666.122 210.319 666.143 210.206 666.157 210.229ZM666.394 211.577C666.591 211.606 666.731 211.585 666.796 211.493C666.92 211.327 666.862 208.612 666.731 208.325C666.654 208.162 666.667 208.146 666.899 208.207C667.314 208.312 668.4 208.286 668.514 208.172C668.584 208.104 668.719 208.085 668.866 208.088C669.016 208.091 669.174 208.117 669.271 208.188C669.542 208.394 670.097 209.758 670.097 210.21C670.097 210.645 669.945 210.89 669.708 210.8C669.634 210.771 669.487 210.829 669.39 210.938C669.137 211.217 669.308 211.343 669.91 211.306L670.415 211.275L670.752 210.632C671.06 210.066 671.083 209.971 670.97 209.789C670.855 209.597 670.876 209.594 671.326 209.842C671.967 210.189 672.125 210.366 672.183 210.884C672.223 211.227 672.202 211.33 672.099 211.306C672.025 211.29 671.973 211.346 671.98 211.443C671.996 211.617 671.988 211.612 670.702 211.796C669.913 211.906 668.929 211.906 668.582 211.796C668.45 211.753 667.832 211.712 667.217 211.712C666.601 211.706 666.088 211.672 666.088 211.627C666.088 211.593 666.227 211.554 666.394 211.577ZM664.626 220.173C664.407 220.146 664.423 220.141 664.726 220.123C665.257 220.101 665.889 219.522 665.954 218.993C666.002 218.63 666.328 217.852 666.478 217.763C666.593 217.689 666.709 218.332 666.646 218.721C666.58 219.116 666.672 219.206 666.899 218.959C667.077 218.761 667.117 218.255 666.999 217.695C666.885 217.155 667.007 216.886 667.638 216.228C668.33 215.517 668.572 215.414 669.708 215.488C670.25 215.522 670.662 215.512 670.886 215.435C671.007 215.396 671.115 215.375 671.207 215.369C671.486 215.353 671.662 215.493 671.812 215.841C671.91 216.059 672.243 216.486 672.554 216.802C673.303 217.563 673.53 217.929 673.53 218.3C673.53 218.698 673.135 219.246 672.841 219.246C672.594 219.246 672.167 219.598 672.252 219.732C672.281 219.783 672.43 219.817 672.57 219.817C672.711 219.819 672.249 219.988 671.559 220.188C669.576 220.768 669.611 220.775 664.626 220.173ZM667.454 232.678C667.44 232.699 667.43 232.72 667.419 232.744H666.796C666.815 232.67 666.859 232.604 666.949 232.541C667.188 232.372 667.196 232.265 667.014 231.077C666.941 230.574 666.825 229.779 666.761 229.308C666.701 228.833 666.583 228.233 666.509 227.975C666.425 227.667 666.383 227.517 666.394 227.485C666.401 227.454 666.464 227.54 666.578 227.757C666.683 227.954 666.859 228.607 666.964 229.189C667.069 229.771 667.217 230.376 667.301 230.537C667.514 230.948 667.614 232.368 667.454 232.678ZM674.643 230.434C674.585 231.335 674.543 231.535 674.372 231.717C674.261 231.836 674.113 232.086 674.054 232.257C673.99 232.426 673.906 232.636 673.866 232.728C673.864 232.734 673.869 232.738 673.866 232.744H668.246C668.235 232.686 668.246 232.618 668.296 232.56C668.372 232.467 668.392 232.275 668.345 231.97C668.308 231.72 668.256 230.974 668.246 230.319C668.232 229.66 668.18 228.936 668.127 228.699C667.964 227.993 667.935 227.203 668.077 227.232C668.467 227.312 670.52 227.374 670.97 227.316C671.386 227.267 671.678 227.143 672.233 226.78C672.628 226.519 672.98 226.305 673.009 226.305C673.038 226.305 673.175 226.537 673.312 226.811C673.448 227.088 673.724 227.527 673.916 227.791C674.112 228.051 674.369 228.512 674.49 228.818C674.695 229.329 674.703 229.449 674.643 230.434ZM676.055 231.851C675.961 232.031 675.871 232.196 675.871 232.223C675.868 232.249 675.808 232.42 675.737 232.594C675.713 232.649 675.7 232.694 675.684 232.744H674.911C675.01 232.676 675.064 232.591 675.064 232.476C675.064 232.346 675.019 232.207 674.961 232.173C674.895 232.13 674.961 232.004 675.148 231.836C675.395 231.607 675.442 231.496 675.45 231.108C675.453 230.858 675.506 230.09 675.569 229.408L675.684 228.159L675.905 228.833C676.223 229.758 676.307 231.377 676.055 231.851ZM689.115 227.011H686.538V180.393H689.115V227.011ZM694.213 220.223H691.635V155.308H694.213V220.223ZM699.311 214.542H696.733V170.042H699.311V214.542ZM729.256 155.906H731.618V158.332H729.256V155.906ZM728.104 155.906V158.332H725.744V155.906H728.104ZM715.843 124.383H728.559V126.202H715.843V124.383ZM728.559 130.929V133.475H715.964V130.929H728.559ZM714.389 139.658V137.72H730.014V139.658H714.389ZM716.78 155.906H719.142V158.332H716.78V155.906ZM713.268 155.906H715.63V158.332H713.268V155.906ZM715.602 167.424H713.3V163.3H715.602V167.424ZM715.662 162.453H713.239V159.059H715.662V162.453ZM719.113 167.424H716.812V163.3H719.113V167.424ZM719.174 162.453H716.751V159.059H719.174V162.453ZM724.443 224.773H720.323V150.329H724.443V224.773ZM728.075 167.424H725.773V163.3H728.075V167.424ZM728.135 162.453H725.713V159.059H728.135V162.453ZM731.587 167.424H729.285V163.3H731.587V167.424ZM731.647 162.453H729.224V159.059H731.647V162.453ZM749.339 226.026H747.199V216.373C747.199 207.772 749.339 207.814 749.339 216.373V226.026ZM753.564 226.026H750.947V216.373C750.947 207.772 753.564 207.814 753.564 216.373V226.026ZM757.312 226.026H755.172V216.373C755.172 207.772 757.312 207.814 757.312 216.373V226.026ZM759.188 185.383H757.047V181.428C757.047 177.903 759.188 177.921 759.188 181.428V185.383ZM764.664 195.459H763.565V193.015H764.664V195.459ZM769.799 193.015H770.899V195.459H769.799V193.015ZM767.781 195.459H766.682V193.015H767.781V195.459ZM771.767 226.113H769.625V222.158C769.625 218.632 771.767 218.65 771.767 222.158V226.113ZM778.24 226.113H776.097V222.158C776.097 218.632 778.24 218.65 778.24 222.158V226.113ZM784.711 226.113H782.57V222.158C782.57 218.632 784.711 218.65 784.711 222.158V226.113ZM831.512 205.52H829.781V203.551C829.781 201.797 831.512 201.805 831.512 203.551V205.52ZM836.242 228.62H833.935V221.21C833.935 214.608 836.242 214.643 836.242 221.21V228.62ZM840.79 228.62H837.97V221.21C837.97 214.608 840.79 214.643 840.79 221.21V228.62ZM838.236 205.52V202.916C838.236 200.597 840.525 200.607 840.525 202.916V205.52H838.236ZM839.38 196.17C838.506 196.17 837.712 195.372 837.715 194.5C837.712 193.626 838.506 192.828 839.38 192.828C840.253 192.828 841.048 193.626 841.045 194.5C841.048 195.372 840.253 196.17 839.38 196.17ZM844.825 228.62H842.518V221.21C842.518 214.608 844.825 214.643 844.825 221.21V228.62ZM848.978 205.52H847.248V203.551C847.248 201.797 848.978 201.805 848.978 203.551V205.52ZM876.019 171.195C875.969 170.377 878.692 170.384 878.734 171.195V173.723H876.009L876.041 173.699L876.019 171.195ZM876.041 179.917L876.022 177.413C875.969 176.593 878.692 176.602 878.734 177.413V179.943H876.009L876.041 179.917ZM876.041 186.136L876.019 183.63C875.967 182.814 878.692 182.822 878.734 183.63V186.161H876.009L876.041 186.136ZM872.621 171.195C872.568 170.377 875.293 170.384 875.333 171.195V173.723H872.61L872.642 173.699L872.621 171.195ZM871.934 186.161H869.209L869.244 186.136L869.223 183.63C869.17 182.814 871.893 182.822 871.934 183.63V186.161ZM871.934 179.943H869.209L869.244 179.917L869.223 177.413C869.17 176.593 871.893 176.602 871.934 177.413V179.943ZM871.934 173.723H869.209L869.244 173.699L869.223 171.195C869.17 170.377 871.893 170.384 871.934 171.195V173.723ZM872.642 179.917L872.621 177.413C872.568 176.593 875.291 176.602 875.333 177.413V179.943H872.608L872.642 179.917ZM872.621 183.63C872.568 182.814 875.293 182.822 875.333 183.63V186.161H872.61L872.642 186.136L872.621 183.63ZM879.176 231.951H873.815V227.156C874.105 224.923 878.773 224.773 879.176 227.156V231.951ZM888.009 231.951H882.645V227.156C882.935 224.923 887.604 224.773 888.009 227.156V231.951ZM896.839 231.951H891.476V227.156C891.765 224.923 896.435 224.773 896.839 227.156V231.951ZM905.67 231.951H900.309V227.156C900.596 224.923 905.265 224.773 905.67 227.156V231.951ZM914.5 231.951H909.14V227.156C909.429 224.923 914.098 224.773 914.5 227.156V231.951ZM923.333 231.951H917.97V227.156C918.259 224.923 922.929 224.773 923.333 227.156V231.951ZM932.164 231.951H926.801V227.156C927.089 224.923 931.759 224.773 932.164 227.156V231.951ZM951.474 232.744H949.32L949.756 213.481L952.652 213.581L951.474 232.744ZM962.114 232.744H958.039L958.208 213.784L962.688 213.818L962.114 232.744ZM966.373 197.505L966.491 197.268L966.759 197.12L966.728 197.471V197.792H966.341L966.373 197.505ZM966.61 232.744L966.878 213.363H966.947V213.397H975.33L975.567 232.744H966.61ZM980.078 232.744L979.504 213.868L983.984 213.818L984.153 232.744H980.078ZM990.718 232.744L989.539 213.581L992.432 213.516L992.872 232.744H990.718ZM1012.03 171.248C1012.03 168.546 1013.98 168.649 1013.98 171.248V176.154H1012.03V171.248ZM1014.09 228.946H1011.26V223.053C1011.26 219.809 1014.09 219.933 1014.09 223.053V228.946ZM1015.61 171.235C1015.61 168.533 1017.55 168.636 1017.55 171.235V176.143H1015.61V171.235ZM1019.13 228.946H1016.3V221.197C1016.3 216.933 1019.13 217.094 1019.13 221.197V228.946ZM1024.17 228.946H1021.35V223.053C1021.35 219.809 1024.17 219.933 1024.17 223.053V228.946ZM1025.38 172.731C1025.38 170.479 1027.33 170.563 1027.33 172.731V176.82H1025.38V172.731ZM1029.22 228.946H1026.39V223.053C1026.39 219.809 1029.22 219.933 1029.22 223.053V228.946ZM1030.91 176.81H1028.96V172.72C1028.96 170.468 1030.91 170.553 1030.91 172.72V176.81ZM1034.27 228.946H1031.44V220.778C1031.44 216.283 1034.27 216.451 1034.27 220.778V228.946ZM1039.31 228.946H1036.48V223.053C1036.48 219.809 1039.31 219.933 1039.31 223.053V228.946ZM1044.36 228.946H1041.53V223.053C1041.53 219.809 1044.36 219.933 1044.36 223.053V228.946ZM1049.4 228.946H1046.57V220.984C1046.57 216.599 1049.4 216.765 1049.4 220.984V228.946ZM1054.44 228.946H1051.62V223.053C1051.62 219.809 1054.44 219.933 1054.44 223.053V228.946ZM1099.87 211.915L1095.01 211.087L1094.69 203.116V202.711L1102.31 211.98L1099.87 211.915ZM1103.21 211.999L1095.33 202.427L1110.9 212.202L1103.21 211.999ZM1117.37 212.351V203.269L1127.62 212.623L1117.37 212.351ZM1172.94 212.317L1161.89 212.589L1172.94 202.645V212.317ZM1178.76 212.183L1193.51 202.948L1186.05 211.999L1178.76 212.183ZM1194.15 203.638L1193.85 211.191L1189.54 211.915L1186.94 211.98L1194.15 203.235V203.638ZM1195.5 232.391L1195.46 232.323H1195.51C1195.51 232.333 1195.5 232.383 1195.5 232.391ZM1199.13 224.149C1198.47 225.631 1197.87 226.996 1197.28 228.312V218.081L1196.66 217.679V216.986L1202.47 216.699C1202.34 216.981 1200.82 220.37 1199.13 224.149ZM1195.9 203.741L1202.23 216.009L1197.05 215.553L1197.16 215.488V213.094L1196.86 211.78L1196.34 210.769L1195.9 210.835V203.741ZM1275.19 200.707C1275.46 200.797 1275.76 200.81 1276.04 200.741L1277.75 210.666C1276.07 215.796 1274.22 219.061 1271.39 221.081C1267.44 217.631 1264.52 214.113 1262.1 210.348L1275.19 200.707ZM1243.36 222.953C1242.63 223.393 1241.95 223.948 1241.31 224.639C1240.02 225.684 1238.84 226.58 1237.7 227.42L1236.34 220.996L1255.03 196.965L1244.77 221.739L1243.27 222.835L1243.36 222.953ZM1256.59 196.172C1256.68 196.17 1256.76 196.157 1256.84 196.138L1258.56 206.016C1257.16 210.213 1255.43 213.315 1253.19 215.519L1250.04 217.848C1249.12 218.345 1248.13 218.764 1247.06 219.077L1256.59 196.172ZM1266.78 227.757L1261.89 226.998C1257.3 224.072 1252.97 222.016 1249.16 221.705C1250.24 219.78 1252.35 218.993 1254.75 218.974C1260.84 218.927 1268.8 223.799 1266.78 227.757ZM1268.44 227.991C1269.9 227.316 1271.09 226.266 1272.2 223.746C1272.76 223.635 1273.34 223.58 1273.95 223.578C1279.22 223.535 1285.93 227.217 1286.29 230.771L1268.44 227.991Z" fill="%23931733" fill-opacity="0.8"/></svg>');
    /*Halloween*/
/ / background-image: url('data:image/svg+xml,<svg width="1296" height="335" viewBox="0 0 1296 335" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M835.522 62.8658H836.482L836.562 62.473L837.031 62.7857L836.875 62.3929L836.482 62.1564V62.0802L836.071 62L835.991 62.0802L836.308 62.473H835.678L835.991 62.0802L835.915 62L835.522 62.0802V62.1564L835.129 62.3929L834.969 62.7857L835.442 62.473L835.522 62.8658Z" fill="white"/><circle cx="772" cy="171" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="597.5" cy="143.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="617" cy="20" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="540" cy="170" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="481.5" cy="82.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="371.5" cy="177.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="273.5" cy="242.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="98.5" cy="249.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="331.5" cy="280.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="24.5" cy="181.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="869.5" cy="190.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="940.5" cy="156.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="815.5" cy="46.669" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="865.5" cy="100.669" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="746.5" cy="204.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="500.5" cy="223.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><circle cx="650" cy="124" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="544" cy="246" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="770" cy="247" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="685" cy="210" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="981" cy="175" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="895" cy="223" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="847" cy="240" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="919" cy="140" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="794" cy="73.169" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="785" cy="37.169" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="548" cy="106" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="384" cy="139" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="307" cy="255" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="335" cy="198" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="121" cy="278" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="113" cy="212" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="55" cy="273" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="17" cy="223" r="2" fill="%23931733" fill-opacity="0.5"/><circle cx="647.5" cy="36.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><path d="M881.131 262.562C881.173 262.562 881.211 262.583 881.252 262.589L881.147 261.273L881.022 262.586C881.059 262.581 881.093 262.562 881.131 262.562Z" fill="white"/><path d="M861.411 262.562C861.453 262.562 861.491 262.583 861.532 262.589L861.407 261.273L861.303 262.586C861.34 262.581 861.373 262.562 861.411 262.562Z" fill="white"/><path d="M1296 334.744H1293.56V333.886L1289.55 333.261C1290.43 332.369 1291.21 331.044 1291.98 328.88C1285.86 323.868 1282.08 318.712 1278.93 312.953L1277.03 301.964C1277.13 301.757 1277.18 301.522 1277.18 301.29C1277.12 300.545 1276.44 299.905 1275.69 299.905C1274.94 299.905 1274.25 300.545 1274.2 301.29C1274.2 301.511 1274.25 301.732 1274.35 301.93L1261.51 311.387C1260.89 310.394 1260.32 309.38 1259.76 308.353L1257.82 297.33C1257.92 297.127 1257.98 296.9 1257.99 296.674C1257.99 295.853 1257.21 295.115 1256.39 295.173C1255.64 295.22 1254.99 295.921 1254.99 296.674L1235.93 321.177L1227.33 281.032H1223.44L1220.95 278.557H1205.8V334.744H1196.05C1196.07 334.705 1196.2 334.389 1196.24 334.307L1197.28 334.273V331.929C1197.97 330.378 1198.84 328.429 1199.7 326.486C1201.46 322.549 1203.17 318.718 1203.17 318.718L1203.26 318.549L1203.16 318.381L1195.75 304.021V302.42H1194.15V303.699L1177.36 314.217L1174.22 314.302V302.489H1172.94V303.684L1160.78 314.623L1160.14 314.639L1151.89 314.823H1137.52L1129.27 314.654L1128.73 314.639L1117.37 304.289V302.489H1116.07V314.336L1112.3 314.233L1111.93 313.999L1094.69 303.194V301.914H1093.09V303.515L1085.67 317.856L1085.58 318.025L1085.67 318.212C1085.67 318.212 1087.38 322.028 1089.13 325.965C1090.01 327.932 1090.9 329.933 1091.59 331.492C1091.88 332.158 1091.92 332.248 1092.13 332.721V334.273L1092.82 334.307C1092.82 334.312 1092.85 334.37 1092.85 334.372L1092.99 334.307L1093.95 334.341L1093.74 334.744H1083.91V321.901L1082.18 316.898L1078.18 310.728L1071.81 300.7L1048.91 300.482L1035.02 300.7V291.028L1033.93 288.7L1033.44 267.939L1033.93 266.641C1033.8 262.004 1031.35 259.657 1028.81 259.444V256.713C1029.53 256.563 1030.1 255.889 1030.09 255.181C1030.09 254.359 1029.32 253.614 1028.47 253.614C1027.62 253.614 1026.84 254.359 1026.84 255.181C1026.85 255.902 1027.44 256.584 1028.18 256.713V259.444C1025.52 259.594 1022.97 262.046 1023.06 266.641L1023.55 267.568L1023.06 299.773H1021.93L1019.72 295.123L1019.35 266.959L1019.72 266.201C1019.49 261.903 1017.32 259.639 1015.03 259.31V257.406C1015.75 257.245 1016.31 256.526 1016.3 255.771C1016.3 254.899 1015.53 254.106 1014.68 254.106C1013.83 254.106 1013.06 254.899 1013.06 255.771C1013.05 256.535 1013.64 257.259 1014.37 257.406V259.26C1011.85 259.299 1009.37 261.659 1009.29 266.201L1009.64 266.657L1009.29 297.379L1007.81 299.202L1005.53 318.921L1005.55 334.744H1001.12L999.335 312.547L999.756 312.295L999.79 312.061L1000.34 311.639V311.352L999.622 311.283V310.088L999.859 309.767V309.736H999.622L999.537 308.606L1000.34 307.863L1001.09 307.02L1001.21 306.599L1001.47 306.212L1001.86 306.028L1002.18 305.354L1000.92 305.469L999.269 305.319L999.301 304.864L998.175 304.898L997.988 303.213L998.948 301.899V301.627L979.857 301.477L980.109 300.279L979.083 300.313L979.202 299.823C978.286 299.823 977.111 299.813 975.985 299.808L976.103 299.402L976.305 298.762L976.49 298.628L976.271 299.084L976.524 299.015L976.879 298.662L977.013 298.444L977.048 298.728L976.911 299.336V299.689L977.079 299.723L977.266 299.57L977.365 298.054L977.113 297.988L977.266 297.28L977.113 296.977L976.911 296.368V295.882L977.113 296.115L977.266 296.15L977.468 295.916V295.694L977.434 295.242L977.533 295.073C977.533 295.073 977.376 294.876 977.4 294.851C977.423 294.831 977.618 294.683 977.618 294.683C977.618 294.683 977.681 294.568 977.652 294.568C977.623 294.568 977.3 294.599 977.3 294.599L977.266 294.399L977.048 294.499L976.795 294.533L976.374 294.989L975.817 296.471L975.396 297.042L975.008 297.498L974.722 297.601L974.503 298.528L974.622 299.049L974.79 299.57V299.723L973.73 299.758L973.849 298.881L974.167 297.954L974.082 296.79L973.73 296.368V296.016L973.562 295.694V294.533L973.528 294.009L973.309 294.177L973.072 294.146L972.854 293.978V294.365L972.686 294.683L972.789 294.92L972.754 295.242L972.789 295.663V296.234L972.468 296.893V296.084L972.399 295.56L972.231 295.376L971.978 294.886L971.844 294.599L971.526 294.399L971.492 294.365L971.442 294.212V294.146L971.526 293.691L971.492 293.051L971.878 292.982L972.146 292.714C972.255 292.592 972.344 292.439 972.299 292.139L972.146 291.787L971.794 291.55L971.66 291.366L972.081 291.397L972.181 291.113L972.651 290.523L972.923 289.849L971.947 290.454L971.829 290.657L971.726 290.722L971.626 290.657L971.726 290.301L971.592 290.133H971.492L971.408 290.201V290.722L971.205 290.657V290.554L971.307 290.454L970.363 289.68L970.279 289.949L970.532 290.454L970.634 290.807L970.75 290.944L970.853 291.228L971.171 291.331L971.274 291.465L970.987 291.684L970.666 292.105L970.634 292.492L970.818 292.848L971.055 292.982L971.239 293.135L971.274 293.335L971.239 294.399L971.205 294.499L970.952 294.464L970.668 294.599L970.634 295.173L970.853 295.426L970.6 295.694L970.363 295.847V295.46L970.145 295.342L969.927 295.426L969.724 296.268H969.658L969.472 294.851L969.153 294.146L969.237 293.909L969.153 293.725L969.017 293.79L968.917 293.875L968.664 293.825L968.564 293.725L968.496 293.756L968.462 294.009H968.53L968.43 294.146L968.346 294.365V294.43L968.43 294.464L968.462 294.599L968.346 294.683L968.311 294.851L968.346 294.989L968.462 295.073V296.15L968.209 296.471L968.143 297.146C968.143 297.146 968.099 297.94 968.109 298.023C968.122 298.101 968.243 298.796 968.243 298.796L968.464 299.183V299.605L967.37 298.306L967.301 297.785L967.183 297.601V297.464L966.88 297.245L966.796 297.111L966.41 296.977L966.207 296.824L966.055 296.337L965.92 295.663L965.752 295.242L965.668 295.173L965.331 294.717L965.013 294.43L964.658 294.112L964.692 294.33L964.474 294.464L964.34 294.33L964.305 294.499L964.439 294.717L964.474 294.92L964.371 294.989L964.405 295.139L964.474 295.207V295.56L964.505 295.882L964.658 295.947L964.979 295.981V296.506L964.658 297.011V297.398L964.758 297.82L964.474 297.988V298.275L964.624 298.95L964.658 299.084L964.792 299.605H965.147V299.505L965.045 299.149L964.726 298.559V298.375L965.147 298.494L965.247 298.728L965.534 298.762L965.668 299.118L965.786 299.471L965.568 299.758V299.792H963.009L963.109 300.313L962.083 300.245L962.335 301.443L943.244 301.593V301.864L944.17 303.178L944.019 304.864L942.891 304.829L942.923 305.285L941.273 305.438L940.011 305.319L940.331 305.994L940.718 306.162L940.955 306.549L941.105 306.986L941.813 307.828L942.655 308.571L942.586 309.701L942.333 309.736V309.767L942.586 310.038V311.252L941.846 311.318V311.639L942.402 312.026L942.436 312.264L942.823 312.516L941.089 334.744H937.469V315.853H906.191V303.01H883.211V266.994H875.146V263.757C876.961 263.252 878.329 261.448 878.329 259.563C878.392 258.386 877.953 257.187 877.142 256.332C876.332 255.475 875.162 254.973 873.984 254.973C872.808 254.973 871.637 255.475 870.827 256.332C870.017 257.187 869.577 258.386 869.641 259.563C869.649 261.443 871.014 263.236 872.823 263.742V266.994H865.13V328.845L862.386 330.818L862.268 330.783L861.981 329.722L857.604 326.486L857.654 322.594L857.149 322.357V320.369L856.191 319.813V318.852L851.527 313.038L851.375 309.161H851.695L851.73 308.706L851.393 308.606V303.481L852.048 303.297V302.826L850.13 300.903L848.06 274.95C847.984 274.975 847.907 275.002 847.826 275.002C847.74 275.002 847.659 274.975 847.578 274.947L844.962 302.588H844.388V296.234H844.894V295.728L842.15 292.967L839.725 267.702C840.009 267.568 840.203 267.26 840.198 266.944C840.192 266.583 839.924 266.241 839.574 266.151L839.388 264.232L839.204 266.135C838.841 266.217 838.562 266.572 838.564 266.944C838.562 267.263 838.762 267.573 839.051 267.702L836.61 292.967L833.867 295.728V296.234H834.372V302.588H833.801L831.182 274.945C831.099 274.975 831.013 275.002 830.923 275.002C830.846 275.002 830.773 274.975 830.7 274.953L828.632 300.903L826.712 302.826V303.297L827.369 303.481V308.606L827.032 308.706L827.067 309.161H827.385L827.235 313.038L822.571 318.852V319.813L821.612 320.369V322.357L821.106 322.594L821.156 326.486L817.436 329.232H815.366L812.336 206.509L813.615 205.698V204.468L813.412 204.066L813.683 203.863L813.749 202.717L812.336 202.38L812.402 200.473C813.107 200.286 813.499 200.034 813.48 199.783C813.447 199.618 813.236 199.454 812.873 199.312C815.053 198.588 816.974 197.245 818.294 195.52C818.31 195.528 818.347 195.512 818.362 195.52C819.397 194.151 820.057 192.55 820.265 190.901C820.283 190.909 820.314 190.893 820.333 190.901C820.385 190.472 820.407 190.038 820.399 189.603C820.388 185.813 817.845 182.119 814.086 180.437C814.467 180.289 814.659 180.126 814.641 179.965L814.777 179.694V179.207L814.574 178.464L813.683 178.058V177.453L813.749 177.656L814.641 177.721V178.058L814.507 178.33L815.18 178.87L815.987 178.732L816.124 178.667L815.921 178.127L816.19 178.058L816.611 176.492L816.056 175.817L815.585 175.886L814.641 177.384H813.683L813.749 175.817L813.683 168.823L814.44 168.555L814.574 169.294L814.911 174.385L813.817 176.357L814.104 176.56L815.651 174.519L815.383 170.662L815.046 166.582H814.709L814.641 166.111L815.114 166.177L815.314 165.977V165.705L814.843 164.813H812.873V164.679L812.066 164.476L811.999 164.947L811.645 165.016L811.174 165.081L810.837 163.668L811.174 163.733L811.932 163.262L811.999 162.503L811.797 162.032L810.569 161.764V161.224L811.105 161.358V160.802L810.501 160.6V160.263L811.105 160.397V159.857L810.501 159.385V157.616L811.308 157.01V156.402L810.298 155.781V138.2L810.971 137.579L810.905 136.836L810.029 136.431L809.961 136.231L809.895 124.687L810.029 124.618L810.702 124.147V123.388L809.895 123.051L809.692 102.28L809.758 102.471L809.892 102.203L809.556 102L809.406 102.203H809.69V102.272H808.867L808.733 102L808.396 102.203L808.53 102.471L808.595 102.272L808.461 123.051L807.654 123.388V124.147L808.327 124.618L808.396 124.687V136.231L808.327 136.431L807.386 136.836V137.579L807.991 138.2V155.781L807.03 156.402V157.076L807.857 157.616V159.385L807.183 159.857L807.249 160.397L807.788 160.263V160.6L807.183 160.802V161.358L807.788 161.224L807.723 161.764L806.56 162.032L806.292 162.503L806.357 163.262L807.183 163.733L807.451 163.668L807.099 165.081L806.694 165.016L806.292 164.947L806.223 164.476L805.481 164.679V164.813H803.445L803.04 165.705V165.977L803.243 166.177L803.713 166.111L803.648 166.582H803.243L802.975 170.662L802.638 174.519L804.187 176.56L804.524 176.357L803.445 174.385L803.782 169.294L803.916 168.555L804.658 168.823L804.589 175.886L804.658 178.058L803.782 178.464L803.579 179.207V179.694L803.782 180.099L803.851 180.302H804.05C804.069 180.323 804.092 180.347 804.119 180.368C800.289 182.027 797.68 185.766 797.672 189.603C797.666 191.72 798.408 193.83 799.76 195.557C801.115 197.282 803.072 198.614 805.282 199.312C804.937 199.454 804.745 199.618 804.723 199.783C804.635 200.057 805.039 200.336 805.818 200.542L805.886 202.446L804.455 202.783L804.524 203.863L804.792 204.131L804.589 204.468V205.766L805.886 206.575L802.856 329.232H793.899L793.681 328.443V326.317L794.186 326.183V324.885H792.013V321.667L791.206 320.269L786.457 315.516L784.254 300.298L782.788 312.195L782.402 312.095L772.454 300.516V291.312L771.964 289.477L771.038 289.24V291.734H770.602L767.755 278.473L766.982 270.349L766.508 278.388L763.497 292.174V279.737L762.923 277.611H760.417V271.647L759.59 270.517L758.209 260.018L756.862 270.299L756.089 271.647V276.585L755.198 277.106L754.59 277.462H753.648V281.219L753.075 281.79V283.054L752.757 283.376V284.421L752.485 284.571V288.179H752.03L749.371 271.578L746.543 289.309H744.489L744.236 290.251L743.919 290.573V291.197L744.271 291.297V305.335L740.448 306.365V317.975L738.447 321.449L736.576 321.954L736.458 322.154V255.265L734.304 254.675V253.024L735.467 251.86H726.881V244.797H731.323L732.739 242.353L731.292 239.844L732.807 237.213L730.332 235.781V233.306H732.184V229.714L730.466 229.242V226.63L732.739 225.316L727.723 223.968L725.989 220.95L726.609 218.625L723.648 216.924L723.109 214.614L722.756 203.307H721.727L721.391 214.614L720.855 216.924L717.89 218.625L718.513 220.95L716.78 223.968L711.764 225.316L714.037 226.63V229.242L712.319 229.714V233.306H714.171V235.781L711.695 237.213L713.21 239.844L711.764 242.353L713.176 244.797H717.622V251.86H709.036L710.195 253.024V254.675L708.041 255.265V334.744H704.001V327.06H702.604V265.948H701.105V254.422H699.727V251.96L699.406 251.339L698.024 250.244L693.33 236.895H692.924L688.226 250.244L686.73 251.423L686.527 251.96V254.422H685.13V265.948H683.65V327.06H682.249V334.744H676.728L676.713 334.372C676.694 334.06 676.731 333.859 676.831 333.752C676.949 333.617 676.974 333.259 676.981 331.813C676.992 330.136 676.984 330.036 676.778 329.707C676.592 329.401 676.563 329.211 676.545 328.19C676.534 327.547 676.502 326.842 676.46 326.62C676.394 326.278 676.415 326.136 676.679 325.593C677.002 324.927 677.015 324.724 676.763 323.739C676.579 323.025 675.603 322.194 674.609 321.901C674.238 321.793 674.227 321.78 674.39 321.667C674.487 321.598 674.603 321.424 674.658 321.28C674.714 321.132 674.874 320.708 675.011 320.353C675.232 319.784 675.242 319.668 675.148 319.373C675.082 319.181 674.916 318.947 674.743 318.836C674.577 318.725 674.516 318.67 674.609 318.699C674.819 318.77 674.832 318.591 674.624 318.362C674.487 318.209 674.475 318.12 674.574 317.672C674.637 317.39 674.753 317.08 674.827 316.983C675.035 316.708 674.998 315.865 674.758 315.313C674.603 314.947 674.411 314.717 673.901 314.317C673.535 314.033 673.138 313.772 673.025 313.746C672.844 313.698 672.817 313.619 672.806 313.003C672.788 312.005 672.662 311.591 672.286 311.387C671.907 311.178 671.402 310.733 671.276 310.494C671.223 310.396 671.166 309.999 671.157 309.598V308.859L671.628 308.958C672.26 309.085 672.588 308.893 672.588 308.403C672.588 308.016 672.48 307.995 672.033 308.269C671.697 308.474 671.584 308.445 671.307 308.1C671.033 307.752 670.342 307.392 669.945 307.392C669.75 307.389 669.224 307.418 668.782 307.46C668.087 307.526 667.959 307.513 667.856 307.376C667.774 307.265 667.767 307.113 667.825 306.902C667.869 306.733 667.961 306.394 668.024 306.143C668.108 305.822 668.195 305.691 668.311 305.691C668.519 305.691 669.153 305.143 669.153 304.963C669.153 304.893 669.308 304.735 669.508 304.611C669.729 304.471 669.968 304.19 670.113 303.902C670.242 303.647 670.386 303.413 670.434 303.381C670.481 303.347 670.473 303.26 670.434 303.194C670.381 303.112 670.405 303.097 670.484 303.144C670.555 303.189 670.595 303.173 670.584 303.094C670.576 303.023 670.56 302.888 670.568 302.791C670.578 302.623 670.6 302.612 670.821 302.757C670.949 302.841 671.076 302.926 671.108 302.926C671.223 302.926 671.025 302.707 670.736 302.52C670.465 302.344 670.523 302.344 670.92 302.504C671.118 302.583 671.091 302.415 670.886 302.236C670.421 301.825 669.739 301.956 669.187 302.573C668.842 302.955 668.769 302.999 668.227 303.06C667.903 303.105 667.588 303.108 667.538 303.079C667.488 303.047 667.275 302.715 667.067 302.336C666.856 301.956 666.604 301.559 666.493 301.459C666.383 301.359 666.291 301.225 666.291 301.156C666.291 300.935 665.951 300.819 665.736 300.972C665.557 301.095 665.391 301.677 665.533 301.677C665.568 301.677 665.573 301.815 665.552 301.964C665.528 302.117 665.562 302.267 665.617 302.301C665.683 302.341 665.689 302.565 665.652 302.91C665.562 303.776 665.715 304.121 666.528 304.963C666.922 305.375 667.236 305.759 667.236 305.825C667.236 305.89 667.33 306.059 667.435 306.196C667.625 306.433 667.627 306.549 667.469 307.139C667.446 307.231 667.285 307.307 667.083 307.342C666.893 307.373 666.672 307.476 666.578 307.56C666.42 307.697 666.375 307.7 666.141 307.545C665.999 307.452 665.654 307.328 665.365 307.292C664.836 307.218 664.594 307.089 664.271 306.633C664.095 306.386 664.095 306.372 664.289 306.128C664.397 305.991 664.442 305.875 664.389 305.875C664.337 305.875 664.242 305.956 664.171 306.059C664.097 306.165 664.005 306.23 663.968 306.196C663.934 306.159 663.989 306.03 664.102 305.909C664.218 305.785 664.271 305.691 664.221 305.691C664.099 305.691 663.571 306.238 663.429 306.515C663.368 306.633 663.255 306.733 663.176 306.733C663.1 306.733 662.987 306.86 662.924 307.005C662.863 307.15 662.748 307.334 662.671 307.426C662.551 307.574 662.566 307.607 662.705 307.763C662.793 307.857 662.858 307.997 662.858 308.066C662.858 308.155 662.955 308.171 663.195 308.135C663.705 308.05 663.955 308.332 664.794 309.97C665.202 310.765 665.26 311 665.384 311.927C665.559 313.261 665.568 313.222 665.299 313.325C664.999 313.438 664.897 313.614 665.062 313.727C665.239 313.851 663.942 313.725 663.7 313.593C663.6 313.54 663.524 313.453 663.532 313.39C663.574 313.053 663.508 312.463 663.429 312.463C663.379 312.463 663.211 312.658 663.042 312.903L662.74 313.359L662.553 313.106C662.327 312.793 662.085 312.874 661.898 313.34C661.827 313.514 661.609 313.851 661.409 314.083C661.027 314.525 660.985 314.61 661.141 314.707C661.298 314.804 661.256 315.036 661.007 315.363C660.672 315.8 660.662 316.071 660.972 316.308L661.225 316.492L661.764 316.24C662.203 316.029 662.377 315.976 662.74 316.021C664.147 316.195 664.737 316.471 665.181 317.167C665.357 317.443 665.565 317.719 665.652 317.791C665.891 317.988 665.841 318.604 665.518 319.66C665.359 320.174 665.231 320.69 665.231 320.806C665.231 321.072 665.131 321.161 664.389 321.533L663.815 321.836L663.26 321.364C662.553 320.756 661.93 320.334 661.309 320.047C661.036 319.924 660.636 319.65 660.433 319.442C660.23 319.233 659.951 319.012 659.809 318.952C659.67 318.894 659.399 318.641 659.205 318.381C658.818 317.859 658.505 317.743 658.581 318.143C658.642 318.46 658.61 318.441 658.428 318.094C658.244 317.736 658.091 317.733 658.091 318.078C658.097 318.491 658.599 319.534 659.036 320.032L659.438 320.487L659.17 320.706C658.863 320.969 658.544 321.58 658.378 322.207C658.213 322.836 658.11 323.036 657.705 323.724C657.505 324.063 657.318 324.482 657.284 324.651C657.205 325.038 657.445 325.559 657.823 325.83C658.068 326.004 658.129 326.017 658.378 325.915C658.537 325.849 658.72 325.733 658.784 325.643C658.847 325.556 659.176 325.398 659.507 325.306C659.838 325.214 660.32 325.009 660.586 324.85L661.072 324.566L661.324 324.85C661.461 325.006 661.827 325.335 662.151 325.578C662.506 325.843 662.779 326.128 662.839 326.302C663.034 326.854 663.713 327.876 664.236 328.424C664.531 328.729 664.76 329.035 664.76 329.098C664.76 329.161 664.926 329.54 665.131 329.941C665.336 330.344 665.557 330.923 665.617 331.224C665.681 331.524 665.846 332.05 665.973 332.384C666.262 333.154 666.281 334.257 666.023 334.61C665.991 334.651 665.968 334.699 665.939 334.744H653.397V209.88H646.139V236.255H624.307V188.407L622.065 188.913V159.351H620.148V189.235H613.513V206.594L608.681 207.655V320.403C606.251 320.379 604.315 320.342 604.086 320.319V318.396L604.809 318.009L604.17 317.351L604.155 309.077L604.457 308.74L604.07 308.269L604.155 300.279L604.388 299.739L604.254 298.241L602.134 293.756L602.084 290.875L601.916 293.84L599.693 298.291L599.238 299.876L599.793 300.329L599.693 305.216L599.674 305.622L596.747 300.987L591.444 279.465H591.509V278.354C591.81 278.233 592.015 277.925 592.015 277.596C592.023 277.259 591.817 276.927 591.509 276.803V271.916H590.905V276.818C590.605 276.94 590.402 277.264 590.4 277.596C590.402 277.925 590.605 278.233 590.905 278.354V279.465H590.973L585.889 300.719C585.889 300.719 583.208 304.861 582.724 305.622L582.705 305.216L582.621 300.329L583.126 299.876L582.705 298.291L580.467 293.84L580.314 290.875L580.249 293.756L578.11 298.241L577.976 299.739L578.229 300.279L578.347 308.269L577.926 308.74L578.229 309.077V311.302L569.356 293.691C569.932 292.911 570.25 291.945 570.248 290.975C570.245 289.359 569.306 287.778 567.891 286.999L568.227 282.077L574.422 280.358V279.063L560.418 279.128L546.411 279.063V280.358L552.605 282.077L552.942 286.984C551.522 287.763 550.583 289.353 550.585 290.975C550.585 291.945 550.901 292.911 551.477 293.691L543.078 310.375H542.321V311.873L542.034 312.463L541.058 303.094L540.366 308.184L539.711 308.368L539.574 303.397H540.113L540.098 302.891H539.574L539.508 301.087H539.088L539.187 302.807H538.448L538.43 303.263H538.985L538.954 305.3L530.839 305.269L530.804 301.072L530.468 300.953L530.299 297.18C530.299 297.18 529.997 295.997 529.997 295.847C529.997 295.697 529.274 293.672 529.274 293.672L529.239 290.573L529.492 289.983L529.274 289.19C529.274 289.19 529.239 285.877 529.239 285.751C529.239 285.627 529.305 284.234 529.305 284.234L528.834 282.905L528.348 278.082L527.992 273.972C527.992 273.972 527.453 270.498 527.453 270.399C527.453 270.299 527.066 265.63 527.066 265.63L526.546 271.142L525.635 270.87C524.288 261.351 522.921 251.839 521.56 242.322C521.643 242.211 521.695 242.072 521.698 241.932C521.695 241.725 521.579 241.532 521.411 241.411C521.437 241.309 521.461 241.195 521.461 241.143C521.461 241.053 521.545 240.703 521.545 240.703L521.832 240.5H522.387L522.437 239.607L521.529 239.76L521.445 239.626L521.748 238.056H520.282C520.282 238.056 520.343 238.551 520.367 238.615C520.393 238.675 520.561 239.473 520.585 239.573C520.611 239.673 520.485 239.71 520.485 239.71L519.593 239.557L519.624 240.469C519.624 240.469 520.135 240.5 520.198 240.5C520.262 240.5 520.459 240.639 520.485 240.703C520.509 240.763 520.63 241.387 520.635 241.427C520.48 241.548 520.369 241.735 520.367 241.932C520.364 242.088 520.422 242.235 520.519 242.353L517.975 260.337L516.46 270.87L515.553 271.142L515.029 265.63C515.029 265.63 514.627 270.299 514.627 270.399C514.627 270.498 514.088 273.972 514.088 273.972L513.732 278.082L513.261 282.905L512.775 284.234C512.775 284.234 512.875 285.627 512.875 285.751C512.875 285.877 512.791 289.19 512.791 289.19L512.622 289.983L512.875 290.573L512.791 293.672C512.791 293.672 512.083 295.697 512.083 295.847C512.083 295.997 511.765 297.18 511.765 297.18L511.597 300.953L511.291 301.072L511.241 305.116L508.245 305.132L508.211 301.072L507.909 300.953L507.706 297.18C507.706 297.18 507.419 295.997 507.419 295.847C507.419 295.697 506.68 293.672 506.68 293.672L506.646 290.573L506.899 289.983L506.68 289.19C506.68 289.19 506.646 285.877 506.646 285.751C506.646 285.627 506.73 284.234 506.73 284.234L506.241 282.905L505.754 278.082L505.418 273.972C505.418 273.972 504.863 270.498 504.863 270.399C504.863 270.299 504.473 265.63 504.473 265.63L503.968 271.142L503.061 270.87C501.659 261.359 500.328 251.842 498.986 242.322V242.269C499.06 242.172 499.113 242.056 499.12 241.932C499.115 241.722 498.994 241.527 498.818 241.411C498.844 241.309 498.887 241.195 498.887 241.143C498.887 241.053 498.952 240.703 498.952 240.703L499.239 240.5H499.812L499.843 239.607L498.936 239.76L498.868 239.626L499.17 238.056H497.708C497.708 238.056 497.75 238.551 497.773 238.615C497.8 238.675 497.968 239.473 497.992 239.573C498.019 239.673 497.892 239.71 497.892 239.71L497 239.557L497.05 240.469C497.05 240.469 497.542 240.5 497.605 240.5C497.668 240.5 497.868 240.639 497.892 240.703C497.918 240.766 498.01 241.445 498.01 241.445C497.868 241.566 497.779 241.745 497.773 241.932C497.779 242.091 497.837 242.238 497.942 242.353L495.382 260.337L493.886 270.87L492.975 271.142L492.405 265.63C492.405 265.63 492.068 270.299 492.068 270.399C492.068 270.498 491.495 273.972 491.495 273.972L491.158 278.082L490.669 282.905L490.163 284.234C490.163 284.234 490.282 285.627 490.282 285.751C490.282 285.877 490.198 289.19 490.198 289.19L490.014 289.983L490.282 290.573L490.198 293.672C490.198 293.672 489.49 295.697 489.49 295.847C489.49 295.997 489.188 297.18 489.188 297.18L489.004 300.953L488.701 301.072L488.648 305.285L486.123 305.3L486.108 303.263H486.712L486.647 302.807H485.955L486.023 301.087H485.587L485.568 302.891H485.048L484.998 303.397H485.568L485.434 308.368L484.761 308.184L484.037 303.094L482.522 317.94H481.646V320.185H475.551L474.61 323.739L473.718 323.655L473.768 322.272L473.195 322.138L473.363 321.598L472.961 321.177L473.16 320.468V319.392L472.487 301.106L472.739 300.482L472.961 299.926L473.297 298.999L473.061 297.061L471.813 296.858L471.763 296.571L470.906 296.253L471.056 295.594L472.739 295.189L471.729 293.993L471.629 293.235L472.035 293.185L471.308 292.005L471.763 291.163L473.061 290.27L473.516 289.477L472.739 289.696L471.679 289.864L471.308 290.538L471.056 290.439V290.133C471.182 289.867 471.322 289.611 471.14 289.409C471.075 289.34 471.03 289.277 470.956 289.24C470.895 289.201 470.846 289.161 470.772 289.156C470.727 289.153 470.683 289.148 470.635 289.156C470.535 289.167 470.438 289.214 470.367 289.29C470.333 289.316 470.283 289.34 470.248 289.374C470.041 289.593 470.236 289.899 470.367 290.186V290.439L470.099 290.538L469.709 289.899L468.668 289.696L467.876 289.477L468.331 290.27L469.625 291.163L470.099 292.005L469.357 293.185L469.762 293.235L469.678 293.993L468.668 295.189L470.199 295.56L470.164 296.387L469.625 296.571L469.575 296.858L468.331 297.061L468.094 298.999L468.449 299.926L468.668 300.516L468.901 301.106L468.247 319.407V320.468L468.449 321.177L468.044 321.633L468.197 322.138L467.639 322.272L467.689 323.655L463.901 324.008L463.228 324.061V324.766L463.751 325.038L463.851 326.168L464.019 330.412L463.196 331.71L461.999 331.997V307.189C454.447 311.26 449.605 308.097 447.185 304.19C441.535 305.172 437.189 303.613 436.176 298.256C424.676 301.322 421.922 292.679 419.357 286.31C417.461 290.747 414.714 291.655 410.167 291.634V324.953L410.082 325.038L405.434 319.626L405.147 304.73L405.468 304.239L405.453 301.864L405.116 302.014L404.761 301.964L404.24 301.815V301.072L404.527 301.003L404.087 300.245H402.775L401.918 298.915L400.165 301.761H399.947V301.24L400.384 299.589V297.483H399.308V294.449H399.645L399.829 293.641V291.584H400.097L398.382 290.538L396.699 287.826L395.015 290.538L393.297 291.584H393.565V293.641L393.753 294.449H394.089V297.483H393.011V299.589L393.447 301.24V309.295L392.724 309.464V310.019H392.001V303.416H391.664V300.516L390.386 300.229V295.813L390.638 294.97L390.332 294.82L390.099 291.752V288.635L390.688 288.194L390.501 287.876L390.417 287.236L390.064 286.949L389.123 284.992L388.381 281.338L387.96 283.831L387.792 283.257H387.455V283.813H385.955V280.947L386.208 279.787V278.841H385.485V275.707L385.401 274.899L385.553 274.731L385.687 274.29V273.095H384.93V272.015L385.029 271.916L383.246 265.209L383.128 262.83L383.078 265.159L381.697 270.062L381.092 268.476L380.116 271.004L380.3 271.107V274.259L380.434 274.746L380.671 274.88L380.621 275.792V278.91H379.78V280.258H377.909V278.42L377.775 277.998V276.634L377.859 276.585L377.572 276.313L377.27 276.6L377.404 276.669V278.017L377.22 278.657V280.189L376.968 280.242H376.731L375.334 275.439L374.021 280.358L373.616 280.579L373.666 280.763L373.467 281.101V281.388L373.7 281.622V284.69L373.13 284.824V285.517L373.432 286.003V287.52L373.582 287.773V290.607L372.793 291.347V294.177H372.12L372.338 293.959L372.135 293.775L371.007 292.714L370.72 291.684L370.417 292.729L369.12 293.959L369.407 294.127V295.56L368.397 296.521L368.634 296.655V303.466L368.584 303.668V308.656H367.877V308.1H366.932V305.166L367.456 304.343V301.761H365.723L363.97 298.915L363.113 300.245H361.797L361.361 301.003L361.663 301.072V301.815L361.143 301.964L360.772 302.014L360.45 301.864L360.419 304.239L360.756 304.73L360.401 323.402L360.098 323.502L359.861 327.363C359.82 327.352 359.772 327.345 359.727 327.328L355.082 322.088L354.156 322.525L353.448 263.673L354.325 263.117L354.34 262.309L357.37 262.344L357.42 261.198L355.4 261.145V259.141L357.37 259.191L357.389 257.353H356.073V255.196L357.389 255.162V254.354L356.226 254.388L356.192 253.342C356.192 253.342 352.407 253.535 352.439 253.411C352.47 253.287 352.507 252.45 352.507 252.45L355.082 250.293L357.455 250.259L357.42 248.084C358.315 248.013 358.97 247.818 358.97 247.563C358.97 247.307 358.315 247.094 357.42 247.023L357.405 245.624C358.504 245.59 359.356 245.358 359.356 245.069C359.356 244.776 358.496 244.563 357.389 244.529L357.37 243.483C357.37 243.483 356.347 243.573 356.379 243.449C356.408 243.328 356.444 242.491 356.444 242.491L352.538 242.522L352.439 239.542L354.474 239.557L355.453 237.956L355.4 237.5L352.439 237.569L351.176 201.959V203.575L351.16 201.84L349.898 237.435L346.933 237.382L346.883 237.837L347.859 239.439L349.898 239.404L349.795 242.407L345.888 242.372C345.888 242.372 345.925 243.191 345.957 243.315C345.989 243.439 344.962 243.349 344.962 243.349L344.947 244.613C344.373 244.716 343.971 244.877 343.971 245.069C343.971 245.258 344.366 245.421 344.931 245.525L344.913 247.091C344.313 247.191 343.887 247.362 343.887 247.563C343.887 247.763 344.313 247.934 344.913 248.034L344.878 250.14L347.254 250.159L349.829 252.316C349.829 252.316 349.866 253.153 349.898 253.277C349.927 253.398 346.141 253.208 346.141 253.208L346.11 254.269L344.931 254.235V255.028L346.259 255.062V257.219H344.931L344.962 259.073L346.867 259.007C346.859 259.009 346.857 259.017 346.849 259.023H346.933V261.011L344.913 261.08L344.962 262.209L347.993 262.19L348.011 262.983L348.888 263.539L347.774 327.784L346.665 329.604L346.546 327.547L344.105 323.149L341.917 318.718C341.917 318.718 341.09 315.923 341.09 314.317C341.09 312.714 338.921 311.505 338.921 311.505L336.732 311.099L335.099 313.122L332.642 314.723L331.563 318.331L326.647 319.526L323.919 317.94L321.194 313.509L315.738 309.92L314.376 305.503L311.396 306.296L307.841 305.89L307.019 302.286L305.653 301.477L304.577 297.87L301.295 296.606L297.656 290.133V282.077H300.974V280.882H297.656V278.588H296.447V280.882H293.13V282.077H296.447V289.512C289.163 294.452 282.092 299.534 274.477 304.224C274.44 304.032 274.29 303.887 274.088 303.887C273.867 303.887 273.691 304.053 273.685 304.274C273.654 304.271 273.617 304.274 273.582 304.274C273.225 304.274 272.941 304.535 272.894 304.879L272.423 305.201C272.383 305.195 272.347 305.166 272.304 305.166C271.976 305.166 271.694 305.401 271.615 305.706L271.007 306.112C270.963 306.101 270.905 306.093 270.858 306.093C270.597 306.093 270.374 306.241 270.25 306.449C270.197 306.422 270.145 306.396 270.082 306.396C269.855 306.396 269.661 306.591 269.661 306.817C269.661 306.907 269.698 306.97 269.745 307.039C262.948 310.917 255.603 314.423 247.186 317.182L245.453 316.408L244.492 313.306L242.828 312.8V311.571H238.853L238.367 311.268V308.958H235.015V305.975H231.48L230.707 303.094L230.167 296.843L230.286 293.503V288.279L230.133 282.23L229.459 275.386L227.103 275.118V270.77L226.529 268.645H225.909L225.301 269.675H223.804V266.691L219.73 264.331V261.145L218.433 260.792V257.203H209.139V260.792L207.827 261.145V264.331L203.771 266.691V269.675H202.256L201.667 268.645H201.043L200.469 270.77V275.118L198.097 275.386L197.439 282.23L197.271 288.279V293.503L197.374 296.843L196.85 303.094L196.077 305.975H192.541V308.958H189.19V311.571H184.747V318.668H172.018V315.431L172.424 315.01H172.121L172.405 313.93L173.162 313.172L173.499 312.601H171.884V310.391H171.682L171.548 309.885L171.647 309.483L171.226 309.246L171.177 309.008V308.824L171.027 308.69H170.756V308.977L170.706 309.196L170.572 309.33C170.572 309.33 170.614 309.593 170.572 309.667C170.529 309.74 170.572 310.207 170.572 310.207H169.696L169.477 310.004L169.225 309.567L169.072 308.977L169.646 309.127C169.646 309.127 169.78 308.946 169.646 308.908C169.512 308.871 169.275 308.69 169.275 308.69V308.319L168.888 308.219L168.701 308.522C168.701 308.522 168.591 308.772 168.617 308.874C168.646 308.977 168.696 309.198 168.735 309.345L168.854 309.785L165.705 308.621L165.571 308.387L165.69 307.932L165.839 307.66L165.655 307.342V307.139L165.556 306.955L165.319 307.005L165.219 307.426L164.898 307.744L164.982 308.066L165.166 308.368L165.2 308.537L161.11 307.779C161.11 307.779 161.136 307.686 161.041 307.526C160.95 307.365 160.571 307.055 160.571 307.055L160.673 306.649L160.505 306.465C160.505 306.465 160.484 306.283 160.571 306.196L160.823 305.959L160.62 305.607L160.234 306.009L160.084 306.262L159.897 306.564L160.031 306.817L160.15 307.208L160.066 307.476L155.386 306.871V304.661L155.791 304.274L155.539 304.005L155.386 303.768L152.272 302.673L152.069 302.638V301.374L152.203 301.14L152.069 301.022C152.069 301.022 152.119 300.398 152.119 300.298C152.119 300.195 152.095 299.903 152.172 299.723C152.248 299.544 152.306 299.218 152.306 299.118C152.306 299.015 152.321 298.578 152.321 298.578L152.371 298.36L152.509 298.138L152.172 297.717L152.004 297.433L151.633 297.23L151.919 296.874L151.667 296.774L151.414 296.843V297.18L151.514 297.295L151.212 297.582C151.212 297.582 151.009 297.793 150.959 297.919C150.907 298.049 150.875 298.306 150.875 298.306L150.638 298.762L150.588 298.981L150.638 299.252L150.791 298.931L151.009 298.578L151.128 298.325L151.212 298.728V299.402L151.024 300.213L150.959 300.7L150.825 301.056H144.241L144.325 300.719L144.493 300.432C144.493 300.432 144.164 300.156 144.091 300.026C144.017 299.9 142.557 299.302 142.557 299.302L140.839 299.015C140.839 299.015 140.977 298.267 140.977 298.038C140.977 297.809 141.018 297.577 141.042 297.348C141.068 297.117 141.126 296.774 141.126 296.774C141.126 296.774 140.9 296.695 140.874 296.874C140.85 297.053 140.755 297.398 140.755 297.398L140.587 297.717C140.587 297.717 140.513 297.812 140.437 297.632C140.361 297.454 140.25 297.096 140.25 297.096C140.25 297.096 140.337 297.021 140.135 296.79C139.93 296.561 139.745 296.403 139.745 296.403L139.848 296L139.745 295.594L139.661 295.579C139.614 295.46 139.511 295.51 139.511 295.51L139.443 295.526L139.393 295.51C139.393 295.51 139.29 295.463 139.24 295.579L139.14 295.594L139.041 296L139.14 296.403C139.14 296.403 138.975 296.561 138.769 296.79C138.567 297.021 138.635 297.096 138.635 297.096C138.635 297.096 138.528 297.454 138.452 297.632C138.375 297.812 138.299 297.717 138.299 297.717L138.13 297.398C138.13 297.398 138.054 297.053 138.031 296.874C138.004 296.695 137.778 296.774 137.778 296.774C137.778 296.774 137.82 297.117 137.843 297.348C137.87 297.577 137.928 297.809 137.928 298.038C137.928 298.267 138.046 299.015 138.046 299.015L136.347 299.302C136.347 299.302 134.871 299.9 134.798 300.026C134.724 300.156 134.392 300.432 134.392 300.432L134.561 300.719L134.664 301.056H128.064L127.945 300.7L127.861 300.213L127.693 299.402V298.728L127.761 298.325L127.895 298.578L128.098 298.931L128.247 299.252L128.297 298.981L128.247 298.762L128.014 298.306C128.014 298.306 127.995 298.049 127.945 297.919C127.895 297.793 127.693 297.582 127.693 297.582L127.372 297.295L127.474 297.18V296.843L127.222 296.774L126.969 296.874L127.256 297.23L126.901 297.433L126.717 297.717L126.38 298.138L126.514 298.36L126.564 298.578C126.564 298.578 126.583 299.015 126.583 299.118C126.583 299.218 126.641 299.544 126.717 299.723C126.793 299.903 126.767 300.195 126.767 300.298C126.767 300.398 126.816 301.022 126.816 301.022L126.682 301.14L126.816 301.374V302.638L126.614 302.673L123.499 303.768L123.365 304.005L123.097 304.274L123.499 304.661V306.871L118.82 307.476L118.755 307.208L118.854 306.817L118.988 306.564L118.805 306.262L118.671 306.009L118.265 305.607L118.081 305.959L118.315 306.196C118.404 306.283 118.384 306.465 118.384 306.465L118.215 306.649L118.315 307.055C118.315 307.055 117.936 307.365 117.844 307.526C117.752 307.686 117.776 307.779 117.776 307.779L113.685 308.537L113.735 308.368L113.903 308.066L113.988 307.744L113.685 307.426L113.567 307.005L113.349 306.955L113.23 307.139V307.342L113.046 307.66L113.199 307.932L113.333 308.387L113.18 308.621L110.031 309.785C110.031 309.785 110.111 309.496 110.15 309.345C110.19 309.198 110.242 308.977 110.268 308.874C110.295 308.772 110.184 308.522 110.184 308.522L110 308.219L109.611 308.319V308.69C109.611 308.69 109.377 308.871 109.243 308.908C109.106 308.946 109.243 309.127 109.243 309.127L109.813 308.977L109.664 309.567L109.411 310.004L109.209 310.207H108.317C108.317 310.207 108.359 309.74 108.317 309.667C108.272 309.593 108.317 309.33 108.317 309.33L108.18 309.196L108.13 308.977V308.69H107.862L107.728 308.824V309.008L107.659 309.246L107.238 309.483L107.338 309.885L107.204 310.391H107.001V312.601H105.402L105.738 313.172L106.481 313.93L106.783 315.01H106.465L106.886 315.431V318.668H98.7864V303.837L99.7622 303.01V297.28L99.0888 297.127V295.61L100.722 294.212L101.331 292.342L100.049 292.04H97.0375L94.4936 293.304L94.0073 294.82L95.2854 295.897V296.537L63.483 291.634L63.2648 298.023L65.2196 298.578V300.145L64.6117 307.679L62.8284 334.089C62.8284 334.089 63.9146 334.357 64.0224 333.985C64.1302 333.617 65.7556 308.656 65.7556 308.656L66.295 308.556L68.5867 334.357L70.1018 334.257L66.7347 300.516L66.1953 300.229L65.9772 298.846L96.4981 302.91V318.668H82.5064C82.5064 318.668 81.6963 318.278 81.6647 318.162C81.6356 318.046 81.4963 317.875 81.4963 317.875L81.2782 318.262L80.9913 317.975L80.7077 317.469L80.4707 317.603L80.6546 318.296H79.476L79.1738 318.599L78.8371 318.025L78.6532 318.718L78.1636 319.005V319.863L77.6587 319.997L77.7274 320.185L78.3509 320.353V327.313L77.8269 327.463L77.9299 327.853H78.3664V334.744H54.4264L52.1726 315.818L51.3962 310.207V309.027L53.9557 308.621L53.6689 303.852L12.2396 307.51V307.039L13.8887 306.227L13.2651 305.101L9.93249 304.155H6.02615L4.36145 304.374L5.1346 305.775L7.27326 306.817V307.947L6.39713 308.066V312.348L7.67525 312.953V333.246H4.42683C4.42683 333.246 4.29283 334.089 4.30833 334.744H0M1092.75 319.695L1092.13 320.1V331.105C1091.44 329.551 1090.57 327.587 1089.71 325.643C1088.02 321.856 1086.49 318.446 1086.37 318.178L1092.75 318.499V319.695ZM1092.94 313.022L1092.55 313.78L1092.23 315.11V316.998L1086.62 317.488L1092.94 305.235V313.022ZM659.254 319.595C659.115 319.421 658.644 318.48 658.7 318.48C658.723 318.48 658.9 318.733 659.086 319.055C659.399 319.595 659.493 319.889 659.254 319.595ZM12.6262 334.744V333.108H10.6402V312.279L35.6899 310.356V319.289L31.397 320.081V322.694L42.3053 320.706V317.301L36.7686 318.312V310.272L50.4049 309.23L50.1335 310.272L49.4258 310.475L45.1861 334.744H12.6262ZM47.172 334.744L49.9841 316.477L50.6885 316.542C50.6885 316.542 52.4009 331.547 52.846 334.744H47.172ZM79.8734 323.002C79.8869 321.253 82.3226 321.217 82.3724 323.002V326.275H79.8734V323.002ZM83.0222 334.949H80.5232V330.699C80.5367 328.429 82.9723 328.379 83.0222 330.699V334.949ZM88.1278 333.662H86.9729V330.265H88.1278V333.662ZM88.9435 326.275H86.4445V323.002C86.4578 321.253 88.8934 321.217 88.9435 323.002V326.275ZM92.7501 333.662H91.5926V330.265H92.7501V333.662ZM93.2047 326.275H90.7029V323.002C90.7165 321.253 93.1548 321.217 93.2047 323.002V326.275ZM96.5744 333.662H95.4194V330.265H96.5744V333.662ZM97.2478 326.275H94.7488V323.002C94.7595 321.253 97.1979 321.217 97.2478 323.002V326.275ZM105.433 323.002C105.447 321.253 107.883 321.217 107.933 323.002V326.275H105.433V323.002ZM100.691 333.662H99.5365V330.265H100.691V333.662ZM101.58 326.275H99.0814V323.002C99.0914 321.253 101.53 321.217 101.58 323.002V326.275ZM108.222 334.949H105.073V330.699C105.089 328.429 108.159 328.379 108.222 330.699V334.949ZM112.031 325.448L109.89 325.701V321.488C109.9 319.239 111.989 318.942 112.031 321.235V325.448ZM117.142 324.856L114.617 325.122V320.688C114.63 318.317 117.089 318.004 117.142 320.421V324.856ZM124 324.469L120.322 324.759V319.942C120.341 317.369 123.926 317.03 124 319.652V324.469ZM133.596 335H129.552V326.615H133.596V335ZM133.709 323.781H130.031V318.965C130.049 316.393 133.635 316.337 133.709 318.965V323.781ZM137.607 318.965C137.625 316.393 141.21 316.337 141.284 318.965V323.781H137.607V318.965ZM141.468 335H137.422V326.615H141.468V335ZM145.183 318.965C145.201 316.393 148.786 316.337 148.86 318.965V323.781H145.183V318.965ZM149.339 335H145.293V326.615H149.339V335ZM158.569 324.759L154.892 324.469V319.652C154.962 317.03 158.55 317.369 158.569 319.942V324.759ZM164.271 325.122L161.749 324.856V320.421C161.799 318.004 164.261 318.317 164.271 320.688V325.122ZM169.001 325.701L166.86 325.448V321.235C166.903 318.942 168.991 319.239 169.001 321.488V325.701ZM170.669 323.002C170.682 321.253 173.118 321.217 173.168 323.002V326.275H170.669V323.002ZM173.817 334.949H171.318V330.699C171.332 328.429 173.768 328.379 173.817 330.699V334.949ZM178.921 333.662H177.766V330.265H178.921V333.662ZM179.739 326.275H177.24V323.002C177.25 321.253 179.689 321.217 179.739 323.002V326.275ZM183.543 333.662H182.388V330.265H183.543V333.662ZM183.997 326.275H181.498V323.002C181.512 321.253 183.947 321.217 183.997 323.002V326.275ZM187.37 333.662H186.215V330.265H187.37V333.662ZM188.04 326.275H185.541V323.002C185.555 321.253 187.993 321.217 188.04 323.002V326.275ZM191.487 333.662H190.329V330.265H191.487V333.662ZM192.373 326.275H189.874V323.002C189.887 321.253 192.325 321.217 192.373 323.002V326.275ZM196.229 323.002C196.242 321.253 198.678 321.217 198.728 323.002V326.275H196.229V323.002ZM199.017 334.949H195.869V330.699C195.885 328.429 198.954 328.379 199.017 330.699V334.949ZM217.938 280.79H221.361V284.479H217.938V280.79ZM212.072 280.79H215.495V284.479H212.072V280.79ZM219.553 308.732V313.604H208.011V308.732C208.011 299.005 219.553 299.009 219.553 308.732ZM206.204 280.79H209.629V284.479H206.204V280.79ZM208.761 321.346H204.623V317.654H208.761V321.346ZM215.852 321.346H211.714V317.654H215.852V321.346ZM222.944 321.346H218.806V317.654H222.944V321.346ZM272.725 313.172L270.487 313.206V312.735H272.725V313.172ZM273.146 313.543V315.615H271.665V313.559L273.146 313.543ZM271.344 313.577V315.615H270.066V313.593L271.344 313.577ZM236.222 319.7C233.258 319.7 228.552 322.802 225.588 322.802C223.126 322.967 227.247 321.585 228.066 320.911C230.851 318.259 234.489 316.925 237.853 315.152C238.811 315.513 239.734 317.235 240.978 317.814C243.643 319.076 246.457 320.313 248.286 322.802C243.682 322.802 240.826 319.7 236.222 319.7ZM270.234 321.548H268.853L266.462 323.318H262.743L252.707 320.621L252.389 320.25L248.552 317.791L248.012 317.553C256.358 314.76 263.663 311.239 270.418 307.357C270.542 307.458 270.687 307.51 270.858 307.51C271.163 307.51 271.431 307.31 271.531 307.039L272.036 306.733L271.899 310.172L271.195 312.076H269.393V312.735H270.15V313.222L268.669 313.256L268.111 315.615L267.809 316.424L267.927 316.914L275.335 317.117L275.756 316.408L275.553 315.684L275.166 313.137L273.077 313.172V312.735H273.938V312.076H272.388L272.878 310.494C272.878 310.494 272.833 307.176 272.878 306.312V306.296C272.933 306.217 272.975 306.125 272.993 306.028C273.065 305.975 273.257 305.835 273.467 305.672C273.504 305.68 273.543 305.691 273.582 305.691C273.948 305.691 274.232 305.419 274.275 305.067C281.85 300.439 288.837 295.423 296.007 290.538L294.121 293.993L291.144 296.858L290.115 300.279L287.134 307.104L283.852 305.503L280.588 312.716L279.493 315.937L275.939 318.718L270.234 321.548ZM269.745 313.593V315.615H268.398L268.869 313.593H269.745ZM273.467 315.615V313.543L274.948 313.528L275.25 315.615H273.467ZM323.721 324.924C321.402 322.868 317.527 322.802 314.429 322.804C312.558 322.807 303.912 311.376 302.041 311.376C299.072 311.378 302.878 322.81 299.911 322.81C296.878 322.81 297.136 317.574 294.103 317.567C289.342 317.559 281.288 322.775 276.527 322.754C281.382 320.666 286.782 316.806 289.092 311.457C290.057 311.276 291.328 311.178 292.254 310.536C295.547 308.052 296.141 303.505 297.809 299.947V299.95L297.914 299.703L298.062 299.349C299.487 304.158 303.423 308.769 308.686 309.121C310.73 310.989 313.282 312.566 315.297 314.578C318.608 321.648 328.099 324.182 334.89 320.753C336.327 319.308 336.797 321.746 337.348 322.768C332.805 322.775 331.876 332.15 323.721 324.924ZM363.778 304.632H362.894V303.813C362.894 302.799 363.778 302.775 363.778 303.813V304.632ZM364.065 303.813C364.065 302.799 364.949 302.775 364.949 303.813V304.632H364.065V303.813ZM365.591 315.615H364.283V314.404C364.283 312.901 365.591 312.866 365.591 314.404V315.615ZM366.017 314.404C366.017 312.901 367.324 312.866 367.324 314.404V315.615H366.017V314.404ZM367.519 325.867H366.382V325.006C366.382 323.94 367.519 323.913 367.519 325.006V325.867ZM370.213 299.616C370.213 297.994 371.625 297.956 371.625 299.616V300.927H370.213V299.616ZM370.16 325.867H369.021V325.006C369.021 323.94 370.16 323.913 370.16 325.006V325.867ZM370.525 315.615H369.218V314.404C369.218 312.901 370.525 312.866 370.525 314.404V315.615ZM372.257 315.615H370.952V314.404C370.952 312.901 372.257 312.866 372.257 314.404V315.615ZM376.841 327.974H375.52V319.597H376.841V327.974ZM376.96 300.927H375.545V299.616C375.545 297.994 376.96 297.956 376.96 299.616V300.927ZM387.074 299.616C387.074 297.994 388.489 297.956 388.489 299.616V300.927H387.074V299.616ZM383.543 286.757C383.543 285.688 384.472 285.664 384.472 286.757V287.618H383.543V286.757ZM383.543 290.254C383.543 289.187 384.472 289.161 384.472 290.254V291.117H383.543V290.254ZM382.312 286.757C382.312 285.688 383.241 285.664 383.241 286.757V287.618H382.312V286.757ZM382.312 290.254C382.312 289.187 383.241 289.161 383.241 290.254V291.117H382.312V290.254ZM381.742 299.616C381.742 297.994 383.154 297.956 383.154 299.616V300.927H381.742V299.616ZM380.034 286.757C380.034 285.688 380.965 285.664 380.965 286.757V287.618H380.034V286.757ZM380.034 290.254C380.034 289.187 380.965 289.161 380.965 290.254V291.117H380.034V290.254ZM378.803 286.757C378.803 285.688 379.732 285.664 379.732 286.757V287.618H378.803V286.757ZM378.803 290.254C378.803 289.187 379.732 289.161 379.732 290.254V291.117H378.803V290.254ZM386.129 329.707H379.764V325.965C379.764 321.333 386.129 321.227 386.129 325.965V329.707ZM378.414 315.063V313.848C378.414 312.348 380.271 312.313 380.271 313.848V315.063H378.414ZM387.476 315.063H385.619V313.848C385.619 312.348 387.476 312.313 387.476 313.848V315.063ZM388.578 310.891H387.492V310.125H386.405V309.327H385.351V308.493H384.025V307.726H381.792V308.493H380.471V309.327H379.417V310.125H378.327V310.891H377.244V309.274H378.327V308.511H379.417V307.711H380.471V306.875H381.792V306.112H384.025V306.875H385.351V307.711H386.405V308.511H387.492V309.274H388.578V310.891ZM390.372 327.974H389.052V319.597H390.372V327.974ZM394.775 296.803C394.775 295.897 395.491 295.876 395.491 296.803V297.535H394.775V296.803ZM394.941 315.615H393.634V314.404C393.634 312.901 394.941 312.866 394.941 314.404V315.615ZM395.367 314.404C395.367 312.901 396.674 312.866 396.674 314.404V315.615H395.367V314.404ZM396.869 325.867H395.733V325.006C395.733 323.94 396.869 323.913 396.869 325.006V325.867ZM397.054 297.535H396.338V296.803C396.338 295.897 397.054 295.876 397.054 296.803V297.535ZM397.901 296.803C397.901 295.897 398.616 295.876 398.616 296.803V297.535H397.901V296.803ZM399.508 325.867H398.371V325.006C398.371 323.94 399.508 323.913 399.508 325.006V325.867ZM399.876 315.615H398.569V314.404C398.569 312.901 399.876 312.866 399.876 314.404V315.615ZM401.607 315.615H400.299V314.404C400.299 312.901 401.607 312.866 401.607 314.404V315.615ZM417.676 334.807H415.419V324.78H417.676V334.807ZM430.7 334.807H428.443V324.78H430.7V334.807ZM443.726 334.807H441.469V324.78H443.726V334.807ZM456.752 334.807H454.495V324.78H456.752V334.807ZM459.856 322.52H412.316V321.109H459.856V322.52ZM497.486 283.747C497.486 283.204 497.805 282.96 498.095 282.954C498.384 282.949 498.684 283.178 498.684 283.747V285.364H497.486V283.747ZM497.184 290.033C497.184 289.179 497.639 288.745 498.095 288.734C498.547 288.726 499.021 289.143 499.021 290.033V292.545H497.184V290.033ZM494.762 319.373C494.762 317.332 495.217 316.245 495.669 316.224C496.124 316.2 496.58 317.24 496.58 319.373V325.39H494.762V319.373ZM496.645 334.744H494.609V331.997C494.609 329.751 495.111 328.566 495.619 328.542C496.127 328.519 496.645 329.651 496.645 331.997V334.744ZM497.085 298.865C497.085 297.103 497.584 296.221 498.095 296.2C498.602 296.182 499.12 297.024 499.12 298.865V304.036H497.085V298.865ZM497.823 319.373C497.823 317.332 498.278 316.245 498.734 316.224C499.189 316.2 499.66 317.24 499.66 319.373V325.39H497.823V319.373ZM500.031 334.744H498.076V330.783C498.076 329.283 498.563 328.493 499.055 328.474C499.546 328.458 500.031 329.217 500.031 330.783V334.744ZM508.735 309.632C508.735 308.418 509.211 307.792 509.676 307.779C510.142 307.766 510.587 308.366 510.587 309.632V312.919H508.735V309.632ZM506.091 311.62C506.091 310.636 506.489 310.133 506.864 310.123C507.243 310.112 507.572 310.591 507.572 311.62V312.869H506.091V311.62ZM512.504 334.744H506.864V325.206C506.864 320.914 508.269 318.665 509.676 318.615C511.084 318.567 512.504 320.721 512.504 325.206V334.744ZM513.28 312.869H511.765V311.62C511.765 310.636 512.128 310.133 512.504 310.123C512.883 310.112 513.28 310.591 513.28 311.62V312.869ZM522.758 319.373C522.758 317.332 523.247 316.245 523.699 316.224C524.154 316.2 524.61 317.24 524.61 319.373V324.448H523.97L523.886 324.364V325.39H522.758V319.373ZM520.803 283.931C520.803 283.389 521.087 283.094 521.377 283.089C521.666 283.083 521.95 283.365 521.95 283.931V285.498H520.803V283.931ZM519.709 319.373C519.709 317.332 520.183 316.245 520.635 316.224C521.09 316.2 521.529 317.24 521.529 319.373V325.39H519.709V319.373ZM521.595 334.744H519.624V330.783C519.624 329.283 520.111 328.493 520.604 328.474C521.095 328.458 521.595 329.217 521.595 330.783V334.744ZM522.303 304.036H520.248V298.865C520.248 297.103 520.767 296.221 521.277 296.2C521.784 296.182 522.303 297.024 522.303 298.865V304.036ZM522.303 292.545H520.485V290.033C520.485 289.179 520.921 288.745 521.377 288.734C521.832 288.726 522.303 289.143 522.303 290.033V292.545ZM524.778 334.744H522.723V331.997C522.723 329.751 523.242 328.566 523.749 328.542C523.797 328.54 523.839 328.561 523.886 328.577V329.435H524.457C524.644 330.007 524.778 330.855 524.778 331.997V334.744ZM555.215 282.399L556.512 280.848L558.834 280.947V281.101L560.399 281.032L561.983 281.101V280.947L564.306 280.848L565.618 282.399L565.771 286.425C563.614 286.391 561.56 288.103 561.207 290.236L560.468 290.27L559.607 290.236C559.258 288.11 557.217 286.398 555.062 286.425L555.215 282.399ZM555.536 295.629H565.281L567.489 300.363L560.418 300.447L553.329 300.363L555.536 295.629ZM575.08 321.43V325.425H574.02V327.547H572.792V316.695H570.416C570.416 316.695 570.906 307.966 570.416 307.966H550.401C549.912 307.966 550.401 316.695 550.401 316.695H548.044V327.547H546.813V325.425H545.753V321.43H545.382V318.178L551.209 305.503L559.66 305.638V305.672L560.418 305.656L561.176 305.672V305.638L569.609 305.503L576.932 321.43H575.08ZM576.545 314.823L577.031 314.654L578.229 317.032V317.351L577.808 317.806L576.545 314.823ZM578.313 319.005L577.976 318.212L578.313 318.396V319.005ZM579.254 301.846C579.26 301.248 579.404 300.943 579.541 300.938C579.678 300.932 579.804 301.227 579.809 301.846V304.105H579.254V301.846ZM580.215 314.064H579.625L579.407 313.643V311.808C579.413 311.21 579.596 310.886 579.794 310.881C579.991 310.876 580.204 311.189 580.215 311.808V314.064ZM580.704 304.105H580.165V301.846C580.167 301.248 580.296 300.943 580.433 300.938C580.57 300.932 580.696 301.227 580.704 301.846V304.105ZM581.611 304.105H581.056V301.846C581.059 301.248 581.206 300.943 581.343 300.938C581.48 300.932 581.606 301.227 581.611 301.846V304.105ZM587.186 314.401H586.091V311.337C586.096 310.528 586.362 310.128 586.627 310.123C586.896 310.114 587.172 310.499 587.186 311.337V314.401ZM588.885 314.401H587.79V311.337C587.798 310.528 588.045 310.128 588.311 310.123C588.58 310.114 588.871 310.499 588.885 311.337V314.401ZM591.326 314.401H590.266V311.352C590.271 310.544 590.521 310.128 590.786 310.123C591.052 310.114 591.312 310.518 591.326 311.352V314.401ZM593.009 314.401H591.915V311.352C591.923 310.544 592.204 310.128 592.47 310.123C592.736 310.114 592.996 310.518 593.009 311.352V314.401ZM595.485 314.47H594.406V311.436C594.414 310.628 594.679 310.212 594.945 310.207C595.211 310.199 595.471 310.602 595.485 311.436V314.47ZM597.149 314.47H596.089V311.436C596.097 310.628 596.363 310.212 596.629 310.207C596.895 310.199 597.136 310.602 597.149 311.436V314.47ZM618.89 334.744H614.771V214.696H618.89V334.744ZM649.287 323.618H639.784V241.853H649.287V323.618ZM674.306 320.487C674.243 320.584 674.229 320.495 674.272 320.235C674.308 319.997 674.332 319.863 674.356 319.829C674.377 319.797 674.39 319.881 674.39 320.066C674.388 320.218 674.356 320.408 674.306 320.487ZM674.169 317.048C674.208 317.048 674.24 317.303 674.222 317.622C674.201 317.977 674.232 318.244 674.306 318.331C674.446 318.499 674.382 318.526 674.222 318.362C674.098 318.238 674.051 317.048 674.169 317.048ZM673.885 321.127L674.119 320.909L674.019 321.196C673.959 321.348 673.856 321.53 673.801 321.598C673.743 321.667 673.672 321.717 673.633 321.717C673.494 321.717 673.648 321.348 673.885 321.127ZM666.157 312.229C666.162 312.237 666.167 312.261 666.172 312.295H666.157C666.18 312.442 666.18 312.651 666.157 312.769C666.133 312.884 666.122 312.777 666.122 312.516C666.122 312.319 666.143 312.206 666.157 312.229ZM666.394 313.577C666.591 313.606 666.731 313.585 666.796 313.493C666.92 313.327 666.862 310.612 666.731 310.325C666.654 310.162 666.667 310.146 666.899 310.207C667.314 310.312 668.4 310.286 668.514 310.172C668.584 310.104 668.719 310.085 668.866 310.088C669.016 310.091 669.174 310.117 669.271 310.188C669.542 310.394 670.097 311.758 670.097 312.21C670.097 312.645 669.945 312.89 669.708 312.8C669.634 312.771 669.487 312.829 669.39 312.938C669.137 313.217 669.308 313.343 669.91 313.306L670.415 313.275L670.752 312.632C671.06 312.066 671.083 311.971 670.97 311.789C670.855 311.597 670.876 311.594 671.326 311.842C671.967 312.189 672.125 312.366 672.183 312.884C672.223 313.227 672.202 313.33 672.099 313.306C672.025 313.29 671.973 313.346 671.98 313.443C671.996 313.617 671.988 313.612 670.702 313.796C669.913 313.906 668.929 313.906 668.582 313.796C668.45 313.753 667.832 313.712 667.217 313.712C666.601 313.706 666.088 313.672 666.088 313.627C666.088 313.593 666.227 313.554 666.394 313.577ZM664.626 322.173C664.407 322.146 664.423 322.141 664.726 322.123C665.257 322.101 665.889 321.522 665.954 320.993C666.002 320.63 666.328 319.852 666.478 319.763C666.593 319.689 666.709 320.332 666.646 320.721C666.58 321.116 666.672 321.206 666.899 320.959C667.077 320.761 667.117 320.255 666.999 319.695C666.885 319.155 667.007 318.886 667.638 318.228C668.33 317.517 668.572 317.414 669.708 317.488C670.25 317.522 670.662 317.512 670.886 317.435C671.007 317.396 671.115 317.375 671.207 317.369C671.486 317.353 671.662 317.493 671.812 317.841C671.91 318.059 672.243 318.486 672.554 318.802C673.303 319.563 673.53 319.929 673.53 320.3C673.53 320.698 673.135 321.246 672.841 321.246C672.594 321.246 672.167 321.598 672.252 321.732C672.281 321.783 672.43 321.817 672.57 321.817C672.711 321.819 672.249 321.988 671.559 322.188C669.576 322.768 669.611 322.775 664.626 322.173ZM667.454 334.678C667.44 334.699 667.43 334.72 667.419 334.744H666.796C666.815 334.67 666.859 334.604 666.949 334.541C667.188 334.372 667.196 334.265 667.014 333.077C666.941 332.574 666.825 331.779 666.761 331.308C666.701 330.833 666.583 330.233 666.509 329.975C666.425 329.667 666.383 329.517 666.394 329.485C666.401 329.454 666.464 329.54 666.578 329.757C666.683 329.954 666.859 330.607 666.964 331.189C667.069 331.771 667.217 332.376 667.301 332.537C667.514 332.948 667.614 334.368 667.454 334.678ZM674.643 332.434C674.585 333.335 674.543 333.535 674.372 333.717C674.261 333.836 674.113 334.086 674.054 334.257C673.99 334.426 673.906 334.636 673.866 334.728C673.864 334.734 673.869 334.738 673.866 334.744H668.246C668.235 334.686 668.246 334.618 668.296 334.56C668.372 334.467 668.392 334.275 668.345 333.97C668.308 333.72 668.256 332.974 668.246 332.319C668.232 331.66 668.18 330.936 668.127 330.699C667.964 329.993 667.935 329.203 668.077 329.232C668.467 329.312 670.52 329.374 670.97 329.316C671.386 329.267 671.678 329.143 672.233 328.78C672.627 328.519 672.98 328.305 673.009 328.305C673.038 328.305 673.175 328.537 673.312 328.811C673.448 329.088 673.724 329.527 673.916 329.791C674.112 330.051 674.369 330.512 674.49 330.818C674.695 331.329 674.703 331.449 674.643 332.434ZM676.055 333.851C675.961 334.031 675.871 334.196 675.871 334.223C675.868 334.249 675.808 334.42 675.737 334.594C675.713 334.649 675.7 334.694 675.684 334.744H674.911C675.011 334.676 675.064 334.591 675.064 334.476C675.064 334.346 675.019 334.207 674.961 334.173C674.895 334.13 674.961 334.004 675.148 333.836C675.395 333.607 675.442 333.496 675.45 333.108C675.453 332.858 675.506 332.09 675.569 331.408L675.684 330.159L675.905 330.833C676.223 331.758 676.307 333.377 676.055 333.851ZM689.115 329.011H686.538V282.393H689.115V329.011ZM694.213 322.223H691.635V257.308H694.213V322.223ZM699.311 316.542H696.733V272.042H699.311V316.542ZM729.256 257.906H731.618V260.332H729.256V257.906ZM728.104 257.906V260.332H725.744V257.906H728.104ZM715.843 226.383H728.559V228.202H715.843V226.383ZM728.559 232.929V235.475H715.964V232.929H728.559ZM714.389 241.658V239.72H730.014V241.658H714.389ZM716.78 257.906H719.142V260.332H716.78V257.906ZM713.268 257.906H715.63V260.332H713.268V257.906ZM715.602 269.424H713.3V265.3H715.602V269.424ZM715.662 264.453H713.239V261.059H715.662V264.453ZM719.113 269.424H716.812V265.3H719.113V269.424ZM719.174 264.453H716.751V261.059H719.174V264.453ZM724.442 326.773H720.323V252.329H724.442V326.773ZM728.075 269.424H725.773V265.3H728.075V269.424ZM728.135 264.453H725.713V261.059H728.135V264.453ZM731.587 269.424H729.285V265.3H731.587V269.424ZM731.647 264.453H729.224V261.059H731.647V264.453ZM749.339 328.026H747.199V318.373C747.199 309.772 749.339 309.814 749.339 318.373V328.026ZM753.564 328.026H750.947V318.373C750.947 309.772 753.564 309.814 753.564 318.373V328.026ZM757.312 328.026H755.172V318.373C755.172 309.772 757.312 309.814 757.312 318.373V328.026ZM759.188 287.383H757.047V283.428C757.047 279.903 759.188 279.921 759.188 283.428V287.383ZM764.664 297.459H763.565V295.015H764.664V297.459ZM769.799 295.015H770.899V297.459H769.799V295.015ZM767.782 297.459H766.682V295.015H767.782V297.459ZM771.767 328.113H769.625V324.158C769.625 320.632 771.767 320.65 771.767 324.158V328.113ZM778.24 328.113H776.097V324.158C776.097 320.632 778.24 320.65 778.24 324.158V328.113ZM784.711 328.113H782.57V324.158C782.57 320.632 784.711 320.65 784.711 324.158V328.113ZM831.512 307.52H829.781V305.551C829.781 303.797 831.512 303.805 831.512 305.551V307.52ZM836.242 330.62H833.935V323.21C833.935 316.608 836.242 316.643 836.242 323.21V330.62ZM840.79 330.62H837.97V323.21C837.97 316.608 840.79 316.643 840.79 323.21V330.62ZM838.236 307.52V304.916C838.236 302.597 840.525 302.607 840.525 304.916V307.52H838.236ZM839.38 298.17C838.506 298.17 837.712 297.372 837.715 296.5C837.712 295.626 838.506 294.828 839.38 294.828C840.253 294.828 841.048 295.626 841.045 296.5C841.048 297.372 840.253 298.17 839.38 298.17ZM844.825 330.62H842.518V323.21C842.518 316.608 844.825 316.643 844.825 323.21V330.62ZM848.978 307.52H847.248V305.551C847.248 303.797 848.978 303.805 848.978 305.551V307.52ZM876.019 273.195C875.969 272.377 878.692 272.384 878.734 273.195V275.723H876.009L876.041 275.699L876.019 273.195ZM876.041 281.917L876.022 279.413C875.969 278.593 878.692 278.602 878.734 279.413V281.943H876.009L876.041 281.917ZM876.041 288.136L876.019 285.63C875.967 284.814 878.692 284.822 878.734 285.63V288.161H876.009L876.041 288.136ZM872.621 273.195C872.568 272.377 875.293 272.384 875.333 273.195V275.723H872.61L872.642 275.699L872.621 273.195ZM871.934 288.161H869.209L869.244 288.136L869.223 285.63C869.17 284.814 871.893 284.822 871.934 285.63V288.161ZM871.934 281.943H869.209L869.244 281.917L869.223 279.413C869.17 278.593 871.893 278.602 871.934 279.413V281.943ZM871.934 275.723H869.209L869.244 275.699L869.223 273.195C869.17 272.377 871.893 272.384 871.934 273.195V275.723ZM872.642 281.917L872.621 279.413C872.568 278.593 875.291 278.602 875.333 279.413V281.943H872.608L872.642 281.917ZM872.621 285.63C872.568 284.814 875.293 284.822 875.333 285.63V288.161H872.61L872.642 288.136L872.621 285.63ZM879.176 333.951H873.815V329.156C874.105 326.923 878.773 326.773 879.176 329.156V333.951ZM888.009 333.951H882.645V329.156C882.935 326.923 887.604 326.773 888.009 329.156V333.951ZM896.839 333.951H891.476V329.156C891.765 326.923 896.435 326.773 896.839 329.156V333.951ZM905.67 333.951H900.309V329.156C900.596 326.923 905.265 326.773 905.67 329.156V333.951ZM914.5 333.951H909.14V329.156C909.429 326.923 914.098 326.773 914.5 329.156V333.951ZM923.333 333.951H917.97V329.156C918.259 326.923 922.929 326.773 923.333 329.156V333.951ZM932.164 333.951H926.801V329.156C927.089 326.923 931.759 326.773 932.164 329.156V333.951ZM951.474 334.744H949.32L949.756 315.481L952.652 315.581L951.474 334.744ZM962.114 334.744H958.039L958.208 315.784L962.688 315.818L962.114 334.744ZM966.373 299.505L966.491 299.268L966.759 299.12L966.728 299.471V299.792H966.341L966.373 299.505ZM966.61 334.744L966.878 315.363H966.947V315.397H975.33L975.567 334.744H966.61ZM980.078 334.744L979.504 315.868L983.984 315.818L984.153 334.744H980.078ZM990.718 334.744L989.54 315.581L992.432 315.516L992.872 334.744H990.718ZM1012.03 273.248C1012.03 270.546 1013.98 270.649 1013.98 273.248V278.154H1012.03V273.248ZM1014.09 330.946H1011.26V325.053C1011.26 321.809 1014.09 321.933 1014.09 325.053V330.946ZM1015.61 273.235C1015.61 270.533 1017.55 270.636 1017.55 273.235V278.143H1015.61V273.235ZM1019.13 330.946H1016.3V323.197C1016.3 318.933 1019.13 319.094 1019.13 323.197V330.946ZM1024.17 330.946H1021.35V325.053C1021.35 321.809 1024.17 321.933 1024.17 325.053V330.946ZM1025.38 274.731C1025.38 272.479 1027.33 272.563 1027.33 274.731V278.82H1025.38V274.731ZM1029.22 330.946H1026.39V325.053C1026.39 321.809 1029.22 321.933 1029.22 325.053V330.946ZM1030.91 278.81H1028.96V274.72C1028.96 272.468 1030.91 272.553 1030.91 274.72V278.81ZM1034.27 330.946H1031.44V322.778C1031.44 318.283 1034.27 318.451 1034.27 322.778V330.946ZM1039.31 330.946H1036.48V325.053C1036.48 321.809 1039.31 321.933 1039.31 325.053V330.946ZM1044.36 330.946H1041.53V325.053C1041.53 321.809 1044.36 321.933 1044.36 325.053V330.946ZM1049.4 330.946H1046.57V322.984C1046.57 318.599 1049.4 318.765 1049.4 322.984V330.946ZM1054.44 330.946H1051.62V325.053C1051.62 321.809 1054.44 321.933 1054.44 325.053V330.946ZM1099.87 313.915L1095.01 313.087L1094.69 305.116V304.711L1102.31 313.98L1099.87 313.915ZM1103.21 313.999L1095.33 304.427L1110.9 314.202L1103.21 313.999ZM1117.37 314.351V305.269L1127.62 314.623L1117.37 314.351ZM1172.94 314.317L1161.89 314.589L1172.94 304.645V314.317ZM1178.76 314.183L1193.51 304.948L1186.05 313.999L1178.76 314.183ZM1194.15 305.638L1193.85 313.191L1189.54 313.915L1186.94 313.98L1194.15 305.235V305.638ZM1195.5 334.391L1195.46 334.323H1195.51C1195.51 334.333 1195.5 334.383 1195.5 334.391ZM1199.13 326.149C1198.47 327.631 1197.87 328.996 1197.28 330.312V320.081L1196.66 319.679V318.986L1202.47 318.699C1202.34 318.981 1200.82 322.37 1199.13 326.149ZM1195.9 305.741L1202.23 318.009L1197.05 317.553L1197.16 317.488V315.094L1196.86 313.78L1196.34 312.769L1195.9 312.835V305.741ZM1275.19 302.707C1275.46 302.797 1275.76 302.81 1276.04 302.741L1277.75 312.666C1276.07 317.796 1274.22 321.061 1271.39 323.081C1267.44 319.631 1264.52 316.113 1262.1 312.348L1275.19 302.707ZM1243.36 324.953C1242.63 325.393 1241.95 325.948 1241.31 326.639C1240.02 327.684 1238.84 328.58 1237.7 329.42L1236.34 322.996L1255.03 298.965L1244.77 323.739L1243.27 324.835L1243.36 324.953ZM1256.59 298.172C1256.68 298.17 1256.76 298.157 1256.84 298.138L1258.56 308.016C1257.16 312.213 1255.43 315.315 1253.19 317.519L1250.04 319.848C1249.12 320.345 1248.13 320.764 1247.06 321.077L1256.59 298.172ZM1266.78 329.757L1261.89 328.998C1257.3 326.072 1252.97 324.016 1249.16 323.705C1250.24 321.78 1252.35 320.993 1254.75 320.974C1260.84 320.927 1268.8 325.799 1266.78 329.757ZM1268.44 329.991C1269.9 329.316 1271.09 328.266 1272.2 325.746C1272.76 325.635 1273.34 325.58 1273.95 325.578C1279.22 325.535 1285.93 329.217 1286.29 332.771L1268.44 329.991Z" fill="%23931733" fill-opacity="0.8"/><path d="M834.969 62.7856L834.893 62.8658L835.049 63.0221L834.969 62.7856Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M426.25 197.216C426.554 196.825 426.771 196.608 426.858 196.434C427.726 194.437 429.072 193.048 431.286 192.744C431.373 192.744 431.46 192.57 431.634 192.353C431.026 190.573 429.376 189.922 427.857 189.054C427.162 189.445 426.598 189.662 426.12 190.052C423.949 192.006 421.171 193.135 418.87 194.828C418.783 194.915 418.653 195.002 418.566 195.089C417.785 195.523 416.916 195.74 416.005 195.523C415.006 195.175 414.702 194.394 414.442 193.526C414.355 193.265 414.225 193.048 414.094 192.788C411.576 192.223 411.403 192.223 408.016 192.961C407.756 193.612 407.322 194.394 407.061 195.045C406.063 195.653 405.151 195.479 404.369 194.958C402.416 193.786 400.549 192.527 398.639 191.225C397.944 190.747 397.249 190.183 396.642 189.705C393.212 190.877 393.212 190.877 392.734 192.267C396.034 195.262 396.034 195.262 398.031 199.647C398.552 199.647 399.16 199.734 399.724 199.777C400.419 199.777 400.983 199.734 401.634 199.734C403.414 199.821 404.847 200.472 405.628 202.165C405.802 202.512 405.976 202.816 406.149 203.077C407.756 204.119 409.319 205.291 411.012 206.42C412.271 206.507 413.052 205.291 414.311 204.987C414.789 203.945 415.18 203.033 415.527 202.252C416.612 201.036 418.002 201.774 419.347 201.384C420.65 200.255 422.083 198.996 423.472 197.824C424.384 197.65 425.252 197.39 426.25 197.216Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M487.519 174.336C485.348 174.814 484.87 175.248 484.566 177.636C485.478 178.764 487.215 178.981 488.3 179.98C489.342 180.892 490.558 181.673 491.513 182.628C492.598 183.714 493.51 184.929 494.508 186.101C495.116 186.449 495.724 186.319 496.288 185.971C497.808 185.19 499.284 184.539 500.63 185.45C502.236 184.669 503.495 184.148 504.884 183.453C505.319 182.889 505.666 182.064 506.317 181.543C506.925 180.935 507.837 180.544 508.705 180.067C509.139 178.374 508.965 176.55 509.009 174.77C507.706 174.553 507.663 175.595 507.185 176.073C506.578 176.681 506.057 177.419 505.405 177.983C504.754 178.461 504.016 178.591 503.278 178.938C502.714 178.547 502.236 178.243 501.672 177.896C501.194 177.462 500.76 176.984 500.239 176.681C498.893 175.725 497.46 175.508 495.941 176.246C495.029 176.724 494.204 177.245 493.423 177.722C490.948 176.898 490.948 176.898 487.519 174.336Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M467.276 214.321C470.055 213.93 472.182 213.322 474.049 211.846C474.309 211.673 474.613 211.325 474.874 211.065C475.221 210.717 475.004 209.762 474.613 209.372C473.832 208.807 473.05 208.503 472.182 208.547C470.489 208.72 468.883 208.937 467.016 209.111C466.582 208.634 466.104 207.939 465.453 207.331C464.585 206.333 463.543 205.768 462.153 205.985C461.806 206.029 461.415 205.898 460.981 205.812C459.766 204.379 458.507 202.99 457.465 201.774C456.379 201.166 455.511 201.079 454.599 201.644C454.599 201.948 454.469 202.425 454.643 202.642C455.511 204.162 456.162 205.768 457.378 207.157C457.942 207.722 458.203 208.72 458.55 209.458C459.071 210.5 459.548 211.499 459.939 212.324C462.327 214.06 465.062 213.236 467.276 214.321Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M447.756 169.648C446.758 168.996 445.976 169.083 445.325 169.908C445.412 173.468 445.803 175.161 447.322 178.027C447.235 178.765 447.148 179.59 447.018 180.632C447.756 181.934 448.624 183.367 449.406 184.669C452.445 186.623 456.048 186.362 459.261 187.534C460.216 187.274 461.171 187.057 462.04 186.796C462.647 185.841 462.17 185.233 461.823 184.582C459.695 183.714 457.307 183.671 455.527 182.412C455.137 181.283 456.222 181.022 456.352 180.241C456.265 180.024 456.179 179.763 456.005 179.59C454.876 178.461 453.661 177.332 452.402 176.116C451.794 176.073 451.49 176.681 450.969 177.028C450.318 177.592 449.363 177.375 449.189 176.551C448.755 174.857 448.364 173.164 447.973 171.428C447.8 170.82 447.8 170.169 447.756 169.648Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M469.884 262.381C466.41 262.424 463.068 261.686 459.681 261.165C456.295 260.644 453.256 259.125 450.434 257.519C450.173 256.737 450.304 256.303 450.651 255.869C451.346 255 452.084 254.132 452.822 253.177C452.474 252.83 452.257 252.396 451.997 252.352C447.569 251.397 447.829 250.485 446.049 247.62C445.875 247.316 445.615 247.012 445.485 246.708C444.92 246.361 444.486 246.665 444.052 246.969C443.314 247.577 442.793 248.271 441.577 248.271C441.273 248.098 440.883 247.88 440.579 247.49C440.231 246.969 439.841 246.448 439.71 245.797C438.799 241.455 437.713 237.2 439.233 232.685C439.233 232.599 439.19 232.468 439.146 232.208C438.972 232.078 438.755 231.687 438.451 231.557C436.194 230.471 433.936 229.256 431.896 227.78C431.375 227.389 430.81 227.128 430.159 226.998C429.855 226.868 429.465 227.128 429.074 227.215C429.03 228.952 430.29 230.341 430.029 232.512C429.682 233.25 429.248 234.379 428.683 235.551C429.074 236.376 429.508 237.157 429.942 237.895C431.158 239.936 431.158 241.976 430.116 244.06C429.725 244.885 429.248 245.58 428.944 246.231C428.9 247.142 429.334 247.577 429.855 247.967C430.463 248.401 431.158 248.705 431.766 249.14C432.417 249.53 433.025 250.008 433.589 250.529C435.456 252.309 435.716 253.611 434.718 255.999C434.37 256.781 434.067 257.562 433.763 258.474C434.414 259.038 434.935 259.646 435.543 260.037C437.192 261.122 438.365 262.511 439.233 264.291C439.363 264.508 439.45 264.682 439.58 264.942C440.101 265.767 440.883 266.201 441.794 266.158C442.576 266.201 443.314 266.028 444.052 265.984C445.658 265.898 447.048 266.419 448.307 267.417C449.566 268.459 450.825 269.501 451.736 270.934C452.04 271.455 452.518 271.889 452.952 272.54C453.473 272.366 453.95 272.236 454.385 272.019C455.079 271.672 455.687 271.238 456.382 270.934C457.814 270.152 459.29 270.152 460.723 270.89C461.809 271.368 462.764 271.932 463.762 272.453C464.674 271.585 465.499 270.847 466.324 270.152C467.062 269.544 467.887 269.414 468.842 269.588C469.971 269.805 470.926 270.63 472.271 270.413C472.358 269.935 472.662 269.414 472.575 268.98C472.141 266.636 471.316 264.421 469.884 262.381Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M490.436 122.89C486.138 126.406 481.232 128.968 476.37 131.529C471.507 134.264 466.124 135.306 461.001 136.088C459.916 135.393 459.655 134.699 459.655 133.83C459.655 132.007 459.699 130.183 459.699 128.23C458.917 128.143 458.222 127.796 457.788 127.969C451.276 131.139 450.581 129.619 445.545 127.926C445.024 127.752 444.46 127.579 443.939 127.362C442.854 127.622 442.593 128.403 442.376 129.185C442.116 130.574 442.116 132.05 440.596 133.309C440.075 133.309 439.25 133.483 438.512 133.266C437.557 132.962 436.602 132.571 435.777 131.963C430.307 127.405 424.663 122.89 422.101 115.857C422.101 115.64 421.798 115.553 421.58 115.336C421.146 115.205 420.538 114.902 419.974 115.032C415.98 115.857 411.986 116.595 407.905 116.768C406.906 116.768 405.864 117.116 404.953 117.55C404.518 117.68 404.215 118.331 403.737 118.896C405.474 121.11 408.426 121.587 410.249 124.583C410.597 125.885 411.074 127.796 411.595 129.88C412.897 130.444 414.2 131.008 415.459 131.529C419.062 132.875 421.103 135.523 421.841 139.17C422.101 140.56 422.232 141.992 422.449 143.164C423.274 144.293 424.316 144.51 425.314 144.423C426.53 144.293 427.702 144.12 428.961 144.033C430.22 143.989 431.392 143.859 432.608 143.989C436.776 144.337 438.295 145.769 439.467 149.72C439.858 151.109 440.292 152.368 440.726 153.931C442.116 154.018 443.288 154.235 444.547 154.105C447.629 153.844 450.625 154.539 453.447 155.798C453.794 155.972 454.141 156.189 454.532 156.363C455.965 156.84 457.398 156.58 458.57 155.624C459.568 154.93 460.393 154.018 461.305 153.15C463.259 151.544 465.516 150.805 468.121 150.892C470.769 150.892 473.374 151.066 475.936 151.934C476.891 152.238 477.846 152.412 479.018 152.672C479.539 151.891 480.06 151.283 480.364 150.588C480.928 149.546 481.276 148.331 481.797 147.245C482.882 144.814 484.836 143.425 487.31 142.817C489.134 142.383 490.914 142.166 492.65 141.905C493.041 139.865 493.258 138.085 493.649 136.305C493.996 134.872 494.995 133.874 496.34 133.223C497.99 132.398 499.944 132.484 501.507 130.835C501.16 130.097 501.029 129.228 500.508 128.707C497.6 126.103 494.3 124.192 490.436 122.89Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M381.883 282.96C385.443 280.485 385.964 280.398 389.871 281.44C390.523 281.006 391.217 280.529 392.086 280.008C392.997 280.008 393.996 280.051 394.908 280.094C395.255 279.964 395.559 279.921 395.732 279.79C397.122 278.488 399.51 278.966 400.769 277.229C400.551 275.71 399.683 274.537 398.554 273.712C397.382 273.235 396.471 273.843 395.472 274.103C392.997 274.798 390.566 275.232 388.005 275.102C387.614 275.058 387.267 274.928 386.876 274.754C386.789 273.843 386.702 273.105 386.615 272.063C385.66 271.629 384.575 271.238 383.62 270.717C382.708 270.283 382.1 269.414 380.928 269.067C379.886 269.892 380.581 271.759 378.844 272.28C376.76 271.715 375.718 269.718 374.372 268.112C373.157 266.506 372.115 264.769 370.856 262.902C369.336 262.511 367.947 263.163 366.297 263.77C366.384 264.248 366.341 264.639 366.514 264.899C366.688 265.29 366.992 265.55 367.252 265.768C368.598 266.766 369.163 268.069 369.206 269.675C369.163 270.066 369.293 270.5 369.38 270.934C370.248 271.542 371.203 272.193 372.115 272.844C372.419 273.495 372.81 274.233 373.157 274.841C374.069 275.536 374.98 276.144 375.892 276.882C376.804 277.62 376.89 278.879 377.325 279.834C378.801 280.876 380.277 281.831 381.883 282.96Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M386.026 223.438C381.337 219.184 379.21 213.323 376.128 208.287C372.698 208.07 372.698 208.07 369.225 209.546C369.659 212.107 370.831 214.104 372.351 216.145C373.827 218.142 374.348 220.747 376.562 222.136C376.735 223.438 376.866 224.567 376.996 225.913C377.734 226.651 378.515 227.432 379.253 228.301C378.819 230.862 381.511 232.251 381.728 234.639C384.724 236.115 387.806 237.635 390.932 239.241C393.19 239.154 395.056 237.114 397.922 237.852C398.66 238.633 399.702 239.762 400.657 240.761C401.178 240.717 401.612 240.761 401.872 240.587C404.347 238.46 407.082 238.112 410.078 239.632C411.293 238.633 412.422 237.635 413.855 236.463C415.288 236.463 416.981 236.506 418.804 236.55C419.065 236.115 419.542 235.551 419.455 235.16C418.848 233.12 418.066 231.21 417.502 229.647C416.243 228.388 414.984 228.474 413.898 228.691C412.379 228.952 410.903 229.43 409.513 229.82C405.953 230.819 402.307 231.21 398.616 230.558C397.661 230.385 396.836 229.951 396.142 228.865C396.272 227.91 396.402 226.825 396.576 225.479C394.752 223.829 392.061 223.525 390.802 221.919C388.631 221.311 387.98 223.134 386.026 223.438Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M401.865 153.758C401.213 154.973 401.43 155.972 401.474 156.927C401.517 157.752 402.082 158.316 402.993 158.62C403.818 158.533 404.773 158.36 405.815 158.186C406.38 158.794 406.857 159.358 407.508 160.096C408.42 160.096 409.375 160.227 410.33 160.313C411.112 160.965 411.807 161.659 412.371 162.137C412.892 162.224 413.152 162.31 413.413 162.267C414.542 162.18 415.627 161.963 416.756 161.833C417.103 161.138 417.45 160.444 417.798 159.749C418.406 159.619 418.97 159.402 419.578 159.141C419.751 159.011 419.968 158.837 420.055 158.577C420.62 156.84 421.748 155.885 423.528 155.538C423.832 155.494 424.267 155.364 424.527 155.277C426.133 152.672 425.482 153.106 429.216 151.587C429.086 151.283 429.042 150.849 428.825 150.675C427.913 149.937 427.002 149.329 426.133 148.678C425.395 148.548 424.918 148.982 424.397 149.416C423.355 150.545 422.313 151.674 421.228 152.672C420.489 153.41 419.621 153.931 418.362 153.845C417.668 153.367 416.843 152.759 416.235 152.325C413.847 151.761 412.805 153.367 411.459 154.452C408.29 154.409 405.164 153.497 401.865 153.758Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M368.13 259.646C369.996 260.297 371.603 260.558 373.296 260.297C374.121 260.08 374.989 259.733 375.727 259.342C376.292 259.081 376.899 258.691 376.899 257.996C376.075 257.258 375.25 257.996 374.425 258.083C373.556 258.17 372.732 258.257 371.733 258.343C371.169 257.736 370.735 257.258 370.127 256.607C369.302 256.694 368.477 256.737 367.739 256.867C366.002 256.042 364.83 254.61 363.484 253.568C362.616 253.741 362.703 254.262 362.876 254.74C363.267 255.738 364.005 256.39 364.743 257.084C365.872 257.953 367.001 258.734 368.13 259.646Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M351.777 280.312C351.126 280.659 350.475 281.137 349.824 281.397C349.216 281.571 348.608 281.571 348 281.658C348.087 282.048 348.044 282.396 348.217 282.482C349.173 283.438 350.301 284.002 351.647 283.872C353.297 283.611 354.817 283.221 356.423 282.786C356.77 282.7 357.031 282.309 357.291 282.092C357.335 281.918 357.335 281.701 357.335 281.701C357.248 281.484 357.117 281.267 356.944 281.093C356.944 281.093 356.77 281.05 356.683 281.006C354.947 281.527 353.427 280.789 351.777 280.312Z" fill="%23931733" fill-opacity="0.8"/><path d="M66.6554 252.649C72.0744 249.776 67.7794 241.092 68.4934 225.943C68.5374 221.288 72.2774 217.989 73.9064 223.502C74.7654 226.503 78.8834 225.992 79.2594 215.607C79.3324 212.096 83.7684 213.964 84.4154 216.598C85.8694 223.525 91.9694 222.413 90.6014 208.311C89.4924 201.561 79.3994 200.728 73.6174 204.972C68.2524 208.703 66.7394 206.746 66.6554 206.711C66.7494 206.691 65.0294 206 69.1284 200.491C70.4574 198.565 74.7754 190.835 67.3684 187.636C60.8664 184.418 52.7124 193.972 54.6494 203.504C55.9394 209.913 52.7554 211.512 48.6854 208.323C44.3094 204.64 37.9064 203.384 33.7704 210.809C33.9144 210.754 30.1794 219.674 33.1524 222.607C36.3284 225.247 39.3254 217.357 41.6034 218.303C44.1054 219.14 41.3614 228.242 44.7404 229.35C48.1804 230.243 47.9464 224.164 50.6304 223.927C53.2894 223.575 53.2944 226.22 53.3024 226.24C54.2494 235.863 50.0344 240.594 42.9464 245.985C29.9664 256.118 37.1634 258.502 39.9634 256.183C48.4734 250.623 45.8324 260.795 54.6144 254.557C63.2444 247.863 62.5474 254.524 66.6554 252.649ZM64.2434 197.016C65.1394 194.694 68.0614 195.06 67.2624 197.255C66.8984 198.19 66.3364 200.319 65.5114 200.292C64.6604 200.299 63.8804 198.014 64.2434 197.016ZM62.2034 202.937C59.9334 212.228 58.3604 209.985 59.2764 203.33C59.2614 203.341 59.7144 200.972 61.3924 201.093C61.4004 201.089 62.7144 201.04 62.2034 202.937ZM58.9634 196.153C60.2614 193.824 62.7024 195.225 61.5144 197.453C60.9924 198.388 58.6154 200.035 57.9204 199.698C57.1984 199.367 58.4344 197.143 58.9634 196.153Z" fill="%23931733" fill-opacity="0.8"/><path d="M935.917 232.785C931.1 231.746 930.468 222.468 923.837 208.72C921.917 204.443 918.059 202.512 919.199 208.076C919.839 211.097 916.857 211.848 912.388 202.389C910.913 199.175 908.683 202.213 909.317 204.833C911.149 211.648 906.589 212.433 901.785 199.032C899.792 192.482 906.253 188.719 911.871 190.914C917 192.76 917.225 190.508 917.267 190.45C917.196 190.46 918.074 189.313 913.076 185.452C911.399 184.072 905.352 178.229 909.043 173.083C912.117 168.188 921.489 174.573 924.053 183.932C925.786 190.221 928.58 190.75 930.028 186.603C931.48 181.91 935.284 178.852 941.085 184.468C940.965 184.46 947.103 191.571 946.291 195.157C945.223 198.532 940.001 192.151 938.85 193.698C937.505 195.212 943.048 202.786 941.222 204.81C939.267 206.654 936.957 200.982 935.052 201.56C933.118 202.025 934.189 204.464 934.191 204.485C937.46 213.634 942.22 216.743 949.184 219.608C962.042 225.094 958.162 229.427 955.334 228.121C947.344 225.522 953.252 234.113 944.804 230.97C936.272 227.363 939.446 233.294 935.917 232.785ZM914.956 180.8C913.41 178.926 911.59 180.13 913.019 181.916C913.644 182.67 914.887 184.465 915.432 184.195C916.008 183.949 915.606 181.612 914.956 180.8ZM918.734 185.651C924.036 193.54 924.185 191.006 920.866 185.145C920.88 185.15 919.613 183.102 918.532 183.711C918.525 183.71 917.62 184.055 918.734 185.651ZM918.163 178.438C916.343 176.677 915.267 178.692 916.972 180.393C917.703 181.1 919.973 181.912 920.305 181.395C920.657 180.876 918.921 179.193 918.163 178.438Z" fill="%23931733" fill-opacity="0.8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M654.757 70.6131C654.407 70.109 654.076 69.5855 653.785 69.0427C653.532 68.558 653.182 68.209 652.813 67.8213C652.599 67.6274 652.424 67.5111 652.093 67.5305C651.763 67.6856 651.432 67.8795 651.063 68.0539C650.674 68.1897 650.266 68.2672 649.857 68.3641C649.449 69.3723 649.235 70.361 648.846 71.2722C648.827 71.3886 648.905 71.5243 648.924 71.6212C649.119 71.8539 649.333 71.8539 649.566 71.8732C649.799 71.912 649.974 71.8926 650.188 71.912C650.421 71.9314 650.674 71.9508 650.927 71.9896C651.16 72.0477 651.393 72.1059 651.666 72.1447C651.685 72.0283 651.802 71.8539 651.743 71.8151C651.452 71.4661 651.18 71.0978 650.888 70.8069C650.771 70.5161 650.771 70.2059 650.868 69.9539C650.985 69.7019 651.121 69.5468 651.393 69.508C651.607 69.4692 651.782 69.5855 651.918 69.76C651.977 69.7988 652.054 69.8764 652.074 69.9539C652.21 70.1865 652.346 70.458 652.463 70.6906C652.424 71.2141 652.404 71.7375 652.268 72.2804C652.035 73.3079 651.685 74.2967 651.16 75.2273C650.693 76.1191 650.013 76.7007 648.983 76.817C648.205 76.914 647.427 76.9915 646.669 77.0884C645.988 77.166 645.308 77.166 644.608 76.9333C644.569 76.9527 644.491 76.9721 644.394 76.9915C644.355 77.0109 644.316 77.0109 644.297 77.0497C643.966 77.4374 644.394 77.8639 644.083 78.2905C644.025 78.3292 643.889 78.4456 643.753 78.4649C643.189 78.5813 642.586 78.5813 642.022 78.4843C640.836 78.2323 639.708 78.0966 638.503 77.9609C638.367 77.9221 638.192 77.9027 638.017 77.8639C637.22 77.6507 636.423 77.4762 635.626 77.3017C635.451 77.2242 635.295 77.0691 635.101 76.9527C635.159 76.7589 635.198 76.6038 635.276 76.4874C635.412 76.2354 635.606 76.0027 635.762 75.7507C635.801 75.6732 635.801 75.5375 635.781 75.3824C635.762 75.2854 635.509 75.2273 635.353 75.266C634.926 75.4017 634.498 75.5568 634.109 75.7119C633.662 75.964 633.254 76.0027 632.806 75.8283C631.912 75.5375 631.057 75.1885 630.298 74.6069C630.182 74.5099 630.143 74.3936 630.046 74.2579C630.259 74.0834 630.396 73.7926 630.648 73.6375C631.309 73.2497 631.873 72.7069 632.495 72.261C632.826 71.9702 633.215 71.7375 633.584 71.4661C634.109 71.1365 634.634 70.8263 635.12 70.458C636.112 69.8764 637.064 69.2366 638.056 68.6937C639.864 67.7437 641.536 66.5223 643.247 65.4366C643.403 65.3397 643.558 65.1652 643.675 64.9907C643.753 64.8744 643.791 64.6805 643.753 64.5642C643.636 64.0601 643.403 63.7112 642.897 63.5949C641.867 64.1571 640.875 64.7387 639.883 65.2622C639.747 65.3785 639.572 65.3979 639.456 65.5142C637.881 66.6581 636.131 67.3948 634.44 68.3835C634.128 68.558 633.759 68.6356 633.409 68.6356C632.826 68.6743 632.262 68.7131 631.698 68.8294C631.095 68.907 630.473 68.8876 629.909 68.6937C628.315 68.1315 626.663 67.7631 625.107 67.2397C624.329 66.9489 623.513 66.8325 622.716 66.6193C620.635 66.1152 618.574 65.6111 616.552 64.9132C616.105 64.7581 615.639 64.7387 615.133 64.8163C614.783 64.8938 614.375 64.9714 614.006 64.6805C613.85 64.4867 613.675 64.1959 613.5 63.9438C611.964 63.4398 610.603 62.8 609.164 62.1796C608.037 61.6949 606.967 61.0745 605.995 60.3572C605.82 60.2796 605.645 60.1439 605.587 59.8919C605.606 59.7174 605.665 59.5623 605.84 59.5429C606.17 59.4072 606.442 59.349 606.753 59.2327C607.065 59.1358 607.298 59.0582 607.57 58.9031C607.784 58.8062 607.959 58.6123 607.881 58.2633C607.687 58.1082 607.473 57.9337 607.24 57.7593C606.831 57.4103 606.656 56.9838 606.637 56.4603C606.617 56.0532 606.89 55.6848 607.337 55.5685C607.628 55.5103 607.959 55.4909 608.289 55.5103C608.814 55.5103 609.359 55.5103 609.903 55.4909C610.098 55.4909 610.292 55.4134 610.467 55.1226C610.331 54.2114 610.253 53.2226 609.942 52.2533C609.942 52.2533 609.923 52.1757 609.903 52.1369C609.612 51.4778 609.164 51.0512 608.445 50.9931C608.231 50.9349 608.037 50.9155 607.862 50.8574C607.764 50.838 607.745 50.7604 607.667 50.6829C607.726 50.3145 608.037 50.14 608.231 49.9074C608.795 49.3645 609.339 48.8217 609.767 48.1625C610.409 47.1932 610.972 46.1462 611.809 45.2738C612.1 44.9636 612.158 44.5565 612.042 44.1106C611.964 43.8585 611.867 43.5677 611.731 43.3351C611.4 42.6953 611.147 42.0167 610.953 41.3188C610.895 41.1055 610.817 40.9311 610.7 40.7566C610.661 40.6402 610.506 40.6402 610.37 40.6015C610.292 40.7178 610.214 40.7953 610.156 40.8923C609.845 41.7841 609.184 42.2494 608.309 42.579C607.959 42.6565 607.628 42.7922 607.317 42.9861C606.773 43.2963 606.151 43.4514 605.567 43.5677C604.693 43.7034 603.876 43.7228 603.04 43.4514C602.709 43.2963 602.379 43.083 602.048 42.9086C601.66 42.6565 601.232 42.5596 600.804 42.7729C600.337 43.0249 599.91 42.9279 599.521 42.6178C599.035 42.2688 598.549 41.9004 597.985 41.6678C597.382 41.3963 596.877 41.028 596.313 40.6402C595.924 40.4076 595.496 40.2719 595.088 40.078C594.738 39.9811 594.407 39.9423 594.019 40.1556C593.396 40.5045 592.735 40.6402 592.035 40.7178C591.258 40.8535 590.422 40.9311 589.644 41.1249C588.166 41.4933 586.689 41.8035 585.347 42.5596C584.181 43.1606 582.898 43.529 581.692 43.9943C581.206 44.2075 580.701 44.382 580.234 44.6534C579.942 44.8085 579.748 45.0993 579.709 45.4483C579.709 45.9911 579.69 46.5922 579.767 47.135C579.923 48.1625 580.137 49.1513 580.176 50.14C580.214 50.489 580.292 50.7992 580.37 51.1288C580.642 52.0788 580.895 53.1257 580.992 54.0951C581.012 54.3083 581.05 54.5022 581.128 54.6767C581.303 55.1226 581.653 55.4328 582.159 55.4909C582.781 55.5103 583.403 55.4716 584.045 55.1226C585.153 54.541 586.319 54.0757 587.467 53.5328C587.603 53.4553 587.719 53.3583 587.816 53.242C587.914 51.8655 587.719 50.5084 587.544 49.1707C587.505 48.9962 587.369 48.8023 587.292 48.6472C587.194 48.5115 587.019 48.4727 586.825 48.5503C586.125 49.3258 585.911 50.4696 585.095 51.1482C584.958 51.09 584.881 51.09 584.842 51.0319C584.433 50.5666 583.481 48.7829 583.209 47.8911C583.364 47.135 584.045 46.7666 584.667 46.2432C585.095 46.185 585.658 46.0687 586.164 45.9718C587.214 45.8167 588.264 45.7585 589.333 45.5259C590.033 45.332 590.752 45.2157 591.491 45.0993C591.919 45.0412 592.23 45.1963 592.327 45.6034C592.483 46.0105 592.56 46.4177 592.638 46.8054C592.735 47.4258 592.93 48.0656 593.299 48.6278C593.435 48.8605 593.533 49.1319 593.649 49.3839C593.649 49.5778 593.669 49.7523 593.63 49.888C593.533 50.1207 593.435 50.3339 593.338 50.5859C592.969 51.2257 592.638 51.9431 592.288 52.6216C591.822 53.5522 591.258 54.4053 590.402 55.045C590.247 55.1614 590.111 55.3165 589.955 55.4716C589.916 55.5103 589.897 55.5879 589.838 55.7042C589.897 55.9562 589.936 56.2083 590.013 56.4991C589.586 57.2552 589.177 58.0113 588.789 58.7674C588.653 59.0194 588.516 59.2715 588.419 59.5429C588.361 59.6592 588.439 59.95 588.536 59.9888C588.653 60.0276 588.789 60.1051 588.925 60.0664C589.45 59.95 589.975 59.6786 590.461 59.3296C590.538 59.2715 590.675 59.3296 590.85 59.3103C590.811 59.5429 590.811 59.8143 590.791 60.047C590.733 60.9 590.986 61.6755 591.433 62.3734C591.608 62.6449 591.822 62.8969 591.997 63.1683C592.308 63.5561 592.619 63.8857 592.93 64.3122C593.202 64.6612 593.26 65.0489 593.085 65.456C592.969 65.8438 592.774 66.1928 592.599 66.5611C592.249 67.2978 591.724 67.9376 591.024 68.4029C590.227 68.9264 589.372 69.2366 588.4 68.8488C587.894 68.6162 587.408 68.3835 586.98 68.0346C586.65 67.7631 586.339 67.4723 585.853 67.3754C585.794 67.356 585.697 67.4142 585.658 67.4723C585.6 67.5305 585.542 67.6274 585.6 67.6662C585.697 67.8795 585.775 68.0733 585.969 68.1703C586.417 68.5192 586.942 68.907 587.467 69.2172C588.186 69.7019 588.964 70.0314 589.78 70.3223C589.975 70.4192 590.247 70.4774 590.48 70.4774C591.511 70.5355 592.522 70.361 593.435 69.8376C594.291 69.3335 594.855 68.6162 594.932 67.5886C594.971 67.4917 594.932 67.3366 594.991 67.2397C595.03 67.104 595.107 67.0264 595.185 66.8907C595.302 66.9682 595.438 66.9876 595.516 67.0264C595.827 67.3366 596.041 67.6468 596.196 68.0539C596.468 68.81 596.352 69.1202 595.652 69.4304C595.263 69.5855 594.874 69.7406 594.505 69.9151C594.116 70.1478 593.688 70.3223 593.299 70.5355C592.988 70.7294 592.716 70.962 592.444 71.2141C592.191 71.4855 592.094 71.7957 592.172 72.1253C592.424 73.0946 592.716 74.0059 593.299 74.8201C593.513 75.1497 593.96 75.2273 594.271 74.9558C594.446 74.762 594.582 74.5487 594.544 74.316C594.505 74.2191 594.466 74.1416 594.407 74.0834C594.31 74.0252 594.194 73.9477 594.135 73.8701C593.61 73.2304 593.746 72.4161 594.369 71.912C594.777 71.6018 595.166 71.408 595.613 71.2916C596.196 71.3498 596.721 71.3886 597.188 71.4467C597.596 71.2722 597.907 71.0784 598.218 70.9233C598.257 70.9039 598.296 70.9427 598.374 70.9427C598.607 71.2916 598.588 71.7181 598.568 72.1059C598.549 72.4936 598.393 72.8038 598.063 73.0559C597.771 73.2885 597.421 73.5406 597.091 73.812C597.071 73.8508 597.071 73.9283 597.071 74.0252C597.207 74.1803 597.421 74.161 597.596 74.1028C598.004 73.8701 598.393 73.6569 598.801 73.4436C599.035 73.2885 599.19 73.0365 599.326 72.7844C599.501 72.4161 599.676 72.0865 599.851 71.7181C600.474 71.8539 600.785 72.1059 601.368 73.0559C601.057 74.8977 600.318 76.6231 599.385 78.2323C599.482 78.7945 599.521 79.2598 599.599 79.7251C599.89 80.9659 600.493 82.1098 600.998 83.273C601.037 83.273 601.057 83.3118 601.096 83.3505C601.465 83.9516 601.971 84.4169 602.709 84.5526C603.234 84.6107 603.779 84.8046 604.284 84.9403C604.323 84.9403 604.401 84.9985 604.459 85.0954C604.459 85.0954 604.459 85.1536 604.44 85.1923C604.381 85.2505 604.362 85.3281 604.284 85.3862C603.137 86.0842 602.029 86.8209 600.862 87.4801C600.707 87.4413 600.571 87.4801 600.454 87.4413C599.676 87.2474 598.938 87.3056 598.199 87.7127C597.635 88.0229 597.013 88.0811 596.293 88.0035C595.321 87.9066 594.388 87.7127 593.416 87.3831C593.027 87.2668 592.619 87.0341 592.366 86.627C592.21 86.2974 591.958 86.1423 591.549 86.0648C591.413 86.0842 591.277 86.1229 591.102 86.1617C590.636 86.278 590.169 86.375 589.664 86.3556C588.653 86.2393 587.603 86.2005 586.611 85.9678C585.503 85.6964 584.356 85.6383 583.267 85.3281C582.489 85.076 581.673 84.9791 580.934 84.5719C580.467 84.3005 579.903 84.3199 579.378 84.2424C579.223 84.2424 578.99 84.3781 578.97 84.5138C578.97 84.6301 578.99 84.727 579.009 84.8821C579.028 84.9403 579.087 85.0179 579.145 85.076C579.748 85.7158 580.253 86.4913 580.953 87.0729C581.089 87.1699 581.206 87.2668 581.109 87.5576C580.409 87.7902 579.631 87.3637 578.892 87.5576C578.698 87.7515 578.698 87.9647 578.834 88.1004C579.32 88.6627 579.612 89.3218 580.176 89.8453C580.292 89.9229 580.389 90.0586 580.487 90.2331C580.662 90.5045 580.487 90.931 580.176 91.0279C579.942 91.0861 579.709 91.1249 579.476 91.1636C578.62 91.2994 577.842 91.1249 577.026 91.0279C576.831 90.9892 576.637 90.9892 576.443 90.9698C576.307 90.9698 576.209 91.183 576.287 91.28C576.326 91.3769 576.384 91.4738 576.482 91.5514C577.045 91.881 577.629 92.2493 578.251 92.385C578.853 92.5208 579.398 92.7922 579.942 93.1024C580.117 93.1412 580.253 93.3156 580.195 93.4901C580.137 93.6258 580.02 93.7615 579.903 93.8391C579.69 93.9554 579.437 94.0717 579.223 94.1493C578.717 94.3044 578.192 94.4013 577.667 94.537C577.045 94.7697 576.404 94.8472 575.762 94.8085C575.179 94.7309 574.596 94.8085 574.071 94.9248C573.935 95.2544 573.993 95.4289 574.265 95.4482C575.334 95.584 576.365 95.6421 577.415 95.6421C577.804 95.6615 578.173 95.6421 578.542 95.7003C578.698 95.6809 578.853 95.7972 578.951 95.836C579.048 96.0493 579.028 96.2044 578.931 96.3595C578.62 96.6309 578.348 96.9217 578.076 97.2319C577.842 97.4645 577.57 97.6196 577.22 97.6972C576.812 97.8329 576.443 97.9686 576.054 98.1043C575.995 98.1237 575.995 98.2788 575.957 98.3757C576.229 98.7247 576.637 98.3176 576.87 98.5502C576.851 98.6472 576.909 98.7635 576.87 98.8023C576.462 99.3645 575.995 99.9655 575.296 100.295C575.101 100.373 574.926 100.508 574.79 100.605C574.693 100.683 574.654 100.78 574.576 100.857C574.654 101.109 574.829 101.129 574.984 101.09C575.684 100.935 576.345 100.799 577.045 100.819C577.298 100.799 577.493 101.012 577.57 101.226C577.648 101.516 577.629 101.71 577.434 101.943C577.356 102.117 577.181 102.253 577.026 102.37C576.268 103.106 575.49 103.843 574.693 104.541C574.596 104.657 574.537 104.774 574.459 104.948C574.421 104.987 574.518 105.084 574.537 105.142C574.557 105.181 574.615 105.2 574.654 105.2C574.829 105.123 574.984 105.142 575.121 105.026C575.801 104.58 576.501 104.153 577.143 103.668C577.979 103.087 578.892 102.622 579.826 102.176C580.02 102.079 580.195 101.982 580.409 102.098C580.545 102.389 580.428 102.718 580.292 103.009C580.039 103.533 579.748 104.037 579.437 104.502C578.64 105.665 578.173 106.984 577.512 108.186C577.473 108.321 577.415 108.496 577.434 108.67C577.434 108.767 577.493 108.922 577.59 109C577.667 109 577.862 109 577.92 108.942C578.095 108.748 578.251 108.554 578.367 108.38C579.009 107.352 579.495 106.208 580.273 105.239C580.487 104.483 581.07 103.998 581.575 103.475C582.062 102.893 582.761 102.486 583.442 102.156C583.559 102.059 583.695 102.098 583.85 102.059C583.831 102.234 583.85 102.35 583.831 102.447C583.578 102.738 583.364 103.009 583.15 103.3C582.567 104.037 582.003 104.793 581.459 105.588C581.323 105.704 581.245 105.917 581.342 106.15C581.517 106.247 581.673 106.228 581.75 106.092C582.1 105.743 582.431 105.394 582.742 104.987C582.975 104.754 583.17 104.502 583.403 104.269C583.831 103.843 584.297 103.436 584.725 103.029C584.783 102.971 584.9 102.99 584.958 102.99C584.939 103.087 584.939 103.203 584.92 103.3C584.414 104.289 583.928 105.278 583.442 106.286C583.286 106.615 583.111 107.022 582.975 107.352C582.878 107.527 583.053 107.662 583.364 107.643C583.539 107.391 583.714 107.139 583.87 106.848C584.725 105.627 585.678 104.541 586.883 103.63C587.078 103.475 587.272 103.32 587.428 103.164C588.536 102.079 589.644 101.032 590.752 99.9267C590.83 99.8492 590.966 99.7522 591.024 99.6941C591.297 99.4614 591.627 99.6165 591.705 99.9073C591.802 100.276 591.744 100.586 591.588 100.877C591.472 101.109 591.394 101.4 591.336 101.672C591.297 101.807 591.355 102.021 591.433 102.117C591.472 102.195 591.647 102.234 591.783 102.292C593.027 101.4 594.077 100.334 594.816 98.9574C595.302 98.0655 595.885 97.2125 596.177 96.2237C596.274 95.9329 596.449 95.7391 596.585 95.487C597.246 94.3819 597.927 93.3544 598.665 92.3075C599.229 91.5708 599.871 90.9116 600.687 90.3688C601.329 89.9616 601.971 89.5545 602.651 89.1474C603.876 88.3719 605.14 87.5382 606.365 86.7433C606.559 86.6464 606.715 86.5688 606.909 86.4719C607.026 86.4331 607.162 86.4913 607.259 86.5107C607.298 87.1699 607.22 89.2831 607.123 89.8647C606.831 90.0973 606.54 90.3494 606.209 90.6402C605.704 91.1249 605.198 91.6871 604.518 92.0167C604.362 92.1524 604.187 92.3657 604.07 92.5595C603.72 93.083 603.623 93.6258 603.72 94.2268C603.876 95.4095 604.245 96.5145 604.615 97.6584C604.654 97.8523 604.809 97.891 605.062 97.736C605.198 96.7666 604.926 95.7197 605.742 94.9054C605.781 94.8666 605.859 94.7697 605.976 94.7115C606.267 94.6146 606.52 94.4401 606.734 94.285C606.734 94.2462 606.715 94.1881 606.715 94.1881C606.617 93.5677 607.103 93.0636 607.628 92.9667C607.764 92.6759 607.881 92.3657 608.017 92.0555C608.076 91.9391 608.173 91.8034 608.251 91.6871C608.6 91.5902 608.775 91.784 608.853 92.0361C609.048 92.5789 609.223 93.1218 609.339 93.6646C609.495 94.0717 609.437 94.4401 609.184 94.8085C609.359 95.6033 609.495 96.3982 609.65 97.2707C609.825 98.1237 610.117 98.8992 610.525 99.7135C610.836 98.8604 611.225 98.1043 612.003 97.5809C612.217 97.4839 612.372 97.2513 612.547 97.0962C613.189 96.5533 613.792 96.0493 613.908 95.1381C613.967 94.9054 614.239 94.7503 614.511 94.8472C614.9 95.0993 614.978 95.5064 615.269 95.8166C616.203 96.9023 616.766 98.1237 617.35 99.4227C617.369 99.5002 617.466 99.6165 617.583 99.7328C617.68 99.6359 617.816 99.5584 617.816 99.5002C617.875 99.2094 617.894 98.938 617.836 98.6278C617.486 97.3676 617.622 96.0493 618.166 94.8279C618.186 94.7309 618.186 94.5952 618.225 94.4595C618.341 94.2656 618.458 94.0524 618.594 93.8585C619.372 93.5871 620.091 93.1412 621.044 93.2575C621.355 93.4126 621.685 93.5871 622.016 93.7422C622.269 94.3432 622.288 94.886 622.094 95.3901C621.802 95.8166 621.316 95.9717 621.16 96.4564C621.16 96.4564 621.16 96.5339 621.18 96.5727C621.18 96.786 621.219 96.9798 621.258 97.1737C621.394 98.4145 621.335 99.7135 620.849 100.896C620.597 101.516 620.324 102.079 620.013 102.796C619.683 103.048 619.43 103.533 618.866 103.843C618.497 103.862 618.088 103.843 617.68 103.901C617.544 103.94 617.369 103.979 617.233 103.998C617.039 104.114 616.922 104.269 617.058 104.58C617.155 104.599 617.35 104.715 617.466 104.715C618.069 104.677 618.672 104.657 619.294 104.522C619.702 104.444 620.11 104.405 620.499 104.425C621.16 104.405 621.802 104.405 622.385 104.405C622.56 104.308 622.677 104.231 622.774 104.192C623.357 103.998 623.727 103.591 624.038 103.067C624.466 102.292 624.718 101.497 624.893 100.683C625.165 99.3839 625.127 98.1625 624.504 96.9798C624.446 96.9217 624.466 96.8247 624.446 96.689C624.757 96.4176 625.068 96.1074 625.321 95.8748C625.554 95.4676 625.088 95.0799 625.36 94.7503C625.924 94.6921 626.177 95.2544 626.643 95.3901C626.74 95.2931 626.876 95.235 626.896 95.0993C627.11 94.4595 627.188 93.8391 627.071 93.1993C626.993 92.8503 626.974 92.4432 626.993 92.1136C626.993 91.5708 627.537 91.2218 628.062 91.3963C628.257 91.4351 628.51 91.5708 628.665 91.7647C629.346 92.482 630.104 93.1799 630.668 94.0911C630.882 94.3819 631.134 94.6146 631.368 94.886C631.407 94.983 631.504 95.0023 631.601 95.0411C631.951 95.0217 632.301 94.9636 632.612 94.9829C633.001 95.2156 633.254 95.4095 633.195 95.9135C632.826 96.3595 632.437 96.8441 631.893 97.1737C631.757 97.2319 631.64 97.3676 631.523 97.4645C631.368 97.6196 631.387 98.0074 631.62 98.1237C631.99 98.2982 632.32 98.4921 632.709 98.6084C633.487 98.841 634.148 99.2482 634.751 99.7522C635.062 99.9461 635.314 100.256 635.606 100.567C635.684 100.625 635.762 100.644 635.859 100.683C635.976 100.663 636.092 100.644 636.189 100.586C636.345 100.528 636.481 100.45 636.675 100.353C636.948 100.489 637.22 100.605 637.453 100.76C637.648 100.877 637.881 101.09 638.075 101.303C638.406 101.575 638.639 101.885 638.775 102.311C638.834 102.505 638.892 102.719 638.97 102.854C639.047 103.087 639.203 103.164 639.436 103.261C639.825 103.184 640.136 102.893 640.447 102.622C640.7 102.408 640.914 102.195 641.244 102.098C641.886 101.885 642.411 101.478 642.839 100.993C643.266 100.547 643.733 100.179 644.297 99.8879C644.647 99.6941 645.036 99.5196 645.327 99.2288C645.852 98.7441 646.533 98.3951 647.213 98.0655C647.991 97.639 648.749 97.1543 649.508 96.7084C649.955 96.4564 650.421 96.1656 650.849 95.8554C651.121 95.6421 651.374 95.4482 651.374 95.0799C651.141 94.537 650.985 93.9942 650.693 93.4707C650.13 92.4626 649.469 91.4932 648.983 90.3882C648.788 89.9616 648.438 89.8065 647.972 89.9229C646.436 90.9698 646.125 91.2412 645.638 92.2299C645.658 92.5401 645.638 92.9085 645.716 93.2575C645.755 93.4707 645.872 93.6646 645.988 93.8197C646.086 93.9554 646.261 94.033 646.436 93.8973C646.63 93.5677 646.844 93.2187 646.98 92.8891C647.447 92.831 647.602 92.8503 647.738 92.9473C647.933 93.1412 648.049 93.3544 648.01 93.6065C648.03 93.8003 648.01 94.033 647.933 94.2075C647.505 95.1187 646.922 95.8748 645.891 96.2044C645.405 96.3982 644.88 96.5145 644.375 96.6503C643.616 96.8441 642.858 96.9798 642.1 96.8829C641.244 96.5533 640.545 96.0686 639.883 95.5646C638.95 94.8279 638.134 94.0524 637.298 93.2963C636.928 92.8891 636.675 92.8697 636.209 93.1799C635.917 93.3544 635.664 93.5677 635.392 93.7228C635.237 93.8585 635.081 93.9554 634.965 94.0524C634.537 94.0136 634.303 93.7422 634.09 93.5095C633.254 92.5401 632.437 91.6096 631.601 90.6208C631.445 90.4075 631.329 90.1555 631.193 89.8841C631.095 89.6514 631.115 89.4188 631.27 89.2055C631.465 88.9923 631.679 88.9729 631.931 88.9729C632.476 89.031 632.981 89.2055 633.448 89.4769C633.759 89.632 634.012 89.8259 634.303 89.9229C634.478 90.0973 634.634 90.1555 634.926 90.0004C635.276 89.5739 635.314 88.9923 635.062 88.4688C634.828 87.926 634.576 87.4219 634.362 86.8984C634.284 86.7239 634.323 86.5495 634.556 86.4913C635.003 86.6658 635.528 86.8984 636.014 87.0148C636.948 87.3443 637.861 87.3637 638.795 87.0341C638.872 87.0148 638.931 86.9566 639.009 86.9178C639.125 86.8984 639.164 86.5882 639.047 86.4913C638.911 86.375 638.756 86.2199 638.561 86.1423C638.289 86.0454 638.017 85.9872 637.725 85.9485C636.325 85.774 635.003 85.425 633.779 84.7464C633.39 84.3005 633.195 83.7965 633.137 83.1954C633.079 82.3424 632.942 81.5088 632.845 80.6557C632.826 80.5006 632.884 80.4424 632.923 80.268C633.176 80.1516 633.448 80.1904 633.662 80.2486C634.478 80.3455 635.295 80.4618 636.092 80.5588C637.881 80.8496 639.689 80.9853 641.497 80.8884C642.178 80.8496 642.878 80.8496 643.578 80.869C644.025 80.8302 644.452 80.8884 644.764 81.1986C645.113 81.6832 645.094 82.1873 645.211 82.6526C645.269 83.0016 645.677 83.2924 646.027 83.2148C646.552 83.0597 647.136 82.9046 647.68 82.6914C649.021 82.0904 650.421 81.7026 651.899 81.5475C652.443 81.5088 652.988 81.3924 653.513 81.3537C654.096 80.3067 654.076 79.221 653.785 78.0966C653.94 77.5537 654.174 76.9721 654.271 76.4099C654.407 75.8089 654.446 75.1885 654.543 74.5681C654.543 74.5099 654.563 74.5099 654.563 74.4712C654.718 73.5018 654.854 72.5906 654.99 71.66C655.029 71.2916 654.951 70.9427 654.757 70.6131ZM628.957 71.7181C628.432 72.1641 627.907 72.61 627.304 73.0171C626.099 73.7538 626.449 73.6763 624.932 73.4048C623.182 73.0946 621.413 72.8232 619.586 72.862C617.913 72.9008 616.164 72.862 614.453 72.862C614.258 72.8232 614.044 72.8038 613.869 72.7844C613.228 72.7069 610.117 72.6294 609.203 72.7457C608.659 72.7845 608.678 72.7845 607.881 72.4936C607.473 71.912 607.201 71.2335 606.909 70.4967C607.006 70.2835 607.084 70.0314 607.162 69.76C607.57 69.5468 607.978 69.3529 608.387 69.1396C608.387 68.5968 608.387 68.0539 608.387 67.5499C608.542 67.5111 608.678 67.4529 608.775 67.4723C609.184 67.4917 609.592 67.5693 609.981 67.6662C611.731 68.0733 613.5 68.3641 615.308 68.5386C616.455 68.6356 617.544 68.8488 618.672 69.0815C618.963 69.1202 619.236 69.2366 619.527 69.2172C621.491 69.4111 623.396 69.7019 625.379 69.8182C626.274 69.857 627.226 70.0315 628.16 70.1284C628.587 70.1865 629.054 70.361 629.385 70.6906C629.482 71.1171 629.326 71.4661 628.957 71.7181Z" fill="%23931733" fill-opacity="0.8"/><circle cx="827.5" cy="130.5" r="3.5" fill="%23931733" fill-opacity="0.5"/><path d="M849.274 65.0329C856.424 55.0875 859.263 42.9673 857.268 30.9049C855.544 20.4793 850.327 11.0911 842.457 4.13585C858.987 9.05897 871.241 22.8155 874.082 39.9949C878.141 64.5417 861.401 87.8259 836.766 91.8995C824.199 93.9776 811.568 90.7557 801.612 83.0338C807.428 84.3765 813.4 84.5546 819.411 83.5607C831.519 81.5588 842.124 74.9787 849.274 65.0329Z" fill="%23931733" fill-opacity="0.8"/></svg>');
}

.startseite .content-box-wrapper {
    .first-element .wp-block-group__inner-container {
    / / z-index: 20;
        margin-top: -60px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .wp-block-group {

        .wp-block-group__inner-container {
            max-width: 100%;
            /*
                        .news_teaser_block__link {
                            margin-top: auto;
                            padding-top: 20px;

                            a {
                                text-transform: none;
                                padding: 6px 18px;
                                color: #fff;
                                background: #b81e40;
                                transition: 200ms ease-in-out all;
                                border: 2px solid #b81e40;
                                border-radius: 8px;
                                text-align: left;
                                font-size: 16px;
                                width: 228px;
                                display: block;

                                &:after {
                                    content: url(../img/arrow-button.svg);
                                    float: right;

                                }

                                &:hover {
                                    background: #fff;
                                    color: #b81e40;
                                }
                            }
                        }
            */

            h2 {
                padding-bottom: 24px;
            }

            h3 {
                font-size: 24px;
            }

            .career_teaser_block h2 {
                color: #fff;
            }

            .col {
                padding-left: 0;
            }

            .news_teaser_block__link {
                margin-bottom: 0;
            }

            .icon_kacheln .icon_kachel {
                background-color: #b81e40;
                border-radius: 8px;

                .icon_kachel__title {
                    color: #fff;
                    text-transform: initial;

                    span {
                        float: right;
                    }
                }
            }

            .career_teaser_block h2 {
                margin-bottom: 0;
            }
        }
    }
}

/* Elektronik */
.elektronik {

    #footer {
        margin-top: 285px;
    }

    @media (min-width: 768px) {
        .overflow-img {
            position: absolute;
            width: 600px;
            top: 175px;
        }
    }

    .breadcrumb-container {
        text-align: center;
    }

    .main-breadcrumbs {
        max-width: 1296px;
        z-index: 10;
        position: relative;
        text-align: left;
        width: 100%;
        margin: 64px 20px 0;
        padding: 0;
        background: none;

        > span {
            padding: 0 10px;
            background: #fff;
        }
    }

    .content-wrapper {
        background: none;

        .container {
            max-width: 100%;
            position: relative;
            padding: 0;
        }
    }

    .logistik:before {
        background: url("../../img/ZFM_Web_Elektronik_Banner-1.jpg");
        width: 100%;
        content: "";
        position: absolute;
        display: block;
        height: 600px;
        margin-top: -350px;
    }

    @media (max-width: 767px) {
        .logistik:before {
            margin-top: -421px;
        }
    }

    .e-commerce-section:before {
        background: url("../../img/ZFM_Web_Elektronik_Banner-2.jpg");
        width: 100%;
        content: "";
        position: absolute;
        display: block;
        height: 600px;
        margin-top: -360px;
    }

    .wp-block-group__inner-container {
        overflow: visible !important;
    }

    .contact-red .wp-block-group__inner-container {
        background: #B81E40;
        margin: 20px 0 0 0;
        border-radius: 8px 8px 0 0;

        h2, a {
            color: #fff;
        }
    }

    .contact-white {
        &:before {
            background: url("../../img/ZFM_Web_Elektronik_Banner-3.jpg");
            width: 100%;
            content: "";
            position: absolute;
            display: block;
            height: 600px;
        }

        .wp-block-group__inner-container {
            margin: 0;
            border-radius: 0 0 8px 8px;
        }
    }

    .wp-block-group {
        text-align: center;

        .wp-block-group__inner-container {
            text-align: left;
            z-index: 10;
            position: relative;
            max-width: 1296px;
        }
    }
}


.wp-block-columns {
    gap: 1rem;
    margin-bottom: 1rem;

    &:first-of-type {
        margin-top: 0;
    }

    &:last-of-type {
        margin-bottom: 0;
    }
}

.color-link-block {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 24px;
    transition: all 300ms ease-in-out;
    height: 100%;
    box-sizing: border-box;
    min-height: 120px;
    border-radius: 8px;

    h3 {
        color: #fff;
        margin: 0;
        text-transform: none;
    }

    p {
        margin: 0;
    }

    &:hover {
        transform: scaleX(1.02);
    }
}

.grey-form {
    input, textarea {
        background: #eeeeee !important;
        border: none !important;
    }

    button {
        border: 0 !important;
        background: #B81E40 !important;
        color: #fff !important;
        padding: 6px 20px !important;
        width: 150px !important;
    }
}

/* global */

h1, h3, h4 {
    color: #b81e40;
}

h1 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 6px;
    font-weight: 400;
}

h2 {
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    margin-top: 50px;

    &.has-text-align-center {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

a {
    color: #b81e40;
    text-decoration: none;
}

p {

}

.center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.counter {
    font-weight: 700;
}

.container {
    box-sizing: border-box;
}

body.ov-hidden {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    font-family: "Source Sans Pro", Arial;
    max-width: 1920px;
    margin: auto;
}

.link-u a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}

.no-gutter {
    gap: 0 !important;
}

.wp-block-columns h4 {
    color: #000;
    margin: 0;
    font-size: 20px;
}

.red {
    filter: brightness(0) saturate(100%) invert(22%) sepia(78%) saturate(4087%) hue-rotate(335deg) brightness(74%) contrast(92%);
}

.svg-content-icon {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion {
    position: relative;
    background-color: #F4F4F4;
    color: #000;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s;
    display: flex;
    align-items: center;
    margin: 12px 0;
    border-radius: 8px;
}

.accordion_icon {
    max-width: 30px;
    padding-right: 20px;
}

.accordion.active {
}

.accordion:after {
    content: '\002B';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: #b81e40;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}

.accordion.active:after {
    content: "\2212";
}

.fa-xmark:before {
    content: "\f00d";
}

.panel {
    padding: 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel.with_icon {
    border-bottom: none;
}

.panel p:first-of-type {
    margin-top: 0;
}

.article_image {
    min-height: 250px;
    background-position: right;
    background-size: cover;
}

.headline {
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
}

.headline__p {
    color: #b81e40;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.headline p.headline__h2,
.headline h2.headline__h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
}

/*Mobile Navigation*/
#io-mobile-nav-list {
    pointer-events: none;
    z-index: 1;
    font-size: 15px;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .5s;
    background-color: rgb(255 255 255 / 0%);
}

#io-mobile-nav-list.active {
    background-color: rgb(255 255 255 / 50%);
}

#io-mobile-nav-list nav {
    left: 0%;
    pointer-events: auto;
    position: fixed;
    bottom: -100%;
    width: 100%;
    box-sizing: border-box;
    transition: bottom .5s, left .5s;
}

#io-mobile-nav-list nav.mobile-active {
    bottom: 0;
}

.io-mobile-nav-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);
}

.io-mobile-nav-back-button {
    background-color: #b81e40;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.io-mobile-nav-back-button:before {
    color: #fff;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s;
    padding-left: 12px;
}

.io-mobile-nav-wrapper > .menu-item {
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.io-mobile-nav-wrapper > .menu-item:last-child {
    border-bottom: none;
}

#io-mobile-nav-list ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#io-mobile-nav-list li {
    padding: 10px 0;
}

#io-mobile-nav-list a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
}

.menu-item-has-children .io-mobile-item-title:first-child:after {
    display: inline-block;
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s;
    padding-left: 12px;
}

.menu-item-has-children.active .io-mobile-item-title:first-child:after {
    top: -5px;
    transform: rotate(90deg);

}

.io-mobile-item-title {
    position: relative;
    transition: color .5s;
    padding: 10px 0;
}

.io-mobile-item-title.active {
    color: #E5007D;
}

.io-mobile-item-content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}

.io-mobile-item-content.shadow {
    -webkit-box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 15px 5px -15px rgba(0, 0, 0, 0.75);

}

#io-mobile-menu {
    pointer-events: none;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
    transition: all .50s;
}

#mo-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #b81e40;
    padding: 10px;
}

#mo-nav-button {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

#nav-open {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 6px 0px #000000;
    box-shadow: 0px 0px 6px 0px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

#nav-open .nav-open-lines {
    position: relative;
    bottom: 0;
    z-index: 22;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s;
}

#nav-open .nav-open-lines.active {
    bottom: 30px;
}

#nav-open .nav-open-lines div {
    position: relative;
    height: 4px;
    width: 30px;
    margin: 3px;
    background-color: #b81e40;
    transition: all .5s;
    opacity: 1;
}

#nav-open .nav-open-lines div:nth-child(1) {
    top: 0px;
    transform: rotate(0deg);
}

#nav-open .nav-open-lines div:nth-child(2) {
    opacity: 1;
}

#nav-open .nav-open-lines div:nth-child(3) {
    bottom: 0px;
    transform: rotate(0deg);
}

#nav-open .nav-open-lines.active div:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

#nav-open .nav-open-lines.active div:nth-child(2) {
    opacity: 0;
}

#nav-open .nav-open-lines.active div:nth-child(3) {
    bottom: 10px;
    transform: rotate(-45deg);
}


#main-content {
    margin: auto;
    background-color: #fff;
    position: relative;
}

#main-content.nav-active {
    top: 0;
    left: 70%;
    -webkit-box-shadow: 0px 0px 15px -5px #000000;
    box-shadow: 0px 0px 15px -5px #000000;
    overflow: hidden;
}

/**/
#header {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

#header .wrapper {
    display: flex;
    justify-content: center;
}

#head-logo {
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}

.head-logo-wrapper {
    min-width: 150px;
    min-height: 80px;
    background: url("/wp-content/themes/zeitfracht-medien/static/img/K360_Logo_RGB.svg") no-repeat center;
}

#nav-main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .menu-item a {
    display: block;
    font-size: 1.3rem;
    padding: 15px;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    color: #b81e40;

}

header .menu-item a:hover,
header .current-menu-ancestor > a,
header .current-menu-item > a {
    color: #fff !important;
    background-color: #b81e40;
    transition: background-color .2s, color .2s;
}

#nav-main ul {
    margin: 0;
    padding: 0;
}

#nav-main ul li {
    display: inline-block;
    list-style-type: none;
    white-space: nowrap;
}

header .menu-item {
    background-color: #fff;
}

header .menu-item a {
    display: flex;
    justify-content: space-between;
}

header .menu-item:hover > a {
    color: #fff;
}

header .menu-item-has-children {
    position: relative;
}

header .menu-item-has-children:hover {
    color: #fff;
    background-color: #b81e40;
    transition: color .2s, background-color .2s;
}


header .menu-item-has-children:hover > .sub-menu-item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sub-menu-item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    position: absolute;
    z-index: 1;
    flex-direction: column;
    transition: all .2s;
    -webkit-box-shadow: -10px 0px 20px -15px #363636;
    box-shadow: -10px 0px 20px -15px #363636;
}

.sub-menu-item .sub-menu-item {
    position: absolute;
    left: 100%;
    top: 0;
}

header .menu-item-has-children .menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-size: 1rem;
    font-weight: bold;
    transition: all .2s;
    padding-left: 12px;
}

header .menu-item-has-children .menu-item-has-children > a:hover:after {
    color: #fff;
}

/**/
.main-categories {
    display: flex;
}

.main_category {
    padding: 16px 24px;
    height: 158px;
    margin: 10px 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .main-categories > * {
        padding: 0;
    }

    .home_header__city_background {
        bottom: 58px;
    }

    .home_header__city_background_inside {
        width: 800px;
        height: 140px;
    }
}

.icon_kacheln {
    display: flex;
}


.icon_kacheln .icon_kachel {
    padding: 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    background-color: #eee;
}

.icon_kachel__img {
    width: 80px;
    margin-right: 20px;
}

.icon_kachel__img img {
    max-width: 100%;
}

.icon_kachel__title {
    color: #b81e40;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

/**/
.career_teaser_block {
    display: flex;
    flex-direction: column;
}

.career_teaser_block img {
    display: block;
    max-width: 100%;
}

.career_teaser_block > div {
    width: 100%;
}

.career_teaser_block h2 {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 25px;
}

.career_teaser_block__left {
}

.career_teaser_block__right_content {
    color: #fff;
    padding: 30px;
}

.career_teaser_block__right_content a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #fff;
}

.career_teaser_block__right {
    background-color: #b81e40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career_teaser_block__big_img_wrapper {
    display: none;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.career_teaser_block__small_img_wrapper {
    display: flex;
}

.news_teaser_block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 24px;
}

.news_teaser_block__title {
    line-height: 2rem;
    color: #b81e40;
}

.news_teaser_block__title h2 {
    font-size: 2rem;
}

.news_teaser_block__content {
}

.news_teaser_block__link {
    margin: 20px 0 50px;
}

/*
.news_teaser_block__link a {
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
    border-bottom: 3px solid #666666;
}
*/
/* teaser gray */
.teaser_gray_icon {
    background: #eee;
    text-align: center;
    padding-top: 20px;
}

.teaser_gray_icon img {
    max-width: 120px;
    max-height: 80px;
    padding: 10px 0 30px;
}

.teaser_gray_text {
    background: #eee;
    display: block;
    padding: 20px 40px;
}

.teaser_gray_text__title {
    font-size: 23px;
}

/* teaser gray big */
.teaser_gray_text_big {
    background: #eee;
    padding: 40px;
}

.teaser_gray_text_big__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.teaser_gray_text_big__link {
    text-transform: uppercase;
    color: #707070;
    border-bottom: 5px solid #707070;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}

.teaser_gray_text_big__link:hover {
    color: #b81e40;
    border-color: #b81e40;
}

.teaser_gray_hoover {
    display: flex;
    flex-wrap: wrap;
}

.teaser_gray_hoover h3,
.teaser_gray_hoover a {
    margin: 0;
    line-height: normal;
    color: #000;
    text-transform: none;
    padding-bottom: 20px;
}

.teaser_gray_hoover h3 {
    padding: 0 20px 20px;
}

.teaser_gray_hoover > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teaser_gray_hoover .col-2,
.teaser_gray_hoover .col-3,
.teaser_gray_hoover .col-4 {
    min-width: 100%;
}

.teaser_gray_hoover.row {
    display: flex;
    flex-direction: row;
}

.teaser_gray_hoover .item {
}

.teaser_gray_hoover .item_wrapper {
    flex: 1;
    min-width: 25%;
    background-color: #eee;
}

.teaser_gray_hoover .teaser_gray_text {
    padding-top: 0;
    height: 100%;
    position: relative;
}

.teaser_gray_hoover .teaser_gray_text__content ul {
    padding: 0;
    margin: 0;
}

.teaser_gray_hoover .teaser_gray_text__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

/*

.teaser_gray_hoover .teaser_gray_text__title  {opacity: 1; transition: opacity .5s}
.teaser_gray_hoover > div:hover .teaser_gray_text__title  {opacity: 0;}
.teaser_gray_hoover > div:hover .teaser_gray_text__content {top: -50%;opacity: 1;}
*/


/* image anchor */
.image_anchor {
    display: block;
    height: 330px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.image_anchor__image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    background-size: cover;
    background-position: center;
}

.image_anchor__image:hover {
    transform: scale(1.1);
}

.image_anchor__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    margin: 0;
    pointer-events: none;
}

/* image teaser gallery */
.image_teaser_gallery__hero {
    display: block;
    height: 600px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.image_teaser_gallery__hero_image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    background-size: cover;
}

.image_teaser_gallery__hero_image:hover {
    transform: scale(1.1);
}

.image_teaser_gallery__hero_title {
    position: absolute;
    top: 100px;
    left: 100px;
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.image_teaser_gallery__small {
    display: block;
    height: 300px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.image_teaser_gallery__small_image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    background-size: cover;
}

.image_teaser_gallery__small_image:hover {
    transform: scale(1.1);
}

.image_teaser_gallery__small_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    margin: 0;
    pointer-events: none;
}

/* logo wall */
.logo-wall__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_wall__link {
    text-align: center;
    display: inherit;
    padding: 35px 0;
    max-width: 230px;
}

.logo_wall__link_image {
    max-width: 100%;
}

/* image news teaser */
.image_news_teaser__title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
}

.image_news_teaser__content {
    margin-bottom: 0;
}

.image_news_teaser__image {
    display: block;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: top left;
}

.image_news_teaser__link {
    text-transform: uppercase;
    color: #707070;
    border-bottom: 5px solid #707070;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}

.image_news_teaser__link:hover {
    color: #b81e40;
    border-color: #b81e40;
}

/* image quote */
.image-quote {
    position: relative;
}

.image-quote__image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-quote.no_pic .image-quote__image {
    display: none;
}

.image-quote__content {
    background: #fff;
    padding: 40px;
}

.image-quote__content_text {
    position: relative;
    display: inline;
}

.image-quote__content_text:before {
    content: '\201C';
    position: absolute;
    left: -25px;
    top: -20px;
    font-size: 72px;
    color: #b81e40;
    font-weight: 900;
    font-family: "Source Sans Pro";
}

.image-quote__content_person {
    font-weight: 600;
    margin-bottom: 0;
    color: #b81e40;
}

/* image hover */
.image_hover {
    display: block;
    height: 400px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}

.image_hover__image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    background-size: cover;
}

.image_hover__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.image_hover__content {
    position: absolute;
    background: #eee;
    top: 0;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: 250ms all ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.image_hover:hover .image_hover__content {
    opacity: 1;
}

.image_hover__content-text {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

/* table design */
.table-design {
    display: flex;
    align-items: center;
    gap: 24px;
}

.table-design__header {
    display: flex;
    align-items: center;
}

.table-design__header-icon img {
    width: 100%;
    max-height: 50px;
}

.table-design__header-headline {
    color: #000;
}

.table-design .col-md-6 {
    border-radius: 8px;
    background: #F4F4F4;
    padding: 24px;
    display: flex;
    color: #B81E40;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

/* contact block */
.contact-open {
    font-size: 20px;
    font-weight: 600;
    color: #b81e40;
    opacity: 1;
    transition: opacity .5s;
    transform: translateX(0%);
}

.contact-close {
    opacity: 0;
    transition: opacity .5s;
    transform: translateX(100%);
}

.contact-open,
.contact-close {
    transition: all .5s;
}

.contact-open:before,
.contact-close:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 20px;
    line-height: normal;
}

.fixed-contact {
    width: 400px;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 30px;
    transform: translate(100%, -50%);
    transition: all .5s;
}

.fixed-contact_button .contact-open,
.fixed-contact_button .contact-close {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    transition: all .5s;
}

.fixed-contact_button {
    cursor: pointer;
    height: 40px;
    padding: 10px;
    transform: translate(-40%, 0%);
    background-color: #eeeeee;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 7px 0px #ccc;
    box-shadow: 0px 0px 7px 0px #ccc;
}

.fixed-contact_button.active {
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0px 0px 7px 0px #ccc;
    box-shadow: 0px 0px 7px 0px #ccc;
}

.fixed-contact_button.active .contact-open {
    opacity: 0;
    transform: translate(30%, -50%);
}

.fixed-contact_button.active .contact-close {
    opacity: 1;
}

.fixed-contact_wrapper {
    padding: 30px;
    transform: translate(0%, 0);
    background-color: #eeeeee;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 15px -10px #444;
    box-shadow: 0px 0px 15px -10px #444;
}

.fixed-contact_wrapper.active {
    transform: translate(-100%, 0);
}

.contact-block {
    margin-bottom: 50px;
}

.fixed-contact .contact-block:last-of-type {
    margin-bottom: 0;
}

.fixed-contact h3 {
    margin-top: 0;
}

.contact-block__flex {
    display: flex;
    margin: 10px 0;
}

.contact-block__icon {
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.contact-block__icon img {
    width: 23px;
}

.contact-block__address img {
    width: 18px;
}

.contact-block__mail img {
    width: 20px;
}

.contact-block__phone img {
    width: 18px;
}

.contact-block__content {
    margin: 0;
}


/**/
#footer {
    color: #fff;
    padding-bottom: 50px;
    margin-top: 200px;
    margin-top: 0;
    background: #B81E40;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.logo-footer img {
    width: 200px;
}

.nav-footer {
    font-size: 1rem;
}

.nav-footer ul {
    margin: 0;
    padding: 0;
}

.nav-footer ul li {
    padding-bottom: 5px;
    list-style-type: none;
}

.nav-footer-title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 600;
}

/**/
#back2top.active {
    display: block;
}

#back2top {
    position: fixed;
    z-index: 2;
    bottom: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    background: #b81e40;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: none;
}

#back2top .fa-angle-up {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 40px;
}

/**/
.home_header {
    position: relative;
    margin: 10px;
    overflow: hidden;
}


.home_header__video__container {
    position: relative;
    min-height: 200px;
}

.home_header__video {
    width: auto;
    height: 200px;
    right: 0;
    position: absolute;
}


.home_header__overlay {
    position: absolute;
    top: 50%;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #b81e40;

    strong {
        font-weight: 900;
    }
}

.tablepress thead th {
    background-color: #b81e40 !important;
    color: #fff;
}

.dataTables_length {
    margin-bottom: 20px;
}

.dataTables_info, .dataTables_paginate {
    margin-top: 20px;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: none;
    color: #707070;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
    height: 30px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    outline: none;
}

.download-list {
    padding-bottom: 20px;
}

.download-list_icon {
    width: 30px;
    text-align: center;
    padding: 0 20px 0 0;
    display: flex;
}

.download-list img {
    max-height: 30px;
    max-width: 30px;
}

.download-list ul {
    margin: 0;
    padding: 0;
}

.download-list ul li {
    list-style-type: none;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
}

.archive .wrapper h2 {
    margin-bottom: 25px;
}

.archive .tease {
    margin-bottom: 70px;
}

.pagination a {
    color: #B8093D;
}

.pagination-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.pagination {
    display: flex;
}

.pagination {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: block;
    padding: 10px;
}

.disabled button {
    border: none;
    background-color: transparent;
}

.main-breadcrumbs {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.main-breadcrumbs a {
    color: #888;
}

.breadcrumb_last {
    color: #B8093D;
}

.vimeo-iframe iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/*Login Logout CSS*/
.lrm-form button, .lrm-form button[type=submit] {
    background-color: #B8093D;
}

.lrm-form button[type=submit],
.lrm-user-modal-container-inner,
.lrm-user-modal-container input[type=text],
.lrm-user-modal-container input[type=password] {
    border-radius: 0;
}

.wp-block-loginout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-loginout form {
    display: block;
}

.wp-block-loginout label {
    display: block;
}

.wp-block-loginout .input {
    width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #666;
    box-sizing: border-box;
}

.wp-block-loginout .button {
    color: #fff;
    background-color: #B8093D;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #B8093D;
}

/**/

/* Footer Bottom */
.footer-bottom {
    margin-top: 100px;
}

.seminar_teaser_block__title h2 {
    margin-bottom: 0;
    margin-top: 30px;
}

.wpforms-form {
    padding: 10px;
}

.img-intro-top-right-anim {
    position: relative;
    height: 360px;
}

.img-intro-top-right-anim img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-animation: img-intro-top-right-anim 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: img-intro-top-right-anim 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes img-intro-top-right-anim {
    0% {
        -webkit-transform: translate(100%, -60%);
        ransform: translate(100%, -60%);
    }
    100% {
        -webkit-transform: translate(0%, 0%);
        ransform: translate(0%, 0%);
    }
}

@keyframes img-intro-top-right-anim {
    0% {
        -webkit-transform: translate(100%, -60%);
        ransform: translate(100%, -60%);
    }
    100% {
        -webkit-transform: translate(0%, 0%);
        ransform: translate(0%, 0%);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home_header__overlay {
        width: 540px;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .home_header {
        margin: 0;
    }

    .startseite .home_header__overlay {
        top: 5%;
    }

    .mo-no-mabo {
        margin-bottom: 0;
    }

    .fx-mobile-headline-spacer {
        height: 50px !important;
    }

    #head-logo {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .icon_kacheln .icon_kachel {
        padding: 40px;
        margin: 10px 0;
        display: block;
    }

    .icon_kachel__img {
        margin-right: 0px;
    }

    .icon_kachel__title {
        font-size: 2.3rem;
    }

    #head-logo {
        padding: 20px 0;
    }

    #header .wrapper {
        display: flex;
        justify-content: space-between;
    }

    .home_header {
        margin: 0px;
    }

    .home_header__video__container {
        width: 100%;
        height: auto;
    }

    .home_header__video {
        position: relative;
        width: 100%;
        height: auto;
    }

    .home_header__overlay {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        font-size: 4vw;
        left: 13vw;
    }

    .teaser_gray_text_big {
        padding: 60px;
    }

    .image_hover {
        height: 860px;
    }

    .teaser_gray_hoover .col-2 {
        min-width: calc(50% - 40px);
        margin: 0 20px;
    }

    .teaser_gray_hoover .col-3 {
        min-width: calc(33.33333% - 40px);
        margin: 0 20px;
    }

    .teaser_gray_hoover .col-4 {
        min-width: calc(25% - 40px);
        margin: 0 20px;
    }

    .article_image {
        min-height: 460px;
    }

    .main-breadcrumbs {
        font-size: 16px;
        margin-top: 50px;
    }

    .image-quote__image {
        width: 100%;
        height: 560px;
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 992px) {
    #head-logo {
        padding: 10px 0 15px;
    }

    header .menu-item a {
        font-size: .8rem;
        padding: 10px 5px;
    }

    .head-logo-wrapper {
        min-width: 150px;
    }

    .career_teaser_block {
        flex-direction: row;
    }

    .career_teaser_block > div {
        width: 50%;
    }

    .career_teaser_block__big_img_wrapper {
        display: block;
    }

    .career_teaser_block__big_img_wrapper_mobile {
        display: none;
    }

    .image-quote__image {
        width: 780px;
    }

    .image-quote__content {
        position: absolute;
    }

    .image-quote.landschaft .image-quote__content {
        width: 60%;
        right: 0;
        top: 175px;
    }

    .image-quote.person {
        display: flex;
    }

    .image-quote.person .image-quote__image {
        width: 250px;
        left: 0;
        top: 0;
        height: 250px;
        background-size: cover;
        border-radius: 200px;
        position: absolute;
        z-index: 1;
    }

    .image-quote.person .image-quote__content {
        width: 65%;
        padding: 65px 24px 24px 175px;
        position: relative;
        left: 125px;
        background: #efefef;
    }

    .image-quote.no_pic .image-quote__image {
        display: none;
    }

    .image-quote.no_pic .image-quote__content {
        position: relative;
        box-sizing: border-box;
        width: 60%;
        border-left: 5px solid #b81e40;
        padding: 30px 70px 10px;
    }

}

@media (min-width: 1200px) {
    header .menu-item a {
        font-size: 0.9rem;
        padding: 10px 5px;
    }

    .head-logo-wrapper {
        min-width: 230px;
    }
}

@media (min-width: 1400px) {
    header .menu-item a {
        font-size: 1.1rem;
        padding: 12px 10px;
    }

    .career_teaser_block__right_content {
        height: 225px;
    }
}

@media (min-width: 1900px) {
    .home_header__overlay {
        left: 300px;
        font-size: 5rem;
    }
}

.error-login {
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
}

.error-login.active {
    opacity: 1;
}

.wp-block-loginout .login-failed {
    background-color: #fff1f1;
}

figcaption {
    color: #686868;
    font-size: 13px;
}


/* ######################## Buch und Co Landingpage*/
.header-row {
    height: 48px;
}

.footer-row {
    padding: 2rem 0;
}

.bg-buc {
    background: #bfab93;
}

.bg-buc-light {
    background: #DBD3C7;
}

.buc-box {
    padding: 1.5rem 2rem;
    margin: 1rem 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
    font-family: Poppins, sans-serif;
    text-align: center;
}

.buc-h1 {
    padding: 0;
    margin: 3rem 0 1rem;
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
    font-family: Poppins, sans-serif;
}

.backlink {
    padding: .5rem;
    margin: 2rem 0 2rem;
    color: #000;
    background: #DBD3C7;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: Poppins, sans-serif;
    display: inline-block;
}

.buc-box .smaller {
    font-weight: normal;
}

.buc-box p {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin: 3rem 0 0;
}

#buc-logo {
    margin: 2rem 0;
}

.buc-form-control {
    margin: 2rem 0 4rem;
}

.buc-form-control * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Poppins, sans-serif;
}

.buc-form-control input {
    border: 1px solid #bfab93;
    padding: 0.75rem;
    width: 100%;
    margin: 1rem 0;
    line-height: 1;
    font-size: 1.1rem;
    width: 100%;
}

.buc-form-control input[type="submit"] {
    border: 1px solid #bfab93;
    background: #bfab93;
    padding: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}


.buc-form-control input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #bfab93;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid #bfab93;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    padding: 0.8rem;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.buc-form-control input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.buc-form-control input[type=checkbox]:checked::before {
    transform: scale(1);
}

.buc-form-control input[type=checkbox]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.buc-form-control input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.buc-form-control input[type="checkbox"]::before {
    /* ...existing styles */

    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

#buc-footer {

}

#buc-footer ul {
    margin: 0;
    text-align: right;
}

#buc-footer li {
    margin-bottom: 1rem;
    list-style: none;
}

#buc-footer li a {
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
}

@media screen and (min-width: 768px) {
    .buc-box {
        padding: 3.5rem 3rem;
        margin: 2rem 0;
        font-size: 2.5rem;
        letter-spacing: 3px;
        text-align: left;
    }

    .buc-form-control input[type="submit"] {
        max-width: 300px;
    }
}

.article_headline_with_sub__h2 {
    color: #b81e40;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.article_headline_with_sub__sub {
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 50px;
}

.block-steps__wrapper {
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.block-steps__wrapper * {
    box-sizing: border-box;
}

.block-steps__step {
    flex-basis: 50%;
    width: 100%;
    border: 0px solid red;
    padding-left: 45px;
    margin-bottom: 0 auto 50px;
}

@media screen and (min-width: 768px) {
    .block-steps__wrapper {
        display: flex;
    }

    .block-steps__step {
        width: 50%;
    }
}

.block-steps__step__nr {
    font-size: 105px;
    font-weight: bold;
    color: #9CC5C1;
    line-height: 1;
    position: relative;
}

.block-steps__step__nr__nr {
    position: relative;
    z-index: 2;
}

.block-steps__step__nr__line {
    width: 133px;
    height: 45px;
    background: #EEEEEE;
    left: -34px;
    top: 34px;
    position: absolute;
    z-index: 1;
}

.block-steps__step__title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.block-steps__step__title__line {
    width: 55px;
    height: 5px;
    background: #000;
    margin-top: 16px;
}

.block-steps__step__text {
    font-size: 20px;
}

.block-zitate__wrapper {
    box-sizing: border-box;

}

.block-zitate__wrapper * {
    box-sizing: border-box;
}

.block-zitate__slide {
    background: #EEEEEE;
    padding: 3rem 46px 1.9rem;
    position: relative;
    max-width: 1151px;
    margin: 2rem 1rem 3rem;
}

.block-zitate__quote1 {
    position: absolute;
    left: 40px;
    top: -60px;
    font-size: 128px;
    font-weight: bold;
    color: #B81E40;
}

.block-zitate__quote2 {
    position: absolute;
    right: 80px;
    bottom: 30px;
    font-size: 128px;
    font-weight: bold;
    color: #B81E40;
}

.block-zitate__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.block-zitate__text {
    font-size: 16px;
    margin-bottom: 1rem;
}

.block-zitate__src {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.block-icon-tiles__wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.block-icon-tiles__wrapper * {
    box-sizing: border-box;
}

.block-icon-tile {
    width: 407px;
    height: 267px;
    flex-basis: 407px;
    background: #EEE;
    margin: 0 auto 2rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}

.block-icon-tile__icon {
    margin-bottom: 0rem;

}

.block-icon-tile__title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    margin-top: 1rem;
}

#post-13998 .wp-block-media-text.has-media-on-the-right.is-vertically-aligned-center {
    background: #B81E40;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

#post-13998 .wp-block-media-text.is-vertically-aligned-center {
    background: #F3EED9;
}


#post-13998 .article_image {
    min-height: 180px;
}

#post-13998 .accordion {
    font-size: 18px;
    font-weight: 400;
    padding: 16px 25px;
}

#post-13998 .accordion:after {
    font-size: 36px;
}

#post-13998 .panel {
    padding: 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.block-tileovl__wrapper {
    box-sizing: border-box;
}

.block-tileovl__wrapper * {
    box-sizing: border-box;
}

.block-tileovl__container {
    background: #9CC5C1;
    padding: 4rem 4rem 4rem 4rem;
    position: relative;
    width: 100%;
    max-width: 886px;
    min-height: 564px;
    margin: auto;
}

.block-tileovl__title {
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.block-tileovl__subtitle {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0.8rem;
}

.block-tileovl__text {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4rem;
}

.block-tileovl__img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.block-tileovl__listentry {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .block-zitate__slide {
        background: #EEEEEE;
        padding: 3rem 46px 1.9rem;
        position: relative;
        max-width: 1151px;
        margin: 2rem 4rem 3rem;
    }

    #post-13998 .article_image {
        min-height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    #post-13998 .article_image {
        min-height: 650px;
    }
}

@media screen and (min-width: 1440px) {
    .block-tileovl__container {
        margin: 0;
    }

    .block-tileovl__img {
        position: absolute;
        right: -410px;
        top: 55px;
        max-width: 620px;
    }

    .block-tileovl__container {
        padding: 4rem 16rem 4rem 4rem;
    }
}

.block-tile_img_text__wrapper {
    display: block;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: stretch;
    margin-bottom: 4rem;
}

.block-tile_img_text__container_l {
    min-height: 485px;
    width: 100%;
    max-width: 577px;
    background-position: center;
    background-size: cover;
}

.block-tile_img_text__container_r {
    background: #EEEEEE;
    padding: 2rem 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 719px;
}

@media screen and (min-width: 969px) {
    .block-tile_img_text__wrapper {
        display: flex;
        flex-wrap: nowrap;
        box-sizing: border-box;
        justify-content: stretch;
        margin-bottom: 4rem;
    }

    .block-tile_img_text__container_l {
        min-height: 485px;
        width: 577px;
        flex-basis: 577px;
        background-position: center;
        background-size: cover;
    }

    .block-tile_img_text__container_r {
        background: #EEEEEE;
        padding: 2rem 3rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-basis: 719px;
        width: 719px;
    }
}

.block-tile_img_text__wrapper * {
    box-sizing: border-box;
}

.block-tile_img_text__title {
    color: #B81E40;
    font-size: 31px;
    margin-bottom: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
}

.slider-arrow.slider-prev.left-zitat-arrow {
    left: 30px;
}

.slider-arrow.slider-next.right-zitat-arrow {
    right: 30px;
}

.bullet-cstm {
    width: 17px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.block-book__title, .block-book__autor, .block-book_verlag {
    display: none;
}

.slick-center .block-book__title, .slick-center .block-book__autor, .slick-center .block-book_verlag {
    display: block;
}

.block-book_slide {
    transform: scale(.5);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
}

.slick-center.block-book_slide {
    transform: scale(1);
}

.block-book_slide img {
    width: 100%;
    height: auto;
}

.block-book_slider {
    max-width: 1000px;
    margin: 0 auto 100px;
}

.block-book__title {
    font-size: 20px;
    font-weight: bold;
}

.block-book__autor {
    font-weight: bold;
}

.block-book_verlag {
    font-size: 12px;
}

/* POD Landingapge */
.pod-news {
    justify-content: space-between;
    align-items: center;
}

.pod-news.columns-3 li {
    background: #eee;
    padding: 60px 20px;
    box-sizing: border-box;
}

.pod-news.columns-3 li:hover {
    background: #B81E40;
}

.pod-news.columns-3 li:hover a {
    color: #ffffff;
}

.pod-news a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

div.contact-form-pod .wpforms-field-text input.wpforms-field-medium, div.contact-form-pod .wpforms-field-email input.wpforms-field-medium {
    height: 60px;
    background: #EEEEEE;
    border: 0;
    border-radius: 0;
}

div.contact-form-pod .wpforms-field-textarea textarea.wpforms-field-medium {
    background: #eeeeee;
    height: 140px;
    border: 0;
    border-radius: 0;
    padding: 20px;
}

div.contact-form-pod .wpforms-form button[type=submit].pod-submit {
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: #B81E40;
}

div.contact-form-pod .wpforms-form h2 {
    text-transform: uppercase;
    font-size: 28px;
}

}